diff options
Diffstat (limited to 'themes/default/js/ui/i18n/jquery.ui.timepicker-bg.js')
-rw-r--r-- | themes/default/js/ui/i18n/jquery.ui.timepicker-bg.js | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/themes/default/js/ui/i18n/jquery.ui.timepicker-bg.js b/themes/default/js/ui/i18n/jquery.ui.timepicker-bg.js new file mode 100644 index 000000000..1efb439ab --- /dev/null +++ b/themes/default/js/ui/i18n/jquery.ui.timepicker-bg.js @@ -0,0 +1,21 @@ +/* Bulgarian translation for the jQuery Timepicker Addon */ +/* Written by Plamen Kovandjiev */ +(function($) { + $.timepicker.regional['bg'] = { + timeOnlyTitle: 'Изберете време', + timeText: 'Време', + hourText: 'Час', + minuteText: 'Минути', + secondText: 'Секунди', + millisecText: 'Милисекунди', + microsecText: 'Микросекунди', + timezoneText: 'Часови пояс', + currentText: 'Сега', + closeText: 'Затвори', + timeFormat: 'HH:mm', + amNames: ['AM', 'A'], + pmNames: ['PM', 'P'], + isRTL: false + }; + $.timepicker.setDefaults($.timepicker.regional['bg']); +})(jQuery);
\ No newline at end of file |