]> git.mxchange.org Git - pizzaservice-war.git/commitdiff
Fixed i18n related stuff
authorRoland Häder <roland@mxchange.org>
Fri, 29 Apr 2016 15:15:23 +0000 (17:15 +0200)
committerRoland Haeder <roland@mxchange.org>
Fri, 29 Apr 2016 18:52:07 +0000 (20:52 +0200)
src/java/org/mxchange/localization/bundle_de_DE.properties
src/java/org/mxchange/localization/bundle_en_US.properties
web/WEB-INF/templates/admin/user/admin_form_user_data.tpl

index cfa34bd78d22049ad20922ce400b5674b8b16c59..8835465b1ca4564c9c73e0eb79f1b07cad999430 100644 (file)
@@ -150,8 +150,8 @@ ADMIN_PERSONAL_DATA_FAX_NUMBER=Faxnummer:
 ADMIN_PERSONAL_DATA_CELLPHONE_NUMBER=Handynummer:
 ADMIN_USER_DATA_EMAIL_LEGEND=Benutzernamen:
 ADMIN_USER_DATA_EMAIL_LEGEND_TITLE=Vergeben Sie hier den Benutzernamen.
-ADMIN_USER_DATA_ENTER_USER_NAME=Benutzername (*1):
-ADMIN_PERSONAL_DATA_ENTER_EMAIL=Email-Adresse (*2):
+ADMIN_PERSONAL_DATA_ENTER_USER_NAME=Benutzername (*1):
+ADMIN_PERSONAL_DATA_ENTER_EMAIL_ADDRESS=Email-Adresse (*2):
 ADMIN_USER_DATA_USER_NAME_NOTICE=*1: Der Benutzername darf nur einmal vorhanden sein, das System pr\u00fcft dies f\u00fcr Sie.
 ADMIN_USER_DATA_PASSWORD_ADD_NOTICE=Lassen Sie beide Passwortfelder leer und es wird ein Passwort per Zufall generiert. Das Passwort wird dem Benutzer nach Erstellung des Zugangs an die Email-Adresse gesendet.
 ADMIN_USER_DATA_EMAIL_ADDRESS_NOTICE=*2: Die Email-Adresse darf nur einmal vorhanden sein.
index 2bdddab3aa9553b20dfaf144d4427fe3c3ead1ce..df1df4fcd2fce3b59287943ac16617a1521c6328 100644 (file)
@@ -151,8 +151,8 @@ ADMIN_PERSONAL_DATA_FAX_NUMBER=Fax number:
 ADMIN_PERSONAL_DATA_CELLPHONE_NUMBER=Mobile number:
 ADMIN_USER_DATA_EMAIL_LEGEND=User name:
 ADMIN_USER_DATA_EMAIL_LEGEND_TITLE=Enter here a user name.
-ADMIN_USER_DATA_ENTER_USER_NAME=User name (*1):
-ADMIN_PERSONAL_DATA_ENTER_EMAIL=Email address (*2):
+ADMIN_PERSONAL_DATA_ENTER_USER_NAME=User name (*1):
+ADMIN_PERSONAL_DATA_ENTER_EMAIL_ADDRESS=Email address (*2):
 ADMIN_USER_DATA_USER_NAME_NOTICE=*1: The user name must be unique which is checked by the system for you.
 ADMIN_USER_DATA_PASSWORD_ADD_NOTICE=Keep both password fields empty to create a random password. The password is being sent to the user's email address after creation of the account.
 ADMIN_USER_DATA_EMAIL_ADDRESS_NOTICE=*2: The email address must be unique.
index 0958a9fb09b08c2fdbd502a1f328c6d862acfa81..655abcd8444692c310be6a08efadf85f10546f34 100644 (file)
@@ -14,7 +14,7 @@
 
                                <div class="table_row">
                                        <div class="table_left_medium">
-                                               <h:outputLabel for="userName" value="#{msg.ADMIN_USER_DATA_ENTER_USER_NAME}" />
+                                               <h:outputLabel for="userName" value="#{msg.ADMIN_PERSONAL_DATA_ENTER_USER_NAME}" />
                                        </div>
 
                                        <div class="table_right_medium">
@@ -29,7 +29,7 @@
                                <ui:fragment rendered="#{mode == 'add'}">
                                        <div class="table_row">
                                                <div class="table_left_medium">
-                                                       <h:outputLabel for="emailAddress" value="#{msg.ADMIN_USER_DATA_ENTER_EMAIL}" />
+                                                       <h:outputLabel for="emailAddress" value="#{msg.ADMIN_PERSONAL_DATA_ENTER_EMAIL_ADDRESS}" />
                                                </div>
 
                                                <div class="table_right_medium">