[ 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_badwords.lang.php 5783 2012-04-19 12:49:23Z Tomm $ 7 */ 8 9 $l['bad_words'] = "Word Filters"; 10 $l['edit_bad_word'] = "Edit Filter"; 11 $l['edit_bad_word_desc'] = "Here you can edit the filter and its replacement."; 12 $l['bad_word_filters'] = "Word Filters"; 13 $l['bad_word_filters_desc'] = "This feature allows you to manage a listing of words or phrases which are automatically replaced in posts on your forum. It is useful for replacing swear words and such."; 14 15 $l['bad_word'] = "Word"; 16 $l['bad_word_desc'] = "Enter the word which you wish to be filtered. The '*' character represents any single character (a-zA-Z0-9_)."; 17 $l['bad_word_max'] = "A filtered word can't be longer than 100 characters."; 18 $l['replacement'] = "Replacement"; 19 $l['replacement_desc'] = "Enter the string which will replace the filtered word (If this is blank, asterisks will be shown)"; 20 $l['replacement_word_max'] = "A replacement word can't be longer than 100 characters."; 21 $l['error_replacement_word_invalid'] = "A replacement word cannot be equivalent to it's word filter."; 22 23 $l['save_bad_word'] = "Save Filter"; 24 $l['no_bad_words'] = "There are no word filters currently set at this time."; 25 $l['add_bad_word'] = "Add a Filter"; 26 27 $l['error_missing_bad_word'] = "You did not enter a word filter."; 28 $l['error_invalid_bid'] = "The specified filter does not exist."; 29 $l['error_bad_word_filtered'] = "The filter you entered already exists."; 30 31 $l['success_added_bad_word'] = "The filter has been added successfully."; 32 $l['success_deleted_bad_word'] = "The filter has been deleted successfully."; 33 $l['success_updated_bad_word'] = "The filter has been updated successfully."; 34 35 $l['confirm_bad_word_deletion'] = "Are you sure you wish to delete this filter?"; 36 37 ?>
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 |