12 lines
572 B
PHP
12 lines
572 B
PHP
<?php
|
|
|
|
return array(
|
|
'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',
|
|
'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',
|
|
);
|