|
@@ -22,7 +22,8 @@ Resourcestring
|
|
|
SErrNoPackageSpecified = 'No package specified';
|
|
|
SErrNoPackageAvailable = 'Package %s %s is not available';
|
|
|
SErrOnlyLocalDir = 'The speficied command "%s" works only on current dir, not on a (remote) package';
|
|
|
- SErrRunning = 'The FPC make tool encountered the following error:';
|
|
|
+ SErrExecutionFPMake = 'Execution of FPMake %s failed';
|
|
|
+ SErrException = 'The FPC Package tool encountered the following error:';
|
|
|
SErrActionAlreadyRegistered= 'Action "%s" is already registered';
|
|
|
SErrActionNotFound = 'Action "%s" is not supported';
|
|
|
SErrFailedToCompileFPCMake = 'Could not compile fpmake driver program';
|