summaryrefslogtreecommitdiff
path: root/config/locales/views/gs_cluster_sync_log_entries
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
parent3e706c2025ecc5523e81ad649639ef2ff75e7bac (diff)
Start of GS5.
Diffstat (limited to 'config/locales/views/gs_cluster_sync_log_entries')
-rw-r--r--config/locales/views/gs_cluster_sync_log_entries/de.yml60
-rw-r--r--config/locales/views/gs_cluster_sync_log_entries/en.yml60
2 files changed, 120 insertions, 0 deletions
diff --git a/config/locales/views/gs_cluster_sync_log_entries/de.yml b/config/locales/views/gs_cluster_sync_log_entries/de.yml
new file mode 100644
index 0000000..454c317
--- /dev/null
+++ b/config/locales/views/gs_cluster_sync_log_entries/de.yml
@@ -0,0 +1,60 @@
+de:
+ gs_cluster_sync_log_entries:
+ name: 'GS Cluster Synclog Einträge'
+ controller:
+ successfuly_created: 'Ein Eintrag im GS Cluster Synclog wurde erstellt.'
+ successfuly_updated: 'Der Eintrag im GS Cluster Synclog wurde aktualisiert.'
+ successfuly_destroyed: 'Der Eintrag im GS Cluster Synclog wurde gelöscht.'
+ index:
+ page_title: 'GS Cluster Synclog Einträge auflisten'
+ gs_node_id: 'GS Knoten'
+ class_name: 'Klasse'
+ action: 'Aktion'
+ content: 'Inhalt'
+ status: 'Status'
+ actions:
+ confirm: 'Sind Sie sicher, dass Sie diesen Eintrag aus dem GS Cluster Synclog löschen möchten?'
+ destroy: 'Löschen'
+ edit: 'Bearbeiten'
+ show: 'Anzeigen'
+ create: 'Neu anlegen'
+ create_for: 'Neuen GS Cluster Synclog Eintrag für %{resource}'
+ show:
+ page_title: 'Eintrag anzeigen'
+ gs_node_id: 'GS Knoten'
+ class_name: 'Klasse'
+ action: 'Aktion'
+ content: 'Inhalt'
+ status: 'Status'
+ actions:
+ confirm: 'Sind Sie sicher, dass Sie diesen Eintrag aus dem GS Cluster Synclog löschen möchten?'
+ destroy: 'Löschen'
+ edit: 'Bearbeiten'
+ view_all: 'Alle anzeigen'
+ new:
+ page_title: 'Neuer Eintrag'
+ actions:
+ back_to_list: 'Zurück zur Übersicht'
+ edit:
+ page_title: 'Eintrag bearbeiten'
+ actions:
+ back_to_list: 'Zurück zur Übersicht'
+ edit: 'Bearbeiten'
+ view_all: 'Alle anzeigen'
+ form:
+ gs_node_id:
+ label: 'GS Knoten'
+ hint: ''
+ class_name:
+ label: 'Klasse'
+ hint: ''
+ action:
+ label: 'Aktion'
+ hint: ''
+ content:
+ label: 'Inhalt'
+ hint: ''
+ status:
+ label: 'Status'
+ hint: ''
+ button: 'Absenden' \ No newline at end of file
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