diff options
author | agrahn <agrahn@users.noreply.github.com> | 2024-07-20 17:46:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-20 15:46:26 +0000 |
commit | 763fa9e459d27539a8f5d3ab19e0ec19e39319ee (patch) | |
tree | 29a47d96ba237dcdd8a9c32d0788655fba44512c /app/src/main/res | |
parent | 3062c9233e3185d5df299d5431d746620d2ce32b (diff) |
enabling pgp passphrase cache with authentication (#3124)
* enabling pgp passphrase cache with authentication
* clear passphrase cache on first autofill decrypt after screen off
---------
Co-authored-by: Alexander Grahn <me@null.org>
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/values-gl/strings.xml | 2 | ||||
-rw-r--r-- | app/src/main/res/values-pl-rPL/strings.xml | 2 | ||||
-rw-r--r-- | app/src/main/res/values/strings.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/app/src/main/res/values-gl/strings.xml b/app/src/main/res/values-gl/strings.xml index 2be0b96b..d966d262 100644 --- a/app/src/main/res/values-gl/strings.xml +++ b/app/src/main/res/values-gl/strings.xml @@ -120,7 +120,7 @@ <string name="pref_pgp_ascii_armor_title">Cifrar co modo ASCII armor</string> <string name="pref_passphrase_cache_title">Permitir usar a caché para frase de paso</string> <string name="pref_passphrase_cache_summary">AVISO: esta característica funciona ben pero é experimental. Require que a pantalla estea bloqueada.</string> - <string name="pref_passphrase_cache_authenticate_clear">Autenticarse para poder baleirar a cache</string> + <string name="pref_passphrase_cache_authenticate_enable">Autenticarse para activar a caché</string> <string name="pref_passphrase_cache_auto_clear_title">Limpar automáticamente a frase de paso da caché</string> <string name="pref_passphrase_cache_auto_clear_summary">Retira automáticamente a frase de paso da caché ao apagarse a pantalla</string> <!-- PasswordGenerator fragment --> diff --git a/app/src/main/res/values-pl-rPL/strings.xml b/app/src/main/res/values-pl-rPL/strings.xml index 49068ffa..0948c71f 100644 --- a/app/src/main/res/values-pl-rPL/strings.xml +++ b/app/src/main/res/values-pl-rPL/strings.xml @@ -116,7 +116,7 @@ <string name="pref_pgp_key_manager_title">Menedżer kluczy</string> <string name="pref_pgp_ascii_armor_title">Szyfruj w trybie ASCII-armor</string> <string name="pref_passphrase_cache_summary">UWAGA: ta funkcjonalność powinna działać poprawnie, ale jest bardzo eksperymentalna. Wymaga aktywnej blokady ekranu.</string> - <string name="pref_passphrase_cache_authenticate_clear">Uwierzytelnij aby wyczyścić pamięć podręczną</string> + <string name="pref_passphrase_cache_authenticate_enable">Uwierzytelnij aby włączyć pamięć podręczną</string> <string name="pref_passphrase_cache_auto_clear_title">Automatycznie wyczyść pamięć podręczną haseł</string> <string name="pref_passphrase_cache_auto_clear_summary">Czyści pamięć podręczną haseł po wyłączeniu ekranu</string> <!-- PasswordGenerator fragment --> diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index bafda226..07a9661b 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -137,7 +137,7 @@ <string name="pref_pgp_ascii_armor_title">Encrypt in ASCII armor mode</string> <string name="pref_passphrase_cache_title">Enable passphrase caching</string> <string name="pref_passphrase_cache_summary">WARNING: this feature is functional but very experimental. Requires an active screen lock.</string> - <string name="pref_passphrase_cache_authenticate_clear">Authenticate to clear cache</string> + <string name="pref_passphrase_cache_authenticate_enable">Authenticate to enable cache</string> <string name="pref_passphrase_cache_auto_clear_title">Automatically clear passphrase cache</string> <string name="pref_passphrase_cache_auto_clear_summary">Clears the passphrase cache when the screen is turned off</string> |