annotate plugins/libcalendaring/localization/it_IT.inc @ 4:888e774ee983

libcalendar plugin as distributed
author Charlie Root
date Sat, 13 Jan 2018 08:57:56 -0500
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
1 <?php
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
2 /**
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
3 * Localizations for the Kolab calendaring utilities plugin
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
4 *
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
5 * Copyright (C) 2014, Kolab Systems AG
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
6 *
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
7 * For translation see https://www.transifex.com/projects/p/kolab/resource/libcalendaring/
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
8 */
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
9 $labels['until'] = 'fino al';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
10 $labels['at'] = 'at';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
11 $labels['alarmemail'] = 'Spedisci email';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
12 $labels['alarmdisplay'] = 'Mostra messaggio';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
13 $labels['alarmdisplayoption'] = 'Messaggio';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
14 $labels['alarmemailoption'] = 'Email';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
15 $labels['trigger@'] = 'in data';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
16 $labels['trigger-M'] = 'miniti prima';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
17 $labels['trigger-H'] = 'ore prima';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
18 $labels['trigger-D'] = 'giorni prima';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
19 $labels['trigger+M'] = 'minuti dopo';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
20 $labels['trigger+H'] = 'ore dopo';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
21 $labels['trigger+D'] = 'giorni dopo';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
22 $labels['alarmtitle'] = 'Prossimi eventi';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
23 $labels['dismissall'] = 'Scarta tutti';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
24 $labels['dismiss'] = 'Scarta';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
25 $labels['snooze'] = 'Sospendi';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
26 $labels['repeatinmin'] = 'Ripeti tra $min minuti';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
27 $labels['repeatinhr'] = 'Ripeti tra 1 ora';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
28 $labels['repeatinhrs'] = 'Ripeti tra $hrs ore';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
29 $labels['repeattomorrow'] = 'Ripeti domani';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
30 $labels['repeatinweek'] = 'Ripeti tra una settimana';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
31 $labels['showmore'] = 'Mostra altro...';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
32 $labels['frequency'] = 'Frequenza';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
33 $labels['never'] = 'una volta';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
34 $labels['daily'] = 'quotidiana';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
35 $labels['weekly'] = 'settimanale';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
36 $labels['monthly'] = 'mensile';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
37 $labels['yearly'] = 'annuale';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
38 $labels['every'] = 'Ogni';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
39 $labels['days'] = 'giorno/i';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
40 $labels['weeks'] = 'settimana/e';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
41 $labels['months'] = 'mese/i';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
42 $labels['years'] = 'anno/i in:';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
43 $labels['bydays'] = 'Di';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
44 $labels['untildate'] = 'il';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
45 $labels['each'] = 'Nei giorni';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
46 $labels['onevery'] = 'Ogni';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
47 $labels['onsamedate'] = 'Alla stessa data';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
48 $labels['forever'] = 'per sempre';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
49 $labels['recurrencend'] = 'fino al';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
50 $labels['forntimes'] = 'per $nr volte';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
51 $labels['first'] = 'primo';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
52 $labels['second'] = 'secondo';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
53 $labels['third'] = 'terzo';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
54 $labels['fourth'] = 'quarto';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
55 $labels['last'] = 'ultimo';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
56 $labels['dayofmonth'] = 'Giorno del mese';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
57 $labels['statusorganizer'] = 'Organizzatore';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
58 $labels['statustentative'] = 'Provvisorio';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
59 $labels['statusneeds-action'] = 'Necessaria azione';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
60 $labels['statusunknown'] = 'Sconosciuto';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
61 $labels['statuscompleted'] = 'Completato';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
62 $labels['statusin-process'] = 'In processo';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
63 $labels['itipinvitation'] = 'Invito a';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
64 $labels['itipupdate'] = 'Aggiornamento di';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
65 $labels['itipcancellation'] = 'Annullato:';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
66 $labels['itipreply'] = 'Rispondi a';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
67 $labels['itipaccepted'] = 'Accetta';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
68 $labels['itiptentative'] = 'Forse';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
69 $labels['itipdeclined'] = 'Rifiuta';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
70 $labels['itipdelegated'] = 'Delegato';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
71 $labels['itipobjectnotfound'] = 'L\'oggetto a cui si riferisce questo messaggio non è stato trovato nel tuo account.';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
72 $labels['itipsubjectaccepted'] = '"$title" è stato accettato da $name';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
73 $labels['itipsubjecttentative'] = '"$title" è stato accettato con riserva da $name';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
74 $labels['itipsubjectdeclined'] = '"$title" è stato rifiutato da $name';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
75 $labels['itipnewattendee'] = 'Questa è una risposta da un nuovo partecipante';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
76 $labels['updateattendeestatus'] = 'Aggiorna lo stato dei partecipanti';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
77 $labels['acceptinvitation'] = 'Accetti questo invito?';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
78 $labels['youhaveaccepted'] = 'Hai accettato questo invito';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
79 $labels['youhavetentative'] = 'Hai accettato con riserva questo invito';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
80 $labels['youhavedeclined'] = 'Hai rifiutato questo invito';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
81 $labels['youhavedelegated'] = 'Hai delegato questo invito';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
82 $labels['attendeeaccepted'] = 'Il partecipante ha accettato';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
83 $labels['attendeetentative'] = 'Il partecipante ha accettato con riserva';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
84 $labels['attendeedeclined'] = 'Il partecipante ha rifiutato';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
85 $labels['notanattendee'] = 'Non sei nell\'elenco dei partecipanti per questo oggetto';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
86 $labels['importtocalendar'] = 'Salva nel mio calendario';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
87 $labels['removefromcalendar'] = 'Rimuovi dal mio calendario';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
88 $labels['updatemycopy'] = 'Aggiorna la mia copia';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
89 $labels['deleteobjectconfirm'] = 'Vuoi davvero eliminare questo oggetto?';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
90 $labels['declinedeleteconfirm'] = 'Vuoi che l\'oggetto rifiutato venga eliminato anche dal tuo account?';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
91 $labels['savingdata'] = 'Salvataggio dati...';