mirror of
https://github.com/moodle/moodle.git
synced 2025-07-14 02:46:30 +02:00
11 lines
149 B
PHP
11 lines
149 B
PHP
<?php
|
|
|
|
// private language message file for unit testing purposes
|
|
|
|
$fallback = 'en';
|
|
|
|
$messages = array(
|
|
'HTMLPurifier' => 'HTML Purifier X'
|
|
);
|
|
|