svn commit: r811841 - in /ofbiz/trunk/applications/party: config/PartyEntityLabels.xml entitydef/entitymodel.xml

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

svn commit: r811841 - in /ofbiz/trunk/applications/party: config/PartyEntityLabels.xml entitydef/entitymodel.xml

jleroux@apache.org
Author: jleroux
Date: Sun Sep  6 17:21:54 2009
New Revision: 811841

URL: http://svn.apache.org/viewvc?rev=811841&view=rev
Log:
A patch from Erwan de FERRIERES " add entityLabels on the PartyContentType entity" (https://issues.apache.org/jira/browse/OFBIZ-2841) - OFBIZ-2841

Modified:
    ofbiz/trunk/applications/party/config/PartyEntityLabels.xml
    ofbiz/trunk/applications/party/entitydef/entitymodel.xml

Modified: ofbiz/trunk/applications/party/config/PartyEntityLabels.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/config/PartyEntityLabels.xml?rev=811841&r1=811840&r2=811841&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/config/PartyEntityLabels.xml (original)
+++ ofbiz/trunk/applications/party/config/PartyEntityLabels.xml Sun Sep  6 17:21:54 2009
@@ -957,6 +957,22 @@
         <value xml:lang="it">Valore classifica</value>
         <value xml:lang="zh">价值评级</value>
     </property>
+    <property key="PartyContentType.description.INTERNAL">
+        <value xml:lang="en">Internal Content</value>
+        <value xml:lang="fr">Contenu à usage interne</value>
+    </property>
+    <property key="PartyContentType.description.USERDEF">
+        <value xml:lang="en">User Defined Content</value>
+        <value xml:lang="fr">Contenu concernant l'utilisateur</value>
+    </property>
+    <property key="PartyContentType.description.LGOIMGURL">
+        <value xml:lang="en">Logo Image URL</value>
+        <value xml:lang="fr">URL vers un logo</value>
+    </property>
+    <property key="PartyContentType.description.VNDSHPINF">
+        <value xml:lang="en">Vendor Shipping Info</value>
+        <value xml:lang="fr">Informations transporteur</value>
+    </property>
     <property key="PartyRelationshipType.partyRelationshipName.ACCOUNT">
         <value xml:lang="en">Account</value>
         <value xml:lang="es">Cuenta</value>

Modified: ofbiz/trunk/applications/party/entitydef/entitymodel.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/entitydef/entitymodel.xml?rev=811841&r1=811840&r2=811841&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/entitydef/entitymodel.xml (original)
+++ ofbiz/trunk/applications/party/entitydef/entitymodel.xml Sun Sep  6 17:21:54 2009
@@ -1916,6 +1916,7 @@
     </view-entity>
     <entity entity-name="PartyContentType"
             package-name="org.ofbiz.party.party"
+            default-resource-name="PartyEntityLabels"
             title="Party Content Type Entity">
         <field name="partyContentTypeId" type="id-ne"></field>
         <field name="parentTypeId" type="id"></field>