mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-27 10:00:40 +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 ...)';
|
lisdebugging = '%s (debugging ...)';
|
||||||
lisUnableToFindFile = 'Unable to find file %s%s%s.';
|
lisUnableToFindFile = 'Unable to find file %s%s%s.';
|
||||||
lisUnableToFindFileCheckSearchPathInProjectCompilerOption = 'Unable to find '
|
lisUnableToFindFileCheckSearchPathInProjectCompilerOption = 'Unable to find '
|
||||||
+'file %s%s%s.%sCheck search path in%sProject->Compiler Options...->Search '
|
+'file %s%s%s.%sIf it belongs to Your project, check search path '
|
||||||
+'Paths->Other Unit Files';
|
+'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 '
|
lisNOTECouldNotCreateDefineTemplateForFreePascal = 'NOTE: Could not create '
|
||||||
+'Define Template for Free Pascal Sources';
|
+'Define Template for Free Pascal Sources';
|
||||||
lisClassNotFound = 'Class not found';
|
lisClassNotFound = 'Class not found';
|
||||||
|
Loading…
Reference in New Issue
Block a user