diff options
author | Thialfihar <thialfihar@gmail.com> | 2010-08-17 14:51:39 +0000 |
---|---|---|
committer | Thialfihar <thialfihar@gmail.com> | 2010-08-17 14:51:39 +0000 |
commit | e4dd80005c4839f74c76270b1f7c2668e8007305 (patch) | |
tree | e8be4f4633f217ed6ff7f0d17c07c0fb0a4f42c6 /res | |
parent | 96162b660840c7bcfb6dec1bb6e3ade5f715c563 (diff) | |
download | open-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.xml | 1 |
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" --> |