mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-22 09:20:34 +02:00
IDE: removed some duplicate resource strings
This commit is contained in:
parent
c2689cb231
commit
7bf295cb28
@ -659,11 +659,11 @@ begin
|
|||||||
ecSelectionLowerCase : Result:= lisMenuLowerCaseSelection;
|
ecSelectionLowerCase : Result:= lisMenuLowerCaseSelection;
|
||||||
ecSelectionSwapCase : Result:= lisMenuSwapCaseSelection;
|
ecSelectionSwapCase : Result:= lisMenuSwapCaseSelection;
|
||||||
ecSelectionTabs2Spaces : Result:= srkmecSelectionTabs2Spaces;
|
ecSelectionTabs2Spaces : Result:= srkmecSelectionTabs2Spaces;
|
||||||
ecSelectionEnclose : Result:= lisMenuEncloseSelection;
|
ecSelectionEnclose : Result:= lisKMEncloseSelection;
|
||||||
ecSelectionComment : Result:= lisMenuCommentSelection;
|
ecSelectionComment : Result:= lisMenuCommentSelection;
|
||||||
ecSelectionUncomment : Result:= lisMenuUncommentSelection;
|
ecSelectionUncomment : Result:= lisMenuUncommentSelection;
|
||||||
ecToggleComment : Result:= lisMenuToggleComment;
|
ecToggleComment : Result:= lisMenuToggleComment;
|
||||||
ecSelectionEncloseIFDEF : Result:= lisMenuEncloseInIFDEF;
|
ecSelectionEncloseIFDEF : Result:= lisEncloseInIFDEF;
|
||||||
ecSelectionSort : Result:= lisMenuSortSelection;
|
ecSelectionSort : Result:= lisMenuSortSelection;
|
||||||
ecSelectionBreakLines : Result:= lisMenuBeakLinesInSelection;
|
ecSelectionBreakLines : Result:= lisMenuBeakLinesInSelection;
|
||||||
ecSelectToBrace : Result:= lisMenuSelectToBrace;
|
ecSelectToBrace : Result:= lisMenuSelectToBrace;
|
||||||
@ -2892,8 +2892,8 @@ begin
|
|||||||
AddDefault(C, 'Toggle comment', lisMenuToggleComment, ecToggleComment);
|
AddDefault(C, 'Toggle comment', lisMenuToggleComment, ecToggleComment);
|
||||||
AddDefault(C, 'Sort selection', lisSortSelSortSelection, ecSelectionSort);
|
AddDefault(C, 'Sort selection', lisSortSelSortSelection, ecSelectionSort);
|
||||||
AddDefault(C, 'Break Lines in selection', lisMenuBeakLinesInSelection, ecSelectionBreakLines);
|
AddDefault(C, 'Break Lines in selection', lisMenuBeakLinesInSelection, ecSelectionBreakLines);
|
||||||
AddDefault(C, 'Select word left', lisKMSelectWordLeft, ecSelWordLeft);
|
AddDefault(C, 'Select word left', srkmecSelWordLeft, ecSelWordLeft);
|
||||||
AddDefault(C, 'Select word right', lisKMSelectWordRight, ecSelWordRight);
|
AddDefault(C, 'Select word right', srkmecSelWordRight, ecSelWordRight);
|
||||||
AddDefault(C, 'Select word end left', srkmecSelWordEndLeft, ecSelWordEndLeft);
|
AddDefault(C, 'Select word end left', srkmecSelWordEndLeft, ecSelWordEndLeft);
|
||||||
AddDefault(C, 'Select word end right', srkmecSelWordEndRight, ecSelWordEndRight);
|
AddDefault(C, 'Select word end right', srkmecSelWordEndRight, ecSelWordEndRight);
|
||||||
AddDefault(C, 'Select half word left', srkmecSelHalfWordLeft, ecSelHalfWordLeft);
|
AddDefault(C, 'Select half word left', srkmecSelHalfWordLeft, ecSelHalfWordLeft);
|
||||||
@ -2990,8 +2990,8 @@ begin
|
|||||||
AddDefault(C, 'Insert modified LGPL notice translated', srkmecInsertModifiedLGPLNoticeTranslated, ecInsertModifiedLGPLNoticeTranslated);
|
AddDefault(C, 'Insert modified LGPL notice translated', srkmecInsertModifiedLGPLNoticeTranslated, ecInsertModifiedLGPLNoticeTranslated);
|
||||||
AddDefault(C, 'Insert MIT notice', srkmecInsertMITNotice, ecInsertMITNotice);
|
AddDefault(C, 'Insert MIT notice', srkmecInsertMITNotice, ecInsertMITNotice);
|
||||||
AddDefault(C, 'Insert MIT notice translated', srkmecInsertMITNoticeTranslated, ecInsertMITNoticeTranslated);
|
AddDefault(C, 'Insert MIT notice translated', srkmecInsertMITNoticeTranslated, ecInsertMITNoticeTranslated);
|
||||||
AddDefault(C, 'Insert username', lisKMInsertUsername, ecInsertUserName);
|
AddDefault(C, 'Insert username', srkmecInsertUserName, ecInsertUserName);
|
||||||
AddDefault(C, 'Insert date and time', lisKMInsertDateAndTime, ecInsertDateTime);
|
AddDefault(C, 'Insert date and time', srkmecInsertDateTime, ecInsertDateTime);
|
||||||
AddDefault(C, 'Insert ChangeLog entry', srkmecInsertChangeLogEntry, ecInsertChangeLogEntry);
|
AddDefault(C, 'Insert ChangeLog entry', srkmecInsertChangeLogEntry, ecInsertChangeLogEntry);
|
||||||
AddDefault(C, 'Insert CVS keyword Author', srkmecInsertCVSAuthor, ecInsertCVSAuthor);
|
AddDefault(C, 'Insert CVS keyword Author', srkmecInsertCVSAuthor, ecInsertCVSAuthor);
|
||||||
AddDefault(C, 'Insert CVS keyword Date', srkmecInsertCVSDate, ecInsertCVSDate);
|
AddDefault(C, 'Insert CVS keyword Date', srkmecInsertCVSDate, ecInsertCVSDate);
|
||||||
|
@ -315,8 +315,6 @@ resourcestring
|
|||||||
lisMenuSortSelection = 'Sort Selection ...';
|
lisMenuSortSelection = 'Sort Selection ...';
|
||||||
lisMenuBeakLinesInSelection = 'Break Lines in Selection';
|
lisMenuBeakLinesInSelection = 'Break Lines in Selection';
|
||||||
lisMenuPasteFromClipboard = 'Paste from clipboard';
|
lisMenuPasteFromClipboard = 'Paste from clipboard';
|
||||||
lisKMSelectWordLeft = 'Select Word Left';
|
|
||||||
lisKMSelectWordRight = 'Select Word Right';
|
|
||||||
lisMenuSelect = 'Select';
|
lisMenuSelect = 'Select';
|
||||||
lisMenuMultiPaste = 'MultiPaste ...';
|
lisMenuMultiPaste = 'MultiPaste ...';
|
||||||
lisMenuSelectAll = 'Select All';
|
lisMenuSelectAll = 'Select All';
|
||||||
@ -3249,8 +3247,6 @@ resourcestring
|
|||||||
srkmecInsertModifiedLGPLNoticeTranslated = 'Insert modified LGPL notice (translated)';
|
srkmecInsertModifiedLGPLNoticeTranslated = 'Insert modified LGPL notice (translated)';
|
||||||
srkmecInsertMITNotice = 'Insert MIT notice';
|
srkmecInsertMITNotice = 'Insert MIT notice';
|
||||||
srkmecInsertMITNoticeTranslated = 'Insert MIT notice (translated)';
|
srkmecInsertMITNoticeTranslated = 'Insert MIT notice (translated)';
|
||||||
lisKMInsertUsername = 'Insert username';
|
|
||||||
lisKMInsertDateAndTime = 'Insert date and time';
|
|
||||||
srkmecInsertUserName = 'Insert current username';
|
srkmecInsertUserName = 'Insert current username';
|
||||||
srkmecInsertDateTime = 'Insert current date and time';
|
srkmecInsertDateTime = 'Insert current date and time';
|
||||||
srkmecInsertChangeLogEntry = 'Insert ChangeLog entry';
|
srkmecInsertChangeLogEntry = 'Insert ChangeLog entry';
|
||||||
|
Loading…
Reference in New Issue
Block a user