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 2009/02/06 10:38:13 UTC

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

Author: jleroux
Date: Fri Feb  6 09:38:12 2009
New Revision: 741495

URL: http://svn.apache.org/viewvc?rev=741495&view=rev
Log:
A proposed change by Marco, Xerces complains but it's the easier solution for the Label Manager

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=741495&r1=741494&r2=741495&view=diff
==============================================================================
--- ofbiz/trunk/framework/common/config/CommonUiLabels.xml (original)
+++ ofbiz/trunk/framework/common/config/CommonUiLabels.xml Fri Feb  6 09:38:12 2009
@@ -1967,13 +1967,13 @@
         <value xml:lang="zh_CN">电子邮件</value>
     </property>
     <property key="CommonEmptyHeader">
-        <value xml:lang="de"> </value>
-        <value xml:lang="en"> </value>
-        <value xml:lang="es"> </value>
-        <value xml:lang="fr"> </value>
-        <value xml:lang="it"> </value>
-        <value xml:lang="pt"> </value>
-        <value xml:lang="th"> </value>
+        <value xml:lang="de">&nbsp;</value>
+        <value xml:lang="en">&nbsp;</value>
+        <value xml:lang="es">&nbsp;</value>
+        <value xml:lang="fr">&nbsp;</value>
+        <value xml:lang="it">&nbsp;</value>
+        <value xml:lang="pt">&nbsp;</value>
+        <value xml:lang="th">&nbsp;</value>
     </property>
     <property key="CommonEnabled">
         <value xml:lang="ar">شغال</value>



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

Posted by Jacques Le Roux <ja...@les7arts.com>.
Yes, I thought about that, but must admit than I don't know these codes by hart and did not take the time to search :/

Done in revision 741499.

Thanks Christian!

Jacques

From: "Christian Geisert" <ch...@isu-gmbh.de>
> jleroux@apache.org schrieb:
>> Author: jleroux
>> Date: Fri Feb  6 09:38:12 2009
>> New Revision: 741495
>> 
>> URL: http://svn.apache.org/viewvc?rev=741495&view=rev
>> Log:
>> A proposed change by Marco, Xerces complains but it's the easier solution for the Label Manager
>> 
>> Modified:
>>     ofbiz/trunk/framework/common/config/CommonUiLabels.xml
> 
> [..]
> 
>> +        <value xml:lang="de">&nbsp;</value>
> 
> I have no idea what the actual problem is but as &nbsp; isn't predefined 
> in XML you could use &#160; or &#xA0;
> 
> -- 
> Christian
>


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

Posted by Christian Geisert <ch...@isu-gmbh.de>.
jleroux@apache.org schrieb:
> Author: jleroux
> Date: Fri Feb  6 09:38:12 2009
> New Revision: 741495
> 
> URL: http://svn.apache.org/viewvc?rev=741495&view=rev
> Log:
> A proposed change by Marco, Xerces complains but it's the easier solution for the Label Manager
> 
> Modified:
>     ofbiz/trunk/framework/common/config/CommonUiLabels.xml

[..]

> +        <value xml:lang="de">&nbsp;</value>

I have no idea what the actual problem is but as &nbsp; isn't predefined 
in XML you could use &#160; or &#xA0;

-- 
Christian