//=====================================================================||
//       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  = "Ostoskorisi on täynnä,ole hyvä ja jatka kassalle.";
strAdded  = " lisätty ostoskoriisi.";
strRemove = "Paina 'Ok' poistaaksesi tämän tuotteen ostoskoristasi.";
strILabel = "Tuote Koodi";
strDLabel = "Tuotteen Nimi";
strQLabel = "Määrä";
strPLabel = "Hinta";
strSLabel = "Kuljetusmaksu";
strRLabel = "Poista ostoskorista";
strRButton= "Poista";
strSUB    = "Yhteensä";
strSHIP   = "Kuljetusmaksu";
strTAX    = "ALV";
strTOT    = "Yhteensä";
strErrQty = "Kpl määrä ei sallituissa rajoissa.";
strNewQty = 'Ole hyvä, anna uusi kpl määrä:';

Language = 'fi';
bLanguageDefined = true;

