diff options
author | Stefan Wintermeyer <stefan.wintermeyer@amooma.de> | 2013-01-20 19:54:45 +0100 |
---|---|---|
committer | Stefan Wintermeyer <stefan.wintermeyer@amooma.de> | 2013-01-20 19:54:45 +0100 |
commit | 23a9f6fd67a61d4230e77497b57d0f70c8a0d8ef (patch) | |
tree | 152fe2bb04e50974c6ccd05b9280603c4235f62a /config/locales/views | |
parent | 66147369d3f1a96ebd7c20bb89165a116ec1e147 (diff) | |
parent | 4ea0e252683d89794deff7b1b3689d2cdf61e0d0 (diff) |
Merge branch 'gateways_table' into develop
Diffstat (limited to 'config/locales/views')
-rw-r--r-- | config/locales/views/gateways/de.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config/locales/views/gateways/de.yml b/config/locales/views/gateways/de.yml index 28bc46c..befe6b6 100644 --- a/config/locales/views/gateways/de.yml +++ b/config/locales/views/gateways/de.yml @@ -6,9 +6,9 @@ de: successfuly_updated: 'Gateway wurde aktualisiert.' successfuly_destroyed: 'Gateway wurde gelöscht.' index: - page_title: 'Übersicht von Gateway' + page_title: 'Liste aller Gateways' name: 'Name' - technology: 'Technology' + technology: 'Technologie' inbound: 'Inbound' outbound: 'Outbound' description: 'Description' @@ -23,7 +23,7 @@ de: page_title: 'Gateway' id: 'ID' name: 'Name' - technology: 'Technology' + technology: 'Technologie' inbound: 'Inbound' outbound: 'Outbound' description: 'Description' @@ -47,7 +47,7 @@ de: label: 'Name' hint: '' technology: - label: 'Technology' + label: 'Technologie' hint: '' inbound: label: 'Inbound' |