NoVatForCompanies : modification des libellés
This commit is contained in:
@@ -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',
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -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',
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user