mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-03 01:42:19 +02:00
IDE: added resourcestring
git-svn-id: trunk@56763 -
This commit is contained in:
parent
c03b941642
commit
3011be98c3
@ -275,7 +275,7 @@ begin
|
|||||||
chkCompilerRun.Checked := True;
|
chkCompilerRun.Checked := True;
|
||||||
lblCompiler.Caption := lisCOCommand;
|
lblCompiler.Caption := lisCOCommand;
|
||||||
cobCompiler.Text := '';
|
cobCompiler.Text := '';
|
||||||
BrowseCompilerButton.Hint:='Browse and select a compiler (e.g. ppcx64'+ExeExt+')';
|
BrowseCompilerButton.Hint:=lisBrowseAndSelectACompiler+' (e.g. ppcx64'+ExeExt+')';
|
||||||
|
|
||||||
ExecuteAfterGroupBox.Caption := lisCOExecuteAfter;
|
ExecuteAfterGroupBox.Caption := lisCOExecuteAfter;
|
||||||
chkExecAfterBuild.Caption := lisBuildStage;
|
chkExecAfterBuild.Caption := lisBuildStage;
|
||||||
|
@ -2395,6 +2395,7 @@ resourcestring
|
|||||||
lisCOExecuteAfter = 'Execute after';
|
lisCOExecuteAfter = 'Execute after';
|
||||||
lisCOExecuteBefore = 'Execute before';
|
lisCOExecuteBefore = 'Execute before';
|
||||||
lisCOCommand = 'Command:';
|
lisCOCommand = 'Command:';
|
||||||
|
lisBrowseAndSelectACompiler = 'Browse and select a compiler';
|
||||||
lisCOScanForMessages = 'Scan for messages:';
|
lisCOScanForMessages = 'Scan for messages:';
|
||||||
lisCOScanForFPCMessages = 'Scan for FPC messages';
|
lisCOScanForFPCMessages = 'Scan for FPC messages';
|
||||||
lisCOScanForMakeMessages = 'Scan for Make messages';
|
lisCOScanForMakeMessages = 'Scan for Make messages';
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
Abstract:
|
Abstract:
|
||||||
ToDo...
|
Show a window before the LCL is initialized.
|
||||||
}
|
}
|
||||||
unit raw_window;
|
unit raw_window;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user