mirror of
https://github.com/shadoll/translate.git
synced 2025-12-20 13:32:10 +00:00
17 lines
903 B
PHP
Executable File
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 (£500)';
|
|
$_['text_special_delivery_1000'] = 'Special Delivery Next Day (£1000)';
|
|
$_['text_special_delivery_2500'] = 'Special Delivery Next Day (£2500)';
|
|
$_['text_standard_parcels'] = 'Standard Parcels';
|
|
$_['text_airmail'] = 'Airmail';
|
|
$_['text_international_signed'] = 'International Signed';
|
|
$_['text_airsure'] = 'Airsure';
|
|
$_['text_surface'] = 'Surface'; |