37 lines
1.2 KiB
PHP
37 lines
1.2 KiB
PHP
<?php $TRANSLATIONS = array(
|
|
"This is not your addressbook." => "Questa non è la tua rubrica.",
|
|
"Contact could not be found." => "Il contatto non può essere trovato",
|
|
"vCard could not be read." => "La vCard non può essere letta",
|
|
"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",
|
|
"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",
|
|
"Group" => "Gruppo",
|
|
"Name" => "Nome",
|
|
"PO Box" => "Casella postale",
|
|
"Extended" => "Estendi",
|
|
"Street" => "Via",
|
|
"City" => "Città",
|
|
"Region" => "Regione",
|
|
"Zipcode" => "CAP",
|
|
"Country" => "Stato",
|
|
"Create Contact" => "Crea contatto",
|
|
"Edit" => "Modifica",
|
|
"Delete" => "Cancella",
|
|
"Birthday" => "Compleanno",
|
|
"Phone" => "Telefono"
|
|
);
|