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', );