From 72ddf49e60ee1dfa3cef85533c8809b4aa56b485 Mon Sep 17 00:00:00 2001 From: Laurent LE CORRE Date: Sun, 3 May 2020 07:39:22 +0200 Subject: [PATCH] =?UTF-8?q?NoVatForCompanies=20:=20modification=20des=20li?= =?UTF-8?q?bell=C3=A9s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- local/modules/NoVatForCompanies/I18n/en_US.php | 4 +++- local/modules/NoVatForCompanies/I18n/fr_FR.php | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/local/modules/NoVatForCompanies/I18n/en_US.php b/local/modules/NoVatForCompanies/I18n/en_US.php index 0b4fa142..5a876ffa 100644 --- a/local/modules/NoVatForCompanies/I18n/en_US.php +++ b/local/modules/NoVatForCompanies/I18n/en_US.php @@ -1,4 +1,6 @@ 'The displayed english string', + 'vat_france' => 'French VAT', + 'vat_zero' => 'Without VAT', + 'tax_label' => 'Percentage of the product price - With VAT managing for companies', ); diff --git a/local/modules/NoVatForCompanies/I18n/fr_FR.php b/local/modules/NoVatForCompanies/I18n/fr_FR.php index 24d6032c..54c1595c 100644 --- a/local/modules/NoVatForCompanies/I18n/fr_FR.php +++ b/local/modules/NoVatForCompanies/I18n/fr_FR.php @@ -2,5 +2,5 @@ return array( 'vat_france' => 'TVA française', 'vat_zero' => 'Sans TVA', - 'tax_label' => 'Pourcentage du prix du produit - pour les professionnels en Europe', + 'tax_label' => 'Pourcentage du prix du produit - Avec gestion de TVA réduite pour les pros', );