Files
domokits/local/modules/FedEx/I18n/en_US.php

13 lines
723 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)',
'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 =',
);