svn commit: r753400 - in /ofbiz/trunk: applications/accounting/config/ applications/accounting/widget/ applications/content/config/ applications/product/config/ specialpurpose/projectmgr/widget/forms/

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r753400 - in /ofbiz/trunk: applications/accounting/config/ applications/accounting/widget/ applications/content/config/ applications/product/config/ specialpurpose/projectmgr/widget/forms/

mrisaliti
Author: mrisaliti
Date: Fri Mar 13 20:51:44 2009
New Revision: 753400

URL: http://svn.apache.org/viewvc?rev=753400&view=rev
Log:
A lot of hardcoded labels cleaning and changes some wrong references

Modified:
    ofbiz/trunk/applications/accounting/config/AccountingUiLabels.xml
    ofbiz/trunk/applications/accounting/widget/ReportFinancialSummaryForms.xml
    ofbiz/trunk/applications/content/config/ContentUiLabels.xml
    ofbiz/trunk/applications/product/config/ProductUiLabels.xml
    ofbiz/trunk/specialpurpose/projectmgr/widget/forms/ProjectForms.xml

Modified: ofbiz/trunk/applications/accounting/config/AccountingUiLabels.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/config/AccountingUiLabels.xml?rev=753400&r1=753399&r2=753400&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/config/AccountingUiLabels.xml (original)
+++ ofbiz/trunk/applications/accounting/config/AccountingUiLabels.xml Fri Mar 13 20:51:44 2009
@@ -9334,6 +9334,10 @@
         <value xml:lang="th">ภาษีอัตราร้อยละ</value>
         <value xml:lang="zh">计税百分比</value>
     </property>
+    <property key="FormFieldTitle_taxPromotions">
+        <value xml:lang="en">Tax Promotions</value>
+        <value xml:lang="it">Tassa promozioni</value>
+    </property>
     <property key="FormFieldTitle_taxShipping">
         <value xml:lang="en">Tax Shipping</value>
         <value xml:lang="es">Impuesto Envío</value>

Modified: ofbiz/trunk/applications/accounting/widget/ReportFinancialSummaryForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/ReportFinancialSummaryForms.xml?rev=753400&r1=753399&r2=753400&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/widget/ReportFinancialSummaryForms.xml (original)
+++ ofbiz/trunk/applications/accounting/widget/ReportFinancialSummaryForms.xml Fri Mar 13 20:51:44 2009
@@ -38,7 +38,7 @@
                 <option key="12" description="${uiLabelMap.CommonDecember}"/>
             </drop-down>
         </field>
-        <field name="year" required-field="true"><text size="4"/></field>
+        <field name="year" title="${uiLabelMap.CommonYear}" required-field="true"><text size="4"/></field>
         <field name="organizationPartyId" required-field="false">
             <drop-down allow-empty="true" no-current-selected-key="Company">
                 <entity-options entity-name="PartyRoleNameDetail" description="${groupName} [${partyId}]" key-field-name="partyId">
@@ -59,7 +59,7 @@
     
     <form name="SalesInvoiceByProductCategorySummaryOptions" type="single" target="SalesInvoiceByProductCategorySummary" extends="BaseSummaryOptions"
         header-row-style="header-row" default-table-style="basic-table">
-        <field name="rootProductCategoryId" required-field="true"><lookup target-form-name="LookupProductCategory"/></field>
+        <field name="rootProductCategoryId" title="${uiLabelMap.ProductCategoryId}" required-field="true"><lookup target-form-name="LookupProductCategory"/></field>
         <field name="submitButton" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
     <form name="SalesInvoiceByProductGlAccountSummaryOptions" type="single" target="SalesInvoiceByProductGlAccountSummary" extends="BaseSummaryOptions"

Modified: ofbiz/trunk/applications/content/config/ContentUiLabels.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/config/ContentUiLabels.xml?rev=753400&r1=753399&r2=753400&view=diff
==============================================================================
--- ofbiz/trunk/applications/content/config/ContentUiLabels.xml (original)
+++ ofbiz/trunk/applications/content/config/ContentUiLabels.xml Fri Mar 13 20:51:44 2009
@@ -2704,6 +2704,10 @@
         <value xml:lang="th">สถานะ</value>
         <value xml:lang="zh">角色</value>
     </property>
+    <property key="FormFieldTitle_section">
+        <value xml:lang="en">section</value>
+        <value xml:lang="it">sezione</value>
+    </property>
     <property key="FormFieldTitle_secureContentPrefix">
         <value xml:lang="ar">مقدمة محتوى مؤمن</value>
         <value xml:lang="de">Prefix sicherer Inhalt</value>
@@ -2895,6 +2899,10 @@
         <value xml:lang="it">Posizione Template</value>
         <value xml:lang="th">ที่ตั้ง template</value>
     </property>
+    <property key="FormFieldTitle_templateTree">
+        <value xml:lang="en">Template Tree</value>
+        <value xml:lang="it">Albero template</value>
+    </property>
     <property key="FormFieldTitle_textDataTitle">
         <value xml:lang="ar">نص</value>
         <value xml:lang="de">Text</value>
@@ -2920,6 +2928,10 @@
         <value xml:lang="th">ต้นไม้</value>
         <value xml:lang="zh">树</value>
     </property>
+    <property key="FormFieldTitle_updateSurveyResponse">
+        <value xml:lang="en">Update Survey Response</value>
+        <value xml:lang="it">Aggiorna risposta sondaggio</value>
+    </property>
     <property key="FormFieldTitle_upperCoordinate">
         <value xml:lang="ar">الإحداثيات العليا</value>
         <value xml:lang="de">Obere Koordinate</value>

Modified: ofbiz/trunk/applications/product/config/ProductUiLabels.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/config/ProductUiLabels.xml?rev=753400&r1=753399&r2=753400&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/config/ProductUiLabels.xml (original)
+++ ofbiz/trunk/applications/product/config/ProductUiLabels.xml Fri Mar 13 20:51:44 2009
@@ -434,6 +434,10 @@
         <value xml:lang="th">อนุมัติการตรวจสอบอัตโนมัติ</value>
         <value xml:lang="zh">自动批准浏览</value>
     </property>
+    <property key="FormFieldTitle_automaticExtend">
+        <value xml:lang="en">Automatic Extend</value>
+        <value xml:lang="it">Estendi automaticamente</value>
+    </property>
     <property key="FormFieldTitle_autoInvoiceDigitalItems">
         <value xml:lang="de">Automatische Rechnungsstellung Digitaler Produkte</value>
         <value xml:lang="en">Auto Invoice Digital Items</value>
@@ -3116,6 +3120,10 @@
         <value xml:lang="it">Imposta Proprietario durante il Prelievo</value>
         <value xml:lang="th">ตั้งค่าผู้เป็นเจ้าของในเวลาตีพิมพ์</value>
     </property>
+    <property key="FormFieldTitle_shipBeforeDate">
+        <value xml:lang="en">Ship Before Date</value>
+        <value xml:lang="it">Spedire prima della data</value>
+    </property>
     <property key="FormFieldTitle_shipGroupSeqId">
         <value xml:lang="de">Versandgruppe Seq. ID</value>
         <value xml:lang="en">Ship Group Seq Id</value>
@@ -3520,6 +3528,10 @@
         <value xml:lang="th">ใช้ข้อกำหนดวันที่</value>
         <value xml:lang="zh">使用天数限制</value>
     </property>
+    <property key="FormFieldTitle_useLimitPerCode">
+        <value xml:lang="en">Use Limit Per Code</value>
+        <value xml:lang="it">Usa limite per codice</value>
+    </property>
     <property key="FormFieldTitle_useLimitPerCustomer">
         <value xml:lang="de">Verwendung begrenzen pro Kunde</value>
         <value xml:lang="en">Use Limit Per Customer</value>

Modified: ofbiz/trunk/specialpurpose/projectmgr/widget/forms/ProjectForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/widget/forms/ProjectForms.xml?rev=753400&r1=753399&r2=753400&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/projectmgr/widget/forms/ProjectForms.xml (original)
+++ ofbiz/trunk/specialpurpose/projectmgr/widget/forms/ProjectForms.xml Fri Mar 13 20:51:44 2009
@@ -568,7 +568,7 @@
         <field name="phaseName" title="${uiLabelMap.ProjectMgrPhaseName}"><display description="${resultProject.phaseName}"/></field>
         <field name="projectName" title="${uiLabelMap.ProjectMgrProjectName}"><hyperlink target="projectView?projectId=${resultProject.projectId}" description="${resultProject.projectName}"/></field>
         <field entry-name="currentStatusId" name="currentStatusId"><display-entity entity-name="StatusItem" key-field-name="statusId" description="${description}"/></field>
-        <field entry-name="statusId" name="Status"><display-entity entity-name="StatusItem" key-field-name="statusId" description="${description}"/></field>
+        <field entry-name="statusId" name="Status" title="${uiLabelMap.CommonStatus}"><display-entity entity-name="StatusItem" key-field-name="statusId" description="${description}"/></field>
         <field name="workEffortId"><hidden value="${workEffortId}"/></field>
         <field name="priority" title="${uiLabelMap.CommonPriority}" widget-area-style="centered">
             <display description="${priority}"/>