1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
|
<?php $TRANSLATIONS = array(
"Not all calendars are completely cached" => "Non tutti i calendari sono mantenuti completamente in cache",
"Everything seems to be completely cached" => "Tutto sembra essere mantenuto completamente in cache",
"No calendars found." => "Nessun calendario trovato.",
"No events found." => "Nessun evento trovato.",
"Wrong calendar" => "Calendario sbagliato",
"The file contained either no events or all events are already saved in your calendar." => "Il file non conteneva alcun evento o tutti gli eventi erano già salvati nel tuo calendario.",
"events has been saved in the new calendar" => "gli eventi sono stati salvati nel nuovo calendario",
"Import failed" => "Importazione non riuscita",
"events has been saved in your calendar" => "gli eventi sono stati salvati nel tuo calendario",
"New Timezone:" => "Nuovo fuso orario:",
"Timezone changed" => "Fuso orario cambiato",
"Invalid request" => "Richiesta non valida",
"Calendar" => "Calendario",
"ddd" => "ggg",
"ddd M/d" => "ggg M/g",
"dddd M/d" => "gggg M/g",
"MMMM yyyy" => "MMMM aaaa",
"MMM d[ yyyy]{ '—'[ MMM] d yyyy}" => "MMM d[ yyyy]{ '—'[ MMM] d yyyy}",
"dddd, MMM d, yyyy" => "gggg, MMM g, aaaa",
"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",
"by" => "da",
"unnamed" => "senza nome",
"New Calendar" => "Nuovo calendario",
"Does not repeat" => "Non ripetere",
"Daily" => "Giornaliero",
"Weekly" => "Settimanale",
"Every Weekday" => "Ogni giorno della 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",
"Date" => "Data",
"Cal." => "Cal.",
"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.",
"All day" => "Tutti il giorno",
"Missing fields" => "Campi mancanti",
"Title" => "Titolo",
"From Date" => "Dal giorno",
"From Time" => "Ora iniziale",
"To Date" => "Al giorno",
"To Time" => "Ora finale",
"The event ends before it starts" => "L'evento finisce prima d'iniziare",
"There was a database fail" => "Si è verificato un errore del database",
"Week" => "Settimana",
"Month" => "Mese",
"List" => "Elenco",
"Today" => "Oggi",
"Calendars" => "Calendari",
"There was a fail, while parsing the file." => "Si è verificato un errore durante l'analisi del file.",
"Choose active calendars" => "Scegli i calendari attivi",
"Your calendars" => "I tuoi calendari",
"CalDav Link" => "Collegamento CalDav",
"Shared calendars" => "Calendari condivisi",
"No shared calendars" => "Nessun calendario condiviso",
"Share Calendar" => "Condividi calendario",
"Download" => "Scarica",
"Edit" => "Modifica",
"Delete" => "Elimina",
"shared with you by" => "condiviso con te da",
"New calendar" => "Nuovo calendario",
"Edit calendar" => "Modifica calendario",
"Displayname" => "Nome visualizzato",
"Active" => "Attivo",
"Calendar color" => "Colore calendario",
"Save" => "Salva",
"Submit" => "Invia",
"Cancel" => "Annulla",
"Edit an event" => "Modifica un evento",
"Export" => "Esporta",
"Eventinfo" => "Informazioni evento",
"Repeating" => "Ripetizione",
"Alarm" => "Avviso",
"Attendees" => "Partecipanti",
"Share" => "Condividi",
"Title of the Event" => "Titolo dell'evento",
"Category" => "Categoria",
"Separate categories with commas" => "Categorie separate con virgole",
"Edit categories" => "Modifica le categorie",
"All Day Event" => "Evento che occupa tutta la giornata",
"From" => "Da",
"To" => "A",
"Advanced options" => "Opzioni avanzate",
"Location" => "Luogo",
"Location of the Event" => "Luogo dell'evento",
"Description" => "Descrizione",
"Description of the Event" => "Descrizione dell'evento",
"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",
"create a new calendar" => "Crea un nuovo calendario",
"Import a calendar file" => "Importa un file di calendario",
"Please choose a calendar" => "Scegli un calendario",
"Name of new calendar" => "Nome del nuovo calendario",
"Take an available name!" => "Usa un nome disponibile!",
"A Calendar with this name already exists. If you continue anyhow, these calendars will be merged." => "Un calendario con questo nome esiste già. Se continui, i due calendari saranno uniti.",
"Import" => "Importa",
"Close Dialog" => "Chiudi la finestra di dialogo",
"Create a new event" => "Crea un nuovo evento",
"View an event" => "Visualizza un evento",
"No categories selected" => "Nessuna categoria selezionata",
"of" => "di",
"at" => "alle",
"Timezone" => "Fuso orario",
"Check always for changes of the timezone" => "Controlla sempre i cambiamenti di fuso orario",
"Timeformat" => "Formato orario",
"24h" => "24h",
"12h" => "12h",
"First day of the week" => "Primo giorno della settimana",
"Cache" => "Cache",
"Clear cache for repeating events" => "Cancella gli eventi che si ripetono dalla cache",
"Calendar CalDAV syncing addresses" => "Indirizzi di sincronizzazione calendari CalDAV",
"more info" => "ulteriori informazioni",
"Primary address (Kontact et al)" => "Indirizzo principale (Kontact e altri)",
"iOS/OS X" => "iOS/OS X",
"Read only iCalendar link(s)" => "Collegamento(i) iCalendar sola lettura",
"Users" => "Utenti",
"select users" => "seleziona utenti",
"Editable" => "Modificabile",
"Groups" => "Gruppi",
"select groups" => "seleziona gruppi",
"make public" => "rendi pubblico"
);
|