From b80bd744ad873f6fc43018bc4bfb90677de167bd Mon Sep 17 00:00:00 2001 From: Stefan Wintermeyer Date: Mon, 17 Dec 2012 12:01:45 +0100 Subject: Start of GS5. --- config/locales/views/phones/de.yml | 77 ++++++++++++++++++++++++++++++++++++++ config/locales/views/phones/en.yml | 77 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 154 insertions(+) create mode 100644 config/locales/views/phones/de.yml create mode 100644 config/locales/views/phones/en.yml (limited to 'config/locales/views/phones') diff --git a/config/locales/views/phones/de.yml b/config/locales/views/phones/de.yml new file mode 100644 index 0000000..3a0adea --- /dev/null +++ b/config/locales/views/phones/de.yml @@ -0,0 +1,77 @@ +de: + phones: + name: 'Telefon' + controller: + successfuly_created: 'Eine neues Telefon wurde in der Datenbank eingetragen.' + successfuly_updated: 'Die Daten zum Telefon wurden aktualisiert.' + successfuly_destroyed: 'Das Telefon wurde aus dem System entfernt.' + index: + page_title: 'Telefone' + mac_address: 'MAC-Adresse' + phone_model_id: 'Telefonmodell' + hot_deskable: 'Hot-Desk fähig' + ip_address: 'IP-Adresse' + last_ip_address: 'Letzte IP-Adresse' + http_user: 'http user' + http_password: 'http password' + nightly_reboot: 'Nachts automatischer Reboot' + provisioning_key_active: 'Provisioning Schlüssel aktiv' + actions: + confirm: 'Sind Sie sicher, dass Sie diese Telefon aus Gemeinschaft entfernen möchten?' + destroy: 'Löschen' + edit: 'Bearbeiten' + show: 'Anzeigen' + create: 'Neu anlegen' + create_for: 'Neues Telefon für %{resource} anlegen' + show: + page_title: 'Telefon anzeigen' + mac_address: 'MAC-Adresse' + phone_model_id: 'Telefonmodell' + hot_deskable: 'Hot-Desk fähig' + ip_address: 'IP-Adresse' + last_ip_address: 'Letzte IP-Adresse' + http_user: 'http user' + http_password: 'http password' + nightly_reboot: 'Nachts automatischer Reboot' + actions: + confirm: 'Sind Sie sicher, dass Sie diese Telefon aus Gemeinschaft entfernen möchten?' + destroy: 'Löschen' + edit: 'Bearbeiten' + view_all: 'Alle Telefone anzeigen' + new: + page_title: 'Neues Telefon' + actions: + edit: + page_title: 'Telefondaten bearbeiten' + form: + mac_address: + label: 'MAC-Adresse' + hint: '' + phone_model_id: + label: 'Telefonmodell' + hint: '' + hot_deskable: + label: 'Hot-Desk fähig' + hint: '' + nightly_reboot: + label: 'Nachts automatischer Reboot' + hint: '' + ip_address: + label: 'IP-Adresse' + hint: '' + last_ip_address: + label: 'Letzte IP-Adresse' + hint: '' + http_user: + label: 'http user' + hint: '' + http_password: + label: 'http password' + hint: '' + provisioning_key_active: + label: 'Provisioning Schlüssel aktiv' + hint: '' + button: 'Absenden' + sip_accounts: + title: 'Auf dem Telefon eingetragene SIP-Konten' + connect_to_sip_account: 'Neues SIP-Konto auf das Telefon eintragen' \ No newline at end of file diff --git a/config/locales/views/phones/en.yml b/config/locales/views/phones/en.yml new file mode 100644 index 0000000..afcf9b5 --- /dev/null +++ b/config/locales/views/phones/en.yml @@ -0,0 +1,77 @@ +en: + phones: + name: 'Phone' + controller: + successfuly_created: 'Successfully created phone.' + successfuly_updated: 'Successfully updated phone.' + successfuly_destroyed: 'Successfully destroyed phone.' + index: + page_title: 'Phones' + mac_address: 'Mac address' + phone_model_id: 'Phone model' + hot_deskable: 'Hot-deskable' + ip_address: 'IP address' + last_ip_address: 'Last IP address' + http_user: 'http user' + http_password: 'http password' + nightly_reboot: 'Nightly reboot' + actions: + confirm: 'Are you sure you want to delete this phone?' + destroy: 'Delete' + edit: 'Edit' + show: 'View' + create: 'New' + create_for: 'New phone for %{resource}' + show: + page_title: 'Show phone' + mac_address: 'Mac address' + phone_model_id: 'Phone model' + hot_deskable: 'Hot-deskable' + ip_address: 'IP address' + last_ip_address: 'Last IP address' + http_user: 'http user' + http_password: 'http password' + nightly_reboot: 'Nightly reboot' + provisioning_key_active: 'Provisioning key active' + actions: + confirm: 'Are you sure you want to delete this phone?' + destroy: 'Delete phone' + edit: 'Edit phone' + view_all: 'View all phones' + new: + page_title: 'New phone' + actions: + edit: + page_title: 'Editing Phone' + form: + mac_address: + label: 'Mac address' + hint: '' + phone_model_id: + label: 'Phone model' + hint: '' + hot_deskable: + label: 'Hot-deskable' + hint: '' + nightly_reboot: + label: 'Nightly reboot' + hint: '' + ip_address: + label: 'IP address' + hint: '' + last_ip_address: + label: 'Last IP address' + hint: '' + http_user: + label: 'GUI user' + hint: 'Phone GUI user name' + http_password: + label: 'GUI password' + hint: 'Phone GUI password' + provisioning_key_active: + label: 'Provisioning key active' + hint: '' + button: 'Submit' + sip_accounts: + title: 'Listing of connected SIP accounts' + connect_to_sip_account: 'Connect to an existing SIP account' \ No newline at end of file -- cgit v1.2.3