You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2008/08/09 23:57:17 UTC

svn commit: r684359 - /ofbiz/trunk/framework/common/config/CommonUiLabels.xml

Author: jleroux
Date: Sat Aug  9 14:57:17 2008
New Revision: 684359

URL: http://svn.apache.org/viewvc?rev=684359&view=rev
Log:
Fix "Common labels are not included in the applications/content/webapp/content/website/WebSiteForms.xml" (https://issues.apache.org/jira/browse/OFBIZ-1903) - OFBIZ-1903
CommonCannotBeFound has never existed and is used in some places (mostly in Content comp.). I preferred to use "Could not be found"

Modified:
    ofbiz/trunk/framework/common/config/CommonUiLabels.xml

Modified: ofbiz/trunk/framework/common/config/CommonUiLabels.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/config/CommonUiLabels.xml?rev=684359&r1=684358&r2=684359&view=diff
==============================================================================
--- ofbiz/trunk/framework/common/config/CommonUiLabels.xml (original)
+++ ofbiz/trunk/framework/common/config/CommonUiLabels.xml Sat Aug  9 14:57:17 2008
@@ -890,6 +890,10 @@
         <value xml:lang="zh_CN">已取消</value>
         <value xml:lang="zh">已取消</value>
     </property>
+    <property key="CommonCannotBeFound">
+        <value xml:lang="en">Could not be found</value>
+        <value xml:lang="fr">N'a pu être trouvé </value>
+    </property>
     <property key="CommonChange">
         <value xml:lang="ar">تغيير</value>
         <value xml:lang="de">Verändern</value>