source: pro-violet-viettel/docs/Space-update-logo/Space/assets/js/date-time/locales/bootstrap-datepicker.fi.js @ 316

Last change on this file since 316 was 316, checked in by dungnv, 11 years ago
  • Property svn:mime-type set to text/plain
File size: 688 bytes
Line 
1/**
2 * Finnish translation for bootstrap-datepicker
3 * Jaakko Salonen <https://github.com/jsalonen>
4 */
5;(function($){
6        $.fn.datepicker.dates['fi'] = {
7                days: ["sunnuntai", "maanantai", "tiistai", "keskiviikko", "torstai", "perjantai", "lauantai", "sunnuntai"],
8                daysShort: ["sun", "maa", "tii", "kes", "tor", "per", "lau", "sun"],
9                daysMin: ["su", "ma", "ti", "ke", "to", "pe", "la", "su"],
10                months: ["tammikuu", "helmikuu", "maaliskuu", "huhtikuu", "toukokuu", "kesÀkuu", "heinÀkuu", "elokuu", "syyskuu", "lokakuu", "marraskuu", "joulukuu"],
11                monthsShort: ["tam", "hel", "maa", "huh", "tou", "kes", "hei", "elo", "syy", "lok", "mar", "jou"],
12                today: "tÀnÀÀn"
13        };
14}(jQuery));
Note: See TracBrowser for help on using the repository browser.