source: trunk/themes/default/js/ui/i18n/jquery.ui.timepicker-et.js @ 28500

Last change on this file since 28500 was 28500, checked in by mistic100, 10 years ago

feature 2679 : allow to change creation time

File size: 566 bytes
Line 
1/* Estonian translation for the jQuery Timepicker Addon */
2/* Written by Karl Sutt (karl@sutt.ee) */
3(function($) {
4        $.timepicker.regional['et'] = {
5                timeOnlyTitle: 'Vali aeg',
6                timeText: 'Aeg',
7                hourText: 'Tund',
8                minuteText: 'Minut',
9                secondText: 'Sekund',
10                millisecText: 'Millisekundis',
11                microsecText: 'Mikrosekundis',
12                timezoneText: 'Ajavöönd',
13                currentText: 'Praegu',
14                closeText: 'Valmis',
15                timeFormat: 'HH:mm',
16                amNames: ['AM', 'A'],
17                pmNames: ['PM', 'P'],
18                isRTL: false
19        };
20        $.timepicker.setDefaults($.timepicker.regional['et']);
21})(jQuery);
Note: See TracBrowser for help on using the repository browser.