Mercurial > hg > STI-GWT
comparison war/scripts/jQuery/ui/i18n/jquery.ui.datepicker-no.js @ 3:cf06b77a8bbd
Committed branch of the e4D repos sti-gwt branch 16384.
git-svn-id: http://dev.dariah.eu/svn/repos/eu.dariah.de/ap1/sti-gwt-dariah-geobrowser@36 f2b5be40-def6-11e0-8a09-b3c1cc336c6b
author | StefanFunk <StefanFunk@f2b5be40-def6-11e0-8a09-b3c1cc336c6b> |
---|---|
date | Tue, 17 Jul 2012 13:34:40 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
2:2897af43ccc6 | 3:cf06b77a8bbd |
---|---|
1 /* Norwegian initialisation for the jQuery UI date picker plugin. */ | |
2 /* Written by Naimdjon Takhirov (naimdjon@gmail.com). */ | |
3 | |
4 jQuery(function($){ | |
5 $.datepicker.regional['no'] = { | |
6 closeText: 'Lukk', | |
7 prevText: '«Forrige', | |
8 nextText: 'Neste»', | |
9 currentText: 'I dag', | |
10 monthNames: ['januar','februar','mars','april','mai','juni','juli','august','september','oktober','november','desember'], | |
11 monthNamesShort: ['jan','feb','mar','apr','mai','jun','jul','aug','sep','okt','nov','des'], | |
12 dayNamesShort: ['søn','man','tir','ons','tor','fre','lør'], | |
13 dayNames: ['søndag','mandag','tirsdag','onsdag','torsdag','fredag','lørdag'], | |
14 dayNamesMin: ['sø','ma','ti','on','to','fr','lø'], | |
15 weekHeader: 'Uke', | |
16 dateFormat: 'dd.mm.yy', | |
17 firstDay: 1, | |
18 isRTL: false, | |
19 showMonthAfterYear: false, | |
20 yearSuffix: '' | |
21 }; | |
22 $.datepicker.setDefaults($.datepicker.regional['no']); | |
23 }); |