//=====================================================================||
//       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  = "Votre Caddie est plein";
strAdded  = " added to your shopping basket";
strRemove = "Cliquez sur 'Ok' pour retirer le produit de votre Caddie";
strILabel = "Code";
strDLabel = "D&eacute;signation";
strQLabel = "No.";
strPLabel = "Prix";
strSLabel = "Shipping";
strRLabel = "";
strRButton= "Supprimer";
strSUB    = "Sous Total";
strSHIP   = "Frais de port";
strTAX    = "Imposition";
strTOT    = "Total (compris la livraison)";
strErrQty = "Quantit&eacute; Inadmissible";
strNewQty = 'Veuillez &eacute;crire la nouvelle quantit&eacute;';

Language = 'fr';
bLanguageDefined = true;

