mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 13:37:42 -05:00
ux: Added interface to choose encoding files more easily
This commit is contained in:
@@ -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." },
|
||||
|
||||
|
||||
@@ -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." },
|
||||
|
||||
|
||||
@@ -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." },
|
||||
|
||||
|
||||
@@ -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." },
|
||||
|
||||
|
||||
Reference in New Issue
Block a user