From 0cce569973bc9217d80eb07d9d2b9779be6f4696 Mon Sep 17 00:00:00 2001
From: Roland Haeder <roland@mxchange.org>
Date: Mon, 19 Oct 2015 09:58:18 +0200
Subject: [PATCH] =?utf8?q?added=20missing=20language=20string=20Signed-off?=
 =?utf8?q?-by:Roland=20H=C3=A4der=20<roland@mxchange.org>?=
MIME-Version: 1.0
Content-Type: text/plain; charset=utf8
Content-Transfer-Encoding: 8bit

---
 src/java/org/mxchange/localization/bundle_de_DE.properties | 2 ++
 src/java/org/mxchange/localization/bundle_en_US.properties | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/src/java/org/mxchange/localization/bundle_de_DE.properties b/src/java/org/mxchange/localization/bundle_de_DE.properties
index 7498cb97..303ee878 100644
--- a/src/java/org/mxchange/localization/bundle_de_DE.properties
+++ b/src/java/org/mxchange/localization/bundle_de_DE.properties
@@ -261,3 +261,5 @@ USER_PROFILE_MODE_SELECTION_NOTICE1=Stellen Sie auf "Verdeckt", kann niemand mit
 #TODO: Please fix German umlaut!
 USER_PROFILE_MODE_SELECTION_NOTICE2=Stellen Sie auf "Nur Mitglieder", koennen andere Mitglieder Ihnen Ihre Adressbuecher freigeben.
 USER_PROFILE_MODE_SELECTION_NOTICE3=Stellen Sie auf "Alle", ist Ihr Profil im gesamten Internet sichtbar, auch Bots.
+LOGIN_NO_PASSWORD_MESSAGE=Sie haben kein Passwort eingegeben.
+LOGIN_NO_USER_NAME_MESSAGE=Sie haben keinen Benutzernamen eingegeben.
diff --git a/src/java/org/mxchange/localization/bundle_en_US.properties b/src/java/org/mxchange/localization/bundle_en_US.properties
index 01d2063a..366ec33f 100644
--- a/src/java/org/mxchange/localization/bundle_en_US.properties
+++ b/src/java/org/mxchange/localization/bundle_en_US.properties
@@ -256,3 +256,5 @@ USER_PROFILE_MODE_PUBLIC=Visible for all
 USER_PROFILE_MODE_SELECTION_NOTICE1=If you choose "Invisible", nobody can share address books with you.
 USER_PROFILE_MODE_SELECTION_NOTICE2=If you choose "Only members", other users can start sharing address books with you.
 USER_PROFILE_MODE_SELECTION_NOTICE3=If you choose "All" the whole Internet can view your profile, including bots.
+LOGIN_NO_PASSWORD_MESSAGE=You have entered no password.
+LOGIN_NO_USER_NAME_MESSAGE=You have entered no user name.
-- 
2.39.5