Files
translate/catalog/language/ukrainian/shipping/royal_mail.php
2014-12-07 08:59:25 +02:00

17 lines
903 B
PHP
Executable File

<?php
// Text
$_['text_title'] = 'Royal Mail';
$_['text_weight'] = 'Weight:';
$_['text_insurance'] = 'Insured upto:';
$_['text_1st_class_standard'] = 'First Class Standard Post';
$_['text_1st_class_recorded'] = 'First Class Recorded Post';
$_['text_2nd_class_standard'] = 'Second Class Standard Post';
$_['text_2nd_class_recorded'] = 'Second Class Recorded Post';
$_['text_special_delivery_500'] = 'Special Delivery Next Day (&pound;500)';
$_['text_special_delivery_1000'] = 'Special Delivery Next Day (&pound;1000)';
$_['text_special_delivery_2500'] = 'Special Delivery Next Day (&pound;2500)';
$_['text_standard_parcels'] = 'Standard Parcels';
$_['text_airmail'] = 'Airmail';
$_['text_international_signed'] = 'International Signed';
$_['text_airsure'] = 'Airsure';
$_['text_surface'] = 'Surface';