PHP Classes

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

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

Contents

Class file image Download
/** * Turkish translation for bootstrap-datepicker * Serkan Algur <kaisercrazy_2@hotmail.com> */ ;(function($){ $.fn.datepicker.dates['tr'] = { days: ["Pazar", "Pazartesi", "Sal?", "Çar?amba", "Per?embe", "Cuma", "Cumartesi", "Pazar"], daysShort: ["Pz", "Pzt", "Sal", "Çr?", "Pr?", "Cu", "Cts", "Pz"], daysMin: ["Pz", "Pzt", "Sa", "Çr", "Pr", "Cu", "Ct", "Pz"], months: ["Ocak", "?ubat", "Mart", "Nisan", "May?s", "Haziran", "Temmuz", "A?ustos", "Eylül", "Ekim", "Kas?m", "Aral?k"], monthsShort: ["Oca", "?ub", "Mar", "Nis", "May", "Haz", "Tem", "A?u", "Eyl", "Eki", "Kas", "Ara"], today: "Bugün", format: "dd.mm.yyyy" }; }(jQuery));