PHP Classes

File: public/assets/bootstrap/dt/js/locales/bootstrap-datetimepicker.fr.js

Recommend this page to a friend!
  Classes of harold rita   Coloftech PHP Multiple Sites Blog System   public/assets/bootstrap/dt/js/locales/bootstrap-datetimepicker.fr.js   Download  
File: public/assets/bootstrap/dt/js/locales/bootstrap-datetimepicker.fr.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Coloftech PHP Multiple Sites Blog System
CMS to Manage multiple blog sites
Author: By
Last change:
Date: 2 years ago
Size: 733 bytes
 

Contents

Class file image Download
/** * French translation for bootstrap-datetimepicker * Nico Mollet <nico.mollet@gmail.com> */ ;(function($){ $.fn.datetimepicker.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", suffix: [], meridiem: ["am", "pm"], weekStart: 1, format: "dd/mm/yyyy hh:ii" }; }(jQuery));