diff options
Diffstat (limited to 'org_apg/res/values/strings.xml')
-rw-r--r-- | org_apg/res/values/strings.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/org_apg/res/values/strings.xml b/org_apg/res/values/strings.xml index 31e3a920e..d2858559d 100644 --- a/org_apg/res/values/strings.xml +++ b/org_apg/res/values/strings.xml @@ -260,8 +260,8 @@ <string name="error_wrongPassPhrase">wrong passphrase</string> <string name="error_savingKeys">error saving some key(s)</string> <string name="error_couldNotExtractPrivateKey">could not extract private key</string> - <string name="error_onlyFilesAreSupported">Direct binary data without actual file in filesystem is not supported</string> - + <string name="error_onlyFilesAreSupported">Direct binary data without actual file in filesystem is not supported. This is only supported by ACTION_ENCRYPT_STREAM_AND_RETURN.</string> + <!-- progress_lowerCase: lowercase, phrases, usually ending in '…' --> <string name="progress_done">done.</string> <string name="progress_initializing">initializing…</string> @@ -305,7 +305,7 @@ <string name="permission_read_key_database_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_access_api_label">Encrypt/Sign/Decrypt/Create keys without user interaction</string> <string name="permission_access_api_description">Encrypt/Sign/Decrypt/Create keys (by using Intents or Remote Service) without user interaction</string> - + <!-- action strings --> <string name="action_encrypt">Encrypt</string> <string name="action_decrypt">Decrypt</string> |