mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 00:59:30 +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;
|
||||
lblCompiler.Caption := lisCOCommand;
|
||||
cobCompiler.Text := '';
|
||||
BrowseCompilerButton.Hint:=lisBrowseAndSelectACompiler+' (e.g. ppcx64'+ExeExt+')';
|
||||
BrowseCompilerButton.Hint:=lisBrowseAndSelectACompiler+ExeExt+')';
|
||||
|
||||
ExecuteAfterGroupBox.Caption := lisCOExecuteAfter;
|
||||
chkExecAfterBuild.Caption := lisBuildStage;
|
||||
|
@ -2395,7 +2395,7 @@ resourcestring
|
||||
lisCOExecuteAfter = 'Execute after';
|
||||
lisCOExecuteBefore = 'Execute before';
|
||||
lisCOCommand = 'Command:';
|
||||
lisBrowseAndSelectACompiler = 'Browse and select a compiler';
|
||||
lisBrowseAndSelectACompiler = 'Browse and select a compiler (e.g. ppcx64';
|
||||
lisCOScanForMessages = 'Scan for messages:';
|
||||
lisCOScanForFPCMessages = 'Scan for FPC messages';
|
||||
lisCOScanForMakeMessages = 'Scan for Make messages';
|
||||
@ -3577,7 +3577,7 @@ resourcestring
|
||||
lisConflict = 'Conflict';
|
||||
lisThereIsAlreadyAPackageInTheList = 'There is already a package %s in the list';
|
||||
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?';
|
||||
lisNotADesigntimePackage = 'Not a designtime package';
|
||||
lisThePackageCanNotBeInstalledBecauseItRequiresWhichI = 'The package %s cannot be '
|
||||
|
Loading…
Reference in New Issue
Block a user