mirror of
https://github.com/moodle/moodle.git
synced 2025-02-02 22:29:18 +01:00
11 lines
276 B
PHP
11 lines
276 B
PHP
|
<?PHP // $Id$
|
||
|
// mediaplugin.php - created with Moodle 1.5 unstable development (2004092000)
|
||
|
|
||
|
|
||
|
$string['filtername'] = 'マルチメディアプラグイン';
|
||
|
$string['thischarset'] = 'UTF-8';
|
||
|
$string['thisdirection'] = 'ltr';
|
||
|
$string['thislanguage'] = 'Japanese';
|
||
|
|
||
|
?>
|