Ajout du module CustomDelivery v 1.0.7 (avant le AbstractDeliveryModuleWithState)

This commit is contained in:
2023-12-08 16:24:23 +01:00
parent c30f59d2e4
commit 4e8ac75bad
32 changed files with 4418 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
<?php
return array(
'Area' => 'Area',
'Custom delivery shipping message' => 'Custom delivery shipping message',
'Id' => 'Id',
'Method' => 'Method',
'Price' => 'Price',
'Price and weight' => 'Price and weight',
'Tax rule' => 'Tax rule',
'The Tax Rule id \'%id\' doesn\'t exist' => 'The Tax Rule id \'%id\' doesn\'t exist',
'The area is not valid' => 'The area is not valid',
'The method used to select the right slice.' => 'The method used to select the right slice.',
'The price max value is not valid' => 'The price max value is not valid',
'The price value is not valid' => 'The price value is not valid',
'The slice has not been deleted' => 'The slice has not been deleted',
'The tax rule used to calculate postage taxes.' => 'The tax rule used to calculate postage taxes.',
'The tracking URL. %ID% will be replaced by the tracking number entered in the order' => 'The tracking URL. %ID% will be replaced by the tracking number entered in the order',
'The weight max value is not valid' => 'The weight max value is not valid',
'Tracking URL' => 'Tracking URL',
'Weight' => 'Weight',
'Your order {$order_ref} has been shipped' => 'Your order {$order_ref} has been shipped',
'Your slice has been saved' => 'Your slice has been saved',
);