pkgmessages.pp 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180
  1. unit pkgmessages;
  2. {$mode objfpc}{$H+}
  3. interface
  4. Resourcestring
  5. SError = 'Error: ';
  6. SWarning = 'Warning: ';
  7. SDebug = 'Debug: ';
  8. SProgress = 'Progress: ';
  9. SInfo = 'Info: ';
  10. SCommand = 'Command: ';
  11. SErrInValidArgument = 'Invalid command-line argument at position %d : %s';
  12. SErrNeedArgument = 'Option at position %d (%s) needs an argument';
  13. SErrMissingFPC = 'Could not find a fpc executable in the PATH';
  14. SErrInvalidFPCInfo = 'Compiler returns invalid information, check if fpc -iV works';
  15. SErrMissingFPMake = 'Missing configuration fpmake.pp';
  16. SErrMissingMakefilefpc = 'Missing configuration Makefile.fpc';
  17. SErrMissingDirectory = 'Missing directory "%s"';
  18. SErrMissingCompilerConfig = 'Could not find compiler configuration "%s"';
  19. SErrMissingInstallPackage = 'Package "%s" is not installed';
  20. SErrMissingAvailablePackage= 'Package "%s" is not available';
  21. SErrMissingPackage = 'Could not find package "%s"';
  22. SErrMissingInstallRepo = 'Could not find repository "%s"';
  23. SErrNoPackageSpecified = 'No package specified';
  24. SErrPackageNotAvailable = 'Source of package %s is not available';
  25. SErrNoPackageAvailable = 'Package dependency %s %s is not available';
  26. SErrOnlyLocalDir = 'The specified command "%s" works only on current dir, not on a (remote) package';
  27. SErrIllConfRepository = 'Invalid configured repository "%s"';
  28. SErrExecutionFPMake = 'Execution of FPMake %s failed';
  29. SErrException = 'The FPC Package tool encountered the following error:';
  30. SErrActionAlreadyRegistered= 'Action "%s" is already registered';
  31. SErrActionNotFound = 'Action "%s" is not supported';
  32. SErrCompileFailureFPMake = 'Could not compile fpmake driver program';
  33. SErrCompileFailureFPMakeTryRecovery = 'Could not compile fpmake driver program, try adding "--recovery"';
  34. SErrNoFTPDownload = 'This binary has no support for FTP downloads.';
  35. SErrNoHTTPDownload = 'This binary has no support for HTTP downloads.';
  36. SErrBackupFailed = 'Backup of file "%s" to file "%s" failed.';
  37. SErrUnknownProtocol = 'Unknown download protocol "%s" in url "%s"';
  38. SErrNoSuchFile = 'File "%s" does not exist.';
  39. SErrDownloadFailed = '%s Download of "%s" failed: %s';
  40. SErrDownloadPackageFailed = 'Download of package failed.';
  41. SErrInvalidLogLevels = 'Invalid verbosity string: "%s"';
  42. SErrInvalidCommand = 'Invalid command: %s';
  43. SErrChangeDirFailed = 'Could not change directory to "%s"';
  44. SErrCorruptPackagesFile = 'Packages file "%s" is corrupt, delete file manual and retry';
  45. SErrCorruptMirrorsFile = 'Mirrors file "%s" is corrupt, delete file manual and retry';
  46. SErrPackageIsLocal = 'Operation not supported for local packages';
  47. SErrConvertFPMakeExists = 'Found existing fpmake.pp, aborting conversion';
  48. SErrFailedToSelectMirror = 'Could not select a mirror, run update and retry';
  49. SErrUnsupportedConfigVersion = 'Configuration file is too old, delete file manual and retry';
  50. SErrPackageDoesNotSupportTarget = 'Package %s does not support %s';
  51. SErrHTTPGetFailed = 'HTTP Download failed.';
  52. SErrLoginFailed = 'FTP LOGIN command failed.';
  53. SErrCWDFailed = 'FTP CWD "%s" command failed.';
  54. SErrGETFailed = 'FTP GET "%s" command failed.';
  55. SErrBrokenPackagesFound = 'Found broken packages, run "fppkg fixbroken" first';
  56. SErrManifestNoSinglePackage = 'Manifest file "%s" does not contain exactly one package';
  57. SErrCannotModifyRepository = 'The repository of an TFPPackages-instance can not be changed.';
  58. SErrRepositoryNotAssigned = 'Repository not assigned';
  59. SErrInstallationImpossible = 'It is not possible to install the package "%s" in repository "%s".';
  60. SErrNoInstallRepoAvailable = 'There are no repositories configured to install packages into';
  61. SLogGeneratingFPMake = 'Generating fpmake.pp';
  62. SLogNotCompilingFPMake = 'Skipping compiling of fpmake.pp, fpmake executable already exists';
  63. SLogCommandLineAction = 'Adding action from commandline: "%s %s"';
  64. SLogRunAction = 'Action: "%s"';
  65. SLogExecute = 'Executing: "%s %s"';
  66. SLogChangeDir = 'CurrentDir: "%s"';
  67. SLogDownloading = 'Downloading "%s" to "%s"';
  68. SLogUnzippping = 'Unzipping "%s"';
  69. SLogZippping = 'Zipping "%s"';
  70. SLogLoadingGlobalConfig = 'Loaded global configuration from "%s"';
  71. SLogLoadingCompilerConfig = 'Loading compiler configuration from "%s"';
  72. SLogLoadingFPMakeCompilerConfig = 'Loading compiler configuration for fpmake building from "%s"';
  73. SLogGeneratingGlobalConfig = 'Generating default global configuration in "%s"';
  74. SLogDetectedCompiler = 'Detected compiler "%s" (version %s for %s)';
  75. SLogDetectedPrefix = 'Detected %s prefix "%s"';
  76. SLogFPCDirEnv = 'FPCDIR from environment setting "%s"';
  77. SLogGeneratingCompilerConfig = 'Generating default compiler configuration in "%s"';
  78. SLogLoadingPackagesFile = 'Loading available packages from "%s"';
  79. SLogLoadingMirrorsFile = 'Loading available mirrors from "%s"';
  80. SLogFindInstalledPackages = 'Searching for installed packages in "%s"';
  81. SLogFoundPackageInFile = 'Found package "%s" in file "%s"';
  82. SLogFailedLoadingPackage = 'Failed to load package "%s" in file "%s". Package is skipped. Message: %s';
  83. SLogFoundFPMakeAddin = 'Found FPMake-AddIn "%s"';
  84. SLogUpdateFPMakeAddin = 'FPMake-AddIn "%s" updated';
  85. SLogSavingStatusFile = 'Saving local status to "%s"';
  86. SLogFPMKUnitDepVersion = 'Checking for %s %s, installed %s, available %s';
  87. SLogFPMKUnitDepTooOld = 'Minimum version of %s is not installed, using internal fpmkunit with limited functionality';
  88. SLogSelectedMirror = 'Selected mirror "%s"';
  89. SLogStartLoadingConfFile = 'Start loading configuration file "%s"';
  90. SLogUpgradingConfig = 'Configuration file "%s" is updated with new configuration settings';
  91. SLogOldConfigFileFormat = 'Configuration file is in an old format';
  92. SLogPackageDependency = 'Dependency on package %s %s, installed %s, available %s (%s)';
  93. SLogPackageChecksumChanged = 'Package %s (%s) needs to be rebuild, dependency %s (%s) is modified';
  94. SLogPackageDepBroken = 'Package %s (%s) needs to be rebuild, dependency %s (%s) is broken';
  95. SLogCheckBrokenDependenvies= 'Checking for broken dependencies';
  96. SLogFailedToCreateManifest = 'Failed to create manifest from fpmake.pp-file (%s) while scanning for available packages: %s';
  97. SLogUseInternalFpmkunit = 'Fpmkunit not available, fallback to internal version.';
  98. SLogDetermineInstallRepo = 'Determine in which repository package "%s" has to be installed';
  99. SLogUseCommandLineRepo = 'Use repository "%s" provided on the command-line';
  100. SLogUseSourceRepoInstRepo = 'Use the installation repository "%s" which is coupled to the source repository "%s"';
  101. SLogUseConfigurationRepo = 'Use repository "%s" provided in the configuration files';
  102. SLogUseLastRepo = 'Use the last repository "%s"';
  103. SLogCfgHeader = 'Settings from configuration-files:';
  104. SLogCfgSectionHeader = ' %s-section:';
  105. SLogGlobalCfgRemoteMirrorsURL = ' RemoteMirrorsURL: %s';
  106. SLogGlobalCfgRemoteRepository = ' RemoteRepository: %s';
  107. SLogGlobalCfgLocalRepository = ' LocalRepository: "%s" -> "%s"';
  108. SLogGlobalCfgBuildDir = ' BuildDir: "%s" -> "%s"';
  109. SLogGlobalCfgArchivesDir = ' ArchivesDir: "%s" -> "%s"';
  110. SLogGlobalCfgCompilerConfigDir = ' CompilerConfigDir: "%s" -> "%s"';
  111. SLogGlobalCfgDefaultCompilerConfig = ' DefaultCompilerConfig: "%s"';
  112. SLogGlobalCfgFPMakeCompilerConfig = ' FPMakeCompilerConfig: "%s"';
  113. SLogGlobalCfgDownloader = ' Downloader: %s';
  114. SLogCompilerCfgHeader = 'Using %scompiler configuration file "%s":';
  115. SLogCompilerCfgCompiler = ' Compiler: "%s"';
  116. SLogCompilerCfgTarget = ' Target: %s';
  117. SLogCompilerCfgOptions = ' Options: "%s"';
  118. SLogCompilerCfgVersion = ' Version: %s';
  119. SLogCompilerCfgGlobalInstallDir = ' GlobalInstallDir: "%s" -> "%S"';
  120. SLogCompilerCfgLocalInstallDir = ' LocalInstallDir: "%s" -> "%s"';
  121. SLogCompilerCfgGlobalPrefix = ' GlobalPrefix: "%s" -> "%s"';
  122. SLogCompilerCfgLocalPrefix = ' LocalPrefix: "%s" -> "%s"';
  123. SLogRepositoryName = ' Name: %s';
  124. SLogRepositoryDescription = ' Description: "%s"';
  125. SLogRepositoryPath = ' Dir: "%s" -> "%s"';
  126. SLogRepositoryPrefix = ' Prefix: "%s" -> "%s"';
  127. SLogInstallRepository = ' InstallRepository:"%s"';
  128. SLogIncludeFile = ' IncludeFile: "%s" -> "\%s"';
  129. SLogIncludeFileMask = ' IncludeFileMask: "%s" -> "\%s"';
  130. SLogIncludeFileDoesNotExist = 'The log-file "%s" does not exist';
  131. SLogIncludeFileMaskDoesNotExist = 'The directory "%s" of the include-mask "%s" does not exist';
  132. SLogPackageInfoName = 'Package: %s';
  133. SLogPackageInfoVersion = 'Version: %s';
  134. SLogPackageInfoAuthor = 'Author: %s %s';
  135. SLogPackageInfoCategory = 'Category: %s';
  136. SLogPackageInfoLicense = 'License: %s';
  137. SLogPackageInfoWebsite = 'Website: %s';
  138. SLogPackageInfoOSes = 'Supported OSes: %s';
  139. SLogPackageInfoCPUs = 'Supported CPUs: %s';
  140. SLogPackageInfoDescription1 = 'Description:';
  141. SLogPackageInfoDescription2 = '%s';
  142. SLogPackageInfoDependencies1 = 'Dependencies:';
  143. SLogPackageInfoDependencies2 = ' %s %s';
  144. SDbgFound = 'Found';
  145. SDbgNotFound = 'Not Found';
  146. SDbgDirectoryExists = 'Directory "%s" %s';
  147. SDbgFileExists = 'File "%s" %s';
  148. SDbgBackupFile = 'Creating Backup File "%s"';
  149. SDbgPackageMultipleLocations = 'Multiple installations found for package %s, using installation "%s"';
  150. SDbgPackageDependencyOtherTarget = 'Dependency on package %s is not for %s';
  151. SDbgObsoleteDependency = 'Package %s depends on package %s which is not installed anymore';
  152. SDbgForcePackageInstall = 'Installation of package "%s" forced';
  153. SDbgPackageInstallRequired = 'Installation of package "%s" required for repository "%s"';
  154. SWarnBrokenAfterReinstall = 'Package %s is still broken, even after re-installation. (%s)';
  155. SWarnFailedToWriteCompConf = 'Failed to write compiler-configuration file "%s": %s';
  156. SProgrReinstallDependent = 'Re-install packages which are dependent on just installed packages';
  157. SProgrInstallDependencies = 'Install dependencies';
  158. SProgrDependenciesInstalled= 'Dependencies installed';
  159. SProgrDownloadPackage = 'Downloading package %s version %s';
  160. SInfoPackageDepBroken = 'dependency %s in the %s repository is broken';
  161. SInfoPackageChecksumChanged= 'dependency %s in the %s repository is modified';
  162. SInfoObsoleteDependency = 'depends on package %s which is not installed anymore';
  163. implementation
  164. end.