source: main/trunk/greenstone3/web/interfaces/oran/js/jquery-ui-1.8.15/ui/i18n/jquery.ui.datepicker-tr.js@ 24421

Last change on this file since 24421 was 24421, checked in by sjm84, 13 years ago

Adding a new version of jquery

  • Property svn:executable set to *
File size: 882 bytes
Line 
1/* Turkish initialisation for the jQuery UI date picker plugin. */
2/* Written by Izzet Emre Erkan ([email protected]). */
3jQuery(function($){
4 $.datepicker.regional['tr'] = {
5 closeText: 'kapat',
6 prevText: '<geri',
7 nextText: 'ileri&#x3e',
8 currentText: 'bugÃŒn',
9 monthNames: ['Ocak','Şubat','Mart','Nisan','Mayıs','Haziran',
10 'Temmuz','Ağustos','EylÃŒl','Ekim','Kasım','Aralık'],
11 monthNamesShort: ['Oca','Şub','Mar','Nis','May','Haz',
12 'Tem','Ağu','Eyl','Eki','Kas','Ara'],
13 dayNames: ['Pazar','Pazartesi','Salı','Çarşamba','Perşembe','Cuma','Cumartesi'],
14 dayNamesShort: ['Pz','Pt','Sa','Ça','Pe','Cu','Ct'],
15 dayNamesMin: ['Pz','Pt','Sa','Ça','Pe','Cu','Ct'],
16 weekHeader: 'Hf',
17 dateFormat: 'dd.mm.yy',
18 firstDay: 1,
19 isRTL: false,
20 showMonthAfterYear: false,
21 yearSuffix: ''};
22 $.datepicker.setDefaults($.datepicker.regional['tr']);
23});
Note: See TracBrowser for help on using the repository browser.