Skip to content

Commit

Permalink
Merge pull request rustdesk#5758 from BestiaPL/master
Browse files Browse the repository at this point in the history
Update pl.rs
  • Loading branch information
rustdesk authored Sep 20, 2023
2 parents ec8deab + 53fb48f commit 38f8956
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lang/pl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Timeout in minutes", "Czas bezczynności w minutach"),
("auto_disconnect_option_tip", "Automatycznie rozłącz sesje przychodzące przy braku aktywności użytkownika"),
("Connection failed due to inactivity", "Automatycznie rozłącz przy bezczynności"),
("Check for software update on startup", ""),
("upgrade_rustdesk_server_pro_to_{}_tip", ""),
("Check for software update on startup", "Sprawdź aktualizacje przy starcie programu"),
("upgrade_rustdesk_server_pro_to_{}_tip", "Proszę zaktualizować RustDesk Server Pro do wersji {} lub nowszej!"),
].iter().cloned().collect();
}

0 comments on commit 38f8956

Please sign in to comment.