mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-01 23:00:27 +02:00
IDE: improved Build Lazarus dialog localization
git-svn-id: trunk@40862 -
This commit is contained in:
parent
c0ffca3409
commit
9ab505a367
@ -893,6 +893,7 @@ begin
|
||||
HelpButton.Caption := lisMenuHelp;
|
||||
|
||||
OptionsMemo.Hint := lisLazBuildOptionsPassedToCompiler;
|
||||
ShowOptsMenuItem.Caption := lisLazBuildShowOptionsAndDefinesForCommandLine;
|
||||
|
||||
with TargetOSComboBox do
|
||||
begin
|
||||
|
@ -3111,6 +3111,8 @@ resourcestring
|
||||
lisLazBuildManageProfiles2 = 'Manage profiles';
|
||||
lisLazBuildDefinesWithoutD = 'Defines without -d';
|
||||
lisLazBuildOptionsPassedToCompiler = 'Options passed to compiler';
|
||||
lisLazBuildShowOptionsAndDefinesForCommandLine = 'Show options and defines '
|
||||
+'for command line';
|
||||
lisLazBuildUpdateRevisionInfoInAboutLazarusDialog = 'Update revision info '
|
||||
+'in "About Lazarus" dialog';
|
||||
lisLazBuildRestartLazarusAutomatically = 'Restart Lazarus automatically after '+
|
||||
|
Loading…
Reference in New Issue
Block a user