From b31a5fdecf45de8a6b0de948e431880de0adbe80 Mon Sep 17 00:00:00 2001 From: Peter Kozak Date: Sun, 13 Jan 2013 16:38:04 +0000 Subject: gateway locales --- config/locales/views/gateways/de.yml | 60 ++++++++++++++++++++++++++++++++++++ config/locales/views/gateways/en.yml | 60 ++++++++++++++++++++++++++++++++++++ 2 files changed, 120 insertions(+) create mode 100644 config/locales/views/gateways/de.yml create mode 100644 config/locales/views/gateways/en.yml (limited to 'config/locales/views') diff --git a/config/locales/views/gateways/de.yml b/config/locales/views/gateways/de.yml new file mode 100644 index 0000000..cfe5615 --- /dev/null +++ b/config/locales/views/gateways/de.yml @@ -0,0 +1,60 @@ +de: + gateways: + name: 'Gateway' + controller: + successfuly_created: 'Gateway wurde angelegt.' + successfuly_updated: 'Gateway wurde aktualisiert.' + successfuly_destroyed: 'Gateway wurde gelöscht.' + index: + page_title: 'Übersicht von Gateway' + name: 'Name' + technology: 'Technology' + inbound: 'Inbound' + outbound: 'Outbound' + description: 'Description' + actions: + confirm: 'Sind Sie sicher, dass Sie folgendes löschen möchten: Gateway' + destroy: 'Löschen' + edit: 'Bearbeiten' + show: 'Anzeigen' + create: 'Neu anlegen' + create_for: 'Gateway neu anlegen für %{resource}' + show: + page_title: 'Gateway bearbeiten' + name: 'Name' + technology: 'Technology' + inbound: 'Inbound' + outbound: 'Outbound' + description: 'Description' + actions: + confirm: 'Sind Sie sicher, dass die dieses Element löschen möchten?' + destroy: 'Löschen' + edit: 'Bearbeiten' + view_all: 'Alle anzeigen' + new: + page_title: 'Gateway neu anlegen' + actions: + back_to_list: 'Zurück zur Übersicht' + edit: + page_title: 'Gateway bearbeiten' + actions: + back_to_list: 'Zurück zur Übersicht' + edit: 'Bearbeiten' + view_all: 'Alle anzeigen' + form: + name: + label: 'Name' + hint: '' + technology: + label: 'Technology' + hint: '' + inbound: + label: 'Inbound' + hint: '' + outbound: + label: 'Outbound' + hint: '' + description: + label: 'Description' + hint: '' + button: 'Absenden' \ No newline at end of file diff --git a/config/locales/views/gateways/en.yml b/config/locales/views/gateways/en.yml new file mode 100644 index 0000000..2abf0f2 --- /dev/null +++ b/config/locales/views/gateways/en.yml @@ -0,0 +1,60 @@ +en: + gateways: + name: 'Gateway' + controller: + successfuly_created: 'Successfully created Gateway.' + successfuly_updated: 'Successfully updated Gateway.' + successfuly_destroyed: 'Successfully destroyed Gateway.' + index: + page_title: 'Listing Gateway' + name: 'Name' + technology: 'Technology' + inbound: 'Inbound' + outbound: 'Outbound' + description: 'Description' + actions: + confirm: 'Are you sure you want to delete this Gateway?' + destroy: 'Delete' + edit: 'Edit' + show: 'View' + create: 'New' + create_for: 'New Gateway for %{resource}' + show: + page_title: 'Show Gateway' + name: 'Name' + technology: 'Technology' + inbound: 'Inbound' + outbound: 'Outbound' + 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 Gateway' + actions: + back_to_list: 'Back to Index' + edit: + page_title: 'Editing Gateway' + actions: + back_to_list: 'Back to Index' + edit: 'Edit' + view_all: 'View All' + form: + name: + label: 'Name' + hint: '' + technology: + label: 'Technology' + hint: '' + inbound: + label: 'Inbound' + hint: '' + outbound: + label: 'Outbound' + hint: '' + description: + label: 'Description' + hint: '' + button: 'Submit' \ No newline at end of file -- cgit v1.2.3