You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by er...@apache.org on 2010/09/03 17:05:30 UTC

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

Author: erwan
Date: Fri Sep  3 15:05:29 2010
New Revision: 992321

URL: http://svn.apache.org/viewvc?rev=992321&view=rev
Log:
Missing entity uiLabels on CUSTREQ_STTS

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=992321&r1=992320&r2=992321&view=diff
==============================================================================
--- ofbiz/trunk/framework/common/config/CommonEntityLabels.xml (original)
+++ ofbiz/trunk/framework/common/config/CommonEntityLabels.xml Fri Sep  3 15:05:29 2010
@@ -6506,6 +6506,14 @@
         <value xml:lang="th">เสร็จสมบูรณ์</value>
         <value xml:lang="zh">已完成</value>
     </property>
+    <property key="StatusItem.description.CRQ_DRAFT">
+        <value xml:lang="en">Draft</value>
+        <value xml:lang="fr">Brouillon</value>
+    </property>
+    <property key="StatusItem.description.CRQ_PENDING">
+        <value xml:lang="en">Pending Cust.</value>
+        <value xml:lang="fr">En attente</value>
+    </property>
     <property key="StatusItem.description.CRQ_REJECTED">
         <value xml:lang="de">Abgelehnt</value>
         <value xml:lang="en">Rejected</value>