third-party: added timepicker addon needed for scheduler
[myslice.git] / third-party / timepicker-addon-1.2 / localization / jquery-ui-timepicker-el.js
diff --git a/third-party/timepicker-addon-1.2/localization/jquery-ui-timepicker-el.js b/third-party/timepicker-addon-1.2/localization/jquery-ui-timepicker-el.js
new file mode 100644 (file)
index 0000000..9109afd
--- /dev/null
@@ -0,0 +1,20 @@
+/* Hellenic translation for the jQuery Timepicker Addon */
+/* Written by Christos Pontikis */
+(function($) {
+       $.timepicker.regional['el'] = {
+               timeOnlyTitle: 'Επιλογή ώρας',
+               timeText: 'Ώρα',
+               hourText: 'Ώρες',
+               minuteText: 'Λεπτά',
+               secondText: 'Δευτερόλεπτα',
+               millisecText: 'μιλιδευτερόλεπτο',
+               timezoneText: 'Ζώνη ώρας',
+               currentText: 'Τώρα',
+               closeText: 'Κλείσιμο',
+               timeFormat: 'HH:mm',
+               amNames: ['π.μ.', 'AM', 'A'],
+               pmNames: ['μ.μ.', 'PM', 'P'],
+               isRTL: false
+       };
+       $.timepicker.setDefaults($.timepicker.regional['el']);
+})(jQuery);