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/softkeys/en.yml | 64 ++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 config/locales/views/softkeys/en.yml (limited to 'config/locales/views/softkeys/en.yml') diff --git a/config/locales/views/softkeys/en.yml b/config/locales/views/softkeys/en.yml new file mode 100644 index 0000000..e29e4c6 --- /dev/null +++ b/config/locales/views/softkeys/en.yml @@ -0,0 +1,64 @@ +en: + softkeys: + functions: + speed_dial: 'Speed Dial' + blf: 'BLF' + dtmf: 'DTMF' + log_in: 'Log in' + log_out: 'Log out' + conference: 'Conference' + call_forwarding: 'Toggle Call Forwarding' + hold: 'Hold' + hunt_group_membership: 'Hunt Group' + deactivated: 'Deactivated' + acd_membership: 'ACD' + name: 'Softkey' + controller: + successfuly_created: 'Successfully created softkeys.' + successfuly_updated: 'Successfully updated softkeys.' + successfuly_destroyed: 'Successfully destroyed softkeys.' + index: + page_title: 'Softkeys' + phone_id: 'Phone' + function: 'Function' + number: 'Number' + label: 'Label' + position: 'Position' + actions: + confirm: 'Are you sure you want to delete this softkey?' + destroy: 'Delete' + edit: 'Edit' + show: 'View' + create: 'New softkey' + create_for: 'New softkey for %{resource}' + show: + page_title: 'Show softkey' + phone_id: 'Phone' + function: 'Function' + number: 'Number' + label: 'Label' + position: 'Position' + call_forward: 'Call forward' + actions: + confirm: 'Are you sure you want to delete this softkey?' + destroy: 'Delete' + edit: 'Edit' + view_all: 'View All' + new: + page_title: 'New softkey' + edit: + page_title: 'Editing softkey' + form: + function: + label: 'Function' + hint: '' + call_forward: + label: 'Call forward' + hint: '' + number: + label: 'Number' + hint: '' + label: + label: 'Label' + hint: '' + button: 'Submit' \ No newline at end of file -- cgit v1.2.3