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.
17 lines
700 B
17 lines
700 B
/**
|
|
* Catalan translation for bootstrap-datepicker
|
|
* J. Garcia <jogaco.en@gmail.com>
|
|
*/
|
|
;(function($){
|
|
$.fn.datepicker.dates['ca'] = {
|
|
days: ["Diumenge", "Dilluns", "Dimarts", "Dimecres", "Dijous", "Divendres", "Dissabte", "Diumenge"],
|
|
daysShort: ["Diu", "Dil", "Dmt", "Dmc", "Dij", "Div", "Dis", "Diu"],
|
|
daysMin: ["dg", "dl", "dt", "dc", "dj", "dv", "ds", "dg"],
|
|
months: ["Gener", "Febrer", "Març", "Abril", "Maig", "Juny", "Juliol", "Agost", "Setembre", "Octubre", "Novembre", "Desembre"],
|
|
monthsShort: ["Gen", "Feb", "Mar", "Abr", "Mai", "Jun", "Jul", "Ago", "Set", "Oct", "Nov", "Des"],
|
|
today: "Avui",
|
|
clear: "Esborrar",
|
|
weekStart: 1,
|
|
format: "dd/mm/yyyy"
|
|
};
|
|
}(jQuery));
|
|
|