]> git.mxchange.org Git - addressbook-war.git/commitdiff
translated some more (and externalized)
authorRoland Haeder <roland@mxchange.org>
Mon, 15 Feb 2016 23:04:30 +0000 (00:04 +0100)
committerRoland Haeder <roland@mxchange.org>
Mon, 15 Feb 2016 23:04:30 +0000 (00:04 +0100)
src/java/org/mxchange/localization/bundle_de_DE.properties
src/java/org/mxchange/localization/bundle_en_US.properties
web/user/login.xhtml

index 0a5d3e5e27d4907f7d7e43f031d4f36777d63432..1d40dcf589dcd5454dfd912ade152b71f6c5e937 100644 (file)
@@ -267,3 +267,5 @@ USER_NOT_LOGGED_IN=Sie sind nicht angemeldet.
 LOGIN_OWN_PROFILE_INVISIBLE=Ihr Profil ist auf "durchsichtig" gestellt.
 ERROR_USER_INSTANCE_NOT_SET=Fehler: Benutzer-Instanz nicht gesetzt.
 LOGIN_ADDRESSBOOK_NOT_SET=Adressbuch-Instanz nicht gesetzt.
+LINK_GUEST_LOGIN_LOST_PASSWORD=Passwort vergessen?
+LINK_TITLE_GUEST_LOGIN_LOST_PASSWORD=Passwort wiederherstellen
index 55771ab6d90a8668d4098e4098b675e4b521f620..050f0da8fd44980c600eeea0c67269003fe05784 100644 (file)
@@ -262,3 +262,5 @@ USER_NOT_LOGGED_IN=You are not signed in.
 LOGIN_OWN_PROFILE_INVISIBLE=Your profile is set to "invisible".
 ERROR_USER_INSTANCE_NOT_SET=Error: User instance not set.
 LOGIN_ADDRESSBOOK_NOT_SET=Address book instance not set.
+LINK_GUEST_LOGIN_LOST_PASSWORD=Forgot your password?
+LINK_TITLE_GUEST_LOGIN_LOST_PASSWORD=Restore your password
index 7f4a55a8bcdff84dce87ea88b1fcdb00d84f9e50..577060cea6989a31d1e60ad56bfafca0518f46ac 100644 (file)
@@ -24,7 +24,7 @@
                        </div>
 
                        <div class="para">
-                               <h:link id="user_lost_password" outcome="user_lost_passwd" title="Passwort wiederherstellen" value="Passwort vergessen?" />
+                               <h:link id="user_lost_password" outcome="user_lost_passwd" title="#{msg.LINK_TITLE_GUEST_LOGIN_LOST_PASSWORD}" value="#{msg.LINK_GUEST_LOGIN_LOST_PASSWORD}" />
                        </div>
                </ui:define>
        </ui:composition>