aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2006-06-13 18:32:48 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2006-06-13 18:32:48 +0000
commit81d7bbff36dc07dacbd663728a52ff5d5c4c30c9 (patch)
tree548a0469ac27a82109afbafd7cc8c45c25e2fcd5 /phpBB/language
parente1437d7a21e294b7531cbd6acd5b77814c82ec8b (diff)
downloadforums-81d7bbff36dc07dacbd663728a52ff5d5c4c30c9.tar
forums-81d7bbff36dc07dacbd663728a52ff5d5c4c30c9.tar.gz
forums-81d7bbff36dc07dacbd663728a52ff5d5c4c30c9.tar.bz2
forums-81d7bbff36dc07dacbd663728a52ff5d5c4c30c9.tar.xz
forums-81d7bbff36dc07dacbd663728a52ff5d5c4c30c9.zip
use user_add function for bot adding
git-svn-id: file:///svn/phpbb/trunk@6056 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
-rw-r--r--phpBB/language/en/common.php1
-rw-r--r--phpBB/language/en/posting.php1
2 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php
index 9160a1e976..7f2f46f1b5 100644
--- a/phpBB/language/en/common.php
+++ b/phpBB/language/en/common.php
@@ -68,6 +68,7 @@ $lang = array_merge($lang, array(
'AVATAR_INVALID_FILENAME' => '%s is an invalid filename',
'AVATAR_NOT_UPLOADED' => 'Avatar could not be uploaded.',
'AVATAR_NO_SIZE' => 'Could not obtain width or height of linked avatar, please enter them manually.',
+ 'AVATAR_PARTIAL_UPLOAD' => 'The uploaded file was only partially uploaded',
'AVATAR_PHP_SIZE_NA' => 'The avatar\'s filesize is too large.<br />Could not determine the maximum size defined by PHP in php.ini.',
'AVATAR_PHP_SIZE_OVERRUN' => 'The avatar\'s filesize is too large, maximum upload size is %d MB.<br />Please note this is set in php.ini and cannot be overriden.',
'AVATAR_URL_INVALID' => 'The URL you specified is invalid.',
diff --git a/phpBB/language/en/posting.php b/phpBB/language/en/posting.php
index d7e196ebf8..1e24aebe8b 100644
--- a/phpBB/language/en/posting.php
+++ b/phpBB/language/en/posting.php
@@ -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',