/*
 * Translated default messages for the jQuery validation plugin into arabic.
 * Locale: AR
 */
jQuery.extend(jQuery.validator.messages, {
        required: "<br>Complete este campo",
        remote: "يرجى تصحيح هذا الحقل للمتابعة",
        email: "<br>Ingrese un formato valido",
        url: "رجاء إدخال عنوان موقع إلكتروني صحيح",
        date: "رجاء إدخال تاريخ صحيح",
        dateISO: "رجاء إدخال تاريخ صحيح (ISO)",
        number: "<br>Ingrese un numero",
        digits: "رجاء إدخال أرقام فقط",
        creditcard: "رجاء إدخال رقم بطاقة ائتمان صحيح",
        equalTo: "رجاء إدخال نفس القيمة",
        accept: "<br>Debe haceptar los terminos y condiciones",
        maxlength: jQuery.validator.format("الحد الأقصى لعدد الحروف هو {0}"),
        minlength: jQuery.validator.format("الحد الأدنى لعدد الحروف هو {0}"),
        rangelength: jQuery.validator.format("عدد الحروف يجب أن يكون بين {0} و {1}"),
        range: jQuery.validator.format("<br>Ingrese un numero entre {0} y {1}"),
        max: jQuery.validator.format("<br>Ingrese un numero menor o igual a {0}"),
        min: jQuery.validator.format("<br>Ingrese un numero mayor o igual a {0}")
});


