mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-14 13:33:14 +00:00
42 lines
1.1 KiB
JavaScript
42 lines
1.1 KiB
JavaScript
// Swedish
|
|
var fdLocale = {
|
|
months:[
|
|
"Januari",
|
|
"Februari",
|
|
"Mars",
|
|
"April",
|
|
"Maj",
|
|
"Juni",
|
|
"Juli",
|
|
"Augusti",
|
|
"September",
|
|
"Oktober",
|
|
"November",
|
|
"December"
|
|
],
|
|
fullDay:[
|
|
"M\u00e5ndag",
|
|
"Tisdag",
|
|
"Onsdag",
|
|
"Torsdag",
|
|
"Fredag",
|
|
"L\u00f6rdag",
|
|
"S\u00f6ndag"
|
|
],
|
|
/* 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:[
|
|
"F\u00f6reg\u00e5ende m\u00e5nad",
|
|
"N\u00e4sta m\u00e5nad",
|
|
"F\u00f6reg\u00e5ende \u00e5r",
|
|
"N\u00e4sta \u00e5r"
|
|
]
|
|
};
|