From 5e8f28ae4c938811e15cbc94d83ee80154ee7eae Mon Sep 17 00:00:00 2001 From: Andrzej Rudnik Date: Sat, 8 Apr 2023 16:40:38 +0200 Subject: [PATCH] Update pl.rs --- src/lang/pl.rs | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/lang/pl.rs b/src/lang/pl.rs index 73f81ffc1..4d6f7efeb 100644 --- a/src/lang/pl.rs +++ b/src/lang/pl.rs @@ -481,15 +481,15 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("show_monitors_tip", "Pokaż monitory w zasobniku"), ("View Mode", "Tryb widoku"), ("login_linux_tip", "Zaloguj do zdalnego konta Linux"), - ("verify_rustdesk_password_tip", ""), - ("remember_account_tip", ""), - ("os_account_desk_tip", ""), - ("OS Account", ""), - ("another_user_login_title_tip", ""), - ("another_user_login_text_tip", ""), - ("xorg_not_found_title_tip", ""), - ("xorg_not_found_text_tip", ""), - ("no_desktop_title_tip", ""), - ("no_desktop_text_tip", ""), + ("verify_rustdesk_password_tip", "Weryfikuj hasło RustDesk"), + ("remember_account_tip", "Zapamiętaj to konto"), + ("os_account_desk_tip", "To konto jest używane do logowania do zdalnych systemów i włącza bezobsługowe sesje pulpitu"), + ("OS Account", "Konto systemowe"), + ("another_user_login_title_tip", "Zalogowany jest inny użytkownik"), + ("another_user_login_text_tip", "Rozłącz"), + ("xorg_not_found_title_tip", "Nie znaleziono Xorg"), + ("xorg_not_found_text_tip", "Proszę zainstalować Xorg"), + ("no_desktop_title_tip", "Pulpit jest niedostępny"), + ("no_desktop_text_tip", "Proszę zainstalować pulpit GNOME"), ].iter().cloned().collect(); }