PluginProbe
Booking Calendar / 10.10.1
Booking Calendar v10.10.1
11.8.3 11.8.2 11.8.1 11.8 11.7 11.6.1 11.6 11.5 11.4.3 11.4.2 11.4.1 11.4 11.3 11.2.1 11.2 11.1 11.0 10.15.7 10.15.6 10.1.3 10.10 10.10.1 10.10.2 10.11 10.11.2 All 203 releases
booking / js / datepick / jquery.datepick-ar.js

jquery.datepick-ar.js in Booking Calendar 10.10.1, at js/datepick/jquery.datepick-ar.js

47 lines 2.0 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /* Arabic Translation for jQuery UI date picker plugin. */
2 /* Khaled Al Horani -- koko.dw@gmail.com */
3 /* خالد الحوراني -- koko.dw@gmail.com */
4 /* edit by Faisal khaled -- f.aldeini@gmail.com */
5 /* 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 */
6 (function($) {
7 $.datepick.regional['ar'] = {
8 clearText: '�
9 سح', clearStatus: 'ا�
10 سح التاريخ الحالي',
11 closeText: 'إغلاق', closeStatus: 'إغلاق بدون حفظ',
12 prevText: '<السابق', prevStatus: 'عرض الشهر السابق',
13 prevBigText: '<<', prevBigStatus: '',
14 nextText: 'التالي>', nextStatus: 'عرض الشهر القاد�
15 ',
16 nextBigText: '>>', nextBigStatus: '',
17 currentText: 'اليو�
18 ', currentStatus: 'عرض الشهر الحالي',
19 monthNames: ['يناير', 'فبراير', '�
20 ارس', 'أبريل', '�
21 ايو', 'يونيو',
22 'يوليو', 'أغسطس', 'سبت�
23 بر', 'أكتوبر', 'نوف�
24 بر', 'ديس�
25 بر'],
26 monthNamesShort: ['1','2','3','4','5','6','7','8','9','10','11','12'],
27 monthStatus: 'عرض شهر آخر', yearStatus: 'عرض سنة آخرى',
28 weekHeader: 'أسبوع', weekStatus: 'أسبوع السنة',
29 dayNames: [ 'الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخ�
30 يس', 'الج�
31 عة', 'السبت'],
32 dayNamesShort: [ 'أحد', 'اثنين', 'ثلاثاء', 'أربعاء', 'خ�
33 يس', 'ج�
34 عة', 'سبت'],
35 dayNamesMin: [ 'أحد', 'اثنين', 'ثلاثاء', 'أربعاء', 'خ�
36 يس', 'ج�
37 عة', 'سبت'],
38 dayStatus: 'اختر DD لليو�
39 الأول �
40 ن الأسبوع', dateStatus: 'اختر D, M d',
41 dateFormat: 'dd/mm/yy', firstDay: 0,
42 initStatus: 'اختر يو�
43 ', isRTL: true,
44 showMonthAfterYear: false, yearSuffix: ''};
45 $.datepick.setDefaults($.datepick.regional['ar']);
46 })(jQuery);
47