source: tapas/web/resources/js/library/jquery-ui-1.8.16.custom/development-bundle/ui/i18n/jquery.ui.datepicker-fa.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.0 KB
Line 
1/* Persian (Farsi) Translation for the jQuery UI date picker plugin. */
2/* Javad Mowlanezhad -- jmowla@gmail.com */
3/* Jalali calendar should supported soon! (Its implemented but I have to test it) */
4jQuery(function($) {
5        $.datepicker.regional['fa'] = {
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: 'yy/mm/dd',
18                firstDay: 6,
19                isRTL: true,
20                showMonthAfterYear: false,
21                yearSuffix: ''};
22        $.datepicker.setDefaults($.datepicker.regional['fa']);
23});
Note: See TracBrowser for help on using the repository browser.