summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--localization/jquery-ui-timepicker-pl.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/localization/jquery-ui-timepicker-pl.js b/localization/jquery-ui-timepicker-pl.js
index 4597b8a..085eb88 100644
--- a/localization/jquery-ui-timepicker-pl.js
+++ b/localization/jquery-ui-timepicker-pl.js
@@ -1,4 +1,4 @@
-/* German translation for the jQuery Timepicker Addon */
+/* Polish translation for the jQuery Timepicker Addon */
/* Written by MichaƂ Pena */
(function($) {
$.timepicker.regional['pl'] = {
@@ -12,6 +12,8 @@
currentText: 'Teraz',
closeText: 'Gotowe',
timeFormat: 'hh:mm tt',
+ amNames: ['AM', 'A'],
+ pmNames: ['PM', 'P'],
ampm: false
};
$.timepicker.setDefaults($.timepicker.regional['pl']);