mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-25 10:39:22 +02:00
ide: windows
- use translations for captions of Evaluate/Modify, Assebler dialogs - remove 'View' word from more items which are in the View menu git-svn-id: trunk@19407 -
This commit is contained in:
parent
c8fc970de1
commit
9e7ee42ccf
@ -66,6 +66,8 @@ type
|
|||||||
end;
|
end;
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
uses
|
||||||
|
LazarusIDEStrConsts;
|
||||||
|
|
||||||
{ TAssemblerDlg }
|
{ TAssemblerDlg }
|
||||||
|
|
||||||
@ -93,6 +95,7 @@ begin
|
|||||||
|
|
||||||
pbAsm.Font.Name := EditorOpts.EditorFont;
|
pbAsm.Font.Name := EditorOpts.EditorFont;
|
||||||
pbAsm.Font.Height := EditorOpts.EditorFontHeight;
|
pbAsm.Font.Height := EditorOpts.EditorFontHeight;
|
||||||
|
Caption := lisMenuViewAssembler;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
destructor TAssemblerDlg.Destroy;
|
destructor TAssemblerDlg.Destroy;
|
||||||
|
@ -77,7 +77,7 @@ type
|
|||||||
|
|
||||||
implementation
|
implementation
|
||||||
uses
|
uses
|
||||||
IDEImagesIntf;
|
IDEImagesIntf, LazarusIDEStrConsts;
|
||||||
|
|
||||||
{ TEvaluateDlg }
|
{ TEvaluateDlg }
|
||||||
|
|
||||||
@ -85,6 +85,7 @@ constructor TEvaluateDlg.Create(TheOwner:TComponent);
|
|||||||
begin
|
begin
|
||||||
inherited Create(TheOwner);
|
inherited Create(TheOwner);
|
||||||
|
|
||||||
|
Caption := lisKMEvaluateModify;
|
||||||
IDEDialogLayoutList.ApplyLayout(Self, 400, 290);
|
IDEDialogLayoutList.ApplyLayout(Self, 400, 290);
|
||||||
cmbExpression.Items.Assign(InputHistories.HistoryLists.GetList(ClassName, True));
|
cmbExpression.Items.Assign(InputHistories.HistoryLists.GetList(ClassName, True));
|
||||||
|
|
||||||
|
@ -41,7 +41,7 @@ interface
|
|||||||
|
|
||||||
uses
|
uses
|
||||||
Classes, SysUtils, Forms, Controls, Buttons, SynEdit, EditorOptions, StdCtrls,
|
Classes, SysUtils, Forms, Controls, Buttons, SynEdit, EditorOptions, StdCtrls,
|
||||||
IDEOptionDefs, Math, EnvironmentOpts, ClipBrd;
|
IDEOptionDefs, Math, EnvironmentOpts, ClipBrd, LazarusIDEStrConsts;
|
||||||
|
|
||||||
type
|
type
|
||||||
TClipBoardHistory = class(TForm)
|
TClipBoardHistory = class(TForm)
|
||||||
|
@ -4,8 +4,8 @@ inherited WindowOptionsFrame: TWindowOptionsFrame
|
|||||||
ClientHeight = 396
|
ClientHeight = 396
|
||||||
ClientWidth = 463
|
ClientWidth = 463
|
||||||
Visible = False
|
Visible = False
|
||||||
DesignLeft = 176
|
DesignLeft = 154
|
||||||
DesignTop = 232
|
DesignTop = 203
|
||||||
object MinimizeAllOnMinimizeMainCheckBox: TCheckBox[0]
|
object MinimizeAllOnMinimizeMainCheckBox: TCheckBox[0]
|
||||||
AnchorSideLeft.Control = Owner
|
AnchorSideLeft.Control = Owner
|
||||||
AnchorSideTop.Control = Owner
|
AnchorSideTop.Control = Owner
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
LazarusResources.Add('TWindowOptionsFrame','FORMDATA',[
|
LazarusResources.Add('TWindowOptionsFrame','FORMDATA',[
|
||||||
'TPF0'#241#19'TWindowOptionsFrame'#18'WindowOptionsFrame'#6'Height'#3#140#1#5
|
'TPF0'#241#19'TWindowOptionsFrame'#18'WindowOptionsFrame'#6'Height'#3#140#1#5
|
||||||
+'Width'#3#207#1#12'ClientHeight'#3#140#1#11'ClientWidth'#3#207#1#7'Visible'#8
|
+'Width'#3#207#1#12'ClientHeight'#3#140#1#11'ClientWidth'#3#207#1#7'Visible'#8
|
||||||
+#10'DesignLeft'#3#176#0#9'DesignTop'#3#232#0#0#242#2#0#9'TCheckBox!MinimizeA'
|
+#10'DesignLeft'#3#154#0#9'DesignTop'#3#203#0#0#242#2#0#9'TCheckBox!MinimizeA'
|
||||||
+'llOnMinimizeMainCheckBox'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSi'
|
+'llOnMinimizeMainCheckBox'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSi'
|
||||||
+'deTop.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2
|
+'deTop.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2
|
||||||
+#0#6'Height'#2#17#3'Top'#2#0#5'Width'#3#195#0#7'Caption'#6'!MinimizeAllOnMin'
|
+#0#6'Height'#2#17#3'Top'#2#0#5'Width'#3#195#0#7'Caption'#6'!MinimizeAllOnMin'
|
||||||
|
@ -149,7 +149,19 @@ begin
|
|||||||
nmiwPkgGraphExplorer: Result := lisMenuPackageGraph;
|
nmiwPkgGraphExplorer: Result := lisMenuPackageGraph;
|
||||||
nmiwProjectInspector: Result := lisMenuProjectInspector;
|
nmiwProjectInspector: Result := lisMenuProjectInspector;
|
||||||
nmiwUnitDependenciesName: Result := dlgUnitDepCaption;
|
nmiwUnitDependenciesName: Result := dlgUnitDepCaption;
|
||||||
|
nmiwDbgOutput: Result := lisMenuViewDebugOutput;
|
||||||
|
nmiwBreakPoints: Result := lisMenuViewBreakPoints;
|
||||||
|
nmiwWatches: Result := liswlWatchList;
|
||||||
|
nmiwLocals: Result := lisLocals;
|
||||||
|
nmiwCallStack: Result := lisMenuViewCallStack;
|
||||||
|
nmiwEvaluate: Result := lisKMEvaluateModify;
|
||||||
|
nmiwRegisters: Result := lisRegisters;
|
||||||
|
nmiwAssembler: Result := lisMenuViewAssembler;
|
||||||
|
nmiwSearchResultsViewName: Result := lisMenuViewSearchResults;
|
||||||
nmiwAnchorEditor: Result := lisMenuViewAnchorEditor;
|
nmiwAnchorEditor: Result := lisMenuViewAnchorEditor;
|
||||||
|
nmiwCodeBrowser: Result := lisCodeBrowser;
|
||||||
|
nmiwIssueBrowser: Result := lisMenuViewRestrictionBrowser;
|
||||||
|
nmiwJumpHistory: Result := lisMenuViewJumpHistory;
|
||||||
else
|
else
|
||||||
Result := NonModalIDEWindowNames[AWindow];
|
Result := NonModalIDEWindowNames[AWindow];
|
||||||
end;
|
end;
|
||||||
|
@ -241,7 +241,7 @@ resourcestring
|
|||||||
lisMenuJumpBack = 'Jump back';
|
lisMenuJumpBack = 'Jump back';
|
||||||
lisMenuJumpForward = 'Jump forward';
|
lisMenuJumpForward = 'Jump forward';
|
||||||
lisMenuAddJumpPointToHistory = 'Add jump point to history';
|
lisMenuAddJumpPointToHistory = 'Add jump point to history';
|
||||||
lisMenuViewJumpHistory = 'View Jump-History ...';
|
lisMenuViewJumpHistory = 'Jump-History ...';
|
||||||
lisMenuFindBlockOtherEndOfCodeBlock = 'Find other end of code block';
|
lisMenuFindBlockOtherEndOfCodeBlock = 'Find other end of code block';
|
||||||
lisMenuFindCodeBlockStart = 'Find code block start';
|
lisMenuFindCodeBlockStart = 'Find code block start';
|
||||||
lisMenuFindDeclarationAtCursor = 'Find Declaration at cursor';
|
lisMenuFindDeclarationAtCursor = 'Find Declaration at cursor';
|
||||||
@ -262,9 +262,9 @@ resourcestring
|
|||||||
lisMenuJumpTo = 'Jump to';
|
lisMenuJumpTo = 'Jump to';
|
||||||
lisMenuViewUnits = 'Units...';
|
lisMenuViewUnits = 'Units...';
|
||||||
lisMenuViewForms = 'Forms...';
|
lisMenuViewForms = 'Forms...';
|
||||||
lisMenuViewUnitDependencies = 'View Unit Dependencies';
|
lisMenuViewUnitDependencies = 'Unit Dependencies';
|
||||||
lisKMViewUnitInfo = 'View Unit Info';
|
lisKMViewUnitInfo = 'View Unit Info';
|
||||||
lisMenuViewUnitInfo = 'View Unit Information';
|
lisMenuViewUnitInfo = 'Unit Information';
|
||||||
lisMenuViewToggleFormUnit = 'Toggle form/unit view';
|
lisMenuViewToggleFormUnit = 'Toggle form/unit view';
|
||||||
lisMenuViewMessages = 'Messages';
|
lisMenuViewMessages = 'Messages';
|
||||||
lisCopySelectedMessagesToClipboard = 'Copy selected messages to clipboard';
|
lisCopySelectedMessagesToClipboard = 'Copy selected messages to clipboard';
|
||||||
|
Loading…
Reference in New Issue
Block a user