diff options
author | Stefan Wintermeyer <stefan.wintermeyer@amooma.de> | 2013-06-27 20:58:33 +0200 |
---|---|---|
committer | Stefan Wintermeyer <stefan.wintermeyer@amooma.de> | 2013-06-27 20:58:33 +0200 |
commit | aad51572a6c75a4cbd2d44804b82f634a4ddd732 (patch) | |
tree | eb1e50afb7f8667fc6d5ac4a856c5f1fd396efd7 /config/locales/views/switchboards/en.yml | |
parent | 29213546a4468aa4a853dee8091bbd556f7d0f51 (diff) |
Add the possiblity to search the phone_books in the Switchboard#view
Diffstat (limited to 'config/locales/views/switchboards/en.yml')
-rw-r--r-- | config/locales/views/switchboards/en.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/locales/views/switchboards/en.yml b/config/locales/views/switchboards/en.yml index 6a5dd6f..0cc5ef2 100644 --- a/config/locales/views/switchboards/en.yml +++ b/config/locales/views/switchboards/en.yml @@ -15,6 +15,7 @@ en: amount_of_displayed_phone_numbers: 'Amount of displayed phone numbers' blind_transfer_activated: 'Blind Transfer' attended_transfer_activated: 'Attended Transfer' + search_activated: 'Search function' actions: confirm_destroy: 'Are you sure you want to delete this Switchboard?' destroy: 'Delete' @@ -32,6 +33,7 @@ en: amount_of_displayed_phone_numbers: 'Amount of displayed phone numbers' blind_transfer_activated: 'Blind Transfer' attended_transfer_activated: 'Attended Transfer' + search_activated: 'Search function' actions: confirm_destroy: 'Are you sure you want to delete this element?' destroy: 'Delete' @@ -72,4 +74,7 @@ en: attended_transfer_activated: label: 'Attended Transfer' hint: 'Does not work with all phone models.' + search_activated: + label: 'Activate search function' + hint: '' submit: 'Submit'
\ No newline at end of file |