Skip to content

Commit

Permalink
Update pl.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
BestiaPL authored Sep 19, 2023
1 parent c7310b6 commit 53fb48f
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 53fb48f

Please sign in to comment.