summaryrefslogtreecommitdiffstats
path: root/src/i18n/jquery-ui-timepicker-bg.js
diff options
context:
space:
mode:
authorTrent Richardson <trentdrichardson@gmail.com>2013-07-28 18:08:38 -0400
committerTrent Richardson <trentdrichardson@gmail.com>2013-07-28 18:08:38 -0400
commit51e8a3a4f8e01876c964b237adab2eebc50650e1 (patch)
tree1eb8319bf404747155983d0f9735f5389f95a42d /src/i18n/jquery-ui-timepicker-bg.js
parent8a812edfa0dfaab50191ffdaa41d244d19d7f979 (diff)
downloadjQuery-Timepicker-Addon-51e8a3a4f8e01876c964b237adab2eebc50650e1.zip
jQuery-Timepicker-Addon-51e8a3a4f8e01876c964b237adab2eebc50650e1.tar.gz
jQuery-Timepicker-Addon-51e8a3a4f8e01876c964b237adab2eebc50650e1.tar.bz2
Migrate to grunt setup
Diffstat (limited to 'src/i18n/jquery-ui-timepicker-bg.js')
-rw-r--r--src/i18n/jquery-ui-timepicker-bg.js21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/i18n/jquery-ui-timepicker-bg.js b/src/i18n/jquery-ui-timepicker-bg.js
new file mode 100644
index 0000000..1efb439
--- /dev/null
+++ b/src/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