source: trunk/themes/default/js/ui/i18n/jquery.ui.timepicker-fi.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: 605 bytes
Line 
1/* Finnish translation for the jQuery Timepicker Addon */
2/* Written by Juga Paazmaya (http://github.com/paazmaya) */
3(function($) {
4        $.timepicker.regional['fi'] = {
5                timeOnlyTitle: 'Valitse aika',
6                timeText: 'Aika',
7                hourText: 'Tunti',
8                minuteText: 'Minuutti',
9                secondText: 'Sekunti',
10                millisecText: 'Millisekunnin',
11                microsecText: 'Mikrosekuntia',
12                timezoneText: 'Aikavyöhyke',
13                currentText: 'Nyt',
14                closeText: 'Sulje',
15                timeFormat: 'HH:mm',
16                amNames: ['ap.', 'AM', 'A'],
17                pmNames: ['ip.', 'PM', 'P'],
18                isRTL: false
19        };
20        $.timepicker.setDefaults($.timepicker.regional['fi']);
21})(jQuery);
Note: See TracBrowser for help on using the repository browser.