diff options
-rw-r--r-- | app/src/main/res/values-gl/strings.xml | 5 | ||||
-rw-r--r-- | app/src/main/res/values-pl-rPL/strings.xml | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/app/src/main/res/values-gl/strings.xml b/app/src/main/res/values-gl/strings.xml index 7119947e..2be0b96b 100644 --- a/app/src/main/res/values-gl/strings.xml +++ b/app/src/main/res/values-gl/strings.xml @@ -120,6 +120,9 @@ <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_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 --> <string name="pwgen_title">Crear contrasinal</string> <string name="pwgen_generate">Crear</string> @@ -343,4 +346,6 @@ a app desde unha fonte de confianza, como a Play Store, Amazon Appstore, F-Droid <string name="no_keys_imported_dialog_title">Non se importaron chaves</string> <string name="no_keys_imported_dialog_message">Aínda non hai chaves PGP importadas na app, preme no botón inferior para seleccionar un ficheiro de chave</string> <string name="biometric_prompt_title_gpg_passphrase_cache">Desbloquear cache da frase de paso</string> + <string name="aead_detect_title">Detectada cifraxe AEAD</string> + <string name="aead_detect_message">%1$s, le https://passwordstore.app/fix-aead para ter máis información</string> </resources> diff --git a/app/src/main/res/values-pl-rPL/strings.xml b/app/src/main/res/values-pl-rPL/strings.xml index c6130f58..49068ffa 100644 --- a/app/src/main/res/values-pl-rPL/strings.xml +++ b/app/src/main/res/values-pl-rPL/strings.xml @@ -116,6 +116,9 @@ <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_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 --> <string name="pwgen_title">Generuj hasło</string> <string name="pwgen_generate">Wygeneruj</string> @@ -327,4 +330,6 @@ <string name="activity_label_pgp_key_manager">Menedżer kluczy PGP</string> <string name="pgp_key_manager_delete_confirmation_dialog_title">Usunąć klucz?</string> <string name="git_utils_reset_remote_branch_title">Nazwa zdalnej gałęzi</string> + <string name="aead_detect_title">Wykryto szyfrowanie AEAD</string> + <string name="aead_detect_message">%1$s, zobacz https://passwordstore.app/fix-aead aby uzyskać więcej informacji</string> </resources> |