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 2016/10/10 11:43:46 UTC

svn commit: r1764064 - in /ofbiz/trunk/framework: common/config/CommonEntityLabels.xml minilang/config/MiniLangErrorUiLabels.xml

Author: jleroux
Date: Mon Oct 10 11:43:46 2016
New Revision: 1764064

URL: http://svn.apache.org/viewvc?rev=1764064&view=rev
Log:
No functional change: removes annoying superfluous spaces in labels.
Can't be found when searching from HTML source, HTML removes it. 
There are no others but in ALv2 headers. 
I have asked why on dev@community.apache.org out of curiosity.

Modified:
    ofbiz/trunk/framework/common/config/CommonEntityLabels.xml
    ofbiz/trunk/framework/minilang/config/MiniLangErrorUiLabels.xml

Modified: ofbiz/trunk/framework/common/config/CommonEntityLabels.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/config/CommonEntityLabels.xml?rev=1764064&r1=1764063&r2=1764064&view=diff
==============================================================================
--- ofbiz/trunk/framework/common/config/CommonEntityLabels.xml (original)
+++ ofbiz/trunk/framework/common/config/CommonEntityLabels.xml Mon Oct 10 11:43:46 2016
@@ -1932,7 +1932,7 @@
         <value xml:lang="de">Ist grösser oder gleich als</value>
         <value xml:lang="en">Is Greater Than or Equal To</value>
         <value xml:lang="es">Mayor o igual que</value>
-        <value xml:lang="fr">Est plus grand ou égal  à</value>
+        <value xml:lang="fr">Est plus grand ou égal à</value>
         <value xml:lang="it">E' maggiore di o uguale a</value>
         <value xml:lang="ja">≧</value>
         <value xml:lang="nl">Groter of gelijk aan</value>

Modified: ofbiz/trunk/framework/minilang/config/MiniLangErrorUiLabels.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/minilang/config/MiniLangErrorUiLabels.xml?rev=1764064&r1=1764063&r2=1764064&view=diff
==============================================================================
--- ofbiz/trunk/framework/minilang/config/MiniLangErrorUiLabels.xml (original)
+++ ofbiz/trunk/framework/minilang/config/MiniLangErrorUiLabels.xml Mon Oct 10 11:43:46 2016
@@ -26,7 +26,7 @@
         <value xml:lang="fr">La transaction ne peut débuter, une erreur est survenue</value>
         <value xml:lang="it">Errore provando a iniziare una transazione, non è possibile eseguire il metodo</value>
         <value xml:lang="ja">トランザクションの開始時にエラー、メソッドを処理できません</value>
-        <value xml:lang="ro">Eroare la incercarea de a initia  o</value>
+        <value xml:lang="ro">Eroare la incercarea de a initia o</value>
         <value xml:lang="ru">Попытка начать транзакцию завершилась ошибкой, невозможно обработать метод</value>
         <value xml:lang="th">Error : ผิดพลด ! ในการเริ่มต้นดำเนินการ ไม่สามารถประมวลผลวิธีการนี้ได้</value>
         <value xml:lang="zh">尝试开始交易时出错,无法执行</value>