]> git.mxchange.org Git - addressbook-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 18:55:46 +0000 (20:55 +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 2d6a96a32c98925dae3c957515f806be9ce18371..e7cb59308bfe4ed9568c081782e05d7257109704 100644 (file)
@@ -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.
index 25d1f03283ac511f79c1b5100d7f1c74729a0574..7eae338d9ed9e4e8b66039ff0a8b8260971643c0 100644 (file)
@@ -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.
index 69b69113f593c1a98380d1abbd2d86babf3f2045..cf68e3689b0037631cf331ad24d22e373ae94181 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">