mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-28 06:43:44 +02:00
34 lines
871 B
ObjectPascal
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.
|
|
|