Quelques modifs sur les textes et messages

This commit is contained in:
2020-11-18 12:14:16 +01:00
parent 6ac38e9867
commit 979767253d
3 changed files with 19 additions and 17 deletions

View File

@@ -1,34 +1,23 @@
<?php
return array(
'*If you choose this option, the exported orders would not be available on this page anymore' => '*If you choose this option, the exported orders would not be available on this page anymore',
'Actions' => 'Actions',
'An error occured' => 'An error occured',
'Area : ' => 'Area : ',
'Cancel' => 'Cancel',
'FedEx Module allows to send your products all around the world with FedEx.' => 'FedEx Module allows to send your products all around the world with FedEx.',
'Create' => 'Create',
'Create a new price slice' => 'Create a new price slice',
'Create a price slice' => 'Create a price slice',
'Date' => 'Date',
'Delete' => 'Delete',
'Delete a price slice' => 'Delete a price slice',
'Delete this price slice' => 'Delete this price slice',
'Do not change' => 'Do not change',
'Do you really want to delete this slice ?' => 'Do you really want to delete this slice ?',
'Edit' => 'Edit',
'Edit a price slice' => 'Edit a price slice',
'Edit this price slice' => 'Edit this price slice',
'FedEx parcel tracking URL' => 'FedEx URL for parcel tracking',
'FedEx Module allows to send your products all around the world with FedEx.' => 'FedEx Module allows to send your products all around the world with FedEx.',
'Please change the access rights' => 'Please change the access rights',
'Price (€)' => 'Price (€)',
'Price slices' => 'Price slices',
'Processing' => 'Processing',
'REF' => 'REF',
'Sent' => 'Sent',
'This is the parcel tracking URL for FedEx.' => 'Please indicate FedEx parcel tracking`s WebService URL : last character must be symbol = ',
'Total taxed amount' => 'Total taxed amount',
'Save' => 'Save',
'Weight up to ... (kg)' => 'Weight up to ... (kg)',
'Number of packages' => 'Number of packages',
'Packages weight' => 'Packages weight'
);

View File

@@ -7,5 +7,6 @@ return array(
'Can\'t write file' => 'Can\'t write file',
'FedEx delivery unavailable for the delivery country' => 'FedEx delivery unavailable for the delivery country',
'FedEx delivery unavailable for this cart weight (%weight kg)' => 'FedEx delivery unavailable for this cart weight (%weight kg)',
'select a valid status' => 'Select a valid order status',
'FedEx parcel tracking URL' => 'URL for FedEx tracking WebService',
'This is the parcel tracking URL for FedEx.' => 'Please indicate FedEx\' tracking WebService URL : last character must be the symbol =',
);