//=====================================================================||
//       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  = "I'm Sorry, your cart is full, please proceed to checkout.";
strAdded  = " 添加到购物车中了";
strRemove = "单击确定 将从购物蓝中删除此商品.";
strILabel = "商品ID";
strDLabel = "商品名称";
strQLabel = "购买数量";
strPLabel = "订购单价";
strSLabel = "运费";
strRLabel = "操作";
strJLabel = "结算单价";
strKLabel = "订购类型";
strBLabel = "赠送积分";
strALabel = "删除商品";
strKInfo  = "无";
strWLabel = "购物车里目前没有商品";
strRButton= "删除";
strSUB    = "金额小计";
strSHIP   = "运费小计";
strTAX    = "税费小计";
strTOT    = "总计（商品金额不含运费等）";
strErrQty = "无效的数量.";
strNewQty = '请输入新的数量:';

Language = 'cn';
bLanguageDefined = true;

