mirror of
https://github.com/moodle/moodle.git
synced 2025-02-09 01:21:57 +01:00
11 lines
244 B
PHP
11 lines
244 B
PHP
<?PHP // $Id$
|
|
// tex.php - created with Moodle 1.5 unstable development (2004092000)
|
|
|
|
|
|
$string['filtername'] = 'Tex表記法';
|
|
$string['thischarset'] = 'UTF-8';
|
|
$string['thisdirection'] = 'ltr';
|
|
$string['thislanguage'] = 'Japanese';
|
|
|
|
?>
|