From 5dc6feeb81627d672b957d160d625a7dc0c8582e Mon Sep 17 00:00:00 2001 From: Eric Davis Date: Tue, 16 Nov 2010 09:31:28 -0800 Subject: [PATCH] [#4687] Add German translations from Alexander Meindl --- config/locales/de.yml | 18 ++++++++++++++++++ lang/de.yml | 9 +++++++++ 2 files changed, 27 insertions(+) create mode 100644 config/locales/de.yml create mode 100644 lang/de.yml diff --git a/config/locales/de.yml b/config/locales/de.yml new file mode 100644 index 0000000..8c8de3e --- /dev/null +++ b/config/locales/de.yml @@ -0,0 +1,18 @@ +de: + rate_label_rates: Betraege + rate_label_rate: Betrag + rate_label_rate_history: Betragsverlauf + rate_label_new_rate: Neuer Betrag + rate_label_currency: EUR + rate_error_user_not_found: Benutzer nicht gefunden + rate_label_set_rate: Betrag setzen + rate_label_default: Standard Betrag + rate_cost: Kosten + text_rate_caches_panel: "Betrags Cache" + text_no_cache_run: "kein Cache gefunden" + text_last_caching_run: "Zuletzt Cache erstellt: " + text_last_cache_clearing_run: "Last cache clearing run at: " + text_load_missing_caches: "Load Missing Caches" + text_clear_and_load_all_caches: "Clear and Load All Caches" + text_caches_loaded_successfully: "Caches loaded successfully" + diff --git a/lang/de.yml b/lang/de.yml new file mode 100644 index 0000000..1c27f79 --- /dev/null +++ b/lang/de.yml @@ -0,0 +1,9 @@ +# English strings go here +rate_label_rates: Betraege +rate_label_rate: Betrag +rate_label_rate_history: Betragsverlauf +rate_label_new_rate: Neuer Betrag +rate_label_currency: EUR +rate_error_user_not_found: Benutzer nicht gefunden +rate_label_set_rate: Betrag setzen +rate_label_default: Standard Betrag