Added warning dialog for importing keys

This commit is contained in:
Alex Fong
2016-04-17 13:33:41 +08:00
parent f43edcdd7a
commit 9d35dcb0e9
2 changed files with 29 additions and 0 deletions

View File

@@ -526,6 +526,8 @@
<string name="import_qr_code_too_short_fingerprint">"Fingerprint is too short!"</string>
<string name="import_qr_code_button">"Scan QR Code"</string>
<string name="import_qr_code_text">"Place your camera over the QR Code!"</string>
<string name="import_warning_title">"Warning"</string>
<string name="import_warning">"Imported keys will overwrite existing keys that have the same IDs!"</string>
<!-- Import from URL -->
<string name="import_url_warn_no_search_parameter">"No search query defined. You can still manually search on this keyserver."</string>