mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-01 21:17:44 -05:00
ui: Added recent files to File menu
This commit is contained in:
@@ -136,6 +136,7 @@ namespace hex::plugin::builtin {
|
||||
{ "hex.view.hexeditor.name", "Hex editor" },
|
||||
{ "hex.view.hexeditor.save_changes", "Salva le modifiche" },
|
||||
{ "hex.view.hexeditor.open_file", "Apri File" },
|
||||
{ "hex.view.hexeditor.menu.file.open_recent", "File recenti" },
|
||||
{ "hex.view.hexeditor.open_project", "Apri i Progetti" },
|
||||
{ "hex.view.hexeditor.save_project", "Salva i Progetti" },
|
||||
{ "hex.view.hexeditor.save_data", "Salva i Dati" },
|
||||
@@ -155,7 +156,7 @@ namespace hex::plugin::builtin {
|
||||
{ "hex.view.hexeditor.menu.file.open_file", "Apri File..." },
|
||||
{ "hex.view.hexeditor.menu.file.save", "Salva" },
|
||||
{ "hex.view.hexeditor.menu.file.save_as", "Salva come..." },
|
||||
// { "hex.view.hexeditor.menu.file.close", "" },
|
||||
{ "hex.view.hexeditor.menu.file.close", "Chiudi" },
|
||||
{ "hex.view.hexeditor.menu.file.open_project", "Apri un Progetto..." },
|
||||
{ "hex.view.hexeditor.menu.file.save_project", "Salva Progetto..." },
|
||||
{ "hex.view.hexeditor.menu.file.load_encoding_file", "Carica una codifica personalizzata..." },
|
||||
@@ -512,7 +513,7 @@ namespace hex::plugin::builtin {
|
||||
{ "hex.builtin.setting.interface.color.classic", "Classico" },
|
||||
{ "hex.builtin.setting.interface.language", "Lingua" },
|
||||
{ "hex.builtin.setting.interface.fps", "Limite FPS" },
|
||||
// { "hex.builtin.setting.interface.highlight_alpha", "" },
|
||||
{ "hex.builtin.setting.interface.highlight_alpha", "Evidenziazione dell'opacità" },
|
||||
|
||||
{ "hex.builtin.provider.file.path", "Percorso del File" },
|
||||
{ "hex.builtin.provider.file.size", "Dimensione" },
|
||||
|
||||
Reference in New Issue
Block a user