summaryrefslogtreecommitdiffstats
path: root/dist/i18n/jquery-ui-timepicker-pl.js
diff options
context:
space:
mode:
authorTrent Richardson <trentdrichardson@gmail.com>2013-08-11 17:53:41 -0400
committerTrent Richardson <trentdrichardson@gmail.com>2013-08-11 17:53:41 -0400
commit18de616243dae142bcef4c7bcbe050348454ca57 (patch)
tree3f98df5ba2ca135f5cb2aead9715a856d3dee49f /dist/i18n/jquery-ui-timepicker-pl.js
parent2675998f0275fd7b1606756da0e8e211c85ad414 (diff)
parent9c7d37fe17fe033e7103cbb41eec273d1225f84b (diff)
downloadjQuery-Timepicker-Addon-18de616243dae142bcef4c7bcbe050348454ca57.zip
jQuery-Timepicker-Addon-18de616243dae142bcef4c7bcbe050348454ca57.tar.gz
jQuery-Timepicker-Addon-18de616243dae142bcef4c7bcbe050348454ca57.tar.bz2
Merge branch 'dev'
Diffstat (limited to 'dist/i18n/jquery-ui-timepicker-pl.js')
-rw-r--r--dist/i18n/jquery-ui-timepicker-pl.js21
1 files changed, 21 insertions, 0 deletions
diff --git a/dist/i18n/jquery-ui-timepicker-pl.js b/dist/i18n/jquery-ui-timepicker-pl.js
new file mode 100644
index 0000000..5b7d4a9
--- /dev/null
+++ b/dist/i18n/jquery-ui-timepicker-pl.js
@@ -0,0 +1,21 @@
+/* Polish translation for the jQuery Timepicker Addon */
+/* Written by Michał Pena */
+(function($) {
+ $.timepicker.regional['pl'] = {
+ timeOnlyTitle: 'Wybierz godzinę',
+ timeText: 'Czas',
+ hourText: 'Godzina',
+ minuteText: 'Minuta',
+ secondText: 'Sekunda',
+ millisecText: 'Milisekunda',
+ microsecText: 'Mikrosekunda',
+ timezoneText: 'Strefa czasowa',
+ currentText: 'Teraz',
+ closeText: 'Gotowe',
+ timeFormat: 'HH:mm',
+ amNames: ['AM', 'A'],
+ pmNames: ['PM', 'P'],
+ isRTL: false
+ };
+ $.timepicker.setDefaults($.timepicker.regional['pl']);
+})(jQuery);