blob: 0ae077242766b835e6756d97851da3045ffbe3ab (
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
|
<?xml version='1.0' encoding='UTF-8'?>
<resources>
<!--title-->
<string name="title_authentication">Κωδικός</string>
<string name="title_edit_key">Επεξεργασία Κλειδιού</string>
<string name="title_preferences">Επιλογές</string>
<!--section-->
<!--button-->
<string name="btn_save">Αποθήκευση</string>
<string name="btn_do_not_save">Ακύρωση</string>
<string name="btn_delete">Διαγραφή</string>
<string name="btn_no_date">Κανένα</string>
<string name="btn_okay">ΟΚ</string>
<!--menu-->
<string name="menu_delete_key">Διαγραφής κλειδιού</string>
<!--label-->
<string name="label_message">Μήνυμα</string>
<string name="label_file">Αρχείο</string>
<string name="label_passphrase">Κωδικός</string>
<string name="label_algorithm">Αλγόριθμος</string>
<string name="label_encryption_algorithm">Αλγόριθμος κρυπτογράφησης</string>
<string name="label_key_size">Μέγεθος κλειδιού</string>
<string name="label_email">Ηλεκτρονικό ταχυδρομίο</string>
<!--choice-->
<!--key flags-->
<!--sentences-->
<!--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>
|