mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 02:16:41 +02:00
8 lines
185 B
PHP
8 lines
185 B
PHP
<?PHP // $Id$
|
|
// censor.php - created with Moodle 1.6 development (2005052400)
|
|
|
|
|
|
$string['badwords'] = 'neslu¹né slová, nepou¾íva»!';
|
|
$string['filtername'] = 'Cenzúra slov';
|
|
|
|
?>
|