shop.balmet.com

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

fedex.php (5179B)


      1 <?php
      2 // Heading
      3 $_['heading_title']                            = 'Fedex';
      4 
      5 // Text
      6 $_['text_extension']   = 'Доставка';
      7 $_['text_shipping']    = 'Доставка';
      8 $_['text_success']                             = 'Success: You have modified Fedex shipping!';
      9 $_['text_edit']                                = 'Edit Fedex Shipping';
     10 $_['text_europe_first_international_priority'] = 'Europe First International Priority';
     11 $_['text_fedex_1_day_freight']                 = 'Fedex 1 Day Freight';
     12 $_['text_fedex_2_day']                         = 'Fedex 2 Day';
     13 $_['text_fedex_2_day_am']                      = 'Fedex 2 Day AM';
     14 $_['text_fedex_2_day_freight']                 = 'Fedex 2 Day Freight';
     15 $_['text_fedex_3_day_freight']                 = 'Fedex 3 Day Freight';
     16 $_['text_fedex_express_saver']                 = 'Fedex Express Saver';
     17 $_['text_fedex_first_freight']                 = 'Fedex First Freight';
     18 $_['text_fedex_freight_economy']               = 'Fedex Freight Economy';
     19 $_['text_fedex_freight_priority']              = 'Fedex Freight Priority';
     20 $_['text_fedex_ground']                        = 'Fedex Ground';
     21 $_['text_first_overnight']                     = 'First Overnight';
     22 $_['text_ground_home_delivery']                = 'Ground Home Delivery';
     23 $_['text_international_economy']               = 'International Economy';
     24 $_['text_international_economy_freight']       = 'International Economy Freight';
     25 $_['text_international_first']                 = 'International First';
     26 $_['text_international_priority']              = 'International Priority';
     27 $_['text_international_priority_freight']      = 'International Priority Freight';
     28 $_['text_priority_overnight']                  = 'Priority Overnight';
     29 $_['text_smart_post']                          = 'Smart Post';
     30 $_['text_standard_overnight']                  = 'Standard Overnight';
     31 $_['text_regular_pickup']                      = 'Regular Pickup';
     32 $_['text_request_courier']                     = 'Request Courier';
     33 $_['text_drop_box']                            = 'Drop Box';
     34 $_['text_business_service_center']             = 'Business Service Center';
     35 $_['text_station']                             = 'Station';
     36 $_['text_fedex_envelope']                      = 'FedEx Envelope';
     37 $_['text_fedex_pak']                           = 'FedEx Pak';
     38 $_['text_fedex_box']                           = 'FedEx Box';
     39 $_['text_fedex_tube']                          = 'FedEx Tube';
     40 $_['text_fedex_10kg_box']                      = 'FedEx 10kg Box';
     41 $_['text_fedex_25kg_box']                      = 'FedEx 25kg Box';
     42 $_['text_your_packaging']                      = 'Your Packaging';
     43 $_['text_list_rate']                           = 'List Rate';
     44 $_['text_account_rate']                        = 'Account Rate';
     45 
     46 // Entry
     47 $_['entry_key']                                = 'Key';
     48 $_['entry_password']                           = 'Password';
     49 $_['entry_account']                            = 'Account Number';
     50 $_['entry_meter']                              = 'Meter Number';
     51 $_['entry_postcode']                           = 'Post Code';
     52 $_['entry_test']                               = 'Test Mode';
     53 $_['entry_service']                            = 'Services';
     54 $_['entry_dimension']                          = 'Box Dimensions (L x W x H)';
     55 $_['entry_length_class']                       = 'Length Class';
     56 $_['entry_length']                             = 'Length';
     57 $_['entry_width']                              = 'Width';
     58 $_['entry_height']                             = 'Height';
     59 $_['entry_dropoff_type']                       = 'Drop Off Type';
     60 $_['entry_packaging_type']                     = 'Packaging Type';
     61 $_['entry_rate_type']                          = 'Rate Type';
     62 $_['entry_display_time']                       = 'Display Delivery Time';
     63 $_['entry_display_weight']                     = 'Display Delivery Weight';
     64 $_['entry_weight_class']                       = 'Weight Class';
     65 $_['entry_tax_class']                          = 'Tax Class';
     66 $_['entry_geo_zone']                           = 'Geo Zone';
     67 $_['entry_status']                             = 'Status';
     68 $_['entry_sort_order']                         = 'Sort Order';
     69 
     70 // Help
     71 $_['help_length_class']                        = 'Set to inches or centimeters.';
     72 $_['help_display_time']                        = 'Do you want to display the shipping time? (e.g. Ships within 3 to 5 days)';
     73 $_['help_display_weight']                      = 'Do you want to display the shipping weight? (e.g. Delivery Weight : 2.7674 kg)';
     74 $_['help_weight_class']                        = 'Set to kilograms or pounds.';
     75 
     76 // Error
     77 $_['error_permission']                         = 'Warning: You do not have permission to modify Fedex shipping!';
     78 $_['error_key']                                = 'Key required!';
     79 $_['error_password']                           = 'Password required!';
     80 $_['error_account']                            = 'Account required!';
     81 $_['error_meter']                              = 'Meter required!';
     82 $_['error_postcode']                           = 'Post Code required!';
     83 $_['error_dimension']                          = 'Width &amp; Height required!';