Author: mor
Date: Fri Jun 26 05:55:12 2009 New Revision: 788594 URL: http://svn.apache.org/viewvc?rev=788594&view=rev Log: Changed the label from "Create return" to "Create Return", the first letter of second word is now capital. Also removed the duplicate label. The reason for doing this is to keep consistency among all the labels displayed under Action screenlet on Order Detail Page. Applied patch from Divesh Dutta, part of OFBIZ-2650 (https://issues.apache.org/jira/browse/OFBIZ-2650). Note: The translation for locale fr, it and nl was different in both the labels, out of which one label is now removed. I am not sure which one is correct so contributors from these locales please do take sometime to see which one is correct. Thanks! Modified: ofbiz/trunk/applications/order/config/OrderUiLabels.xml ofbiz/trunk/applications/order/webapp/ordermgr/return/returnList.ftl Modified: ofbiz/trunk/applications/order/config/OrderUiLabels.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/config/OrderUiLabels.xml?rev=788594&r1=788593&r2=788594&view=diff ============================================================================== --- ofbiz/trunk/applications/order/config/OrderUiLabels.xml (original) +++ ofbiz/trunk/applications/order/config/OrderUiLabels.xml Fri Jun 26 05:55:12 2009 @@ -2264,11 +2264,12 @@ </property> <property key="OrderCreateReturn"> <value xml:lang="de">Retoure erstellen</value> - <value xml:lang="en">Create return</value> + <value xml:lang="en">Create Return</value> <value xml:lang="es">Crear devolución</value> <value xml:lang="fr">Créer un retour</value> <value xml:lang="it">Creare reso</value> <value xml:lang="nl">Maak een retour</value> + <value xml:lang="ro">Creare Returnare</value> <value xml:lang="ru">СоздаÑÑ Ð²Ð¾Ð·Ð²ÑаÑ</value> <value xml:lang="th">สรà¹à¸²à¸à¸à¸¥à¸à¸à¸à¹à¸à¸</value> <value xml:lang="zh">å建éè´§</value> @@ -7581,18 +7582,6 @@ <value xml:lang="fr">Impossible de trouver un retour avec cette réf.</value> <value xml:lang="it">Non è possibile trovare il reso</value> </property> - <property key="OrderReturnCreate"> - <value xml:lang="de">Retoure erstellen</value> - <value xml:lang="en">Create Return</value> - <value xml:lang="es">Crear devolución</value> - <value xml:lang="fr">Créer le retour</value> - <value xml:lang="it">Creare Reso</value> - <value xml:lang="nl">Create Return</value> - <value xml:lang="ro">Creare Returnare</value> - <value xml:lang="ru">СоздаÑÑ Ð²Ð¾Ð·Ð²ÑаÑ</value> - <value xml:lang="th">à¸à¸¥à¸±à¸à¸à¸·à¸à¸à¸²à¸£à¸ªà¸£à¹à¸²à¸</value> - <value xml:lang="zh">å建éè´§</value> - </property> <property key="OrderReturnDestinationFacility"> <value xml:lang="de">Ziellager</value> <value xml:lang="en">Destination Facility</value> Modified: ofbiz/trunk/applications/order/webapp/ordermgr/return/returnList.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/return/returnList.ftl?rev=788594&r1=788593&r2=788594&view=diff ============================================================================== --- ofbiz/trunk/applications/order/webapp/ordermgr/return/returnList.ftl (original) +++ ofbiz/trunk/applications/order/webapp/ordermgr/return/returnList.ftl Fri Jun 26 05:55:12 2009 @@ -18,7 +18,7 @@ --> <h1>${uiLabelMap.OrderReturnsCurrent}</h1> -<div><a href="<@ofbizUrl>returnMain</@ofbizUrl>" class="buttontext">${uiLabelMap.OrderReturnCreate}</a></div> +<div><a href="<@ofbizUrl>returnMain</@ofbizUrl>" class="buttontext">${uiLabelMap.OrderCreateReturn}</a></div> <br/> <table cellspacing="0" class="basic-table"> |
Free forum by Nabble | Edit this page |