diff options
author | Stefan Wintermeyer <stefan.wintermeyer@amooma.de> | 2013-06-20 19:06:19 +0200 |
---|---|---|
committer | Stefan Wintermeyer <stefan.wintermeyer@amooma.de> | 2013-06-20 19:06:19 +0200 |
commit | eb0e1cc5c26275ff3e5c341404e8bc558f8312b8 (patch) | |
tree | 71f449ccd6f15422717de3ac24f87d5e888ddd79 /config/locales/views/voicemail_settings/en.yml | |
parent | df6e17e48995f25e72509986f30700d778b179b6 (diff) | |
parent | 3b27a5d45b12f6bac65da2a8e17387bfda42a2f1 (diff) |
Merge branch 'develop'
Diffstat (limited to 'config/locales/views/voicemail_settings/en.yml')
-rw-r--r-- | config/locales/views/voicemail_settings/en.yml | 91 |
1 files changed, 54 insertions, 37 deletions
diff --git a/config/locales/views/voicemail_settings/en.yml b/config/locales/views/voicemail_settings/en.yml index 5995544..4696f79 100644 --- a/config/locales/views/voicemail_settings/en.yml +++ b/config/locales/views/voicemail_settings/en.yml @@ -1,52 +1,69 @@ en: voicemail_settings: - name: 'Voicemail Settings' + name: 'Voicemailsetting' + settings: + pin: 'PIN' + notify: 'Notify' + attachment: 'Attachment' + mark_read: 'Mark read' + purge: 'Purge' + record_length_max: 'Record max.' + record_length_min: 'Record min.' + records_max: 'Records max.' controller: - successfuly_destroyed: 'Successfully destroyed voicemail settings.' - successfuly_created: 'Successfully created voicemail settings.' - successfuly_updated: 'Successfully updated voicemail settings.' + successfuly_created: 'Successfully created entry.' + successfuly_updated: 'Successfully updated entry.' + successfuly_destroyed: 'Successfully destroyed entry.' index: - page_title: 'Voicemail Settings' + page_title: 'Voicemail settings' + voicemail_account_id: 'Voicemail' + name: 'Name' + value: 'Value' + class_type: 'Class type' + description: 'Description' actions: - confirm_destroy: 'Are you sure you want to delete voicemail settings?' + confirm_destroy: 'Are you sure you want to delete this entry?' destroy: 'Delete' + edit: 'Edit' + show: 'View' + create: 'New' + create_for: 'New settings entry for %{resource}' show: - page_title: 'Voicemail Settings' - greeting_path: 'Greeting' - name_path: 'Name' - flags: 'Flags' - notify: 'Notify by email' - attachment: 'Attach file' - mark_read: 'Mark read' - purge: 'Delete' + page_title: 'Show Voicemailsetting' + voicemail_account_id: 'Voicemail' + name: 'Name' + value: 'Value' + class_type: 'Class type' + description: 'Description' actions: - confirm_destroy: 'Are you sure you want to delete voicemail settings?' + confirm_destroy: 'Are you sure you want to delete this element?' destroy: 'Delete' edit: 'Edit' + view_all: 'View All' new: - page_title: 'Voicemail Settings' + page_title: 'New Voicemail settings entry' + actions: + back_to_list: 'Back to Index' edit: - page_title: 'Voicemail Settings' + page_title: 'Editing Voicemail settings' + actions: + back_to_list: 'Back to Index' + edit: 'Edit' + view_all: 'View All' form: - greeting: - label: 'Greeting' - hint: 'Voicemail greeting' + voicemail_account_id: + label: 'Voicemail' + hint: '' name: label: 'Name' - hint: 'Voicemail name' - pin: - label: 'Voicemail PIN' - hint: 'Voicemail PIN' - notify: - label: 'Notify by email' - hint: 'Notify user by email' - attachment: - label: 'Attach file' - hint: 'Attach file to notification email' - mark_read: - label: 'Mark read' - hint: 'Mark message read after notification is sent' - purge: - label: 'Delete' - hint: 'Delete message after notification is sent' - submit: 'Submit' + hint: '' + value: + label: 'Value' + hint: '' + class_type: + label: 'Class type' + hint: '' + description: + label: 'Description' + hint: '' + submit: 'Submit'
\ No newline at end of file |