diff options
author | Stefan Wintermeyer <stefan.wintermeyer@amooma.de> | 2013-06-24 15:37:47 +0200 |
---|---|---|
committer | Stefan Wintermeyer <stefan.wintermeyer@amooma.de> | 2013-06-24 15:37:47 +0200 |
commit | e0c3ca61eeed9b9ac6d5786809e023f5dc27c069 (patch) | |
tree | d64b40fa78e1671ff55d4a8fbfe1242c208a163f /config/locales/views/switchboard_entries/en.yml | |
parent | dde2c037404700c1d6bbfbd7d073d02b3a5242b2 (diff) |
Added i18n for switchable.
Diffstat (limited to 'config/locales/views/switchboard_entries/en.yml')
-rw-r--r-- | config/locales/views/switchboard_entries/en.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/locales/views/switchboard_entries/en.yml b/config/locales/views/switchboard_entries/en.yml index 71f2fe4..a964a41 100644 --- a/config/locales/views/switchboard_entries/en.yml +++ b/config/locales/views/switchboard_entries/en.yml @@ -11,6 +11,7 @@ en: sip_account_id: 'Sip account' name: 'Name' position: 'Position' + switchable: 'Switchable' actions: confirm_destroy: 'Are you sure you want to delete this Switchboardentry?' destroy: 'Delete' @@ -24,6 +25,7 @@ en: sip_account_id: 'Sip account' name: 'Name' position: 'Position' + switchable: 'Switchable' actions: confirm_destroy: 'Are you sure you want to delete this element?' destroy: 'Delete' @@ -52,4 +54,7 @@ en: position: label: 'Position' hint: '' + switchable: + label: 'Switchable SIP-Account' + hint: 'Only calls to switchable SIP-Accounts can be transfered.' submit: 'Submit'
\ No newline at end of file |