Fixed module translations
This commit is contained in:
@@ -1,22 +1,12 @@
|
||||
<?php
|
||||
return array(
|
||||
'Can\'t read Config directory'=>'Can\'t read Config directory',
|
||||
'Can\'t write Config directory'=>'Can\'t write Config directory',
|
||||
'Can\'t read file'=>'Can\'t read file',
|
||||
'Can\'t write file'=>'Can\'t write file',
|
||||
'Please change the access rights'=>'Please change the access rights',
|
||||
'Colissimo Module allows to send your products all around the world with La Poste.'=>'Colissimo Module allows to send your products all around the world with La Poste.',
|
||||
'Create a price slice'=>'Create a price slice',
|
||||
'Weight up to ... (kg)'=>'Weight up to ... (kg)',
|
||||
'Price ('=>'Price (',
|
||||
'Create'=>'Create',
|
||||
'Cancel'=>'Cancel',
|
||||
'Area '=>'Area ',
|
||||
'Actions'=>'Actions',
|
||||
'Edit a price slice'=>'Edit a price slice',
|
||||
'Edit'=>'Edit',
|
||||
'Delete a price slice'=>'Delete a price slice',
|
||||
'Do you really want to delete this slice '=>'Do you really want to delete this slice ',
|
||||
'Delete'=>'Delete',
|
||||
'Activate free shipping: '=>'Activate free shipping: ',
|
||||
);
|
||||
|
||||
return array(
|
||||
'Activate free shipping: ' => 'Activate free shipping: ',
|
||||
'Can\'t read Config directory' => 'Can\'t read Config directory',
|
||||
'Can\'t read file' => 'Can\'t read file',
|
||||
'Can\'t write Config directory' => 'Can\'t write Config directory',
|
||||
'Can\'t write file' => 'Can\'t write file',
|
||||
'Modify status export after export' => 'Change orders status after export',
|
||||
'colissimo expeditor export' => 'Colissimo Expeditor export',
|
||||
'select a valid status' => 'Select a valid order status',
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user