summaryrefslogtreecommitdiff
path: root/config/locales/views/voicemail_settings
diff options
context:
space:
mode:
authorStefan Wintermeyer <stefan.wintermeyer@amooma.de>2012-12-17 12:01:45 +0100
committerStefan Wintermeyer <stefan.wintermeyer@amooma.de>2012-12-17 12:01:45 +0100
commitb80bd744ad873f6fc43018bc4bfb90677de167bd (patch)
tree072c4b0e33d442528555b82c415f5e7a1712b2b0 /config/locales/views/voicemail_settings
parent3e706c2025ecc5523e81ad649639ef2ff75e7bac (diff)
Start of GS5.
Diffstat (limited to 'config/locales/views/voicemail_settings')
-rw-r--r--config/locales/views/voicemail_settings/de.yml52
-rw-r--r--config/locales/views/voicemail_settings/en.yml52
2 files changed, 104 insertions, 0 deletions
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'