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

Posted by Jacques Le Roux on
URL: http://ofbiz.116.s1.nabble.com/Re-svn-commit-r1527997-ofbiz-trunk-framework-common-config-CommonUiLabels-xml-tp4644365p4644367.html

I'm personnaly more for this new order

Jacques

Jacopo Cappellato wrote:

> Yes we could do this; however, with the current key the menu items are displayed in the following order:
>
> Accounting
> Accounting - AP
> Accounting - AR
>
> while with the previous keys it will be:
>
> Accounting - AP
> Accounting - AR
> Accounting
>
> Not a big deal, and if you still prefer the original keys I will restore them.
>
> Jacopo
>
> On Oct 1, 2013, at 11:42 AM, Adrian Crum <[hidden email]> wrote:
>
>> Maybe the ofbiz-component.xml file could be put back the way it was - now that the menu label has the text you want.
>>
>> Adrian Crum
>> Sandglass Software
>> www.sandglass-software.com
>>
>> On 10/1/2013 2:33 AM, [hidden email] wrote:
>>> Author: jacopoc
>>> Date: Tue Oct  1 09:33:37 2013
>>> New Revision: 1527997
>>>
>>> URL: http://svn.apache.org/r1527997
>>> Log:
>>> Improved label translation for the English language.
>>>
>>> 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=1527997&r1=1527996&r2=1527997&view=diff
>>> ============================================================================== ---
>>> ofbiz/trunk/framework/common/config/CommonUiLabels.xml (original) +++ ofbiz/trunk/framework/common/config/CommonUiLabels.xml
>>> Tue Oct  1 09:33:37 2013 @@ -21,7 +21,7 @@
>>>      <property key="Accounting - AP">
>>>          <value xml:lang="cs">Závazky</value>
>>>          <value xml:lang="de">Kreditoren</value>
>>> -        <value xml:lang="en">AP</value>
>>> +        <value xml:lang="en">Accounting - AP</value>
>>>          <value xml:lang="es">Compras</value>
>>>          <value xml:lang="fr">Cpt. fourn.</value>
>>>          <value xml:lang="hi-IN">लà¥?à¤-ा दà¥?य</value>
>>> @@ -37,7 +37,7 @@
>>>      <property key="Accounting - AR">
>>>          <value xml:lang="cs">Pohledávky</value>
>>>          <value xml:lang="de">Debitoren</value>
>>> -        <value xml:lang="en">AR</value>
>>> +        <value xml:lang="en">Accounting - AR</value>
>>>          <value xml:lang="es">Ventas</value>
>>>          <value xml:lang="fr">Cpt. clients</value>
>>>          <value xml:lang="hi-IN">लà¥?à¤-ा प्राप्य</value>