PHP Classes

File: plugins/datepicker/locales/bootstrap-datepicker.sv.js

Recommend this page to a friend!
  Classes of Laudir Bispo   PHP Real Estate Website   plugins/datepicker/locales/bootstrap-datepicker.sv.js   Download  
File: plugins/datepicker/locales/bootstrap-datepicker.sv.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Real Estate Website
Manage the properties of a real estate business
Author: By
Last change:
Date: 3 years ago
Size: 689 bytes
 

Contents

Class file image Download
/** * Swedish translation for bootstrap-datepicker * Patrik Ragnarsson <patrik@starkast.net> */ ;(function($){ $.fn.datepicker.dates['sv'] = { days: ["Söndag", "Måndag", "Tisdag", "Onsdag", "Torsdag", "Fredag", "Lördag", "Söndag"], daysShort: ["Sön", "Mån", "Tis", "Ons", "Tor", "Fre", "Lör", "Sön"], daysMin: ["Sö", "Må", "Ti", "On", "To", "Fr", "Lö", "Sö"], months: ["Januari", "Februari", "Mars", "April", "Maj", "Juni", "Juli", "Augusti", "September", "Oktober", "November", "December"], monthsShort: ["Jan", "Feb", "Mar", "Apr", "Maj", "Jun", "Jul", "Aug", "Sep", "Okt", "Nov", "Dec"], today: "Idag", format: "yyyy-mm-dd", weekStart: 1 }; }(jQuery));