From eb9548f465752323af2579c4b17cc2587244349c Mon Sep 17 00:00:00 2001 From: Graham Eames Date: Mon, 10 Jul 2006 19:16:47 +0000 Subject: [PATCH] A few miscelaneous tweaks git-svn-id: file:///svn/phpbb/trunk@6166 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/install/index.php | 4 +--- phpBB/language/en/acp/common.php | 1 + phpBB/language/en/install.php | 2 ++ 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/phpBB/install/index.php b/phpBB/install/index.php index d22545a56a..86baa63d59 100755 --- a/phpBB/install/index.php +++ b/phpBB/install/index.php @@ -480,8 +480,6 @@ class module /** * Output an error message * If skip is true, return and continue execution, else exit - * @todo Really should change the caption based on $skip and calling code at some point - * @todo This needs testing with a large dataset that generates multiple errors */ function error($error, $line, $file, $skip = false) { @@ -491,7 +489,7 @@ class module { $template->assign_block_vars('checks', array( 'S_LEGEND' => true, - 'LEGEND' => $lang['INST_ERR_FATAL'], + 'LEGEND' => $lang['INST_ERR'], )); $template->assign_block_vars('checks', array( diff --git a/phpBB/language/en/acp/common.php b/phpBB/language/en/acp/common.php index 917d0d8e70..ca8e7ff652 100644 --- a/phpBB/language/en/acp/common.php +++ b/phpBB/language/en/acp/common.php @@ -478,6 +478,7 @@ $lang = array_merge($lang, array( 'LOG_INDEX_ACTIVATE' => 'Activated inactive users
» %s', 'LOG_INDEX_DELETE' => 'Deleted inactive users
» %s', 'LOG_INDEX_REMIND' => 'Sent reminder emails to inactive users
» %s', + 'LOG_INSTALL_CONVERTED' => 'Converted from %s to phpBB %s', 'LOG_INSTALL_INSTALLED' => 'Installed phpBB %s', 'LOG_IP_BROWSER_CHECK' => 'Session IP/Browser check failed
»User IP "%s" checked against session IP "%s" and user browser string "%s" checked against session browser string "%s".', diff --git a/phpBB/language/en/install.php b/phpBB/language/en/install.php index 9e1bb17c3d..62e258fd7b 100755 --- a/phpBB/language/en/install.php +++ b/phpBB/language/en/install.php @@ -59,6 +59,7 @@ $lang = array_merge($lang, array( 'CONTINUE_LAST' => 'Continue last statements', 'CONVERT' => 'Convert', 'CONVERT_COMPLETE' => 'Conversion completed', + 'CONVERT_COMPLETE_EXPLAIN' => 'You have now successfully converted your board to phpBB 3.0. You can now login and access your forum . Remember that help on using phpBB is available online via the Userguide and the Beta support forum', 'CONVERT_INTRO' => 'Welcome to the phpBB Unified Convertor Framework', 'CONVERT_INTRO_BODY' => 'From here, you are able to import data from other (installed) forum systems. The list below shows all the conversion modules currently available. If there is no convertor shown in this list for the forum software you wish to convert from, please check our website where further conversion modules may be available for download.', 'CONVERT_NOT_EXIST' => 'The specified convertor does not exist', @@ -148,6 +149,7 @@ $lang = array_merge($lang, array( 'INSTALL_SEND_CONFIG' => 'Unfortunately phpBB could not write the configuration information directly to your config.php. This may be because the file does not exist or is not writeable. A number of options will be listed below enabling you to complete installation of config.php.', 'INSTALL_START' => 'Start Install', 'INSTALL_TEST' => 'Test Again', + 'INST_ERR' => 'Installation error', 'INST_ERR_DB_CONNECT' => 'Could not connect to the database, see error message below', 'INST_ERR_DB_FORUM_PATH' => 'The database file specified is within your forum directory tree. You should put this file in a non web-accessible location', 'INST_ERR_DB_NO_ERROR' => 'No error message given',