Author: jleroux
Date: Sat Aug 9 14:57:17 2008
New Revision: 684359
URL:
http://svn.apache.org/viewvc?rev=684359&view=revLog:
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>