forked from cheat-engine/cheat-engine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
FoundCodeUnit.lrt
executable file
·22 lines (22 loc) · 1.6 KB
/
FoundCodeUnit.lrt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
TFOUNDCODEDIALOG.CAPTION=The following opcodes changed the selected address
TFOUNDCODEDIALOG.BTNOK.CAPTION=OK
TFOUNDCODEDIALOG.BTNEXTRAINFO.HINT=Shows more information about the state of the system when that instruction got executed
TFOUNDCODEDIALOG.BTNEXTRAINFO.CAPTION=More information
TFOUNDCODEDIALOG.BTNADDTOCODELIST.HINT=The selected addresses will be added to the code list in the advanced options window.
TFOUNDCODEDIALOG.BTNADDTOCODELIST.CAPTION=Add to the codelist
TFOUNDCODEDIALOG.BTNOPENDISASSEMBLER.HINT=This will open the memoryview and bring the disassemblerview to the selected address
TFOUNDCODEDIALOG.BTNOPENDISASSEMBLER.CAPTION=Show disassembler
TFOUNDCODEDIALOG.BTNREPLACEWITHNOPS.HINT=This will replace the selected addresses with code that does nothing. (Nops)
TFOUNDCODEDIALOG.BTNREPLACEWITHNOPS.CAPTION=Replace
TFOUNDCODEDIALOG.FOUNDCODELIST.COLUMNS[0].CAPTION=Count
TFOUNDCODEDIALOG.FOUNDCODELIST.COLUMNS[1].CAPTION=Instruction
TFOUNDCODEDIALOG.REPLACEWITHCODETHATDOESNOTHINGNOP1.CAPTION=Replace with code that does nothing (NOP)
TFOUNDCODEDIALOG.SHOWTHISADDRESSINTHEDISASSEMBLER1.CAPTION=Show this address in the disassembler
TFOUNDCODEDIALOG.ADDTOTHECODELIST1.CAPTION=Add to the codelist
TFOUNDCODEDIALOG.MOREINFO1.CAPTION=More Info
TFOUNDCODEDIALOG.MIFINDWHATACCESSES.CAPTION=Check if found opcodes also access other addresses (max 8)
TFOUNDCODEDIALOG.N1.CAPTION=-
TFOUNDCODEDIALOG.MENUITEM1.CAPTION=Select all
TFOUNDCODEDIALOG.MENUITEM2.CAPTION=-
TFOUNDCODEDIALOG.MISAVETOFILE.CAPTION=Save selection to file
TFOUNDCODEDIALOG.COPYSELECTIONTOCLIPBOARD1.CAPTION=Copy selection to clipboard