ux: Added interface to choose encoding files more easily

This commit is contained in:
WerWolv
2022-01-23 21:52:43 +01:00
parent 9cf7fc4a2e
commit 49610f59ea
10 changed files with 73 additions and 38 deletions

View File

@@ -79,6 +79,7 @@ namespace hex::plugin::builtin {
{ "hex.common.file", "Datei" },
{ "hex.common.open", "Öffnen" },
{ "hex.common.browse", "Druchsuchen..." },
{ "hex.common.choose_file", "Datei auswählen" },
{ "hex.message.file_handler_failed", "Datei konnte nicht mit registriertem Dateihandler geöffnet werden." },

View File

@@ -79,6 +79,7 @@ namespace hex::plugin::builtin {
{ "hex.common.file", "File" },
{ "hex.common.open", "Open" },
{ "hex.common.browse", "Browse..." },
{ "hex.common.choose_file", "Choose file" },
{ "hex.message.file_handler_failed", "Failed to open file with registered file handler." },

View File

@@ -78,6 +78,7 @@ namespace hex::plugin::builtin {
{ "hex.common.file", "File" },
//{ "hex.common.open", "Open" },
//{ "hex.common.browse", "Browse..." },
//{ "hex.common.choose_file", "Choose file" },
//{ "hex.message.file_handler_failed", "Failed to open file with registered file handler." },

View File

@@ -79,6 +79,7 @@ namespace hex::plugin::builtin {
{ "hex.common.file", "文件" },
{ "hex.common.open", "打开" },
{ "hex.common.browse", "浏览..." },
//{ "hex.common.choose_file", "Choose file" },
//{ "hex.message.file_handler_failed", "Failed to open file with registered file handler." },