source: tapas/web/resources/js/library/jquery-ui-1.8.16.custom/development-bundle/ui/i18n/jquery.ui.datepicker-ar.js @ 416

Last change on this file since 416 was 416, checked in by vmipsl, 12 years ago

User : ajout laboratoire & pays
BO : idem
Création compte : idem
DataProtocole?
Clean accent properties
Language

File size: 1.3 KB
Line 
1/* Arabic Translation for jQuery UI date picker plugin. */
2/* Khaled Alhourani -- me@khaledalhourani.com */
3/* 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 */
4jQuery(function($){
5        $.datepicker.regional['ar'] = {
6                closeText: 'إغلاق',
7                prevText: '<الساؚق',
8                nextText: 'التالي>',
9                currentText: 'اليوم',
10                monthNames: ['كانون الثاني', '؎ؚاط', 'آذار', 'نيسان', 'مايو', 'حزيران',
11                'تموز', 'آؚ', 'أيلول',       'ت؎رين الأول', 'ت؎رين الثاني', 'كانون الأول'],
12                monthNamesShort: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'],
13                dayNames: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأرؚعاء', 'الخميس', 'الجمعة', 'السؚت'],
14                dayNamesShort: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأرؚعاء', 'الخميس', 'الجمعة', 'السؚت'],
15                dayNamesMin: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأرؚعاء', 'الخميس', 'الجمعة', 'السؚت'],
16                weekHeader: 'أسؚوع',
17                dateFormat: 'dd/mm/yy',
18                firstDay: 6,
19                isRTL: true,
20                showMonthAfterYear: false,
21                yearSuffix: ''};
22        $.datepicker.setDefaults($.datepicker.regional['ar']);
23});
Note: See TracBrowser for help on using the repository browser.