lazarus/components/idescout/idescoutstrconsts.pas
2019-01-05 14:35:40 +00:00

34 lines
871 B
ObjectPascal

unit IDEScoutStrConsts;
{$mode objfpc}{$H+}
interface
resourcestring
isrsShowIDEScout = 'Show IDE Scout';
isrsShowIDEScoutMenu = 'Show IDE Scout ...';
isrsIDEScout = 'IDE Scout';
isrsTypeSearchTerms = 'Type search terms';
isrsSearchScope = 'Search scope';
isrsCommands = 'Commands';
isrsRecentProjects = 'Recent Projects';
isrsRecentFiles = 'Recent Files';
isrsRecentPackages = 'Recent Packages';
isrsComponents = 'Components';
isrsOnlySelectOnComponentPalette = 'Only select on component palette';
isrsDefaultWidth = 'Default width';
isrsDefaultHeight = 'Default height';
isrsOptions = 'Options';
isrsShowShOrtcutWhenAvailable = 'Show Sh&ortcut when available';
isrsShowCategoryWhenAvailable = 'Show &Category when available';
isrsColors = 'Colors';
isrsMatches = '&Matches';
isrsShortcut = '&Shortcut';
implementation
end.