jquery.countdown upgraded, added Ukrainian l10n
[wolnelektury.git] / wolnelektury / static / js / jquery.countdown-uk.js
diff --git a/wolnelektury/static/js/jquery.countdown-uk.js b/wolnelektury/static/js/jquery.countdown-uk.js
new file mode 100644 (file)
index 0000000..e38ab04
--- /dev/null
@@ -0,0 +1,12 @@
+/* http://keith-wood.name/countdown.html\r
+ * Ukrainian initialisation for the jQuery countdown extension\r
+ * Written by Goloborodko M misha.gm@gmail.com (2009) */\r
+(function($) {\r
+       $.countdown.regional['uk'] = {\r
+               labels: ['Років', 'Місяців', 'Тижднів', 'Днів', 'Годин', 'Хвилин', 'Секунд'],\r
+               labels1: ['Рік', 'Місяць', 'Тиждень', 'День', 'Година', 'Хвилина', 'Секунда'],\r
+               compactLabels: ['r', 'm', 't', 'd'],\r
+               whichLabels: null,\r
+               timeSeparator: ':', isRTL: false};\r
+       $.countdown.setDefaults($.countdown.regional['uk']);\r
+})(jQuery);\r