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.
		
		
		
		
		
			
		
			
				
					
					
						
							14 lines
						
					
					
						
							647 B
						
					
					
				
			
		
		
	
	
							14 lines
						
					
					
						
							647 B
						
					
					
				/**
 | 
						|
 * Spanish translation for bootstrap-datepicker
 | 
						|
 * Bruno Bonamin <bruno.bonamin@gmail.com>
 | 
						|
 */
 | 
						|
;(function($){
 | 
						|
	$.fn.datepicker.dates['es'] = {
 | 
						|
		days: ["Domingo", "Lunes", "Martes", "Miércoles", "Jueves", "Viernes", "Sábado", "Domingo"],
 | 
						|
		daysShort: ["Dom", "Lun", "Mar", "Mié", "Jue", "Vie", "Sáb", "Dom"],
 | 
						|
		daysMin: ["Do", "Lu", "Ma", "Mi", "Ju", "Vi", "Sa", "Do"],
 | 
						|
		months: ["Enero", "Febrero", "Marzo", "Abril", "Mayo", "Junio", "Julio", "Agosto", "Septiembre", "Octubre", "Noviembre", "Diciembre"],
 | 
						|
		monthsShort: ["Ene", "Feb", "Mar", "Abr", "May", "Jun", "Jul", "Ago", "Sep", "Oct", "Nov", "Dic"],
 | 
						|
		today: "Hoy"
 | 
						|
	};
 | 
						|
}(jQuery));
 | 
						|
 |