]> git.mxchange.org Git - pizzaservice-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 17:49:57 +0000 (19:49 +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 3fc2383a594ac8646fd09db00768a55128f0024c..2157614fb430b356b81c9f1fbe081729388d7785 100644 (file)
@@ -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.
index 21d84d9697e5b87650c14cb676ace4c8397b10aa..6f8c24221ea8e711c188021306e7805dacc06979 100644 (file)
@@ -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.
index b0b36816515975a02831cf16f0e0776a8055a4c8..d3c4227de983303409597b3d6c1935fb3e42ffba 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">