diff options
Diffstat (limited to 'apps/contacts/l10n/ia.php')
-rw-r--r-- | apps/contacts/l10n/ia.php | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/apps/contacts/l10n/ia.php b/apps/contacts/l10n/ia.php new file mode 100644 index 00000000000..2bd53255e85 --- /dev/null +++ b/apps/contacts/l10n/ia.php @@ -0,0 +1,32 @@ +<?php $TRANSLATIONS = array( +"This is not your addressbook." => "Iste non es tu libro de adresses", +"Contact could not be found." => "Contacto non poterea esser legite", +"vCard could not be read." => "vCard non poterea esser legite.", +"Address" => "Adresse", +"Telephone" => "Telephono", +"Email" => "E-posta", +"Organization" => "Organisation", +"Work" => "Travalio", +"Home" => "Domo", +"Text" => "Texto", +"Voice" => "Voce", +"Fax" => "Fax", +"Video" => "Video", +"Pager" => "Pager", +"This is not your contact." => "Iste non es tu contacto", +"This card is not RFC compatible." => "Iste carta non es compatibile con RFC", +"Add Contact" => "Adder contacto", +"Group" => "Gruppo", +"Name" => "Nomine", +"PO Box" => "Cassa postal", +"Street" => "Strata", +"City" => "Citate", +"Region" => "Region", +"Zipcode" => "Codice postal", +"Country" => "Pais", +"Create Contact" => "Crear contacto", +"Edit" => "Modificar", +"Delete" => "Deler", +"Birthday" => "Anniversario", +"Phone" => "Phono" +); |