mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 09:19:32 +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;
|
||||
tbInspect.Caption := lisInspect;
|
||||
|
||||
Label1.Caption := lisDBGEMExpression;
|
||||
Label2.Caption := lisDBGEMResult;
|
||||
lblNewValue.Caption := lisDBGEMNewValue;
|
||||
|
||||
ToolBar1.Images := IDEImages.Images_16;
|
||||
tbInspect.ImageIndex := IDEImages.LoadImage(16, 'debugger_inspect');
|
||||
tbWatch.ImageIndex := IDEImages.LoadImage(16, 'debugger_watches');
|
||||
|
@ -4636,6 +4636,9 @@ resourcestring
|
||||
lisModify = '&Modify';
|
||||
lisWatch = '&Watch';
|
||||
lisInspect = '&Inspect';
|
||||
lisDBGEMExpression = '&Expression:';
|
||||
lisDBGEMResult = '&Result:';
|
||||
lisDBGEMNewValue = '&New value:';
|
||||
|
||||
// Breakpoint Properties Dialog
|
||||
lisBreakPointProperties = 'Breakpoint Properties';
|
||||
|
Loading…
Reference in New Issue
Block a user