IDE: added i18n for global star directory excludes caption

This commit is contained in:
Maxim Ganetsky 2023-07-10 17:08:02 +03:00
parent 626a74fd13
commit ce13bca9ff
2 changed files with 4 additions and 1 deletions

View File

@ -297,7 +297,7 @@ begin
SetDefaultMenuItem.Caption := lisFileFiltersSetDefaults; SetDefaultMenuItem.Caption := lisFileFiltersSetDefaults;
lblStarDirExcludes.Caption:='Excludes for * and ** in unit and include search paths'; lblStarDirExcludes.Caption:=lisExcludesForStars;
end; end;
procedure TFileFiltersOptionsFrame.ReadSettings(AOptions: TAbstractIDEOptions); procedure TFileFiltersOptionsFrame.ReadSettings(AOptions: TAbstractIDEOptions);

View File

@ -6121,6 +6121,9 @@ resourcestring
lisMenuPkgNewPackageComponent = 'New package component'; lisMenuPkgNewPackageComponent = 'New package component';
lisSaveChangedFiles = 'Save changed files?'; lisSaveChangedFiles = 'Save changed files?';
lisExcludesForStars =
'Excludes for * and ** in unit and include search paths';
lisUIClearIncludedByReference = 'Clear include cache'; lisUIClearIncludedByReference = 'Clear include cache';
lisChangeParent = 'Change Parent'; lisChangeParent = 'Change Parent';
lisLazarusIDE = 'Lazarus IDE'; lisLazarusIDE = 'Lazarus IDE';