Update pl.rs

This commit is contained in:
Andrzej Rudnik 2023-05-16 12:28:21 +02:00 committed by GitHub
parent 5f0f4957b9
commit 65d586079f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -500,11 +500,11 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("no fingerprints", "brak sygnatur"),
("Select a peer", ""),
("Select peers", ""),
("Plugins", ""),
("Uninstall", ""),
("Update", ""),
("Enable", ""),
("Disable", ""),
("Options", ""),
("Plugins", "Wtyczki"),
("Uninstall", "Odinstaluj"),
("Update", "Aktualizuj"),
("Enable", "Włącz"),
("Disable", "Wyłącz"),
("Options", "Opcje"),
].iter().cloned().collect();
}