From 1c2dd71891cd476a8952eab95d682cd33f3188c9 Mon Sep 17 00:00:00 2001 From: hatterp Date: Tue, 21 Jul 2026 16:43:09 +0200 Subject: [PATCH] Translate 'Continue' to 'Kontynuuj' in Polish (#15641) --- src/lang/pl.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lang/pl.rs b/src/lang/pl.rs index 9de6cfd92..1123580a0 100644 --- a/src/lang/pl.rs +++ b/src/lang/pl.rs @@ -332,7 +332,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Relay Connection", "Połączenie przez bramkę"), ("Secure Connection", "Połączenie szyfrowane"), ("Insecure Connection", "Połączenie nieszyfrowane"), - ("Continue", ""), + ("Continue", "Kontynuuj"), ("Scale original", "Skalowanie oryginalne"), ("Scale adaptive", "Dopasuj do wyświetlacza"), ("General", "Ogólne"),