summaryrefslogtreecommitdiffstats
path: root/localization
diff options
context:
space:
mode:
authorJun Omae <jun66j5@gmail.com>2011-08-15 15:52:36 +0900
committerJun Omae <jun66j5@gmail.com>2011-08-15 15:52:36 +0900
commit97990e9657967b13a00bf7b1afa238fff9d78f61 (patch)
treec07a943779ca76f3ca0ce2814f5bed594169a310 /localization
parent195be63853a6be20fb50054ece23f738e0b93a3e (diff)
parent00a2cad13b541086bb5ce1bc53772e00ef16ba27 (diff)
downloadjQuery-Timepicker-Addon-97990e9657967b13a00bf7b1afa238fff9d78f61.zip
jQuery-Timepicker-Addon-97990e9657967b13a00bf7b1afa238fff9d78f61.tar.gz
jQuery-Timepicker-Addon-97990e9657967b13a00bf7b1afa238fff9d78f61.tar.bz2
Merge remote-tracking branch 'trentrichardson/dev' into l10n-ampm
Diffstat (limited to 'localization')
-rw-r--r--localization/jquery-ui-timepicker-pl.js18
1 files changed, 18 insertions, 0 deletions
diff --git a/localization/jquery-ui-timepicker-pl.js b/localization/jquery-ui-timepicker-pl.js
new file mode 100644
index 0000000..4597b8a
--- /dev/null
+++ b/localization/jquery-ui-timepicker-pl.js
@@ -0,0 +1,18 @@
+/* German 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',
+ timezoneText: 'Strefa czasowa',
+ currentText: 'Teraz',
+ closeText: 'Gotowe',
+ timeFormat: 'hh:mm tt',
+ ampm: false
+ };
+ $.timepicker.setDefaults($.timepicker.regional['pl']);
+})(jQuery);