From: Roland Haeder Date: Mon, 19 Oct 2015 07:58:18 +0000 (+0200) Subject: added missing language string X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0cce569973bc9217d80eb07d9d2b9779be6f4696;p=addressbook-war.git added missing language string Signed-off-by:Roland Häder --- 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.