PHP Classes

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

Recommend this page to a friend!
  Classes of Fabio Pintore   FormE   js/locales/bootstrap-datepicker.oc.js   Download  
File: js/locales/bootstrap-datepicker.oc.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: 666 bytes
 

Contents

Class file image Download
/** * Occitan translation for bootstrap-datepicker */ ;(function($){ $.fn.datepicker.dates['oc'] = { days: ["Dimenge", "Diluns", "Dimars", "Dimčcres", "Dijňus", "Divendres", "Dissabte"], daysShort: ["Dim", "Dil", "Dmr", "Dmc", "Dij", "Div", "Dis"], daysMin: ["dg", "dl", "dr", "dc", "dj", "dv", "ds"], months: ["Geničr", "Febričr", "Març", "Abrial", "Mai", "Junh", "Julhet", "Agost", "Setembre", "Octobre", "Novembre", "Decembre"], monthsShort: ["Gen", "Feb", "Mar", "Abr", "Mai", "Jun", "Jul", "Ago", "Set", "Oct", "Nov", "Dec"], today: "Uči", monthsTitle: "Meses", clear: "Escafar", weekStart: 1, format: "dd/mm/yyyy" }; }(jQuery));