~jstys-z/helioviewer.org/client5

« back to all changes in this revision

Viewing changes to lib/jquery/jquery.ui-1.7.1/development-bundle/ui/i18n/ui.datepicker-es.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
/* Inicializaci�n en espa�ol para la extensi�n 'UI date picker' para jQuery. */
 
2
/* Traducido por Vester (xvester@gmail.com). */
 
3
jQuery(function($){
 
4
        $.datepicker.regional['es'] = {
 
5
                closeText: 'Cerrar',
 
6
                prevText: '<Ant',
 
7
                nextText: 'Sig>',
 
8
                currentText: 'Hoy',
 
9
                monthNames: ['Enero','Febrero','Marzo','Abril','Mayo','Junio',
 
10
                'Julio','Agosto','Septiembre','Octubre','Noviembre','Diciembre'],
 
11
                monthNamesShort: ['Ene','Feb','Mar','Abr','May','Jun',
 
12
                'Jul','Ago','Sep','Oct','Nov','Dic'],
 
13
                dayNames: ['Domingo','Lunes','Martes','Miércoles','Jueves','Viernes','Sábado'],
 
14
                dayNamesShort: ['Dom','Lun','Mar','Mié','Juv','Vie','Sáb'],
 
15
                dayNamesMin: ['Do','Lu','Ma','Mi','Ju','Vi','Sá'],
 
16
                dateFormat: 'dd/mm/yy', firstDay: 0,
 
17
                isRTL: false};
 
18
        $.datepicker.setDefaults($.datepicker.regional['es']);
 
19
});
 
 
b'\\ No newline at end of file'