//=====================================================================||
//       NOP Design JavaScript Shopping Cart Language Pack             ||
//                                                                     ||
//                      Language Strings                               ||
//                     ------------------                              ||
// Strings displayed to end users, in language specific encoding.      ||
// only modify these strings if you wish to change language specific   ||
// wording for your site.  If you add a new language, please send it   ||
// back to NOP Design (http://www.nopdesign.com/forum) so we can add   ||
// it to the distribution.                                             ||
//---------------------------------------------------------------------||
strSorry  = "D\351sol\351, votre Caddie est plein !!!";
strAdded  = " a \351t\351 ajout\351 \340 votre Caddie";
strRemove = "Cliquez sur 'Ok' pour retirer le produit de votre Caddie";
strILabel = "Code";
strDLabel = "D\351signation";
strQLabel = "Quantit\351e";
strPLabel = "Prix";
strSLabel = "Autres Frais";
strRLabel = "Supprimer";
strRButton= "Supprimer";
strSUB    = "TOTAL";
strSHIP   = "Frais de port (France m\351tropolitaine) ";
strTAX    = "Imposition";
strTOT    = "TOTAL";
strQUANT  = "Quantit\351e Totale";
strErrQty = "Quantit\351e Inadmissible";
strNewQty = 'Veuillez \351crire la nouvelle quantit\351:';
Empty     = 'Votre chariot est vide';
MaximumOrder = 'La quantit\351e maximum que nous pouvons embarquer est 96 bouteilles - modifier svp votre ordre.';

Language = 'fr';
bLanguageDefined = true;


