mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-15 05:53:13 +00:00
14 lines
669 B
JavaScript
14 lines
669 B
JavaScript
// italian translation by raf
|
|
|
|
var fdLocale = {
|
|
months:[ "Gennaio", "Febbraio", "Marzo", "Aprile", "Maggio", "Giugno", "Luglio", "Agosto", "Settembre", "Ottobre", "Novembre", "Dicembre" ],
|
|
fullDay:[ "Luned\u00ec", "Marted\u00ec", "Mercoled\u00ec", "Gioved\u00ec", "Venerd\u00ec", "Sabato", "Domenica" ],
|
|
/*
|
|
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:[ "Mese Precedente", "Mese Successivo", "Anno Precedente", "Anno Successivo", "Oggi" ]
|
|
};
|