PHP Classes

File: assets/plugins/datepicker/locales/bootstrap-datepicker.et.js

Recommend this page to a friend!
  Classes of Kishor Mali   PHP User Feedback System   assets/plugins/datepicker/locales/bootstrap-datepicker.et.js   Download  
File: assets/plugins/datepicker/locales/bootstrap-datepicker.et.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP User Feedback System
Application to record feedback from customers
Author: By
Last change:
Date: 4 years ago
Size: 813 bytes
 

Contents

Class file image Download
/** * Estonian translation for bootstrap-datepicker * Ando Roots <https://github.com/anroots> * Fixes by Illimar Tambek <<https://github.com/ragulka> */ ;(function($){ $.fn.datepicker.dates['et'] = { days: ["Pühapäev", "Esmaspäev", "Teisipäev", "Kolmapäev", "Neljapäev", "Reede", "Laupäev", "Pühapäev"], daysShort: ["Pühap", "Esmasp", "Teisip", "Kolmap", "Neljap", "Reede", "Laup", "Pühap"], daysMin: ["P", "E", "T", "K", "N", "R", "L", "P"], months: ["Jaanuar", "Veebruar", "Märts", "Aprill", "Mai", "Juuni", "Juuli", "August", "September", "Oktoober", "November", "Detsember"], monthsShort: ["Jaan", "Veebr", "Märts", "Apr", "Mai", "Juuni", "Juuli", "Aug", "Sept", "Okt", "Nov", "Dets"], today: "Täna", clear: "Tühjenda", weekStart: 1, format: "dd.mm.yyyy" }; }(jQuery));