From 097fee73a269bf6ce3e2ba27475605d8b139889e Mon Sep 17 00:00:00 2001
From: Roland Haeder <roland@mxchange.org>
Date: Tue, 16 Feb 2016 00:04:27 +0100
Subject: [PATCH] translated some more (and externalized)

---
 src/java/org/mxchange/localization/bundle_de_DE.properties | 2 ++
 src/java/org/mxchange/localization/bundle_en_US.properties | 2 ++
 web/user/login.xhtml                                       | 2 +-
 3 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/src/java/org/mxchange/localization/bundle_de_DE.properties b/src/java/org/mxchange/localization/bundle_de_DE.properties
index f107a6f4..e9e5e3b0 100644
--- a/src/java/org/mxchange/localization/bundle_de_DE.properties
+++ b/src/java/org/mxchange/localization/bundle_de_DE.properties
@@ -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
diff --git a/src/java/org/mxchange/localization/bundle_en_US.properties b/src/java/org/mxchange/localization/bundle_en_US.properties
index a68f74d6..669a7871 100644
--- a/src/java/org/mxchange/localization/bundle_en_US.properties
+++ b/src/java/org/mxchange/localization/bundle_en_US.properties
@@ -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
diff --git a/web/user/login.xhtml b/web/user/login.xhtml
index 7f4a55a8..577060ce 100644
--- a/web/user/login.xhtml
+++ b/web/user/login.xhtml
@@ -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>
-- 
2.39.5