]> git.proxmox.com Git - ceph.git/blob - ceph/src/pybind/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.fr.js
update sources to v12.1.0
[ceph.git] / ceph / src / pybind / mgr / dashboard / static / AdminLTE-2.3.7 / plugins / datepicker / locales / bootstrap-datepicker.fr.js
1 /**
2 * French translation for bootstrap-datepicker
3 * Nico Mollet <nico.mollet@gmail.com>
4 */
5 ;(function($){
6 $.fn.datepicker.dates['fr'] = {
7 days: ["Dimanche", "Lundi", "Mardi", "Mercredi", "Jeudi", "Vendredi", "Samedi", "Dimanche"],
8 daysShort: ["Dim", "Lun", "Mar", "Mer", "Jeu", "Ven", "Sam", "Dim"],
9 daysMin: ["D", "L", "Ma", "Me", "J", "V", "S", "D"],
10 months: ["Janvier", "Février", "Mars", "Avril", "Mai", "Juin", "Juillet", "Août", "Septembre", "Octobre", "Novembre", "Décembre"],
11 monthsShort: ["Jan", "Fév", "Mar", "Avr", "Mai", "Jui", "Jul", "Aou", "Sep", "Oct", "Nov", "Déc"],
12 today: "Aujourd'hui",
13 clear: "Effacer",
14 weekStart: 1,
15 format: "dd/mm/yyyy"
16 };
17 }(jQuery));