diff options
author | Julian Pawlowski <julian.pawlowski@gmail.com> | 2013-01-28 14:17:52 +0100 |
---|---|---|
committer | Julian Pawlowski <julian.pawlowski@gmail.com> | 2013-01-28 14:17:52 +0100 |
commit | 8aa7de2636dcd22781b623d5c9270f5ecf8b85c2 (patch) | |
tree | 1bb5dc36fb28c96ad9be9a2357d380c2c24ee31e /config/locales/views/sip_domains | |
parent | 39aa7132ceed3d4beab3a9b828e571bbfc67c07e (diff) | |
parent | 600574759573e48da9f5f82d4ff8a863b6830c95 (diff) |
Merge branch 'develop'5.1-beta2
Diffstat (limited to 'config/locales/views/sip_domains')
-rw-r--r-- | config/locales/views/sip_domains/de.yml | 6 | ||||
-rw-r--r-- | config/locales/views/sip_domains/en.yml | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/config/locales/views/sip_domains/de.yml b/config/locales/views/sip_domains/de.yml index 447caa9..a93529d 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' @@ -35,4 +35,4 @@ de: realm: label: 'Realm' hint: '' - button: 'Absenden'
\ No newline at end of file + submit: 'Absenden'
\ No newline at end of file diff --git a/config/locales/views/sip_domains/en.yml b/config/locales/views/sip_domains/en.yml index bf62a60..a053864 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' @@ -35,4 +35,4 @@ en: realm: label: 'Realm' hint: '' - button: 'Submit'
\ No newline at end of file + submit: 'Submit'
\ No newline at end of file |