X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fcommon.php;h=c31c45f62612f8d218f6ef8cfe33a72ad3b94c17;hb=42545c662560e15e29cf620f6ed4f5e2c75b5647;hp=064f6f73a694b65166629dc4e507203355b8893a;hpb=ecfe6b89443227854c057bb45b107368b860ad02;p=quix0rs-gnu-social.git diff --git a/lib/common.php b/lib/common.php index 064f6f73a6..c31c45f626 100644 --- a/lib/common.php +++ b/lib/common.php @@ -1,7 +1,7 @@ '. _('No configuration file found. ') .'

'; - echo '

'. _('I looked for configuration files in the following places: ') .'
'; - echo implode($e->configFiles, '
'); + // TRANS: Error message displayed when no configuration file was found for a StatusNet installation. + echo '

'. _('No configuration file found.') .'

'; + // TRANS: Error message displayed when no configuration file was found for a StatusNet installation. + // TRANS: Is followed by a list of directories (separated by HTML breaks). + echo '

'. _('I looked for configuration files in the following places:') .'
'; + echo implode($e->configFiles, '
'); + // TRANS: Error message displayed when no configuration file was found for a StatusNet installation. echo '

'. _('You may wish to run the installer to fix this.') .'

'; + // @todo FIXME Link should be in a para? + // TRANS: Error message displayed when no configuration file was found for a StatusNet installation. + // TRANS: The text is link text that leads to the installer page. echo ''. _('Go to the installer.') .''; exit; } -