]> git.mxchange.org Git - jjobs-war.git/commitdiff
closed TODO: internationalized this text
authorRoland Häder <roland@mxchange.org>
Wed, 1 Jun 2016 09:09:03 +0000 (11:09 +0200)
committerRoland Haeder <roland@mxchange.org>
Wed, 1 Jun 2016 19:48:30 +0000 (21:48 +0200)
src/java/org/mxchange/localization/bundle_de_DE.properties
src/java/org/mxchange/localization/bundle_en_US.properties
web/guest/user/login.xhtml

index bcdd1db3404a38c1cf8733bc00084c35659e0542..2db884ce748b896cf78e4010493de43b49cee94e 100644 (file)
@@ -558,3 +558,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.
index b19de462f04e918bce8b33377c0bedb21d83581c..b0088281054271b8efbbdea2da9a5cea465e1877 100644 (file)
@@ -559,3 +559,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.
index 73a3745d591152aae8399d9bbf22c832e2e68af2..7c5cd4a11e7d44beb0ba996656a77d0aab4e0322 100644 (file)
@@ -17,8 +17,8 @@
                <ui:define name="content">
                        <ui:fragment rendered="#{userController.isUserNameRequired()}">
                                <div class="para">
-                                       <!-- TODO Internatialize this somehow //-->
-                                       Noch kein Benutzerkonto? Einfach <h:link id="user_register" outcome="user_register" title="Als Benutzer anmelden">hier</h:link> anmelden.
+                                       <h:outputText value="#{msg.GUEST_USER_NO_ACCOUNT_YET_QUESTION}" />
+                                       <h:link id="user_register" outcome="user_register" title="#{msg.LINK_GUEST_USER_NO_ACCOUNT_TITLE}" value="#{msg.LINK_GUEST_USER_NO_ACCOUNT_YET}" />
                                </div>
 
                                <div class="para">