mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-14 13:33:14 +00:00
45 lines
1.2 KiB
JavaScript
45 lines
1.2 KiB
JavaScript
var fdLocale = {
|
|
months:[
|
|
"Janvier",
|
|
"F\u00E9vrier",
|
|
"Mars",
|
|
"Avril",
|
|
"Mai",
|
|
"Juin",
|
|
"Juillet",
|
|
"Ao\u00FBt",
|
|
"Septembre",
|
|
"Octobre",
|
|
"Novembre",
|
|
"D\u00E9cembre"
|
|
],
|
|
fullDay:[
|
|
"Lundi",
|
|
"Mardi",
|
|
"Mercredi",
|
|
"Jeudi",
|
|
"Vendredi",
|
|
"Samedi",
|
|
"Dimanche"
|
|
],
|
|
|
|
/* 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:[
|
|
"Mois pr\u00E9cedent",
|
|
"Mois suivant",
|
|
"Ann\u00E9e pr\u00E9cedente",
|
|
"Ann\u00E9e suivante",
|
|
"Aujourd\u2019hui",
|
|
"Voir Calendrier"
|
|
]
|
|
};
|