topical media & game development

talk show tell print

lib-jquery-style-custom-development-bundle-ui-i18n-ui.datepicker-no.js / js



  /* 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ø'],
          dateFormat: 'yy-mm-dd', firstDay: 0,
                  isRTL: false};
      .datepicker.setDefaults(.datepicker.regional['no']);
  });
  


(C) Æliens 20/2/2008

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.