nextcloud/apps/contacts/l10n/et_EE.php

35 lines
1.1 KiB
PHP

<?php $TRANSLATIONS = array(
"This is not your addressbook." => "See pole sinu aadressiraamat.",
"Contact could not be found." => "Kontakti ei leitud.",
"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",
"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"
);