From 7345366ba7c49e4b571bb6eaffd2e5c01393b201 Mon Sep 17 00:00:00 2001 From: hatterp Date: Fri, 29 May 2026 11:52:42 +0200 Subject: [PATCH] Add Polish translations for privacy mode and toolbar docking (#15134) --- src/lang/pl.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lang/pl.rs b/src/lang/pl.rs index fdf4ae8c5..75f13d035 100644 --- a/src/lang/pl.rs +++ b/src/lang/pl.rs @@ -743,7 +743,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Display Name", "Nazwa wyświetlana"), ("password-hidden-tip", "Ustawiono (ukryto) stare hasło."), ("preset-password-in-use-tip", "Obecnie używane jest hasło domyślne."), - ("Enable privacy mode", ""), - ("allow-remote-toolbar-docking-any-edge", ""), + ("Enable privacy mode", "Włącz tryb prywatny"), + ("allow-remote-toolbar-docking-any-edge", "Zezwalaj na dokowanie zdalnego paska narzędzi do dowolnej krawędzi"), ].iter().cloned().collect(); }