You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ja...@apache.org on 2014/07/09 16:43:02 UTC

svn commit: r1609184 - in /ofbiz/trunk/applications/manufacturing: config/ManufacturingUiLabels.xml widget/manufacturing/JobshopScreens.xml

Author: jacopoc
Date: Wed Jul  9 14:43:01 2014
New Revision: 1609184

URL: http://svn.apache.org/r1609184
Log:
Improved labels of production run associations: thanks to Pierre Smits for the contribution in OFBIZ-5527 (I have modified the Italian labels).

Modified:
    ofbiz/trunk/applications/manufacturing/config/ManufacturingUiLabels.xml
    ofbiz/trunk/applications/manufacturing/widget/manufacturing/JobshopScreens.xml

Modified: ofbiz/trunk/applications/manufacturing/config/ManufacturingUiLabels.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/config/ManufacturingUiLabels.xml?rev=1609184&r1=1609183&r2=1609184&view=diff
==============================================================================
--- ofbiz/trunk/applications/manufacturing/config/ManufacturingUiLabels.xml (original)
+++ ofbiz/trunk/applications/manufacturing/config/ManufacturingUiLabels.xml Wed Jul  9 14:43:01 2014
@@ -1617,13 +1617,14 @@
         <value xml:lang="zh">交付日期</value>
         <value xml:lang="zh_TW">交付日期</value>
     </property>
-    <property key="ManufacturingDependentWorkEfforts">
+    <property key="ManufacturingSucceedingProductionRun">
         <value xml:lang="de">Abhängige Produktionsaufträge</value>
-        <value xml:lang="en">Dependent Production Runs</value>
+        <value xml:lang="en">Succeeding Production Run(s)</value>
         <value xml:lang="es">Esfuerzos de trabajo dependientes</value>
         <value xml:lang="fr">Exécution de production dépendantes</value>
-        <value xml:lang="it">Ordini di produzione dipendenti</value>
+        <value xml:lang="it">Ordini di produzione successivi</value>
         <value xml:lang="ja">依存する生産実行</value>
+        <value xml:lang="nl">Opvolgende productierun(s)</value>
         <value xml:lang="pt_BR">Execuções de produção dependentes</value>
         <value xml:lang="ro">Comenzi lansate in Productie?</value>
         <value xml:lang="th">ขึ้นอยู่กับการผลิตสินค้า</value>
@@ -2660,13 +2661,14 @@
         <value xml:lang="zh">生产管理应用</value>
         <value xml:lang="zh_TW">生產管理應用</value>
     </property>
-    <property key="ManufacturingMandatoryWorkEfforts">
+    <property key="ManufacturingPrecedingProductionRun">
         <value xml:lang="de">Erforderliche Produktionsaufträge</value>
-        <value xml:lang="en">Mandatory Production Runs</value>
+        <value xml:lang="en">Preceding Production Run(s)</value>
         <value xml:lang="es">Órdenes de producción obligatorias</value>
         <value xml:lang="fr">Cadences de production obligatoires</value>
-        <value xml:lang="it">Cicli Produzione Obbligatori</value>
+        <value xml:lang="it">Cicli Produzione Precedenti</value>
         <value xml:lang="ja">生産強制実行</value>
+        <value xml:lang="nl">Voorafgaande productierun(s)</value>
         <value xml:lang="pt_BR">Execuções de produção obrigatórias</value>
         <value xml:lang="ro">Cicluri de Productie Obligatorii</value>
         <value xml:lang="th">คำสั่งในการผลิต</value>

Modified: ofbiz/trunk/applications/manufacturing/widget/manufacturing/JobshopScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/widget/manufacturing/JobshopScreens.xml?rev=1609184&r1=1609183&r2=1609184&view=diff
==============================================================================
--- ofbiz/trunk/applications/manufacturing/widget/manufacturing/JobshopScreens.xml (original)
+++ ofbiz/trunk/applications/manufacturing/widget/manufacturing/JobshopScreens.xml Wed Jul  9 14:43:01 2014
@@ -116,7 +116,7 @@ under the License.
                                 <not><if-empty field="mandatoryWorkEfforts"/></not>
                             </condition>
                             <widgets>
-                                <screenlet title="${uiLabelMap.ManufacturingMandatoryWorkEfforts}">
+                                <screenlet title="${uiLabelMap.ManufacturingPrecedingProductionRun}">
                                     <include-form name="mandatoryWorkEfforts" location="component://manufacturing/widget/manufacturing/ProductionRunForms.xml"/>
                                 </screenlet>
                             </widgets>
@@ -126,7 +126,7 @@ under the License.
                                 <not><if-empty field="dependentWorkEfforts"/></not>
                             </condition>
                             <widgets>
-                                <screenlet title="${uiLabelMap.ManufacturingDependentWorkEfforts}">
+                                <screenlet title="${uiLabelMap.ManufacturingSucceedingProductionRun}">
                                     <include-form name="dependentWorkEfforts" location="component://manufacturing/widget/manufacturing/ProductionRunForms.xml"/>
                                 </screenlet>
                             </widgets>