From 7c32127fe9656863cebf8b02cb298af944927d2e Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Mon, 5 Oct 2015 13:41:16 +0200 Subject: [PATCH] =?utf8?q?some=20fixes=20+=20added=20missing=20language=20?= =?utf8?q?strings=20Signed-off-by:Roland=20H=C3=A4der=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .../org/mxchange/localization/bundle_de_DE.properties | 3 +++ .../org/mxchange/localization/bundle_en_US.properties | 3 +++ web/WEB-INF/templates/guest/guest_login_form.tpl | 4 ++-- .../templates/guest/guest_registration_form.tpl | 2 +- web/user/login.xhtml | 10 +++++----- web/user/lost_passwd.xhtml | 8 ++++---- web/user/register.xhtml | 6 +++--- 7 files changed, 21 insertions(+), 15 deletions(-) diff --git a/src/java/org/mxchange/localization/bundle_de_DE.properties b/src/java/org/mxchange/localization/bundle_de_DE.properties index e5ffb45e..69d1da9b 100644 --- a/src/java/org/mxchange/localization/bundle_de_DE.properties +++ b/src/java/org/mxchange/localization/bundle_de_DE.properties @@ -104,3 +104,6 @@ LINK_GUEST_IMPRINT_TITLE=Impressum LINK_GUEST_TERMS_TITLE=Allgemeine Gesch\u00e4ftsbedingungen LINK_GUEST_PRIVACY_TITLE=Datenschutzbestimmungen MENU_USER_TITLE=Benutzer +ENTER_USER_NAME=Benutzernamen: +BUTTON_USER_LOGIN=Einloggen +BUTTON_CONTINUE_STEP_2=Weiter zu Schritt 2 diff --git a/src/java/org/mxchange/localization/bundle_en_US.properties b/src/java/org/mxchange/localization/bundle_en_US.properties index ce6c5965..2d4e31f4 100644 --- a/src/java/org/mxchange/localization/bundle_en_US.properties +++ b/src/java/org/mxchange/localization/bundle_en_US.properties @@ -104,3 +104,6 @@ LINK_GUEST_IMPRINT_TITLE=Impressum LINK_GUEST_TERMS_TITLE=Allgemeine Gesch\u00e4ftsbedingungen LINK_GUEST_PRIVACY_TITLE=Datenschutzbestimmungen MENU_USER_TITLE=User +ENTER_USER_NAME=User name: +BUTTON_USER_LOGIN=Login +BUTTON_CONTINUE_STEP_2=Weiter zu Schritt 2 diff --git a/web/WEB-INF/templates/guest/guest_login_form.tpl b/web/WEB-INF/templates/guest/guest_login_form.tpl index 4cdd1caa..0e810499 100644 --- a/web/WEB-INF/templates/guest/guest_login_form.tpl +++ b/web/WEB-INF/templates/guest/guest_login_form.tpl @@ -16,11 +16,11 @@
- +
- +
diff --git a/web/WEB-INF/templates/guest/guest_registration_form.tpl b/web/WEB-INF/templates/guest/guest_registration_form.tpl index 7c33d24e..4b6f9e3d 100644 --- a/web/WEB-INF/templates/guest/guest_registration_form.tpl +++ b/web/WEB-INF/templates/guest/guest_registration_form.tpl @@ -69,7 +69,7 @@
- #{msg.GUEST_REGISTRATION_USER_NUMBER_NOTICE} + #{msg.GUEST_REGISTRATION_USER_NAME_NOTICE}
diff --git a/web/user/login.xhtml b/web/user/login.xhtml index c044f109..fada53c0 100644 --- a/web/user/login.xhtml +++ b/web/user/login.xhtml @@ -7,21 +7,21 @@ xmlns:f="http://xmlns.jcp.org/jsf/core" > - - #{msg.PAGE_TITLE_CUSTOMER_LOGIN} + + #{msg.PAGE_TITLE_USER_LOGIN} - #{msg.SUB_TITLE_CUSTOMER_LOGIN} + #{msg.SUB_TITLE_USER_LOGIN}
- Noch kein Kunde? Einfach beim Bestellen anmelden oder hier anmelden. + Noch kein Kunde? Einfach beim Bestellen anmelden oder hier anmelden.
@@ -29,7 +29,7 @@
- +
diff --git a/web/user/lost_passwd.xhtml b/web/user/lost_passwd.xhtml index 25f95e22..f7bf52b2 100644 --- a/web/user/lost_passwd.xhtml +++ b/web/user/lost_passwd.xhtml @@ -8,18 +8,18 @@ > - #{msg.PAGE_TITLE_CUSTOMER_LOST_PASSWORD} + #{msg.PAGE_TITLE_USER_LOST_PASSWORD} - #{msg.SUB_TITLE_CUSTOMER_LOST_PASSWORD} + #{msg.SUB_TITLE_USER_LOST_PASSWORD} -
+
@@ -31,7 +31,7 @@
- +
diff --git a/web/user/register.xhtml b/web/user/register.xhtml index 2d91ead4..efaa35b9 100644 --- a/web/user/register.xhtml +++ b/web/user/register.xhtml @@ -8,19 +8,19 @@ > - #{msg.PAGE_TITLE_CUSTOMER_REGISTER} + #{msg.PAGE_TITLE_USER_REGISTER} - #{msg.SUB_TITLE_CUSTOMER_REGISTER} + #{msg.SUB_TITLE_USER_REGISTER}
- Sie sind bereits Kunde? Dann einloggen. + Sie sind bereits Kunde? Dann einloggen.
-- 2.39.5