37 lines
1.2 KiB
PHP
37 lines
1.2 KiB
PHP
<?php $TRANSLATIONS = array(
|
|
"This is not your addressbook." => "See pole sinu aadressiraamat.",
|
|
"Contact could not be found." => "Kontakti ei leitud.",
|
|
"vCard could not be read." => "Visiitkaardi lugemine ebaõnnestus,",
|
|
"Information about vCard is incorrect. Please reload the page." => "Visiitkaardi info pole korrektne. Palun lae leht uuesti.",
|
|
"Address" => "Aadress",
|
|
"Telephone" => "Telefon",
|
|
"Email" => "E-post",
|
|
"Organization" => "Organisatsioon",
|
|
"Work" => "Töö",
|
|
"Home" => "Kodu",
|
|
"Mobile" => "Mobiil",
|
|
"Text" => "Tekst",
|
|
"Voice" => "Hääl",
|
|
"Fax" => "Faks",
|
|
"Video" => "Video",
|
|
"Pager" => "Piipar",
|
|
"This is not your contact." => "See pole sinu kontakt.",
|
|
"This card is not RFC compatible." => "See kaart ei ühildu RFC-ga.",
|
|
"This card does not contain a photo." => "Sellel kaardil pole fotot.",
|
|
"Add Contact" => "Lisa kontakt",
|
|
"Group" => "Grupp",
|
|
"Name" => "Nimi",
|
|
"PO Box" => "Postkontori postkast",
|
|
"Extended" => "Laiendatud",
|
|
"Street" => "Tänav",
|
|
"City" => "Linn",
|
|
"Region" => "Piirkond",
|
|
"Zipcode" => "Postiindeks",
|
|
"Country" => "Riik",
|
|
"Create Contact" => "Lisa kontakt",
|
|
"Edit" => "Muuda",
|
|
"Delete" => "Kustuta",
|
|
"Birthday" => "Sünnipäev",
|
|
"Phone" => "Telefon"
|
|
);
|