text changes to registration mail content
[namibia] / public / js / vendor / locales / bootstrap-datepicker.fi.js
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));