blob: 8be104aadba947200d94c3c7d21bf4c913c16295 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
<?php
// Text
$_['text_title'] = 'Fedex';
$_['text_weight'] = 'Peso:';
$_['text_eta'] = 'Hora Prevista:';
$_['text_europe_first_international_priority'] = 'Europa Primera Prioridad Internacional';
$_['text_fedex_1_day_freight'] = 'Fedex 1 Día de Carga';
$_['text_fedex_2_day'] = 'Fedex 2 Días';
$_['text_fedex_2_day_am'] = 'Fedex 2 Días AM';
$_['text_fedex_2_day_freight'] = 'Fedex 2 Días de Carga';
$_['text_fedex_3_day_freight'] = 'Fedex 3 Días de Carga';
$_['text_fedex_express_saver'] = 'Fedex Express Saver';
$_['text_fedex_first_freight'] = 'Fedex First Freight';
$_['text_fedex_freight_economy'] = 'Fedex Freight Economy';
$_['text_fedex_freight_priority'] = 'Fedex Freight 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';
|