//=====================================================================||
//       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 commande est surchargée !!!";
strAdded  = "Nous ajoutons la référence suivante à votre commande";
strRemove = "Cliquez sur 'Ok' pour retirer le produit de votre commande";
strILabel = "Code";

strDLabel = "Description";
strQLabel = "Quantit\351";
strPLabel = "Prix unitaire";
strSLabel = "Autres Frais";
strRLabel = "Retirer de la commande";
strRButton= "Supprimer l'article !";
strSUB    = "Sous Total";
strSHIP   = "Frais de port";
strTAX    = "Autres frais";//(ou taxes initialement, mais de calculs de TVA dans notre cas)
strTOT    = "TOTAL";
strErrQty = "Quantit\351 non valide";
strNewQty = 'Veuillez \351crire la nouvelle quantit\351:';
strSLabel = "Poids"; //Added for UPS mod or others ||
strWTOT = "Poids total"; //Added for UPS mod or others ||
LocationPrompt = 'Afin de calculer les frais postaux, veuillez sélectionner votre zone postale..'; 
MaxWeightPrompt = '15000'; 
NoQtyPrompt = 'Sélectionnez votre zone postale avant de valider.'; //If attempted to go to checkout before selecting shipping zone ||


Language = 'fr';
bLanguageDefined = true;



