mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 14:29:29 +02:00
IDEIntf: improved ListView editor localization
git-svn-id: trunk@29552 -
This commit is contained in:
parent
43f1c4d764
commit
801fa92b8b
@ -151,6 +151,10 @@ begin
|
||||
BtnNewItem.Caption := sccsLvEdtNewItem;
|
||||
BtnNewSubItem.Caption := sccsLvEdtNewSubItem;
|
||||
BtnDelete.Caption := sccsLvEdtDelete;
|
||||
|
||||
BtnHelp.Caption := oisHelp;
|
||||
BtnOK.Caption := oisOK;
|
||||
BtnCancel.Caption := oisCancel;
|
||||
BtnApply.Caption := sccsLvEdtApply;
|
||||
|
||||
LabelCaption.Caption := sccsLvEdtLabelCaption;
|
||||
|
@ -352,8 +352,9 @@ resourcestring
|
||||
+'valid identifier';
|
||||
oisLoadImageDialog = 'Load Image Dialog';
|
||||
oisOK = '&OK';
|
||||
oisCancel = 'Cancel';
|
||||
oisHelp = '&Help';
|
||||
oisPEPicture = 'Picture';
|
||||
oisCancel = '&Cancel';
|
||||
oisLoadPicture = 'Load picture';
|
||||
oisSavePicture = 'Save picture';
|
||||
oisClearPicture = 'Clear picture';
|
||||
|
Loading…
Reference in New Issue
Block a user