//=====================================================================||
//       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  = "סליחה, אך הסל שלך כבר מלא; אנא סיים קניתך";
strAdded  = "הוספת מוצר לסל הקניות שלך ";
strRemove = "לחץ כאן להסרת המוצר";
strILabel = "מק''ט";
strDLabel = "תיאור המוצר";
strQLabel = "יחידות";
strPLabel = "מחיר";
strSLabel = "הובלה";
strRLabel = "הסרת המוצר";
strRButton= "הסר";
strSUB    = "סה''כ לפני מע''ם";
strSHIP   = "הובלה";
strTAX    = "מע''מ";
strTOT    = "סה''כ";
strErrQty = "כמות לא חוקית";
strNewQty = 'הכנס כמות חדשה, בבקשה!';

Language = 'il';
bLanguageDefined = true;


