Files
open-keychain/OpenKeychain/src/main/res/values-et/strings.xml

124 lines
5.0 KiB
XML
Raw Normal View History

2014-03-26 22:20:23 +01:00
<?xml version='1.0' encoding='UTF-8'?>
<resources>
2014-09-08 14:26:10 +02:00
<!--GENERAL: Please put all strings inside quotes as described in example 1 on
http://developer.android.com/guide/topics/resources/string-resource.html (scroll down to "Escaping apostrophes and quotes").-->
2014-03-26 22:20:23 +01:00
<!--title-->
<string name="title_decrypt">Dekrüpteeri</string>
<string name="title_edit_key">Muuda võtit</string>
<string name="title_import_keys">Impordi võtmeid</string>
<string name="title_export_key">Ekspordi võti</string>
<string name="title_export_keys">Ekspordi võtmed</string>
<string name="title_key_not_found">Võtit ei leitud</string>
<string name="title_send_key">Lae võtmeserverisse</string>
<string name="title_help">Abi</string>
<!--section-->
<string name="section_general">Üldine</string>
<string name="section_defaults">Vaikeseaded</string>
<!--button-->
<string name="btn_save">Salvesta</string>
<string name="btn_do_not_save">Katkesta</string>
<string name="btn_delete">Kustuta</string>
<string name="btn_export_to_server">Saada võtmeserverisse</string>
<string name="btn_next">Järgmine</string>
<string name="btn_back">Tagasi</string>
<!--menu-->
<string name="menu_preferences">Seaded</string>
<string name="menu_delete_key">Kustuta võti</string>
<string name="menu_search">Otsi</string>
<!--label-->
<string name="label_file">Fail</string>
<string name="label_no_passphrase">Salasõnet pole</string>
<string name="label_passphrase">Salasõne</string>
<string name="label_algorithm">Algoritm</string>
<string name="label_creation">Loodud</string>
<string name="label_expiry">Aegub</string>
<string name="label_usage">Kasutusvaldkond</string>
<string name="label_key_size">Võtmepikkus</string>
<string name="label_name">Nimi</string>
<string name="label_comment">Kommentaar</string>
<string name="label_email">E-mail</string>
<string name="secret_key">Salajane võti:</string>
<!--choice-->
<string name="choice_15secs">15 sekundit</string>
<string name="choice_1min">1 minut</string>
<string name="choice_3mins">3 minutit</string>
<string name="choice_5mins">5 minutit</string>
<string name="choice_10mins">10 minutit</string>
<string name="choice_20mins">20 minutit</string>
<string name="choice_40mins">40 minutit</string>
<string name="choice_1hour">1 tund</string>
<string name="choice_2hours">2 tundi</string>
<string name="choice_4hours">4 tundi</string>
<string name="choice_8hours">8 tundi</string>
<string name="dsa">DSA</string>
<string name="elgamal">ElGamal</string>
<string name="rsa">RSA</string>
<string name="filemanager_title_open">Ava...</string>
<string name="error">Viga</string>
<string name="error_message">Viga: %s</string>
2014-04-02 11:48:05 +02:00
<!--key flags-->
2014-03-26 22:20:23 +01:00
<!--sentences-->
<string name="wrong_passphrase">Vale salasõne</string>
<string name="passphrases_do_not_match">Salasõned ei ühti.</string>
<string name="passphrase_for_symmetric_encryption">Sümmeetriline krüpteering</string>
2015-03-11 19:55:31 +05:30
<string name="file_delete_successful"></string>
<string name="file_delete_confirmation"></string>
<!--errors
no punctuation, all lowercase,
they will be put after "error_message", e.g. "Error: file not found"-->
<!--errors without preceeding Error:-->
<!--results shown after decryption/verification-->
2014-10-26 23:23:30 +01:00
<!--Add keys-->
2014-03-26 22:20:23 +01:00
<!--progress dialogs, usually ending in '…'-->
<!--action strings-->
<!--key bit length selections-->
2014-09-02 14:11:10 +02:00
<!--elliptic curve names-->
<!--not in for now, see SaveKeyringParcel
2014-09-08 14:26:10 +02:00
<string name="key_curve_bp_p256">"Brainpool P-256"</string>
<string name="key_curve_bp_p384">"Brainpool P-384"</string>
<string name="key_curve_bp_p512">"Brainpool P-512"</string>-->
2014-03-26 22:20:23 +01:00
<!--compression-->
<!--Help-->
<!--Import-->
2014-10-26 23:23:30 +01:00
<!--Generic result toast-->
2014-07-03 16:30:41 +02:00
<!--Import result toast-->
2014-10-26 23:23:30 +01:00
<!--Delete result toast-->
<!--Certify result toast-->
2014-03-26 22:20:23 +01:00
<!--Intent labels-->
<!--Remote API-->
<!--Share-->
<!--Key list-->
<!--Key view-->
2015-02-28 00:38:53 +01:00
<!--Key trust-->
<!--keybase proof stuff-->
2014-08-04 16:33:05 +02:00
<!--Edit key-->
<!--Create key-->
<!--View key-->
2014-03-26 22:20:23 +01:00
<!--Navigation Drawer-->
<!--hints-->
2014-05-07 09:13:32 +02:00
<!--certs-->
2014-09-02 14:11:10 +02:00
<!--LogType log messages. Errors should have _ERROR_ in their name and end with a !-->
2014-07-03 16:30:41 +02:00
<!--Import Public log entries-->
<!--Import Secret log entries-->
<!--Keyring Canonicalization log entries-->
<!--Keyring merging log entries-->
2014-08-04 16:33:05 +02:00
<!--createSecretKeyRing-->
2014-07-03 16:30:41 +02:00
<!--modifySecretKeyRing-->
2014-08-20 11:09:41 +02:00
<!--Consolidate-->
2015-02-22 21:39:34 +01:00
<!--Edit Key (higher level than modify)-->
<!--Promote key-->
2014-09-15 10:44:36 +02:00
<!--Other messages used in OperationLogs-->
<!--Messages for DecryptVerify operation-->
2015-02-28 00:38:53 +01:00
<!--Messages for VerifySignedLiteralData operation-->
2014-09-15 10:44:36 +02:00
<!--Messages for SignEncrypt operation-->
2015-02-22 21:39:34 +01:00
<!--Messages for PgpSignEncrypt operation-->
2015-03-10 16:19:46 +01:00
<!--Messages for Export Log operation-->
2014-08-04 16:33:05 +02:00
<!--PassphraseCache-->
<!--First Time-->
2015-02-22 21:39:34 +01:00
<!--unsorted-->
<!--Passphrase wizard-->
<!--TODO: rename all the things!-->
<!--<string name="enter_passphrase_twice">Enter passphrase twice</string>-->
<!--<string name="nfc_text">Please place a NFC tag near your device</string>-->
2014-03-26 22:20:23 +01:00
</resources>