2011-09-23 22:13:15 +04:00
|
|
|
<?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",
|
2011-09-23 22:13:15 +04:00
|
|
|
"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",
|
2011-09-23 22:13:15 +04:00
|
|
|
"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",
|
2011-09-23 22:13:15 +04:00
|
|
|
"Birthday" => "Compleanno",
|
2012-01-15 18:12:58 +04:00
|
|
|
"Preferred" => "Preferito",
|
|
|
|
"Phone" => "Telefono",
|
|
|
|
"Update" => "Aggiorna"
|
2011-09-23 22:13:15 +04:00
|
|
|
);
|