/[projects]/misc/horsensspejder-web/jquery/jquery-ui-1.10.3/ui/i18n/jquery.ui.datepicker-nb.js
ViewVC logotype

Contents of /misc/horsensspejder-web/jquery/jquery-ui-1.10.3/ui/i18n/jquery.ui.datepicker-nb.js

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2125 - (show annotations) (download) (as text)
Wed Mar 12 19:30:05 2014 UTC (10 years, 3 months ago) by torben
File MIME type: application/javascript
File size: 896 byte(s)
initial import
1 /* Norwegian Bokmål initialisation for the jQuery UI date picker plugin. */
2 /* Written by Bjørn Johansen (post@bjornjohansen.no). */
3 jQuery(function($){
4 $.datepicker.regional['nb'] = {
5 closeText: 'Lukk',
6 prevText: '«Forrige',
7 nextText: 'Neste»',
8 currentText: 'I dag',
9 monthNames: ['januar','februar','mars','april','mai','juni','juli','august','september','oktober','november','desember'],
10 monthNamesShort: ['jan','feb','mar','apr','mai','jun','jul','aug','sep','okt','nov','des'],
11 dayNamesShort: ['søn','man','tir','ons','tor','fre','lør'],
12 dayNames: ['søndag','mandag','tirsdag','onsdag','torsdag','fredag','lørdag'],
13 dayNamesMin: ['sø','ma','ti','on','to','fr','lø'],
14 weekHeader: 'Uke',
15 dateFormat: 'dd.mm.yy',
16 firstDay: 1,
17 isRTL: false,
18 showMonthAfterYear: false,
19 yearSuffix: ''
20 };
21 $.datepicker.setDefaults($.datepicker.regional['nb']);
22 });

  ViewVC Help
Powered by ViewVC 1.1.20