Vergleich inc/languages/english/admin/config_badwords.lang.php - 1.8.17 - 1.8.26

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 12Zeile 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.";

$l['bad_word'] = "Word";

$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.";

$l['bad_word'] = "Word";

$l['bad_word_desc'] = "Enter the word which you wish to be filtered. The '*' character represents any single character (a-zA-Z0-9_).";

$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).";

$l['bad_word_max'] = "A filtered word can't be longer than 100 characters.";
$l['replacement'] = "Replacement";

$l['bad_word_max'] = "A filtered word can't be longer than 100 characters.";
$l['replacement'] = "Replacement";

$l['replacement_desc'] = "Enter the string which will replace the filtered word (If this is blank, asterisks will be shown)";

$l['replacement_desc'] = "Enter the string which will replace the filtered word (If this is blank, asterisks will be shown).";

$l['regex'] = "Regular Expression";
$l['regex_desc'] = "Treat the \"Word\" field as a regular expression.";
$l['replacement_word_max'] = "A replacement word can't be longer than 100 characters.";

$l['regex'] = "Regular Expression";
$l['regex_desc'] = "Treat the \"Word\" field as a regular expression.";
$l['replacement_word_max'] = "A replacement word can't be longer than 100 characters.";

Zeile 26Zeile 26
$l['add_bad_word'] = "Add a Filter";

$l['error_missing_bad_word'] = "You did not enter a word filter.";

$l['add_bad_word'] = "Add a Filter";

$l['error_missing_bad_word'] = "You did not enter a word filter.";

 
$l['error_invalid_regex'] = "The specified regular expression is invalid.";

$l['error_invalid_bid'] = "The specified filter does not exist.";
$l['error_bad_word_filtered'] = "The filter you entered already exists.";


$l['error_invalid_bid'] = "The specified filter does not exist.";
$l['error_bad_word_filtered'] = "The filter you entered already exists.";