aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/values/strings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'OpenKeychain/src/main/res/values/strings.xml')
-rw-r--r--OpenKeychain/src/main/res/values/strings.xml20
1 files changed, 19 insertions, 1 deletions
diff --git a/OpenKeychain/src/main/res/values/strings.xml b/OpenKeychain/src/main/res/values/strings.xml
index 9f5d3f535..28933ac89 100644
--- a/OpenKeychain/src/main/res/values/strings.xml
+++ b/OpenKeychain/src/main/res/values/strings.xml
@@ -875,8 +875,26 @@
<string name="msg_se">"Starting sign and/or encrypt operation"</string>
<string name="msg_se_symmetric">"Preparing symmetric encryption"</string>
- <string name="msg_crt_upload_success">"Successfully uploaded key to server"</string>
+ <string name="msg_crt_certifying">"Generating certifications"</string>
+ <string name="msg_crt_certify_all">"Certifying all user ids for key %s"</string>
+ <plurals name="msg_crt_certify_some">
+ <item quantity="one">"Certifying one user id for key %2$s"</item>
+ <item quantity="other">"Certifying %1$d user ids for key %2$s"</item>
+ </plurals>
+ <string name="msg_crt_error_master_not_found">"Master key not found!"</string>
+ <string name="msg_crt_error_unlock">"Error unlocking master key!"</string>
+ <string name="msg_crt_fp_mismatch">"Fingerprint mismatch, not certifying!"</string>
+ <string name="msg_crt">"Certifying keyrings"</string>
+ <string name="msg_crt_master_fetch">"Fetching certifying master key"</string>
+ <string name="msg_crt_save">"Saving certified key %s"</string>
+ <string name="msg_crt_saving">"Saving keyrings"</string>
+ <string name="msg_crt_unlock">"Unlocking master key"</string>
<string name="msg_crt_success">"Successfully certified identities"</string>
+ <string name="msg_crt_warn_not_found">"Key not found!"</string>
+ <string name="msg_crt_warn_cert_failed">"Certificate generation failed!"</string>
+ <string name="msg_crt_warn_save_failed">"Save operation failed!"</string>
+
+ <string name="msg_crt_upload_success">"Successfully uploaded key to server"</string>
<string name="msg_acc_saved">"Account saved"</string>