source: trunk/prototype/app/plugins/timepicker/localization/jquery-ui-timepicker-tr.js @ 5341

Revision 5341, 559 bytes checked in by wmerlotto, 12 years ago (diff)

Ticket #2434 - Commit inicial do novo módulo de agenda do Expresso - expressoCalendar

Line 
1/* Turkish translation for the jQuery Timepicker Addon */
2/* Written by Fehmi Can Saglam, Edited by Goktug Ozturk */
3(function($) {
4        $.timepicker.regional['tr'] = {
5                timeOnlyTitle: 'Zaman Seçiniz',
6                timeText: 'Zaman',
7                hourText: 'Saat',
8                minuteText: 'Dakika',
9                secondText: 'Saniye',
10                millisecText: 'Milisaniye',
11                timezoneText: 'Zaman Dilimi',
12                currentText: 'Şu an',
13                closeText: 'Tamam',
14                timeFormat: 'hh:mm',
15                amNames: ['ÖÖ', 'Ö'],
16                pmNames: ['ÖS', 'S'],
17                ampm: false
18        };
19        $.timepicker.setDefaults($.timepicker.regional['tr']);
20})(jQuery);
Note: See TracBrowser for help on using the repository browser.