aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-07-24 15:17:47 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-07-24 15:17:47 +0000
commit306581d905c508e6d4a7bafebce1b90dbedbbf4a (patch)
tree35b44aa977eea4d109dc5600a5ca781f8eb4aaee /phpBB/language
parent9242d6f9985eb01afa1b688b74c88876b2f8dc17 (diff)
downloadforums-306581d905c508e6d4a7bafebce1b90dbedbbf4a.tar
forums-306581d905c508e6d4a7bafebce1b90dbedbbf4a.tar.gz
forums-306581d905c508e6d4a7bafebce1b90dbedbbf4a.tar.bz2
forums-306581d905c508e6d4a7bafebce1b90dbedbbf4a.tar.xz
forums-306581d905c508e6d4a7bafebce1b90dbedbbf4a.zip
this should work fine now...
git-svn-id: file:///svn/phpbb/trunk@7937 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
-rwxr-xr-xphpBB/language/en/install.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/phpBB/language/en/install.php b/phpBB/language/en/install.php
index c1ed96580b..1a932369a8 100755
--- a/phpBB/language/en/install.php
+++ b/phpBB/language/en/install.php
@@ -58,6 +58,7 @@ $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',
+ 'CLEANING_USERNAMES' => 'Cleaning usernames',
'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)',
@@ -245,6 +246,8 @@ $lang = array_merge($lang, array(
'INST_ERR_USER_TOO_SHORT' => 'The username you entered is too short. The minimum length is 3 characters.',
'INVALID_PRIMARY_KEY' => 'Invalid primary key : %s',
+ 'LONG_SCRIPT_EXECUTION' => 'Please note that this can take a while... Please do not stop the script.',
+
// mbstring
'MBSTRING_CHECK' => '<samp>mbstring</samp> extension check',
'MBSTRING_CHECK_EXPLAIN' => '<strong>Required</strong> - <samp>mbstring</samp> is a PHP extension that provides multibyte string functions. Certain features of mbstring are not compatible with phpBB and must be disabled.',