diff options
author | Peter Kozak <spag@golwen.net> | 2013-04-19 10:16:54 +0200 |
---|---|---|
committer | Peter Kozak <spag@golwen.net> | 2013-04-19 10:16:54 +0200 |
commit | fd97ea55ce118ba1bf679a73b8bba864186e09c7 (patch) | |
tree | 3852fb7ba9ec5d9106251fb08fd6b08fb46e7d77 | |
parent | 439150418b31e3d1981c96e1dd4c277b07bd8a30 (diff) |
voicemail_accounts translations
-rw-r--r-- | config/locales/views/voicemail_accounts/de.yml | 20 | ||||
-rw-r--r-- | config/locales/views/voicemail_accounts/en.yml | 20 |
2 files changed, 20 insertions, 20 deletions
diff --git a/config/locales/views/voicemail_accounts/de.yml b/config/locales/views/voicemail_accounts/de.yml index 989848b..99145f6 100644 --- a/config/locales/views/voicemail_accounts/de.yml +++ b/config/locales/views/voicemail_accounts/de.yml @@ -1,12 +1,12 @@ de: voicemail_accounts: - name: 'Voicemailaccount' + name: 'Voicemail Konto' controller: - successfuly_created: 'Voicemailaccount wurde angelegt.' - successfuly_updated: 'Voicemailaccount wurde aktualisiert.' - successfuly_destroyed: 'Voicemailaccount wurde gelöscht.' + successfuly_created: 'Voicemail Konto wurde angelegt.' + successfuly_updated: 'Voicemail Konto wurde aktualisiert.' + successfuly_destroyed: 'Voicemail Konto wurde gelöscht.' index: - page_title: 'Übersicht von Voicemailaccount' + page_title: 'Voicemail Konten' uuid: 'Uuid' name: 'Name' active: 'Active' @@ -14,14 +14,14 @@ de: voicemail_accountable_type: 'Voicemail accountable type' voicemail_accountable_id: 'Voicemail accountable' actions: - confirm_destroy: 'Sind Sie sicher, dass Sie folgendes löschen möchten: Voicemailaccount' + confirm_destroy: 'Sind Sie sicher, dass Sie folgendes löschen möchten: Voicemail Konto' destroy: 'Löschen' edit: 'Bearbeiten' show: 'Anzeigen' create: 'Neu anlegen' - create_for: 'Voicemailaccount neu anlegen für %{resource}' + create_for: 'Voicemail Konto neu anlegen für %{resource}' show: - page_title: 'Voicemailaccount bearbeiten' + page_title: 'Voicemail Konto bearbeiten' uuid: 'Uuid' name: 'Name' active: 'Active' @@ -34,11 +34,11 @@ de: edit: 'Bearbeiten' view_all: 'Alle anzeigen' new: - page_title: 'Voicemailaccount neu anlegen' + page_title: 'Voicemail Konto neu anlegen' actions: back_to_list: 'Zurück zur Übersicht' edit: - page_title: 'Voicemailaccount bearbeiten' + page_title: 'Voicemail Konto bearbeiten' actions: back_to_list: 'Zurück zur Übersicht' edit: 'Bearbeiten' diff --git a/config/locales/views/voicemail_accounts/en.yml b/config/locales/views/voicemail_accounts/en.yml index 58491cd..bf097a5 100644 --- a/config/locales/views/voicemail_accounts/en.yml +++ b/config/locales/views/voicemail_accounts/en.yml @@ -1,12 +1,12 @@ en: voicemail_accounts: - name: 'Voicemailaccount' + name: 'Voicemail Account' controller: - successfuly_created: 'Successfully created Voicemailaccount.' - successfuly_updated: 'Successfully updated Voicemailaccount.' - successfuly_destroyed: 'Successfully destroyed Voicemailaccount.' + successfuly_created: 'Successfully created Voicemail Account.' + successfuly_updated: 'Successfully updated Voicemail Account.' + successfuly_destroyed: 'Successfully destroyed Voicemail Account.' index: - page_title: 'Listing Voicemailaccount' + page_title: 'Voicemail Accounts' uuid: 'Uuid' name: 'Name' active: 'Active' @@ -14,14 +14,14 @@ en: voicemail_accountable_type: 'Voicemail accountable type' voicemail_accountable_id: 'Voicemail accountable' actions: - confirm_destroy: 'Are you sure you want to delete this Voicemailaccount?' + confirm_destroy: 'Are you sure you want to delete this Voicemail Account?' destroy: 'Delete' edit: 'Edit' show: 'View' create: 'New' - create_for: 'New Voicemailaccount for %{resource}' + create_for: 'New Voicemail Account for %{resource}' show: - page_title: 'Show Voicemailaccount' + page_title: 'Show Voicemail Account' uuid: 'Uuid' name: 'Name' active: 'Active' @@ -34,11 +34,11 @@ en: edit: 'Edit' view_all: 'View All' new: - page_title: 'New Voicemailaccount' + page_title: 'New Voicemail Account' actions: back_to_list: 'Back to Index' edit: - page_title: 'Editing Voicemailaccount' + page_title: 'Editing Voicemail Account' actions: back_to_list: 'Back to Index' edit: 'Edit' |