svn commit: r1155484 - /ofbiz/trunk/applications/content/config/ContentUiLabels.xml

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

svn commit: r1155484 - /ofbiz/trunk/applications/content/config/ContentUiLabels.xml

erwan
Author: erwan
Date: Tue Aug  9 18:57:26 2011
New Revision: 1155484

URL: http://svn.apache.org/viewvc?rev=1155484&view=rev
Log:
Adding a plural form for content > ContentContents

Modified:
    ofbiz/trunk/applications/content/config/ContentUiLabels.xml

Modified: ofbiz/trunk/applications/content/config/ContentUiLabels.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/config/ContentUiLabels.xml?rev=1155484&r1=1155483&r2=1155484&view=diff
==============================================================================
--- ofbiz/trunk/applications/content/config/ContentUiLabels.xml (original)
+++ ofbiz/trunk/applications/content/config/ContentUiLabels.xml Tue Aug  9 18:57:26 2011
@@ -648,6 +648,10 @@
         <value xml:lang="zh">内容</value>
         <value xml:lang="zh_TW">內容</value>
     </property>
+    <property key="ContentContents">
+        <value xml:lang="en">Contents</value>
+        <value xml:lang="fr">Contenus</value>
+    </property>
     <property key="ContentContentCreatingError">
         <value xml:lang="en">Error creating content in ${serviceName}</value>
         <value xml:lang="fr">Erreur de création du document dans le service ${serviceName}</value>