mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 05:27:41 -05:00
Implemented crude support for custom encodings via thingy files
Relevant issue: #26
This commit is contained in:
@@ -130,6 +130,7 @@ namespace hex::plugin::builtin {
|
||||
{ "hex.view.hexeditor.save_project", "Save Project" },
|
||||
{ "hex.view.hexeditor.save_data", "Save Data" },
|
||||
{ "hex.view.hexeditor.open_base64", "Open Base64 File" },
|
||||
{ "hex.view.hexeditor.load_enconding_file", "Load custom encoding File" },
|
||||
{ "hex.view.hexeditor.page", "Page %d / %d" },
|
||||
{ "hex.view.hexeditor.save_as", "Save As" },
|
||||
{ "hex.view.hexeditor.save_changes.title", "Save Changes" },
|
||||
@@ -146,6 +147,7 @@ namespace hex::plugin::builtin {
|
||||
{ "hex.view.hexeditor.menu.file.save_as", "Save As..." },
|
||||
{ "hex.view.hexeditor.menu.file.open_project", "Open Project..." },
|
||||
{ "hex.view.hexeditor.menu.file.save_project", "Save Project..." },
|
||||
{ "hex.view.hexeditor.menu.file.load_encoding_file", "Load custom encoding..." },
|
||||
{ "hex.view.hexeditor.menu.file.import", "Import..." },
|
||||
{ "hex.view.hexeditor.menu.file.import.base64", "Base64 File" },
|
||||
{ "hex.view.hexeditor.base64.import_error", "File is not in a valid Base64 format!" },
|
||||
|
||||
Reference in New Issue
Block a user