Sha256: 5a3e4b403fea3bc98f0108196e60d6090b3d4afb42b50c7e3017d235b19efc89

Contents?: true

Size: 958 Bytes

Versions: 5

Compression:

Stored size: 958 Bytes

Contents

/* Norwegian initialisation for the jQuery UI date picker plugin. */
/* Written by Naimdjon Takhirov (naimdjon@gmail.com). */
jQuery(function($){
    $.datepicker.regional['no'] = {
		closeText: 'Lukk',
        prevText: '«Forrige',
		nextText: 'Neste»',
		currentText: 'I dag',
        monthNames: ['Januar','Februar','Mars','April','Mai','Juni',
        'Juli','August','September','Oktober','November','Desember'],
        monthNamesShort: ['Jan','Feb','Mar','Apr','Mai','Jun',
        'Jul','Aug','Sep','Okt','Nov','Des'],
		dayNamesShort: ['Søn','Man','Tir','Ons','Tor','Fre','Lør'],
		dayNames: ['Søndag','Mandag','Tirsdag','Onsdag','Torsdag','Fredag','Lørdag'],
		dayNamesMin: ['Sø','Ma','Ti','On','To','Fr','Lø'],
		weekHeader: 'Uke',
        dateFormat: 'dd.mm.yy',
		firstDay: 1,
		isRTL: false,
		showMonthAfterYear: false,
		yearSuffix: ''};
    $.datepicker.setDefaults($.datepicker.regional['no']);
});

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
compass-jquery-plugin-0.3.2.3 templates/jquery/i18n/jquery.ui/datepicker-no.js
compass-jquery-plugin-0.3.2.2 templates/jquery/i18n/jquery.ui/datepicker-no.js
compass-jquery-plugin-0.3.2.1 templates/jquery/i18n/jquery.ui/datepicker-no.js
compass-jquery-plugin-0.3.2.0 templates/jquery/i18n/jquery.ui/datepicker-no.js
compass-jquery-plugin-0.3.2.pre.2 templates/jquery/i18n/jquery.ui/datepicker-no.js