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

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

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

Line 
1/* Polish translation for the jQuery Timepicker Addon */
2/* Written by Michał Pena */
3(function($) {
4        $.timepicker.regional['pl'] = {
5                timeOnlyTitle: 'Wybierz godzinę',
6                timeText: 'Czas',
7                hourText: 'Godzina',
8                minuteText: 'Minuta',
9                secondText: 'Sekunda',
10                millisecText: 'Milisekunda',
11                timezoneText: 'Strefa czasowa',
12                currentText: 'Teraz',
13                closeText: 'Gotowe',
14                timeFormat: 'hh:mm tt',
15                amNames: ['AM', 'A'],
16                pmNames: ['PM', 'P'],
17                ampm: false
18        };
19        $.timepicker.setDefaults($.timepicker.regional['pl']);
20})(jQuery);
Note: See TracBrowser for help on using the repository browser.