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

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

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

Line 
1/* Romanian translation for the jQuery Timepicker Addon */
2/* Written by Romeo Adrian Cioaba */
3(function($) {
4        $.timepicker.regional['ro'] = {
5                timeOnlyTitle: 'AlegeÅ£i o oră',
6                timeText: 'Timp',
7                hourText: 'Ore',
8                minuteText: 'Minute',
9                secondText: 'Secunde',
10                millisecText: 'Milisecunde',
11                timezoneText: 'Fus orar',
12                currentText: 'Acum',
13                closeText: 'Închide',
14                timeFormat: 'hh:mm',
15                amNames: ['AM', 'A'],
16                pmNames: ['PM', 'P'],
17                ampm: false
18        };
19        $.timepicker.setDefaults($.timepicker.regional['ro']);
20})(jQuery);
Note: See TracBrowser for help on using the repository browser.