summaryrefslogtreecommitdiff
path: root/config/locales/views/sip_domains
diff options
context:
space:
mode:
authorStefan Wintermeyer <stefan.wintermeyer@amooma.de>2013-01-23 17:36:33 +0100
committerStefan Wintermeyer <stefan.wintermeyer@amooma.de>2013-01-23 17:36:33 +0100
commite84e82032813b7acd71f8073d00f57e1cd65eb7c (patch)
treea1cb86a2d1857bde39932c89a4739ca8dcf01767 /config/locales/views/sip_domains
parentf67005b1bcbf4b0049b8d60dfcc669bd98745a49 (diff)
Fixed I18n bug.
Diffstat (limited to 'config/locales/views/sip_domains')
-rw-r--r--config/locales/views/sip_domains/de.yml4
-rw-r--r--config/locales/views/sip_domains/en.yml4
2 files changed, 4 insertions, 4 deletions
diff --git a/config/locales/views/sip_domains/de.yml b/config/locales/views/sip_domains/de.yml
index 447caa9..7c3bfb6 100644
--- a/config/locales/views/sip_domains/de.yml
+++ b/config/locales/views/sip_domains/de.yml
@@ -10,7 +10,7 @@ de:
host: 'Host'
realm: 'Realm'
actions:
- confirm: 'Sind Sie sicher, dass Sie diese SIP-Domain löschen möchten?'
+ confirm_destroy: 'Sind Sie sicher, dass Sie diese SIP-Domain löschen möchten?'
destroy: 'Löschen'
edit: 'Bearbeiten'
show: 'Anzeigen'
@@ -20,7 +20,7 @@ de:
host: 'Host'
realm: 'Realm'
actions:
- confirm: 'Sind Sie sicher, dass Sie diese SIP-Domain löschen möchten?'
+ confirm_destroy: 'Sind Sie sicher, dass Sie diese SIP-Domain löschen möchten?'
destroy: 'Löschen'
edit: 'Bearbeiten'
view_all: 'Alle SIP-Domains anzeigen'
diff --git a/config/locales/views/sip_domains/en.yml b/config/locales/views/sip_domains/en.yml
index bf62a60..30432e4 100644
--- a/config/locales/views/sip_domains/en.yml
+++ b/config/locales/views/sip_domains/en.yml
@@ -10,7 +10,7 @@ en:
host: 'Host'
realm: 'Realm'
actions:
- confirm: 'Are you sure you want to delete this SIP domain?'
+ confirm_destroy: 'Are you sure you want to delete this SIP domain?'
destroy: 'Delete'
edit: 'Edit'
show: 'View'
@@ -20,7 +20,7 @@ en:
host: 'Host'
realm: 'Realm'
actions:
- confirm: 'Are you sure you want to delete this SIP domain?'
+ confirm_destroy: 'Are you sure you want to delete this SIP domain?'
destroy: 'Delete SIP domain'
edit: 'Edit SIP domain'
view_all: 'View all SIP domains'