NoVatForCompanies : modification des libellés

This commit is contained in:
2020-05-03 07:39:22 +02:00
parent fa7540b672
commit 72ddf49e60
2 changed files with 4 additions and 2 deletions

View File

@@ -1,4 +1,6 @@
<?php <?php
return array( return array(
// 'an english string' => 'The displayed english string', 'vat_france' => 'French VAT',
'vat_zero' => 'Without VAT',
'tax_label' => 'Percentage of the product price - With VAT managing for companies',
); );

View File

@@ -2,5 +2,5 @@
return array( return array(
'vat_france' => 'TVA française', 'vat_france' => 'TVA française',
'vat_zero' => 'Sans TVA', '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',
); );