fedex.php 4.65 KB
<?php
// Heading
$_['heading_title']								= 'Fedex';

// Text
$_['text_shipping']								= 'Livraison';
$_['text_success']								= 'F&eacute;licitations, vous avez modifié le module <b>Fedex</b> avec succ&egrave;s !';
$_['text_edit']                                = 'Modifier Fedex';
$_['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']                     = 'Courrier de demande';
$_['text_drop_box']                            = 'Drop Box';
$_['text_business_service_center']             = 'Centre d&#8217;affaires pour PME';
$_['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']                      = 'Votre emballage';
$_['text_list_rate']                           = 'Liste des taux';
$_['text_account_rate']                        = 'Taux du compte';

// Entry
$_['entry_key']									= 'Cl&eacute; :';
$_['entry_password']							= 'Mot de passe :';
$_['entry_account']								= 'N&deg; de compte :';
$_['entry_meter']								= 'N&deg; de compteur :';
$_['entry_postcode']							= 'Code postal :';
$_['entry_test']								= 'Mode test :';
$_['entry_service']								= 'Services :';
$_['entry_dropoff_type']                       = 'Type de d&eacute;pot :';
$_['entry_packaging_type']                     = 'Type d&#8217;emballage :';
$_['entry_rate_type']                          = 'Type de taux :';
$_['entry_display_time']                       = 'Afficher le d&eacute;lai de livraison :';
$_['entry_display_weight']                     = 'Afficher le poids du colis :';
$_['entry_weight_class']                       = 'Cat&eacute;gorie de poids :';
$_['entry_tax_class']                          = 'Cat&eacute;gorie de taxe :';
$_['entry_geo_zone']                           = 'Zone g&eacute;ographique :';
$_['entry_status']                             = '&Eacute;tat :';
$_['entry_sort_order']                         = 'Classement :';

// Help
$_['help_display_time']                        = 'Voulez-vous afficher l&#8217;heure de livraison ? (par exemple livraison dans les 3 &agrave; 5 jours)';
$_['help_display_weight']                      = 'Voulez-vous afficher le poids &agrave; l&#8217;exp&eacute;dition ? (p. ex. livraison poids : 2,7674 Kg)';
$_['help_weight_class']                        = 'Valeur en kilogrammes ou en livres.';

// Error
$_['error_permission']                         = 'AVERTISSEMENT : Vous n&#8217;&ecirc;tes pas autoris&egrave; &agrave; modifier la livraison Fedex !';
$_['error_key']                                = 'Cl&eacute; requise !';
$_['error_password']                           = 'Mot de passe requis !';
$_['error_account']                            = 'Compte requis !';
$_['error_meter']                              = 'Compteur requis !';
$_['error_postcode']                           = 'Code postal requis !';
?>