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"), ("no fingerprints", "brak sygnatur"),
("Select a peer", ""), ("Select a peer", ""),
("Select peers", ""), ("Select peers", ""),
("Plugins", ""), ("Plugins", "Wtyczki"),
("Uninstall", ""), ("Uninstall", "Odinstaluj"),
("Update", ""), ("Update", "Aktualizuj"),
("Enable", ""), ("Enable", "Włącz"),
("Disable", ""), ("Disable", "Wyłącz"),
("Options", ""), ("Options", "Opcje"),
].iter().cloned().collect(); ].iter().cloned().collect();
} }