aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2015-06-26 17:54:36 +0200
committerDominik Schürmann <dominik@dominikschuermann.de>2015-06-26 17:54:36 +0200
commitdce2e0b19c3ebea299015afde0a7f2c8c15796b1 (patch)
tree59629151ca1a3d05ff3d401d05db638cfc9ffc79 /OpenKeychain/src/main
parentc3d5160f17718ad19f38b1aacbb966c4b00e7909 (diff)
downloadopen-keychain-dce2e0b19c3ebea299015afde0a7f2c8c15796b1.tar.gz
open-keychain-dce2e0b19c3ebea299015afde0a7f2c8c15796b1.tar.bz2
open-keychain-dce2e0b19c3ebea299015afde0a7f2c8c15796b1.zip
Language: Remember instead of caching
Diffstat (limited to 'OpenKeychain/src/main')
-rw-r--r--OpenKeychain/src/main/res/values/strings.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/OpenKeychain/src/main/res/values/strings.xml b/OpenKeychain/src/main/res/values/strings.xml
index e05186c61..3c8c7a22b 100644
--- a/OpenKeychain/src/main/res/values/strings.xml
+++ b/OpenKeychain/src/main/res/values/strings.xml
@@ -48,7 +48,7 @@
<string name="section_cloud_evidence">"Proofs from the cloud"</string>
<string name="section_keys">"Subkeys"</string>
<string name="section_cloud_search">"Cloud search"</string>
- <string name="section_passphrase_cache">"Password Cache"</string>
+ <string name="section_passphrase_cache">"Password/PIN Handling"</string>
<string name="section_certify">"Confirm"</string>
<string name="section_actions">"Actions"</string>
<string name="section_share_key">"Key"</string>
@@ -133,8 +133,8 @@
<string name="label_encryption_algorithm">"Encryption algorithm"</string>
<string name="label_hash_algorithm">"Hash algorithm"</string>
<string name="label_symmetric">"Encrypt with password"</string>
- <string name="label_passphrase_cache_ttl">"Cache time"</string>
- <string name="label_passphrase_cache_subs">"Cache passwords by subkey"</string>
+ <string name="label_passphrase_cache_ttl">"Remember time"</string>
+ <string name="label_passphrase_cache_subs">"Remember passwords by subkey"</string>
<string name="label_message_compression">"Text compression"</string>
<string name="label_file_compression">"File compression"</string>
<string name="label_keyservers">"Select OpenPGP keyservers"</string>
@@ -1221,13 +1221,13 @@
<string name="msg_export_log_success">"Log exported successfully!"</string>
<!-- PassphraseCache -->
- <string name="passp_cache_notif_click_to_clear">"Touch to clear password cache."</string>
+ <string name="passp_cache_notif_click_to_clear">"Touch to clear passwords."</string>
<plurals name="passp_cache_notif_n_keys">
- <item quantity="one">"%d password cached"</item>
- <item quantity="other">"%d passwords cached"</item>
+ <item quantity="one">"%d password remembered"</item>
+ <item quantity="other">"%d passwords remembered"</item>
</plurals>
- <string name="passp_cache_notif_keys">"Cached passwords"</string>
- <string name="passp_cache_notif_clear">"Clear Cache"</string>
+ <string name="passp_cache_notif_keys">"Remembered passwords"</string>
+ <string name="passp_cache_notif_clear">"Clear Passwords"</string>
<string name="passp_cache_notif_pwd">"Password"</string>
<!-- First Time -->