You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by mr...@apache.org on 2009/02/27 23:52:18 UTC

svn commit: r748729 - in /ofbiz/trunk: applications/accounting/config/ applications/accounting/widget/ applications/ecommerce/config/ applications/ecommerce/widget/blog/ applications/product/webapp/catalog/config/ applications/product/widget/catalog/ a...

Author: mrisaliti
Date: Fri Feb 27 22:52:17 2009
New Revision: 748729

URL: http://svn.apache.org/viewvc?rev=748729&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/TaxAuthorityForms.xml
    ofbiz/trunk/applications/ecommerce/config/EcommerceUiLabels.xml
    ofbiz/trunk/applications/ecommerce/widget/blog/BlogScreens.xml
    ofbiz/trunk/applications/product/webapp/catalog/config/ConfigForms.xml
    ofbiz/trunk/applications/product/widget/catalog/ConfigScreens.xml
    ofbiz/trunk/applications/workeffort/config/WorkEffortUiLabels.xml
    ofbiz/trunk/applications/workeffort/widget/WorkEffortForms.xml
    ofbiz/trunk/specialpurpose/mypage/config/MyPageUiLabels.xml
    ofbiz/trunk/specialpurpose/mypage/widget/MyPageScreens.xml
    ofbiz/trunk/specialpurpose/myportal/widget/MyPortalScreens.xml
    ofbiz/trunk/specialpurpose/projectmgr/config/ProjectMgrUiLabels.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=748729&r1=748728&r2=748729&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/config/AccountingUiLabels.xml (original)
+++ ofbiz/trunk/applications/accounting/config/AccountingUiLabels.xml Fri Feb 27 22:52:17 2009
@@ -6716,6 +6716,10 @@
         <value xml:lang="th">กลุ่มภาษี</value>
         <value xml:lang="zh">税务机关会员</value>
     </property>
+    <property key="AccountingTaxAuthorityRateProductUseCategoryTab">
+        <value xml:lang="en">Use the Categories tab to add other category options</value>
+        <value xml:lang="it">Usa il tab Categorie per aggiungere altre opzioni categoria</value>
+    </property>
     <property key="AccountingTaxAuthorityRateProductUseThisProductCategory">
         <value xml:lang="en">At least one Product Rate uses this Category</value>
         <value xml:lang="fr">Au moins un taux applicable aux produits utilise cette catégorie</value>

Modified: ofbiz/trunk/applications/accounting/widget/TaxAuthorityForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/TaxAuthorityForms.xml?rev=748729&r1=748728&r2=748729&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/widget/TaxAuthorityForms.xml (original)
+++ ofbiz/trunk/applications/accounting/widget/TaxAuthorityForms.xml Fri Feb 27 22:52:17 2009
@@ -261,7 +261,7 @@
             </drop-down>
         </field>
         <field name="productStoreId" title="${uiLabelMap.ProductStoreId}"><lookup size="10" target-form-name="LookupProductStore"/></field>
-        <field name="productCategoryId" title="${uiLabelMap.ProductCategory}" tooltip="Use the Categories tab to add other category options">
+        <field name="productCategoryId" title="${uiLabelMap.ProductCategory}" tooltip="${uiLabelMap.AccountingTaxAuthorityRateProductUseCategoryTab}">
             <drop-down allow-empty="false">
                 <entity-options entity-name="TaxAuthorityCategoryView" description="${description} [${productCategoryId}]">
                     <entity-constraint name="taxAuthPartyId" env-name="taxAuthPartyId"/>

Modified: ofbiz/trunk/applications/ecommerce/config/EcommerceUiLabels.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/ecommerce/config/EcommerceUiLabels.xml?rev=748729&r1=748728&r2=748729&view=diff
==============================================================================
--- ofbiz/trunk/applications/ecommerce/config/EcommerceUiLabels.xml (original)
+++ ofbiz/trunk/applications/ecommerce/config/EcommerceUiLabels.xml Fri Feb 27 22:52:17 2009
@@ -259,6 +259,10 @@
         <value xml:lang="en">Unable to find Blog content!</value>
         <value xml:lang="it">Non è possibile trovare il contenuto Blog!</value>
     </property>
+    <property key="EcommerceBlogEditComments">
+        <value xml:lang="en">You must be logged in in order to edit comments.</value>
+        <value xml:lang="it">Devi essere autenticato per poter aggiornare un commento.</value>
+    </property>
     <property key="EcommerceBlogEntryId">
         <value xml:lang="en">Blog entry Id</value>
         <value xml:lang="it">Voce blog</value>
@@ -279,6 +283,10 @@
         <value xml:lang="en">Posted on</value>
         <value xml:lang="it">Inviato il</value>
     </property>
+    <property key="EcommerceBlogPostComments">
+        <value xml:lang="en">You must be logged in and viewing a published record in order to post comments.</value>
+        <value xml:lang="it">Devi essere autenticato e visualizzare un record pubblicato per poter inviare un commento.</value>
+    </property>
     <property key="EcommerceBlogPreview">
         <value xml:lang="en">Preview</value>
         <value xml:lang="it">Anteprima</value>

Modified: ofbiz/trunk/applications/ecommerce/widget/blog/BlogScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/ecommerce/widget/blog/BlogScreens.xml?rev=748729&r1=748728&r2=748729&view=diff
==============================================================================
--- ofbiz/trunk/applications/ecommerce/widget/blog/BlogScreens.xml (original)
+++ ofbiz/trunk/applications/ecommerce/widget/blog/BlogScreens.xml Fri Feb 27 22:52:17 2009
@@ -553,7 +553,7 @@
                                 </actions>
                                 <widgets/>
                                 <fail-widgets>
-                                    <label text="&amp;nbsp;You must be logged in and viewing a published record in order to post comments."/>
+                                    <label text="${uiLabelMap.EcommerceBlogPostComments}"/>
                                 </fail-widgets>
                             </section>
                         </container>
@@ -609,7 +609,7 @@
                         </container>
                     </widgets>
                     <fail-widgets>
-                        <label text="&amp;nbsp;You must be logged in in order to edit comments."/>
+                        <label text="${uiLabelMap.EcommerceBlogEditComments}"/>
                     </fail-widgets>
                 </section>
             </widgets>

Modified: ofbiz/trunk/applications/product/webapp/catalog/config/ConfigForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/config/ConfigForms.xml?rev=748729&r1=748728&r2=748729&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/webapp/catalog/config/ConfigForms.xml (original)
+++ ofbiz/trunk/applications/product/webapp/catalog/config/ConfigForms.xml Fri Feb 27 22:52:17 2009
@@ -206,7 +206,7 @@
         <field name="configItemId" widget-style="buttontext" title="${uiLabelMap.CommonName}" ><hyperlink target="EditProductConfigOptions?configItemId=${configItemId}&amp;configOptionId=${configOptionId}" description="${configOptionId} - ${configOptionName}"/></field>
         <field name="configOptionId" ><hidden/></field>
         <field name="configOptionName" ><hidden/></field>
-        <field name="remove" widget-style="buttontext" ><hyperlink target="deleteProductConfigOption?configItemId=${configItemId}&amp;configOptionId=${configOptionId}" description="${uiLabelMap.Remove}"/></field>
+        <field name="remove" widget-style="buttontext" ><hyperlink target="deleteProductConfigOption?configItemId=${configItemId}&amp;configOptionId=${configOptionId}" description="${uiLabelMap.CommonRemove}"/></field>
     </form>
     
     <form name="ProductConfigList" type="list" list-name="configProducts" 
@@ -221,7 +221,7 @@
         <field name="configItemId" ><hidden/></field>
         <field name="configOptionId" ><hidden/></field>
         <field name="productId" widget-style="buttontext"><hyperlink target="EditProductConfigOptions?configItemId=${configItemId}&amp;configOptionId=${configOptionId}&amp;productId=${product.productId}" description="${product.productId} - ${product.productName}"/></field>
-        <field name="remove" widget-style="buttontext" ><hyperlink target="deleteProductConfigProduct?configItemId=${configItemId}&amp;configOptionId=${configOptionId}&amp;productId=${product.productId}" description="${uiLabelMap.Remove}"/></field>
+        <field name="remove" widget-style="buttontext" ><hyperlink target="deleteProductConfigProduct?configItemId=${configItemId}&amp;configOptionId=${configOptionId}&amp;productId=${product.productId}" description="${uiLabelMap.CommonRemove}"/></field>
     </form>
     
 </forms>

Modified: ofbiz/trunk/applications/product/widget/catalog/ConfigScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/catalog/ConfigScreens.xml?rev=748729&r1=748728&r2=748729&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/widget/catalog/ConfigScreens.xml (original)
+++ ofbiz/trunk/applications/product/widget/catalog/ConfigScreens.xml Fri Feb 27 22:52:17 2009
@@ -74,7 +74,7 @@
                             <link target="EditProductConfigItem" text="${uiLabelMap.CommonCreateNew}" style="buttontext"/>
                             <include-form location="component://product/webapp/catalog/config/ConfigForms.xml" name="FindProductConfigItemsFrom"/>
                         </screenlet>
-                        <screenlet title="${uiLabelMap.PageTitleFindConfigItems} ${uiLabelMap.Result}">
+                        <screenlet title="${uiLabelMap.PageTitleFindConfigItems}">
                             <include-form location="component://product/webapp/catalog/config/ConfigForms.xml" name="FindProductConfigItems"/>
                         </screenlet>
                     </decorator-section>

Modified: ofbiz/trunk/applications/workeffort/config/WorkEffortUiLabels.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/workeffort/config/WorkEffortUiLabels.xml?rev=748729&r1=748728&r2=748729&view=diff
==============================================================================
--- ofbiz/trunk/applications/workeffort/config/WorkEffortUiLabels.xml (original)
+++ ofbiz/trunk/applications/workeffort/config/WorkEffortUiLabels.xml Fri Feb 27 22:52:17 2009
@@ -2459,6 +2459,10 @@
         <value xml:lang="th">องค์กร</value>
         <value xml:lang="zh">组织者</value>
     </property>
+    <property key="WorkEffortOverrideDefaultRateAmount">
+        <value xml:lang="en">override Default Rate amount</value>
+        <value xml:lang="it">Sostituisci importo di default tasso</value>
+    </property>
     <property key="WorkEffortParties">
         <value xml:lang="en">Parties</value>
         <value xml:lang="es">Participantes</value>

Modified: ofbiz/trunk/applications/workeffort/widget/WorkEffortForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/workeffort/widget/WorkEffortForms.xml?rev=748729&r1=748728&r2=748729&view=diff
==============================================================================
--- ofbiz/trunk/applications/workeffort/widget/WorkEffortForms.xml (original)
+++ ofbiz/trunk/applications/workeffort/widget/WorkEffortForms.xml Fri Feb 27 22:52:17 2009
@@ -745,7 +745,7 @@
                 </entity-options>
             </drop-down>
         </field>
-        <field name="rateAmount"  tooltip="override Default Rate amount"><text/></field>
+        <field name="rateAmount"  tooltip="${uiLabelMap.WorkEffortOverrideDefaultRateAmount}"><text/></field>
         <field name="rateCurrencyUomId" position="2">
             <drop-down allow-empty="true" no-current-selected-key="${defaultCurrencyUomId}">
                 <entity-options key-field-name="uomId" description="${abbreviation} - ${description}" entity-name="Uom">

Modified: ofbiz/trunk/specialpurpose/mypage/config/MyPageUiLabels.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/mypage/config/MyPageUiLabels.xml?rev=748729&r1=748728&r2=748729&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/mypage/config/MyPageUiLabels.xml (original)
+++ ofbiz/trunk/specialpurpose/mypage/config/MyPageUiLabels.xml Fri Feb 27 22:52:17 2009
@@ -149,6 +149,10 @@
         <value xml:lang="it">Tu non hai l'accesso a queste informazioni</value>
         <value xml:lang="th">คุณไม่มีข้อมูลอยู่ในระบบ</value>
     </property>
+    <property key="MyPageNoProjectsFound">
+        <value xml:lang="en">no projects found</value>
+        <value xml:lang="it">Tu non hai l'accesso a queste informazioni</value>
+    </property>
     <property key="MyPageOpenCustomerRequests">
         <value xml:lang="en">My Open Customer Requests</value>
         <value xml:lang="fr">Mes demandes de clients en-cours</value>

Modified: ofbiz/trunk/specialpurpose/mypage/widget/MyPageScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/mypage/widget/MyPageScreens.xml?rev=748729&r1=748728&r2=748729&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/mypage/widget/MyPageScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/mypage/widget/MyPageScreens.xml Fri Feb 27 22:52:17 2009
@@ -734,7 +734,7 @@
                                 <if-empty field="projects"/>
                             </condition>
                             <widgets>
-                                <label style="h2" text="no projects found"></label>
+                                <label style="h2" text="${uiLabelMap.MyPageNoProjectsFound}"></label>
                             </widgets>
                         </section>
                     </decorator-section>

Modified: ofbiz/trunk/specialpurpose/myportal/widget/MyPortalScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/myportal/widget/MyPortalScreens.xml?rev=748729&r1=748728&r2=748729&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/myportal/widget/MyPortalScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/myportal/widget/MyPortalScreens.xml Fri Feb 27 22:52:17 2009
@@ -731,7 +731,7 @@
                                 <if-empty field="projects"/>
                             </condition>
                             <widgets>
-                                <label style="h2" text="no projects found"></label>
+                                <label style="h2" text="${uiLabelMap.MyPageNoProjectsFound}"></label>
                             </widgets>
                         </section>
             </widgets>

Modified: ofbiz/trunk/specialpurpose/projectmgr/config/ProjectMgrUiLabels.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/config/ProjectMgrUiLabels.xml?rev=748729&r1=748728&r2=748729&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/projectmgr/config/ProjectMgrUiLabels.xml (original)
+++ ofbiz/trunk/specialpurpose/projectmgr/config/ProjectMgrUiLabels.xml Fri Feb 27 22:52:17 2009
@@ -991,6 +991,10 @@
         <value xml:lang="th">อัตรา</value>
         <value xml:lang="zh">计算方式</value>
     </property>
+    <property key="ProjectMgrRecreateInvoice">
+        <value xml:lang="en">re-create Invoice</value>
+        <value xml:lang="it">re-crea fattura</value>
+    </property>
     <property key="ProjectMgrRelease">
         <value xml:lang="en">Release</value>
         <value xml:lang="fr">Version</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=748729&r1=748728&r2=748729&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/projectmgr/widget/forms/ProjectForms.xml (original)
+++ ofbiz/trunk/specialpurpose/projectmgr/widget/forms/ProjectForms.xml Fri Feb 27 22:52:17 2009
@@ -659,7 +659,7 @@
         <field name="partyId" title="${uiLabelMap.WorkEffortTimeBillToParty}"><display-entity entity-name="PartyNameView" key-field-name="partyId" description="${groupName}"/></field>
         <field name="thruDate" title="${uiLabelMap.CommonThruDate}"><date-time type="timestamp"/></field>
         <field name="invoiceId"><hidden/></field>
-        <field name="reCreate" position="1" title="re-create Invoice: ${invoiceId}" use-when="context.get(&quot;invoiceId&quot;)!=null">
+        <field name="reCreate" position="1" title="${uiLabelMap.ProjectMgrRecreateInvoice}: ${invoiceId}" use-when="context.get(&quot;invoiceId&quot;)!=null">
             <drop-down no-current-selected-key="N">
                 <option key="Y" description="${uiLabelMap.CommonYes}"/>
                 <option key="N" description="${uiLabelMap.CommonNo}"/>