From: Roland Haeder Date: Thu, 5 May 2016 16:38:29 +0000 (+0200) Subject: renamed language strings X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=fdc284d0cc06bfe0e398ff6ccf00efb318743334;p=pizzaservice-war.git renamed language strings --- diff --git a/src/java/org/mxchange/localization/bundle_de_DE.properties b/src/java/org/mxchange/localization/bundle_de_DE.properties index 46a5f1b1..302e3d50 100644 --- a/src/java/org/mxchange/localization/bundle_de_DE.properties +++ b/src/java/org/mxchange/localization/bundle_de_DE.properties @@ -97,9 +97,9 @@ LINK_USER_PROFILE=Zum Benutzerprofil LINK_USER_PROFILE_TITLE=Das Benutzerprofil in einem neuen Fenster aufrufen. PAGE_TITLE_LOGIN_USER_PROFILE=Benutzerprofil ansehen PUBLIC_USER_PROFILE=\u00d6ffentliches Benutzerprofil -USER_PROFILE_MODE_INVISIBLE=Nicht sichtbar -USER_PROFILE_MODE_MEMBERS=Nur von Mitgliedern einsehbar -USER_PROFILE_MODE_PUBLIC=F\u00fcr alle sichtbar +PROFILE_MODE_INVISIBLE=Nicht sichtbar +PROFILE_MODE_MEMBERS=Nur von Mitgliedern einsehbar +PROFILE_MODE_PUBLIC=F\u00fcr alle sichtbar 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. @@ -252,9 +252,6 @@ 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 ADMIN_LINK_SHOW_USER_TITLE=Administratives Benutzerprofil anzeigen PAGE_TITLE_ADMIN_SHOW_USER=Benutzerprofil anzeigen CONTENT_TITLE_ADMIN_SHOW_USER=Profil eines Benutzers anzeigen: diff --git a/src/java/org/mxchange/localization/bundle_en_US.properties b/src/java/org/mxchange/localization/bundle_en_US.properties index b3ea0a75..b2161fbc 100644 --- a/src/java/org/mxchange/localization/bundle_en_US.properties +++ b/src/java/org/mxchange/localization/bundle_en_US.properties @@ -98,9 +98,9 @@ LINK_USER_PROFILE=To user profile LINK_USER_PROFILE_TITLE=Open the user profile in a new window. 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 +PROFILE_MODE_INVISIBLE=Invisible +PROFILE_MODE_MEMBERS=Only visible to members +PROFILE_MODE_PUBLIC=Visible for all 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. @@ -226,9 +226,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: diff --git a/web/WEB-INF/templates/generic/form_personal_data.tpl b/web/WEB-INF/templates/generic/form_personal_data.tpl index 1285185d..c9124f7d 100644 --- a/web/WEB-INF/templates/generic/form_personal_data.tpl +++ b/web/WEB-INF/templates/generic/form_personal_data.tpl @@ -207,9 +207,9 @@
    -
  • #{msg.USER_PROFILE_MODE_SELECTION_NOTICE1}
  • -
  • #{msg.USER_PROFILE_MODE_SELECTION_NOTICE2}
  • -
  • #{msg.USER_PROFILE_MODE_SELECTION_NOTICE3}
  • +
  • #{msg.SELECTION_NOTICE_USER_PROFILE_MODE_INVISIBLE}
  • +
  • #{msg.SELECTION_NOTICE_USER_PROFILE_MODE_MEMBERS}
  • +
  • #{msg.SELECTION_NOTICE_USER_PROFILE_MODE_PUBLIC}