<?php
/*
  French Colissimo Shipping module version 20120301.
  This module has been adapted to fit in OpenCart 1.5.x.

  @package shippingMethod
  @copyright Copyright © 2011,2012 Philippe BLAIN <pblain@NOSPAMfree.fr>.

  ------------------------------------------------------------------------------
*/
// Heading
$_['heading_title'] = 'Colissimo';

// Text
$_['text_shipping'] = 'Shipping';
$_['text_module']   = 'Colissimo';
$_['text_success']  = 'Success, you have modified <b>Colissimo</b> shipping !';

// Messages
$_['mesg_colissimo_text_title']                       = 'Colissimo';
$_['mesg_colissimo_text_description']                 = 'Package delivery service by Colissimo from La Poste. [Module <b>20120301</b> by Philippe Blain]';

// Entries
/* Activation du module */
$_['entry_colissimo_status']                          = 'Module Colissimo activated ?<br /><span class="help">Do you want to activate Colissimo shipping ?</span>';

/* Expédier seulement vers une zone de taxes ? */
$_['entry_colissimo_tax_zone_id']                     = 'Ship only to this taxes zone<br /><span class="help">If a taxes zone is selected, this delivery method will work only for the selected area.</span>';

/* Appliquer une taxe sur frais d'expédition ? */
$_['entry_colissimo_tax_class_id']                    = 'Taxes class on shipping charges<br /><span class="help">Apply the following taxes class on the shipping cost.</span>';

/* Comptabiliser une tare ? */
$_['entry_colissimo_tare']                            = 'Tare per package depending of weight<br /><span class="help">Slices \'weight:tare\' separated by a comma.<br />An empty package weight is added to the unit weight of the content.</span>';

/* Ajouter des frais fixes ? */
$_['entry_colissimo_handling']                        = 'Fixed costs added per package depending of weight<br /><span class="help">Slices \'weight:cost\' separated by a comma. A fixed amount is added to the cost of transport according to the total unit weight.</span>';

/* Sélection des affichages */
$_['entry_colissimo_normal_enabled']                  = 'Show Colissimo Normal ?<br /><span class="help">Do you want to propose shipping with Colissimo normal ?</span>';
$_['entry_colissimo_econom_enabled']                  = 'Show Colissimo Economic ?<br /><span class="help">Do you want to propose shipping with Colissimo economic ?</span>';
$_['entry_colissimo_recomm_enabled']                  = 'Show Colissimo Recommended ?<br /><span class="help">Do you want to propose shipping with Colissimo recommended  ?</span>';
$_['entry_colissimo_recomm_crbt_enabled']             = 'Show Colissimo Recommended + CRBT ?<br /><span class="help">Do you want to propose shipping with Colissimo recommended and cash on delivery (postal office only) ?</span>';
$_['entry_colissimo_international_enabled']           = 'Show Colissimo International ?<br /><span class="help">Do you want to propose shipping with Colissimo International ?</span>';
$_['entry_colissimo_international_crbt_enabled']      = 'Show Colissimo International + CRBT ?<br /><span class="help">Do you want to propose shipping with Colissimo International and cash on delivery (only to certain destinations) ?</span>';
$_['entry_colissimo_internet_enabled']                = 'Show Colissimo Internet Normal ?<br /><span class="help">Do you want to propose shipping with Colissimo normal at departure from France metropolitan by online postage ?</span>';
$_['entry_colissimo_internet_recomm_enabled']         = 'Show Colissimo Internet Recommended ?<br /><span class="help">Do you want to propose shipping with Colissimo recommended at departure from France metropolitan by online postage ?</span>';
$_['entry_colissimo_internet_international_enabled']  = 'Show Colissimo Internet International ?<br /><span class="help">Do you want to propose shipping with Colissimo International at departure from France metropolitan by online postage ?</span>';

/* Sélection des options */
$_['entry_colissimo_taux_recommandation']             = 'Recommendation rate ?<br /><span class="help">What rate do you want to apply for each recommendation ?</span>';
$_['entry_colissimo_avis_reception']                  = 'Notification for the recommendations ?<br /><span class="help">Do you want a receipt for each recommendation ?</span>';
$_['entry_colissimo_outside_ue_enabled']              = 'Shipments outside the EU allowed ?<br /><span class="help">Do you want to authorize shipping to countries outside the European Union ?</span>';
$_['entry_colissimo_international_ad_valorem']        = 'Insurance Ad Valorem for International ?<br /><span class="help">Do you want to add an insurance Ad Valorem on each package towards International ?</span>';

/* Afficher les délais postaux ?*/
$_['entry_colissimo_delays_enabled']                  = 'Show postal delays ?<br /><span class="help">Do you want to show the delivery postal delays ?</span>';

/* Détails de l'envoi */
$_['entry_colissimo_box_weight_display']              = 'Details displayed for shipment ?<br /><span class="help">0 - None<br />1 - Number of boxes<br />2 - Total weight<br />3 - Number of boxes x Unit weight</span>';

/* Ordre d'affichage */
$_['entry_colissimo_sort_order']                      = 'Sort order<br /><span class="help">Ranking for the display (smallest first).</span>';

// Error
$_['error_permission']         = 'Warning, you don\'t have permission to modify shipping with <b>Colissimo</b> !';
$_['error_colissimo_handling'] = 'Warning, fixed costs are not well defined !';
?>