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/automatic_call_distributors | |
parent | 39aa7132ceed3d4beab3a9b828e571bbfc67c07e (diff) | |
parent | 600574759573e48da9f5f82d4ff8a863b6830c95 (diff) |
Merge branch 'develop'5.1-beta2
Diffstat (limited to 'config/locales/views/automatic_call_distributors')
-rw-r--r-- | config/locales/views/automatic_call_distributors/de.yml | 6 | ||||
-rw-r--r-- | config/locales/views/automatic_call_distributors/en.yml | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/config/locales/views/automatic_call_distributors/de.yml b/config/locales/views/automatic_call_distributors/de.yml index 8618325..fa4c549 100644 --- a/config/locales/views/automatic_call_distributors/de.yml +++ b/config/locales/views/automatic_call_distributors/de.yml @@ -24,7 +24,7 @@ de: goodbye: 'Abschied' music: 'Musik' actions: - confirm: 'Sind Sie sicher, dass Sie diese Warteschleife löschen möchten?' + confirm_destroy: 'Sind Sie sicher, dass Sie diese Warteschleife löschen möchten?' destroy: 'Löschen' edit: 'Bearbeiten' show: 'Anzeigen' @@ -47,7 +47,7 @@ de: goodbye: 'Abschied' music: 'Musik' actions: - confirm: 'Sind Sie sicher, dass Sie diese Warteschleife löschen möchten?' + confirm_destroy: 'Sind Sie sicher, dass Sie diese Warteschleife löschen möchten?' destroy: 'Löschen' edit: 'Bearbeiten' view_all: 'Alle anzeigen' @@ -110,7 +110,7 @@ de: music: label: 'Musik' hint: '' - button: 'Absenden' + submit: 'Absenden' strategies: round_robin: 'Ringverteilung' ring_all: 'Alle' diff --git a/config/locales/views/automatic_call_distributors/en.yml b/config/locales/views/automatic_call_distributors/en.yml index d481406..5006a77 100644 --- a/config/locales/views/automatic_call_distributors/en.yml +++ b/config/locales/views/automatic_call_distributors/en.yml @@ -26,7 +26,7 @@ en: goodbye: 'Goodbye' music: 'Music' actions: - confirm: 'Are you sure you want to delete this ACD?' + confirm_destroy: 'Are you sure you want to delete this ACD?' destroy: 'Delete' edit: 'Edit' show: 'View' @@ -51,7 +51,7 @@ en: goodbye: 'Goodbye' music: 'Music' actions: - confirm: 'Are you sure you want to delete this element?' + confirm_destroy: 'Are you sure you want to delete this element?' destroy: 'Delete' edit: 'Edit' view_all: 'View All' @@ -114,7 +114,7 @@ en: music: label: 'Music' hint: '' - button: 'Submit' + submit: 'Submit' strategies: round_robin: 'Round robin' ring_all: 'Ring all' |