92 lines
3.5 KiB
JavaScript
92 lines
3.5 KiB
JavaScript
OC.L10N.register(
|
|
"tasks",
|
|
{
|
|
"Tasks" : "Attività",
|
|
"Important" : "Importante",
|
|
"Today" : "Oggi",
|
|
"Week" : "Settimana",
|
|
"All" : "Tutti",
|
|
"Current" : "Attuale",
|
|
"Completed" : "Completato",
|
|
"Due yesterday" : "Scaduta ieri",
|
|
"Due today" : "Scade oggi",
|
|
"Due tomorrow" : "Scade domani",
|
|
"Due on" : "Scade il",
|
|
"Started yesterday" : "Iniziata ieri",
|
|
"Starts today" : "Inizia oggi",
|
|
"Starts tomorrow" : "Inizia domani",
|
|
"Started on" : "Iniziata il",
|
|
"Starts on" : "Inizia il",
|
|
"[Remind me yesterday at ]HH:mm" : "[Ricordami ieri alle ]HH:mm",
|
|
"[Remind me today at ]HH:mm" : "[Ricordami oggi alle ]HH:mm",
|
|
"[Remind me tomorrow at ]HH:mm" : "[Ricordami domani alle ]HH:mm",
|
|
"[Remind me on ]MMM DD, YYYY,[ at ]HH:mm" : "[Ricordami il ]DD MMM YYYY,[ alle ]HH:mm",
|
|
"Yesterday" : "Ieri",
|
|
"Tomorrow" : "Domani",
|
|
"in %s" : "in %s",
|
|
"%s ago" : "%s fa",
|
|
"seconds" : "secondi",
|
|
"a minute" : "un minuto",
|
|
"%d minutes" : "%d minuti",
|
|
"an hour" : "un'ora",
|
|
"%d hours" : "%d ore",
|
|
"a day" : "un giorno",
|
|
"%d days" : "%d giorni",
|
|
"a month" : "un mese",
|
|
"%d months" : "%d mesi",
|
|
"a year" : "un anno",
|
|
"%d years" : "%d anni",
|
|
"Hours" : "Ore",
|
|
"Minutes" : "Minuti",
|
|
"week" : "settimana",
|
|
"weeks" : "settimane",
|
|
"day" : "giorno",
|
|
"days" : "giorni",
|
|
"hour" : "ora",
|
|
"hours" : "ore",
|
|
"minute" : "minuto",
|
|
"minutes" : "minuti",
|
|
"second" : "secondo",
|
|
"before beginning" : "prima dell'inizio",
|
|
"after beginning" : "dopo l'inizio",
|
|
"before end" : "prima della fine",
|
|
"after end" : "dopo la fine",
|
|
"Comment" : "Commento",
|
|
"Add a comment" : "Aggiungi un commento",
|
|
"This will delete the Calendar \"%s\" and all of its entries." : "Questo eliminerà il calendario \"%s\" e tutte le sue voci.",
|
|
"The name \"%s\" is already used." : "Il nome \"%s\" è già utilizzato.",
|
|
"An empty name is not allowed." : "Un nome vuoto non è consentito.",
|
|
"Hidden" : "Nascosto",
|
|
"Visible" : "Visibile",
|
|
"Automatic" : "Automatico",
|
|
"Sunday" : "Domenica",
|
|
"Monday" : "Lunedì",
|
|
"Tuesday" : "Martedì",
|
|
"Wednesday" : "Mercoledì",
|
|
"Thursday" : "Giovedì",
|
|
"Friday" : "Venerdì",
|
|
"Saturday" : "Sabato",
|
|
"Add an important item in \"%s\"..." : "Aggiungi un elemento importante in \"%s\"...",
|
|
"Add an item due today in \"%s\"..." : "Aggiungi un elemento che scade oggi in \"%s\"...",
|
|
"Add an item in \"%s\"..." : "Aggiungi un elemento in \"%s\"...",
|
|
"Add a current item in \"%s\"..." : "Aggiungi un elemento corrente in \"%s\"...",
|
|
"%n Completed Task::%n Completed Tasks" : ["%n attività completata","%n attività completate"],
|
|
"Set due date" : "Imposta data di scadenza",
|
|
"%s %% completed" : "%s %% completato",
|
|
"Remind me" : "Ricordami",
|
|
"at the end" : "alla fine",
|
|
"at the beginning" : "all'inizio",
|
|
"Set start date" : "Imposta data iniziale",
|
|
"Search..." : "Cerca...",
|
|
"Add List..." : "Aggiungi elenco...",
|
|
"New List" : "Nuovo elenco",
|
|
"Load remaining completed tasks." : "Carica le attività completate rimanenti.",
|
|
"Settings" : "Impostazioni",
|
|
"Done" : "Completato",
|
|
"General" : "Generale",
|
|
"General Settings" : "Impostazioni generali",
|
|
"Start of week" : "Inizio della settimana",
|
|
"Smart Collections" : "Collezioni veloci",
|
|
"Visibility of Smart Collections" : "Visibilità delle collezioni veloci"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|