mirror of
https://github.com/shadoll/translate.git
synced 2025-12-20 14:32:11 +00:00
20 lines
1.0 KiB
PHP
20 lines
1.0 KiB
PHP
<?php
|
||
|
||
//Update for OpenCart 2.3.x by OpenCart Ukrainian Community http://opencart.ua
|
||
//Made by Sirchyk for www.marketplus.if.ua on 16 of october 2014.
|
||
//info@marketplus.if.ua
|
||
|
||
// Text
|
||
$_['text_title'] = 'Royal Mail';
|
||
$_['text_weight'] = 'Вага:';
|
||
$_['text_insurance'] = 'Застраховано до:';
|
||
$_['text_special_delivery'] = 'Special Delivery Next Day';
|
||
$_['text_1st_class_signed'] = 'First Class Signed Post';
|
||
$_['text_2nd_class_signed'] = 'Second Class Signed Post';
|
||
$_['text_1st_class_standard'] = 'First Class Standard Post';
|
||
$_['text_2nd_class_standard'] = 'Second Class Standard Post';
|
||
$_['text_international_standard'] = 'International Standard';
|
||
$_['text_international_tracked_signed'] = 'International Tracked & Signed';
|
||
$_['text_international_tracked'] = 'International Tracked';
|
||
$_['text_international_signed'] = 'International Signed';
|
||
$_['text_international_economy'] = 'International Economy'; |