aboutsummaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorThialfihar <thialfihar@gmail.com>2010-08-17 14:51:39 +0000
committerThialfihar <thialfihar@gmail.com>2010-08-17 14:51:39 +0000
commite4dd80005c4839f74c76270b1f7c2668e8007305 (patch)
treee8be4f4633f217ed6ff7f0d17c07c0fb0a4f42c6 /res
parent96162b660840c7bcfb6dec1bb6e3ade5f715c563 (diff)
downloadopen-keychain-e4dd80005c4839f74c76270b1f7c2668e8007305.tar.gz
open-keychain-e4dd80005c4839f74c76270b1f7c2668e8007305.tar.bz2
open-keychain-e4dd80005c4839f74c76270b1f7c2668e8007305.zip
gave HKP server proper error handling, going through all IPs of a pool until a response is received, reporting "too many responses", "no keys found", "insufficient query" correctly
Update issue 9 Proper error handling added.
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 0451ec00e..472e43770 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -194,6 +194,7 @@
<string name="noKeysExported">No keys exported.</string>
<string name="keyCreationElGamalInfo">Note: only subkeys support ElGamal, and for ElGamal the nearest keysize of 1536, 2048, 3072, 4096, or 8192 will be used.</string>
<string name="keyNotFound">Couldn\'t find key %08X.</string>
+ <string name="keysFound">Found %s key(s).</string>
<!-- error_lowerCase: phrases, no punctuation, all lowercase,
they will be put after "errorMessage", e.g. "Error: file not found" -->