summaryrefslogtreecommitdiffstats
path: root/i18n/jquery-ui-timepicker-el.js
diff options
context:
space:
mode:
authorTrent Richardson <trentdrichardson@gmail.com>2013-04-24 09:49:48 -0400
committerTrent Richardson <trentdrichardson@gmail.com>2013-04-24 09:49:48 -0400
commit9873100d2babfe4cbd068d8374d2da3c9edafea4 (patch)
tree4027a43067fce254564ea1ad3052fedb39aae824 /i18n/jquery-ui-timepicker-el.js
parentd2732aea262a61c89f4ed30572c044c008af23ba (diff)
downloadjQuery-Timepicker-Addon-9873100d2babfe4cbd068d8374d2da3c9edafea4.zip
jQuery-Timepicker-Addon-9873100d2babfe4cbd068d8374d2da3c9edafea4.tar.gz
jQuery-Timepicker-Addon-9873100d2babfe4cbd068d8374d2da3c9edafea4.tar.bz2
Renames localization to i18n
Diffstat (limited to 'i18n/jquery-ui-timepicker-el.js')
-rw-r--r--i18n/jquery-ui-timepicker-el.js20
1 files changed, 20 insertions, 0 deletions
diff --git a/i18n/jquery-ui-timepicker-el.js b/i18n/jquery-ui-timepicker-el.js
new file mode 100644
index 0000000..9109afd
--- /dev/null
+++ b/i18n/jquery-ui-timepicker-el.js
@@ -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);