//=====================================================================||
//       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 panier est plein !";
strAdded  = " a \351t\351 ajout\351 \340 votre Caddie.";
strRemove = "Cliquez sur 'Ok' pour retirer ce produit de votre panier";
strILabel = "Code";
strDLabel = "D\351signation";
strQLabel = "Quantit\351";
strPLabel = "PU ";
strSLabel = "Total TTC";
strRLabel = "Retirer article";
strRButton= "<< Retirer";
strSUB    = "<br>Sous Total TTC";
strWTOT   = "Frais de port";
strSHIP   = "Frais de port";
strTAX    = "TVA 5.5%";
strCOUP = "COUPON";
strTOT    = "<br>TOTAL TTC";
strErrQty = "Quantit\351 Invalide.";
strNewQty = 'Veuillez \351crire la nouvelle quantit\351:';
strSpace = "&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;";
Language = 'fr';
bLanguageDefined = true;


