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/phone_sip_accounts/de.yml | 37 ++++++++++++++++++++++++++ config/locales/views/phone_sip_accounts/en.yml | 37 ++++++++++++++++++++++++++ 2 files changed, 74 insertions(+) create mode 100644 config/locales/views/phone_sip_accounts/de.yml create mode 100644 config/locales/views/phone_sip_accounts/en.yml (limited to 'config/locales/views/phone_sip_accounts') diff --git a/config/locales/views/phone_sip_accounts/de.yml b/config/locales/views/phone_sip_accounts/de.yml new file mode 100644 index 0000000..98c7bc5 --- /dev/null +++ b/config/locales/views/phone_sip_accounts/de.yml @@ -0,0 +1,37 @@ +de: + phone_sip_accounts: + name: "SIP-Konten auf einem Telefon" + controller: + successfuly_created: 'Das SIP-Konto wurde auf dem Telefon eingetragen.' + successfuly_destroyed: 'Das SIP-Konto wurde von dem Telefon entfernt.' + no_existing_sip_accounts_warning: 'Aktuell gibt es keine SIP-Konten, die einem Telefon eingetragen werden können. Bitte legen Sie ein neues SIP-Konto an.' + index: + page_title: "SIP-Konten auf einem Telefon" + phone_id: 'Telefon' + sip_account_id: 'SIP-Konto' + position: 'Position' + actions: + confirm: 'Sind Sie sicher, dass Sie dieses SIP-Konto von dem Telefon entfernen möchten?' + destroy: 'Entfernen' + edit: 'Bearbeiten' + show: 'Anzeigen' + create: 'Neu anlegen' + create_for: 'Auf dem Telefon %{resource} ein neues SIP-Konto eintragen' + show: + page_title: 'SIP-Konten eines Telefons anzeigen' + phone_id: 'Telefon' + sip_account_id: 'SIP-Konto' + position: 'Position' + actions: + confirm: 'Sind Sie sicher, dass Sie dieses SIP-Konto von dem Telefon entfernen möchten?' + destroy: 'Löschen' + edit: 'Bearbeiten' + view_all: 'Alle anzeigen' + new: + page_title: 'SIP-Konto eintragen' + actions: + form: + sip_account_id: + label: 'SIP-Konto' + hint: '' + button: 'Absenden' \ No newline at end of file diff --git a/config/locales/views/phone_sip_accounts/en.yml b/config/locales/views/phone_sip_accounts/en.yml new file mode 100644 index 0000000..9577241 --- /dev/null +++ b/config/locales/views/phone_sip_accounts/en.yml @@ -0,0 +1,37 @@ +en: + phone_sip_accounts: + name: "SIP accounts of a phone" + controller: + successfuly_created: 'Successfully connected a new SIP account to a phone.' + successfuly_destroyed: 'Successfully deleted a SIP account on a phone.' + no_existing_sip_accounts_warning: 'There are no SIP accounts to connect to. Please create a new SIP account first.' + index: + page_title: "SIP accounts of a phone" + phone_id: 'Phone' + sip_account_id: 'SIP account' + position: 'Position' + actions: + confirm: 'Are you sure you want to delete this SIP account on this phone?' + destroy: 'Delete' + edit: 'Edit' + show: 'View' + create: 'New' + create_for: 'New SIP account connection for %{resource}' + show: + page_title: 'Show SIP account of a phone' + phone_id: 'Phone' + sip_account_id: 'SIP account' + position: 'Position' + actions: + confirm: 'Are you sure you want to delete this SIP account on this phone?' + destroy: 'Delete' + edit: 'Edit' + view_all: 'View All' + new: + page_title: 'New SIP account on a phone' + actions: + form: + sip_account_id: + label: 'SIP account' + hint: '' + button: 'Submit' \ No newline at end of file -- cgit v1.2.3