<?php
/**
  @licence GPL 2005-2010  The osCSS developers - osCSS Open Source E-commerce
  @package osCSS-2 <www http://www.oscss.org>
  @version 2.0.9
  @date  23/07/10, 15:22
  @author oscim <mail aurelien@oscim.fr> <www http://www.oscim.fr>
  @encode UTF-8
*/

$lang['module shipping mzmt text title']='MultiGeoZone MultiTable';
$lang['module shipping mzmt text description']='Multiple geo zone shipping with multiple tables to each geo zone.';

/**
  Ajouter autant d'entree que de zone et de table
*/
// titre transporteur zone 1
$lang['module shipping mzmt geozone 1 text title']='MZMT zone 1 ';
  // detail table price
  $lang['module shipping mzmt geozone 1 table 1 text way']='MZMT geozone 1 table 1 ';
  $lang['module shipping mzmt geozone 1 table 2 text way']='MZMT geozone 1 table 2 ';
  $lang['module shipping mzmt geozone 1 table 3 text way']='MZMT geozone 1 table 3';

// titre transporteur zone 2
$lang['module shipping mzmt geozone 2 text title']='MZMT zone 2 ';
  // detail table price
  $lang['module shipping mzmt geozone 2 table 1 text way']='MZMT geozone 2 table 1 ';
  $lang['module shipping mzmt geozone 2 table 2 text way']='MZMT geozone 2 table 2 ';
  $lang['module shipping mzmt geozone 2 table 3 text way']='MZMT geozone 2 table 3';

// titre transporteur zone 2
$lang['module shipping mzmt geozone 3 text title']='MZMT zone 3 ';
  // detail table price
  $lang['module shipping mzmt geozone 2 table 1 text way']='MZMT geozone 2 table 1 ';
  $lang['module shipping mzmt geozone 2 table 2 text way']='MZMT geozone 2 table 2 ';
  $lang['module shipping mzmt geozone 2 table 3 text way']='MZMT geozone 2 table 3';




/** Specifique BO  */
$lang['tax class']='Appliquer une taxe';
$lang['use the following tax class on the shipping fee.']="Appliquer une taxe lors de l'uitilisation de ce module";

$lang['sort order']='Ordre de tri';
$lang['sort order of display.']='Ordre de tri, si plusieur module';
$lang['number geozones']='Nombre de zone de livraison';
$lang['use the following tax class on the shipping fee.']='Nombre de zone de livraison à mettre en place, attention cette action reinitialise le module';

?>