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.