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.
		
		
		
		
		
			
		
			
				
					
					
						
							17 lines
						
					
					
						
							701 B
						
					
					
				
			
		
		
	
	
							17 lines
						
					
					
						
							701 B
						
					
					
				/**
 | 
						|
 * French translation for bootstrap-datepicker
 | 
						|
 * Nico Mollet <nico.mollet@gmail.com>
 | 
						|
 */
 | 
						|
;(function($){
 | 
						|
	$.fn.datepicker.dates['fr'] = {
 | 
						|
		days: ["Dimanche", "Lundi", "Mardi", "Mercredi", "Jeudi", "Vendredi", "Samedi", "Dimanche"],
 | 
						|
		daysShort: ["Dim", "Lun", "Mar", "Mer", "Jeu", "Ven", "Sam", "Dim"],
 | 
						|
		daysMin: ["D", "L", "Ma", "Me", "J", "V", "S", "D"],
 | 
						|
		months: ["Janvier", "Février", "Mars", "Avril", "Mai", "Juin", "Juillet", "Août", "Septembre", "Octobre", "Novembre", "Décembre"],
 | 
						|
		monthsShort: ["Jan", "Fév", "Mar", "Avr", "Mai", "Jui", "Jul", "Aou", "Sep", "Oct", "Nov", "Déc"],
 | 
						|
		today: "Aujourd'hui",
 | 
						|
		clear: "Effacer",
 | 
						|
		weekStart: 1,
 | 
						|
		format: "dd/mm/yyyy"
 | 
						|
	};
 | 
						|
}(jQuery));
 | 
						|
 |