source: trunk/template-common/lib/ui/i18n/ui.datepicker-ar.js @ 3282

Last change on this file since 3282 was 3282, checked in by plg, 15 years ago

change: according to topic:15067, svn:keywords property was removed

  • Property svn:eol-style set to LF
File size: 1.8 KB
Line 
1/* Arabic Translation for jQuery UI date picker plugin. */
2/* Khaled Al Horani -- koko.dw@gmail.com */
3/* خالد الحوراني -- koko.dw@gmail.com */
4/* NOTE: monthNames are the original months names and thez are the Arabic names, not the new months name فبراير - يناير and there isnät any Arabic roots for these months */
5jQuery(function($){
6        $.datepicker.regional['ar'] = {
7                clearText: 'مسح', clearStatus: 'امسح التاريخ الحالي',
8                closeText: 'إغلاق', closeStatus: 'إغلاق بدون حفظ',
9                prevText: '<السابق', prevStatus: 'عرض الشهر السابق',
10                nextText: 'التالي>', nextStatus: 'عرض الشهر القادم',
11                currentText: 'اليوم', currentStatus: 'عرض الشهر الحالي',
12                monthNames: ['كانون الثاني', 'شباط', 'آذار', 'نيسان', 'آذار', 'حزيران', 'تموز', 'آب', 'أيلول',  'تشرين الأول', 'تشرين الثاني', 'كانون الأول'],
13                monthNamesShort: ['1','2','3','4','5','6','7','8','9','10','11','12'],
14                monthStatus: 'عرض شهر آخر', yearStatus: 'عرض سنة آخرى',
15                weekHeader: 'أسبوع', weekStatus: 'أسبوع السنة',
16                dayNames: ['السبت', 'الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة'],
17                dayNamesShort: ['سبت', 'أحد', 'اثنين', 'ثلاثاء', 'أربعاء', 'خميس', 'جمعة'],
18                dayNamesMin: ['سبت', 'أحد', 'اثنين', 'ثلاثاء', 'أربعاء', 'خميس', 'جمعة'],
19                dayStatus: 'اختر DD لليوم الأول من الأسبوع', dateStatus: 'اختر D, M d',
20                dateFormat: 'dd/mm/yy', firstDay: 0, 
21                initStatus: 'اختر يوم', isRTL: true};
22        $.datepicker.setDefaults($.datepicker.regional['ar']);
23});
Note: See TracBrowser for help on using the repository browser.