diff options
author | Stefan Wintermeyer <stefan.wintermeyer@amooma.de> | 2013-01-23 17:36:33 +0100 |
---|---|---|
committer | Stefan Wintermeyer <stefan.wintermeyer@amooma.de> | 2013-01-23 17:36:33 +0100 |
commit | e84e82032813b7acd71f8073d00f57e1cd65eb7c (patch) | |
tree | a1cb86a2d1857bde39932c89a4739ca8dcf01767 /config/locales/views/phone_sip_accounts | |
parent | f67005b1bcbf4b0049b8d60dfcc669bd98745a49 (diff) |
Fixed I18n bug.
Diffstat (limited to 'config/locales/views/phone_sip_accounts')
-rw-r--r-- | config/locales/views/phone_sip_accounts/de.yml | 4 | ||||
-rw-r--r-- | config/locales/views/phone_sip_accounts/en.yml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/config/locales/views/phone_sip_accounts/de.yml b/config/locales/views/phone_sip_accounts/de.yml index 98c7bc5..7a6736a 100644 --- a/config/locales/views/phone_sip_accounts/de.yml +++ b/config/locales/views/phone_sip_accounts/de.yml @@ -11,7 +11,7 @@ de: sip_account_id: 'SIP-Konto' position: 'Position' actions: - confirm: 'Sind Sie sicher, dass Sie dieses SIP-Konto von dem Telefon entfernen möchten?' + confirm_destroy: 'Sind Sie sicher, dass Sie dieses SIP-Konto von dem Telefon entfernen möchten?' destroy: 'Entfernen' edit: 'Bearbeiten' show: 'Anzeigen' @@ -23,7 +23,7 @@ de: sip_account_id: 'SIP-Konto' position: 'Position' actions: - confirm: 'Sind Sie sicher, dass Sie dieses SIP-Konto von dem Telefon entfernen möchten?' + confirm_destroy: 'Sind Sie sicher, dass Sie dieses SIP-Konto von dem Telefon entfernen möchten?' destroy: 'Löschen' edit: 'Bearbeiten' view_all: 'Alle anzeigen' diff --git a/config/locales/views/phone_sip_accounts/en.yml b/config/locales/views/phone_sip_accounts/en.yml index 9577241..3604758 100644 --- a/config/locales/views/phone_sip_accounts/en.yml +++ b/config/locales/views/phone_sip_accounts/en.yml @@ -11,7 +11,7 @@ en: sip_account_id: 'SIP account' position: 'Position' actions: - confirm: 'Are you sure you want to delete this SIP account on this phone?' + confirm_destroy: 'Are you sure you want to delete this SIP account on this phone?' destroy: 'Delete' edit: 'Edit' show: 'View' @@ -23,7 +23,7 @@ en: sip_account_id: 'SIP account' position: 'Position' actions: - confirm: 'Are you sure you want to delete this SIP account on this phone?' + confirm_destroy: 'Are you sure you want to delete this SIP account on this phone?' destroy: 'Delete' edit: 'Edit' view_all: 'View All' |