Author: jleroux
Date: Thu Dec  3 11:48:48 2009
New Revision: 886745

URL: http://svn.apache.org/viewvc?rev=886745&view=rev
Log:
A patch from Erwan de FERRIERES " adding localization on visual themes" 
(https://issues.apache.org/jira/browse/OFBIZ-3295) - OFBIZ-3295
just adding the needed lines in commonEntityLabels and adding the property 
ressource name for the entity VisualTheme

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

Modified: ofbiz/trunk/framework/common/config/CommonEntityLabels.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/config/CommonEntityLabels.xml?rev=886745&r1=886744&r2=886745&view=diff
==============================================================================
--- ofbiz/trunk/framework/common/config/CommonEntityLabels.xml (original)
+++ ofbiz/trunk/framework/common/config/CommonEntityLabels.xml Thu Dec  3 
11:48:48 2009
@@ -15068,4 +15068,19 @@
         <value xml:lang="th">น้ำหนัก</value>
         <value xml:lang="zh">重量</value>
     </property>
+    <property key="VisualTheme.description.BIZZNESS_TIME">
+        <value xml:lang="en">It's bizzness, it's bizzness time.  I couldn't 
have said it better myself. This theme gets down</value>
+    </property>
+    <property key="VisualTheme.description.BLUELIGHT">
+        <value xml:lang="en">BlueLight Theme: Breadcrumbs, drop-down menus and 
rounded corners</value>
+    </property>
+    <property key="VisualTheme.description.DROPPINGCRUMBS">
+        <value xml:lang="en">Dropping Crumbs: Includes a drop down menu 
embedded in the breadcrumbs bar</value>
+    </property>
+    <property key="VisualTheme.description.FLAT_GREY">
+        <value xml:lang="en">Flat Grey - Old OFBiz Standard Floating 
Layout</value>
+    </property>
+    <property key="VisualTheme.description.MULTIFLEX">
+        <value xml:lang="en">Alternative VisualTheme for Ecommerce</value>
+    </property>
 </resource>

Modified: ofbiz/trunk/framework/common/entitydef/entitymodel.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/entitydef/entitymodel.xml?rev=886745&r1=886744&r2=886745&view=diff
==============================================================================
--- ofbiz/trunk/framework/common/entitydef/entitymodel.xml (original)
+++ ofbiz/trunk/framework/common/entitydef/entitymodel.xml Thu Dec  3 11:48:48 
2009
@@ -574,6 +574,7 @@
 
     <entity entity-name="VisualTheme"
             package-name="org.ofbiz.common.theme"
+            default-resource-name="CommonEntityLabels"
             title="Defines a Visual Theme">
       <description>The VisualTheme entity contains one entry per visual 
theme.</description>
       <field name="visualThemeId" type="id-ne"></field>


Reply via email to