diff --git a/Config/module.xml b/Config/module.xml index b422664..ce5877c 100644 --- a/Config/module.xml +++ b/Config/module.xml @@ -13,7 +13,7 @@ en_US fr_FR - 2.0.4 + 2.0.5 Thelia diff --git a/I18n/backOffice/default/en_US.php b/I18n/backOffice/default/en_US.php index f27a400..d80209f 100644 --- a/I18n/backOffice/default/en_US.php +++ b/I18n/backOffice/default/en_US.php @@ -14,14 +14,14 @@ 'If you don\'t specify a cart weight in a slice, it will have priority over the slices with weight.' => 'If you don\'t specify a cart weight in a slice, it will have priority over the slices with weight.', 'If you specify both, the cart will require to have a lower weight AND a lower price in order to match the slice.' => 'If you specify both, the cart will require to have a lower weight AND a lower price in order to match the slice.', 'Message' => 'Message', - 'Or activate free shipping from (€) :' => 'Or activate free shipping from (€) :', + 'Or activate free shipping from (€) :' => 'Or activate free shipping from :', 'Price slices (Dom)' => 'Price slices (Dom)', 'Price slices for domicile delivery' => 'Price slices for domicile delivery', 'Save' => 'Save', 'Save this price slice' => 'Save this price slice', - 'Shipping Price ($)' => 'Shipping Price ($)', + 'Shipping Price ($)' => 'Shipping Price without taxes', 'The slices are ordered by maximum cart weight then by maximum cart price.' => 'The slices are ordered by maximum cart weight then by maximum cart price.', - 'Untaxed Price up to ... ($)' => 'Untaxed Price up to ... ($)', + 'Untaxed Price up to ... ($)' => 'Untaxed cart total up to ...', 'Weight up to ... kg' => 'Weight up to ... kg', 'You can create price slices by specifying a maximum cart weight and/or a maximum cart price.' => 'You can create price slices by specifying a maximum cart weight and/or a maximum cart price.', 'You should first attribute shipping zones to the modules: ' => 'You should first attribute shipping zones to the modules: ', diff --git a/I18n/backOffice/default/fr_FR.php b/I18n/backOffice/default/fr_FR.php index 8f55ce7..2b2c6bf 100644 --- a/I18n/backOffice/default/fr_FR.php +++ b/I18n/backOffice/default/fr_FR.php @@ -21,10 +21,10 @@ 'Price slices for domicile delivery' => 'Tranches de prix pour la livraison à domicile', 'Save' => 'Enregistrer', 'Save this price slice' => 'Sauvegarder cette tranche de prix', - 'Shipping Price ($)' => 'Frais de livraison', + 'Shipping Price ($)' => 'Frais de livraison (HT)', 'Tax Rule' => 'Règles de taxes', 'The slices are ordered by maximum cart weight then by maximum cart price.' => 'Les tranches sont triés pour poids de panier max puis par prix de panier max.', - 'Untaxed Price up to ... ($)' => 'Prix (HT) jusqu\'à :', + 'Untaxed Price up to ... ($)' => 'Total du panier (HT) jusqu\'à :', 'Weight up to ... kg' => 'Poids (kg) jusqu\'à :', 'You can create price slices by specifying a maximum cart weight and/or a maximum cart price.' => 'Vous pouvez créer des tranches de prix pour les frais de port en spécifiant un poids de panier maximum et/ou un prix de panier maximum.', 'You should first attribute shipping zones to the modules: ' => 'Vous devez tout d\'abord ajouter des zones de livraisons au module',