Vergleich inc/languages/english/admin/config_badwords.lang.php - 1.6.0 - 1.6.1

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

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

$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_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_word_max'] = "A replacement word can't be longer than 100 characters.";

$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_word_max'] = "A replacement word can't be longer than 100 characters.";

 
$l['error_replacement_word_invalid'] = "A replacement word cannot be equivilient to it's word filter.";


$l['save_bad_word'] = "Save Filter";
$l['no_bad_words'] = "There are no word filters currently set at this time.";


$l['save_bad_word'] = "Save Filter";
$l['no_bad_words'] = "There are no word filters currently set at this time.";