mirror of
https://github.com/moodle/moodle.git
synced 2025-02-25 12:33:18 +01:00
9 lines
191 B
PHP
9 lines
191 B
PHP
<?PHP // $Id$
|
|
// censor.php - created with Moodle 1.5 ALPHA (2005051500)
|
|
|
|
|
|
$string['badwords'] = 'Pussy, Vagina, Scheiße, Arschloch, Fucker';
|
|
$string['filtername'] = 'Wortzensur';
|
|
|
|
?>
|