From c32a1e4d56a910fb668e0d3cd5806dafc8bfea57 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Thu, 22 Jun 2017 21:34:32 +0200 Subject: [PATCH] Please cherry-pick: - right keys now ... MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- src/java/org/mxchange/localization/bundle_de_DE.properties | 4 ++-- src/java/org/mxchange/localization/bundle_en_US.properties | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/java/org/mxchange/localization/bundle_de_DE.properties b/src/java/org/mxchange/localization/bundle_de_DE.properties index db4ab47a..190647c6 100644 --- a/src/java/org/mxchange/localization/bundle_de_DE.properties +++ b/src/java/org/mxchange/localization/bundle_de_DE.properties @@ -13,8 +13,8 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . -PERSONAL_TITLE_MALE=Herr -PERSONAL_TITLE_FEMALE=Frau +PERSONAL_TITLE_MR=Herr +PERSONAL_TITLE_MRS=Frau CHOICE_YES=Ja CHOICE_NO=Nein PAGE_TITLE_INDEX_WELCOME=Willkommen! diff --git a/src/java/org/mxchange/localization/bundle_en_US.properties b/src/java/org/mxchange/localization/bundle_en_US.properties index 89daa12e..f0af84e9 100644 --- a/src/java/org/mxchange/localization/bundle_en_US.properties +++ b/src/java/org/mxchange/localization/bundle_en_US.properties @@ -13,8 +13,8 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . -PERSONAL_TITLE_MALE=Mr. -PERSONAL_TITLE_FEMALE=Mrs. +PERSONAL_TITLE_MR=Mr. +PERSONAL_TITLE_MRS=Mrs. CHOICE_YES=Yes CHOICE_NO=No PAGE_TITLE_INDEX_WELCOME=Welcome! -- 2.39.5