summaryrefslogtreecommitdiff
path: root/xstatic/pkg/jquery_ui/data/ui/i18n/jquery.ui.datepicker-sr.js
diff options
context:
space:
mode:
authorReimar Bauer <rb.proj AT googlemail DOT com@localhost>2012-02-25 10:39:56 +0100
committerReimar Bauer <rb.proj AT googlemail DOT com@localhost>2012-02-25 10:39:56 +0100
commit1e6c53614b87f0f135f3083cee7cd00ccdfb53dd (patch)
treefb51d3bf6b6d0dfcb0d86421e043c4ac6b18451e /xstatic/pkg/jquery_ui/data/ui/i18n/jquery.ui.datepicker-sr.js
downloadxstatic-jquery-ui-git-1e6c53614b87f0f135f3083cee7cd00ccdfb53dd.tar.gz
initial version of jquery-ui-1.8.18 for XStatic packaging standard
Diffstat (limited to 'xstatic/pkg/jquery_ui/data/ui/i18n/jquery.ui.datepicker-sr.js')
-rw-r--r--xstatic/pkg/jquery_ui/data/ui/i18n/jquery.ui.datepicker-sr.js23
1 files changed, 23 insertions, 0 deletions
diff --git a/xstatic/pkg/jquery_ui/data/ui/i18n/jquery.ui.datepicker-sr.js b/xstatic/pkg/jquery_ui/data/ui/i18n/jquery.ui.datepicker-sr.js
new file mode 100644
index 0000000..0bd240e
--- /dev/null
+++ b/xstatic/pkg/jquery_ui/data/ui/i18n/jquery.ui.datepicker-sr.js
@@ -0,0 +1,23 @@
+/* Serbian i18n for the jQuery UI date picker plugin. */
+/* Written by Dejan Dimić. */
+jQuery(function($){
+ $.datepicker.regional['sr'] = {
+ closeText: 'Затвори',
+ prevText: '&#x3c;',
+ nextText: '&#x3e;',
+ currentText: 'Данас',
+ monthNames: ['Јануар','Фебруар','Март','Април','Мај','Јун',
+ 'Јул','Август','Септембар','Октобар','Новембар','Децембар'],
+ monthNamesShort: ['Јан','Феб','Мар','Апр','Мај','Јун',
+ 'Јул','Авг','Сеп','Окт','Нов','Дец'],
+ dayNames: ['Недеља','Понедељак','Уторак','Среда','Четвртак','Петак','Субота'],
+ dayNamesShort: ['Нед','Пон','Уто','Сре','Чет','Пет','Суб'],
+ dayNamesMin: ['Не','По','Ут','Ср','Че','Пе','Су'],
+ weekHeader: 'Сед',
+ dateFormat: 'dd/mm/yy',
+ firstDay: 1,
+ isRTL: false,
+ showMonthAfterYear: false,
+ yearSuffix: ''};
+ $.datepicker.setDefaults($.datepicker.regional['sr']);
+});