moodle/lang/ja_utf8/label.php

13 lines
334 B
PHP

<?php // $Id$
// label.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2004093001)
$string['labeltext'] = 'ラベルテキスト';
$string['modulename'] = 'ラベル';
$string['modulenameplural'] = 'ラベル';
$string['thischarset'] = 'UTF-8';
$string['thisdirection'] = 'ltr';
$string['thislanguage'] = 'Japanese';
?>