diff options
author | Keith Wood <kbwood.au@gmail.com> | 2008-06-11 10:30:13 +0000 |
---|---|---|
committer | Keith Wood <kbwood.au@gmail.com> | 2008-06-11 10:30:13 +0000 |
commit | 5d22c5fbf66511f06d048dda596b2d0b167108c6 (patch) | |
tree | ba7ace239d30acff722fe1c49968b5e78a43ae9b /ui/i18n/ui.datepicker-ar.js | |
parent | 84f453e424a95b122b745c28d05ab9ff37c39da2 (diff) | |
download | jquery-ui-5d22c5fbf66511f06d048dda596b2d0b167108c6.tar.gz jquery-ui-5d22c5fbf66511f06d048dda596b2d0b167108c6.zip |
Datepicker language file corrections
Diffstat (limited to 'ui/i18n/ui.datepicker-ar.js')
-rw-r--r-- | ui/i18n/ui.datepicker-ar.js | 42 |
1 files changed, 17 insertions, 25 deletions
diff --git a/ui/i18n/ui.datepicker-ar.js b/ui/i18n/ui.datepicker-ar.js index 8e4e08562..62478819c 100644 --- a/ui/i18n/ui.datepicker-ar.js +++ b/ui/i18n/ui.datepicker-ar.js @@ -1,31 +1,23 @@ -/* Arabic Translation for jQuery UI date picker plugin. */ +/* 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 thez are the Arabic names, not the new months name فبراير - يناير and there isnät any Arabic roots for these months */ jQuery(function($){ $.datepicker.regional['ar'] = { - clearText: '', - clearStatus: ' ', - closeText: '', - closeStatus: ' ', - prevText: '<', - prevStatus: ' ', - nextText: '>', - nextStatus: ' ', - currentText: '', - currentStatus: ' ', - monthNames: [' ', '', '', '', '', '', '', '', '', ' ', ' ', ' '], - monthNamesShort: [' ', '', '', '', '', '', '', '', '', ' ', ' ', ' '], - monthStatus: ' ', - yearStatus: ' ', - weekHeader: '', - weekStatus: ' ', - dayNames: ['', '', '', '', '', '', ''], - dayNamesShort: ['', '', '', '', '', '', ''], - dayNamesMin: ['', '', '', '', '', '', ''], - dayStatus: ' DD ', - dateStatus: ' D, M d', + clearText: 'مسح', clearStatus: 'امسح التاريخ الحالي', + closeText: 'إغلاق', closeStatus: 'إغلاق بدون حفظ', + prevText: '<السابق', prevStatus: 'عرض الشهر السابق', + nextText: 'التالي>', nextStatus: 'عرض الشهر القادم', + 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 - }; + initStatus: 'اختر يوم', isRTL: true}; $.datepicker.setDefaults($.datepicker.regional['ar']); });
\ No newline at end of file |