PHP Classes

File: public/assets/bower_components/bootstrap-datepicker/js/locales/bootstrap-datepicker.fr-CH.js

Recommend this page to a friend!
  Classes of Abed Nego Ragil Putra   PHP Inventory Management System with Scanner   public/assets/bower_components/bootstrap-datepicker/js/locales/bootstrap-datepicker.fr-CH.js   Download  
File: public/assets/bower_components/bootstrap-datepicker/js/locales/bootstrap-datepicker.fr-CH.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Inventory Management System with Scanner
Manage inventory stock using scanner application
Author: By
Last change:
Date: 1 year ago
Size: 813 bytes
 

Contents

Class file image Download
/** * 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", monthsTitle: "Mois", clear: "Effacer", weekStart: 1, format: "dd.mm.yyyy" }; }(jQuery));