mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-05 22:58:53 +02:00
IDE: fixed 'Build' constant translation regressions after r36332 #22c9cf054e
git-svn-id: trunk@36361 -
This commit is contained in:
parent
edf749e33e
commit
e162d9ebdc
@ -551,7 +551,7 @@ begin
|
||||
OverrideRunProjectCheckbox.Caption:=
|
||||
lisBFOnRunProjectExecuteTheRunFileCommandInstead;
|
||||
|
||||
BuildPage.Caption:=lisBuild;
|
||||
BuildPage.Caption:=lisBuildCaption;
|
||||
BuildWorkingDirGroupbox.Caption:=lisBFWorkingDirectoryLeaveEmptyForFilePath;
|
||||
BuildCommandGroupbox.Caption:=lisBFBuildCommand;
|
||||
BuildScanForFPCMsgCheckbox.Caption:=lisCOScanForFPCMessages;
|
||||
|
@ -70,7 +70,7 @@ begin
|
||||
chkCreateMakefile.Caption := dlgCOCreateMakefile;
|
||||
|
||||
ExecuteBeforeGroupBox.Caption := lisCOExecuteBefore;
|
||||
chkExecBeforeBuild.Caption := lisBuild;
|
||||
chkExecBeforeBuild.Caption := lisBuildStage;
|
||||
chkExecBeforeCompile.Caption := lisCompile;
|
||||
chkExecBeforeRun.Caption := lisRun;
|
||||
ExecuteBeforeCommandEdit.Text := '';
|
||||
@ -82,7 +82,7 @@ begin
|
||||
lblRunIfExecBefore.Caption := lisCOCallOn;
|
||||
|
||||
grpCompiler.Caption := lisCompiler;
|
||||
chkCompilerBuild.Caption := lisBuild;
|
||||
chkCompilerBuild.Caption := lisBuildStage;
|
||||
chkCompilerBuild.Checked := True;
|
||||
chkCompilerCompile.Caption := lisCompile;
|
||||
chkCompilerCompile.Checked := True;
|
||||
@ -93,7 +93,7 @@ begin
|
||||
lblRunIfCompiler.Caption := lisCOCallOn;
|
||||
|
||||
ExecuteAfterGroupBox.Caption := lisCOExecuteAfter;
|
||||
chkExecAfterBuild.Caption := lisBuild;
|
||||
chkExecAfterBuild.Caption := lisBuildStage;
|
||||
chkExecAfterCompile.Caption := lisCompile;
|
||||
chkExecAfterRun.Caption := lisRun;
|
||||
ExecuteAfterCommandEdit.Text := '';
|
||||
|
@ -99,6 +99,8 @@ resourcestring
|
||||
lisId = 'ID';
|
||||
lisCompile = 'Compile';
|
||||
lisBuild = 'Build';
|
||||
lisBuildCaption = 'Build';
|
||||
lisBuildStage = 'Build';
|
||||
lisRun = 'Run';
|
||||
lisPause = 'Pause';
|
||||
lisStop = 'Stop';
|
||||
|
Loading…
Reference in New Issue
Block a user