mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 02:46:40 +02:00
8 lines
178 B
PHP
8 lines
178 B
PHP
<?PHP // $Id$
|
|
// censor.php - created with Moodle 1.5 ALPHA (2005050600)
|
|
|
|
|
|
$string['filtername'] = 'Woordcensuur';
|
|
$string['badwords'] = 'klootzak,shit,slet,lul,kut';
|
|
|
|
?>
|