aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorVincent Breitmoser <valodim@mugenguild.com>2014-07-12 01:29:06 +0200
committerVincent Breitmoser <valodim@mugenguild.com>2014-07-12 01:29:06 +0200
commit0e3327c65c670a0d910abd6760ed0ece298dcfbb (patch)
treee1d4b60dc46c519dee5b843ee156d1338ffbb98e /OpenKeychain/src/main/res/values/strings.xml
parentd4c1b781db6198fc8a99b29173d872d418032a67 (diff)
downloadopen-keychain-0e3327c65c670a0d910abd6760ed0ece298dcfbb.tar.gz
open-keychain-0e3327c65c670a0d910abd6760ed0ece298dcfbb.tar.bz2
open-keychain-0e3327c65c670a0d910abd6760ed0ece298dcfbb.zip
createKey: better logging, handle empty user id case
Diffstat (limited to 'OpenKeychain/src/main/res/values/strings.xml')
-rw-r--r--OpenKeychain/src/main/res/values/strings.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenKeychain/src/main/res/values/strings.xml b/OpenKeychain/src/main/res/values/strings.xml
index d8e102b04..5efe51aa9 100644
--- a/OpenKeychain/src/main/res/values/strings.xml
+++ b/OpenKeychain/src/main/res/values/strings.xml
@@ -640,7 +640,12 @@
<!-- createSecretKeyRing -->
<string name="msg_cr">Generating new master key</string>
<string name="msg_cr_error_no_master">No master key options specified!</string>
+ <string name="msg_cr_error_no_user_id">Keyrings must be created with at least one user id!</string>
<string name="msg_cr_error_no_certify">Master key must have certify flag!</string>
+ <string name="msg_cr_error_keysize_512">Key size must be greater or equal 512!</string>
+ <string name="msg_cr_error_internal_pgp">Internal PGP error!</string>
+ <string name="msg_cr_error_unknown_algo">Bad algorithm choice!</string>
+ <string name="msg_cr_error_master_elgamal">Master key must not be of type ElGamal!</string>
<!-- modifySecretKeyRing -->
<string name="msg_mr">Modifying keyring %s</string>