//=====================================================================||
//       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  = "ระบบของเราสั่งซื้อได้ครั้งละ 18 รายการ กรุณา Checkout ก่อน แล้วสั่งซื้อเพิ่มเติมใหม่ค่ะ.";
strAdded  = " Added to your shopping cart.";
strRemove = "คลิก'OK' เพื่อยกเลิกการสั่งซื้อสินค้ารายการนี้";
strILabel = "รหัสสินค้า";
strDLabel = "ชื่อสินค้า";
strQLabel = "จำนวน";
strPLabel = "ราคาต่อชิ้น";
strSLabel = "ราคารวม";
strRLabel = "ยกเลิกรายการสินค้า";
strRButton= "ยกเลิก";
strSUB    = "ยอดรวม";
strWTOT   = "น้ำหนักสินค้า";
strSHIP   = "ค่าจัดส่งสินค้าทาง : ";
strTAX    = "STATE/LOCAL SALES TAX";
strCOUP = "COUPON";
strTOT    = "ยอดรวมสุทธิ";
strErrQty = "กรุณากรอกเป็นตัวเลขค่ะ";
strNewQty = 'กรุณากรอกจำนวนสินค้าใหม่ด้วยค่ะ:';
strSpace = "&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;";
Language = 'en';
bLanguageDefined = true;


