Fixed module translations

This commit is contained in:
Franck Allimant
2014-04-22 12:01:59 +02:00
parent c8e1a105c5
commit 7054b3d316
9 changed files with 348 additions and 347 deletions

View File

@@ -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',
);