aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/acp/bots.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/language/en/acp/bots.php')
-rw-r--r--phpBB/language/en/acp/bots.php9
1 files changed, 5 insertions, 4 deletions
diff --git a/phpBB/language/en/acp/bots.php b/phpBB/language/en/acp/bots.php
index 0279798711..dda1dcf73f 100644
--- a/phpBB/language/en/acp/bots.php
+++ b/phpBB/language/en/acp/bots.php
@@ -35,11 +35,11 @@ $lang = array_merge($lang, array(
'BOT_ACTIVATE' => 'Activate',
'BOT_ACTIVE' => 'Bot active',
'BOT_ADD' => 'Add bot',
- 'BOT_ADDED' => 'New bot successfully added',
+ 'BOT_ADDED' => 'New bot successfully added.',
'BOT_AGENT' => 'Agent match',
'BOT_AGENT_EXPLAIN' => 'A string matching the bots browser agent, partial matches are allowed.',
'BOT_DEACTIVATE' => 'Deactivate',
- 'BOT_DELETED' => 'Bot deleted successfully',
+ 'BOT_DELETED' => 'Bot deleted successfully.',
'BOT_EDIT' => 'Edit bots',
'BOT_EDIT_EXPLAIN' => 'Here you can add or edit an existing bot entry. You may define an agent string and/or one or more IP addresses (or range of addresses) to match. Be careful when defining matching agent strings or addresses. You may also specify a style and language that the bot will view the board using. This may allow you to reduce bandwidth use by setting a simple style for bots. Remember to set appropriate permissions for the special Bot usergroup.',
'BOT_LANG' => 'Bot language',
@@ -52,7 +52,7 @@ $lang = array_merge($lang, array(
'BOT_NEVER' => 'Never',
'BOT_STYLE' => 'Bot style',
'BOT_STYLE_EXPLAIN' => 'The style used for the board by the bot.',
- 'BOT_UPDATED' => 'Existing bot updated successfully',
+ 'BOT_UPDATED' => 'Existing bot updated successfully.',
'BOT_VIS' => 'Bot visible',
'BOT_VIS_EXPLAIN' => 'Allow bot to be seen by all users in online lists.',
@@ -60,7 +60,8 @@ $lang = array_merge($lang, array(
'ERR_BOT_NO_IP' => 'The IP addresses you supplied were invalid or the hostname could not be resolved.',
'ERR_BOT_NO_MATCHES' => 'You must supply at least one of an agent or IP for this bot match.',
- 'NO_BOT' => 'Found no bot with the specified ID',
+ 'NO_BOT' => 'Found no bot with the specified ID.',
+ 'NO_BOT_GROUP' => 'Unable to find special bot group.',
));
?> \ No newline at end of file