Further i18n.
[wolnelektury.git] / wolnelektury / static / js / jquery.countdown-pl.js
index 34b805a..81d5f07 100644 (file)
@@ -7,7 +7,9 @@
                labels: ['lat', 'miesięcy', 'tygodni', 'dni', 'godzin', 'minut', 'sekund'],\r
                labels1: ['rok', 'miesiąc', 'tydzień', 'dzień', 'godzina', 'minuta', 'sekunda'],\r
         labels2: ['lata', 'miesiące', 'tygodnie', 'dni', 'godziny', 'minuty', 'sekundy'],\r
-               compactLabels: ['l', 'm', 't', 'd'], compactLabels1: ['r', 'm', 't', 'd'],\r
+               compactLabels: ['l', 'm', 't', 'd'],\r
+               compactLabels1: ['r', 'm', 't', 'd'],\r
+        compactLabels2: ['l', 'm', 't', 'd'],\r
                timeSeparator: ':', isRTL: false,\r
                which: function(n){\r
                        return n==1 ? 1 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 2 : 0;\r
@@ -16,5 +18,5 @@
                        n == 1 ? 1 : 0;\r
                }\r
        };\r
-       $.countdown.setDefaults($.countdown.regional['pl']);\r
-})(jQuery);\r
+       //$.countdown.setDefaults($.countdown.regional['pl']);\r
+})(jQuery);
\ No newline at end of file