]> git.mxchange.org Git - addressbook-war.git/commitdiff
added missing language string
authorRoland Haeder <roland@mxchange.org>
Mon, 19 Oct 2015 07:58:18 +0000 (09:58 +0200)
committerRoland Haeder <roland@mxchange.org>
Mon, 19 Oct 2015 07:58:18 +0000 (09:58 +0200)
Signed-off-by:Roland Häder <roland@mxchange.org>

src/java/org/mxchange/localization/bundle_de_DE.properties
src/java/org/mxchange/localization/bundle_en_US.properties

index 7498cb979c1727d591e42d93d0dcf5bfa5114539..303ee87843c6bb3df60d388585b408e319ec59d1 100644 (file)
@@ -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.
index 01d2063a6c74d172f1457e0f2a7c22b8f4e4cfc2..366ec33f0bf495c7ec1e11b8a8b26d2d1f89f9ed 100644 (file)
@@ -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.