source: trunk/template-common/lib/ui/i18n/ui.datepicker-es.js @ 4918

Last change on this file since 4918 was 4918, checked in by nikrou, 14 years ago

Feature 1442 : update jquery

  • update jquery to 1.4.1
  • update jquery ui to 1.7.2
  • Property svn:eol-style set to LF
File size: 859 bytes
Line 
1/* Inicializaci�n en espa�ol para la extensi�n 'UI date picker' para jQuery. */
2/* Traducido por Vester (xvester@gmail.com). */
3jQuery(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});
Note: See TracBrowser for help on using the repository browser.