//=====================================================================||
//       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  = "Sorry, but your basket completely filled, go to pay zakazanogo goods.";
strAdded  = "In cart was added ";
strRemove = "Press \"OK\" to delete this product from cart";
strILabel = "Product code";
strDLabel = "Name/Discription";
strQLabel = "Count";
strPLabel = "Price";
strSLabel = "Our cart";
strRLabel = "Empty cart";
strRButton= "Delete";
strSUB    = "Подитог";
strSHIP   = "Доставка";
strTAX    = "Налог";
strTOT    = "Total";
strErrQty = "Incorrect count.";
strNewQty = "Please enter a new count:";
strDiscount = "Discount";

strRub = "$";
strEmpty = "Your cart is empty";
strEmptyInfo = "The cart is empty";
strClear = "Press \"OK\" to delete all products from cart";
strTovar1 = " product ";
strTovar2 = ' products ';
strTovar3 = ' products ';
strTovar4 = ' products ';
strTovar5 = ' products ';
strSumma = 'Сумма заказа: ';
strMinOrder = 'Сумма заказа меньше минимально возможной. Пожалуйста, закажите больше товаров, чтобы продолжить.';

strQuant1 = ' copy of product';
strQuant2 = ' copies of product';
strQuant3 = ' copies of product';
strQuant4 = ' copies of product';
strQuant5 = ' copies of product';
strinCart = ' in cart ';
Language = 'en';
bLanguageDefined = true;


