//=====================================================================||
//       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 = " 價格 HK$ ";
strSLabel = " 運費 HK$ ";
strRLabel = " 由購物車中移除 ";
strRButton= " 移除 ";
strSUB    = " 小計 HK$ ";
strSHIP   = " 運費 HK$ ";
strTAX    = " 稅額 ";
strTOT    = " 總價 HK$ ";
strErrQty = " 數量無效 ";
strNewQty = ' 請輸入新數量 ';

Language = 'big5';
bLanguageDefined = true;
