You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by Adrian Crum <ad...@sandglass-software.com> on 2013/10/01 11:42:34 UTC

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

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, jacopoc@apache.org 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>
>
>

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

Posted by Jacques Le Roux <ja...@les7arts.com>.
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 <ad...@sandglass-software.com> 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, jacopoc@apache.org 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>

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

Posted by Jacopo Cappellato <ja...@hotwaxmedia.com>.
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 <ad...@sandglass-software.com> 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, jacopoc@apache.org 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>
>> 
>>