]> git.mxchange.org Git - jjobs-war.git/commitdiff
translated some more (and externalized)
authorRoland Haeder <roland@mxchange.org>
Mon, 15 Feb 2016 23:04:27 +0000 (00:04 +0100)
committerRoland Haeder <roland@mxchange.org>
Mon, 15 Feb 2016 23:04:27 +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 f107a6f432346ca2a19bce1c0c8dc21ce98b5308..e9e5e3b01ce10d29f2ba13aba7958d40e09aaf1d 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 a68f74d6fc4015260435a46d0794dfff37cf2847..669a78716cb01fc4caf8745639ce2422b7c41928 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=Lost 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>