<?php
// Heading 
$_['heading_title']     = 'Shipping estimator';
// Text
$_['text_shipping']     = 'Calculez vos frais de port pour cet article :';
$_['text_success']      = 'Frais de port pour %s produit(s) :';
$_['text_shipping_success']  = 'Frais de port mis a jour';
$_['text_error']        = 'Warning: No Shipping options are available.';

// Entry
$_['entry_country']     = 'Pays :';
$_['entry_zone']        = 'Departement :';
$_['entry_postcode']    = 'Code Postal :';

//button
$_['button_simular']    = 'Calculer';

// Error
$_['error_quantity']    = 'Type the quantity!';
$_['error_product']     = 'Select a product';
$_['error_option']      = 'Selectionnez en premier les champs munis d un *. <br/>
                           ';
$_['error_postcode']    = 'Postcode must be between 2 and 10 characters!';
$_['error_country']     = 'Please select a country!';
$_['error_zone']        = 'Please select a region / state!';
$_['error_shipping']    = 'Warning: Shipping method required!';
$_['error_no_shipping'] = 'Warning: No Shipping options are available.';
?>