You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
			
				
					24 lines
				
				896 B
			
		
		
			
		
	
	
					24 lines
				
				896 B
			| 
											13 years ago
										 | /* Inicialización en español para la extensión 'UI date picker' para jQuery. */
 | ||
|  | /* Traducido por Vester (xvester@gmail.com). */
 | ||
|  | jQuery(function($){
 | ||
|  | 	$.datepicker.regional['es'] = {
 | ||
|  | 		closeText: 'Cerrar',
 | ||
|  | 		prevText: '<Ant',
 | ||
|  | 		nextText: 'Sig>',
 | ||
|  | 		currentText: 'Hoy',
 | ||
|  | 		monthNames: ['Enero','Febrero','Marzo','Abril','Mayo','Junio',
 | ||
|  | 		'Julio','Agosto','Septiembre','Octubre','Noviembre','Diciembre'],
 | ||
|  | 		monthNamesShort: ['Ene','Feb','Mar','Abr','May','Jun',
 | ||
|  | 		'Jul','Ago','Sep','Oct','Nov','Dic'],
 | ||
|  | 		dayNames: ['Domingo','Lunes','Martes','Miércoles','Jueves','Viernes','Sábado'],
 | ||
|  | 		dayNamesShort: ['Dom','Lun','Mar','Mié','Juv','Vie','Sáb'],
 | ||
|  | 		dayNamesMin: ['Do','Lu','Ma','Mi','Ju','Vi','Sá'],
 | ||
|  | 		weekHeader: 'Sm',
 | ||
|  | 		dateFormat: 'dd/mm/yy',
 | ||
|  | 		firstDay: 1,
 | ||
|  | 		isRTL: false,
 | ||
|  | 		showMonthAfterYear: false,
 | ||
|  | 		yearSuffix: ''};
 | ||
|  | 	$.datepicker.setDefaults($.datepicker.regional['es']);
 | ||
|  | });
 |