mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 10:56:56 +02:00
8 lines
191 B
PHP
8 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';
|
|
|
|
?>
|