mirror of
https://github.com/moodle/moodle.git
synced 2025-02-19 07:41:02 +01:00
9 lines
330 B
PHP
9 lines
330 B
PHP
<?PHP // $Id$
|
|
// censor.php - created with Moodle 1.5.2 (2005060220)
|
|
|
|
|
|
$string['badwords'] = 'shit,fucked,fucker,fuck,dickhead, dick,cockhead,cock,cunt,asshole,arsehole,prick,bitch, jism,whore,slut,wanker, wank,bastard,dildo,masturbate, orgasm,penis,nigger, pussy,vagina';
|
|
$string['filtername'] = '發言措詞檢核';
|
|
|
|
?>
|