//=====================================================================||
//       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 panier est plein.  Vous avez atteint le maximum de 15 publications.  S.V.P. passez à la caisse.";
strAdded  = ") ajouté(s) à votre panier. \n-------------------------------------\n Maximum de 15 publications.";
strNotAdded  = ") PAS ajouté(s) à votre panier parce que dépassant la quantité limite. \n-------------------------------------\n Maximum de 15 publications.";
strRemove = "Cliquez sur 'Ok' pour retirer ce document de votre panier.";
strILabel = "Numéro de catalogue";
strDLabel = "Titre";
strQLabel = "Qt\351";
strPLabel = "Prix";
strSLabel = "Autres Frais";
strRLabel = "Supprimer";
strRButton= "x";
strSUB    = "Sous Total";
strSHIP   = "Frais de port";
strTAX    = "Imposition";
strTOT    = "Total (Toutes les publications du CNIVF sont GRATUITES!)";
strErrQty = "Quantit\351 inadmissible";
strNewQty = 'Veuillez \351crire la nouvelle quantit\351:';

Language = 'fr';
bLanguageDefined = true;


