2011-09-23 22:13:15 +04:00
|
|
|
<?php $TRANSLATIONS = array(
|
2012-05-09 14:41:01 +04:00
|
|
|
"Error (de)activating addressbook." => "Errore nel (dis)attivare la rubrica.",
|
2012-01-16 20:34:42 +04:00
|
|
|
"There was an error adding the contact." => "Si è verificato un errore nell'aggiunta del contatto.",
|
|
|
|
"Cannot add empty property." => "Impossibile aggiungere una proprietà vuota.",
|
2012-05-09 14:41:01 +04:00
|
|
|
"At least one of the address fields has to be filled out." => "Deve essere riempito almeno un indirizzo.",
|
2012-01-16 20:34:42 +04:00
|
|
|
"Error adding contact property." => "Errore durante l'aggiunta della proprietà del contatto.",
|
2012-05-09 14:41:01 +04:00
|
|
|
"Error adding addressbook." => "Errore durante l'aggiunta della rubrica.",
|
|
|
|
"Error activating addressbook." => "Errore durante l'attivazione della rubrica.",
|
|
|
|
"Information about vCard is incorrect. Please reload the page." => "Informazioni sulla vCard non corrette. Ricarica la pagina.",
|
|
|
|
"Error deleting contact property." => "Errore durante l'eliminazione della proprietà del contatto.",
|
|
|
|
"Error updating contact property." => "Errore durante l'aggiornamento della proprietà del contatto.",
|
|
|
|
"Error updating addressbook." => "Errore durante l'aggiornamento della rubrica.",
|
2012-01-16 20:34:42 +04:00
|
|
|
"Contacts" => "Contatti",
|
2011-09-23 22:13:15 +04:00
|
|
|
"This is not your addressbook." => "Questa non è la tua rubrica.",
|
2012-05-09 14:41:01 +04:00
|
|
|
"Contact could not be found." => "Il contatto non può essere trovato.",
|
2011-09-23 22:13:15 +04:00
|
|
|
"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
|
|
|
"Add Contact" => "Aggiungi contatto",
|
2012-01-16 20:34:42 +04:00
|
|
|
"Addressbooks" => "Rubriche",
|
2012-05-09 14:41:01 +04:00
|
|
|
"New Address Book" => "Nuova rubrica",
|
|
|
|
"CardDav Link" => "Link CardDav",
|
|
|
|
"Download" => "Scarica",
|
|
|
|
"Edit" => "Modifica",
|
|
|
|
"Delete" => "Elimina",
|
|
|
|
"Download contact" => "Scarica contatto",
|
|
|
|
"Delete contact" => "Elimina contatto",
|
|
|
|
"Birthday" => "Compleanno",
|
|
|
|
"Preferred" => "Preferito",
|
|
|
|
"Phone" => "Telefono",
|
2012-01-15 18:12:58 +04:00
|
|
|
"Type" => "Tipo",
|
2012-01-11 04:06:59 +04:00
|
|
|
"PO Box" => "Casella postale",
|
2012-05-09 14:41:01 +04:00
|
|
|
"Extended" => "Esteso",
|
2011-09-23 22:13:15 +04:00
|
|
|
"Street" => "Via",
|
|
|
|
"City" => "Città",
|
|
|
|
"Region" => "Regione",
|
|
|
|
"Zipcode" => "CAP",
|
|
|
|
"Country" => "Stato",
|
2012-01-15 18:12:58 +04:00
|
|
|
"Add" => "Aggiungi",
|
2012-05-09 14:41:01 +04:00
|
|
|
"Addressbook" => "Rubrica",
|
|
|
|
"New Addressbook" => "Nuova rubrica",
|
|
|
|
"Edit Addressbook" => "Modifica rubrica",
|
|
|
|
"Displayname" => "Nome visualizzato",
|
2012-01-15 18:12:58 +04:00
|
|
|
"Active" => "Attiva",
|
|
|
|
"Save" => "Salva",
|
2012-05-09 14:41:01 +04:00
|
|
|
"Submit" => "Invia",
|
|
|
|
"Cancel" => "Annulla"
|
2011-09-23 22:13:15 +04:00
|
|
|
);
|