aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-01-08 16:47:16 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-01-08 16:47:16 +0000
commit55b5e714113e346e5e37f147c65a3b811d6bcfdf (patch)
tree6d10e45613d19bad48d915c876f59da72cb53f2a /phpBB/language
parentb94a240d2f20ea70c131d939c84802dc71965aea (diff)
downloadforums-55b5e714113e346e5e37f147c65a3b811d6bcfdf.tar
forums-55b5e714113e346e5e37f147c65a3b811d6bcfdf.tar.gz
forums-55b5e714113e346e5e37f147c65a3b811d6bcfdf.tar.bz2
forums-55b5e714113e346e5e37f147c65a3b811d6bcfdf.tar.xz
forums-55b5e714113e346e5e37f147c65a3b811d6bcfdf.zip
- ok... first of all, let the forum names and descriptions being recoded correctly...
- fixed the php notices for a non-existant poster id. They were related to user signature conversion - adjusted the topic_poster id; this should solve wrong user assignments for topic poster - adjusted private message author; normally here some users should have encountered wrong ids. - adjusted the batch sizes to support the usual 2.0.x target base - the old values were used for really huge conversions. :) - commented out meta refresh for the time being - we will add a setting for this, some may want to sit in front, some may want to go away while converting (most likely when they did a test run before) git-svn-id: file:///svn/phpbb/trunk@6860 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
-rwxr-xr-xphpBB/language/en/install.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/language/en/install.php b/phpBB/language/en/install.php
index c4fc43731b..8a8cc028d4 100755
--- a/phpBB/language/en/install.php
+++ b/phpBB/language/en/install.php
@@ -58,6 +58,7 @@ $lang = array_merge($lang, array(
'CONFIG_CONVERT' => 'Converting the configuration',
'CONFIG_FILE_UNABLE_WRITE' => 'It was not possible to write the configuration file. Alternative methods for this file to be created are presented below',
'CONFIG_FILE_WRITTEN' => 'The configuration file has been written, you may now proceed to the next step of the installation',
+ 'CONFIG_PHPBB_EMPTY' => 'The phpBB3 config variable for "%s" is empty.'
'CONFIG_RETRY' => 'Retry',
'CONTACT_EMAIL_CONFIRM' => 'Confirm contact email',
'CONTINUE_CONVERT' => 'Continue conversion',