PHP Classes

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

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

Contents

Class file image Download
/** * Basque translation for bootstrap-datepicker * Arkaitz Etxeberria <kondi80@gmail.com> */ ;(function($){ $.fn.datepicker.dates['eu'] = { days: ['Igandea', 'Astelehena', 'Asteartea', 'Asteazkena', 'Osteguna', 'Ostirala', 'Larunbata'], daysShort: ['Ig', 'Al', 'Ar', 'Az', 'Og', 'Ol', 'Lr'], daysMin: ['Ig', 'Al', 'Ar', 'Az', 'Og', 'Ol', 'Lr'], months: ['Urtarrila', 'Otsaila', 'Martxoa', 'Apirila', 'Maiatza', 'Ekaina', 'Uztaila', 'Abuztua', 'Iraila', 'Urria', 'Azaroa', 'Abendua'], monthsShort: ['Urt', 'Ots', 'Mar', 'Api', 'Mai', 'Eka', 'Uzt', 'Abu', 'Ira', 'Urr', 'Aza', 'Abe'], today: "Gaur", monthsTitle: "Hilabeteak", clear: "Ezabatu", weekStart: 1, format: "yyyy/mm/dd" }; }(jQuery));