/*
 * Translated default messages for the jQuery validation plugin.
 * Language: AR
 */

	jQuery.tools.validator.localize("ar", {

		// supply the language
		'*'			: 'قيمة غير صحيحة',
		'[required]': '&nbsp;&nbsp;هذا الحقل يجب تعبئته',
		':remote': '&nbsp;&nbsp;الرجاء تصحيح هذا الحقل',
		':email': '&nbsp;&nbsp;الرجاء إدخال بريد إلكتروني سليم',
		':url': '&nbsp;&nbsp; الرجاء إدخال موقع إلكتروني سليم مثال http://www.google.com',
		':date': '&nbsp;&nbsp;الرجاء إدخال تاريخ سليم',
		':dateISO': '&nbsp;&nbsp;الرجاء إدخال تاريخ (ISO) سليم',
		':number': '&nbsp;&nbsp;الرجاء إدخال رقم سليم',
		':digits': '&nbsp;&nbsp;هذا الحقل يقبل أرقام فقط',
		':creditcard': '&nbsp;&nbsp;الرجاء إدخال  رقم بطاقة ائتمان سليم',
		':equalTo': '&nbsp;&nbsp;الرجاء إدخال نفس القيمة مرة أخرى',
		':accept': '&nbsp;&nbsp;الرجاء إدخال ملف بامتداد سليم',
		'[maxlength]': '&nbsp;&nbsp;الرجاء إدخال $1 حرف على الأكثر',
		'[minlength]': '&nbsp;&nbsp;الرجاء إدخال $1 حروف على الأقل',
		'[rangelength]': '&nbsp;&nbsp;الرجاء إدخال قيمة بين $1 و $2 حرف فقط',
		'[range]': '&nbsp;&nbsp;الرجاء إدخال قيمة بين $1 و $2 فقط',
		'[min]': '&nbsp;&nbsp;الرجاء إدخال قيمة أكثر من أو تساوي $1',
		'[max]': '&nbsp;&nbsp;الرجاء إدخال قيمة أقل من أو تساوي $1'
	});