aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res
diff options
context:
space:
mode:
Diffstat (limited to 'OpenKeychain/src/main/res')
-rw-r--r--OpenKeychain/src/main/res/values/strings.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/OpenKeychain/src/main/res/values/strings.xml b/OpenKeychain/src/main/res/values/strings.xml
index 3cfacbfd5..a65894fcc 100644
--- a/OpenKeychain/src/main/res/values/strings.xml
+++ b/OpenKeychain/src/main/res/values/strings.xml
@@ -946,6 +946,16 @@
<item quantity="one">"Importing key"</item>
<item quantity="other">"Importing %d keys"</item>
</plurals>
+ <string name="msg_import_fetch_error_decode">"Error decoding retrieved keyring!"</string>
+ <string name="msg_import_fetch_error">"Key could not be fetched! (Network problems?)"</string>
+ <string name="msg_import_fetch_keybase">"Fetching from keybase.io: %s"</string>
+ <string name="msg_import_fetch_keyserver_error">"Could not fetch key from keybase!"</string>
+ <string name="msg_import_fetch_keyserver">"Fetching from keyserver: %s"</string>
+ <string name="msg_import_fetch_keyserver_ok">"Fingerprint of fetched key didn't match expected!"</string>
+ <string name="msg_import_keyserver">"Using keyserver %s"</string>
+ <string name="msg_import_fingerprint_error">"Fingerprint of fetched key didn't match expected!"</string>
+ <string name="msg_import_fingerprint_ok">"Fingerprint check OK"</string>
+ <string name="msg_import_merge">"Merging keys…"</string>
<string name="msg_import_error">"Import operation failed!"</string>
<string name="msg_import_partial">"Import operation successful, with errors!"</string>
<string name="msg_import_success">"Import operation successful"</string>