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
						
					
					
						
							736 B
						
					
					
				
			
		
		
	
	
							17 lines
						
					
					
						
							736 B
						
					
					
				| /**
 | |
|  * Belgium-Dutch translation for bootstrap-datepicker
 | |
|  * Julien Poulin <poulin_julien@hotmail.com>
 | |
|  */
 | |
| ;(function($){
 | |
|   $.fn.datepicker.dates['nl-BE'] = {
 | |
|     days: ["Zondag", "Maandag", "Dinsdag", "Woensdag", "Donderdag", "Vrijdag", "Zaterdag", "Zondag"],
 | |
|     daysShort: ["Zo", "Ma", "Di", "Wo", "Do", "Vr", "Za", "Zo"],
 | |
|     daysMin: ["Zo", "Ma", "Di", "Wo", "Do", "Vr", "Za", "Zo"],
 | |
|     months: ["Januari", "Februari", "Maart", "April", "Mei", "Juni", "Juli", "Augustus", "September", "Oktober", "November", "December"],
 | |
|     monthsShort: ["Jan", "Feb", "Mrt", "Apr", "Mei", "Jun", "Jul", "Aug", "Sep", "Okt", "Nov", "Dec"],
 | |
|     today: "Vandaag",
 | |
|     clear: "Leegmaken",
 | |
|     weekStart: 1,
 | |
|     format: "dd/mm/yyyy"
 | |
|   };
 | |
| }(jQuery));
 | |
| 
 |