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/sip_accounts/en.yml | 83 ++++++++++++++++++++++++++++++++ 1 file changed, 83 insertions(+) create mode 100644 config/locales/views/sip_accounts/en.yml (limited to 'config/locales/views/sip_accounts/en.yml') 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 -- cgit v1.2.3