nextcloud/apps/contacts/l10n/it.php

65 lines
2.5 KiB
PHP
Raw Normal View History

<?php $TRANSLATIONS = array(
2012-01-16 20:34:42 +04:00
"Error (de)activating addressbook." => "Errore nel (dis)attivare la rubrica",
"There was an error adding the contact." => "Si è verificato un errore nell'aggiunta del contatto.",
"Cannot add empty property." => "Impossibile aggiungere una proprietà vuota.",
"At least one of the address fields has to be filled out." => "Deve essere riempito almeno un indirizzo .",
"Error adding contact property." => "Errore durante l'aggiunta della proprietà del contatto.",
"Error adding addressbook." => "Errore nell'aggiunta della rubrica.",
"Error activating addressbook." => "Errore nell'attivazione della rubrica.",
"Error deleting contact property." => "Errore nella cancellazione della proprietà del contatto.",
"Error updating contact property." => "Errore nell'aggiornamento della proprietà del contatto.",
"Error updating addressbook." => "Errore nell'aggiornamento della rubrica.",
"Contacts" => "Contatti",
"This is not your addressbook." => "Questa non è la tua rubrica.",
"Contact could not be found." => "Il contatto non può essere trovato",
"Information about vCard is incorrect. Please reload the page." => "Informazioni sulla vCard incorrette. Ricaricare la pagina.",
"Address" => "Indirizzo",
"Telephone" => "Telefono",
"Email" => "Email",
"Organization" => "Organizzazione",
"Work" => "Lavoro",
"Home" => "Casa",
2012-01-11 04:06:59 +04:00
"Mobile" => "Cellulare",
"Text" => "Testo",
"Voice" => "Voce",
"Fax" => "Fax",
"Video" => "Video",
"Pager" => "Cercapersone",
2012-01-16 20:34:42 +04:00
"Contact" => "Contatto",
2012-01-11 04:06:59 +04:00
"This is not your contact." => "Questo non è un tuo contatto.",
"Add Contact" => "Aggiungi contatto",
2012-01-16 20:34:42 +04:00
"Addressbooks" => "Rubriche",
"Addressbook" => "Rubrica",
2012-01-11 04:06:59 +04:00
"Name" => "Nome",
2012-01-15 18:12:58 +04:00
"Type" => "Tipo",
2012-01-11 04:06:59 +04:00
"PO Box" => "Casella postale",
"Extended" => "Estendi",
"Street" => "Via",
"City" => "Città",
"Region" => "Regione",
"Zipcode" => "CAP",
"Country" => "Stato",
2012-01-11 04:06:59 +04:00
"Create Contact" => "Crea contatto",
2012-01-15 18:12:58 +04:00
"Choose active Address Books" => "Seleziona le rubriche attive",
"New Address Book" => "Nuova rubrica",
"CardDav Link" => "Link CardDav",
"Download" => "Scarica",
2012-01-11 04:06:59 +04:00
"Edit" => "Modifica",
"Delete" => "Cancella",
2012-01-16 20:34:42 +04:00
"Download contact" => "Scarica contatto",
2012-01-15 18:12:58 +04:00
"Delete contact" => "Cancella contatto",
"Add" => "Aggiungi",
2012-01-16 20:34:42 +04:00
"New Addressbook" => "Nuova Rubrica",
"Edit Addressbook" => "Modifica Rubrica",
2012-01-15 18:12:58 +04:00
"Displayname" => "Nome da mostrare",
"Active" => "Attiva",
"Save" => "Salva",
"Submit" => "Conferma",
"Cancel" => "Annulla",
"Birthday" => "Compleanno",
2012-01-15 18:12:58 +04:00
"Preferred" => "Preferito",
"Phone" => "Telefono",
2012-01-16 20:34:42 +04:00
"Update" => "Aggiorna",
"CardDAV syncing address:" => "Indirizzo di sincronizzazione CarDAV:"
);