summaryrefslogtreecommitdiff
path: root/jqueryui/js/i18n/jquery.ui.datepicker-sr.js
diff options
context:
space:
mode:
Diffstat (limited to 'jqueryui/js/i18n/jquery.ui.datepicker-sr.js')
-rw-r--r--jqueryui/js/i18n/jquery.ui.datepicker-sr.js25
1 files changed, 25 insertions, 0 deletions
diff --git a/jqueryui/js/i18n/jquery.ui.datepicker-sr.js b/jqueryui/js/i18n/jquery.ui.datepicker-sr.js
new file mode 100644
index 0000000..246c80b
--- /dev/null
+++ b/jqueryui/js/i18n/jquery.ui.datepicker-sr.js
@@ -0,0 +1,25 @@
+/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt Expat (MIT) */
+/* Serbian i18n for the jQuery UI date picker plugin. */
+/* Written by Dejan Dimić. */
+jQuery(function($){
+ $.datepicker.regional['sr'] = {
+ closeText: 'Затвори',
+ prevText: '<',
+ nextText: '>',
+ currentText: 'Данас',
+ monthNames: ['Јануар','Фебруар','Март','Април','Мај','Јун',
+ 'Јул','Август','Септембар','Октобар','Новембар','Децембар'],
+ monthNamesShort: ['Јан','Феб','Мар','Апр','Мај','Јун',
+ 'Јул','Авг','Сеп','Окт','Нов','Дец'],
+ dayNames: ['Недеља','Понедељак','Уторак','Среда','Четвртак','Петак','Субота'],
+ dayNamesShort: ['Нед','Пон','Уто','Сре','Чет','Пет','Суб'],
+ dayNamesMin: ['Не','По','Ут','Ср','Че','Пе','Су'],
+ weekHeader: 'Сед',
+ dateFormat: 'dd/mm/yy',
+ firstDay: 1,
+ isRTL: false,
+ showMonthAfterYear: false,
+ yearSuffix: ''};
+ $.datepicker.setDefaults($.datepicker.regional['sr']);
+});
+/* @license-end */