diff options
author | Stefan Wintermeyer <stefan.wintermeyer@amooma.de> | 2013-01-20 19:54:11 +0100 |
---|---|---|
committer | Stefan Wintermeyer <stefan.wintermeyer@amooma.de> | 2013-01-20 19:54:11 +0100 |
commit | 4ea0e252683d89794deff7b1b3689d2cdf61e0d0 (patch) | |
tree | 152fe2bb04e50974c6ccd05b9280603c4235f62a /config/locales/views | |
parent | 5b5cbfddd9fa3a26de90ca8aa42668eb95648605 (diff) |
Added a gateways table to tenant#view.
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' |