aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/values-et/strings.xml
blob: fdd7f026a3e6b418e01d0e3d9b8f78b9f18f2472 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<?xml version='1.0' encoding='UTF-8'?>
<resources>
  <!--title-->
  <string name="title_encrypt">Krüpteeri</string>
  <string name="title_decrypt">Dekrüpteeri</string>
  <string name="title_authentication">Salasõne</string>
  <string name="title_edit_key">Muuda võtit</string>
  <string name="title_preferences">Seaded</string>
  <string name="title_key_server_preference">Võtmeserveri seaded</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_message">Sõnum</string>
  <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_hash_algorithm">Räsialgoritm</string>
  <string name="label_passphrase_cache_ttl">Salasõne puhverdus</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="expired">aegunud</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="warning">Hoiatus</string>
  <string name="error">Viga</string>
  <string name="error_message">Viga: %s</string>
  <!--key flags-->
  <!--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>
  <!--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-->
  <!--progress dialogs, usually ending in '…'-->
  <!--action strings-->
  <!--key bit length selections-->
  <!--compression-->
  <!--Help-->
  <!--Import-->
  <!--Import result toast-->
  <!--Intent labels-->
  <!--Remote API-->
  <!--Share-->
  <!--Key list-->
  <!--Key view-->
  <!--Edit key-->
  <!--Create key-->
  <!--View key-->
  <!--Navigation Drawer-->
  <!--hints-->
  <!--certs-->
  <!--Import Public log entries-->
  <!--Import Secret log entries-->
  <!--Keyring Canonicalization log entries-->
  <!--Keyring merging log entries-->
  <!--createSecretKeyRing-->
  <!--modifySecretKeyRing-->
  <!--PassphraseCache-->
  <!--unsorted-->
  <!--First Time-->
</resources>