topical media & game development

talk show tell print

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



  /* Slovenian initialisation for the jQuery UI date picker plugin. */
  /* Written by Jaka Jancar (jaka@kubje.org). */
  /* c = č, s = š z = ž C = Č S = Š Z = Ž */
  jQuery(function(){
          .datepicker.regional['sl'] = {
                  closeText: 'Zapri',
                  prevText: '<Prejšnji',
                  nextText: 'Naslednji>',
                  currentText: 'Trenutni',
                  monthNames: ['Januar','Februar','Marec','April','Maj','Junij',
                  'Julij','Avgust','September','Oktober','November','December'],
                  monthNamesShort: ['Jan','Feb','Mar','Apr','Maj','Jun',
                  'Jul','Avg','Sep','Okt','Nov','Dec'],
                  dayNames: ['Nedelja','Ponedeljek','Torek','Sreda','Četrtek','Petek','Sobota'],
                  dayNamesShort: ['Ned','Pon','Tor','Sre','Čet','Pet','Sob'],
                  dayNamesMin: ['Ne','Po','To','Sr','Če','Pe','So'],
                  dateFormat: 'dd.mm.yy', firstDay: 1,
                  isRTL: false};
          .datepicker.setDefaults(.datepicker.regional['sl']);
  });
  


(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.