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
712 B
18 lines
712 B
9 years ago
|
/**
|
||
|
* Esperanto translation for bootstrap-datepicker
|
||
|
* Emmanuel Debanne <https://github.com/debanne>
|
||
|
*/
|
||
|
;(function($){
|
||
|
$.fn.datepicker.dates['eo'] = {
|
||
|
days: ["dimanĉo", "lundo", "mardo", "merkredo", "ĵaŭdo", "vendredo", "sabato"],
|
||
|
daysShort: ["dim.", "lun.", "mar.", "mer.", "ĵaŭ.", "ven.", "sam."],
|
||
|
daysMin: ["d", "l", "ma", "me", "ĵ", "v", "s"],
|
||
|
months: ["januaro", "februaro", "marto", "aprilo", "majo", "junio", "julio", "aŭgusto", "septembro", "oktobro", "novembro", "decembro"],
|
||
|
monthsShort: ["jan.", "feb.", "mar.", "apr.", "majo", "jun.", "jul.", "aŭg.", "sep.", "okt.", "nov.", "dec."],
|
||
|
today: "Hodiaŭ",
|
||
|
clear: "Nuligi",
|
||
|
weekStart: 1,
|
||
|
format: "yyyy-mm-dd"
|
||
|
};
|
||
|
}(jQuery));
|