mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-14 13:33:14 +00:00
41 lines
1.0 KiB
JavaScript
41 lines
1.0 KiB
JavaScript
var fdLocale = {
|
|
months:[
|
|
"Januar",
|
|
"Februar",
|
|
"Mars",
|
|
"April",
|
|
"Mai",
|
|
"Juni",
|
|
"Juli",
|
|
"August",
|
|
"September",
|
|
"Oktober",
|
|
"November",
|
|
"Desember"
|
|
],
|
|
fullDay:[
|
|
"Mandag",
|
|
"Tirsdag",
|
|
"Onsdag",
|
|
"Torsdag",
|
|
"Fredag",
|
|
"L\u00f8rdag",
|
|
"S\u00f8ndag"
|
|
],
|
|
/* 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:[
|
|
"Forrige m\u00e5ned",
|
|
"Neste m\u00e5ned",
|
|
"Forrige \u00e5r",
|
|
"Neste \u00e5r"
|
|
]
|
|
};
|