mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 21:47:40 -05:00
ux: Added support for pasting bytes
This commit is contained in:
@@ -186,9 +186,9 @@ namespace hex::plugin::builtin {
|
||||
{ "hex.view.hexeditor.error.open", "Impossibile aprire il File!" },
|
||||
{ "hex.view.hexeditor.menu.edit.undo", "Annulla" },
|
||||
{ "hex.view.hexeditor.menu.edit.redo", "Ripeti" },
|
||||
{ "hex.view.hexeditor.menu.edit.copy", "Copia come..." },
|
||||
{ "hex.view.hexeditor.copy.bytes", "Bytes" },
|
||||
{ "hex.view.hexeditor.copy.hex", "Stringa esadecimale" },
|
||||
{ "hex.view.hexeditor.menu.edit.copy", "Copia" },
|
||||
{ "hex.view.hexeditor.menu.edit.copy_as", "Copia come..." },
|
||||
{ "hex.view.hexeditor.copy.hex", "Stringa" },
|
||||
{ "hex.view.hexeditor.copy.c", "C Array" },
|
||||
{ "hex.view.hexeditor.copy.cpp", "C++ Array" },
|
||||
{ "hex.view.hexeditor.copy.csharp", "C# Array" },
|
||||
@@ -198,6 +198,7 @@ namespace hex::plugin::builtin {
|
||||
{ "hex.view.hexeditor.copy.js", "JavaScript Array" },
|
||||
{ "hex.view.hexeditor.copy.ascii", "ASCII Art" },
|
||||
{ "hex.view.hexeditor.copy.html", "HTML" },
|
||||
{ "hex.view.hexeditor.menu.edit.paste", "Incolla" },
|
||||
{ "hex.view.hexeditor.menu.edit.bookmark", "Crea segnalibro" },
|
||||
{ "hex.view.hexeditor.menu.edit.set_base", "Imposta indirizzo di base" },
|
||||
|
||||
|
||||
Reference in New Issue
Block a user