source: trunk/themes/default/js/ui/i18n/jquery.ui.timepicker-el.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: 661 bytes
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                microsecText: 'Microseconds',
12                timezoneText: 'Ζώνη ώρας',
13                currentText: 'Τώρα',
14                closeText: 'Κλείσιμο',
15                timeFormat: 'HH:mm',
16                amNames: ['π.μ.', 'AM', 'A'],
17                pmNames: ['μ.μ.', 'PM', 'P'],
18                isRTL: false
19        };
20        $.timepicker.setDefaults($.timepicker.regional['el']);
21})(jQuery);
Note: See TracBrowser for help on using the repository browser.