From 883cb660e192d48249b574fc8fa4a15f79e6b642 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 3fc2383a..2157614f 100644 --- a/src/java/org/mxchange/localization/bundle_de_DE.properties +++ b/src/java/org/mxchange/localization/bundle_de_DE.properties @@ -564,3 +564,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 21d84d96..6f8c2422 100644 --- a/src/java/org/mxchange/localization/bundle_en_US.properties +++ b/src/java/org/mxchange/localization/bundle_en_US.properties @@ -548,3 +548,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 b0b36816..d3c4227d 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.5