You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ha...@apache.org on 2010/04/07 06:27:43 UTC

svn commit: r931430 [1/5] - in /ofbiz/trunk: applications/commonext/config/ applications/order/config/ applications/party/config/ applications/product/config/ applications/workeffort/config/ framework/common/config/ framework/webtools/config/ specialpu...

Author: hansbak
Date: Wed Apr  7 04:27:42 2010
New Revision: 931430

URL: http://svn.apache.org/viewvc?rev=931430&view=rev
Log:
Update dutch translation, a contribution by Willem Janssen: OFBIZ-3652

Modified:
    ofbiz/trunk/applications/commonext/config/SetupUiLabels.xml
    ofbiz/trunk/applications/order/config/OrderEntityLabels.xml
    ofbiz/trunk/applications/party/config/PartyErrorUiLabels.xml
    ofbiz/trunk/applications/party/config/PartyUiLabels.xml
    ofbiz/trunk/applications/product/config/ProductEntityLabels.xml
    ofbiz/trunk/applications/workeffort/config/WorkEffortUiLabels.xml
    ofbiz/trunk/framework/common/config/CommonEntityLabels.xml
    ofbiz/trunk/framework/common/config/CommonErrorUiLabels.xml
    ofbiz/trunk/framework/common/config/CommonUiLabels.xml
    ofbiz/trunk/framework/common/config/SecurityextUiLabels.xml
    ofbiz/trunk/framework/webtools/config/WebtoolsUiLabels.xml
    ofbiz/trunk/specialpurpose/ecommerce/config/EcommerceUiLabels.xml

Modified: ofbiz/trunk/applications/commonext/config/SetupUiLabels.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/commonext/config/SetupUiLabels.xml?rev=931430&r1=931429&r2=931430&view=diff
==============================================================================
--- ofbiz/trunk/applications/commonext/config/SetupUiLabels.xml (original)
+++ ofbiz/trunk/applications/commonext/config/SetupUiLabels.xml Wed Apr  7 04:27:42 2010
@@ -110,6 +110,7 @@
     <property key="SetupEditProductStore">
         <value xml:lang="en">Edit Product Store</value>
         <value xml:lang="it">Aggiorna negozio prodotti</value>
+        <value xml:lang="nl">Wijzigen winkel</value>		
     </property>
     <property key="SetupCreateNewOrganization">
         <value xml:lang="en">Create New Organization</value>

Modified: ofbiz/trunk/applications/order/config/OrderEntityLabels.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/config/OrderEntityLabels.xml?rev=931430&r1=931429&r2=931430&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/config/OrderEntityLabels.xml (original)
+++ ofbiz/trunk/applications/order/config/OrderEntityLabels.xml Wed Apr  7 04:27:42 2010
@@ -426,6 +426,7 @@
         <value xml:lang="es">Pedido de Venta</value>
         <value xml:lang="fr">Ventes</value>
         <value xml:lang="it">Ordine di vendita</value>
+        <value xml:lang="nl">Verkoopbestelling</value>		
         <value xml:lang="pt_BR">Pedido de vendas</value>
         <value xml:lang="ro">Vanzare</value>
         <value xml:lang="ru">Продажи</value>



Re: svn commit: r931430 [1/5] - in /ofbiz/trunk: applications/commonext/config/ applications/order/config/ applications/party/config/ applications/product/config/ applications/workeffort/config/ framework/common/config/ framework/webtools/config/ specialpu

Posted by Jacques Le Roux <ja...@les7arts.com>.
Hi Hans,

Sorry for the false report, actually the 3 1st have been introduced at r902813, CommonTimeZone at r891434 and 
HumanResEditJobInterview at r901117
So any was related to this commit :/

Anyway, please commiters (even contributors) follow Best Practices (I think I already put a word there about launching Labels 
Manager after a large labels commit, Confluence being still not available I can't check)

Jacques

From: "Jacques Le Roux" <ja...@les7arts.com>
> Hi Hans,
>
> There are some duplicates certainly introduced by this commit
> AccountingCurrentAsset
> AccountingDepositWithdraw
> AccountingNoChangesMadeNotUpdatingEftAccount
> CommonTimeZone
> HumanResEditJobInterview
>
> One way to avoid them is to check the new labels with labels manager in webtools after such big commits
>
> Thanks
>
> Jacques
>
> From: <ha...@apache.org>
>> Author: hansbak
>> Date: Wed Apr  7 04:27:42 2010
>> New Revision: 931430
>>
>> URL: http://svn.apache.org/viewvc?rev=931430&view=rev
>> Log:
>> Update dutch translation, a contribution by Willem Janssen: OFBIZ-3652
>>
>> Modified:
>>    ofbiz/trunk/applications/commonext/config/SetupUiLabels.xml
>>    ofbiz/trunk/applications/order/config/OrderEntityLabels.xml
>>    ofbiz/trunk/applications/party/config/PartyErrorUiLabels.xml
>>    ofbiz/trunk/applications/party/config/PartyUiLabels.xml
>>    ofbiz/trunk/applications/product/config/ProductEntityLabels.xml
>>    ofbiz/trunk/applications/workeffort/config/WorkEffortUiLabels.xml
>>    ofbiz/trunk/framework/common/config/CommonEntityLabels.xml
>>    ofbiz/trunk/framework/common/config/CommonErrorUiLabels.xml
>>    ofbiz/trunk/framework/common/config/CommonUiLabels.xml
>>    ofbiz/trunk/framework/common/config/SecurityextUiLabels.xml
>>    ofbiz/trunk/framework/webtools/config/WebtoolsUiLabels.xml
>>    ofbiz/trunk/specialpurpose/ecommerce/config/EcommerceUiLabels.xml
>>
>> Modified: ofbiz/trunk/applications/commonext/config/SetupUiLabels.xml
>> URL: 
>> http://svn.apache.org/viewvc/ofbiz/trunk/applications/commonext/config/SetupUiLabels.xml?rev=931430&r1=931429&r2=931430&view=diff
>> ==============================================================================
>> --- ofbiz/trunk/applications/commonext/config/SetupUiLabels.xml (original)
>> +++ ofbiz/trunk/applications/commonext/config/SetupUiLabels.xml Wed Apr  7 04:27:42 2010
>> @@ -110,6 +110,7 @@
>>     <property key="SetupEditProductStore">
>>         <value xml:lang="en">Edit Product Store</value>
>>         <value xml:lang="it">Aggiorna negozio prodotti</value>
>> +        <value xml:lang="nl">Wijzigen winkel</value>
>>     </property>
>>     <property key="SetupCreateNewOrganization">
>>         <value xml:lang="en">Create New Organization</value>
>>
>> Modified: ofbiz/trunk/applications/order/config/OrderEntityLabels.xml
>> URL: 
>> http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/config/OrderEntityLabels.xml?rev=931430&r1=931429&r2=931430&view=diff
>> ==============================================================================
>> --- ofbiz/trunk/applications/order/config/OrderEntityLabels.xml (original)
>> +++ ofbiz/trunk/applications/order/config/OrderEntityLabels.xml Wed Apr  7 04:27:42 2010
>> @@ -426,6 +426,7 @@
>>         <value xml:lang="es">Pedido de Venta</value>
>>         <value xml:lang="fr">Ventes</value>
>>         <value xml:lang="it">Ordine di vendita</value>
>> +        <value xml:lang="nl">Verkoopbestelling</value>
>>         <value xml:lang="pt_BR">Pedido de vendas</value>
>>         <value xml:lang="ro">Vanzare</value>
>>         <value xml:lang="ru">Продажи</value>
>>
>>
>
> 



Re: svn commit: r931430 [1/5] - in /ofbiz/trunk: applications/commonext/config/ applications/order/config/ applications/party/config/ applications/product/config/ applications/workeffort/config/ framework/common/config/ framework/webtools/config/ specialpu

Posted by Jacques Le Roux <ja...@les7arts.com>.
Hi Hans,

There are some duplicates certainly introduced by this commit
AccountingCurrentAsset
AccountingDepositWithdraw
AccountingNoChangesMadeNotUpdatingEftAccount
CommonTimeZone
HumanResEditJobInterview

One way to avoid them is to check the new labels with labels manager in webtools after such big commits

Thanks

Jacques

From: <ha...@apache.org>
> Author: hansbak
> Date: Wed Apr  7 04:27:42 2010
> New Revision: 931430
>
> URL: http://svn.apache.org/viewvc?rev=931430&view=rev
> Log:
> Update dutch translation, a contribution by Willem Janssen: OFBIZ-3652
>
> Modified:
>    ofbiz/trunk/applications/commonext/config/SetupUiLabels.xml
>    ofbiz/trunk/applications/order/config/OrderEntityLabels.xml
>    ofbiz/trunk/applications/party/config/PartyErrorUiLabels.xml
>    ofbiz/trunk/applications/party/config/PartyUiLabels.xml
>    ofbiz/trunk/applications/product/config/ProductEntityLabels.xml
>    ofbiz/trunk/applications/workeffort/config/WorkEffortUiLabels.xml
>    ofbiz/trunk/framework/common/config/CommonEntityLabels.xml
>    ofbiz/trunk/framework/common/config/CommonErrorUiLabels.xml
>    ofbiz/trunk/framework/common/config/CommonUiLabels.xml
>    ofbiz/trunk/framework/common/config/SecurityextUiLabels.xml
>    ofbiz/trunk/framework/webtools/config/WebtoolsUiLabels.xml
>    ofbiz/trunk/specialpurpose/ecommerce/config/EcommerceUiLabels.xml
>
> Modified: ofbiz/trunk/applications/commonext/config/SetupUiLabels.xml
> URL: 
> http://svn.apache.org/viewvc/ofbiz/trunk/applications/commonext/config/SetupUiLabels.xml?rev=931430&r1=931429&r2=931430&view=diff
> ==============================================================================
> --- ofbiz/trunk/applications/commonext/config/SetupUiLabels.xml (original)
> +++ ofbiz/trunk/applications/commonext/config/SetupUiLabels.xml Wed Apr  7 04:27:42 2010
> @@ -110,6 +110,7 @@
>     <property key="SetupEditProductStore">
>         <value xml:lang="en">Edit Product Store</value>
>         <value xml:lang="it">Aggiorna negozio prodotti</value>
> +        <value xml:lang="nl">Wijzigen winkel</value>
>     </property>
>     <property key="SetupCreateNewOrganization">
>         <value xml:lang="en">Create New Organization</value>
>
> Modified: ofbiz/trunk/applications/order/config/OrderEntityLabels.xml
> URL: 
> http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/config/OrderEntityLabels.xml?rev=931430&r1=931429&r2=931430&view=diff
> ==============================================================================
> --- ofbiz/trunk/applications/order/config/OrderEntityLabels.xml (original)
> +++ ofbiz/trunk/applications/order/config/OrderEntityLabels.xml Wed Apr  7 04:27:42 2010
> @@ -426,6 +426,7 @@
>         <value xml:lang="es">Pedido de Venta</value>
>         <value xml:lang="fr">Ventes</value>
>         <value xml:lang="it">Ordine di vendita</value>
> +        <value xml:lang="nl">Verkoopbestelling</value>
>         <value xml:lang="pt_BR">Pedido de vendas</value>
>         <value xml:lang="ro">Vanzare</value>
>         <value xml:lang="ru">Продажи</value>
>
>