aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2007-03-17 12:18:38 +0000
committerNils Adermann <naderman@naderman.de>2007-03-17 12:18:38 +0000
commitc14916296224158c899ee1433faab5bc75ed2609 (patch)
tree45b119566add16c8ef4ce2bc41eb48bdee900b9a /phpBB/language
parent365c02b9a3e62e5c98a3eb9e091ad7e751004f82 (diff)
downloadforums-c14916296224158c899ee1433faab5bc75ed2609.tar
forums-c14916296224158c899ee1433faab5bc75ed2609.tar.gz
forums-c14916296224158c899ee1433faab5bc75ed2609.tar.bz2
forums-c14916296224158c899ee1433faab5bc75ed2609.tar.xz
forums-c14916296224158c899ee1433faab5bc75ed2609.zip
- check for username_clean collisions prior to conversion
git-svn-id: file:///svn/phpbb/trunk@7204 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
-rwxr-xr-xphpBB/language/en/install.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/language/en/install.php b/phpBB/language/en/install.php
index aa96ce3f1b..cc1e0908bc 100755
--- a/phpBB/language/en/install.php
+++ b/phpBB/language/en/install.php
@@ -57,6 +57,9 @@ $lang = array_merge($lang, array(
'CHANGE' => 'Change',
'CHECK_TABLE_PREFIX' => 'Please check your table prefix and try again.',
'CLEAN_VERIFY' => 'Cleaning up and verifying the final structure',
+ 'COLLIDING_CLEAN_USERNAME' => '<strong>%s</strong> is the clean username for:',
+ 'COLLIDING_USERNAMES_FOUND' => 'Colliding usernames were found on your old board. In order to complete the conversion please delete or rename these users so that there is only one user on your old board for each clean username.',
+ 'COLLIDING_USER' => 'ยป user id: <strong>%d</strong> username: <strong>%s</strong> (%d posts)',
'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',
@@ -75,6 +78,7 @@ $lang = array_merge($lang, array(
'CONVERT_NEW_CONVERSION' => 'New conversion',
'CONVERT_NOT_EXIST' => 'The specified convertor does not exist',
'CONVERT_SETTINGS_VERIFIED' => 'The information you entered has been verified. To start the conversion process, push the button below to begin.',
+ 'CONV_ERR_FATAL' => 'Fatal conversion error',
'CONV_ERROR_ATTACH_FTP_DIR' => 'FTP upload for attachments is enabled at the old board. Please disable the FTP upload option and make sure a valid upload directory is specified, then copy all attachment files to this new web accessible directory. Once you have done this, restart the convertor.',
'CONV_ERROR_CONFIG_EMPTY' => 'There is no configuration information available for the conversion.',