svn commit: r828845 - /ofbiz/trunk/framework/common/config/CommonEntityLabels.xml

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

svn commit: r828845 - /ofbiz/trunk/framework/common/config/CommonEntityLabels.xml

jleroux@apache.org
Author: jleroux
Date: Thu Oct 22 20:49:08 2009
New Revision: 828845

URL: http://svn.apache.org/viewvc?rev=828845&view=rev
Log:
A patch from Erwan de FERRIERES " Misc. internationalization on projectmgr" (https://issues.apache.org/jira/browse/OFBIZ-3069) - OFBIZ-3069
Some translations related to timesheet's status

Modified:
    ofbiz/trunk/framework/common/config/CommonEntityLabels.xml

Modified: ofbiz/trunk/framework/common/config/CommonEntityLabels.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/config/CommonEntityLabels.xml?rev=828845&r1=828844&r2=828845&view=diff
==============================================================================
--- ofbiz/trunk/framework/common/config/CommonEntityLabels.xml (original)
+++ ofbiz/trunk/framework/common/config/CommonEntityLabels.xml Thu Oct 22 20:49:08 2009
@@ -8447,16 +8447,19 @@
     </property>
     <property key="StatusItem.description.TIMESHEET_APPROVED">
         <value xml:lang="en">Approved</value>
+        <value xml:lang="fr">Approuvée</value>
         <value xml:lang="it">Approvato</value>
         <value xml:lang="zh">已批准</value>
     </property>
     <property key="StatusItem.description.TIMESHEET_COMPLETED">
         <value xml:lang="en">Completed</value>
+        <value xml:lang="fr">Terminée</value>
         <value xml:lang="it">Completato</value>
         <value xml:lang="zh">已完成</value>
     </property>
     <property key="StatusItem.description.TIMESHEET_IN_PROCESS">
         <value xml:lang="en">In-Process</value>
+        <value xml:lang="fr">En cours</value>
         <value xml:lang="it">In attesa</value>
         <value xml:lang="zh">处理中</value>
     </property>