IDEIntf: improved ListView editor localization

git-svn-id: trunk@29552 -
This commit is contained in:
maxim 2011-02-14 23:12:00 +00:00
parent 43f1c4d764
commit 801fa92b8b
2 changed files with 6 additions and 1 deletions

View File

@ -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;

View File

@ -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';