mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 16:00:16 +02:00
Debugger, Evaluate/Modify dialog: improved localization
git-svn-id: trunk@30623 -
This commit is contained in:
parent
1f7970e2eb
commit
e510ee54a0
@ -101,6 +101,10 @@ begin
|
|||||||
tbWatch.Caption := lisWatch;
|
tbWatch.Caption := lisWatch;
|
||||||
tbInspect.Caption := lisInspect;
|
tbInspect.Caption := lisInspect;
|
||||||
|
|
||||||
|
Label1.Caption := lisDBGEMExpression;
|
||||||
|
Label2.Caption := lisDBGEMResult;
|
||||||
|
lblNewValue.Caption := lisDBGEMNewValue;
|
||||||
|
|
||||||
ToolBar1.Images := IDEImages.Images_16;
|
ToolBar1.Images := IDEImages.Images_16;
|
||||||
tbInspect.ImageIndex := IDEImages.LoadImage(16, 'debugger_inspect');
|
tbInspect.ImageIndex := IDEImages.LoadImage(16, 'debugger_inspect');
|
||||||
tbWatch.ImageIndex := IDEImages.LoadImage(16, 'debugger_watches');
|
tbWatch.ImageIndex := IDEImages.LoadImage(16, 'debugger_watches');
|
||||||
|
@ -4636,6 +4636,9 @@ resourcestring
|
|||||||
lisModify = '&Modify';
|
lisModify = '&Modify';
|
||||||
lisWatch = '&Watch';
|
lisWatch = '&Watch';
|
||||||
lisInspect = '&Inspect';
|
lisInspect = '&Inspect';
|
||||||
|
lisDBGEMExpression = '&Expression:';
|
||||||
|
lisDBGEMResult = '&Result:';
|
||||||
|
lisDBGEMNewValue = '&New value:';
|
||||||
|
|
||||||
// Breakpoint Properties Dialog
|
// Breakpoint Properties Dialog
|
||||||
lisBreakPointProperties = 'Breakpoint Properties';
|
lisBreakPointProperties = 'Breakpoint Properties';
|
||||||
|
Loading…
Reference in New Issue
Block a user