commit
d05006530f
@ -336,8 +336,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Ratio", "Соотношение"),
|
||||
("Image Quality", "Качество изображения"),
|
||||
("Scroll Style", "Стиль прокрутки"),
|
||||
("Show Toolbar", ""),
|
||||
("Hide Toolbar", ""),
|
||||
("Show Toolbar", "Показать панель инструментов"),
|
||||
("Hide Toolbar", "Скрыть панель инструментов"),
|
||||
("Direct Connection", "Прямая связь"),
|
||||
("Relay Connection", "Ретранслируемое подключение"),
|
||||
("Secure Connection", "Безопасное подключение"),
|
||||
@ -366,8 +366,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Use IP Whitelisting", "Использовать белый список IP"),
|
||||
("Network", "Сеть"),
|
||||
("Enable RDP", "Включить RDP"),
|
||||
("Pin Toolbar", ""),
|
||||
("Unpin Toolbar", ""),
|
||||
("Pin Toolbar", "Закрепить панель инструментов"),
|
||||
("Unpin Toolbar", "Открепить панель инструментов"),
|
||||
("Recording", "Запись"),
|
||||
("Directory", "Папка"),
|
||||
("Automatically record incoming sessions", "Автоматически записывать входящие сеансы"),
|
||||
@ -508,6 +508,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("resolution_original_tip", "Исходное разрешение"),
|
||||
("resolution_fit_local_tip", "Соответствие локальному разрешению"),
|
||||
("resolution_custom_tip", "Произвольное разрешение"),
|
||||
("Collapse toolbar", ""),
|
||||
("Collapse toolbar", "Свернуть панель инструментов"),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user