summaryrefslogtreecommitdiff
path: root/config/locales/views/gs_cluster_sync_log_entries/en.yml
diff options
context:
space:
mode:
authorStefan Wintermeyer <stefan.wintermeyer@amooma.de>2012-12-17 12:01:45 +0100
committerStefan Wintermeyer <stefan.wintermeyer@amooma.de>2012-12-17 12:01:45 +0100
commitb80bd744ad873f6fc43018bc4bfb90677de167bd (patch)
tree072c4b0e33d442528555b82c415f5e7a1712b2b0 /config/locales/views/gs_cluster_sync_log_entries/en.yml
parent3e706c2025ecc5523e81ad649639ef2ff75e7bac (diff)
Start of GS5.
Diffstat (limited to 'config/locales/views/gs_cluster_sync_log_entries/en.yml')
-rw-r--r--config/locales/views/gs_cluster_sync_log_entries/en.yml60
1 files changed, 60 insertions, 0 deletions
diff --git a/config/locales/views/gs_cluster_sync_log_entries/en.yml b/config/locales/views/gs_cluster_sync_log_entries/en.yml
new file mode 100644
index 0000000..63c0cbb
--- /dev/null
+++ b/config/locales/views/gs_cluster_sync_log_entries/en.yml
@@ -0,0 +1,60 @@
+en:
+ gs_cluster_sync_log_entries:
+ name: 'Gs cluster sync log entry'
+ controller:
+ successfuly_created: 'Successfully created Gs cluster sync log entry.'
+ successfuly_updated: 'Successfully updated Gs cluster sync log entry.'
+ successfuly_destroyed: 'Successfully destroyed Gs cluster sync log entry.'
+ index:
+ page_title: 'Listing Gs cluster sync log entry'
+ gs_node_id: 'Gs node'
+ class_name: 'Class name'
+ action: 'Action'
+ content: 'Content'
+ status: 'Status'
+ actions:
+ confirm: 'Are you sure you want to delete this Gs cluster sync log entry?'
+ destroy: 'Delete'
+ edit: 'Edit'
+ show: 'View'
+ create: 'New'
+ create_for: 'New Gs cluster sync log entry for %{resource}'
+ show:
+ page_title: 'Show Gs cluster sync log entry'
+ gs_node_id: 'Gs node'
+ class_name: 'Class name'
+ action: 'Action'
+ content: 'Content'
+ status: 'Status'
+ actions:
+ confirm: 'Are you sure you want to delete this element?'
+ destroy: 'Delete'
+ edit: 'Edit'
+ view_all: 'View All'
+ new:
+ page_title: 'New Gs cluster sync log entry'
+ actions:
+ back_to_list: 'Back to Index'
+ edit:
+ page_title: 'Editing Gs cluster sync log entry'
+ actions:
+ back_to_list: 'Back to Index'
+ edit: 'Edit'
+ view_all: 'View All'
+ form:
+ gs_node_id:
+ label: 'Gs node'
+ hint: ''
+ class_name:
+ label: 'Class name'
+ hint: ''
+ action:
+ label: 'Action'
+ hint: ''
+ content:
+ label: 'Content'
+ hint: ''
+ status:
+ label: 'Status'
+ hint: ''
+ button: 'Submit' \ No newline at end of file