//=====================================================================||
//       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  = "Je suis désolé, votre chariot est plein, procédez s'il vous plaît à la caisse.";
strAdded  = " ajouté à votre chariot faisant des achats.";
strRemove = "Claquez 'Ok' pour enlever ce produit de votre chariot faisant des achats.";
strILabel = "Code";
strDLabel = "Produit";
strQLabel = "Quantité";
strPLabel = "Prix";
strSLabel = "Expédition";
strRLabel = "";
strRButton= "Déménager";
strSUB    = "SOUS-TOTAL";
strSHIP   = "EXPÉDITION";
strTAX    = "TAX";
strTOT    = "TOTAL";
strErrQty = "Invalid Quantité.";
strNewQty = 'Please enter new quantity:';

Language = 'fr';
bLanguageDefined = true;

