1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

use user_add function for bot adding

git-svn-id: file:///svn/phpbb/trunk@6056 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2006-06-13 18:32:48 +00:00
parent e1437d7a21
commit 81d7bbff36
5 changed files with 24 additions and 25 deletions

View File

@@ -124,6 +124,7 @@ $lang = array_merge($lang, array(
'NO_POST' => 'The requested post does not exist.',
'NO_POST_MODE' => 'No post mode specified',
'PARTIAL_UPLOAD' => 'The uploaded file was only partially uploaded',
'PHP_SIZE_NA' => 'The attachment\'s filesize is too large.<br />Could not determine the maximum size defined by PHP in php.ini.',
'PHP_SIZE_OVERRUN' => 'The attachment\'s filesize is too large, the maximum upload size is %d MB.<br />Please note this is set in php.ini and cannot be overriden.',
'PLACE_INLINE' => 'Place inline',