comparison war/scripts/jQuery/ui/i18n/jquery.ui.datepicker-fa.js @ 3:cf06b77a8bbd

Committed branch of the e4D repos sti-gwt branch 16384. git-svn-id: http://dev.dariah.eu/svn/repos/eu.dariah.de/ap1/sti-gwt-dariah-geobrowser@36 f2b5be40-def6-11e0-8a09-b3c1cc336c6b
author StefanFunk <StefanFunk@f2b5be40-def6-11e0-8a09-b3c1cc336c6b>
date Tue, 17 Jul 2012 13:34:40 +0000
parents
children
comparison
equal deleted inserted replaced
2:2897af43ccc6 3:cf06b77a8bbd
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) */
4 jQuery(function($) {
5 $.datepicker.regional['fa'] = {
6 closeText: 'بستن',
7 prevText: '&#x3c;قبلي',
8 nextText: 'بعدي&#x3e;',
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 });