//=====================================================================||
//       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 = "この商品を買い物籠から削除する場合はOKをクリックください。";
strEmpty  = "買い物籠は空です。";
strILabel = "品番";
strDLabel = "内容";
strQLabel = "数量";
strPLabel = "単価";
strPTLabel= "合計";
strRLabel = "削除";
strSLabel = "送料";
strWLabel = "重量";
strRButton= "削除";
strSUB    = "小計";
strSHIP   = "送料";
strWTOT   = "総重量";
strFST    = "FEDERAL SALES TAX";
strTAX    = "支払い手数料";
strTOT    = "合計";
strErrQty = "数量超過";
strNewQty = '数量を再度決定ください';
strSpace  = "   ";
Language = 'jp';
bLanguageDefined = true;


