aboutsummaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorThialfihar <thialfihar@gmail.com>2010-04-28 23:35:11 +0000
committerThialfihar <thialfihar@gmail.com>2010-04-28 23:35:11 +0000
commite83a5311aed0671c044287ca571cb88fe2bcd522 (patch)
tree59dbbbfcfe79748783da8f6e39de6480d5657a22 /res/values
parent86192e39d90a329b327e6b9255b08a17ae5ede0b (diff)
downloadopen-keychain-e83a5311aed0671c044287ca571cb88fe2bcd522.tar.gz
open-keychain-e83a5311aed0671c044287ca571cb88fe2bcd522.tar.bz2
open-keychain-e83a5311aed0671c044287ca571cb88fe2bcd522.zip
add preferences, use them where applicable
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 0bbf7fa2e..e820dc16e 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -28,6 +28,7 @@
<string name="title_authentification">Authentification</string>
<string name="title_createKey">Create Key</string>
<string name="title_editKey">Edit Key</string>
+ <string name="title_preferences">Preferences</string>
<string name="section_userIds">User IDs</string>
<string name="section_keys">Keys</string>
@@ -49,6 +50,7 @@
<string name="menu_addAccount">Add GMail Account</string>
<string name="menu_managePublicKeys">Manage Public Keys</string>
<string name="menu_manageSecretKeys">Manage Secret Keys</string>
+ <string name="menu_preferences">Settings</string>
<string name="no_keys_selected">Select</string>
<string name="one_key_selected">1 Selected</string>
@@ -65,6 +67,11 @@
<string name="label_select_public_keys">Public Key(s)</string>
<string name="label_use_pass_phrase">Use Pass Phrase</string>
+ <string name="label_encryption_algorithm">Encryption Algorithm</string>
+ <string name="label_hash_algorithm">Hash Algorithm</string>
+
+ <string name="section_defaults">Defaults</string>
+
<string name="sign_only">Sign only</string>
<string name="encrypt_only">Encrypt only</string>
<string name="sign_and_encrypt">Sign and Encrypt</string>