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:[
|
|
"Enero",
|
|
"Febrero",
|
|
"Marzo",
|
|
"Abril",
|
|
"Mayo",
|
|
"Junio",
|
|
"Julio",
|
|
"Agosto",
|
|
"Septiembre",
|
|
"Octubre",
|
|
"Noviembre",
|
|
"Diciembre"
|
|
],
|
|
fullDay:[
|
|
"Lunes",
|
|
"Martes",
|
|
"Mi\u00e9rcoles",
|
|
"Jueves",
|
|
"Viernes",
|
|
"S\u00e1bado",
|
|
"Domingo"
|
|
],
|
|
/* 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:[
|
|
"Mes Anterior",
|
|
"Mes Siguiente",
|
|
"A\u00f1o Anterior",
|
|
"A\u00f1o Siguiente"
|
|
]
|
|
};
|