//=====================================================================||
//       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  = " ajout\351(es) \340 votre panier";
strRemove = "Cliquez sur 'Ok' pour retirer le produit de votre panier";
strILabel = "R\351f";
strDLabel = "Produit";
strQLabel = "Quantit\351";
strPLabel = "Prix U";
strSLabel = "Port/U ";
strRLabel = "";
strRButton= "Supprimer";
strSUB    = "Sous Total";
strSHIP   = "Frais de port";
strTAX    = "TVA";
strTOT    = "TOTAL";
strErrQty = "Quantit\351 Inadmissible";
strNewQty = 'Veuillez \351crire la nouvelle quantit\351:';

Language = 'fr';
bLanguageDefined = true;


