//=====================================================================||
//       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  = "Din handlevogn er full (max 12 produkter). Vil du bestille flere produkter – send denne orderen og fortsett din bestilling på en ny ordre.";
strAdded  = " legges i din handlevogn.";
strRemove = "Klikk 'OK' for å ta bort dette produktet fra din handlevogn";
strILabel = "";
strDLabel = "Produkt (Art nr)";
strQLabel = "Antall";
strPLabel = "Pris";
strSLabel = "Frakt";
strRLabel = "Alternativ";
strRButton= "Ta bort";
strSUB    = "Sum";
strSHIP   = "Frakt";
strTAX    = "Moms";
strTOT    = "Totalt";
strErrQty = "Feilaktigt antall.";
strNewQty = 'Vær så vennelig å skiv inn nytt antall:';

Language = 'no';
bLanguageDefined = true;


