diff --git a/local/modules/DigressivePrice/I18n/backOffice/default/fr_FR.php b/local/modules/DigressivePrice/I18n/backOffice/default/fr_FR.php index d5092b00..6000e105 100644 --- a/local/modules/DigressivePrice/I18n/backOffice/default/fr_FR.php +++ b/local/modules/DigressivePrice/I18n/backOffice/default/fr_FR.php @@ -20,5 +20,8 @@ return array( 'The end of range must be greater than the beginning' => 'La quantité de fin de tranche doit être inférieure à celle de début', 'Your new range surrounds an existing one' => 'Votre tranche de quantités en englobe une autre', 'Your new range begins in another one' => 'Votre tranche de quantités débute dans une autre', - 'Your new range ends in another one' => 'Votre tranche de quantités se termine dans une autre' + 'Your new range ends in another one' => 'Votre tranche de quantités se termine dans une autre', + + 'Price with taxes' => 'Prix TTC', + 'Sale price with taxes' => 'Prix promo TTC', ); diff --git a/local/modules/DigressivePrice/templates/backOffice/default/product-tab-content-hook.html b/local/modules/DigressivePrice/templates/backOffice/default/product-tab-content-hook.html index e47f1030..ac6f7260 100644 --- a/local/modules/DigressivePrice/templates/backOffice/default/product-tab-content-hook.html +++ b/local/modules/DigressivePrice/templates/backOffice/default/product-tab-content-hook.html @@ -18,14 +18,20 @@ {form name="digressiveprice.delete"} {if $form_error}
| {intl l="From" d="digressiveprice.bo.default"} | {intl l="To" d="digressiveprice.bo.default"} | {intl l="Price w/o taxes" d="digressiveprice.bo.default"} | +{intl l="Price with taxes" d="digressiveprice.bo.default"} | {intl l="Sale price w/o taxes" d="digressiveprice.bo.default"} | +{intl l="Sale price with taxes" d="digressiveprice.bo.default"} | ||
|---|---|---|---|---|---|---|---|