[ Index ] |
PHP Cross Reference of MyBB 1.8.38 |
[Summary view] [Print] [Text view]
1 <?php 2 /** 3 * MyBB 1.8 English Language Pack 4 * Copyright 2014 MyBB Group, All Rights Reserved 5 * 6 */ 7 8 $l['spiders_bots'] = "Spiders / Bots"; 9 $l['spiders_bots_desc'] = "This section allows you to manage the search engine spiders & bots automatically detected by your forum. You're also able to see when a particular bot last visited."; 10 $l['add_new_bot'] = "Add New Bot"; 11 $l['add_new_bot_desc'] = "Here you can add a new bot that you would like to be detected by your forum."; 12 13 $l['edit_bot'] = "Edit Bot"; 14 $l['edit_bot_desc'] = "Here you can edit an existing bot."; 15 16 $l['bot'] = "Bot"; 17 $l['last_visit'] = "Last Visit"; 18 $l['no_bots'] = "There are no search engine spiders or web crawlers being tracked by this forum."; 19 20 $l['name'] = "Name"; 21 $l['name_desc'] = "Enter the name of this bot which you want to identify it by"; 22 $l['user_agent'] = "User Agent String"; 23 $l['user_agent_desc'] = "Enter the string which will be matched against the bots user agent (partial matches are accepted)"; 24 $l['language_str'] = "Language"; 25 $l['language_desc'] = "Select the language pack the bot will use when viewing the board."; 26 $l['theme'] = "Theme"; 27 $l['theme_desc'] = "Select the theme the bot will use when viewing the board."; 28 $l['user_group'] = "User Group"; 29 $l['user_group_desc'] = "Select the user group permissions will be applied from for this board (Note: It is not recommended you change this from the default Guests group)"; 30 $l['save_bot'] = "Save Bot"; 31 $l['use_board_default'] = "Use Board Default"; 32 33 $l['error_invalid_bot'] = "The specified bot does not exist."; 34 $l['error_missing_name'] = "You did not enter a name for this bot"; 35 $l['error_missing_agent'] = "You did not enter a user agent string for this bot"; 36 37 $l['success_bot_created'] = "The bot has been created successfully."; 38 $l['success_bot_updated'] = "The bot has been updated successfully."; 39 $l['success_bot_deleted'] = "The selected bot has been deleted successfully."; 40 41 $l['confirm_bot_deletion'] = "Are you sure you wish to delete this bot?"; 42
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
2005 - 2021 © MyBB.de | Alle Rechte vorbehalten! | Sponsor: netcup | Cross-referenced by PHPXref |