summaryrefslogtreecommitdiff
path: root/plugins/jqueryui/js/i18n/jquery.ui.datepicker-sl.js
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2012-11-07 18:51:06 +0100
committerThomas Bruederli <thomas@roundcube.net>2012-11-07 18:51:06 +0100
commit91c0990385b310bfbae0bbb77489584cb2bdfa6d (patch)
tree92698c565bc4e6f19a371bbda6f38bb0a90f0c03 /plugins/jqueryui/js/i18n/jquery.ui.datepicker-sl.js
parent2ad0a8d3f661046daa80d593c56a6a728a50a7f2 (diff)
Updated to jQuery 1.8.2 and jQuery UI 1.9.1
Diffstat (limited to 'plugins/jqueryui/js/i18n/jquery.ui.datepicker-sl.js')
-rwxr-xr-x[-rw-r--r--]plugins/jqueryui/js/i18n/jquery.ui.datepicker-sl.js12
1 files changed, 6 insertions, 6 deletions
diff --git a/plugins/jqueryui/js/i18n/jquery.ui.datepicker-sl.js b/plugins/jqueryui/js/i18n/jquery.ui.datepicker-sl.js
index 516550192..048a47af7 100644..100755
--- a/plugins/jqueryui/js/i18n/jquery.ui.datepicker-sl.js
+++ b/plugins/jqueryui/js/i18n/jquery.ui.datepicker-sl.js
@@ -1,19 +1,19 @@
/* Slovenian initialisation for the jQuery UI date picker plugin. */
/* Written by Jaka Jancar (jaka@kubje.org). */
-/* c = &#x10D;, s = &#x161; z = &#x17E; C = &#x10C; S = &#x160; Z = &#x17D; */
+/* c = č, s = š z = ž C = Č S = Š Z = Ž */
jQuery(function($){
$.datepicker.regional['sl'] = {
closeText: 'Zapri',
- prevText: '&lt;Prej&#x161;nji',
- nextText: 'Naslednji&gt;',
+ prevText: '&#x3C;Prejšnji',
+ nextText: 'Naslednji&#x3E;',
currentText: 'Trenutni',
monthNames: ['Januar','Februar','Marec','April','Maj','Junij',
'Julij','Avgust','September','Oktober','November','December'],
monthNamesShort: ['Jan','Feb','Mar','Apr','Maj','Jun',
'Jul','Avg','Sep','Okt','Nov','Dec'],
- dayNames: ['Nedelja','Ponedeljek','Torek','Sreda','&#x10C;etrtek','Petek','Sobota'],
- dayNamesShort: ['Ned','Pon','Tor','Sre','&#x10C;et','Pet','Sob'],
- dayNamesMin: ['Ne','Po','To','Sr','&#x10C;e','Pe','So'],
+ dayNames: ['Nedelja','Ponedeljek','Torek','Sreda','Četrtek','Petek','Sobota'],
+ dayNamesShort: ['Ned','Pon','Tor','Sre','Čet','Pet','Sob'],
+ dayNamesMin: ['Ne','Po','To','Sr','Če','Pe','So'],
weekHeader: 'Teden',
dateFormat: 'dd.mm.yy',
firstDay: 1,