mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-14 11:39:25 +02:00
Debugger, Registers dialog: improved localization
git-svn-id: trunk@30450 -
This commit is contained in:
parent
ab98f55da4
commit
58f490704b
@ -110,9 +110,9 @@ begin
|
||||
ToolButtonDispType.Hint := regdlgDisplayTypeForSelectedRegisters;
|
||||
DispDefault.Caption := dlgPasStringKeywordsOptDefault;
|
||||
DispHex.Caption := regdlgHex;
|
||||
DispBin.Caption := lisPkgFileTypeBinary;
|
||||
DispBin.Caption := regdlgBinary;
|
||||
DispOct.Caption := regdlgOctal;
|
||||
DispDec.Caption := lisDecimal;
|
||||
DispDec.Caption := regdlgDecimal;
|
||||
DispRaw.Caption := regdlgRaw;
|
||||
|
||||
DispDefault.Tag := ord(rdDefault);
|
||||
|
@ -5261,9 +5261,13 @@ resourcestring
|
||||
lisDebuggerFeedbackLess = 'Less';
|
||||
lisDebuggerFeedbackMore = 'More';
|
||||
lisDebuggerFeedbackOk = 'Ok';
|
||||
|
||||
//Registers dialog
|
||||
regdlgDisplayTypeForSelectedRegisters = 'Display type for selected Registers';
|
||||
regdlgHex = 'Hex';
|
||||
regdlgDecimal = 'Decimal';
|
||||
regdlgOctal = 'Octal';
|
||||
regdlgBinary = 'Binary';
|
||||
regdlgRaw = 'Raw';
|
||||
|
||||
implementation
|
||||
|
Loading…
Reference in New Issue
Block a user