Skip to content

Commit 8b95f20

Browse files
Bulgarian translation
1 parent 8c229ad commit 8b95f20

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
/* Bulgarian translation for the jQuery Timepicker Addon */
2+
/* Written by Plamen Kovandjiev */
3+
(function($) {
4+
$.timepicker.regional['bg'] = {
5+
timeOnlyTitle: 'Изберете време',
6+
timeText: 'Време',
7+
hourText: 'Час',
8+
minuteText: 'Минути',
9+
secondText: 'Секунди',
10+
millisecText: 'Милисекунди',
11+
timezoneText: 'Часови пояс',
12+
currentText: 'Сега',
13+
closeText: 'Затвори',
14+
timeFormat: 'hh:mm tt',
15+
amNames: ['AM', 'A'],
16+
pmNames: ['PM', 'P'],
17+
ampm: false
18+
};
19+
$.timepicker.setDefaults($.timepicker.regional['bg']);
20+
})(jQuery);

0 commit comments

Comments
 (0)