~jstys-z/helioviewer.org/timeline

« back to all changes in this revision

Viewing changes to lib/jquery/jquery.ui-1.7.1/development-bundle/ui/i18n/ui.datepicker-eo.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
/* Esperanto initialisation for the jQuery UI date picker plugin. */
 
2
/* Written by Olivier M. (olivierweb@ifrance.com). */
 
3
jQuery(function($){
 
4
        $.datepicker.regional['eo'] = {
 
5
                closeText: 'Fermi',
 
6
                prevText: '<Anta',
 
7
                nextText: 'Sekv>',
 
8
                currentText: 'Nuna',
 
9
                monthNames: ['Januaro','Februaro','Marto','Aprilo','Majo','Junio',
 
10
                'Julio','Aŭgusto','Septembro','Oktobro','Novembro','Decembro'],
 
11
                monthNamesShort: ['Jan','Feb','Mar','Apr','Maj','Jun',
 
12
                'Jul','Aŭg','Sep','Okt','Nov','Dec'],
 
13
                dayNames: ['Dimanĉo','Lundo','Mardo','Merkredo','Ĵaŭdo','Vendredo','Sabato'],
 
14
                dayNamesShort: ['Dim','Lun','Mar','Mer','Ĵaŭ','Ven','Sab'],
 
15
                dayNamesMin: ['Di','Lu','Ma','Me','Ĵa','Ve','Sa'],
 
16
                dateFormat: 'dd/mm/yy', firstDay: 0,
 
17
                isRTL: false};
 
18
        $.datepicker.setDefaults($.datepicker.regional['eo']);
 
19
});