//=====================================================================||
//   This code is based on the NOP Design JavaScript Shopping Cart     ||
//                      Modified by Design Forest                      ||
//                   http://www.native-earth.org/df/                   ||
//=====================================================================||

//=====================================================================||
//       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 = "商品ID";
strDLabel = "商品名";
strQLabel = "注文数";
strPLabel = "　単価";
strSLabel = "　送料";
strRLabel = "　取消";
strRButton= "取消";
strSUB    = "小計";
strSHIP   = "送料";
strTAX    = "消費税";
strTOT    = "合計";
strErrQty = "単位に間違いがあるようです";
strNewQty = '単位を再度入力してください';

Language = 'jp';
bLanguageDefined = true;

