mirror of
https://github.com/moodle/moodle.git
synced 2025-02-21 18:08:02 +01:00
9 lines
293 B
PHP
9 lines
293 B
PHP
<?PHP // $Id$
|
|
// censor.php - created with Moodle 1.5 ALPHA (2005050600)
|
|
|
|
|
|
$string['badwords'] = 'merda, fottuto, fanculo, vaffanculo, cazzo, testa di cazzo, culo, puttana, figa, bastardo, masturbati, masturbazione, vagina, orgasmo, pene';
|
|
$string['filtername'] = 'Censura parola';
|
|
|
|
?>
|