From 78a13c808f22a90870fb9711f1472feef996a933 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Fri, 4 Mar 2016 21:19:25 +0100 Subject: [PATCH] Added missing language strings for login_change_personal_data.xhtml --- .../org/mxchange/localization/bundle_de_DE.properties | 9 +++++++++ .../org/mxchange/localization/bundle_en_US.properties | 5 +++++ 2 files changed, 14 insertions(+) diff --git a/src/java/org/mxchange/localization/bundle_de_DE.properties b/src/java/org/mxchange/localization/bundle_de_DE.properties index afcc3ae3..33571d36 100644 --- a/src/java/org/mxchange/localization/bundle_de_DE.properties +++ b/src/java/org/mxchange/localization/bundle_de_DE.properties @@ -276,3 +276,12 @@ LINK_LOGIN_CHANGE_PERSONAL_DATA=Persoenliche Daten, wie Anschrift usw. aendern LINK_LOGIN_CHANGE_EMAIL_ADDRESS=Ihre Email-Adresse aendern #TODO: Please fix German umlaut! LINK_LOGIN_CHANGE_PASSWORD=Ihr Passwort aendern +#TODO: Please fix German umlaut! +LOGIN_ENTER_CURRENT_PASSWORD_CONFIRMATION_LEGEND=Bitte derzeitiges Passwort zur Bestaetigung eingeben: +#TODO: Please fix German umlaut! +LOGIN_ENTER_CURRENT_PASSWORD_CONFIRMATION_LEGEND_TITLE=Bitte geben Sie ihr derzeitiges Passwort zur Bestaetigung der Aenderungen ein. +LOGIN_ENTER_PASSWORD_CONFIRM=Derzeitiges Passwort: +#TODO: Please fix German umlaut! +BUTTON_CHANGE_PERSONAL_DATA=Persoenliche Daten aendern +#TODO: Please fix German umlaut! +LOGIN_CHANGE_PERSONAL_DATA_TITLE=Persoenliche Daten aendern: diff --git a/src/java/org/mxchange/localization/bundle_en_US.properties b/src/java/org/mxchange/localization/bundle_en_US.properties index cd945314..1df34b92 100644 --- a/src/java/org/mxchange/localization/bundle_en_US.properties +++ b/src/java/org/mxchange/localization/bundle_en_US.properties @@ -265,3 +265,8 @@ LOGIN_CHOOSE_PERSONAL_DATA_EMAIL_PASSWORD_NOTICE=You can change your personal da LINK_LOGIN_CHANGE_PERSONAL_DATA=Change personal data such as your address. LINK_LOGIN_CHANGE_EMAIL_ADDRESS=Change your email address LINK_LOGIN_CHANGE_PASSWORD=Change your password +LOGIN_ENTER_CURRENT_PASSWORD_CONFIRMATION_LEGEND=Your current password for confirmation: +LOGIN_ENTER_CURRENT_PASSWORD_CONFIRMATION_LEGEND_TITLE=Please enter your current password for confirmation of the change. +LOGIN_ENTER_PASSWORD_CONFIRM=Current password: +BUTTON_CHANGE_PERSONAL_DATA=Change personal data +LOGIN_CHANGE_PERSONAL_DATA_TITLE=Change personal data: -- 2.39.5