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/voicemail_settings/de.yml | 52 ++++++++++++++++++++++++++ config/locales/views/voicemail_settings/en.yml | 52 ++++++++++++++++++++++++++ 2 files changed, 104 insertions(+) create mode 100644 config/locales/views/voicemail_settings/de.yml create mode 100644 config/locales/views/voicemail_settings/en.yml (limited to 'config/locales/views/voicemail_settings') diff --git a/config/locales/views/voicemail_settings/de.yml b/config/locales/views/voicemail_settings/de.yml new file mode 100644 index 0000000..184fcac --- /dev/null +++ b/config/locales/views/voicemail_settings/de.yml @@ -0,0 +1,52 @@ +de: + voicemail_settings: + name: 'Anrufbeantworter Einstellungen' + controller: + successfuly_destroyed: 'Einstellungen wurden gelöscht.' + successfuly_created: 'Einstellungen wurden erstellt.' + successfuly_updated: 'Einstellungen wurden aktuallisiert.' + index: + page_title: 'Anrufbeantworter Einstellungen' + actions: + confirm: 'Sind Sie sicher, dass Sie die Einstellungen löschen möchten?' + destroy: 'Löschen' + show: + page_title: 'Anrufbeantworter Einstellungen' + greeting_path: 'Begrüßung' + name_path: 'Name' + flags: 'Flags' + notify: 'Benachrichtigung' + attachment: 'Datei anfügen' + mark_read: 'Als gelesen markieren' + purge: 'Löschen' + actions: + confirm: 'Sind Sie sicher, dass Sie die Einstellungen löschen möchten?' + destroy: 'Löschen' + edit: 'Bearbeiten' + new: + page_title: 'Anrufbeantworter Einstellungen' + edit: + page_title: 'Anrufbeantworter Einstellungen' + form: + greeting: + label: 'Begrüßung' + hint: '' + name: + label: 'Name' + hint: '' + pin: + label: 'Anrufbeantworter PIN' + hint: '' + notify: + label: 'Benachrichtigung' + hint: 'Benachrichtigung per E-Mail' + attachment: + label: 'Datei anfügen' + hint: 'Datei an E-Mail anfügen' + mark_read: + label: 'Als gelesen markieren' + hint: 'Markieren als gelesen' + purge: + label: 'Löschen' + hint: 'Nachricht löschen' + button: 'Absenden' \ No newline at end of file diff --git a/config/locales/views/voicemail_settings/en.yml b/config/locales/views/voicemail_settings/en.yml new file mode 100644 index 0000000..ddade59 --- /dev/null +++ b/config/locales/views/voicemail_settings/en.yml @@ -0,0 +1,52 @@ +en: + voicemail_settings: + name: 'Voicemail Settings' + controller: + successfuly_destroyed: 'Successfully destroyed voicemail settings.' + successfuly_created: 'Successfully created voicemail settings.' + successfuly_updated: 'Successfully updated voicemail settings.' + index: + page_title: 'Voicemail Settings' + actions: + confirm: 'Are you sure you want to delete voicemail settings?' + destroy: 'Delete' + 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' + actions: + confirm: 'Are you sure you want to delete voicemail settings?' + destroy: 'Delete' + edit: 'Edit' + new: + page_title: 'Voicemail Settings' + edit: + page_title: 'Voicemail Settings' + form: + greeting: + label: 'Greeting' + hint: 'Voicemail greeting' + 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' + button: 'Submit' -- cgit v1.2.3