aboutsummaryrefslogtreecommitdiffstats
path: root/res/values-de
diff options
context:
space:
mode:
authorThialfihar <thialfihar@gmail.com>2010-05-19 14:51:58 +0000
committerThialfihar <thialfihar@gmail.com>2010-05-19 14:51:58 +0000
commitf424b7f581e448700f960d542be7ec1c62ada12f (patch)
tree3b7d43b6fd015e465cbb108c66c69208d994e811 /res/values-de
parent5b28bbdee27b1ada8a025176ca7280d697a8cdd6 (diff)
downloadopen-keychain-f424b7f581e448700f960d542be7ec1c62ada12f.tar.gz
open-keychain-f424b7f581e448700f960d542be7ec1c62ada12f.tar.bz2
open-keychain-f424b7f581e448700f960d542be7ec1c62ada12f.zip
import file default for keys is empty now, changed import text a little, and changing the pass phrase during key editing updates the pass phrase cache
Diffstat (limited to 'res/values-de')
-rw-r--r--res/values-de/strings.xml13
1 files changed, 12 insertions, 1 deletions
diff --git a/res/values-de/strings.xml b/res/values-de/strings.xml
index 5bb4dc2ba..e43d5f3f3 100644
--- a/res/values-de/strings.xml
+++ b/res/values-de/strings.xml
@@ -42,6 +42,7 @@
<!-- section_lowerCase: capitalized words, no punctuation -->
<string name="section_userIds">User IDs</string>
<string name="section_keys">Keys</string>
+ <string name="section_general">General</string>
<string name="section_defaults">Defaults</string>
<!-- btn_lowerCase: capitalized words, no punctuation -->
@@ -92,6 +93,9 @@
<string name="label_hashAlgorithm">Hash Algorithm</string>
<string name="label_asymmetric">Public Key</string>
<string name="label_symmetric">Pass Phrase</string>
+ <string name="label_passPhraseCacheTtl">Pass Phrase Cache</string>
+ <string name="label_messageCompression">Message Compression</string>
+ <string name="label_fileCompression">File Compression</string>
<string name="noKeysSelected">Select</string>
<string name="oneKeySelected">1 Selected</string>
@@ -108,9 +112,16 @@
<string name="notValid">not valid</string>
<!-- choice_lowerCase: capitalized firwst word, no punctuation -->
+ <string name="choice_none">None</string>
<string name="choice_signOnly">Sign only</string>
<string name="choice_encryptOnly">Encrypt only</string>
<string name="choice_signAndEncrypt">Sign and Encrypt</string>
+ <string name="choice_15secs">15 secs</string>
+ <string name="choice_1min">1 min</string>
+ <string name="choice_3mins">3 mins</string>
+ <string name="choice_5mins">5 mins</string>
+ <string name="choice_10mins">10 mins</string>
+ <string name="choice_untilQuit">until quit</string>
<string name="dsa">DSA</string>
<string name="elgamal">ElGamal</string>
@@ -150,7 +161,7 @@
<string name="specifyFileToEncryptTo">Please specify which file to encrypt to.\nWARNING! File will be overwritten if it exists.</string>
<string name="specifyFileToDecryptTo">Please specify which file to decrypt to.\nWARNING! File will be overwritten if it exists.</string>
<string name="specifyGoogleMailAccount">Specify the Google Mail account you want to add.</string>
- <string name="specifyFileToImportFrom">Please specify which file to import from.</string>
+ <string name="specifyFileToImportFrom">Please specify which file to import keys from. (.asc or .gpg)</string>
<string name="specifyFileToExportTo">Please specify which file to export to.\nWARNING! File will be overwritten if it exists.</string>
<string name="specifyFileToExportSecretKeysTo">Please specify which file to export to.\nWARNING! You are about to export SECRET keys.\nWARNING! File will be overwritten if it exists.</string>
<string name="keyDeletionConfirmation">Do you really want to delete the key '%s'?\nYou can't undo this!</string>