//=====================================================================||
//       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 déjà plein, veuillez procéder au paiement.";
strAdded  = " Ajouté à votre panier.";
strRemove = "Cliquer sur 'Ok' pour retirer ce produit de votre panier.";
strILabel = "Code Produit";
strDLabel = "Nom du Produit/Description";
strQLabel = "Quantité";
strPLabel = "Prix";
strSLabel = "Expédition";
strRLabel = "Retirer du panier";
strRButton= "Retirer";
strSUB    = "Sous-Total";
strSHIP   = "EXPEDITION";
strTAX    = "Taxe";
strTOT    = "TOTAL";
strErrQty = "Quantité Invalide.";
strNewQty = 'Veuillez entrer une nouvelle quantité:';

Language = 'en';
bLanguageDefined = true;

