84 lines
2.2 KiB
PHP
84 lines
2.2 KiB
PHP
|
<?php $TRANSLATIONS = array(
|
||
|
"Authentication error" => "Errore di autenticazione",
|
||
|
"Timezone changed" => "Fuso orario cambiato",
|
||
|
"Invalid request" => "Richiesta non validia",
|
||
|
"Calendar" => "Calendario",
|
||
|
"Does not repeat" => "Non ripetere",
|
||
|
"Daily" => "Giornaliero",
|
||
|
"Weekly" => "Settimanale",
|
||
|
"Every Weekday" => "Ogni settimana",
|
||
|
"Bi-Weekly" => "Ogni due settimane",
|
||
|
"Monthly" => "Mensile",
|
||
|
"Yearly" => "Annuale",
|
||
|
"All day" => "Tutti i giorni",
|
||
|
"Sunday" => "Domenica",
|
||
|
"Monday" => "Lunedì",
|
||
|
"Tuesday" => "Martedì",
|
||
|
"Wednesday" => "Mercoledì",
|
||
|
"Thursday" => "Giovedì",
|
||
|
"Friday" => "Venerdì",
|
||
|
"Saturday" => "Sabato",
|
||
|
"Sun." => "Dom.",
|
||
|
"Mon." => "Lun.",
|
||
|
"Tue." => "Mar.",
|
||
|
"Wed." => "Mer.",
|
||
|
"Thu." => "Gio.",
|
||
|
"Fri." => "Ven.",
|
||
|
"Sat." => "Sab.",
|
||
|
"January" => "Gennaio",
|
||
|
"February" => "Febbraio",
|
||
|
"March" => "Marzo",
|
||
|
"April" => "Aprile",
|
||
|
"May" => "Maggio",
|
||
|
"June" => "Giugno",
|
||
|
"July" => "Luglio",
|
||
|
"August" => "Agosto",
|
||
|
"September" => "Settembre",
|
||
|
"October" => "Ottobre",
|
||
|
"November" => "Novembre",
|
||
|
"December" => "Dicembre",
|
||
|
"Jan." => "Gen.",
|
||
|
"Feb." => "Feb.",
|
||
|
"Mar." => "Mar.",
|
||
|
"Apr." => "Apr.",
|
||
|
"Jun." => "Giu.",
|
||
|
"Jul." => "Lug.",
|
||
|
"Aug." => "Ago.",
|
||
|
"Sep." => "Set.",
|
||
|
"Oct." => "Ott.",
|
||
|
"Nov." => "Nov.",
|
||
|
"Dec." => "Dic.",
|
||
|
"Week" => "Settimana",
|
||
|
"Weeks" => "Settimane",
|
||
|
"Day" => "Giorno",
|
||
|
"Month" => "Mese",
|
||
|
"Today" => "Oggi",
|
||
|
"Calendars" => "Calendari",
|
||
|
"Time" => "Ora",
|
||
|
"There was a fail, while parsing the file." => "C'è statao un errore nel parsing del file.",
|
||
|
"Choose active calendars" => "Selezionare calendari attivi",
|
||
|
"Download" => "Download",
|
||
|
"Edit" => "Modifica",
|
||
|
"Edit calendar" => "Modifica calendario",
|
||
|
"Displayname" => "Mostra nome",
|
||
|
"Active" => "Attivo",
|
||
|
"Description" => "Descrizione",
|
||
|
"Calendar color" => "Colore calendario",
|
||
|
"Submit" => "Invia",
|
||
|
"Edit an event" => "Modifica evento",
|
||
|
"Title" => "Titolo",
|
||
|
"Title of the Event" => "Titolo evento",
|
||
|
"Location" => "Luogo",
|
||
|
"Location of the Event" => "Luogo evento",
|
||
|
"Category" => "Categoria",
|
||
|
"All Day Event" => "Tutti gli eventi del giorno",
|
||
|
"From" => "Da",
|
||
|
"To" => "A",
|
||
|
"Repeat" => "Ripeti",
|
||
|
"Attendees" => "Partecipanti",
|
||
|
"Description of the Event" => "Descrizione evento",
|
||
|
"Close" => "Chiuso",
|
||
|
"Create a new event" => "Crea evento",
|
||
|
"Timezone" => "Timezone"
|
||
|
);
|