aboutsummaryrefslogtreecommitdiffstats
path: root/org_apg/res/values/strings.xml
blob: 23574f808ab25897dd07181ccaca590edd04cff1 (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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
<?xml version="1.0" encoding="utf-8"?>
<!--
     Copyright (C) 2010 Thialfihar <thi@thialfihar.org>

     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
     You may obtain a copy of the License at

          http://www.apache.org/licenses/LICENSE-2.0

     Unless required by applicable law or agreed to in writing, software
     distributed under the License is distributed on an "AS IS" BASIS,
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
-->

<resources>

    <!-- title_lowerCase: capitalized words, no punctuation -->
    <string name="title_mailInbox">Mail Inbox</string>
    <string name="title_managePublicKeys">Manage Public Keys</string>
    <string name="title_manageSecretKeys">Manage Secret Keys</string>
    <string name="title_selectRecipients">Select Recipients</string>
    <string name="title_selectSignature">Select Signature</string>
    <string name="title_encrypt">Encrypt</string>
    <string name="title_decrypt">Decrypt</string>
    <string name="title_authentication">Pass Phrase</string>
    <string name="title_createKey">Create Key</string>
    <string name="title_editKey">Edit Key</string>
    <string name="title_preferences">Preferences</string>
    <string name="title_keyServerPreference">Key Server Preference</string>
    <string name="title_changePassPhrase">Change Pass Phrase</string>
    <string name="title_setPassPhrase">Set Pass Phrase</string>
    <string name="title_sendEmail">"Send Mail..."</string>
    <string name="title_encryptToFile">Encrypt To File</string>
    <string name="title_decryptToFile">Decrypt To File</string>
    <string name="title_importKeys">Import Keys</string>
    <string name="title_exportKey">Export Key</string>
    <string name="title_exportKeys">Export Keys</string>
    <string name="title_keyNotFound">Key Not Found</string>
    <string name="title_help">Getting Started</string>
    <string name="title_keyServerQuery">Query Key Server</string>
    <string name="title_sendKey">Export to Key Server</string>
    <string name="title_unknownSignatureKey">Unknown Signature Key</string>
    <string name="title_importFromQRCode">Import from QR Code</string>
    <string name="title_signKey">Sign Key</string>
    <string name="title_about">About</string>

    <!-- section_lowerCase: capitalized words, no punctuation -->
    <string name="section_userIds">User IDs</string>
    <string name="section_keys">Keys</string>
    <string name="section_general">General</string>
    <string name="section_defaults">Defaults</string>
    <string name="section_advanced">Advanced</string>

    <!-- btn_lowerCase: capitalized words, no punctuation -->
    <string name="btn_signToClipboard">Sign To Clipboard</string>
    <string name="btn_encryptToClipboard">Encrypt To Clipboard</string>
    <string name="btn_encryptAndEmail">Encrypt And Email</string>
    <string name="btn_signAndEmail">Sign And Email</string>
    <string name="btn_encrypt">Encrypt</string>
    <string name="btn_sign">Sign</string>
    <string name="btn_decrypt">Decrypt</string>
    <string name="btn_verify">Verify</string>
    <string name="btn_selectEncryptKeys">Select Recipients</string>
    <string name="btn_reply">Reply</string>
    <string name="btn_encryptMessage">Encrypt Message</string>
    <string name="btn_decryptMessage">Decrypt Message</string>
    <string name="btn_encryptFile">Encrypt File</string>
    <string name="btn_decryptFile">Decrypt File</string>
    <string name="btn_save">Save</string>
    <string name="btn_doNotSave">Cancel</string>
    <string name="btn_delete">Delete</string>
    <string name="btn_noDate">None</string>
    <string name="btn_clearFilter">Clear Filter</string>
    <string name="btn_changePassPhrase">Change Pass Phrase</string>
    <string name="btn_setPassPhrase">Set Pass Phrase</string>
    <string name="btn_search">Search</string>
    <string name="btn_export_to_server">Export To Server</string>

    <!-- menu_lowerCase: capitalized words, no punctuation -->
    <string name="menu_about">About</string>
    <string name="menu_deleteAccount">Delete Account</string>
    <string name="menu_managePublicKeys">Manage Public Keys</string>
    <string name="menu_manageSecretKeys">Manage Secret Keys</string>
    <string name="menu_preferences">Settings</string>
    <string name="menu_importKeys">Import Keys</string>
    <string name="menu_exportKeys">Export Keys</string>
    <string name="menu_exportKey">Export Key</string>
    <string name="menu_deleteKey">Delete Key</string>
    <string name="menu_createKey">Create Key</string>
    <string name="menu_editKey">Edit Key</string>
    <string name="menu_search">Search</string>
    <string name="menu_help">Help</string>
    <string name="menu_keyServer">Key Server</string>
    <string name="menu_updateKey">Update</string>
    <string name="menu_exportKeyToServer">Export To Server</string>
    <string name="menu_share">Share</string>
    <string name="menu_scanQRCode">Scan QR Code</string>
    <string name="menu_signKey">Sign Key</string>

    <!-- label_lowerCase: capitalized words, no punctuation -->
    <string name="label_sign">Sign</string>
    <string name="label_message">Message</string>
    <string name="label_file">File</string>
    <string name="label_passPhrase">Pass Phrase</string>
    <string name="label_passPhraseAgain">Again</string>
    <string name="label_algorithm">Algorithm</string>
    <string name="label_asciiArmour">ASCII Armour</string>
    <string name="label_selectPublicKeys">Public Key(s)</string>
    <string name="label_deleteAfterEncryption">Delete After Encryption</string>
    <string name="label_deleteAfterDecryption">Delete After Decryption</string>
    <string name="label_deleteAfterImport">Delete After Import</string>
    <string name="label_encryptionAlgorithm">Encryption Algorithm</string>
    <string name="label_hashAlgorithm">Hash Algorithm</string>
    <string name="label_asymmetric">Public Key</string>
    <string name="label_symmetric">Pass Phrase</string>
    <string name="label_passPhraseCacheTtl">Pass Phrase Cache</string>
    <string name="label_messageCompression">Message Compression</string>
    <string name="label_fileCompression">File Compression</string>
    <string name="label_language">Language</string>
    <string name="label_forceV3Signature">Force V3 Signatures</string>
    <string name="label_keyServers">Key Servers</string>
    <string name="label_keyId">Key ID</string>
    <string name="label_creation">Creation</string>
    <string name="label_expiry">Expiry</string>
    <string name="label_usage">Usage</string>
    <string name="label_keySize">Key Size</string>
    <string name="label_mainUserId">Main User ID</string>
    <string name="label_name">Name</string>
    <string name="label_comment">Comment</string>
    <string name="label_email">Email</string>
    <string name="label_sendKey">Send Key to Server?</string>
    <string name="noKeysSelected">Select</string>
    <string name="oneKeySelected">1 Selected</string>
    <string name="nKeysSelected">Selected</string>
    <string name="unknownUserId">&lt;unknown></string>
    <string name="none">&lt;none></string>
    <string name="noKey">&lt;no key></string>
    <string name="noDate">-</string>
    <string name="noExpiry">&lt;no expiry></string>
    <string name="unknownStatus"></string>
    <string name="canEncrypt">can encrypt</string>
    <string name="canSign">can sign</string>
    <string name="expired">expired</string>
    <string name="notValid">not valid</string>
    <string name="nKeyServers">%s key server(s)</string>
    <string name="fingerprint">fingerprint</string>

    <!-- choice_lowerCase: capitalized first word, no punctuation -->
    <string name="choice_none">None</string>
    <string name="choice_signOnly">Sign only</string>
    <string name="choice_encryptOnly">Encrypt only</string>
    <string name="choice_signAndEncrypt">Sign and Encrypt</string>
    <string name="choice_15secs">15 secs</string>
    <string name="choice_1min">1 min</string>
    <string name="choice_3mins">3 mins</string>
    <string name="choice_5mins">5 mins</string>
    <string name="choice_10mins">10 mins</string>
    <string name="choice_20mins">20 mins</string>
    <string name="choice_40mins">40 mins</string>
    <string name="choice_1hour">1 hour</string>
    <string name="choice_2hours">2 hours</string>
    <string name="choice_4hours">4 hours</string>
    <string name="choice_8hours">8 hours</string>
    <string name="choice_untilQuit">until quit</string>
    <string name="choice_language_system">System default</string>
    <string name="dsa">DSA</string>
    <string name="elgamal">ElGamal</string>
    <string name="rsa">RSA</string>
    <string name="filemanager_titleOpen">Open...</string>
    <string name="filemanager_titleSave">Save As...</string>
    <string name="filemanager_titleEncrypt">Select File To Encrypt...</string>
    <string name="filemanager_titleDecrypt">Select File To Decrypt...</string>
    <string name="filemanager_btnOpen">Open</string>
    <string name="filemanager_btnSave">Save</string>
    <string name="warning">Warning</string>
    <string name="error">Error</string>
    <string name="warningMessage">Warning: %s</string>
    <string name="errorMessage">Error: %s</string>

    <!-- sentences -->
    <string name="wrongPassPhrase">Wrong pass phrase.</string>
    <string name="usingClipboardContent">Using clipboard content.</string>
    <string name="keySaved">Key saved.</string>
    <string name="setAPassPhrase">Set a pass phrase first.</string>
    <string name="noFilemanagerInstalled">No compatible file manager installed.</string>
    <string name="passPhrasesDoNotMatch">The pass phrases didn\'t match.</string>
    <string name="passPhraseMustNotBeEmpty">Empty pass phrases are not allowed.</string>
    <string name="passPhraseForSymmetricEncryption">Symmetric encryption.</string>
    <string name="passPhraseFor">%s</string>
    <string name="fileDeleteConfirmation">Are you sure you want to delete\n%s?</string>
    <string name="fileDeleteSuccessful">Successfully deleted.</string>
    <string name="noFileSelected">Select a file first.</string>
    <string name="decryptionSuccessful">Successfully decrypted.</string>
    <string name="encryptionSuccessful">Successfully encrypted.</string>
    <string name="encryptionToClipboardSuccessful">Successfully encrypted to clipboard.</string>
    <string name="enterPassPhraseTwice">Enter the pass phrase twice.</string>
    <string name="selectEncryptionKey">Select at least one encryption key.</string>
    <string name="selectEncryptionOrSignatureKey">Select at least one encryption key or a signature key.</string>
    <string name="specifyFileToEncryptTo">Please specify which file to encrypt to.\nWARNING! File will be overwritten if it exists.</string>
    <string name="specifyFileToDecryptTo">Please specify which file to decrypt to.\nWARNING! File will be overwritten if it exists.</string>
    <string name="specifyFileToImportFrom">Please specify which file to import keys from. (.asc or .gpg)</string>
    <string name="specifyFileToExportTo">Please specify which file to export to.\nWARNING! File will be overwritten if it exists.</string>
    <string name="specifyFileToExportSecretKeysTo">Please specify which file to export to.\nWARNING! You are about to export SECRET keys.\nWARNING! File will be overwritten if it exists.</string>
    <string name="keyDeletionConfirmation">Do you really want to delete the key \'%s\'?\nYou can\'t undo this!</string>
    <string name="secretKeyDeletionConfirmation">Do you really want to delete the SECRET key \'%s\'?\nYou can\'t undo this!</string>
    <string name="keysAddedAndUpdated">Successfully added %1$s key(s) and updated %2$s key(s).</string>
    <string name="keysAdded">Successfully added %s key(s).</string>
    <string name="keysUpdated">Successfully updated %s key(s).</string>
    <string name="noKeysAddedOrUpdated">No keys added or updated.</string>
    <string name="keyExported">Successfully exported 1 key.</string>
    <string name="keysExported">Successfully exported %s keys.</string>
    <string name="noKeysExported">No keys exported.</string>
    <string name="keyCreationElGamalInfo">Note: only subkeys support ElGamal, and for ElGamal the nearest keysize of 1536, 2048, 3072, 4096, or 8192 will be used.</string>
    <string name="keyNotFound">Couldn\'t find key %08X.</string>
    <string name="keysFound">Found %s key(s).</string>
    <string name="unknownSignatureKeyTouchToLookUp">Unknown signature, touch to look up key.</string>
    <string name="keyEditingIsBeta">Key editing is still kind of beta.</string>
    <string name="badKeysEncountered">%s bad secret key(s) ignored. Perhaps you exported with the option\n --export-secret-subkeys\nMake sure you export with\n --export-secret-keys\ninstead.</string>
    <string name="lookupUnknownKey">Unknown key %s, do you want to try finding it on a keyserver?</string>
    <string name="keySendSuccess">Successfully sent key to server</string>
    <string name="keySignSuccess">Successfully signed key</string>
    <string name="qrScanImportSuccess">Successfully validated and imported key</string>

    <!--
         error_lowerCase: phrases, no punctuation, all lowercase,
         they will be put after "errorMessage", e.g. "Error: file not found"
    -->
    <string name="error_fileDeleteFailed">deleting \'%s\' failed</string>
    <string name="error_fileNotFound">file not found</string>
    <string name="error_noSecretKeyFound">no suitable secret key found</string>
    <string name="error_noKnownEncryptionFound">no known kind of encryption found</string>
    <string name="error_externalStorageNotReady">external storage not ready</string>
    <string name="error_addingAccountFailed">adding account \'%s\' failed</string>
    <string name="error_invalidEmail">invalid email \'%s\'</string>
    <string name="error_keySizeMinimum512bit">key size must be at least 512bit</string>
    <string name="error_masterKeyMustNotBeElGamal">the master key cannot be an ElGamal key</string>
    <string name="error_unknownAlgorithmChoice">unknown algorithm choice</string>
    <string name="error_userIdNeedsAName">you need to specify a name</string>
    <string name="error_userIdNeedsAnEmailAddress">you need to specify an email address</string>
    <string name="error_keyNeedsAUserId">need at least one user id</string>
    <string name="error_mainUserIdMustNotBeEmpty">main user id must not be empty</string>
    <string name="error_keyNeedsMasterKey">need at least a master key</string>
    <string name="error_expiryMustComeAfterCreation">expiry date must come after creation date</string>
    <string name="error_noEncryptionKeysOrPassPhrase">no encryption key(s) or pass phrase given</string>
    <string name="error_signatureFailed">signature failed</string>
    <string name="error_noSignaturePassPhrase">no pass phrase given</string>
    <string name="error_noSignatureKey">no signature key given</string>
    <string name="error_invalidData">not valid encryption data</string>
    <string name="error_corruptData">corrupt data</string>
    <string name="error_noSymmetricEncryptionPacket">couldn\'t find a packet with symmetric encryption</string>
    <string name="error_wrongPassPhrase">wrong pass phrase</string>
    <string name="error_savingKeys">error saving some key(s)</string>
    <string name="error_couldNotExtractPrivateKey">could not extract private key</string>

    <!-- progress_lowerCase: lowercase, phrases, usually ending in '...' -->
    <string name="progress_done">done.</string>
    <string name="progress_initializing">initializing...</string>
    <string name="progress_saving">saving...</string>
    <string name="progress_importing">importing...</string>
    <string name="progress_exporting">exporting...</string>
    <string name="progress_generating">generating key, this can take a while...</string>
    <string name="progress_buildingKey">building key...</string>
    <string name="progress_preparingMasterKey">preparing master key...</string>
    <string name="progress_certifyingMasterKey">certifying master key...</string>
    <string name="progress_buildingMasterKeyRing">building master key ring...</string>
    <string name="progress_addingSubKeys">adding sub keys...</string>
    <string name="progress_savingKeyRing">saving key ring...</string>
    <string name="progress_importingSecretKeys">importing secret keys...</string>
    <string name="progress_importingPublicKeys">importing public keys...</string>
    <string name="progress_reloadingKeys">reloading keys...</string>
    <string name="progress_exportingKey">exporting key...</string>
    <string name="progress_exportingKeys">exporting keys...</string>
    <string name="progress_extractingSignatureKey">extracting signature key...</string>
    <string name="progress_extractingKey">extracting key...</string>
    <string name="progress_preparingStreams">preparing streams...</string>
    <string name="progress_encrypting">encrypting data...</string>
    <string name="progress_decrypting">decrypting data...</string>
    <string name="progress_preparingSignature">preparing signature...</string>
    <string name="progress_generatingSignature">generating signature...</string>
    <string name="progress_processingSignature">processing signature...</string>
    <string name="progress_verifyingSignature">verifying signature...</string>
    <string name="progress_signing">signing...</string>
    <string name="progress_readingData">reading data...</string>
    <string name="progress_findingKey">finding key...</string>
    <string name="progress_decompressingData">decompressing data...</string>
    <string name="progress_verifyingIntegrity">verifying integrity...</string>
    <string name="progress_deletingSecurely">deleting \'%s\' securely...</string>
    <string name="progress_querying">querying...</string>
    <string name="progress_queryingServer">querying %s...</string>

    <!-- permission strings -->
    <string name="permission_read_key_details_label">Read key details from APG.</string>
    <string name="permission_read_key_details_description">Read key details of public and secret keys stored in APG, such as key ID and user IDs. The keys themselves can NOT be read.</string>
    <string name="permission_store_blobs_label">Store blobs to en/decrypt with APG.</string>
    <string name="permission_store_blobs_description">Store and read files on the android file system through APG. It cannot read files of other applications.</string>

    <!-- action strings -->
    <string name="action_encrypt">Encrypt</string>
    <string name="action_decrypt">Decrypt</string>
    <string name="action_importPublic">Import Public Keys</string>
    <string name="action_importSecret">Import Secret Keys</string>
    <string name="hint_publicKeys">Search Public Keys</string>
    <string name="hint_secretKeys">Search Secret Keys</string>
    <string name="filterInfo">Filter: \"%s\"</string>

    <!-- misc -->
    <string name="fast">fast</string>
    <string name="slow">slow</string>
    <string name="very_slow">very slow</string>

    <!-- texts -->
    <!-- "OI File Manager", "ASTRO", and "K-9 Mail" must not be translated in order for the links to the market to work. -->
    <string name="text_help">Install K-9 Mail for the best integration, it supports APG for PGP/INLINE and lets you directly encrypt/decrypt emails.
\n\nIt is recommended that you install OI File Manager or ASTRO to be able to use the browse button for file selection in APG.
\n\nFirst you need some keys. Either import them via the option menus in \"Manage Public Keys\" and \"Manage Secret Keys\" or create them in \"Manage Secret Keys\".
\n\nYou can also add a GMail account in the main activity via \"Add Account\", which simplifies decrypting emails received there.
\n\nCheck out the option menus in the various activities to find more functions.</string>

    <!-- APG Plus -->


    <!-- about -->
    <string name="about_description">Android Privacy Guard (APG) is a OpenPGP implementation for Android.</string>
    <string name="about_license">License: Apache License 2.0</string>
    <string name="about_version">Version:</string>
    <string name="about_developer">Developer: Thialfihar (Main developer), Senecaso (QRCode, send key, sign key), Markus Doits (AIDL), Oliver Runge, Dominik Schürmann</string>

    <!-- Dashboard -->
    <string name="dashboard_manage_keys">Manage Keys</string>
    <string name="dashboard_my_keys">My Keys</string>
    <string name="dashboard_encrypt_decrypt_file">Encrypt/Decrypt File</string>
    <string name="dashboard_encrypt_decrypt_text">Encrypt/Decrypt Text</string>
    <string name="dashboard_help">Help</string>

</resources>