nextcloud/apps/contacts/l10n/ia.php

46 lines
1.2 KiB
PHP
Raw Normal View History

2012-01-11 04:06:59 +04:00
<?php $TRANSLATIONS = array(
2012-05-09 14:41:01 +04:00
"Contacts" => "Contactos",
2012-01-11 04:06:59 +04:00
"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",
2012-05-09 14:41:01 +04:00
"Mobile" => "Mobile",
2012-01-11 04:06:59 +04:00
"Text" => "Texto",
"Voice" => "Voce",
"Fax" => "Fax",
"Video" => "Video",
"Pager" => "Pager",
2012-05-09 14:41:01 +04:00
"Contact" => "Contacto",
2012-01-11 04:06:59 +04:00
"Add Contact" => "Adder contacto",
2012-05-09 14:41:01 +04:00
"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",
2012-01-11 04:06:59 +04:00
"PO Box" => "Cassa postal",
2012-05-09 14:41:01 +04:00
"Extended" => "Extendite",
2012-01-11 04:06:59 +04:00
"Street" => "Strata",
"City" => "Citate",
"Region" => "Region",
"Zipcode" => "Codice postal",
"Country" => "Pais",
2012-05-09 14:41:01 +04:00
"Add" => "Adder",
"Addressbook" => "Adressario",
"New Addressbook" => "Nove adressario",
"Edit Addressbook" => "Modificar adressario",
"Active" => "Active",
"Save" => "Salveguardar",
"Submit" => "Submitter",
"Cancel" => "Cancellar"
2012-01-11 04:06:59 +04:00
);