]> git.mxchange.org Git - addressbook-war.git/commitdiff
renamed language strings
authorRoland Haeder <roland@mxchange.org>
Thu, 5 May 2016 16:38:59 +0000 (18:38 +0200)
committerRoland Haeder <roland@mxchange.org>
Thu, 5 May 2016 16:38:59 +0000 (18:38 +0200)
src/java/org/mxchange/localization/bundle_de_DE.properties
src/java/org/mxchange/localization/bundle_en_US.properties
web/WEB-INF/templates/generic/form_personal_data.tpl

index 237e435e80444c4ef771bc2e5841000129feb23c..78395e920eff90b615332fc7c90e4fedb2f7d2e4 100644 (file)
@@ -161,10 +161,10 @@ USER_PROFILE_NOT_PUBLICLY_VISIBLE=Das Benutzerprofil ist privat.
 PAGE_TITLE_LOGIN_USER_PROFILE=Benutzerprofil ansehen
 PUBLIC_USER_PROFILE=\u00d6ffentliches Benutzerprofil
 #TODO: Please fix German umlaut!
-USER_PROFILE_MODE_SELECTION_NOTICE1=Stellen Sie auf "Verdeckt", kann niemand mit Ihnen Adressbuecher teilen.
+SELECTION_NOTICE_USER_PROFILE_MODE_INVISIBLE=Stellen Sie auf "Verdeckt", kann niemand mit Ihnen Adressbuecher teilen.
 #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.
+SELECTION_NOTICE_USER_PROFILE_MODE_MEMBERS=Stellen Sie auf "Nur Mitglieder", koennen andere Mitglieder Ihnen Ihre Adressbuecher freigeben.
+SELECTION_NOTICE_USER_PROFILE_MODE_PUBLIC=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.
 USER_NOT_LOGGED_IN=Sie sind nicht angemeldet.
@@ -341,9 +341,9 @@ ADMIN_LIST_USER_CREATED=Angemeldet seit:
 USER_ACCOUNT_STATUS_CONFIRMED=Best\u00e4tigt
 USER_ACCOUNT_STATUS_UNCONFIRMED=Unbest\u00e4tigt
 USER_ACCOUNT_STATUS_LOCKED=Gesperrt
-USER_PROFILE_MODE_INVISIBLE=Durchsichtig
-USER_PROFILE_MODE_MEMBERS=Nur Mitglieder
-USER_PROFILE_MODE_PUBLIC=\u00d6ffentlich
+PROFILE_MODE_INVISIBLE=Durchsichtig
+PROFILE_MODE_MEMBERS=Nur Mitglieder
+PROFILE_MODE_PUBLIC=\u00d6ffentlich
 ADMIN_LINK_SHOW_USER_TITLE=Administratives Benutzerprofil anzeigen
 PAGE_TITLE_ADMIN_SHOW_USER=Benutzerprofil anzeigen
 CONTENT_TITLE_ADMIN_SHOW_USER=Profil eines Benutzers anzeigen:
index f4c92ad06624d0e6de8402ba0f72a0570213e312..48fd3aaa19c40bb9ea77bd16f2e99a694897a14b 100644 (file)
@@ -160,12 +160,12 @@ PAGE_TITLE_INDEX_SHOW_ADDRESSBOOK=Show public part of address book
 USER_PROFILE_NOT_PUBLICLY_VISIBLE=The user profile is private.
 PAGE_TITLE_LOGIN_USER_PROFILE=View user profile
 PUBLIC_USER_PROFILE=Public user profile
-USER_PROFILE_MODE_INVISIBLE=Invisible
-USER_PROFILE_MODE_MEMBERS=Only visible to members
-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.
+PROFILE_MODE_INVISIBLE=Invisible
+PROFILE_MODE_MEMBERS=Only visible to members
+PROFILE_MODE_PUBLIC=Visible for all
+SELECTION_NOTICE_USER_PROFILE_MODE_INVISIBLE=If you choose "Invisible", nobody can share address books with you.
+SELECTION_NOTICE_USER_PROFILE_MODE_MEMBERS=If you choose "Only members", other users can start sharing address books with you.
+SELECTION_NOTICE_USER_PROFILE_MODE_PUBLIC=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.
 USER_NOT_LOGGED_IN=You are not signed in.
@@ -321,9 +321,6 @@ ADMIN_LIST_USER_CREATED=Registered:
 USER_ACCOUNT_STATUS_CONFIRMED=Confirmed
 USER_ACCOUNT_STATUS_UNCONFIRMED=Unconfirmed
 USER_ACCOUNT_STATUS_LOCKED=Locked
-USER_PROFILE_MODE_INVISIBLE=Invisible
-USER_PROFILE_MODE_MEMBERS=Only members
-USER_PROFILE_MODE_PUBLIC=Public
 ADMIN_LINK_SHOW_USER_TITLE=Show administrative user profile
 PAGE_TITLE_ADMIN_SHOW_USER=Show user profile
 CONTENT_TITLE_ADMIN_SHOW_USER=Show profile of a user:
index 3f2850217c4da11ce8ba45bcbcd35f029878d7b6..a39b1a926ec577e659f2b750b99dcfc095794cc2 100644 (file)
                        <div class="table_row">
                                <div class="para notice">
                                        <ul>
-                                               <li>#{msg.USER_PROFILE_MODE_SELECTION_NOTICE1}</li>
-                                               <li>#{msg.USER_PROFILE_MODE_SELECTION_NOTICE2}</li>
-                                               <li>#{msg.USER_PROFILE_MODE_SELECTION_NOTICE3}</li>
+                                               <li>#{msg.SELECTION_NOTICE_USER_PROFILE_MODE_INVISIBLE}</li>
+                                               <li>#{msg.SELECTION_NOTICE_USER_PROFILE_MODE_MEMBERS}</li>
+                                               <li>#{msg.SELECTION_NOTICE_USER_PROFILE_MODE_PUBLIC}</li>
                                        </ul>
                                </div>
                        </div>