//=====================================================================||
//       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 = 'cn';
bLanguageDefined = true;

