PHP Classes

File: js/locales/bootstrap-datepicker.br.js

Recommend this page to a friend!
  Classes of Fabio Pintore   FormE   js/locales/bootstrap-datepicker.br.js   Download  
File: js/locales/bootstrap-datepicker.br.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: FormE
Build form and manage MySQL table records with XML
Author: By
Last change:
Date: 6 years ago
Size: 697 bytes
 

Contents

Class file image Download
/** * Breton translation for bootstrap-datepicker * Gwenn Meynier <tornoz@laposte.net> */ ;(function($){ $.fn.datepicker.dates['br'] = { days: ["Sul", "Lun", "Meurzh", "Merc'her", "Yaou", "Gwener", "Sadorn"], daysShort: ["Sul", "Lun", "Meu.", "Mer.", "Yao.", "Gwe.", "Sad."], daysMin: ["Su", "L", "Meu", "Mer", "Y", "G", "Sa"], months: ["Genver", "C'hwevrer", "Meurzh", "Ebrel", "Mae", "Mezheven", "Gouere", "Eost", "Gwengolo", "Here", "Du", "Kerzu"], monthsShort: ["Genv.", "C'hw.", "Meur.", "Ebre.", "Mae", "Mezh.", "Goue.", "Eost", "Gwen.", "Here", "Du", "Kerz."], today: "Hiziv", monthsTitle: "Miz", clear: "Dilemel", weekStart: 1, format: "dd/mm/yyyy" }; }(jQuery));