moodle/lang/ja/attendance.php
2003-09-22 16:12:55 +00:00

34 lines
1.1 KiB
PHP

<?PHP // $Id$
// attendance.php - created with Moodle 1.2 development (2003091800)
$string['absentlong'] = "欠席";
$string['absentshort'] = "";
$string['allmodulename'] = "全出席簿";
$string['friday'] = "";
$string['modulename'] = "出席";
$string['modulenameplural'] = "出席簿";
$string['monday'] = "";
$string['notes'] = "備考";
$string['notesfor'] = "備考";
$string['noviews'] = "申し訳ございません、あなたのデータはありません";
$string['pages'] = "ページ";
$string['presentlong'] = "出席";
$string['presentshort'] = "";
$string['saturday'] = "";
$string['sunday'] = "";
$string['tardylong'] = "遅刻";
$string['tardyshort'] = "";
$string['thursday'] = "";
$string['tuesday'] = "";
$string['viewall'] = "全ての出席簿を表示する";
$string['viewmulti'] = "レポートを複数ページに表示する";
$string['viewone'] = "レポートの全ページを表示する";
$string['viewsection'] = "このセクションの全出席簿を表示する";
$string['viewtable'] = "レポートを一つのテーブルに表示する";
$string['viewweek'] = "カレンダー週の全出席簿を表示する";
$string['wednesday'] = "";
$string['weekmodulename'] = "先週の全出席簿";
?>