mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 08:00:34 +02:00
IDE: added i18n for global star directory excludes caption
This commit is contained in:
parent
626a74fd13
commit
ce13bca9ff
@ -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);
|
||||||
|
@ -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';
|
||||||
|
Loading…
Reference in New Issue
Block a user