mirror of https://github.com/dani/vroom.git
Video conf based on SimpleWebRTC https://vroom.fws.fr/documentation
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
784 B
18 lines
784 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"],
|
|
daysShort: ["Pühap", "Esmasp", "Teisip", "Kolmap", "Neljap", "Reede", "Laup"],
|
|
daysMin: ["P", "E", "T", "K", "N", "R", "L"],
|
|
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));
|
|
|