รวม code แก้ไข OP 3138, 3141, 2736, 2654
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
/* http://keith-wood.name/calendars.html
|
||||
Algerian (and Tunisian) Arabic localisation for calendars datepicker for jQuery.
|
||||
Mohamed Cherif BOUCHELAGHEM -- cherifbouchelaghem@yahoo.fr */
|
||||
(function($) {
|
||||
'use strict';
|
||||
$.calendarsPicker.regionalOptions['ar-DZ'] = {
|
||||
renderer: $.calendarsPicker.defaultRenderer,
|
||||
prevText: '<السابق',
|
||||
prevStatus: 'عرض الشهر السابق',
|
||||
prevJumpText: '<<',
|
||||
prevJumpStatus: '',
|
||||
nextText: 'التالي>',
|
||||
nextStatus: 'عرض الشهر القادم',
|
||||
nextJumpText: '>>',
|
||||
nextJumpStatus: '',
|
||||
currentText: 'اليوم',
|
||||
currentStatus: 'عرض الشهر الحالي',
|
||||
todayText: 'اليوم',
|
||||
todayStatus: 'عرض الشهر الحالي',
|
||||
clearText: 'مسح',
|
||||
clearStatus: 'امسح التاريخ الحالي',
|
||||
closeText: 'إغلاق',
|
||||
closeStatus: 'إغلاق بدون حفظ',
|
||||
yearStatus: 'عرض سنة آخرى',
|
||||
monthStatus: 'عرض شهر آخر',
|
||||
weekText: 'أسبوع',
|
||||
weekStatus: 'أسبوع السنة',
|
||||
dayStatus: 'اختر D, M d',
|
||||
defaultStatus: 'اختر يوم',
|
||||
isRTL: true
|
||||
};
|
||||
$.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions['ar-DZ']);
|
||||
})(jQuery);
|
||||
Reference in New Issue
Block a user