mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 00:54:03 +02:00
IDE: improved build modes manager localization
git-svn-id: trunk@42612 -
This commit is contained in:
parent
78580f0a9f
commit
8f580a5a17
@ -537,7 +537,7 @@ begin
|
|||||||
MoveDownSpeedButton.Hint:=Format(lisMoveOnePositionDown, [Identifier]);
|
MoveDownSpeedButton.Hint:=Format(lisMoveOnePositionDown, [Identifier]);
|
||||||
DiffSpeedButton.Hint:=lisShowDifferencesBetweenModes;
|
DiffSpeedButton.Hint:=lisShowDifferencesBetweenModes;
|
||||||
NoteLabel.Caption:='';
|
NoteLabel.Caption:='';
|
||||||
btnCreateDefaultModes.Caption:='Create Debug and Release modes';
|
btnCreateDefaultModes.Caption:=lisCreateDebugAndReleaseModes;
|
||||||
btnCreateDefaultModes.Hint:='';
|
btnCreateDefaultModes.Hint:='';
|
||||||
btnCreateDefaultModes.Visible := (fBuildModes.Find(DebugModeName)=Nil)
|
btnCreateDefaultModes.Visible := (fBuildModes.Find(DebugModeName)=Nil)
|
||||||
and (fBuildModes.Find(ReleaseModeName)=Nil);
|
and (fBuildModes.Find(ReleaseModeName)=Nil);
|
||||||
|
@ -5403,6 +5403,7 @@ resourcestring
|
|||||||
lisMoveOnePositionUp = 'Move "%s" one position up';
|
lisMoveOnePositionUp = 'Move "%s" one position up';
|
||||||
lisMoveOnePositionDown = 'Move "%s" one position down';
|
lisMoveOnePositionDown = 'Move "%s" one position down';
|
||||||
lisShowDifferencesBetweenModes = 'Show differences between modes ...';
|
lisShowDifferencesBetweenModes = 'Show differences between modes ...';
|
||||||
|
lisCreateDebugAndReleaseModes = 'Create Debug and Release modes';
|
||||||
lisChangeBuildMode = 'Change build mode';
|
lisChangeBuildMode = 'Change build mode';
|
||||||
lisWarningThisIsTheMainUnitTheNewMainUnitWillBePas = '%sWarning: This is '
|
lisWarningThisIsTheMainUnitTheNewMainUnitWillBePas = '%sWarning: This is '
|
||||||
+'the main unit. The new main unit will be %s.pas.';
|
+'the main unit. The new main unit will be %s.pas.';
|
||||||
|
Loading…
Reference in New Issue
Block a user