//=====================================================================||
//       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  = "I'm Sorry, your cart is full, please proceed to checkout.";
strSorry  = "D\351sol\351, votre Panier est plein !!!";
//strAdded  = " Added to your shopping cart.";
strAdded  = " A \351t\351 ajout\351 \340 votre commande:";
//strRemove = "Click 'Ok' to remove this product from your shopping cart.";
strRemove = "Cliquez sur 'OK' pour retirer le produit de votre panier";
//strILabel = "Product Id";
strILabel = "Code";
//strDLabel = "Product Name/Description";
strDLabel = "Article";
//strQLabel = "Qty";
strQLabel = "Quantit\351";
//strPLabel = "Price";
strPLabel = "Prix unitaire";
//strSLabel = "Ext.";
strSLabel = "Autres Frais";
//strRLabel = "Remove From Cart";
strRLabel = "Retirer du Panier";
//strRButton= "Remove";
strRButton= "Supprimer l'article !";
//strSUB    = "SUBTOTAL";
strSUB    = "Sous-total";
//strWTOT   = "TOTAL WEIGHT";
strWTOT   = "Poids Total";
//strSHIP   = "SHIPPING CHARGE";
strSHIP   = "Frais de port";
//strTAX    = "STATE/LOCAL SALES TAX";
strTAX    = "Imposition";
//strCOUP = "COUPON";
strCOUP = "COUPON";
//strTOT    = "TOTAL";
strTOT    = "TOTAL";
//strErrQty = "Invalid Quantity.";
strErrQty = "Quantit\351 invalide";
//strNewQty = 'Please enter new quantity:';
strNewQty = 'Veuillez \351crire la nouvelle quantit\351:';
strSpace = " ";
Language = 'en';
bLanguageDefined = true;

