mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
22 lines
663 B
PHP
22 lines
663 B
PHP
<?PHP // $Id$
|
|
// workshop.php - created with Moodle 1.0.9 Beta 1 + (2003052300)
|
|
|
|
|
|
$string['accumulative'] = "累積";
|
|
$string['addacomment'] = "コメントを追加";
|
|
$string['allowresubmit'] = "再提出を許可する";
|
|
$string['assess'] = "アクセス";
|
|
$string['criteria'] = "基準";
|
|
$string['delete'] = "削除";
|
|
$string['description'] = "詳細";
|
|
$string['edit'] = "編集";
|
|
$string['editacomment'] = "コメントの編集";
|
|
$string['element'] = "要素";
|
|
$string['gradingstrategy'] = "評価方法";
|
|
$string['maximumsize'] = "最大サイズ";
|
|
$string['modulename'] = "ワークショップ";
|
|
$string['modulenameplural'] = "ワークショップ";
|
|
$string['reply'] = "返事";
|
|
$string['title'] = "題名";
|
|
|
|
?>
|