mirror of
https://github.com/moodle/moodle.git
synced 2025-02-19 07:41:02 +01:00
9 lines
432 B
PHP
9 lines
432 B
PHP
<?PHP // $Id$
|
|
// censor.php - created with Moodle 1.5 ALPHA (2005043000)
|
|
|
|
|
|
$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,putangina,puta,putang-ina, puke,pekpek,titi,gago,tarantado,tangnamo,kiki, burat,tarugo,kantot,hindot';
|
|
$string['filtername'] = 'Bawal na Salita';
|
|
|
|
?>
|