mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-09 16:18:21 +02:00
IDE, Tab order dialog: improved localization
git-svn-id: trunk@30343 -
This commit is contained in:
parent
33183a009f
commit
dee28f6a01
@ -183,7 +183,7 @@ begin
|
|||||||
LookupRoot := GlobalDesignHook.LookupRoot;
|
LookupRoot := GlobalDesignHook.LookupRoot;
|
||||||
if Assigned(LookupRoot) and (LookupRoot is TWinControl) then begin
|
if Assigned(LookupRoot) and (LookupRoot is TWinControl) then begin
|
||||||
CreateNodes(TWinControl(LookupRoot), nil);
|
CreateNodes(TWinControl(LookupRoot), nil);
|
||||||
Caption:=lisTabOrderOf + ' ' + TWinControl(LookupRoot).Name;
|
Caption:=Format(lisTabOrderOf, [TWinControl(LookupRoot).Name]);
|
||||||
end;
|
end;
|
||||||
finally
|
finally
|
||||||
ItemTreeview.EndUpdate;
|
ItemTreeview.EndUpdate;
|
||||||
|
@ -4402,7 +4402,7 @@ resourcestring
|
|||||||
lisPODoNotSaveAnySessionInfo = 'Do not save any session info';
|
lisPODoNotSaveAnySessionInfo = 'Do not save any session info';
|
||||||
lisPOSaveSessionInformationIn = 'Save session information in';
|
lisPOSaveSessionInformationIn = 'Save session information in';
|
||||||
lisMVSaveMessagesToFileTxt = 'Save messages to file (*.txt)';
|
lisMVSaveMessagesToFileTxt = 'Save messages to file (*.txt)';
|
||||||
lisTabOrderOf = 'Tab Order of';
|
lisTabOrderOf = 'Tab Order of %s';
|
||||||
|
|
||||||
lisAnchorEnabledHint = 'Enabled = Include %s in Anchors';
|
lisAnchorEnabledHint = 'Enabled = Include %s in Anchors';
|
||||||
lisAroundBorderSpaceHint = 'Borderspace around the control. The other four borderspaces are added to this value.';
|
lisAroundBorderSpaceHint = 'Borderspace around the control. The other four borderspaces are added to this value.';
|
||||||
|
Loading…
Reference in New Issue
Block a user