//=====================================================================||
//       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  = "We are sorry, The cart is full. Proceed to checkout";
strAdded  = " added to the cart.";
strRemove = "Press 'Accept' to delete this item from the cart.";
strILabel = "Reference";
strDLabel = "Description";
strQLabel = "Quantity";
strPLabel = "Unit Price";
strSLabel = "Shipping";
strRLabel = "Delete";
strRButton= "Delete";
strSUB    = "SUBTOTAL";
strSHIP   = "Shipping Cost";
strTAX    = "VAT";
strTOT    = "TOTAL";
strErrQty = "Incorrect Quantity";
strNewQty = 'Please, Enter a new quantity:';

Language = 'sp';
bLanguageDefined = true;


