Browse Source

* Alined settings output

git-svn-id: trunk@16926 -
joost 14 years ago
parent
commit
83d224e61c
1 changed files with 17 additions and 17 deletions
  1. 17 17
      utils/fppkg/pkgmessages.pp

+ 17 - 17
utils/fppkg/pkgmessages.pp

@@ -81,25 +81,25 @@ Resourcestring
   SLogPackageChecksumChanged = 'Package %s needs to be rebuild, dependency %s is modified';
   SLogPackageChecksumChanged = 'Package %s needs to be rebuild, dependency %s is modified';
   SLogCheckBrokenDependenvies= 'Checking for broken dependencies';
   SLogCheckBrokenDependenvies= 'Checking for broken dependencies';
 
 
-  SLogGlobalCfgHeader        = 'Using global configuration from file "%s":';
-  SLogGlobalCfgRemoteMirrorsURL = ' RemoteMirrorsURL: "%s"';
-  SLogGlobalCfgRemoteRepository = ' RemoteRepository: "%s"';
-  SLogGlobalCfgLocalRepository = ' LocalRepository: "%s" -> "%s"';
-  SLogGlobalCfgBuildDir      = ' BuildDir: "%s" -> "%s"';
-  SLogGlobalCfgArchivesDir   = ' ArchivesDir: "%s" -> "%s"';
-  SLogGlobalCfgCompilerConfigDir = ' CompilerConfigDir: "%s" -> "%s"';
+  SLogGlobalCfgHeader                = 'Using global configuration from file "%s":';
+  SLogGlobalCfgRemoteMirrorsURL      = ' RemoteMirrorsURL:      %s';
+  SLogGlobalCfgRemoteRepository      = ' RemoteRepository:      %s';
+  SLogGlobalCfgLocalRepository       = ' LocalRepository:       "%s" -> "%s"';
+  SLogGlobalCfgBuildDir              = ' BuildDir:              "%s" -> "%s"';
+  SLogGlobalCfgArchivesDir           = ' ArchivesDir:           "%s" -> "%s"';
+  SLogGlobalCfgCompilerConfigDir     = ' CompilerConfigDir:     "%s" -> "%s"';
   SLogGlobalCfgDefaultCompilerConfig = ' DefaultCompilerConfig: "%s"';
   SLogGlobalCfgDefaultCompilerConfig = ' DefaultCompilerConfig: "%s"';
-  SLogGlobalCfgFPMakeCompilerConfig = ' FPMakeCompilerConfig: "%s"';
-  SLogGlobalCfgDownloader    = ' Downloader: "%s"';
-  SLogCompilerCfgHeader      = 'Using %scompiler configuration file "%s":';
-  SLogCompilerCfgCompiler    = ' Compiler: "%s"';
-  SLogCompilerCfgTarget      = ' Target: "%s"';
-  SLogCompilerCfgOptions     = ' Options: "%s"';
-  SLogCompilerCfgVersion     = ' Version: "%s"';
+  SLogGlobalCfgFPMakeCompilerConfig  = ' FPMakeCompilerConfig:  "%s"';
+  SLogGlobalCfgDownloader            = ' Downloader:            %s';
+  SLogCompilerCfgHeader           = 'Using %scompiler configuration file "%s":';
+  SLogCompilerCfgCompiler         = ' Compiler:         "%s"';
+  SLogCompilerCfgTarget           = ' Target:           %s';
+  SLogCompilerCfgOptions          = ' Options:          "%s"';
+  SLogCompilerCfgVersion          = ' Version:          %s';
   SLogCompilerCfgGlobalInstallDir = ' GlobalInstallDir: "%s" -> "%S"';
   SLogCompilerCfgGlobalInstallDir = ' GlobalInstallDir: "%s" -> "%S"';
-  SLogCompilerCfgLocalInstallDir = ' LocalInstallDir: "%s" -> "%s"';
-  SLogCompilerCfgGlobalPrefix = ' GlobalPrefix: "%s" -> "%s"';
-  SLogCompilerCfgLocalPrefix = ' LocalPrefix: "%s" -> "%s"';
+  SLogCompilerCfgLocalInstallDir  = ' LocalInstallDir:  "%s" -> "%s"';
+  SLogCompilerCfgGlobalPrefix     = ' GlobalPrefix:     "%s" -> "%s"';
+  SLogCompilerCfgLocalPrefix      = ' LocalPrefix:      "%s" -> "%s"';
 
 
   SDbgFound                  = 'Found';
   SDbgFound                  = 'Found';
   SDbgNotFound               = 'Not Found';
   SDbgNotFound               = 'Not Found';