1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

consistent acp layout regarding backlinks and messages.

git-svn-id: file:///svn/phpbb/trunk@6428 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2006-10-02 15:11:40 +00:00
parent fc76c94ab1
commit cc4a0a2f7a
42 changed files with 325 additions and 294 deletions

View File

@@ -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.',
));
?>