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 2007/12/18 23:46:21 UTC

svn commit: r605347 - in /ofbiz/trunk/applications/order: config/OrderEntityLabels.properties config/OrderEntityLabels_it.properties webapp/ordermgr/order/orderReportHeaderInfo.fo.ftl

Author: mrisaliti
Date: Tue Dec 18 14:46:20 2007
New Revision: 605347

URL: http://svn.apache.org/viewvc?rev=605347&view=rev
Log:
A patch from Guido Amarilla "Order Title i18n" (https://issues.apache.org/jira/browse/OFBIZ-612) - OFBIZ-612

Modified:
    ofbiz/trunk/applications/order/config/OrderEntityLabels.properties
    ofbiz/trunk/applications/order/config/OrderEntityLabels_it.properties
    ofbiz/trunk/applications/order/webapp/ordermgr/order/orderReportHeaderInfo.fo.ftl

Modified: ofbiz/trunk/applications/order/config/OrderEntityLabels.properties
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/config/OrderEntityLabels.properties?rev=605347&r1=605346&r2=605347&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/config/OrderEntityLabels.properties (original)
+++ ofbiz/trunk/applications/order/config/OrderEntityLabels.properties Tue Dec 18 14:46:20 2007
@@ -17,8 +17,8 @@
 # under the License.
 ###############################################################################
 
-OrderType.description.PURCHASE_ORDER=Purchase
-OrderType.description.SALES_ORDER=Sales
+OrderType.description.PURCHASE_ORDER=Purchase Order
+OrderType.description.SALES_ORDER=Sales Order
 
 OrderAdjustmentType.description.PROMOTION_ADJUSTMENT=Promotion
 OrderAdjustmentType.description.REPLACE_ADJUSTMENT=Replacement

Modified: ofbiz/trunk/applications/order/config/OrderEntityLabels_it.properties
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/config/OrderEntityLabels_it.properties?rev=605347&r1=605346&r2=605347&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/config/OrderEntityLabels_it.properties (original)
+++ ofbiz/trunk/applications/order/config/OrderEntityLabels_it.properties Tue Dec 18 14:46:20 2007
@@ -17,8 +17,8 @@
 # under the License.
 ###############################################################################
 
-OrderType.description.PURCHASE_ORDER=Acquisto
-OrderType.description.SALES_ORDER=Vendita
+OrderType.description.PURCHASE_ORDER=Ordine di Acquisto
+OrderType.description.SALES_ORDER=Ordine di Vendita
 
 OrderAdjustmentType.description.PROMOTION_ADJUSTMENT=Promozione
 OrderAdjustmentType.description.REPLACE_ADJUSTMENT=Sostituzione

Modified: ofbiz/trunk/applications/order/webapp/ordermgr/order/orderReportHeaderInfo.fo.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/order/orderReportHeaderInfo.fo.ftl?rev=605347&r1=605346&r2=605347&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/webapp/ordermgr/order/orderReportHeaderInfo.fo.ftl (original)
+++ ofbiz/trunk/applications/order/webapp/ordermgr/order/orderReportHeaderInfo.fo.ftl Tue Dec 18 14:46:20 2007
@@ -23,7 +23,7 @@
                     <fo:table-body>
                     <fo:table-row>
                       <fo:table-cell>
-                         <fo:block number-columns-spanned="2" font-weight="bold">${orderHeader.getRelatedOne("OrderType").get("description",locale)} ${uiLabelMap.OrderOrder}</fo:block>
+                         <fo:block number-columns-spanned="2" font-weight="bold">${orderHeader.getRelatedOne("OrderType").get("description",locale)}</fo:block>
                       </fo:table-cell>
                     </fo:table-row>