IDE: fixed translation related regressions after r36225 #575e24d917

git-svn-id: trunk@36287 -
This commit is contained in:
maxim 2012-03-24 14:44:29 +00:00
parent 315e0832e5
commit efff4531e3
6 changed files with 6 additions and 5 deletions

View File

@ -442,7 +442,7 @@ begin
FOptions:=TCodeBrowserViewOptions.Create;
FIDEDescription:=lisLazarusIDE;
FProjectDescription:=dlgEnvProject;
FProjectDescription:=dlgProject;
Name:=NonModalIDEWindowNames[nmiwCodeBrowser];
Caption := lisCodeBrowser;

View File

@ -129,7 +129,7 @@ begin
lblAutoSave.Caption := dlgAutoSave;
AskSavingOnlySessionCheckBox.Caption:=lisAskBeforeSavingProjectSSession;
AutoSaveEditorFilesCheckBox.Caption := dlgEdFiles;
AutoSaveProjectCheckBox.Caption := dlgEnvProject;
AutoSaveProjectCheckBox.Caption := dlgProject;
AutoSaveIntervalInSecsLabel.Caption := dlgIntvInSec;
// desktop files

View File

@ -2246,6 +2246,7 @@ resourcestring
dlgFromCursor = '&From cursor';
dlgFromBeginning = 'From b&eginning';
dlgScope = 'Scope';
dlgProject = 'Project';
lisWithRequiredPackages = 'With required packages';
lisLevels = 'Levels';
lisShowPackages = 'Show packages';

View File

@ -576,7 +576,7 @@ end;
function TNewLazIDEItemCategoryProject.LocalizedName: string;
begin
Result := dlgEnvProject;
Result := dlgProject;
end;
function TNewLazIDEItemCategoryProject.Description: string;

View File

@ -424,7 +424,7 @@ begin
SelectUnitButton.Caption:=lisOpen;
RefreshButton.Caption:=dlgUnitDepRefresh;
ShowProjectButton.Caption:=dlgEnvProject;
ShowProjectButton.Caption:=dlgProject;
CloseButton.Caption:=lisBtnClose;
UnitTreeView.Images := IDEImages.Images_16;
ToolBar.Images := IDEImages.Images_16;

View File

@ -243,7 +243,7 @@ begin
end;
LibraryPathEdit.AnchorToNeighbour(akRight,0,LibraryPathButton);
ProjectGroupBox.Caption := dlgEnvProject;
ProjectGroupBox.Caption := dlgProject;
AddPackageUnitToProjectCheckBox.Caption := podAddPackageUnitToUsesSection;
end;