PHP Classes

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

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

Contents

Class file image Download
/** * Faroese translation for bootstrap-datepicker * Theodor Johannesen <http://github.com/theodorjohannesen> */ ;(function($){ $.fn.datepicker.dates['fo'] = { days: ["Sunnudagur", "Mánadagur", "Týsdagur", "Mikudagur", "Hósdagur", "Fríggjadagur", "Leygardagur"], daysShort: ["Sun", "Mán", "Týs", "Mik", "Hós", "Frí", "Ley"], daysMin: ["Su", "Má", "Tý", "Mi", "Hó", "Fr", "Le"], months: ["Januar", "Februar", "Marts", "Apríl", "Mei", "Juni", "Juli", "August", "Septembur", "Oktobur", "Novembur", "Desembur"], monthsShort: ["Jan", "Feb", "Mar", "Apr", "Mei", "Jun", "Jul", "Aug", "Sep", "Okt", "Nov", "Des"], today: "Í Dag", clear: "Reinsa" }; }(jQuery));