source: main/trunk/greenstone3/web/interfaces/oran/js/jquery-ui-1.8.15/ui/i18n/jquery.ui.datepicker-no.js@ 24421

Last change on this file since 24421 was 24421, checked in by sjm84, 13 years ago

Adding a new version of jquery

  • Property svn:executable set to *
File size: 923 bytes
Line 
1/* Norwegian initialisation for the jQuery UI date picker plugin. */
2/* Written by Naimdjon Takhirov ([email protected]). */
3
4jQuery(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});
Note: See TracBrowser for help on using the repository browser.