//=====================================================================||
//       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 vagn \344r full, v\344nligen s\344nd din order.";
strAdded  = " l\344ggs i din kundvagn.";
strRemove = "Klicka 'Ok' f\366r att ta bort produkt ur kundvagn.";
strILabel = " Kod ";
strDLabel = " Produkt ";
strQLabel = " Antal ";
strPLabel = " Pris ";
strSLabel = " Frakt ";
strRLabel = " Radera ";
strRButton= "Ta bort";
strSUB    = " Summa ";
strSHIP   = " Frakt ";
strTAX    = " Moms ";
strTOT    = " Summa inkl moms ";
strErrQty = "Felaktigt antal.";
strNewQty = 'Skriv in nytt antal:';

Language = 'se';
bLanguageDefined = true;

