[ 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['bad_words'] = "Word Filters"; 9 $l['edit_bad_word'] = "Edit Filter"; 10 $l['edit_bad_word_desc'] = "Here you can edit the filter and its replacement."; 11 $l['bad_word_filters'] = "Word Filters"; 12 $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."; 13 14 $l['bad_word'] = "Word"; 15 $l['bad_word_desc'] = "Enter the word which you wish to be filtered. The '*' symbol represents any number of characters and the '+' symbol represents any single character (other than space and new line)."; 16 $l['bad_word_max'] = "A filtered word can't be longer than 100 characters."; 17 $l['replacement'] = "Replacement"; 18 $l['replacement_desc'] = "Enter the string which will replace the filtered word (If this is blank, asterisks will be shown)."; 19 $l['regex'] = "Regular Expression"; 20 $l['regex_desc'] = "Treat the \"Word\" field as a regular expression."; 21 $l['replacement_word_max'] = "A replacement word can't be longer than 100 characters."; 22 $l['error_replacement_word_invalid'] = "A replacement word cannot be equivalent to it's word filter."; 23 24 $l['save_bad_word'] = "Save Filter"; 25 $l['no_bad_words'] = "There are no word filters currently set at this time."; 26 $l['add_bad_word'] = "Add a Filter"; 27 $l['add_bad_word_desc'] = "Here you can add a word filter and its replacement."; 28 29 $l['error_missing_bad_word'] = "You did not enter a word filter."; 30 $l['error_invalid_regex'] = "The specified regular expression is invalid."; 31 $l['error_invalid_bid'] = "The specified filter does not exist."; 32 $l['error_bad_word_filtered'] = "The filter you entered already exists."; 33 34 $l['success_added_bad_word'] = "The filter has been added successfully."; 35 $l['success_deleted_bad_word'] = "The filter has been deleted successfully."; 36 $l['success_updated_bad_word'] = "The filter has been updated successfully."; 37 38 $l['confirm_bad_word_deletion'] = "Are you sure you wish to delete this filter?"; 39
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
2005 - 2021 © MyBB.de | Alle Rechte vorbehalten! | Sponsor: netcup | Cross-referenced by PHPXref |