[ 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 Mahmoud Khaled -- [email protected] 4 NOTE: monthNames are the new months names */ 5 (function($) { 6 $.datepick.regional['ar-EG'] = { 7 monthNames: ['يناير', 'فبراير', 'مارس', 'إبريل', 'مايو', 'يونية', 8 'يوليو', 'أغسطس', 'سبتمبر', 'أكتوبر', 'نوفمبر', 'ديسمبر'], 9 monthNamesShort: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], 10 dayNames: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], 11 dayNamesShort: ['أحد', 'اثنين', 'ثلاثاء', 'أربعاء', 'خميس', 'جمعة', 'سبت'], 12 dayNamesMin: ['أحد', 'اثنين', 'ثلاثاء', 'أربعاء', 'خميس', 'جمعة', 'سبت'], 13 dateFormat: 'dd/mm/yyyy', firstDay: 6, 14 renderer: $.datepick.defaultRenderer, 15 prevText: '<السابق', prevStatus: 'عرض الشهر السابق', 16 prevJumpText: '<<', prevJumpStatus: '', 17 nextText: 'التالي>', nextStatus: 'عرض الشهر القادم', 18 nextJumpText: '>>', nextJumpStatus: '', 19 currentText: 'اليوم', currentStatus: 'عرض الشهر الحالي', 20 todayText: 'اليوم', todayStatus: 'عرض الشهر الحالي', 21 clearText: 'مسح', clearStatus: 'امسح التاريخ الحالي', 22 closeText: 'إغلاق', closeStatus: 'إغلاق بدون حفظ', 23 yearStatus: 'عرض سنة آخرى', monthStatus: 'عرض شهر آخر', 24 weekText: 'أسبوع', weekStatus: 'أسبوع السنة', 25 dayStatus: 'اختر D, M d', defaultStatus: 'اختر يوم', 26 isRTL: true 27 }; 28 $.datepick.setDefaults($.datepick.regional['ar-EG']); 29 })(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 |