diff options
Diffstat (limited to 'apps/dav/l10n/it.json')
-rw-r--r-- | apps/dav/l10n/it.json | 31 |
1 files changed, 30 insertions, 1 deletions
diff --git a/apps/dav/l10n/it.json b/apps/dav/l10n/it.json index 5e142ed766e..ea55ed2bc9d 100644 --- a/apps/dav/l10n/it.json +++ b/apps/dav/l10n/it.json @@ -30,9 +30,23 @@ "You deleted event {event} from calendar {calendar}" : "Hai ha eliminato l'evento {event} dal calendario {calendar}", "{actor} updated event {event} in calendar {calendar}" : "{actor} ha aggiornato l'evento {event} nel calendario {calendar}", "You updated event {event} in calendar {calendar}" : "Hai aggiornato l'evento {event} nel calendario {calendar}", + "{actor} moved event {event} from calendar {sourceCalendar} to calendar {targetCalendar}" : "{actor} ha spostato l'evento {event} dal calendario {sourceCalendar} al calendario {targetCalendar}", + "You moved event {event} from calendar {sourceCalendar} to calendar {targetCalendar}" : "Hai spostato l'evento {event} dal calendario {sourceCalendar} al calendario {targetCalendar}", "{actor} restored event {event} of calendar {calendar}" : "{actor} ha ripristinato l'evento {event} del calendario {calendar}", "You restored event {event} of calendar {calendar}" : "Hai ripristinato l'evento {event} del calendario {calendar}", "Busy" : "Occupato", + "{actor} created to-do {todo} in list {calendar}" : "{actor} ha aggiunto la cosa da fare {todo} nella lista {calendar}", + "You created to-do {todo} in list {calendar}" : "Hai aggiunto la cosa da fare {todo} nella lista {calendar}", + "{actor} deleted to-do {todo} from list {calendar}" : "{actor} ha eliminato la cosa da fare {todo} dalla lista {calendar}", + "You deleted to-do {todo} from list {calendar}" : "Hai eliminato la cosa da fare {todo} dalla lista {calendar}", + "{actor} updated to-do {todo} in list {calendar}" : "{actor} ha aggiornato la cosa da fare {todo} nella lista {calendar}", + "You updated to-do {todo} in list {calendar}" : "Hai aggiornato la cosa da fare {todo} nella lista {calendar}", + "{actor} solved to-do {todo} in list {calendar}" : "{actor} ha risolto la cosa da fare {todo} nella lista {calendar}", + "You solved to-do {todo} in list {calendar}" : "Hai risolto la cosa da fare {todo} nella lista {calendar}", + "{actor} reopened to-do {todo} in list {calendar}" : "{actor} ha riaperto la cosa da fare {todo} nella lista {calendar}", + "You reopened to-do {todo} in list {calendar}" : "Hai riaperto la cosa da fare {todo} nella lista {calendar}", + "{actor} moved to-do {todo} from list {sourceCalendar} to list {targetCalendar}" : "{actor} ha spostato la cosa da fare {todo} dalla lista {sourceCalendar} alla lista {targetCalendar}", + "You moved to-do {todo} from list {sourceCalendar} to list {targetCalendar}" : "Hai spostato la cosa da fare {todo} dalla lista {sourceCalendar} alla lista {targetCalendar}", "Calendar, contacts and tasks" : "Calendario, contatti e attività", "A <strong>calendar</strong> was modified" : "Un <strong>calendario</strong> è stato modificato", "A calendar <strong>event</strong> was modified" : "Un <strong>evento</strong> del calendario è stato modificato", @@ -57,8 +71,16 @@ "Where: %s" : "Dove: %s", "%1$s via %2$s" : "%1$s tramite %2$s", "Cancelled: %1$s" : "Annullato: %1$s", + "\"%1$s\" has been canceled" : "\"%1$s\" è stato annullato", "Re: %1$s" : "Re: %1$s", + "%1$s has accepted your invitation" : "%1$s ha accettato il tuo invito", + "%1$s has tentatively accepted your invitation" : "%1$s ha provvisoriamente accettato il tuo invito", + "%1$s has declined your invitation" : "%1$s ha rifiutato il tuo invito", + "%1$s has responded to your invitation" : "%1$s ha risposto al tuo invito", + "Invitation updated: %1$s" : "Invito aggiornato: %1$s", + "%1$s updated the event \"%2$s\"" : "%1$s ha aggiornato l'evento \"%2$s\"", "Invitation: %1$s" : "Invito: %1$s", + "%1$s would like to invite you to \"%2$s\"" : "%1$s vorrebbe invitarti in \"%2$s\"", "Organizer:" : "Organizzatore:", "Attendees:" : "Partecipanti:", "Title:" : "Titolo:", @@ -94,6 +116,8 @@ "{actor} updated contact {card} in address book {addressbook}" : "{actor} ha aggiornato il contatto {card} nella rubrica {addressbook}", "You updated contact {card} in address book {addressbook}" : "Hai aggiornato il contatto {card} nella rubrica {addressbook}", "A <strong>contact</strong> or <strong>address book</strong> was modified" : "Un <strong>contatto</strong> o <strong>rubrica</strong> sono stati modificati ", + "Accounts" : "Account", + "System address book which holds all accounts" : "Rubrica di sistema che contiene tutti gli account", "File is not updatable: %1$s" : "Il file non è aggiornabile: %1$s", "Could not write to final file, canceled by hook" : "Impossibile scrivere nel file finale, annullato da hook", "Could not write file contents" : "Impossibile scrivere il contenuto del file", @@ -141,7 +165,11 @@ "Friday" : "Venerdì", "Saturday" : "Sabato", "Sunday" : "Domenica", + "Automatically set user status to \"Do not disturb\" outside of availability to mute all notifications." : "Imposta automaticamente lo stato dell'utente su \"Non disturbare\" al di fuori della disponibilità per disattivare tutte le notifiche.", "Save" : "Salva", + "Failed to load availability" : "Caricamento disponibilità non riuscito", + "Saved availability" : "Disponibilità salvata", + "Failed to save availability" : "Salvataggio disponibilità non riuscito", "Calendar server" : "Server di calendari", "Send invitations to attendees" : "Invia gli inviti ai partecipanti", "Automatically generate a birthday calendar" : "Genera automaticamente un calendario dei compleanni", @@ -158,6 +186,7 @@ "Please contact the organizer directly." : "Contatta direttamente l'amministratore.", "Are you accepting the invitation?" : "Accetti l'invito?", "Tentative" : "Provvisorio", - "Your attendance was updated successfully." : "La tua partecipazione è stata aggiornata correttamente." + "Your attendance was updated successfully." : "La tua partecipazione è stata aggiornata correttamente.", + "%1$s has responded your invitation" : "%1$s ha risposto al tuo invito" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" }
\ No newline at end of file |