PluginProbe
Booking Calendar / 11.0
Booking Calendar v11.0
11.8.3 11.8.2 11.8.1 11.8 11.7 11.6.1 11.6 11.5 11.4.3 11.4.2 11.4.1 11.4 11.3 11.2.1 11.2 11.1 11.0 10.15.7 10.15.6 10.1.3 10.10 10.10.1 10.10.2 10.11 10.11.2 All 203 releases
booking / js / datepick / jquery.datepick-tr.js

jquery.datepick-tr.js in Booking Calendar 11.0, at js/datepick/jquery.datepick-tr.js

27 lines 1.4 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /* Turkish initialisation for the jQuery UI date picker plugin. */
2 /* Written by Izzet Emre Erkan (kara@karalamalar.net). */
3 (function($) {
4 $.datepick.regional['tr'] = {
5 clearText: 'temizle', clearStatus: 'geçerli tarihi temizler',
6 closeText: 'kapat', closeStatus: 'sadece göstergeyi kapat',
7 prevText: '<geri', prevStatus: 'önceki ayı göster',
8 prevBigText: '<<', prevBigStatus: '',
9 nextText: 'ileri&#x3e', nextStatus: 'sonraki ayı göster',
10 nextBigText: '>>', nextBigStatus: '',
11 currentText: 'bugün', currentStatus: '',
12 monthNames: ['Ocak','Şubat','Mart','Nisan','Mayıs','Haziran',
13 'Temmuz','Ağustos','Eylül','Ekim','Kasım','Aralık'],
14 monthNamesShort: ['Oca','Şub','Mar','Nis','May','Haz',
15 'Tem','Ağu','Eyl','Eki','Kas','Ara'],
16 monthStatus: 'başka ay', yearStatus: 'başka yıl',
17 weekHeader: 'Hf', weekStatus: 'Ayın haftaları',
18 dayNames: ['Pazar','Pazartesi','Salı','Çarşamba','Perşembe','Cuma','Cumartesi'],
19 dayNamesShort: ['Pz','Pt','Sa','Ça','Pe','Cu','Ct'],
20 dayNamesMin: ['Pz','Pt','Sa','Ça','Pe','Cu','Ct'],
21 dayStatus: 'Haftanın ilk gününü belirleyin', dateStatus: 'D, M d seçiniz',
22 dateFormat: 'dd.mm.yy', firstDay: 1,
23 initStatus: 'Bir tarih seçiniz', isRTL: false,
24 showMonthAfterYear: false, yearSuffix: ''};
25 $.datepick.setDefaults($.datepick.regional['tr']);
26 })(jQuery);
27