mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-14 11:19:21 +02:00
IDE: fixed translation related regressions after r36225 #575e24d917
git-svn-id: trunk@36287 -
This commit is contained in:
parent
315e0832e5
commit
efff4531e3
@ -442,7 +442,7 @@ begin
|
||||
FOptions:=TCodeBrowserViewOptions.Create;
|
||||
|
||||
FIDEDescription:=lisLazarusIDE;
|
||||
FProjectDescription:=dlgEnvProject;
|
||||
FProjectDescription:=dlgProject;
|
||||
|
||||
Name:=NonModalIDEWindowNames[nmiwCodeBrowser];
|
||||
Caption := lisCodeBrowser;
|
||||
|
@ -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
|
||||
|
@ -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';
|
||||
|
@ -576,7 +576,7 @@ end;
|
||||
|
||||
function TNewLazIDEItemCategoryProject.LocalizedName: string;
|
||||
begin
|
||||
Result := dlgEnvProject;
|
||||
Result := dlgProject;
|
||||
end;
|
||||
|
||||
function TNewLazIDEItemCategoryProject.Description: string;
|
||||
|
@ -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;
|
||||
|
@ -243,7 +243,7 @@ begin
|
||||
end;
|
||||
LibraryPathEdit.AnchorToNeighbour(akRight,0,LibraryPathButton);
|
||||
|
||||
ProjectGroupBox.Caption := dlgEnvProject;
|
||||
ProjectGroupBox.Caption := dlgProject;
|
||||
AddPackageUnitToProjectCheckBox.Caption := podAddPackageUnitToUsesSection;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user