nextcloud/apps/calendar/l10n/it.php

156 lines
4.8 KiB
PHP

<?php $TRANSLATIONS = array(
"New Timezone:" => "Nuovo fuso orario:",
"Timezone changed" => "Fuso orario cambiato",
"Invalid request" => "Richiesta non valida",
"Calendar" => "Calendario",
"Wrong calendar" => "Calendario sbagliato",
"Birthday" => "Compleanno",
"Business" => "Azienda",
"Call" => "Chiama",
"Clients" => "Clienti",
"Deliverer" => "Consegna",
"Holidays" => "Vacanze",
"Ideas" => "Idee",
"Journey" => "Viaggio",
"Jubilee" => "Anniversario",
"Meeting" => "Riunione",
"Other" => "Altro",
"Personal" => "Personale",
"Projects" => "Progetti",
"Questions" => "Domande",
"Work" => "Lavoro",
"Does not repeat" => "Non ripetere",
"Daily" => "Giornaliero",
"Weekly" => "Settimanale",
"Every Weekday" => "Ogni settimana",
"Bi-Weekly" => "Ogni due settimane",
"Monthly" => "Mensile",
"Yearly" => "Annuale",
"never" => "mai",
"by occurrences" => "per occorrenze",
"by date" => "per data",
"by monthday" => "per giorno del mese",
"by weekday" => "per giorno della settimana",
"Monday" => "Lunedì",
"Tuesday" => "Martedì",
"Wednesday" => "Mercoledì",
"Thursday" => "Giovedì",
"Friday" => "Venerdì",
"Saturday" => "Sabato",
"Sunday" => "Domenica",
"events week of month" => "settimana del mese degli eventi",
"first" => "primo",
"second" => "secondo",
"third" => "terzo",
"fourth" => "quarto",
"fifth" => "quinto",
"last" => "ultimo",
"January" => "Gennaio",
"February" => "Febbraio",
"March" => "Marzo",
"April" => "Aprile",
"May" => "Maggio",
"June" => "Giugno",
"July" => "Luglio",
"August" => "Agosto",
"September" => "Settembre",
"October" => "Ottobre",
"November" => "Novembre",
"December" => "Dicembre",
"by events date" => "per data evento",
"by yearday(s)" => "per giorno/i dell'anno",
"by weeknumber(s)" => "per numero/i settimana",
"by day and month" => "per giorno e mese",
"Not an array" => "Non è un array",
"Date" => "Data",
"Cal." => "Cal.",
"All day" => "Tutti i giorni",
"Missing fields" => "Campi mancanti",
"Title" => "Titolo",
"From Date" => "Dal giorno",
"From Time" => "Ora inizio",
"To Date" => "al giorno",
"To Time" => "Ora fine",
"The event ends before it starts" => "L'evento finisce prima d'iniziare",
"There was a database fail" => "C'è stato un errore col database",
"Week" => "Settimana",
"Month" => "Mese",
"List" => "Lista",
"Today" => "Oggi",
"Calendars" => "Calendari",
"There was a fail, while parsing the file." => "C'è stato un errore nel parsing del file.",
"Sun." => "Dom.",
"Mon." => "Lun.",
"Tue." => "Mar.",
"Wed." => "Mer.",
"Thu." => "Gio.",
"Fri." => "Ven.",
"Sat." => "Sab.",
"Jan." => "Gen.",
"Feb." => "Feb.",
"Mar." => "Mar.",
"Apr." => "Apr.",
"May." => "Mag.",
"Jun." => "Giu.",
"Jul." => "Lug.",
"Aug." => "Ago.",
"Sep." => "Set.",
"Oct." => "Ott.",
"Nov." => "Nov.",
"Dec." => "Dic.",
"Choose active calendars" => "Selezionare calendari attivi",
"New Calendar" => "Nuovo Calendario",
"CalDav Link" => "CalDav Link",
"Download" => "Download",
"Edit" => "Modifica",
"Delete" => "Elimina",
"New calendar" => "Nuovo calendario",
"Edit calendar" => "Modifica calendario",
"Displayname" => "Mostra nome",
"Active" => "Attivo",
"Calendar color" => "Colore calendario",
"Save" => "Salva",
"Submit" => "Invia",
"Cancel" => "Annulla",
"Edit an event" => "Modifica evento",
"Export" => "Esporta",
"Title of the Event" => "Titolo evento",
"Category" => "Categoria",
"Select category" => "Seleziona categoria",
"All Day Event" => "Tutti gli eventi del giorno",
"From" => "Da",
"To" => "A",
"Advanced options" => "Opzioni avanzate",
"Repeat" => "Ripeti",
"Advanced" => "Avanzato",
"Select weekdays" => "Seleziona i giorni della settimana",
"Select days" => "Seleziona i giorni",
"and the events day of year." => "e il giorno dell'anno degli eventi",
"and the events day of month." => "e il giorno del mese degli eventi",
"Select months" => "Seleziona i mesi",
"Select weeks" => "Seleziona le settimane",
"and the events week of year." => "e la settimana dell'anno degli eventi",
"Interval" => "Intervallo",
"End" => "Fine",
"occurrences" => "occorrenze",
"Location" => "Luogo",
"Location of the Event" => "Luogo evento",
"Description" => "Descrizione",
"Description of the Event" => "Descrizione evento",
"Import a calendar file" => "Importa un file calendario",
"Please choose the calendar" => "Per favore scegli il calendario",
"create a new calendar" => "Crea un nuovo calendario",
"Name of new calendar" => "Nome del nuovo calendario",
"Import" => "Importa",
"Importing calendar" => "Sto importando il calendario",
"Calendar imported successfully" => "Calendario importato con successo",
"Close Dialog" => "Chiudi la finestra di dialogo",
"Create a new event" => "Crea evento",
"Timezone" => "Fuso orario",
"Check always for changes of the timezone" => "Controlla sempre i cambiamenti di fuso orario",
"Timeformat" => "Formato ora",
"24h" => "24h",
"12h" => "12h",
"Calendar CalDAV syncing address:" => "Indirizzo sincronizzazione calendario CalDAV:"
);