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

Posted by Adrian Crum-3 on
URL: http://ofbiz.116.s1.nabble.com/Re-svn-commit-r1527997-ofbiz-trunk-framework-common-config-CommonUiLabels-xml-tp4644365.html

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>
>
>