mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 04:18:48 +02:00
IDEIntf: localized TToolBar designer menu entries
git-svn-id: trunk@28358 -
This commit is contained in:
parent
c6791a4c61
commit
f3363d1270
@ -1213,10 +1213,10 @@ end;
|
||||
function TToolBarComponentEditor.GetVerb(Index: Integer): string;
|
||||
begin
|
||||
case Index of
|
||||
0: Result := 'New Button';
|
||||
1: Result := 'New Checkbutton';
|
||||
2: Result := 'New Separator';
|
||||
3: Result := 'New Divider';
|
||||
0: Result := tbceNewButton;
|
||||
1: Result := tbceNewCheckbutton;
|
||||
2: Result := tbceNewSeparator;
|
||||
3: Result := tbceNewDivider;
|
||||
else
|
||||
Result := '';
|
||||
end;
|
||||
|
@ -190,6 +190,10 @@ resourcestring
|
||||
tccesDeleteTab = 'Delete tab';
|
||||
tccesMoveTabLeft = 'Move tab left';
|
||||
tccesMoveTabRight = 'Move tab right';
|
||||
tbceNewButton = 'New Button';
|
||||
tbceNewCheckbutton = 'New CheckButton';
|
||||
tbceNewSeparator = 'New Separator';
|
||||
tbceNewDivider = 'New Divider';
|
||||
|
||||
//checklistbox editor
|
||||
clbCheckListBoxEditor = 'CheckListBox Editor';
|
||||
|
Loading…
Reference in New Issue
Block a user