add latest translate by by Sirchyk

This commit is contained in:
Eugene Kuligin
2014-12-07 08:59:25 +02:00
parent a891d6291d
commit b3e811ae97
379 changed files with 11199 additions and 3362 deletions

View File

@@ -0,0 +1,75 @@
<?php
// Heading
$_['heading_title'] = 'Fedex';
// Text
$_['text_shipping'] = 'Shipping';
$_['text_success'] = 'Success: You have modified Fedex shipping!';
$_['text_edit'] = 'Edit Fedex Shipping';
$_['text_europe_first_international_priority'] = 'Europe First International Priority';
$_['text_fedex_1_day_freight'] = 'Fedex 1 Day Freight';
$_['text_fedex_2_day'] = 'Fedex 2 Day';
$_['text_fedex_2_day_am'] = 'Fedex 2 Day AM';
$_['text_fedex_2_day_freight'] = 'Fedex 2 Day Freight';
$_['text_fedex_3_day_freight'] = 'Fedex 3 Day Freight';
$_['text_fedex_express_saver'] = 'Fedex Express Saver';
$_['text_fedex_first_freight'] = 'Fedex First Fright';
$_['text_fedex_freight_economy'] = 'Fedex Fright Economy';
$_['text_fedex_freight_priority'] = 'Fedex Fright Priority';
$_['text_fedex_ground'] = 'Fedex Ground';
$_['text_first_overnight'] = 'First Overnight';
$_['text_ground_home_delivery'] = 'Ground Home Delivery';
$_['text_international_economy'] = 'International Economy';
$_['text_international_economy_freight'] = 'International Economy Freight';
$_['text_international_first'] = 'International First';
$_['text_international_priority'] = 'International Priority';
$_['text_international_priority_freight'] = 'International Priority Freight';
$_['text_priority_overnight'] = 'Priority Overnight';
$_['text_smart_post'] = 'Smart Post';
$_['text_standard_overnight'] = 'Standard Overnight';
$_['text_regular_pickup'] = 'Regular Pickup';
$_['text_request_courier'] = 'Request Courier';
$_['text_drop_box'] = 'Drop Box';
$_['text_business_service_center'] = 'Business Service Center';
$_['text_station'] = 'Station';
$_['text_fedex_envelope'] = 'FedEx Envelope';
$_['text_fedex_pak'] = 'FedEx Pak';
$_['text_fedex_box'] = 'FedEx Box';
$_['text_fedex_tube'] = 'FedEx Tube';
$_['text_fedex_10kg_box'] = 'FedEx 10kg Box';
$_['text_fedex_25kg_box'] = 'FedEx 25kg Box';
$_['text_your_packaging'] = 'Your Packaging';
$_['text_list_rate'] = 'List Rate';
$_['text_account_rate'] = 'Account Rate';
// Entry
$_['entry_key'] = 'Key';
$_['entry_password'] = 'Password';
$_['entry_account'] = 'Account Number';
$_['entry_meter'] = 'Meter Number';
$_['entry_postcode'] = 'Post Code';
$_['entry_test'] = 'Test Mode';
$_['entry_service'] = 'Services';
$_['entry_dropoff_type'] = 'Drop Off Type';
$_['entry_packaging_type'] = 'Packaging Type';
$_['entry_rate_type'] = 'Rate Type';
$_['entry_display_time'] = 'Display Delivery Time';
$_['entry_display_weight'] = 'Display Delivery Weight';
$_['entry_weight_class'] = 'Weight Class';
$_['entry_tax_class'] = 'Tax Class';
$_['entry_geo_zone'] = 'Geo Zone';
$_['entry_status'] = 'Status';
$_['entry_sort_order'] = 'Sort Order';
// Help
$_['help_display_time'] = 'Do you want to display the shipping time? (e.g. Ships within 3 to 5 days)';
$_['help_display_weight'] = 'Do you want to display the shipping weight? (e.g. Delivery Weight : 2.7674 Kg\'s)';
$_['help_weight_class'] = 'Set to kilograms or pounds.';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify Fedex shipping!';
$_['error_key'] = 'Key Required!';
$_['error_password'] = 'Password Required!';
$_['error_account'] = 'Account Required!';
$_['error_meter'] = 'Meter Required!';
$_['error_postcode'] = 'Post Code Required!';