nextcloud/apps/contacts/l10n/it.php

49 lines
1.5 KiB
PHP
Raw Normal View History

<?php $TRANSLATIONS = array(
"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",
"This is not your contact." => "Questo non è un tuo contatto.",
"This card is not RFC compatible." => "Questa card non è compatibile con il protocollo RFC.",
"This card does not contain a photo." => "Questa card non contiene una foto.",
"Add Contact" => "Aggiungi contatto",
"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-15 18:12:58 +04:00
"Delete contact" => "Cancella contatto",
"Add" => "Aggiungi",
"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",
"Update" => "Aggiorna"
);