diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2024-06-09 05:58:02 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-09 00:28:02 +0000 |
commit | 054832bf6e1fc1719099bf99043bd83a90314dfb (patch) | |
tree | e4380fb4932fa59cee5d76fb6f7c52ca8b2d3da5 /app/src/main/res/values-pl-rPL/strings.xml | |
parent | 1e33b59023960563e6de90295d631337beeba247 (diff) |
Sync localisations from Crowdin (#3084)
strings: sync with crowdin
Co-authored-by: GitHub Actions <noreply@github.com>
Diffstat (limited to 'app/src/main/res/values-pl-rPL/strings.xml')
-rw-r--r-- | app/src/main/res/values-pl-rPL/strings.xml | 5 |
1 files changed, 5 insertions, 0 deletions
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> |