summaryrefslogtreecommitdiff
path: root/config/locales/views/gui_functions
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/gui_functions
parent3e706c2025ecc5523e81ad649639ef2ff75e7bac (diff)
Start of GS5.
Diffstat (limited to 'config/locales/views/gui_functions')
-rw-r--r--config/locales/views/gui_functions/de.yml50
-rw-r--r--config/locales/views/gui_functions/en.yml50
2 files changed, 100 insertions, 0 deletions
diff --git a/config/locales/views/gui_functions/de.yml b/config/locales/views/gui_functions/de.yml
new file mode 100644
index 0000000..9f95f7d
--- /dev/null
+++ b/config/locales/views/gui_functions/de.yml
@@ -0,0 +1,50 @@
+de:
+ gui_functions:
+ name: 'Oberflächen-Funktionen'
+ controller:
+ successfuly_created: 'Eine Oberflächen-Funktion wurde erstellt.'
+ successfuly_updated: 'Die Oberflächen-Funktion wurde aktualisiert.'
+ successfuly_destroyed: 'Die Oberflächen-Funktion wurde gelöscht.'
+ index:
+ page_title: 'Oberflächen-Funktionen'
+ category: 'Kategorie'
+ name: 'Name'
+ description: 'Beschreibung'
+ actions:
+ confirm: 'Sind Sie sicher, dass Sie diese Oberflächen-Funktion löschen möchten?'
+ destroy: 'Löschen'
+ edit: 'Bearbeiten'
+ show: 'Anzeigen'
+ create: 'Neu anlegen'
+ create_for: 'Neue Oberflächen-Funktion für %{resource}'
+ show:
+ page_title: 'Oberflächen-Funktion anzeigen'
+ category: 'Kategorie'
+ name: 'Name'
+ description: 'Beschreibung'
+ actions:
+ confirm: 'Sind Sie sicher, dass Sie diese Oberflächen-Funktion löschen möchten?'
+ destroy: 'Löschen'
+ edit: 'Bearbeiten'
+ view_all: 'Alle anzeigen'
+ new:
+ page_title: 'Neue Oberflächen-Funktion'
+ actions:
+ back_to_list: 'Zurück zur Übersicht'
+ edit:
+ page_title: 'Oberflächen-Funktion bearbeiten'
+ actions:
+ back_to_list: 'Zurück zur Übersicht'
+ edit: 'Bearbeiten'
+ view_all: 'Alle anzeigen'
+ form:
+ category:
+ label: 'Kategorie'
+ hint: ''
+ name:
+ label: 'Name'
+ hint: ''
+ description:
+ label: 'Beschreibung'
+ hint: ''
+ button: 'Absenden' \ No newline at end of file
diff --git a/config/locales/views/gui_functions/en.yml b/config/locales/views/gui_functions/en.yml
new file mode 100644
index 0000000..346f27a
--- /dev/null
+++ b/config/locales/views/gui_functions/en.yml
@@ -0,0 +1,50 @@
+de:
+ gui_functions:
+ name: 'Gui Function'
+ controller:
+ successfuly_created: 'Successfully created a gui function.'
+ successfuly_updated: 'Successfully updated a gui function.'
+ successfuly_destroyed: 'Successfully destroyed a gui function.'
+ index:
+ page_title: 'Listing of all gui functions'
+ category: 'Category'
+ name: 'Name'
+ description: 'Description'
+ actions:
+ confirm: 'Are you sure you want to delete this gui function?'
+ destroy: 'Delete'
+ edit: 'Edit'
+ show: 'View'
+ create: 'New'
+ create_for: 'New gui function for %{resource}'
+ show:
+ page_title: 'Show gui function'
+ category: 'Category'
+ name: 'Name'
+ description: 'Description'
+ actions:
+ confirm: 'Are you sure you want to delete this element?'
+ destroy: 'Delete'
+ edit: 'Edit'
+ view_all: 'View All'
+ new:
+ page_title: 'New gui function'
+ actions:
+ back_to_list: 'Back to Index'
+ edit:
+ page_title: 'Editing gui function'
+ actions:
+ back_to_list: 'Back to Index'
+ edit: 'Edit'
+ view_all: 'View All'
+ form:
+ category:
+ label: 'Category'
+ hint: ''
+ name:
+ label: 'Name'
+ hint: ''
+ description:
+ label: 'Description'
+ hint: ''
+ button: 'Submit' \ No newline at end of file