/* Arabic Translation for jQuery UI date picker plugin. */
/* Khaled Al Horani -- [email protected] */
/* خالد الحوراني -- [email protected] */
/* edit by Faisal khaled -- [email protected] */
/* NOTE: monthNames are the original months names and they are the Arabic names, not the new months name فبراير - يناير and there isn't any Arabic roots for these months */
(function($) {
$.datepick.regional['ar'] = {
clearText: 'مسح', clearStatus: 'امسح التاريخ الحالي',
closeText: 'إغلاق', closeStatus: 'إغلاق بدون حفظ',
prevText: '<السابق', prevStatus: 'عرض الشهر السابق',
prevBigText: '<<', prevBigStatus: '',
nextText: 'التالي>', nextStatus: 'عرض الشهر القادم',
nextBigText: '>>', nextBigStatus: '',
currentText: 'اليوم', currentStatus: 'عرض الشهر الحالي',
monthNames: ['يناير', 'فبراير', 'مارس', 'أبريل', 'مايو', 'يونيو',
'يوليو', 'أغسطس', 'سبتمبر', 'أكتوبر', 'نوفمبر', 'ديسمبر'],
monthNamesShort: ['1','2','3','4','5','6','7','8','9','10','11','12'],
monthStatus: 'عرض شهر آخر', yearStatus: 'عرض سنة آخرى',
weekHeader: 'أسبوع', weekStatus: 'أسبوع السنة',
dayNames: [ 'الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'],
dayNamesShort: [ 'أحد', 'اثنين', 'ثلاثاء', 'أربعاء', 'خميس', 'جمعة', 'سبت'],
dayNamesMin: [ 'أحد', 'اثنين', 'ثلاثاء', 'أربعاء', 'خميس', 'جمعة', 'سبت'],
dayStatus: 'اختر DD لليوم الأول من الأسبوع', dateStatus: 'اختر D, M d',
dateFormat: 'dd/mm/yy', firstDay: 0,
initStatus: 'اختر يوم', isRTL: true,
showMonthAfterYear: false, yearSuffix: ''};
$.datepick.setDefaults($.datepick.regional['ar']);
})(jQuery);