//=====================================================================||
//       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 = "Продукт N";
strDLabel = "Продукт";
strQLabel = "Брой";
strPLabel = "Ед.цена"; 
strSLabel = "Сума";
strRLabel = "&nbsp";
strRButton= "Премахни";
strSUB    = "Сума";
strSHIP   = "SHIPPING";
strTAX    = "TAX";
strTOT    = "Обща сума";
strErrQty = "Invalid Quantity.";
strNewQty = 'Please enter new quantity:';

Language = 'en';
bLanguageDefined = true;

function show(URL)
{
wt=screen.availWidth/2-550;
ht=screen.availHeight/2-350;
window.open(URL,"URL",'top='+ht+',width=1100,left='+wt+',height=700,location=0,menubar=0,resizable=0,scrollbars=1,status=0,toolbar=0');
}

