65 lines
2.5 KiB
PHP
65 lines
2.5 KiB
PHP
<?php $TRANSLATIONS = array(
|
|
"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",
|
|
"Mobile" => "Cellulare",
|
|
"Text" => "Testo",
|
|
"Voice" => "Voce",
|
|
"Fax" => "Fax",
|
|
"Video" => "Video",
|
|
"Pager" => "Cercapersone",
|
|
"Contact" => "Contatto",
|
|
"This is not your contact." => "Questo non è un tuo contatto.",
|
|
"Add Contact" => "Aggiungi contatto",
|
|
"Addressbooks" => "Rubriche",
|
|
"Addressbook" => "Rubrica",
|
|
"Name" => "Nome",
|
|
"Type" => "Tipo",
|
|
"PO Box" => "Casella postale",
|
|
"Extended" => "Estendi",
|
|
"Street" => "Via",
|
|
"City" => "Città",
|
|
"Region" => "Regione",
|
|
"Zipcode" => "CAP",
|
|
"Country" => "Stato",
|
|
"Create Contact" => "Crea contatto",
|
|
"Choose active Address Books" => "Seleziona le rubriche attive",
|
|
"New Address Book" => "Nuova rubrica",
|
|
"CardDav Link" => "Link CardDav",
|
|
"Download" => "Scarica",
|
|
"Edit" => "Modifica",
|
|
"Delete" => "Cancella",
|
|
"Download contact" => "Scarica contatto",
|
|
"Delete contact" => "Cancella contatto",
|
|
"Add" => "Aggiungi",
|
|
"New Addressbook" => "Nuova Rubrica",
|
|
"Edit Addressbook" => "Modifica Rubrica",
|
|
"Displayname" => "Nome da mostrare",
|
|
"Active" => "Attiva",
|
|
"Save" => "Salva",
|
|
"Submit" => "Conferma",
|
|
"Cancel" => "Annulla",
|
|
"Birthday" => "Compleanno",
|
|
"Preferred" => "Preferito",
|
|
"Phone" => "Telefono",
|
|
"Update" => "Aggiorna",
|
|
"CardDAV syncing address:" => "Indirizzo di sincronizzazione CarDAV:"
|
|
);
|