mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 21:41:35 +02:00
ide: debug output window translation improvements by Marcelo B Paula (patch004 of issue #0014266)
git-svn-id: trunk@21357 -
This commit is contained in:
parent
737b16baf6
commit
8bd93ef6dd
@ -93,6 +93,9 @@ procedure TDbgOutputForm.FormCreate(Sender: TObject);
|
|||||||
begin
|
begin
|
||||||
txtOutput.Lines.Clear;
|
txtOutput.Lines.Clear;
|
||||||
Caption:= lisMenuViewDebugOutput;
|
Caption:= lisMenuViewDebugOutput;
|
||||||
|
|
||||||
|
popClear.Caption:=lisUIDClear;
|
||||||
|
popCopyAll.Caption:=lisCopyAllOutputClipboard;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TDbgOutputForm.Loaded;
|
procedure TDbgOutputForm.Loaded;
|
||||||
|
@ -4180,6 +4180,9 @@ resourcestring
|
|||||||
lisEvalExpression = 'Eval expression';
|
lisEvalExpression = 'Eval expression';
|
||||||
lisLogMessage = 'Log message';
|
lisLogMessage = 'Log message';
|
||||||
|
|
||||||
|
// Debug Output Dialog
|
||||||
|
lisCopyAllOutputClipboard = 'Copy all output to clipboard';
|
||||||
|
|
||||||
// Designer Size Components Dialog
|
// Designer Size Components Dialog
|
||||||
lisShrinkToSmal = 'Shrink to smallest';
|
lisShrinkToSmal = 'Shrink to smallest';
|
||||||
lisGrowToLarges = 'Grow to Largest';
|
lisGrowToLarges = 'Grow to Largest';
|
||||||
|
Loading…
Reference in New Issue
Block a user