From 053d5eeff77829047446915fd65446b2d1845d3a Mon Sep 17 00:00:00 2001 From: Laurent Destailleur <eldy@destailleur.fr> Date: Thu, 10 Oct 2013 22:50:22 +0200 Subject: [PATCH] Set name of vat number for some countries according to http://en.wikipedia.org/wiki/VAT_identification_number --- htdocs/langs/bg_BG/companies.lang | 2 +- htdocs/langs/da_DK/companies.lang | 2 +- htdocs/langs/de_AT/companies.lang | 2 +- htdocs/langs/de_DE/companies.lang | 2 +- htdocs/langs/es_AR/companies.lang | 3 +++ htdocs/langs/es_HN/companies.lang | 5 ++++- htdocs/langs/es_MX/companies.lang | 5 ++++- htdocs/langs/es_PE/companies.lang | 5 ++++- htdocs/langs/et_EE/companies.lang | 2 +- htdocs/langs/fi_FI/companies.lang | 2 +- htdocs/langs/hu_HU/companies.lang | 2 +- htdocs/langs/is_IS/companies.lang | 2 +- htdocs/langs/nb_NO/companies.lang | 2 +- htdocs/langs/nl_NL/companies.lang | 2 +- htdocs/langs/pl_PL/companies.lang | 2 +- htdocs/langs/pt_PT/companies.lang | 8 ++++---- htdocs/langs/ro_RO/companies.lang | 2 +- htdocs/langs/ru_RU/companies.lang | 2 +- htdocs/langs/sv_SE/companies.lang | 2 +- htdocs/langs/tr_TR/companies.lang | 2 +- 20 files changed, 34 insertions(+), 22 deletions(-) diff --git a/htdocs/langs/bg_BG/companies.lang b/htdocs/langs/bg_BG/companies.lang index 5d1d8adf60e..e2daf7c53bc 100644 --- a/htdocs/langs/bg_BG/companies.lang +++ b/htdocs/langs/bg_BG/companies.lang @@ -104,7 +104,7 @@ ProfId3=Professional ID 3 ProfId4=Professional ID 4 ProfId5=Professional ID 5 ProfId6=Professional ID 6 -ProfId1AR=Проф. Id едно (CUIT / Cuil) +ProfId1AR=Проф. Id едно (CUIL) ProfId2AR=Проф. Id 2 (Revenu зверове) ProfId3AR=- ProfId4AR=- diff --git a/htdocs/langs/da_DK/companies.lang b/htdocs/langs/da_DK/companies.lang index a10474280f6..abaf28da9d6 100644 --- a/htdocs/langs/da_DK/companies.lang +++ b/htdocs/langs/da_DK/companies.lang @@ -104,7 +104,7 @@ ProfId3=Professional ID 3 ProfId4=Professional ID 4 ProfId5=Professionel ID 5 # ProfId6=Professional ID 6 -ProfId1AR=Prof Id 1 (CUIT / Cuil) +ProfId1AR=Prof Id 1 (CUIL) ProfId2AR=Prof Id 2 (revenu Bestier) ProfId3AR=- ProfId4AR=- diff --git a/htdocs/langs/de_AT/companies.lang b/htdocs/langs/de_AT/companies.lang index a885eb31aa9..70a7d5b1c30 100644 --- a/htdocs/langs/de_AT/companies.lang +++ b/htdocs/langs/de_AT/companies.lang @@ -301,7 +301,7 @@ ProfId1NL=KVK nummer ProfId2NL=- ProfId3NL=- ProfId4NL=- -ProfId1AR=Prof Id 1 (CUIT / Cuil) +ProfId1AR=Prof Id 1 (CUIL) ProfId2AR=Prof Id 2 (Revenu Bestien) ProfId3AR=- ProfId4AR=- diff --git a/htdocs/langs/de_DE/companies.lang b/htdocs/langs/de_DE/companies.lang index 0bc933d8487..e362c554287 100644 --- a/htdocs/langs/de_DE/companies.lang +++ b/htdocs/langs/de_DE/companies.lang @@ -104,7 +104,7 @@ ProfId3=Professional ID 3 ProfId4=Professional ID 4 ProfId5=Professional ID 5 ProfId6=Professional ID 6 -ProfId1AR=Prof Id 1 (CUIT / Cuil) +ProfId1AR=Prof Id 1 (CUIL) ProfId2AR=Prof Id 2 (Revenu Bestien) ProfId3AR=- ProfId4AR=- diff --git a/htdocs/langs/es_AR/companies.lang b/htdocs/langs/es_AR/companies.lang index 81f8cda5161..22a314d088a 100644 --- a/htdocs/langs/es_AR/companies.lang +++ b/htdocs/langs/es_AR/companies.lang @@ -1,3 +1,6 @@ # Dolibarr language file - es_AR - companies CHARSET=UTF-8 CompanyHasCreditNote=Este cliente tiene <b>%s %s</b> notas de crédito/anticipos disponibles +VATIntra=CUIT +VATIntraShort=CUIT +VATIntraVeryShort=CUIT \ No newline at end of file diff --git a/htdocs/langs/es_HN/companies.lang b/htdocs/langs/es_HN/companies.lang index c0f5dce747f..58896f39eaf 100644 --- a/htdocs/langs/es_HN/companies.lang +++ b/htdocs/langs/es_HN/companies.lang @@ -1,4 +1,7 @@ # Dolibarr language file - es_HN - companies CHARSET=UTF-8 VATIsUsed=Sujeto a ISV -VATIsNotUsed=No sujeto a ISV \ No newline at end of file +VATIsNotUsed=No sujeto a ISV +VATIntra=RTN +VATIntraShort=RTN +VATIntraVeryShort=RTN \ No newline at end of file diff --git a/htdocs/langs/es_MX/companies.lang b/htdocs/langs/es_MX/companies.lang index 6c7e95b8796..8a13efbdb55 100644 --- a/htdocs/langs/es_MX/companies.lang +++ b/htdocs/langs/es_MX/companies.lang @@ -2,4 +2,7 @@ CHARSET=UTF-8 State=Estado Town=Municipio -CompanyHasCreditNote=Este cliente tiene <b>%s %s</b> notas de crédito/anticipos disponibles \ No newline at end of file +CompanyHasCreditNote=Este cliente tiene <b>%s %s</b> notas de crédito/anticipos disponibles +VATIntra=RFC +VATIntraShort=RFC +VATIntraVeryShort=RFC \ No newline at end of file diff --git a/htdocs/langs/es_PE/companies.lang b/htdocs/langs/es_PE/companies.lang index 81d0eff2c55..7b11f590caa 100644 --- a/htdocs/langs/es_PE/companies.lang +++ b/htdocs/langs/es_PE/companies.lang @@ -1,4 +1,7 @@ # Dolibarr language file - es_PU - companies CHARSET=UTF-8 VATIsUsed=Sujeto a IGV -VATIsNotUsed=No sujeto a IGV \ No newline at end of file +VATIsNotUsed=No sujeto a IGV +VATIntra=RUC +VATIntraShort=RUC +VATIntraVeryShort=RUC \ No newline at end of file diff --git a/htdocs/langs/et_EE/companies.lang b/htdocs/langs/et_EE/companies.lang index 558ab85399f..06eb8aa93aa 100644 --- a/htdocs/langs/et_EE/companies.lang +++ b/htdocs/langs/et_EE/companies.lang @@ -104,7 +104,7 @@ ProfId3=Professional ID 3 ProfId4=Professional ID 4 ProfId5=Professional ID 5 # ProfId6=Professional ID 6 -ProfId1AR=Prof Id 1 (CUIT / Cuil) +ProfId1AR=Prof Id 1 (CUIL) ProfId2AR=Prof Id 2 (Revenu brutes) ProfId3AR=- ProfId4AR=- diff --git a/htdocs/langs/fi_FI/companies.lang b/htdocs/langs/fi_FI/companies.lang index d6f3cd6652f..4223cc9a7b3 100644 --- a/htdocs/langs/fi_FI/companies.lang +++ b/htdocs/langs/fi_FI/companies.lang @@ -104,7 +104,7 @@ ProfId3=Professional-tunnuksen 3 ProfId4=Professional-tunnuksen 4 ProfId5=Ammatillinen tunnus 5 # ProfId6=Professional ID 6 -ProfId1AR=Prof Id 1 (CUIT / Cuil) +ProfId1AR=Prof Id 1 (CUIL) ProfId2AR=Prof Id 2 (revenu brutes) ProfId3AR=- ProfId4AR=- diff --git a/htdocs/langs/hu_HU/companies.lang b/htdocs/langs/hu_HU/companies.lang index 8634faed477..133f32f706f 100644 --- a/htdocs/langs/hu_HU/companies.lang +++ b/htdocs/langs/hu_HU/companies.lang @@ -104,7 +104,7 @@ ProfId3=Szakmai ID 3 ProfId4=Szakmai ID 4 ProfId5=Szakmai ID 5 # ProfId6=Professional ID 6 -ProfId1AR=Prof ID 1 (CUIT / CUIL) +ProfId1AR=Prof ID 1 (CUIL) ProfId2AR=Prof ID 2 (revenu barmok) ProfId3AR=- ProfId4AR=- diff --git a/htdocs/langs/is_IS/companies.lang b/htdocs/langs/is_IS/companies.lang index 79078841816..242815d9afb 100644 --- a/htdocs/langs/is_IS/companies.lang +++ b/htdocs/langs/is_IS/companies.lang @@ -104,7 +104,7 @@ ProfId3=Professional ID 3 ProfId4=Professional ID 4 ProfId5=Professional ID 5 # ProfId6=Professional ID 6 -ProfId1AR=Prof Id 1 (CUIT / CUIL) +ProfId1AR=Prof Id 1 (CUIL) ProfId2AR=Prof Id 2 (Revenu brutes) ProfId3AR=- ProfId4AR=- diff --git a/htdocs/langs/nb_NO/companies.lang b/htdocs/langs/nb_NO/companies.lang index a69b4865fe8..9b5fd5d7ed4 100644 --- a/htdocs/langs/nb_NO/companies.lang +++ b/htdocs/langs/nb_NO/companies.lang @@ -104,7 +104,7 @@ ProfId3=Professional ID 3 ProfId4=Professional ID 4 ProfId5=Profesjonell ID 5 # ProfId6=Professional ID 6 -ProfId1AR=Prof Id 1 (CUIT / Cuil) +ProfId1AR=Prof Id 1 (CUIL) ProfId2AR=Prof ID 2 (inntekter på brutes) ProfId3AR=- ProfId4AR=- diff --git a/htdocs/langs/nl_NL/companies.lang b/htdocs/langs/nl_NL/companies.lang index b596a1e39a8..6f69c2d1963 100644 --- a/htdocs/langs/nl_NL/companies.lang +++ b/htdocs/langs/nl_NL/companies.lang @@ -104,7 +104,7 @@ ProfId3=Professioneel ID 3 ProfId4=Professioneel ID 4 ProfId5=Professionele ID 5 # ProfId6=Professional ID 6 -ProfId1AR=Prof Id 1 (Cuit / Cuil) +ProfId1AR=Prof Id 1 (CUIL) ProfId2AR=Prof Id 2 (Revenu woestelingen) ProfId3AR=- ProfId4AR=- diff --git a/htdocs/langs/pl_PL/companies.lang b/htdocs/langs/pl_PL/companies.lang index 29795a956e4..b1fa2967cf0 100644 --- a/htdocs/langs/pl_PL/companies.lang +++ b/htdocs/langs/pl_PL/companies.lang @@ -104,7 +104,7 @@ ProfId3=Profesjonalne ID 3 ProfId4=Profesjonalne ID 4 ProfId5=Profesjonalny ID 5 # ProfId6=Professional ID 6 -ProfId1AR=Prof Id 1 (CUIT / Cuil) +ProfId1AR=Prof Id 1 (CUIL) ProfId2AR=Id Prof 2 (bydlęta Revenu) ProfId3AR=- ProfId4AR=- diff --git a/htdocs/langs/pt_PT/companies.lang b/htdocs/langs/pt_PT/companies.lang index 2d0ca3f7e2f..734091edac9 100644 --- a/htdocs/langs/pt_PT/companies.lang +++ b/htdocs/langs/pt_PT/companies.lang @@ -104,7 +104,7 @@ ProfId3=ID profesional 3 ProfId4=ID profesional 4 ProfId5=Professional ID 5 # ProfId6=Professional ID 6 -ProfId1AR=Prof Id 1 (CUIT / CUIL) +ProfId1AR=Prof Id 1 (CUIL) ProfId2AR=Id Prof 2 (brutos Revenu) ProfId3AR=- ProfId4AR=- @@ -224,9 +224,9 @@ ProfId3RU=Prof Id 3 (KPP) ProfId4RU=Prof Id 4 (OKPO) ProfId5RU=- # ProfId6RU=- -VATIntra=IVA Intracomunitário -VATIntraShort=IVA Intracomunitário Mínimo -VATIntraVeryShort=IVA Intracomunitário Nulo +VATIntra=CNPJ +VATIntraShort=CNPJ +VATIntraVeryShort=CNPJ VATIntraSyntaxIsValid=Sintaxe Válida VATIntraValueIsValid=Valor Válido ProspectCustomer=Cliente Potencial/Cliente diff --git a/htdocs/langs/ro_RO/companies.lang b/htdocs/langs/ro_RO/companies.lang index 03cb37af0bb..70f40c8d953 100644 --- a/htdocs/langs/ro_RO/companies.lang +++ b/htdocs/langs/ro_RO/companies.lang @@ -104,7 +104,7 @@ ProfId3=Professional ID 3 ProfId4=Professional ID 4 ProfId5=Professional ID 5 ProfId6=Profesional ID 6 -ProfId1AR=Id-ul prof. 1 (CUIT / Cuil) +ProfId1AR=Id-ul prof. 1 (CUIL) ProfId2AR=Id-ul prof. 2 (Venituri brute) ProfId3AR=- ProfId4AR=- diff --git a/htdocs/langs/ru_RU/companies.lang b/htdocs/langs/ru_RU/companies.lang index 7a2a1121579..ff02d5393b5 100644 --- a/htdocs/langs/ru_RU/companies.lang +++ b/htdocs/langs/ru_RU/companies.lang @@ -104,7 +104,7 @@ ProfId3=Профессиональный ID 3 ProfId4=Профессиональный ID 4 ProfId5=Профессиональный ID 5 # ProfId6=Professional ID 6 -ProfId1AR=Проф Id 1 (CUIT / Cuil) +ProfId1AR=Проф Id 1 (CUIL) ProfId2AR=Проф Id 2 (Revenu скоты) ProfId3AR=- ProfId4AR=- diff --git a/htdocs/langs/sv_SE/companies.lang b/htdocs/langs/sv_SE/companies.lang index 59bdbe1afb8..f26d98531dc 100644 --- a/htdocs/langs/sv_SE/companies.lang +++ b/htdocs/langs/sv_SE/companies.lang @@ -104,7 +104,7 @@ ProfId3=Professionella ID 3 ProfId4=Professionella ID 4 ProfId5=Professionell ID 5 # ProfId6=Professional ID 6 -ProfId1AR=Prof Id 1 (CUIT / Cuil) +ProfId1AR=Prof Id 1 (CUIL) ProfId2AR=Prof Id 2 (Revenu sällar) ProfId3AR=- ProfId4AR=- diff --git a/htdocs/langs/tr_TR/companies.lang b/htdocs/langs/tr_TR/companies.lang index ab4d21a2ab0..f35b6ae79de 100644 --- a/htdocs/langs/tr_TR/companies.lang +++ b/htdocs/langs/tr_TR/companies.lang @@ -104,7 +104,7 @@ ProfId3=Profesyonel ID 3 ProfId4=Profesyonel ID 4 ProfId5=Profesyonel ID 5 ProfId6=Professional ID 6 -ProfId1AR=Prof Id 1 (CUIT / Cuil) +ProfId1AR=Prof Id 1 (CUIL) ProfId2AR=Prof Id 2 (revenu canavarlar) ProfId3AR=- ProfId4AR=- -- GitLab