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/gateways/de.yml | 4 ++-- config/locales/views/gateways/en.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'config/locales/views/gateways') diff --git a/config/locales/views/gateways/de.yml b/config/locales/views/gateways/de.yml index befe6b6..6144dd4 100644 --- a/config/locales/views/gateways/de.yml +++ b/config/locales/views/gateways/de.yml @@ -13,7 +13,7 @@ de: outbound: 'Outbound' description: 'Description' actions: - confirm: 'Sind Sie sicher, dass Sie folgendes löschen möchten: Gateway' + confirm_destroy: 'Sind Sie sicher, dass Sie folgendes löschen möchten: Gateway' destroy: 'Löschen' edit: 'Bearbeiten' show: 'Anzeigen' @@ -28,7 +28,7 @@ de: outbound: 'Outbound' description: 'Description' actions: - confirm: 'Sind Sie sicher, dass die dieses Element löschen möchten?' + confirm_destroy: 'Sind Sie sicher, dass die dieses Element löschen möchten?' destroy: 'Löschen' edit: 'Bearbeiten' view_all: 'Alle anzeigen' diff --git a/config/locales/views/gateways/en.yml b/config/locales/views/gateways/en.yml index 7732da1..07272bc 100644 --- a/config/locales/views/gateways/en.yml +++ b/config/locales/views/gateways/en.yml @@ -13,7 +13,7 @@ en: outbound: 'Outbound' description: 'Description' actions: - confirm: 'Are you sure you want to delete this Gateway?' + confirm_destroy: 'Are you sure you want to delete this Gateway?' destroy: 'Delete' edit: 'Edit' show: 'View' @@ -28,7 +28,7 @@ en: outbound: 'Outbound' description: 'Description' 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' -- 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/gateways/de.yml | 2 +- config/locales/views/gateways/en.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'config/locales/views/gateways') diff --git a/config/locales/views/gateways/de.yml b/config/locales/views/gateways/de.yml index 6144dd4..5365685 100644 --- a/config/locales/views/gateways/de.yml +++ b/config/locales/views/gateways/de.yml @@ -58,4 +58,4 @@ de: description: label: 'Description' hint: '' - button: 'Absenden' \ No newline at end of file + submit: 'Absenden' \ No newline at end of file diff --git a/config/locales/views/gateways/en.yml b/config/locales/views/gateways/en.yml index 07272bc..db2357f 100644 --- a/config/locales/views/gateways/en.yml +++ b/config/locales/views/gateways/en.yml @@ -58,4 +58,4 @@ en: description: label: 'Description' hint: '' - button: 'Submit' \ No newline at end of file + submit: 'Submit' \ No newline at end of file -- cgit v1.2.3