From e84e82032813b7acd71f8073d00f57e1cd65eb7c Mon Sep 17 00:00:00 2001 From: Stefan Wintermeyer Date: Wed, 23 Jan 2013 17:36:33 +0100 Subject: Fixed I18n bug. --- config/locales/views/softkeys/de.yml | 4 ++-- config/locales/views/softkeys/en.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'config/locales/views/softkeys') diff --git a/config/locales/views/softkeys/de.yml b/config/locales/views/softkeys/de.yml index f5f8f26..654da80 100644 --- a/config/locales/views/softkeys/de.yml +++ b/config/locales/views/softkeys/de.yml @@ -25,7 +25,7 @@ de: label: 'Beschriftung' position: 'Position' actions: - confirm: 'Sind Sie sicher, dass Sie diesen Softkey löschen möchten?' + confirm_destroy: 'Sind Sie sicher, dass Sie diesen Softkey löschen möchten?' destroy: 'Löschen' edit: 'Bearbeiten' show: 'Anzeigen' @@ -40,7 +40,7 @@ de: position: 'Position' call_forward: 'Rufumleitung' actions: - confirm: 'Sind Sie sicher, dass Sie diesen Softkey löschen möchten?' + confirm_destroy: 'Sind Sie sicher, dass Sie diesen Softkey löschen möchten?' destroy: 'Löschen' edit: 'Bearbeiten' view_all: 'Alle anzeigen' diff --git a/config/locales/views/softkeys/en.yml b/config/locales/views/softkeys/en.yml index e29e4c6..d78c685 100644 --- a/config/locales/views/softkeys/en.yml +++ b/config/locales/views/softkeys/en.yml @@ -25,7 +25,7 @@ en: label: 'Label' position: 'Position' actions: - confirm: 'Are you sure you want to delete this softkey?' + confirm_destroy: 'Are you sure you want to delete this softkey?' destroy: 'Delete' edit: 'Edit' show: 'View' @@ -40,7 +40,7 @@ en: position: 'Position' call_forward: 'Call forward' actions: - confirm: 'Are you sure you want to delete this softkey?' + confirm_destroy: 'Are you sure you want to delete this softkey?' destroy: 'Delete' edit: 'Edit' view_all: 'View All' -- cgit v1.2.3 From d22a57f659fdb0f2c9ecf751d1e41a81430b289e Mon Sep 17 00:00:00 2001 From: Stefan Wintermeyer Date: Thu, 24 Jan 2013 12:52:37 +0100 Subject: Bugfixed a wrong key in I18n files. --- config/locales/views/softkeys/de.yml | 2 +- config/locales/views/softkeys/en.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'config/locales/views/softkeys') diff --git a/config/locales/views/softkeys/de.yml b/config/locales/views/softkeys/de.yml index 654da80..e8bbc9a 100644 --- a/config/locales/views/softkeys/de.yml +++ b/config/locales/views/softkeys/de.yml @@ -65,4 +65,4 @@ de: label: label: 'Beschriftung' hint: 'Je nach Telefonmodell gibt es die Möglichkeit eine Beschriftung bzw. eine Beschreibung auf dem Telefon anzuzeigen.' - button: 'Absenden' \ No newline at end of file + submit: 'Absenden' \ No newline at end of file diff --git a/config/locales/views/softkeys/en.yml b/config/locales/views/softkeys/en.yml index d78c685..8d8a3f3 100644 --- a/config/locales/views/softkeys/en.yml +++ b/config/locales/views/softkeys/en.yml @@ -61,4 +61,4 @@ en: label: label: 'Label' hint: '' - button: 'Submit' \ No newline at end of file + submit: 'Submit' \ No newline at end of file -- cgit v1.2.3