mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-17 02:49:30 +02:00
IDE: extended hint, when file not found
git-svn-id: trunk@13633 -
This commit is contained in:
parent
0eda8d5b38
commit
5f86a321a7
@ -596,8 +596,12 @@ resourcestring
|
||||
lisdebugging = '%s (debugging ...)';
|
||||
lisUnableToFindFile = 'Unable to find file %s%s%s.';
|
||||
lisUnableToFindFileCheckSearchPathInProjectCompilerOption = 'Unable to find '
|
||||
+'file %s%s%s.%sCheck search path in%sProject->Compiler Options...->Search '
|
||||
+'Paths->Other Unit Files';
|
||||
+'file %s%s%s.%sIf it belongs to Your project, check search path '
|
||||
+'in%sProject->Compiler Options...->Search Paths->Other Unit Files.'
|
||||
+' If this file belongs t a package, check the appropriate package compiler'
|
||||
+' options. If this file belongs to lazarus, make sure compiling clean.'
|
||||
+' If the file belongs to FPC then check fpc.cfg.'
|
||||
+' If unsure, check Project -> CompilerOptions ... -> Test';
|
||||
lisNOTECouldNotCreateDefineTemplateForFreePascal = 'NOTE: Could not create '
|
||||
+'Define Template for Free Pascal Sources';
|
||||
lisClassNotFound = 'Class not found';
|
||||
|
Loading…
Reference in New Issue
Block a user