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.
20 lines
790 B
20 lines
790 B
/**
|
|
* French (Switzerland) translation for bootstrap-datepicker
|
|
* Christoph Jossi <c.jossi@ascami.ch>
|
|
* Based on
|
|
* French translation for bootstrap-datepicker
|
|
* Nico Mollet <nico.mollet@gmail.com>
|
|
*/
|
|
;(function($){
|
|
$.fn.datepicker.dates['fr'] = {
|
|
days: ["Dimanche", "Lundi", "Mardi", "Mercredi", "Jeudi", "Vendredi", "Samedi"],
|
|
daysShort: ["Dim", "Lun", "Mar", "Mer", "Jeu", "Ven", "Sam"],
|
|
daysMin: ["D", "L", "Ma", "Me", "J", "V", "S"],
|
|
months: ["Janvier", "Février", "Mars", "Avril", "Mai", "Juin", "Juillet", "Août", "Septembre", "Octobre", "Novembre", "Décembre"],
|
|
monthsShort: ["Jan", "Fév", "Mar", "Avr", "Mai", "Jui", "Jul", "Aou", "Sep", "Oct", "Nov", "Déc"],
|
|
today: "Aujourd'hui",
|
|
clear: "Effacer",
|
|
weekStart: 1,
|
|
format: "dd.mm.yyyy"
|
|
};
|
|
}(jQuery));
|
|
|