]> git.mxchange.org Git - pizzaservice-war.git/commitdiff
Please cherry-pick:
authorRoland Häder <roland@mxchange.org>
Thu, 24 Aug 2017 18:12:50 +0000 (20:12 +0200)
committerRoland Häder <roland@mxchange.org>
Thu, 24 Aug 2017 18:17:04 +0000 (20:17 +0200)
- tax nunber and website URL of a company is not required, was a copy-paste
  mistake anyway
- fixed other i18n strings in same template
- added missing i18n strings
- minor: removed double space

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
web/WEB-INF/resources/tags/table_rows/mobile_selection_table_row.tpl
web/WEB-INF/resources/tags/table_rows/user_personal_title_table_row.tpl
web/WEB-INF/templates/admin/business_basic_data/admin_form_business_basic_data.tpl

index 0ebbc51967fc4bc0f606b8313619c7d69699b080..dfa9900a16d442bdb736ecae2dd3ddae3336baef 100644 (file)
@@ -848,3 +848,11 @@ BUTTON_CHANGE_LOCALE=Aendern
 #@TODO Please fix German umlauts!
 BUTTON_CHANGE_LOCALE_TITLE=Aendern Sie hier in der aktuellen Sitzung die angezeigte Sprache.
 ERROR_PARAMETER_LABEL_MESSAGE_NOT_SET=Fehler: Parameter "labelMessage" nicht gesetzt.
+#@TODO Please fix German umlauts!
+ADMIN_SELECT_BUSINESS_DATA_COMPANY_FOUNDER=Firmengruender auswaehlen:
+ADMIN_BUSINESS_DATA_UPLOAD_LOGO_UNFINISHED=Das Hochladen des Firmenlogos ist noch nicht fertig gestellt.
+ADMIN_BUSINESS_DATA_COMPANY_TAX_NUMBER=Steuernummer:
+ADMIN_BUSINESS_DATA_COMPANY_WEBSITE_URL=Webseiten-URL:
+ADMIN_SELECT_BUSINESS_DATA_COMPANY_USER_OWNER=Unternehmen einem Benutzer zuweisen:
+#@TODO Please fix German umlauts!
+ADMIN_SELECT_BUSINESS_DATA_COMPANY_LOGO=Firmenlogo auswaehlen:
index e671342202454335c815535b1363bd1bc5e26855..4a3a9a7e07b8f0e8cd202e6665dca76239eb88dd 100644 (file)
@@ -824,3 +824,9 @@ ERROR_GUEST_REGISTRATION_IN_INDEX_ENABLED=Error: Wrong request on registration p
 BUTTON_CHANGE_LOCALE=Change
 BUTTON_CHANGE_LOCALE_TITLE=Change here in your current session the used language for text output.
 ERROR_PARAMETER_LABEL_MESSAGE_NOT_SET=Error: Parameter "labelMessage" not set.
+ADMIN_SELECT_BUSINESS_DATA_COMPANY_FOUNDER=Choose company founder:
+ADMIN_BUSINESS_DATA_UPLOAD_LOGO_UNFINISHED=The upload of the company logo is currently unfinished.
+ADMIN_BUSINESS_DATA_COMPANY_TAX_NUMBER=Tax number:
+ADMIN_BUSINESS_DATA_COMPANY_WEBSITE_URL=Website URL:
+ADMIN_SELECT_BUSINESS_DATA_COMPANY_USER_OWNER=Select user to assign with company:
+ADMIN_SELECT_BUSINESS_DATA_COMPANY_LOGO=Choose company logo:
index 4436316aeff5783bed1797790c1fbea20bbda5ea..3b0981e044ba327a487c303fdb0010f780220575 100644 (file)
@@ -10,7 +10,7 @@
 
        <widgets:outputMessageBoxMini message="#{msg.ERROR_PARAMETER_LABEL_MESSAGE_NOT_SET}" styleClass="errors" rendered="#{empty labelMessage}" />
 
-       <ui:fragment rendered="#{not empty targetController and not empty labelMessage  and (empty rendered or rendered)}">
+       <ui:fragment rendered="#{not empty targetController and not empty labelMessage and (empty rendered or rendered)}">
                <h:panelGroup styleClass="table_row" layout="block">
                        <div class="table_left_medium">
                                <h:outputLabel for="mobileNumber" value="#{labelMessage}" />
index adce3cb013ade45b0d351019edec8eb03be67a17..4a462acb40e9fb28532fc2e6c8ee11413671505a 100644 (file)
@@ -8,7 +8,7 @@
 
        <widgets:outputMessageBoxMini message="#{msg.ERROR_PARAMETER_TARGET_CONTROLLER_NOT_SET}" styleClass="errors" rendered="#{empty targetController}" />
 
-       <ui:fragment rendered="#{not empty targetController  and (empty rendered or rendered)}">
+       <ui:fragment rendered="#{not empty targetController and (empty rendered or rendered)}">
                <h:panelGroup styleClass="table_row" layout="block">
                        <div class="table_left_medium">
                                <h:outputLabel for="userPersonalTitle" value="#{msg.PERSONAL_DATA_PERSONAL_TITLE}" />
index 12190a6e8836911c6b9c30dca11e1217dddc271c..fb4cf8ad57cc3aa9c8be6480383d897cff504bba 100644 (file)
@@ -48,7 +48,7 @@
 
                        <h:panelGroup styleClass="table_row" layout="block">
                                <div class="table_left_medium">
-                                       <h:outputLabel for="companyLogo" value="#{msg.ADMIN_SELECT_BUSINESS_DATA_COMPANY_FOUNDER}" />
+                                       <h:outputLabel for="companyLogo" value="#{msg.ADMIN_SELECT_BUSINESS_DATA_COMPANY_LOGO}" />
                                </div>
 
                                <div class="table_right_medium">
@@ -68,7 +68,7 @@
                                </div>
 
                                <div class="table_right_medium">
-                                       <h:inputText styleClass="input" id="companyTaxNumber" size="30" maxlength="200" required="true" requiredMessage="#{msg.ADMIN_BUSINESS_DATA_COMPANY_NAME_REQUIRED}" value="#{adminBusinessDataController.companyTaxNumber}" />
+                                       <h:inputText styleClass="input" id="companyTaxNumber" size="30" maxlength="200" value="#{adminBusinessDataController.companyTaxNumber}" />
                                </div>
 
                                <div class="clear"></div>
@@ -84,7 +84,7 @@
                                </div>
 
                                <div class="table_right_medium">
-                                       <h:inputText styleClass="input" id="companyWebsiteUrl" size="30" maxlength="200" required="true" requiredMessage="#{msg.ADMIN_BUSINESS_DATA_COMPANY_NAME_REQUIRED}" value="#{adminBusinessDataController.companyWebsiteUrl}" />
+                                       <h:inputText styleClass="input" id="companyWebsiteUrl" size="30" maxlength="200" value="#{adminBusinessDataController.companyWebsiteUrl}" />
                                </div>
 
                                <div class="clear"></div>
@@ -96,7 +96,7 @@
 
                        <h:panelGroup styleClass="table_row" layout="block">
                                <div class="table_left_medium">
-                                       <h:outputLabel for="contactCompanyUserOwner" value="#{msg.ADMIN_SELECT_BUSINESS_DATA_COMPANY_FOUNDER}" />
+                                       <h:outputLabel for="contactCompanyUserOwner" value="#{msg.ADMIN_SELECT_BUSINESS_DATA_COMPANY_USER_OWNER}" />
                                </div>
 
                                <div class="table_right_medium">