source: pro-violet-viettel/www/deploy/20150304/assets/js/date-time/locales/bootstrap-datepicker.fr.js @ 794

Last change on this file since 794 was 780, checked in by dungnv, 10 years ago
File size: 679 bytes
Line 
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", "Fev", "Mar", "Avr", "Mai", "Jui", "Jul", "Aou", "Sep", "Oct", "Nov", "Dec"],
12                today: "Aujourd'hui",
13                weekStart: 1,
14                format: "dd/mm/yyyy"
15        };
16}(jQuery));
Note: See TracBrowser for help on using the repository browser.