forked from mirrors/rustdesk
parent
d187121645
commit
9b77e91d79
1 changed files with 2 additions and 2 deletions
|
|
@ -696,7 +696,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||
("Enable camera", "Włącz kamerę"),
|
||||
("No cameras", "Brak kamer"),
|
||||
("view_camera_unsupported_tip", "Zdalne urządzenie nie obsługuje podglądu kamery."),
|
||||
("Terminal", "Rerminal"),
|
||||
("Terminal", "Terminal"),
|
||||
("Enable terminal", "Włącz terminal"),
|
||||
("New tab", "Nowa zakładka"),
|
||||
("Keep terminal sessions on disconnect", "Utrzymaj sesję terminala przy rozłączeniu"),
|
||||
|
|
@ -708,6 +708,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||
("Failed to check if the user is an administrator.", "Błąd sprawdzania, czy użytkownik jest administratorem."),
|
||||
("Supported only in the installed version.", "Wspierane tylko dla zainstalowanej aplikacji."),
|
||||
("elevation_username_tip", "Podaj nazwę użytkownika lub domena\\użytkownik"),
|
||||
("Preparing for installation ...", ""),
|
||||
("Preparing for installation ...", "Przygotowywanie do instalacji ..."),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue