From b3c8d35166b096379a375bc2bb0c077684bd28df Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Tue, 5 Apr 2016 12:58:22 +0200 Subject: [PATCH] Better keep languages in own language --- src/java/org/mxchange/localization/bundle_de_DE.properties | 2 +- src/java/org/mxchange/localization/bundle_en_US.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/java/org/mxchange/localization/bundle_de_DE.properties b/src/java/org/mxchange/localization/bundle_de_DE.properties index eb503caa..d722d749 100644 --- a/src/java/org/mxchange/localization/bundle_de_DE.properties +++ b/src/java/org/mxchange/localization/bundle_de_DE.properties @@ -318,4 +318,4 @@ PAGE_TITLE_LOGIN_CHANGE_PERSONAL_DATA=Ihre persoenlichen Daten aendern CONTENT_TITLE_LOGIN_CHANGE_PERSONAL_DATA=Aendern Ihrer Adresse, Telefonnummer usw.: SELECT_LANGUAGE=Sprache: DE_DE=Deutsch (DE) -EN_US=Englisch (US) +EN_US=English (US) diff --git a/src/java/org/mxchange/localization/bundle_en_US.properties b/src/java/org/mxchange/localization/bundle_en_US.properties index 71ab7f5c..8d5ddbc9 100644 --- a/src/java/org/mxchange/localization/bundle_en_US.properties +++ b/src/java/org/mxchange/localization/bundle_en_US.properties @@ -291,5 +291,5 @@ CONTENT_TITLE_LOGIN_CHANGE_EMAIL_ADDRESS=Enter new email address: PAGE_TITLE_LOGIN_CHANGE_PERSONAL_DATA=Change your personal data CONTENT_TITLE_LOGIN_CHANGE_PERSONAL_DATA=Change your address, phone number or others: SELECT_LANGUAGE=Language: -DE_DE=German (DE) +DE_DE=Deutsch (DE) EN_US=English (US) -- 2.39.5