topical media & game development

talk show tell print

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



  /* Slovak initialisation for the jQuery UI date picker plugin. */
  /* Written by Vojtech Rinik (vojto@hmm.sk). */
  jQuery(function(){
          .datepicker.regional['sk'] = {
                  closeText: 'Zavrieť',
                  prevText: '<Predchádzajúci',
                  nextText: 'Nasledujúci>',
                  currentText: 'Dnes',
                  monthNames: ['Január','Február','Marec','Apríl','Máj','Jún',
                  'Júl','August','September','Október','November','December'],
                  monthNamesShort: ['Jan','Feb','Mar','Apr','Máj','Jún',
                  'Júl','Aug','Sep','Okt','Nov','Dec'],
                  dayNames: ['Nedel\'a','Pondelok','Utorok','Streda','Štvrtok','Piatok','Sobota'],
                  dayNamesShort: ['Ned','Pon','Uto','Str','Štv','Pia','Sob'],
                  dayNamesMin: ['Ne','Po','Ut','St','Št','Pia','So'],
                  dateFormat: 'dd.mm.yy', firstDay: 0,
                  isRTL: false};
          .datepicker.setDefaults(.datepicker.regional['sk']);
  });
  


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