~jstys-z/helioviewer.org/timeline

« back to all changes in this revision

Viewing changes to lib/jquery/jquery.ui-1.6rc2/ui/i18n/ui.datepicker-sk.js

  • Committer: V. Keith Hughitt
  • Date: 2009-03-26 19:20:57 UTC
  • Revision ID: hughitt1@kore-20090326192057-u0x8rf8sf5lmmnwh
nightly build 03-26-2009: Using alpha-channel JPEG 2000 dataset

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* Slovak initialisation for the jQuery UI date picker plugin. */
2
 
/* Written by Vojtech Rinik (vojto@hmm.sk). */
3
 
jQuery(function($){
4
 
        $.datepicker.regional['sk'] = {
5
 
                clearText: 'Zmazať', clearStatus: '',
6
 
                closeText: 'Zavrieť', closeStatus: '',
7
 
                prevText: '<Predchádzajúci',  prevStatus: '',
8
 
                prevBigText: '<<', prevBigStatus: '',
9
 
                nextText: 'Nasledujúci>', nextStatus: '',
10
 
                nextBigText: '>>', nextBigStatus: '',
11
 
                currentText: 'Dnes', currentStatus: '',
12
 
                monthNames: ['Január','Február','Marec','Apríl','Máj','Jún',
13
 
                'Júl','August','September','Október','November','December'],
14
 
                monthNamesShort: ['Jan','Feb','Mar','Apr','Máj','Jún',
15
 
                'Júl','Aug','Sep','Okt','Nov','Dec'],
16
 
                monthStatus: '', yearStatus: '',
17
 
                weekHeader: 'Ty', weekStatus: '',
18
 
                dayNames: ['Nedel\'a','Pondelok','Utorok','Streda','Štvrtok','Piatok','Sobota'],
19
 
                dayNamesShort: ['Ned','Pon','Uto','Str','Štv','Pia','Sob'],
20
 
                dayNamesMin: ['Ne','Po','Ut','St','Št','Pia','So'],
21
 
                dayStatus: 'DD', dateStatus: 'D, M d',
22
 
                dateFormat: 'dd.mm.yy', firstDay: 0, 
23
 
                initStatus: '', isRTL: false};
24
 
        $.datepicker.setDefaults($.datepicker.regional['sk']);
25
 
});