//=====================================================================||
//       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 panier est plein, merci de commander maitenant.";
strAdded  = " Ajouté à votre panier.";
strRemove = "Cliquez sur 'Ok' pour supprimer cet article de votre panier.";
strILabel = "Réf";
strDLabel = "Libellé";
strQLabel = "Quantité";
strPLabel = "Prix";
strSLabel = "Frais de livraison";
strRLabel = "Supprimer l'article";
strRButton= "Supprimer";
strSUB    = "SOUS TOTAL";
strSHIP   = "LIVRAISON";
strTAX    = "TVA";
strTOT    = "TOTAL";
strErrQty = "Quantité invalide.";
strNewQty = 'Merci d\'entrer une autre quantité:';

Language = 'en';
bLanguageDefined = true;

