source: main/trunk/greenstone3/web/interfaces/oran/js/jquery-ui-1.8rc1/ui/i18n/jquery.ui.datepicker-fa.js@ 24245

Last change on this file since 24245 was 24245, checked in by sjb48, 13 years ago

Oran code for supporting format changes to document.

  • Property svn:executable set to *
File size: 1.0 KB
Line 
1/* Persian (Farsi) Translation for the jQuery UI date picker plugin. */
2/* Javad Mowlanezhad -- [email protected] */
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.