mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-19 08:29:31 +01:00
* Alined settings output
git-svn-id: trunk@16926 -
This commit is contained in:
parent
fa58935cfe
commit
83d224e61c
@ -82,20 +82,20 @@ Resourcestring
|
|||||||
SLogCheckBrokenDependenvies= 'Checking for broken dependencies';
|
SLogCheckBrokenDependenvies= 'Checking for broken dependencies';
|
||||||
|
|
||||||
SLogGlobalCfgHeader = 'Using global configuration from file "%s":';
|
SLogGlobalCfgHeader = 'Using global configuration from file "%s":';
|
||||||
SLogGlobalCfgRemoteMirrorsURL = ' RemoteMirrorsURL: "%s"';
|
SLogGlobalCfgRemoteMirrorsURL = ' RemoteMirrorsURL: %s';
|
||||||
SLogGlobalCfgRemoteRepository = ' RemoteRepository: "%s"';
|
SLogGlobalCfgRemoteRepository = ' RemoteRepository: %s';
|
||||||
SLogGlobalCfgLocalRepository = ' LocalRepository: "%s" -> "%s"';
|
SLogGlobalCfgLocalRepository = ' LocalRepository: "%s" -> "%s"';
|
||||||
SLogGlobalCfgBuildDir = ' BuildDir: "%s" -> "%s"';
|
SLogGlobalCfgBuildDir = ' BuildDir: "%s" -> "%s"';
|
||||||
SLogGlobalCfgArchivesDir = ' ArchivesDir: "%s" -> "%s"';
|
SLogGlobalCfgArchivesDir = ' ArchivesDir: "%s" -> "%s"';
|
||||||
SLogGlobalCfgCompilerConfigDir = ' CompilerConfigDir: "%s" -> "%s"';
|
SLogGlobalCfgCompilerConfigDir = ' CompilerConfigDir: "%s" -> "%s"';
|
||||||
SLogGlobalCfgDefaultCompilerConfig = ' DefaultCompilerConfig: "%s"';
|
SLogGlobalCfgDefaultCompilerConfig = ' DefaultCompilerConfig: "%s"';
|
||||||
SLogGlobalCfgFPMakeCompilerConfig = ' FPMakeCompilerConfig: "%s"';
|
SLogGlobalCfgFPMakeCompilerConfig = ' FPMakeCompilerConfig: "%s"';
|
||||||
SLogGlobalCfgDownloader = ' Downloader: "%s"';
|
SLogGlobalCfgDownloader = ' Downloader: %s';
|
||||||
SLogCompilerCfgHeader = 'Using %scompiler configuration file "%s":';
|
SLogCompilerCfgHeader = 'Using %scompiler configuration file "%s":';
|
||||||
SLogCompilerCfgCompiler = ' Compiler: "%s"';
|
SLogCompilerCfgCompiler = ' Compiler: "%s"';
|
||||||
SLogCompilerCfgTarget = ' Target: "%s"';
|
SLogCompilerCfgTarget = ' Target: %s';
|
||||||
SLogCompilerCfgOptions = ' Options: "%s"';
|
SLogCompilerCfgOptions = ' Options: "%s"';
|
||||||
SLogCompilerCfgVersion = ' Version: "%s"';
|
SLogCompilerCfgVersion = ' Version: %s';
|
||||||
SLogCompilerCfgGlobalInstallDir = ' GlobalInstallDir: "%s" -> "%S"';
|
SLogCompilerCfgGlobalInstallDir = ' GlobalInstallDir: "%s" -> "%S"';
|
||||||
SLogCompilerCfgLocalInstallDir = ' LocalInstallDir: "%s" -> "%s"';
|
SLogCompilerCfgLocalInstallDir = ' LocalInstallDir: "%s" -> "%s"';
|
||||||
SLogCompilerCfgGlobalPrefix = ' GlobalPrefix: "%s" -> "%s"';
|
SLogCompilerCfgGlobalPrefix = ' GlobalPrefix: "%s" -> "%s"';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user