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

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

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

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                timezoneText: 'Aikavyöhyke',
12                currentText: 'Nyt',
13                closeText: 'Sulje',
14                timeFormat: 'hh:mm',
15                amNames: ['ap.', 'AM', 'A'],
16                pmNames: ['ip.', 'PM', 'P'],
17                ampm: false
18        };
19        $.timepicker.setDefaults($.timepicker.regional['fi']);
20})(jQuery);
Note: See TracBrowser for help on using the repository browser.