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

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

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

Line 
1/* Hellenic translation for the jQuery Timepicker Addon */
2/* Written by Christos Pontikis */
3(function($) {
4        $.timepicker.regional['el'] = {
5                timeOnlyTitle: 'Επιλογή ώρας',
6                timeText: 'Ώρα',
7                hourText: 'Ώρες',
8                minuteText: 'Λεπτά',
9                secondText: 'Δευτερόλεπτα',
10                millisecText: 'ΌιλιΎευτερόλεπτο',
11                timezoneText: 'ΖώΜη ώρας',
12                currentText: '΀ώρα',
13                closeText: 'ΚλείσιΌο',
14                timeFormat: 'hh:mm',
15                amNames: ['π.ÎŒ.', 'AM', 'A'],
16                pmNames: ['ÎŒ.ÎŒ.', 'PM', 'P'],
17                ampm: false
18        };
19        $.timepicker.setDefaults($.timepicker.regional['el']);
20})(jQuery);
Note: See TracBrowser for help on using the repository browser.