diff options
author | Stefan Wintermeyer <stefan.wintermeyer@amooma.de> | 2012-12-17 12:01:45 +0100 |
---|---|---|
committer | Stefan Wintermeyer <stefan.wintermeyer@amooma.de> | 2012-12-17 12:01:45 +0100 |
commit | b80bd744ad873f6fc43018bc4bfb90677de167bd (patch) | |
tree | 072c4b0e33d442528555b82c415f5e7a1712b2b0 /config/locales/views/callthroughs | |
parent | 3e706c2025ecc5523e81ad649639ef2ff75e7bac (diff) |
Start of GS5.
Diffstat (limited to 'config/locales/views/callthroughs')
-rw-r--r-- | config/locales/views/callthroughs/de.yml | 58 | ||||
-rw-r--r-- | config/locales/views/callthroughs/en.yml | 58 |
2 files changed, 116 insertions, 0 deletions
diff --git a/config/locales/views/callthroughs/de.yml b/config/locales/views/callthroughs/de.yml new file mode 100644 index 0000000..c884ffa --- /dev/null +++ b/config/locales/views/callthroughs/de.yml @@ -0,0 +1,58 @@ +de: + callthroughs: + none: 'keiner' + name: 'Callthrough' + controller: + successfuly_created: 'Ein neuer Callthrough wurde erstellt.' + successfuly_updated: 'Der Callthrough wurde aktualisiert.' + successfuly_destroyed: 'Der Callthrough wurde gelöscht.' + index: + page_title: 'Callthrough' + name: 'Name' + sip_account_id: 'SIP-Konto' + phone_numbers: 'Telefonnummern' + access_authorized_phone_numbers: 'Zugelassene Telefonnummern' + whitelist_phone_numbers: 'Positivliste für Zielrufnummern' + actions: + confirm: 'Sind Sie sicher, dass Sie diesen Callthrough löschen möchten?' + destroy: 'Löschen' + edit: 'Bearbeiten' + show: 'Anzeigen' + create: 'Neu anlegen' + create_for: 'Neuen Callthrough für %{resource} anlegen' + show: + page_title: 'Callthrough anzeigen' + name: 'Name' + sip_account_id: 'SIP-Konto' + actions: + confirm: 'Sind Sie sicher, dass Sie diesen Callthrough löschen möchten?' + destroy: 'Löschen' + edit: 'Bearbeiten' + view_all: 'Alle Callthrough anzeigen' + new: + page_title: 'Neuen Callthrough anlegen' + edit: + page_title: 'Callthrough bearbeiten' + actions: + edit: 'Bearbeiten' + view_all: 'Alle Callthrough anzeigen' + form: + phone_numbers: + label: 'Telefonnummern' + hint: 'Unter diesen Telefonnummern ist dieser Callthrough erreichbar.' + access_authorizations: + label: 'Zugangsberechtigungen' + hint: 'Definiert, welche Telefonnummern bzw. Login/PIN Kombinationen diesen Callthrough benuzten dürfen.' + whitelists: + label: 'Positivliste für Zielrufnummern' + hint: "Wenn hier Zielrufnummern gesetzt sind, können nur diese Ziele angerufen werden." + name: + label: 'Name' + hint: '' + sip_account: + label: 'SIP-Konto' + hint: 'Wenn angegeben, werden alle Anrufe dieses Callthrough mit diesem SIP-Konto durchgeführt.' + sip_account_id: + label: 'SIP-Konto ID' + hint: 'Die SIP-Konto ID finden Sie in der URL des entsprechenden SIP-Kontos.' + button: 'Absenden'
\ No newline at end of file diff --git a/config/locales/views/callthroughs/en.yml b/config/locales/views/callthroughs/en.yml new file mode 100644 index 0000000..648fb93 --- /dev/null +++ b/config/locales/views/callthroughs/en.yml @@ -0,0 +1,58 @@ +en: + callthroughs: + none: 'none' + name: 'Callthrough' + controller: + successfuly_created: 'Successfully created callthrough.' + successfuly_updated: 'Successfully updated callthrough.' + successfuly_destroyed: 'Successfully destroyed callthrough.' + index: + page_title: 'Callthroughs' + name: 'Name' + sip_account_id: 'SIP account' + phone_numbers: 'Phone numbers' + access_authorized_phone_numbers: 'Authorized phone numbers' + whitelist_phone_numbers: 'Whitelisted destinations' + actions: + confirm: 'Are you sure you want to delete this callthrough?' + destroy: 'Delete' + edit: 'Edit' + show: 'View' + create: 'New' + create_for: 'New callthrough for %{resource}' + show: + page_title: 'Show callthrough' + name: 'Name' + sip_account_id: 'SIP account' + actions: + confirm: 'Are you sure you want to delete this callthrough?' + destroy: 'Delete' + edit: 'Edit' + view_all: 'View All' + new: + page_title: 'New callthrough' + edit: + page_title: 'Editing callthrough' + actions: + edit: 'Edit' + view_all: 'View All' + form: + phone_numbers: + label: 'Phone numbers' + hint: 'Use these phone numbers to access the callthrough.' + access_authorizations: + label: 'Access authorizations' + hint: 'Define what phone numbers and/or login/pin combinations can use this callthrough.' + whitelists: + label: 'Whitelists for possible destinations' + hint: "When set only these phone numbers can be called with this callthrough. It is optional. If you don't create a whitelist a user of this callthrough can call any phone number with it." + name: + label: 'Name' + hint: '' + sip_account: + label: 'SIP account' + hint: 'When chosen all callthroughs will be routed through this SIP account.' + sip_account_id: + label: 'SIP account ID' + hint: 'Please look up the SIP account ID in the URL of the SIP account.' + button: 'Submit'
\ No newline at end of file |