diff options
Diffstat (limited to 'apps/contacts/l10n/it.php')
-rw-r--r-- | apps/contacts/l10n/it.php | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/apps/contacts/l10n/it.php b/apps/contacts/l10n/it.php index c4360d89133..6ac1677e3c0 100644 --- a/apps/contacts/l10n/it.php +++ b/apps/contacts/l10n/it.php @@ -1,4 +1,15 @@ <?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.", @@ -14,10 +25,13 @@ "Fax" => "Fax", "Video" => "Video", "Pager" => "Cercapersone", +"Contact" => "Contatto", "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", +"Addressbooks" => "Rubriche", +"Addressbook" => "Rubrica", "Name" => "Nome", "Type" => "Tipo", "PO Box" => "Casella postale", @@ -34,8 +48,11 @@ "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", @@ -44,5 +61,6 @@ "Birthday" => "Compleanno", "Preferred" => "Preferito", "Phone" => "Telefono", -"Update" => "Aggiorna" +"Update" => "Aggiorna", +"CardDAV syncing address:" => "Indirizzo di sincronizzazione CarDAV:" ); |