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/sip_accounts | |
parent | 3e706c2025ecc5523e81ad649639ef2ff75e7bac (diff) |
Start of GS5.
Diffstat (limited to 'config/locales/views/sip_accounts')
-rw-r--r-- | config/locales/views/sip_accounts/de.yml | 83 | ||||
-rw-r--r-- | config/locales/views/sip_accounts/en.yml | 83 |
2 files changed, 166 insertions, 0 deletions
diff --git a/config/locales/views/sip_accounts/de.yml b/config/locales/views/sip_accounts/de.yml new file mode 100644 index 0000000..ad78a93 --- /dev/null +++ b/config/locales/views/sip_accounts/de.yml @@ -0,0 +1,83 @@ +de: + sip_accounts: + name: 'SIP-Konto' + controller: + successfuly_created: 'Ein SIP-Konto für %{resource} wurde erstellt.' + successfuly_updated: 'Das SIP-Konto wurde aktualisiert.' + successfuly_destroyed: 'Das SIP-Konto wurde gelöscht.' + index: + page_title: 'SIP-Konten' + auth_name: 'Auth Name' + caller_name: 'Caller Name' + password: 'Passwort' + voicemail_pin: 'Anrufbeantworter PIN' + phone_numbers: 'Telefonnummern' + call_waiting: 'Anklopfen' + clir: 'Rufnummernunterdrückung (CLIR)' + clip: 'Rufnummernanzeige (CLIP)' + hotdeskable: 'Hot-Desk fähig' + clip_no_screening: 'Spezifische Rufnummernanzeige (CLIP -no screening-)' + callforward_rules_act_per_sip_account: 'Rufweiterleitungen gelten für das gesamte SIP-Konto' + online: 'Online' + actions: + confirm: 'Sind Sie sicher, dass Sie diesen SIP-Konto löschen möchten?' + destroy: 'Löschen' + edit: 'Bearbeiten' + show: 'Anzeigen' + create: 'Neu anlegen' + create_for: 'Neues SIP-Konto für %{resource} anlegen' + show: + page_title: 'SIP-Konto anzeigen' + auth_name: 'Auth Name' + caller_name: 'Caller Name' + password: 'Passwort' + voicemail_pin: 'Anrufbeantworter PIN' + call_waiting: 'Anklopfen' + clir: 'Rufnummernunterdrückung (CLIR)' + clip: 'Rufnummernanzeige (CLIP)' + hotdeskable: 'Hot-Desk fähig' + clip_no_screening: 'Spezifische Rufnummernanzeige (CLIP -no screening-)' + callforward_rules_act_per_sip_account: 'Rufweiterleitungen gelten für das gesamte SIP-Konto' + registration: 'Registrierung' + expires: 'Läuft ab' + actions: + confirm: 'Sind Sie sicher, dass Sie diesen SIP-Konto löschen möchten?' + destroy: 'Löschen' + edit: 'Bearbeiten' + view_all: 'Alle SIP-Konten anzeigen' + new: + page_title: 'Neues SIP-Konto' + edit: + page_title: 'SIP-Konto bearbeiten' + form: + auth_name: + label: 'Auth Name' + hint: '' + caller_name: + label: 'Caller Name' + hint: '' + password: + label: 'Passwort' + hint: '' + voicemail_pin: + label: 'Anrufbeantworter PIN' + hint: '' + call_waiting: + label: 'Anklopfen' + hint: '' + clir: + label: 'Rufnummernunterdrückung (CLIR)' + hint: '' + clip: + label: 'Rufnummernanzeige (CLIP)' + hint: '' + clip_no_screening: + label: 'Spezifische Rufnummernanzeige (CLIP -no screening-)' + hint: '' + hotdeskable: + label: 'Hot-Desk fähig' + hint: '' + callforward_rules_act_per_sip_account: + label: 'Rufweiterleitungen gelten für das gesamte SIP-Konto' + hint: '' + button: 'Absenden'
\ No newline at end of file diff --git a/config/locales/views/sip_accounts/en.yml b/config/locales/views/sip_accounts/en.yml new file mode 100644 index 0000000..c1d8613 --- /dev/null +++ b/config/locales/views/sip_accounts/en.yml @@ -0,0 +1,83 @@ +en: + sip_accounts: + name: 'SIP account' + controller: + successfuly_created: 'Successfully created a new SIP account for %{resource}.' + successfuly_updated: 'Successfully updated a SIP account.' + successfuly_destroyed: 'Successfully destroyed a SIP account.' + index: + page_title: 'SIP accounts' + auth_name: 'Auth name' + caller_name: 'Caller name' + password: 'Password' + voicemail_pin: 'Voicemail PIN' + phone_numbers: 'Phone numbers' + call_waiting: 'Call waiting' + clir: 'CLIR' + clip: 'CLIP' + hotdeskable: 'Hotdeskable' + clip_no_screening: 'CLIP -no screening-' + callforward_rules_act_per_sip_account: 'Callforwards work for the whole sip account' + online: 'Online' + actions: + confirm: 'Are you sure you want to delete this SIP account?' + destroy: 'Delete' + edit: 'Edit' + show: 'View' + create: 'New' + create_for: 'New SIP account for %{resource}' + show: + page_title: 'Show SIP account' + auth_name: 'Auth name' + caller_name: 'Caller name' + password: 'Password' + voicemail_pin: 'Voicemail PIN' + call_waiting: 'Call waiting' + clir: 'CLIR' + clip: 'CLIP' + hotdeskable: 'Hotdeskable' + clip_no_screening: 'CLIP -no screening-' + callforward_rules_act_per_sip_account: 'Callforwards work for the whole sip account' + registration: 'Registration' + expires: 'Expires' + actions: + confirm: 'Are you sure you want to delete this SIP account?' + destroy: 'Delete' + edit: 'Edit' + view_all: 'View all SIP accounts' + new: + page_title: 'New SIP account' + edit: + page_title: 'Editing SIP account' + form: + auth_name: + label: 'Auth name' + hint: '' + caller_name: + label: 'Caller name' + hint: '' + password: + label: 'Password' + hint: '' + voicemail_pin: + label: 'Voicemail PIN' + hint: '' + call_waiting: + label: 'Call waiting' + hint: '' + clir: + label: 'CLIR' + hint: 'Calling Line Identification Restriction. If set true no number will be transmitted.' + clip: + label: 'CLIP' + hint: 'Calling Line Identification Presentation.' + clip_no_screening: + label: 'CLIP -no screening-' + hint: 'Calling Line Identification Presentation. Leave blank if you are not sure.' + callforward_rules_act_per_sip_account: + label: 'Callforwards work for the whole sip account' + hint: '' + hotdeskable: + label: 'Hotdeskable' + hint: '' + button: 'Submit'
\ No newline at end of file |