[ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Summary view] [Print] [Text view]
1 /* http://keith-wood.name/datepick.html 2 Arabic localisation for jQuery Datepicker. 3 Khaled Al Horani -- [email protected] 4 خالد الحوراني -- [email protected] 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 monthNames: ['كانون الثاني', 'شباط', 'آذار', 'نيسان', 'آذار', 'حزيران', 9 'تموز', 'آب', 'أيلول', 'تشرين الأول', 'تشرين الثاني', 'كانون الأول'], 10 monthNamesShort: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], 11 dayNames: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], 12 dayNamesShort: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], 13 dayNamesMin: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], 14 dateFormat: 'dd/mm/yyyy', firstDay: 6, 15 renderer: $.datepick.defaultRenderer, 16 prevText: '<السابق', prevStatus: 'عرض الشهر السابق', 17 prevJumpText: '<<', prevJumpStatus: '', 18 nextText: 'التالي>', nextStatus: 'عرض الشهر القادم', 19 nextJumpText: '>>', nextJumpStatus: '', 20 currentText: 'اليوم', currentStatus: 'عرض الشهر الحالي', 21 todayText: 'اليوم', todayStatus: 'عرض الشهر الحالي', 22 clearText: 'مسح', clearStatus: 'امسح التاريخ الحالي', 23 closeText: 'إغلاق', closeStatus: 'إغلاق بدون حفظ', 24 yearStatus: 'عرض سنة آخرى', monthStatus: 'عرض شهر آخر', 25 weekText: 'أسبوع', weekStatus: 'أسبوع السنة', 26 dayStatus: 'اختر D, M d', defaultStatus: 'اختر يوم', 27 isRTL: true 28 }; 29 $.datepick.setDefaults($.datepick.regional['ar']); 30 })(jQuery);
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |