PHP Classes

File: public/asset/vendor/datepicker/js/locales/bootstrap-datepicker.fr.js

Recommend this page to a friend!
  Classes of fathurrahman   mnTemplate   public/asset/vendor/datepicker/js/locales/bootstrap-datepicker.fr.js   Download  
File: public/asset/vendor/datepicker/js/locales/bootstrap-datepicker.fr.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: mnTemplate
Route HTTP requests to callback functions
Author: By
Last change:
Date: 1 year ago
Size: 655 bytes
 

Contents

Class file image Download
/** * French translation for bootstrap-datepicker * Nico Mollet <nico.mollet@gmail.com> */ ;(function($){ $.fn.datepicker.dates['fr'] = { days: ["Dimanche", "Lundi", "Mardi", "Mercredi", "Jeudi", "Vendredi", "Samedi", "Dimanche"], daysShort: ["Dim", "Lun", "Mar", "Mer", "Jeu", "Ven", "Sam", "Dim"], daysMin: ["D", "L", "Ma", "Me", "J", "V", "S", "D"], months: ["Janvier", "Février", "Mars", "Avril", "Mai", "Juin", "Juillet", "Août", "Septembre", "Octobre", "Novembre", "Décembre"], monthsShort: ["Jan", "Fev", "Mar", "Avr", "Mai", "Jui", "Jul", "Aou", "Sep", "Oct", "Nov", "Dec"], today: "Aujourd'hui", weekStart: 1 }; }(jQuery));