mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 06:09:15 +02:00
Update descriptions
git-svn-id: trunk@25106 -
This commit is contained in:
parent
bb967cf6ec
commit
9e34fae90e
@ -1542,7 +1542,7 @@ resourcestring
|
||||
dlgEditAccessCaptionUnLocked = 'Unlocked';
|
||||
dlgEditAccessCaptionUnLockedOpenNewInOldWin = 'New tab in existing window';
|
||||
dlgEditAccessCaptionUnLockedOpenNewInNewWin = 'New tab in new window';
|
||||
dlgEditAccessCaptionIgnLockedOldEdit = 'Ignore Locks, longest unused editor';
|
||||
dlgEditAccessCaptionIgnLockedOldEdit = 'Ignore Locks, use longest unused editor';
|
||||
dlgEditAccessCaptionIgnLockedOnlyActEdit = 'Ignore Locks, if editor is current';
|
||||
dlgEditAccessCaptionIgnLockedOnlyActWin = 'Ignore Locks, if editor in current window';
|
||||
dlgEditAccessCaptionUnLockedOpenNewInAnyWin = 'New tab, existing or new window';
|
||||
@ -1558,17 +1558,18 @@ resourcestring
|
||||
dlgEditAccessDescUnLocked =
|
||||
'This option will use any not locked Editor.';
|
||||
dlgEditAccessDescUnLockedOpenNewInOldWin =
|
||||
'This option will open a new Tab in an existing (and only in an existing) Window, '+
|
||||
'if no unlocked tab is found. '+
|
||||
'If no unlocked tab is found, then this option will open a new Tab in an existing '+
|
||||
'(and only in an existing) Window. '+
|
||||
'A tab is only opened if a window exists, that has not yet an editor for the target file.';
|
||||
dlgEditAccessDescUnLockedOpenNewInNewWin =
|
||||
'This option will open a new Tab in a new (and always in a new) Window, '+
|
||||
'if no unlocked tab is found. '+
|
||||
'If no unlocked tab is found, then this option will open a new Tab in a new '+
|
||||
' Window (even if other existing windows could be used for the new tab). '+
|
||||
'This option will always succeed, further options are never tested.';
|
||||
dlgEditAccessDescIgnLockedOldEdit =
|
||||
'This option will use the longest unused editor for the file, '+
|
||||
'even if it is locked and/or needs scrolling. '+
|
||||
'This always looks at the editor, never the window, to find the longest unused. ' +
|
||||
'The determination of the longest unused editor does not look at the order in which the windows were focused, '+
|
||||
'even if this is set by the setting for "same criteria order"' +
|
||||
'This option will always succeed, further options are never tested.';
|
||||
dlgEditAccessDescIgnLockedOnlyActEdit =
|
||||
'This option will check if the current active editor has the target file '+
|
||||
|
Loading…
Reference in New Issue
Block a user