Sha256: e71b3efc6a08984b49909cfeb75de7916845b60d3bcfde99230481ec6d430803

Contents?: true

Size: 1.93 KB

Versions: 6

Compression:

Stored size: 1.93 KB

Contents

/* Arabic Translation for jQuery UI date picker plugin. */
/* Khaled Al Horani -- koko.dw@gmail.com */
/* خالد الحوراني -- koko.dw@gmail.com */
/* 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);

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
alfa-0.0.8.pre assets/js/jquery/plugins/datepick/jquery.datepick-ar.js
alfa-0.0.7.pre assets/js/jquery/plugins/datepick/jquery.datepick-ar.js
alfa-0.0.6.pre assets/js/jquery/plugins/datepick/jquery.datepick-ar.js
alfa-0.0.5.pre assets/js/jquery/plugins/datepick/jquery.datepick-ar.js
alfa-0.0.4.pre assets/js/jquery/plugins/datepick/jquery.datepick-ar.js
alfa-0.0.2.pre assets/js/jquery/plugins/datepick/jquery.datepick-ar.js