From 628e3b4b45a5810306305b47276a59ca31b4b5ec Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Wed, 1 Jun 2016 11:09:03 +0200 Subject: [PATCH] closed TODO: internationalized this text --- src/java/org/mxchange/localization/bundle_de_DE.properties | 3 +++ src/java/org/mxchange/localization/bundle_en_US.properties | 3 +++ web/guest/user/login.xhtml | 4 ++-- 3 files changed, 8 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 2d6a96a3..e7cb5930 100644 --- a/src/java/org/mxchange/localization/bundle_de_DE.properties +++ b/src/java/org/mxchange/localization/bundle_de_DE.properties @@ -592,3 +592,6 @@ BUTTON_ADMIN_EXPORT_USERS_XLS=Benutzerdaten als Excel-Datei PAGE_TITLE_USER_RESEND_DONE=Neuen Best\u00e4tigungslink verschickt CONTENT_TITLE_USER_RESEND_DONE=Neuen Best\u00e4tigungslink verschickt: GUEST_USER_RESEND_LINK_COMPLETED=Es ist ein neuer Best\u00e4tigungslink an Ihre Email-Adresse unterwegs. Bitte kontrollieren Sie Ihr Mail-Postfach. +GUEST_USER_NO_ACCOUNT_YET_QUESTION=Noch kein Benutzerkonto? +LINK_GUEST_USER_NO_ACCOUNT_YET_TITLE=Als Benutzer anmelden +LINK_GUEST_USER_NO_ACCOUNT_YET=Einfach hier anmelden. diff --git a/src/java/org/mxchange/localization/bundle_en_US.properties b/src/java/org/mxchange/localization/bundle_en_US.properties index 25d1f032..7eae338d 100644 --- a/src/java/org/mxchange/localization/bundle_en_US.properties +++ b/src/java/org/mxchange/localization/bundle_en_US.properties @@ -590,3 +590,6 @@ BUTTON_ADMIN_EXPORT_USERS_XLS=User data as Excel file PAGE_TITLE_USER_RESEND_DONE=New confirmation link sent CONTENT_TITLE_USER_RESEND_DONE=New confirmation link sent: GUEST_USER_RESEND_LINK_COMPLETED=A new confirmation link has been sent out to your email address. Please check your email box. +GUEST_USER_NO_ACCOUNT_YET_QUESTION=Not yet registered as user? +LINK_GUEST_USER_NO_ACCOUNT_YET_TITLE=Register as a user +LINK_GUEST_USER_NO_ACCOUNT_YET=Signup here quickly. diff --git a/web/guest/user/login.xhtml b/web/guest/user/login.xhtml index 69b69113..cf68e368 100644 --- a/web/guest/user/login.xhtml +++ b/web/guest/user/login.xhtml @@ -17,8 +17,8 @@
- - Noch kein Benutzerkonto? Einfach hier anmelden. + +
-- 2.39.2