source: main/trunk/greenstone3/web/interfaces/oran/js/jquery-ui-1.8rc1/ui/i18n/jquery.ui.datepicker-no.js@ 24245

Last change on this file since 24245 was 24245, checked in by sjb48, 13 years ago

Oran code for supporting format changes to document.

  • Property svn:executable set to *
File size: 958 bytes
Line 
1/* Norwegian initialisation for the jQuery UI date picker plugin. */
2/* Written by Naimdjon Takhirov ([email protected]). */
3jQuery(function($){
4 $.datepicker.regional['no'] = {
5 closeText: 'Lukk',
6 prevText: '«Forrige',
7 nextText: 'Neste»',
8 currentText: 'I dag',
9 monthNames: ['Januar','Februar','Mars','April','Mai','Juni',
10 'Juli','August','September','Oktober','November','Desember'],
11 monthNamesShort: ['Jan','Feb','Mar','Apr','Mai','Jun',
12 'Jul','Aug','Sep','Okt','Nov','Des'],
13 dayNamesShort: ['SÞn','Man','Tir','Ons','Tor','Fre','LÞr'],
14 dayNames: ['SÞndag','Mandag','Tirsdag','Onsdag','Torsdag','Fredag','LÞrdag'],
15 dayNamesMin: ['SÞ','Ma','Ti','On','To','Fr','LÞ'],
16 weekHeader: 'Uke',
17 dateFormat: 'yy-mm-dd',
18 firstDay: 0,
19 isRTL: false,
20 showMonthAfterYear: false,
21 yearSuffix: ''};
22 $.datepicker.setDefaults($.datepicker.regional['no']);
23});
Note: See TracBrowser for help on using the repository browser.