[ Index ] |
PHP Cross Reference of MyBB |
[Summary view] [Print] [Text view]
1 <?php 2 /** 3 * MyBB 1.6 English Language Pack 4 * Copyright 2010 MyBB Group, All Rights Reserved 5 * 6 * $Id: config_spiders.lang.php 5833 2012-05-24 08:39:00Z Tomm $ 7 */ 8 9 $l['spiders_bots'] = "Spiders / Bots"; 10 $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."; 11 $l['add_new_bot'] = "Add New Bot"; 12 $l['add_new_bot_desc'] = "Here you can add a new bot that you would like to be detected by your forum."; 13 14 $l['edit_bot'] = "Edit Bot"; 15 $l['edit_bot_desc'] = "Here you can edit an existing bot."; 16 17 $l['bot'] = "Bot"; 18 $l['last_visit'] = "Last Visit"; 19 $l['no_bots'] = "There are no search engine spiders or web crawlers being tracked by this forum."; 20 21 $l['name'] = "Name"; 22 $l['name_desc'] = "Enter the name of this bot which you want to identify it by"; 23 $l['user_agent'] = "User Agent String"; 24 $l['user_agent_desc'] = "Enter the string which will be matched against the bots user agent (partial matches are accepted)"; 25 $l['language_str'] = "Language"; 26 $l['language_desc'] = "Select the language pack the bot will use when viewing the board."; 27 $l['theme'] = "Theme"; 28 $l['theme_desc'] = "Select the theme the bot will use when viewing the board."; 29 $l['user_group'] = "User Group"; 30 $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)"; 31 $l['save_bot'] = "Save Bot"; 32 $l['use_board_default'] = "Use Board Default"; 33 34 $l['error_invalid_bot'] = "The specified bot does not exist."; 35 $l['error_missing_name'] = "You did not enter a name for this bot"; 36 $l['error_missing_agent'] = "You did not enter a user agent string for this bot"; 37 38 $l['success_bot_created'] = "The bot has been created successfully."; 39 $l['success_bot_updated'] = "The bot has been updated successfully."; 40 $l['success_bot_deleted'] = "The selected bot has been deleted successfully."; 41 42 $l['confirm_bot_deletion'] = "Are you sure you wish to delete this bot?"; 43 44 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Tue Oct 8 19:19:50 2013 | Cross-referenced by PHPXref 0.7.1 |