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/sip_accounts | |
parent | f67005b1bcbf4b0049b8d60dfcc669bd98745a49 (diff) |
Fixed I18n bug.
Diffstat (limited to 'config/locales/views/sip_accounts')
-rw-r--r-- | config/locales/views/sip_accounts/de.yml | 4 | ||||
-rw-r--r-- | config/locales/views/sip_accounts/en.yml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/config/locales/views/sip_accounts/de.yml b/config/locales/views/sip_accounts/de.yml index ad78a93..162a072 100644 --- a/config/locales/views/sip_accounts/de.yml +++ b/config/locales/views/sip_accounts/de.yml @@ -20,7 +20,7 @@ de: callforward_rules_act_per_sip_account: 'Rufweiterleitungen gelten für das gesamte SIP-Konto' online: 'Online' actions: - confirm: 'Sind Sie sicher, dass Sie diesen SIP-Konto löschen möchten?' + confirm_destroy: 'Sind Sie sicher, dass Sie diesen SIP-Konto löschen möchten?' destroy: 'Löschen' edit: 'Bearbeiten' show: 'Anzeigen' @@ -41,7 +41,7 @@ de: registration: 'Registrierung' expires: 'Läuft ab' actions: - confirm: 'Sind Sie sicher, dass Sie diesen SIP-Konto löschen möchten?' + confirm_destroy: 'Sind Sie sicher, dass Sie diesen SIP-Konto löschen möchten?' destroy: 'Löschen' edit: 'Bearbeiten' view_all: 'Alle SIP-Konten anzeigen' diff --git a/config/locales/views/sip_accounts/en.yml b/config/locales/views/sip_accounts/en.yml index c1d8613..b02c60a 100644 --- a/config/locales/views/sip_accounts/en.yml +++ b/config/locales/views/sip_accounts/en.yml @@ -20,7 +20,7 @@ en: callforward_rules_act_per_sip_account: 'Callforwards work for the whole sip account' online: 'Online' actions: - confirm: 'Are you sure you want to delete this SIP account?' + confirm_destroy: 'Are you sure you want to delete this SIP account?' destroy: 'Delete' edit: 'Edit' show: 'View' @@ -41,7 +41,7 @@ en: registration: 'Registration' expires: 'Expires' actions: - confirm: 'Are you sure you want to delete this SIP account?' + confirm_destroy: 'Are you sure you want to delete this SIP account?' destroy: 'Delete' edit: 'Edit' view_all: 'View all SIP accounts' |