moodle/lang/ja_utf8/block_section_links.php
koenr 4173f2cefc Deleted thislanguage, thisdirection thischaracterset parentlanguage from files wich are not supposed to contain those strings
This cause also some empty files (because they didn't contain anything else) wich I also deleted
2005-05-28 21:24:06 +00:00

12 lines
349 B
PHP

<?php // $Id$
// block_section_links.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2004093001)
$string['blockname'] = 'セクションリンク';
$string['jumptocurrenttopic'] = '現在のトピックへ移動';
$string['jumptocurrentweek'] = '現在の週へ移動';
$string['topics'] = 'トピック';
$string['weeks'] = '週';
?>