aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/acp/bots.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-07-01 16:09:50 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-07-01 16:09:50 +0000
commit6ca11b2d2b7a9e6420eec3b21e1531c1586c15c2 (patch)
tree9a369d5bda1449ab2218979181bcf219096c52ac /phpBB/language/en/acp/bots.php
parent817a82a1afb86a1761c5c6a810ed9b8f599c147a (diff)
downloadforums-6ca11b2d2b7a9e6420eec3b21e1531c1586c15c2.tar
forums-6ca11b2d2b7a9e6420eec3b21e1531c1586c15c2.tar.gz
forums-6ca11b2d2b7a9e6420eec3b21e1531c1586c15c2.tar.bz2
forums-6ca11b2d2b7a9e6420eec3b21e1531c1586c15c2.tar.xz
forums-6ca11b2d2b7a9e6420eec3b21e1531c1586c15c2.zip
some fixes... most importantly the ability to update the board with the automatic files while having fsockopen disabled (instead, the update file information will be used, which may be inaccurate if the admin did a mistake).
git-svn-id: file:///svn/phpbb/trunk@7818 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/acp/bots.php')
-rw-r--r--phpBB/language/en/acp/bots.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/phpBB/language/en/acp/bots.php b/phpBB/language/en/acp/bots.php
index 689009bd3b..a166142d24 100644
--- a/phpBB/language/en/acp/bots.php
+++ b/phpBB/language/en/acp/bots.php
@@ -56,8 +56,6 @@ $lang = array_merge($lang, array(
'BOT_STYLE' => 'Bot style',
'BOT_STYLE_EXPLAIN' => 'The style used for the board by the bot.',
'BOT_UPDATED' => 'Existing bot updated successfully.',
- 'BOT_VIS' => 'Bot visible',
- 'BOT_VIS_EXPLAIN' => 'Allow bot to be seen by all users in online lists.',
'ERR_BOT_AGENT_MATCHES_UA' => 'The bot agent you supplied is similar to the one you are currently using. Please adjust the agent for this bot.',
'ERR_BOT_NO_IP' => 'The IP addresses you supplied were invalid or the hostname could not be resolved.',