svn commit: r766521 - in /ofbiz/branches/release09.04/framework/common: config/CommonUiLabels.xml webcommon/includes/listVisualThemes.ftl

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

svn commit: r766521 - in /ofbiz/branches/release09.04/framework/common: config/CommonUiLabels.xml webcommon/includes/listVisualThemes.ftl

jonesde
Author: jonesde
Date: Sun Apr 19 21:15:01 2009
New Revision: 766521

URL: http://svn.apache.org/viewvc?rev=766521&view=rev
Log:
Applied fix from trunk for revision: 766520

Modified:
    ofbiz/branches/release09.04/framework/common/config/CommonUiLabels.xml
    ofbiz/branches/release09.04/framework/common/webcommon/includes/listVisualThemes.ftl

Modified: ofbiz/branches/release09.04/framework/common/config/CommonUiLabels.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release09.04/framework/common/config/CommonUiLabels.xml?rev=766521&r1=766520&r2=766521&view=diff
==============================================================================
--- ofbiz/branches/release09.04/framework/common/config/CommonUiLabels.xml (original)
+++ ofbiz/branches/release09.04/framework/common/config/CommonUiLabels.xml Sun Apr 19 21:15:01 2009
@@ -1852,6 +1852,18 @@
         <value xml:lang="th">ระยะห่าง</value>
         <value xml:lang="zh">距离</value>
     </property>
+    <property key="CommonDone">
+        <value xml:lang="de">Erledigt</value>
+        <value xml:lang="en">Done</value>
+        <value xml:lang="es">Terminar</value>
+        <value xml:lang="fr">Terminer</value>
+        <value xml:lang="nl">Klaar</value>
+        <value xml:lang="pt">Feito</value>
+        <value xml:lang="ro">Executa</value>
+        <value xml:lang="ru">Выполнить</value>
+        <value xml:lang="zh">完成</value>
+        <value xml:lang="zh_CN">完成</value>
+    </property>
     <property key="CommonDuplicate">
         <value xml:lang="ar">مضاعفة</value>
         <value xml:lang="de">Verdoppeln</value>

Modified: ofbiz/branches/release09.04/framework/common/webcommon/includes/listVisualThemes.ftl
URL: http://svn.apache.org/viewvc/ofbiz/branches/release09.04/framework/common/webcommon/includes/listVisualThemes.ftl?rev=766521&r1=766520&r2=766521&view=diff
==============================================================================
--- ofbiz/branches/release09.04/framework/common/webcommon/includes/listVisualThemes.ftl (original)
+++ ofbiz/branches/release09.04/framework/common/webcommon/includes/listVisualThemes.ftl Sun Apr 19 21:15:01 2009
@@ -27,7 +27,7 @@
   <div class="screenlet-title-bar">
     <ul>
       <li class="h3">${uiLabelMap.CommonVisualThemes}</li>
-      <li><a href="<@ofbizUrl>main</@ofbizUrl>">${uiLabelMap.CommonCancel}</a></li>
+      <li><a href="<@ofbizUrl>main</@ofbizUrl>">${uiLabelMap.CommonDone}</a></li>
     </ul>
     <br class="clear"/>
   </div>