svn commit: r887852 - in /ofbiz/trunk/specialpurpose: component-load.xml ofbiz/ ofbizwebsite/ ofbizwebsite/config/OfbizUiLabels.xml

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

svn commit: r887852 - in /ofbiz/trunk/specialpurpose: component-load.xml ofbiz/ ofbizwebsite/ ofbizwebsite/config/OfbizUiLabels.xml

hansbak-2
Author: hansbak
Date: Mon Dec  7 07:07:19 2009
New Revision: 887852

URL: http://svn.apache.org/viewvc?rev=887852&view=rev
Log:
rename directory from ofbiz -> ofbizwebsite, could be confusing. Suggestion from Sam Hamilton in he mailing list. Add english to uilables file to avoid errormessage in log

Added:
    ofbiz/trunk/specialpurpose/ofbizwebsite/
      - copied from r887652, ofbiz/trunk/specialpurpose/ofbiz/
Removed:
    ofbiz/trunk/specialpurpose/ofbiz/
Modified:
    ofbiz/trunk/specialpurpose/component-load.xml
    ofbiz/trunk/specialpurpose/ofbizwebsite/config/OfbizUiLabels.xml

Modified: ofbiz/trunk/specialpurpose/component-load.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/component-load.xml?rev=887852&r1=887851&r2=887852&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/component-load.xml (original)
+++ ofbiz/trunk/specialpurpose/component-load.xml Mon Dec  7 07:07:19 2009
@@ -25,7 +25,7 @@
     <load-component component-location="hhfacility"/>
     <load-component component-location="assetmaint"/>
     <load-component component-location="cmssite"/>
-    <load-component component-location="ofbiz"/>
+    <load-component component-location="ofbizwebsite"/>
     <load-component component-location="projectmgr"/>
     <load-component component-location="oagis"/>
     <load-component component-location="googlebase"/>

Modified: ofbiz/trunk/specialpurpose/ofbizwebsite/config/OfbizUiLabels.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ofbizwebsite/config/OfbizUiLabels.xml?rev=887852&r1=887652&r2=887852&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ofbizwebsite/config/OfbizUiLabels.xml (original)
+++ ofbiz/trunk/specialpurpose/ofbizwebsite/config/OfbizUiLabels.xml Mon Dec  7 07:07:19 2009
@@ -20,23 +20,28 @@
 -->
 <resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
     <property  key="OfbizHome">
+        <value xml:lang="en">Home</value>
         <value xml:lang="nl">Home</value>
         <value xml:lang="th">หน้าหลัก</value>
     </property>
     <property key="OfbizProduct">
+        <value xml:lang="en">Producten</value>
         <value xml:lang="nl">Products</value>
         <value xml:lang="th">ผลิตภัณฑ์</value>
     </property>
     <property key="OfbizService">
-        <value xml:lang="nl">Services</value>
+        <value xml:lang="en">Services</value>
+        <value xml:lang="nl">Diensten</value>
         <value xml:lang="th">บริการ</value>
     </property>
     <property key="OfbizCourse">
-        <value xml:lang="nl">Course</value>
+        <value xml:lang="en">Courses</value>
+        <value xml:lang="nl">Cursussen</value>
         <value xml:lang="th">หลักสูตร</value>
     </property>
     <property key="OfbizContactUs">
-        <value xml:lang="nl">Contact Us</value>
+        <value xml:lang="en">Contact Us</value>
+        <value xml:lang="nl">Contacteer Ons</value>
         <value xml:lang="th">ติดต่อเรา</value>
     </property>
 </resource>
\ No newline at end of file