IDE: improved Build Lazarus dialog localization

git-svn-id: trunk@40862 -
This commit is contained in:
maxim 2013-04-20 19:56:20 +00:00
parent c0ffca3409
commit 9ab505a367
2 changed files with 3 additions and 0 deletions

View File

@ -893,6 +893,7 @@ begin
HelpButton.Caption := lisMenuHelp;
OptionsMemo.Hint := lisLazBuildOptionsPassedToCompiler;
ShowOptsMenuItem.Caption := lisLazBuildShowOptionsAndDefinesForCommandLine;
with TargetOSComboBox do
begin

View File

@ -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 '+