aboutsummaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorThialfihar <thialfihar@gmail.com>2010-08-17 23:05:41 +0000
committerThialfihar <thialfihar@gmail.com>2010-08-17 23:05:41 +0000
commitc57c36b3a53f92ece7df2c6c1f1e0316a2c92bb9 (patch)
treeeed9bd3722373e2a128b18fcdca02123d86b3fd2 /res/values
parentfc0ae774cd8bff8d63003efb2930f0320175ae09 (diff)
downloadopen-keychain-c57c36b3a53f92ece7df2c6c1f1e0316a2c92bb9.tar.gz
open-keychain-c57c36b3a53f92ece7df2c6c1f1e0316a2c92bb9.tar.bz2
open-keychain-c57c36b3a53f92ece7df2c6c1f1e0316a2c92bb9.zip
use the key server preference to fill a Spinner in the key server query activity, allowing to query each server, also moved some previously static labels into strings.xml
Update issue 9 Key server preferences are now used in key server query activity.
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index dabade473..2ca8d949b 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -113,6 +113,15 @@
<string name="label_language">Language</string>
<string name="label_forceV3Signature">Force V3 Signatures</string>
<string name="label_keyServers">Key Servers</string>
+ <string name="label_keyId">Key ID</string>
+ <string name="label_creation">Creation</string>
+ <string name="label_expiry">Expiry</string>
+ <string name="label_usage">Usage</string>
+ <string name="label_keySize">Key Size</string>
+ <string name="label_mainUserId">Main User ID</string>
+ <string name="label_name">Name</string>
+ <string name="label_comment">Comment</string>
+ <string name="label_email">Email</string>
<string name="noKeysSelected">Select</string>
<string name="oneKeySelected">1 Selected</string>
@@ -263,6 +272,7 @@
<string name="progress_verifyingIntegrity">verifying integrity...</string>
<string name="progress_deletingSecurely">deleting \'%s\' securely...</string>
<string name="progress_querying">querying...</string>
+ <string name="progress_queryingServer">querying %s...</string>
<!-- permission strings -->
<string name="permission_read_key_details_label">Read key details from APG.</string>