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

Contents of /misc/horsensspejder-web/jquery/jquery-ui-1.10.3/ui/i18n/jquery.ui.datepicker-nn.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: 893 byte(s)
initial import
1 /* Norwegian Nynorsk initialisation for the jQuery UI date picker plugin. */
2 /* Written by Bjørn Johansen (post@bjornjohansen.no). */
3 jQuery(function($){
4 $.datepicker.regional['nn'] = {
5 closeText: 'Lukk',
6 prevText: '«Førre',
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: ['sun','mån','tys','ons','tor','fre','lau'],
12 dayNames: ['sundag','måndag','tysdag','onsdag','torsdag','fredag','laurdag'],
13 dayNamesMin: ['su','må','ty','on','to','fr','la'],
14 weekHeader: 'Veke',
15 dateFormat: 'dd.mm.yy',
16 firstDay: 1,
17 isRTL: false,
18 showMonthAfterYear: false,
19 yearSuffix: ''
20 };
21 $.datepicker.setDefaults($.datepicker.regional['nn']);
22 });

  ViewVC Help
Powered by ViewVC 1.1.20