aboutsummaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorThialfihar <thialfihar@gmail.com>2010-06-05 17:54:40 +0000
committerThialfihar <thialfihar@gmail.com>2010-06-05 17:54:40 +0000
commita089dbbb73b3bddb122e14db2165cb1cded269e1 (patch)
treeb457b7e8ca6c7f48c3e65e7ab6588bda201bf0e7 /res/values
parenta85ae5e0092057d1007ba62fada17c9f6a085c92 (diff)
downloadopen-keychain-a089dbbb73b3bddb122e14db2165cb1cded269e1.tar.gz
open-keychain-a089dbbb73b3bddb122e14db2165cb1cded269e1.tar.bz2
open-keychain-a089dbbb73b3bddb122e14db2165cb1cded269e1.zip
introduced a general application to handle certain Intents, only to hand them to other APG Activities after looking at the content of the passed data
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 72c1d1f9c..e4f89baf5 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -243,5 +243,12 @@
<string name="permission_read_key_details_label">Read key details from APG.</string>
<string name="permission_read_key_details_description">Read of public and secret keys stored in APG, such as key ID and user IDs. The keys themselves can NOT be read.</string>
+ <!-- action strings -->
+ <string name="action_encrypt">Encrypt</string>
+ <string name="action_decrypt">Decrypt</string>
+ <string name="action_import_public">Import Public Keys</string>
+ <string name="action_import_secret">Import Secret Keys</string>
+
+
</resources>