Ajout du module CustomDelivery v 1.0.7 (avant le AbstractDeliveryModuleWithState)
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'Actions' => 'Actions',
|
||||
'Add this price slice' => 'Add this price slice',
|
||||
'Area : ' => 'Area : ',
|
||||
'Configuration.' => 'Configuration.',
|
||||
'Delete this price slice' => 'Delete this price slice',
|
||||
'Message' => 'Message',
|
||||
'No taxes' => 'No taxes',
|
||||
'Price (%symbol)' => 'Price (%symbol)',
|
||||
'Save' => 'Save',
|
||||
'Save this price slice' => 'Save this price slice',
|
||||
'Slices.' => 'Slices.',
|
||||
'Untaxed Price up to ... %symbol' => 'Untaxed Price up to ... %symbol',
|
||||
'Weight up to ... kg' => 'Weight up to ... kg',
|
||||
'You should first attribute shipping zones to the modules: ' => 'You should first attribute shipping zones to the module: ',
|
||||
'manage shipping zones' => 'manage shipping zones',
|
||||
);
|
||||
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'Actions' => 'Actions',
|
||||
'Add this price slice' => 'Ajouter cette tranche',
|
||||
'Area : ' => 'Zone :',
|
||||
'Configuration.' => 'Configuration.',
|
||||
'Delete this price slice' => 'Supprimer cette tranche',
|
||||
'Message' => 'Message',
|
||||
'No taxes' => 'Pas de taxe',
|
||||
'Price (%symbol)' => 'Prix (%symbol)',
|
||||
'Save' => 'Enregistrer',
|
||||
'Save this price slice' => 'Enregistrer cette tranche',
|
||||
'Slices.' => 'Tranches.',
|
||||
'Untaxed Price up to ... %symbol' => 'Prix HT jusqu\'à ... %symbol',
|
||||
'Weight up to ... kg' => 'Poids jusqu\'à ... kg',
|
||||
'You should first attribute shipping zones to the modules: ' => 'Vous devez d\'abord attribuer des zones de livraisons au module :',
|
||||
'manage shipping zones' => 'gèrer les zones de livraisons',
|
||||
);
|
||||
Reference in New Issue
Block a user