//=====================================================================||
//       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ésolé, votre panier est plein, veuillez procéder au paiement svp.";
  strAdded  = " ajouté à votre panier.";
  strRemove = "Cliquez 'Ok' pour enlever ce produit de votre panier.";
  strILabel = "Code produit";
  strDLabel = "Nom produit";
  strQLabel = "Quantité";
  strPLabel = "Prix";
  strSLabel = "Livraison";
  strRLabel = "Panier";
  strRButton= "Supprimer";
  strSUB    = "SOUS-TOTAL";
  strSHIP   = "LIVRAISON";
  strTAX    = "TVA";
  strTOT    = "TOTAL";
  strErrQty = "Quantité non valide.";
  strNewQty = 'Veuillez entre une nouvelle qté:';
 

Language = 'en';
bLanguageDefined = true;


