fix globalKey / handle Windows drive fd type / add un/select all
This commit is contained in:
@@ -29,8 +29,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Enable TCP Tunneling", ""),
|
||||
("IP Whitelisting", ""),
|
||||
("ID/Relay Server", ""),
|
||||
("Import server configuration successfully", ""),
|
||||
("Import Server Conf", ""),
|
||||
("Import server configuration successfully", ""),
|
||||
("Invalid server configuration", ""),
|
||||
("Clipboard is empty", ""),
|
||||
("Stop service", ""),
|
||||
@@ -87,6 +87,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Delete", ""),
|
||||
("Properties", ""),
|
||||
("Multi Select", ""),
|
||||
("Select All", ""),
|
||||
("Unselect All", ""),
|
||||
("Empty Directory", ""),
|
||||
("Not an empty directory", ""),
|
||||
("Are you sure you want to delete this file?", ""),
|
||||
|
||||
Reference in New Issue
Block a user