46 lines
1.2 KiB
PHP
46 lines
1.2 KiB
PHP
<?php $TRANSLATIONS = array(
|
|
"Contacts" => "Contactos",
|
|
"This is not your addressbook." => "Iste non es tu libro de adresses",
|
|
"Contact could not be found." => "Contacto non poterea esser legite",
|
|
"Address" => "Adresse",
|
|
"Telephone" => "Telephono",
|
|
"Email" => "E-posta",
|
|
"Organization" => "Organisation",
|
|
"Work" => "Travalio",
|
|
"Home" => "Domo",
|
|
"Mobile" => "Mobile",
|
|
"Text" => "Texto",
|
|
"Voice" => "Voce",
|
|
"Fax" => "Fax",
|
|
"Video" => "Video",
|
|
"Pager" => "Pager",
|
|
"Contact" => "Contacto",
|
|
"Add Contact" => "Adder contacto",
|
|
"Addressbooks" => "Adressarios",
|
|
"New Address Book" => "Nove adressario",
|
|
"Download" => "Discargar",
|
|
"Edit" => "Modificar",
|
|
"Delete" => "Deler",
|
|
"Download contact" => "Discargar contacto",
|
|
"Delete contact" => "Deler contacto",
|
|
"Birthday" => "Anniversario",
|
|
"Preferred" => "Preferite",
|
|
"Phone" => "Phono",
|
|
"Type" => "Typo",
|
|
"PO Box" => "Cassa postal",
|
|
"Extended" => "Extendite",
|
|
"Street" => "Strata",
|
|
"City" => "Citate",
|
|
"Region" => "Region",
|
|
"Zipcode" => "Codice postal",
|
|
"Country" => "Pais",
|
|
"Add" => "Adder",
|
|
"Addressbook" => "Adressario",
|
|
"New Addressbook" => "Nove adressario",
|
|
"Edit Addressbook" => "Modificar adressario",
|
|
"Active" => "Active",
|
|
"Save" => "Salveguardar",
|
|
"Submit" => "Submitter",
|
|
"Cancel" => "Cancellar"
|
|
);
|