//=====================================================================||
//       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 = "إضغط 'Ok' لحذف السيارة من قائمة المفضلات.";
strILabel = "الرقم";
strDLabel = "الوصف";
strQLabel = "الكمية";
strPLabel = "السعر";
strSLabel = "التوصيل";
strRLabel = "حذف من المفضلات";
strRButton= "حذف";
strSUB    = "SUBTOTAL";
strSHIP   = "SHIPPING";
strTAX    = "TAX";
strTOT    = "المجموع";
strErrQty = "Invalid Quantity.";
strNewQty = 'Please enter new quantity:';
strNewDir = 'dir=RTL';

Language = 'ar';
bLanguageDefined = true;

MonetarySymbol        = 'دك';


