mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-10 21:16:05 +02:00
IDE: improved i18n and fixed typos
git-svn-id: trunk@56794 -
This commit is contained in:
parent
f92c4017da
commit
7c0201a68a
@ -300,7 +300,7 @@ begin
|
|||||||
chkCompilerRun.Checked := True;
|
chkCompilerRun.Checked := True;
|
||||||
lblCompiler.Caption := lisCOCommand;
|
lblCompiler.Caption := lisCOCommand;
|
||||||
cobCompiler.Text := '';
|
cobCompiler.Text := '';
|
||||||
BrowseCompilerButton.Hint:=lisBrowseAndSelectACompiler+' (e.g. ppcx64'+ExeExt+')';
|
BrowseCompilerButton.Hint:=lisBrowseAndSelectACompiler+ExeExt+')';
|
||||||
|
|
||||||
ExecuteAfterGroupBox.Caption := lisCOExecuteAfter;
|
ExecuteAfterGroupBox.Caption := lisCOExecuteAfter;
|
||||||
chkExecAfterBuild.Caption := lisBuildStage;
|
chkExecAfterBuild.Caption := lisBuildStage;
|
||||||
|
@ -2395,7 +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';
|
lisBrowseAndSelectACompiler = 'Browse and select a compiler (e.g. ppcx64';
|
||||||
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';
|
||||||
@ -3577,7 +3577,7 @@ resourcestring
|
|||||||
lisConflict = 'Conflict';
|
lisConflict = 'Conflict';
|
||||||
lisThereIsAlreadyAPackageInTheList = 'There is already a package %s in the list';
|
lisThereIsAlreadyAPackageInTheList = 'There is already a package %s in the list';
|
||||||
lisDownload = 'Download';
|
lisDownload = 'Download';
|
||||||
lisDonwloadOnlinePackages = 'The following package(s) are not available locally: %s .' + sLineBreak +
|
lisDonwloadOnlinePackages = 'The following package(s) are not available locally: %s.' + sLineBreak +
|
||||||
'In order to install it, you must download them first. Download now?';
|
'In order to install it, you must download them first. Download now?';
|
||||||
lisNotADesigntimePackage = 'Not a designtime package';
|
lisNotADesigntimePackage = 'Not a designtime package';
|
||||||
lisThePackageCanNotBeInstalledBecauseItRequiresWhichI = 'The package %s cannot be '
|
lisThePackageCanNotBeInstalledBecauseItRequiresWhichI = 'The package %s cannot be '
|
||||||
|
Loading…
Reference in New Issue
Block a user