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.
		
		
		
		
		
			
		
			
				
					
					
						
							18 lines
						
					
					
						
							813 B
						
					
					
				
			
		
		
	
	
							18 lines
						
					
					
						
							813 B
						
					
					
				| /**
 | |
|  * Estonian translation for bootstrap-datepicker
 | |
|  * Ando Roots <https://github.com/anroots>
 | |
|  * Fixes by Illimar Tambek <<https://github.com/ragulka>
 | |
|  */
 | |
| ;(function($){
 | |
| 	$.fn.datepicker.dates['et'] = {
 | |
| 		days: ["Pühapäev", "Esmaspäev", "Teisipäev", "Kolmapäev", "Neljapäev", "Reede", "Laupäev", "Pühapäev"],
 | |
| 		daysShort: ["Pühap", "Esmasp", "Teisip", "Kolmap", "Neljap", "Reede", "Laup", "Pühap"],
 | |
| 		daysMin: ["P", "E", "T", "K", "N", "R", "L", "P"],
 | |
| 		months: ["Jaanuar", "Veebruar", "Märts", "Aprill", "Mai", "Juuni", "Juuli", "August", "September", "Oktoober", "November", "Detsember"],
 | |
| 		monthsShort: ["Jaan", "Veebr", "Märts", "Apr", "Mai", "Juuni", "Juuli", "Aug", "Sept", "Okt", "Nov", "Dets"],
 | |
| 		today: "Täna",
 | |
| 		clear: "Tühjenda",
 | |
| 		weekStart: 1,
 | |
| 		format: "dd.mm.yyyy"
 | |
| 	};
 | |
| }(jQuery));
 | |
| 
 |