mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
- tiny "last minute" change
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@5401 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
5ddf1f6c59
commit
e74141a4fc
2 changed files with 2 additions and 1 deletions
|
@ -220,7 +220,7 @@ while ( $row = $db->sql_fetchrow($result) )
|
||||||
|
|
||||||
if (file_exists('install') || file_exists('contrib'))
|
if (file_exists('install') || file_exists('contrib'))
|
||||||
{
|
{
|
||||||
message_die(GENERAL_MESSAGE, 'Please ensure both the install/ and contrib/ directories are deleted');
|
message_die(GENERAL_MESSAGE, 'Please_remove_install_contrib');
|
||||||
}
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
|
@ -1015,6 +1015,7 @@ $lang['A_critical_error'] = 'A Critical Error Occurred';
|
||||||
|
|
||||||
$lang['Admin_reauthenticate'] = 'To administer the board you must re-authenticate yourself.';
|
$lang['Admin_reauthenticate'] = 'To administer the board you must re-authenticate yourself.';
|
||||||
$lang['Login_attempts_exceeded'] = 'The maximum number of %s login attempts has been exceeded. You are not allowed to login for the next %s minutes.';
|
$lang['Login_attempts_exceeded'] = 'The maximum number of %s login attempts has been exceeded. You are not allowed to login for the next %s minutes.';
|
||||||
|
$lang['Please_remove_install_contrib'] = 'Please ensure both the install/ and contrib/ directories are deleted';
|
||||||
|
|
||||||
//
|
//
|
||||||
// That's all, Folks!
|
// That's all, Folks!
|
||||||
|
|
Loading…
Add table
Reference in a new issue