summaryrefslogtreecommitdiffstats
path: root/i18n/jquery-ui-timepicker-bg.js
diff options
context:
space:
mode:
Diffstat (limited to 'i18n/jquery-ui-timepicker-bg.js')
-rw-r--r--i18n/jquery-ui-timepicker-bg.js21
1 files changed, 0 insertions, 21 deletions
diff --git a/i18n/jquery-ui-timepicker-bg.js b/i18n/jquery-ui-timepicker-bg.js
deleted file mode 100644
index 1efb439..0000000
--- a/i18n/jquery-ui-timepicker-bg.js
+++ /dev/null
@@ -1,21 +0,0 @@
-/* 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