mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-14 13:33:14 +00:00
41 lines
1.1 KiB
JavaScript
41 lines
1.1 KiB
JavaScript
var fdLocale = {
|
|
months:[
|
|
"Tammikuu",
|
|
"Helmikuu",
|
|
"Maaliskuu",
|
|
"Huhtikuu",
|
|
"Toukokuu",
|
|
"Kes\u00e4kuu",
|
|
"Hein\u00e4kuu",
|
|
"Elokuu",
|
|
"Syyskuu",
|
|
"Lokakuu",
|
|
"Marraskuu",
|
|
"Joulukuu"
|
|
],
|
|
fullDay:[
|
|
"Maanantai",
|
|
"Tiistai",
|
|
"Keskiviikko",
|
|
"Torstai",
|
|
"Perjantai",
|
|
"Lauantai",
|
|
"Sunnuntai"
|
|
],
|
|
/* Only stipulate the dayAbbr should the first letter of the fullDay not suffice
|
|
|
|
dayAbbr:[],
|
|
*/
|
|
|
|
/* Only stipulate the firstDayOfWeek should the first day not be Monday
|
|
|
|
firstDayOfWeek:0,
|
|
*/
|
|
titles:[
|
|
"Edellinen kuukausi",
|
|
"Seuraava kuukausi",
|
|
"Edellinen vuosi",
|
|
"Seuraava vuosi"
|
|
]
|
|
};
|