mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-09 15:48:03 +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
|
||||
txtOutput.Lines.Clear;
|
||||
Caption:= lisMenuViewDebugOutput;
|
||||
|
||||
popClear.Caption:=lisUIDClear;
|
||||
popCopyAll.Caption:=lisCopyAllOutputClipboard;
|
||||
end;
|
||||
|
||||
procedure TDbgOutputForm.Loaded;
|
||||
|
@ -4180,6 +4180,9 @@ resourcestring
|
||||
lisEvalExpression = 'Eval expression';
|
||||
lisLogMessage = 'Log message';
|
||||
|
||||
// Debug Output Dialog
|
||||
lisCopyAllOutputClipboard = 'Copy all output to clipboard';
|
||||
|
||||
// Designer Size Components Dialog
|
||||
lisShrinkToSmal = 'Shrink to smallest';
|
||||
lisGrowToLarges = 'Grow to Largest';
|
||||
|
Loading…
Reference in New Issue
Block a user