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/04/02 11:35:49 UTC

svn commit: r930205 - in /ofbiz/trunk/applications/content: config/ContentEntityLabels.xml entitydef/entitymodel.xml

Author: erwan
Date: Fri Apr  2 09:35:49 2010
New Revision: 930205

URL: http://svn.apache.org/viewvc?rev=930205&view=rev
Log:
Adding entityLabels for WebSiteContentType

Modified:
    ofbiz/trunk/applications/content/config/ContentEntityLabels.xml
    ofbiz/trunk/applications/content/entitydef/entitymodel.xml

Modified: ofbiz/trunk/applications/content/config/ContentEntityLabels.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/config/ContentEntityLabels.xml?rev=930205&r1=930204&r2=930205&view=diff
==============================================================================
--- ofbiz/trunk/applications/content/config/ContentEntityLabels.xml (original)
+++ ofbiz/trunk/applications/content/config/ContentEntityLabels.xml Fri Apr  2 09:35:49 2010
@@ -894,7 +894,7 @@
     <property key="ContentType.description.BLOG_ROOT">
         <value xml:lang="da">Blog rod</value>
         <value xml:lang="en">Blog Root</value>
-        <value xml:lang="it">Blog principale</value>
+        <value xml:lang="it">Blog principal</value>
         <value xml:lang="zh">博客的根</value>
     </property>
     <property key="ContentType.description.DECORATOR">
@@ -2460,4 +2460,34 @@
         <value xml:lang="th">URL</value>
         <value xml:lang="zh">网址</value>
     </property>
+    <property key="WebSiteContentType.description.BLOG_ROOT">
+        <value xml:lang="en">Blog Root</value>
+        <value xml:lang="fr">Racine du blog</value>
+    </property>
+    <property key="WebSiteContentType.description.DEFAULT_PAGE">
+        <value xml:lang="en">Default Page</value>
+        <value xml:lang="fr">Page par défaut</value>
+    </property>
+    <property key="WebSiteContentType.description.ERROR_ROOT">
+        <value xml:lang="en">Error Root</value>
+        <value xml:lang="fr">Erreur</value>
+    </property>
+    <property key="WebSiteContentType.description.MENU_ROOT">
+        <value xml:lang="en">Menu Root</value>
+        <value xml:lang="fr">Racine du menu</value>
+    </property>
+    <property key="WebSiteContentType.description.FORUM_ROOT">
+        <value xml:lang="en">Forum Root</value>
+        <value xml:lang="fr">Racine du forum</value>
+    </property>
+    <property key="WebSiteContentType.description.PUBLISH_POINT">
+        <value xml:lang="da">Udgivelsespunkt</value>
+        <value xml:lang="de">Veröffentlichungsort</value>
+        <value xml:lang="en">Publish Point</value>
+        <value xml:lang="fr">Point de publication</value>
+        <value xml:lang="it">Punto Pubblico</value>
+        <value xml:lang="ro">Punct Public</value>
+        <value xml:lang="th">ความคิดเห็นที่ลงประกาศ</value>
+        <value xml:lang="zh">发布点</value>
+    </property>
 </resource>

Modified: ofbiz/trunk/applications/content/entitydef/entitymodel.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/entitydef/entitymodel.xml?rev=930205&r1=930204&r2=930205&view=diff
==============================================================================
--- ofbiz/trunk/applications/content/entitydef/entitymodel.xml (original)
+++ ofbiz/trunk/applications/content/entitydef/entitymodel.xml Fri Apr  2 09:35:49 2010
@@ -1543,6 +1543,7 @@ under the License.
     </view-entity>
     <entity entity-name="WebSiteContentType"
         package-name="org.ofbiz.content.website"
+        default-resource-name="ContentEntityLabels"
         title="Web Site Content Type">
         <field name="webSiteContentTypeId" type="id-ne"></field>
         <field name="description" type="description"></field>