//=====================================================================||
//       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 photo box is full, please proceed to checkout. You can start another photo box later.";
strAdded  = " added to your photo box.";
strRemove = "Click 'OK' to remove this photo from your photo box.";
strILabel = "Ref";
strDLabel = "Photo";
strQLabel = "Qty";
strPLabel = "Price";
strSLabel = "Delivery";
strRLabel = "Remove?";
strRButton= "Remove";
strSUB    = "SUBTOTAL";
strSHIP   = "DELIVERY";
strTAX    = "TAX";
strTOT    = "TOTAL";
strErrQty = "Invalid Quantity.";
strNewQty = 'Please enter new quantity:';

Language = 'en';
bLanguageDefined = true;

