Handle encrypted files while importing keys

This commit is contained in:
Andrea Torlaschi
2016-03-11 00:50:11 +01:00
parent 0ce989ef18
commit 360b5a658a
4 changed files with 136 additions and 10 deletions

View File

@@ -359,6 +359,7 @@
<string name="error_file_delete_failed">"have not been deleted. Delete them manually!"</string>
<string name="error_file_added_already">%s has already been added.</string>
<string name="error_file_not_found">"file not found"</string>
<string name="error_bad_data">"Bad data!"</string>
<string name="error_no_secret_key_found">"no suitable secret key found"</string>
<string name="error_external_storage_not_ready">"external storage not ready"</string>
<string name="error_key_size_minimum512bit">"key size must be at least 512bit"</string>