Update descriptions

git-svn-id: trunk@25106 -
This commit is contained in:
martin 2010-05-01 17:05:48 +00:00
parent bb967cf6ec
commit 9e34fae90e

View File

@ -1542,7 +1542,7 @@ resourcestring
dlgEditAccessCaptionUnLocked = 'Unlocked'; dlgEditAccessCaptionUnLocked = 'Unlocked';
dlgEditAccessCaptionUnLockedOpenNewInOldWin = 'New tab in existing window'; dlgEditAccessCaptionUnLockedOpenNewInOldWin = 'New tab in existing window';
dlgEditAccessCaptionUnLockedOpenNewInNewWin = 'New tab in new 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'; dlgEditAccessCaptionIgnLockedOnlyActEdit = 'Ignore Locks, if editor is current';
dlgEditAccessCaptionIgnLockedOnlyActWin = 'Ignore Locks, if editor in current window'; dlgEditAccessCaptionIgnLockedOnlyActWin = 'Ignore Locks, if editor in current window';
dlgEditAccessCaptionUnLockedOpenNewInAnyWin = 'New tab, existing or new window'; dlgEditAccessCaptionUnLockedOpenNewInAnyWin = 'New tab, existing or new window';
@ -1558,17 +1558,18 @@ resourcestring
dlgEditAccessDescUnLocked = dlgEditAccessDescUnLocked =
'This option will use any not locked Editor.'; 'This option will use any not locked Editor.';
dlgEditAccessDescUnLockedOpenNewInOldWin = dlgEditAccessDescUnLockedOpenNewInOldWin =
'This option will open a new Tab in an existing (and only in an existing) Window, '+ 'If no unlocked tab is found, then this option will open a new Tab in an existing '+
'if no unlocked tab is found. '+ '(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.'; 'A tab is only opened if a window exists, that has not yet an editor for the target file.';
dlgEditAccessDescUnLockedOpenNewInNewWin = dlgEditAccessDescUnLockedOpenNewInNewWin =
'This option will open a new Tab in a new (and always in a new) Window, '+ 'If no unlocked tab is found, then this option will open a new Tab in a new '+
'if no unlocked tab is found. '+ ' Window (even if other existing windows could be used for the new tab). '+
'This option will always succeed, further options are never tested.'; 'This option will always succeed, further options are never tested.';
dlgEditAccessDescIgnLockedOldEdit = dlgEditAccessDescIgnLockedOldEdit =
'This option will use the longest unused editor for the file, '+ 'This option will use the longest unused editor for the file, '+
'even if it is locked and/or needs scrolling. '+ '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.'; 'This option will always succeed, further options are never tested.';
dlgEditAccessDescIgnLockedOnlyActEdit = dlgEditAccessDescIgnLockedOnlyActEdit =
'This option will check if the current active editor has the target file '+ 'This option will check if the current active editor has the target file '+