Annotation of loncom/localize/localize/ja.pm, revision 1.20

1.20    ! bisitz      1: # The LearningOnline Network with CAPA
        !             2: # Japanese Localization Lexicon
        !             3: #
        !             4: # $Id: ja.pm,v 1.14 2004/06/03 14:28:39 www Exp $
        !             5: #
        !             6: # Copyright i-Learning Limited Partnership Company
        !             7: #
        !             8: # This file is part of the LearningOnline Network with CAPA (LON-CAPA).
        !             9: #
        !            10: # LON-CAPA is free software; you can redistribute it and/or modify
        !            11: # it under the terms of the GNU General Public License as published by
        !            12: # the Free Software Foundation; either version 2 of the License, or
        !            13: # (at your option) any later version.
        !            14: #
        !            15: # LON-CAPA is distributed in the hope that it will be useful,
        !            16: # but WITHOUT ANY WARRANTY; without even the implied warranty of
        !            17: # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
        !            18: # GNU General Public License for more details.
        !            19: #
        !            20: # You should have received a copy of the GNU General Public License
        !            21: # along with LON-CAPA; if not, write to the Free Software
        !            22: # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
        !            23: #
        !            24: # /home/httpd/html/adm/gpl.txt
        !            25: #
        !            26: # http://www.lon-capa.org/
        !            27: #
        !            28: ######################################################################
        !            29: ######################################################################
        !            30: 
        !            31: 
        !            32: package Apache::localize::ja;
        !            33: use base qw(Apache::localize);
        !            34: %Lexicon=('_AUTO' => 1,
        !            35: 'language_code' => 'ja',
        !            36: 'char_encoding' => 'UTF-8',
        !            37: 'date_locale'  => 
        !            38:       '$weekday, $day.$month.$year, $twentyfour:$minutes:$seconds',
        !            39: 'date_months'  => '1,2,3,4,5,6,7,8,9,10,11,12',
        !            40: 'date_days'    => '日,月,火,水,木,金,土',
        !            41: 'date_am' => 'am',
        !            42: 'date_pm' => 'pm',
        !            43: 'textual_remote_display' => 'on',
        !            44: 'htmlarea_lang' => 'ja-utf8',
        !            45: 
        !            46: 
        !            47:    'Domain'
        !            48: => 'ドメイン',
        !            49: 
        !            50:    'Server'
        !            51: => 'サーバ',
        !            52: 
        !            53:    'Load'
        !            54: => '負荷',
        !            55: 
        !            56:    'User Load'
        !            57: => 'ユーザ負荷',
        !            58: 
        !            59:    'Help'
        !            60: => 'ヘルプ',
        !            61: 
        !            62:    'Log in'
        !            63: => 'ログイン',
        !            64: 
        !            65:    'Username'
        !            66: => 'ユーザ名',
        !            67: 
        !            68:    'Password'
        !            69: => 'パスワード',
        !            70: 
        !            71:    'choose'
        !            72: => '選択',
        !            73: 
        !            74:    'enter'
        !            75: => '入力',
        !            76: 
        !            77:    'view'
        !            78: => '閲覧',
        !            79: 
        !            80:    'calendar'
        !            81: => 'カレンダ',
        !            82: 
        !            83:    'prefer-'
        !            84: => '個人',
        !            85: 
        !            86:    'ences'
        !            87: => '設定',
        !            88: 
        !            89:    'role'
        !            90: => '役割',
        !            91: 
        !            92:    'course'
        !            93: => 'コース',
        !            94: 
        !            95:    'create'
        !            96: => '作成',
        !            97: 
        !            98:    'grades'
        !            99: => '成績',
        !           100: 
        !           101:    'commu-'
        !           102: => 'コミュニ',
        !           103: 
        !           104:    'nication'
        !           105: => 'ケーション',
        !           106: 
        !           107:    'enroll'
        !           108: => '出席',
        !           109: 
        !           110:    'navigate'
        !           111: => 'ナビゲート',
        !           112: 
        !           113:    'contents'
        !           114: => 'コンテンツ',
        !           115: 
        !           116:    'Announcements and Calendar'
        !           117: => 'お知らせとカレンダ',
        !           118: 
        !           119:    'Author'
        !           120: => '作成者',
        !           121: 
        !           122:    'Change Your Preferences'
        !           123: => 'お気に入りを変更する',
        !           124: 
        !           125:    'Choose the user role'
        !           126: => 'ユーザの役割を選ぶ',
        !           127: 
        !           128:    'Co-Author'
        !           129: => '共同作成者',
        !           130: 
        !           131:    'Communication and Messages'
        !           132: => 'コミュニケーションツール',
        !           133: 
        !           134:    'Course Coordinator'
        !           135: => 'コーディネータ',
        !           136: 
        !           137:    'Course Statistics and Charts'
        !           138: => 'コースの統計と図表',
        !           139: 
        !           140:    'Course announcements and my calendar'
        !           141: => 'コースのお知らせとカレンダ',
        !           142: 
        !           143:    'Create Users, Change User Privileges'
        !           144: => 'ユーザを作り、権限を変更する',
        !           145: 
        !           146:    'Domain Coordinator'
        !           147: => 'ドメイン管理者',
        !           148: 
        !           149:    'Enrollment Manager'
        !           150: => '履修管理者',
        !           151: 
        !           152:    'Enter grades from check-out assessment resources'
        !           153: => '成績を入力する',
        !           154: 
        !           155:    'Exam Proctor'
        !           156: => '試験官',
        !           157: 
        !           158:    'Exit LON-CAPA'
        !           159: => 'LON-CAPAを終了する',
        !           160: 
        !           161:    'Grades Spreadsheet'
        !           162: => '成績表をつける',
        !           163: 
        !           164:    'Grading'
        !           165: => '採点',
        !           166: 
        !           167:    'Instructor'
        !           168: => 'インストラクタ',
        !           169: 
        !           170:    'Launch Remote Control'
        !           171: => 'リモコンパネルを使う',
        !           172: 
        !           173:    'Main Menu'
        !           174: => 'メインメニュー',
        !           175: 
        !           176:    'Navigate Course Contents'
        !           177: => 'コースをナビゲートする',
        !           178: 
        !           179:    'No Role, Cumulative Privileges'
        !           180: => '役割・権限の設定なし',
        !           181: 
        !           182:    'Return to Last Location'
        !           183: => '最後に戻る',
        !           184: 
        !           185:    'Send and receive messages'
        !           186: => 'メッセージを送受信する',
        !           187: 
        !           188:    'Set my user preferences'
        !           189: => '個人設定を変更する',
        !           190: 
        !           191:    'Student'
        !           192: => '学生',
        !           193: 
        !           194:    'Switch to another user role'
        !           195: => '他の役割に切り替える',
        !           196: 
        !           197:    'Teaching Assistant'
        !           198: => 'TA',
        !           199: 
        !           200:    'Use or edit my bookmark collection'
        !           201: => 'ブックマークを使う/編集する',
        !           202: 
        !           203:    'User Roles'
        !           204: => '役割',
        !           205: 
        !           206:    'Calculate course grades (Spreadsheet)'
        !           207: => 'コースの成績を計算する(スプレッドシート)',
        !           208: 
        !           209:    'Enter the chatroom for the course'
        !           210: => 'コース・チャットルームに入る',
        !           211: 
        !           212:    'Navigate the table of contents for this course'
        !           213: => 'コースの目次をナビゲートする',
        !           214: 
        !           215:    'Syllabus'
        !           216: => 'シラバス',
        !           217: 
        !           218:    'View the course assessment progress chart'
        !           219: => '成績の伸長グラフを見る',
        !           220: 
        !           221:    'Class Hours'
        !           222: => '講義時間',
        !           223: 
        !           224:    'Course Description'
        !           225: => 'コースの内容',
        !           226: 
        !           227:    'Coursepack'
        !           228: => 'コースパック',
        !           229: 
        !           230:    'Current Month'
        !           231: => '今月',
        !           232: 
        !           233:    'Deadlines'
        !           234: => '締め切り',
        !           235: 
        !           236:    'Fri'
        !           237: => '金',
        !           238: 
        !           239:    'Grading Information'
        !           240: => '採点情報',
        !           241: 
        !           242:    'Helproom Hours'
        !           243: => '支援室サービス時間',
        !           244: 
        !           245:    'Instructor Information'
        !           246: => 'インストラクタ情報',
        !           247: 
        !           248:    'Mon'
        !           249: => '月',
        !           250: 
        !           251:    'Next Month'
        !           252: => '来月',
        !           253: 
        !           254:    'Office Hours'
        !           255: => 'オフィスアワー',
        !           256: 
        !           257:    'Prerequisites'
        !           258: => '前提条件',
        !           259: 
        !           260:    'Previous Month'
        !           261: => '前月',
        !           262: 
        !           263:    'Readings'
        !           264: => '読み物',
        !           265: 
        !           266:    'Sat'
        !           267: => '土',
        !           268: 
        !           269:    'January'
        !           270: => '1月',
        !           271: 
        !           272:    'February'
        !           273: => '2月',
        !           274: 
        !           275:    'March'
        !           276: => '3月',
        !           277: 
        !           278:    'April'
        !           279: => '4月',
        !           280: 
        !           281:    'May'
        !           282: => '5月',
        !           283: 
        !           284:    'June'
        !           285: => '6月',
        !           286: 
        !           287:    'August'
        !           288: => '8月',
        !           289: 
        !           290:    'September'
        !           291: => '9月',
        !           292: 
        !           293:    'October'
        !           294: => '10月',
        !           295: 
        !           296:    'November'
        !           297: => '11月',
        !           298: 
        !           299:    'December'
        !           300: => '12月',
        !           301: 
        !           302:    'Sun'
        !           303: => '日',
        !           304: 
        !           305:    'Textbook'
        !           306: => 'テキスト',
        !           307: 
        !           308:    'Thu'
        !           309: => '木',
        !           310: 
        !           311:    'Tue'
        !           312: => '火',
        !           313: 
        !           314:    'Web Links'
        !           315: => 'リンク',
        !           316: 
        !           317:    'Wed'
        !           318: => '水',
        !           319: 
        !           320:    'Drop/Add students in this course'
        !           321: => 'コースに/から学生を追加/削除する',
        !           322: 
        !           323:    'You have entered that answer before'
        !           324: => '前にもこの回答を入力しています',
        !           325: 
        !           326:    'A score has been assigned.'
        !           327: => '採点されました。',
        !           328: 
        !           329:    'You are correct.'
        !           330: => '正解です。',
        !           331: 
        !           332:    'Your receipt is'
        !           333: => 'あなたの受領するものは',
        !           334: 
        !           335:    'You are excused from the problem.'
        !           336: => 'その問題は受験しなくて良いです。',
        !           337: 
        !           338:    'Incorrect'
        !           339: => '間違い',
        !           340: 
        !           341:    'Some parts were not submitted.'
        !           342: => 'いくつかの部分が提出されていません。',
        !           343: 
        !           344:    'An error occurred while grading your answer.'
        !           345: => 'あなたの回答を採点しているときにエラーが起きました。',
        !           346: 
        !           347:    'The submitted answer was too long.'
        !           348: => '回答が長すぎます。',
        !           349: 
        !           350:    'This question expects a numeric answer.'
        !           351: => 'この質問では数字の回答を期待しています。',
        !           352: 
        !           353:    'You have provided an invalid ranking'
        !           354: => '無効な成績ランクをつけました',
        !           355: 
        !           356:    'please refer to'
        !           357: => '次のものを参照せよ:',
        !           358: 
        !           359:    'The filetype extension of the file you uploaded is not allowed.'
        !           360: => 'アップロードしたファイルの拡張子は禁止されています。',
        !           361: 
        !           362:    'Please adjust significant figures.'
        !           363: => '数字が大きすぎます。',
        !           364: 
        !           365:    'Units incorrect.'
        !           366: => '単位が間違っています。',
        !           367: 
        !           368:    'Only a number required.'
        !           369: => '数字だけが要求されています。',
        !           370: 
        !           371:    'Units required'
        !           372: => '単位が必要です',
        !           373: 
        !           374:    'Unable to understand formula'
        !           375: => '数式を解釈できません',
        !           376: 
        !           377:    'Your submission has been recorded.'
        !           378: => '提出されたものは記録されました。',
        !           379: 
        !           380:    'Unknown message'
        !           381: => '定義されていないメッセージです',
        !           382: 
        !           383:    'Answer Submitted'
        !           384: => '提出された回答',
        !           385: 
        !           386:    'Tries'
        !           387: => '受験回数',
        !           388: 
        !           389:    'Submit Answer'
        !           390: => '回答を提出する',
        !           391: 
        !           392:    'Prepare a printable document'
        !           393: => '印刷用ドキュメントを用意します',
        !           394: 
        !           395:    'Go To My First Homework Problem'
        !           396: => '最初の問題に戻る',
        !           397: 
        !           398:    'Discussions'
        !           399: => 'ディスカッション',
        !           400: 
        !           401:    'New discussion since'
        !           402: => '次の日付以降の未読のメッセージ:',
        !           403: 
        !           404:    'Goodbye'
        !           405: => 'さようなら',
        !           406: 
        !           407: 
        !           408: #SYNC Fri Sep 26 14:41:18 2003
        !           409:    ', and answers will be available on'
        !           410: => ', 正解は次のリンクにあります',
        !           411: 
        !           412:    ', or the next time you log in.'
        !           413: => '、または次回のログイン。',
        !           414: 
        !           415:    ', select a template from the pull-down menu below'
        !           416: => ', 下のプルダウンメニューからテンプレートを選択する',
        !           417: 
        !           418:    'Abstract'
        !           419: => 'アブストラクト',
        !           420: 
        !           421:    'Access and Usage Statistics'
        !           422: => '統計の表示と説明',
        !           423: 
        !           424:    'Actions'
        !           425: => 'アクション',
        !           426: 
        !           427:    'All homework is currently completed'
        !           428: => 'すべての宿題は完了しています',
        !           429: 
        !           430:    'Analyze Progress'
        !           431: => '進歩状況を分析する',
        !           432: 
        !           433:    'Analyzing a problem'
        !           434: => '問題を分析する',
        !           435: 
        !           436:    'Answer'
        !           437: => '回答',
        !           438: 
        !           439:    'Answer available'
        !           440: => '正解が公開されています',
        !           441: 
        !           442:    'Answer submitted'
        !           443: => '回答は提出されています',
        !           444: 
        !           445:    'Answer submitted, not yet graded'
        !           446: => '回答は提出されていますが、採点されていません',
        !           447: 
        !           448:    'Back to Directory'
        !           449: => 'ディレクトリに戻る',
        !           450: 
        !           451:    'Bulletin Board'
        !           452: => '掲示板',
        !           453: 
        !           454:    'Cancel'
        !           455: => 'キャンセル',
        !           456: 
        !           457:    'Changes will become active for your current session after'
        !           458: => '変更は次にログインしたときに有効になります',
        !           459: 
        !           460:    'Construction Space Directory'
        !           461: => 'コンストラクション・スペース・ディレクトリ',
        !           462: 
        !           463:    'Contact'
        !           464: => 'コンタクト',
        !           465: 
        !           466:    'Copying file'
        !           467: => 'ファイルをコピー',
        !           468: 
        !           469:    'Course'
        !           470: => 'コース',
        !           471: 
        !           472:    'Create'
        !           473: => '作成',
        !           474: 
        !           475:    'Create a user or modify the roles and privileges of a user'
        !           476: => 'ユーザを追加、役割・権限を変更',
        !           477: 
        !           478:    'Currently not available'
        !           479: => '現在、提供されていません',
        !           480: 
        !           481:    'Currently selected. '
        !           482: => '現在、選択されています。',
        !           483: 
        !           484:    'Date'
        !           485: => '日付',
        !           486: 
        !           487:    'Discard Edits and View'
        !           488: => '編集を止めて見る',
        !           489: 
        !           490:    'Display'
        !           491: => '表示する',
        !           492: 
        !           493:    'Done'
        !           494: => '完了',
        !           495: 
        !           496:    'Edit'
        !           497: => '編集',
        !           498: 
        !           499:    'EditXML'
        !           500: => 'XMLを編集',
        !           501: 
        !           502:    'Empty'
        !           503: => 'クリア',
        !           504: 
        !           505:    'End'
        !           506: => '終了',
        !           507: 
        !           508:    'Evaluation Comments'
        !           509: => '評価コメント',
        !           510: 
        !           511:    'Evaluation Data'
        !           512: => '評価データ',
        !           513: 
        !           514:    'Excused by instructor'
        !           515: => 'インストラクタによって許可されました',
        !           516: 
        !           517:    'Extent'
        !           518: => '拡張子',
        !           519: 
        !           520:    'File'
        !           521: => 'ファイル',
        !           522: 
        !           523:    'Found no analyzable parts in this problem, currently only Numerical, Formula and String response styles are supported.'
        !           524: => 'この問題の中に分析できない部分があります。現在、数字と数式と文字しかサポートされていません。',
        !           525: 
        !           526:    'Frequency'
        !           527: => '頻度',
        !           528: 
        !           529:    'Getting Problem Variants'
        !           530: => '問題の変形を得る',
        !           531: 
        !           532:    'Go Back'
        !           533: => '戻る',
        !           534: 
        !           535:    'Import'
        !           536: => 'インポート',
        !           537: 
        !           538:    'It is recommended that you use an up-to-date virus scanner before handling this file.'
        !           539: => 'このファイルを触る前にウィルススキャナーでチェックしてください。',
        !           540: 
        !           541:    'July'
        !           542: => '7月',
        !           543: 
        !           544:    'Language'
        !           545: => '言語',
        !           546: 
        !           547:    'Last Modified'
        !           548: => '最終変更',
        !           549: 
        !           550:    'List of possible answers'
        !           551: => '選択肢リスト',
        !           552: 
        !           553:    'Main Course Documents'
        !           554: => 'メイン・コース・ドキュメント',
        !           555: 
        !           556:    'Map'
        !           557: => 'マップ',
        !           558: 
        !           559:    'Map contents are not shown in order.'
        !           560: => 'マップの内容は順不同です。',
        !           561: 
        !           562:    'Name'
        !           563: => '名前',
        !           564: 
        !           565:    'Navigate Contents'
        !           566: => 'コンテンツをナビゲートする',
        !           567: 
        !           568:    'New Folder'
        !           569: => 'フォルダを作る',
        !           570: 
        !           571:    'New Messages'
        !           572: => 'メッセージを作成する',
        !           573: 
        !           574:    'New Search'
        !           575: => '新規の検索',
        !           576: 
        !           577:    'No content modifications yet.'
        !           578: => '変更されたものはありません。',
        !           579: 
        !           580:    'No due date'
        !           581: => '締め切りはありません',
        !           582: 
        !           583:    'No role specified'
        !           584: => '役割は指定されていません',
        !           585: 
        !           586:    'No upload file specified.'
        !           587: => 'アップロードするファイルを指定していません。',
        !           588: 
        !           589:    'No write permission to user directory, FAIL'
        !           590: => '書き込み権限がありません、失敗しました',
        !           591: 
        !           592:    'Note: it can take up to 10 minutes for changes to take effect for all users.'
        !           593: => '注意:すべてのユーザに変更の結果が行き渡るのに10分位かかります。',
        !           594: 
        !           595:    'Notes'
        !           596: => '(注)',
        !           597: 
        !           598:    'Open, no due date'
        !           599: => '締め切りなし',
        !           600: 
        !           601:    'Page'
        !           602: => 'ページ',
        !           603: 
        !           604:    'Part'
        !           605: => 'パート',
        !           606: 
        !           607:    'Part is not open to be viewed. It'
        !           608: => 'パートがオープンされていません。',
        !           609: 
        !           610:    'Path'
        !           611: => 'パス',
        !           612: 
        !           613:    'Please use browser "Back" button and pick a filename'
        !           614: => 'ブラウザの"戻る"ボタンで戻って、ファイル名を指定してください',
        !           615: 
        !           616:    'Processing'
        !           617: => '処理中',
        !           618: 
        !           619:    'Re-Initialize'
        !           620: => '再度初期化する',
        !           621: 
        !           622:    'Remark'
        !           623: => '再度採点する',
        !           624: 
        !           625:    'Rename'
        !           626: => 'リネームする',
        !           627: 
        !           628:    'Save'
        !           629: => '保存する',
        !           630: 
        !           631:    'Saving Modifications to'
        !           632: => '変更を保存する:',
        !           633: 
        !           634:    'Search'
        !           635: => '検索する',
        !           636: 
        !           637:    'Searching'
        !           638: => '検索中',
        !           639: 
        !           640:    'Section/Group'
        !           641: => '章/グループ',
        !           642: 
        !           643:    'Select'
        !           644: => '選択する',
        !           645: 
        !           646:    'Select Course'
        !           647: => 'コースを選択する',
        !           648: 
        !           649:    'Select User'
        !           650: => 'ユーザを選択する',
        !           651: 
        !           652:    'Select a'
        !           653: => '選択する:',
        !           654: 
        !           655:    'Select the Construction Space'
        !           656: => 'コンストラクション・スペースを選択する',
        !           657: 
        !           658:    'Sequence'
        !           659: => 'シーケンス',
        !           660: 
        !           661:    'Server Administration'
        !           662: => 'サーバ管理',
        !           663: 
        !           664:    'Set deadlines and other assessment parameters, as well as modify course environment'
        !           665: => '締め切りを設定し、その他の試験のパラメータ、コース環境を変更します',
        !           666: 
        !           667:    'Show Only Uncompleted Homework'
        !           668: => '完了していない宿題のみ表示する',
        !           669: 
        !           670:    'Simple Page'
        !           671: => 'シンプルページ',
        !           672: 
        !           673:    'Simple Problem'
        !           674: => 'シンプル問題',
        !           675: 
        !           676:    'Special Documents'
        !           677: => '特別ドキュメント',
        !           678: 
        !           679:    'Start'
        !           680: => 'スタート',
        !           681: 
        !           682:    'Status'
        !           683: => '状態',
        !           684: 
        !           685:    'Save uploaded file as '
        !           686: => 'アップロードされたファイルを保存する:',
        !           687: 
        !           688:    'Submit'
        !           689: => '提出する',
        !           690: 
        !           691:    'Submit Changes'
        !           692: => '変更を保存する',
        !           693: 
        !           694:    'Submit Changes and View'
        !           695: => '変更を保存して結果を見る',
        !           696: 
        !           697:    'Supplemental Course Documents'
        !           698: => '補助教材',
        !           699: 
        !           700:    'Switch Server'
        !           701: => 'サーバを切替える',
        !           702: 
        !           703:    'System'
        !           704: => 'システム',
        !           705: 
        !           706:    'System Administration'
        !           707: => 'システム管理',
        !           708: 
        !           709:    'The target is an existing directory.'
        !           710: => 'ディレクトリは存在しています。',
        !           711: 
        !           712:    'Then'
        !           713: => 'それから',
        !           714: 
        !           715:    'Title'
        !           716: => 'タイトル',
        !           717: 
        !           718:    'Unable to determine if this resource is open due to network problems. Please try again later.'
        !           719: => 'ネットワークの障害のため、このリソースが締め切りなしかどうか決定できません。後でもう一度試してください。',
        !           720: 
        !           721:    'Unable to find'
        !           722: => '見つかりません',
        !           723: 
        !           724:    'Unable to make backup'
        !           725: => 'バックアップを作成できません',
        !           726: 
        !           727:    'Unable to undo, unable to switch'
        !           728: => '取り消し、切替えることが出来ません',
        !           729: 
        !           730:    'Unable to write to'
        !           731: => '書き込むことが出来ません:',
        !           732: 
        !           733:    'Uncompleted Homework'
        !           734: => '完成していない宿題',
        !           735: 
        !           736:    'Undid changes, Switched'
        !           737: => '変更をキャンセルし、切り替えました',
        !           738: 
        !           739:    'Upload Document'
        !           740: => 'ドキュメントをアップロードする',
        !           741: 
        !           742:    'Uploaded Document'
        !           743: => 'ドキュメントをアップロードしました',
        !           744: 
        !           745:    'User Role'
        !           746: => '役割',
        !           747: 
        !           748:    'View All Messages'
        !           749: => 'すべてのメッセージを見る',
        !           750: 
        !           751:    'View course assessment statistics'
        !           752: => 'コースのテストの統計を見る',
        !           753: 
        !           754:    'Was due'
        !           755: => 'は締め切りになりました',
        !           756: 
        !           757:    'Yes'
        !           758: => 'はい',
        !           759: 
        !           760:    'You did not select a template.'
        !           761: => 'テンプレートを選択していませんでした。',
        !           762: 
        !           763:    'You do not have authoring privileges for this resource'
        !           764: => 'このコースの編集権限を持っていません。',
        !           765: 
        !           766:    'You have no unread messages'
        !           767: => '未読メッセージはありません',
        !           768: 
        !           769:    'aboutlon.gif'
        !           770: => 'aboutlon.gif',
        !           771: 
        !           772:    'accessbutton.gif'
        !           773: => 'accessbutton.gif',
        !           774: 
        !           775:    'an indeterminate date'
        !           776: => '中間締め切り',
        !           777: 
        !           778:    'an unknown date'
        !           779: => '????/??/??',
        !           780: 
        !           781:    'contents'
        !           782: => 'コンテンツ',
        !           783: 
        !           784:    'could not be copied.'
        !           785: => 'コピーできません。',
        !           786: 
        !           787:    'is closed but you are allowed to view it'
        !           788: => '締め切られましたが見ることは出来ます',
        !           789: 
        !           790:    'is due at'
        !           791: => 'の締切りは',
        !           792: 
        !           793:    'is in under construction'
        !           794: => 'は作成中です',
        !           795: 
        !           796:    'is not analyzable at this time'
        !           797: => 'は現在分析できません',
        !           798: 
        !           799:    'last month'
        !           800: => '先月',
        !           801: 
        !           802:    'last problem'
        !           803: => '最後の問題',
        !           804: 
        !           805:    'last six months'
        !           806: => 'この6ヶ月',
        !           807: 
        !           808:    'last three months'
        !           809: => 'この3ヶ月',
        !           810: 
        !           811:    'last week'
        !           812: => '先週',
        !           813: 
        !           814:    'last year'
        !           815: => '昨年',
        !           816: 
        !           817:    'may open later.'
        !           818: => 'は後で公開されます。',
        !           819: 
        !           820:    'never'
        !           821: => '決して',
        !           822: 
        !           823:    'not displayed'
        !           824: => '表示されません',
        !           825: 
        !           826:    're-initializing course'
        !           827: => '再度初期化されたコース',
        !           828: 
        !           829:    'system wide'
        !           830: => 'システム全体',
        !           831: 
        !           832:    'today'
        !           833: => '今日',
        !           834: 
        !           835:    'undo'
        !           836: => 'やり直し',
        !           837: 
        !           838:    'userauthentication.gif'
        !           839: => 'userauthentication.gif',
        !           840: 
        !           841:    'was due on'
        !           842: => 'は締め切られました:',
        !           843: 
        !           844:    'will open on'
        !           845: => 'は公開されます:',
        !           846: 
        !           847: #SYNC Fri Sep 26 16:57:10 2003
        !           848:    ', is reserved internally by LON-CAPA.'
        !           849: => ',はLON-CAPAの内部で予約されています。',
        !           850: 
        !           851:    'Back to'
        !           852: => '戻る⇒',
        !           853: 
        !           854:    'Back to Source'
        !           855: => 'ソースへ戻る',
        !           856: 
        !           857:    'Back to Source Directory'
        !           858: => 'ソースディレクトリに戻る',
        !           859: 
        !           860:    'Became this version on ...'
        !           861: => 'このバージョンになったのは ...',
        !           862: 
        !           863:    'Browse published resources'
        !           864: => '公開されたリソースを見る',
        !           865: 
        !           866:    'Choose the course to work on'
        !           867: => 'コースを稼動させるために選択する',
        !           868: 
        !           869:    'Create a new course'
        !           870: => '新しいコースを作成する',
        !           871: 
        !           872:    'Customized right of use ...	'
        !           873: => '使用権限をカスタマイズする ...	',
        !           874: 
        !           875:    'Delete messages from bulletin boards'
        !           876: => '掲示板からメッセージを削除する',
        !           877: 
        !           878:    'Domain only - use limited to courses in the domain'
        !           879: => 'フォメイン限定 - ドメインを限定してコースを使う',
        !           880: 
        !           881:    'Dynamic Metadata'
        !           882: => 'ダイナミック・メタデータ',
        !           883: 
        !           884:    'Edit and view documents included in this course'
        !           885: => 'このコースに含まれているドキュメントを編集・閲覧する',
        !           886: 
        !           887:    'Edit/Modify DOCS'
        !           888: => '編集 DOCS',
        !           889: 
        !           890:    'Enter my resource construction space'
        !           891: => '自分のコンストラクション・スペースに入る',
        !           892: 
        !           893:    'FAIL'
        !           894: => '失敗',
        !           895: 
        !           896:    'Failed to copy source'
        !           897: => 'ソースをコピーすることに失敗しました',
        !           898: 
        !           899:    'Failed to write metadata copy'
        !           900: => 'メタデータを書き込むことに失敗しました',
        !           901: 
        !           902:    'File copied.'
        !           903: => 'ファイルをコピーしました。',
        !           904: 
        !           905:    'Finalize Publication'
        !           906: => '出版を完結する',
        !           907: 
        !           908:    'Grant/revoke role of Co-Author'
        !           909: => '共同作成者の役割を付与/剥奪する',
        !           910: 
        !           911:    'Grant/revoke role of Domain Coordinator'
        !           912: => 'ドメイン管理者の役割を付与/剥奪する',
        !           913: 
        !           914:    'Grant/revoke role of Exam Proctor'
        !           915: => '試験官の役割を付与/剥奪する',
        !           916: 
        !           917:    'Grant/revoke role of Instructor'
        !           918: => 'インストラクタの役割を付与/剥奪する',
        !           919: 
        !           920:    'Grant/revoke role of Student'
        !           921: => '学生の役割を付与/剥奪する',
        !           922: 
        !           923:    'Grant/revoke role of Superuser'
        !           924: => 'スーパーユーザの役割を付与/剥奪する',
        !           925: 
        !           926:    'Illegal filename.'
        !           927: => '禁止されたファイル名です。',
        !           928: 
        !           929:    'Name starting with'
        !           930: => '次の名前で始まる:',
        !           931: 
        !           932:    'No previous versions published.'
        !           933: => '以前のバージョンはありません。',
        !           934: 
        !           935:    'No write permission to'
        !           936: => '書き込み権限はありません:',
        !           937: 
        !           938:    'Please pick a version to retrieve'
        !           939: => '取り出すバージョンを選んでください',
        !           940: 
        !           941:    'Private - visible to author only for testing purposes'
        !           942: => '非公開 - 作成中で作成者にしか見えない',
        !           943: 
        !           944:    'Private Publication - did not synchronize database'
        !           945: => '非公開 - データベースと同期しません',
        !           946: 
        !           947:    'Public - no authentication or authorization required for use'
        !           948: => '公開 - 認証や認可無しに使用できます',
        !           949: 
        !           950:    'Retrieval of an old version will overwrite the file currently in construction space'
        !           951: => '古いバージョンを取り込むと、現在コンストラクション・スペースにあるファイルを上書きします',
        !           952: 
        !           953:    'Retrieve previous versions of'
        !           954: => '前のバージョンを取り出す:',
        !           955: 
        !           956:    'Retrieve version'
        !           957: => 'バージョンを取り出す',
        !           958: 
        !           959:    'Rule'
        !           960: => '役割',
        !           961: 
        !           962:    'Search the contents of this course'
        !           963: => 'コースコンテンツを検索する',
        !           964: 
        !           965:    'Search the database of published resources'
        !           966: => '公開されたリソースのデータベースを検索する',
        !           967: 
        !           968:    'Send broadcast and receipt-required email'
        !           969: => 'ブロードキャストや受信確認要求のあるメールを送る',
        !           970: 
        !           971:    'Show Problem Completeness'
        !           972: => '問題の完全性を見る',
        !           973: 
        !           974:    'Switch to another course'
        !           975: => '他のコースに切り替える',
        !           976: 
        !           977:    'System wide - can be used for any courses system wide'
        !           978: => 'システム全体 - システム全体のコースを使用することができる',
        !           979: 
        !           980:    'System wide - open source to all authors'
        !           981: => 'システム全体 - ソースをすべての作成者に公開する',
        !           982: 
        !           983:    'The extension on this file'
        !           984: => 'このファイルの拡張子',
        !           985: 
        !           986:    'This resource has been marked obsolete by the author(s)'
        !           987: => 'このリソースは採点されました',
        !           988: 
        !           989:    'Unsupported character combination'
        !           990: => 'サポートされていない文字の組合せです',
        !           991: 
        !           992:    'Uploaded'
        !           993: => 'アップロードしました',
        !           994: 
        !           995:    'Users with Roles Assigned by'
        !           996: => '次の役割を持ったユーザ:',
        !           997: 
        !           998:    'View documents included in this course'
        !           999: => 'このコースの中のドキュメントを見る',
        !          1000: 
        !          1001:    'View file'
        !          1002: => 'ファイルを閲覧する',
        !          1003: 
        !          1004:    'untitled'
        !          1005: => '無題',
        !          1006: 
        !          1007: #SYNC Sun Sep 28 12:06:11 2003
        !          1008:    'Additional Keywords'
        !          1009: => '追加のキーワード',
        !          1010: 
        !          1011:    'Additional Metadata (non-standard, parameters, exports)'
        !          1012: => '追加のメタデータ (非標準, パラメータ, エキスポート)',
        !          1013: 
        !          1014:    'All versions'
        !          1015: => 'すべてのバージョン',
        !          1016: 
        !          1017:    'Author and Co-Author roles may not be available on servers other than your home server.'
        !          1018: => '作成者と共同作成者の役割はホームサーバ以外では提供されません。',
        !          1019: 
        !          1020:    'Author(s)'
        !          1021: => '著者',
        !          1022: 
        !          1023:    'Average number of tries till solved'
        !          1024: => '正解までの平均受験回数',
        !          1025: 
        !          1026:    'Browse Resources'
        !          1027: => 'リソースを見る',
        !          1028: 
        !          1029:    'Catalog Information'
        !          1030: => 'カタログ情報',
        !          1031: 
        !          1032:    'Collapse Remote Control'
        !          1033: => 'リモコン・パネルを消します',
        !          1034: 
        !          1035:    'Construction Space'
        !          1036: => 'コンストラクション・スペース',
        !          1037: 
        !          1038:    'Content changed'
        !          1039: => 'コンテンツが変更されました',
        !          1040: 
        !          1041:    'Copied metadata'
        !          1042: => 'メタデータはコピーされました',
        !          1043: 
        !          1044:    'Copied source file'
        !          1045: => 'ファイルはコピーされました',
        !          1046: 
        !          1047:    'Copyright/Distribution'
        !          1048: => '著作権/ディストリビューション',
        !          1049: 
        !          1050:    'Could not write metadata'
        !          1051: => 'メタデータを書き込めませんでした',
        !          1052: 
        !          1053:    'Course Documents'
        !          1054: => 'コースドキュメント',
        !          1055: 
        !          1056:    'Creation Date'
        !          1057: => '作成日',
        !          1058: 
        !          1059:    'Custom Distribution File'
        !          1060: => '配布するファイルをカスタマイズする',
        !          1061: 
        !          1062:    'Default Cataloging Information for Directory'
        !          1063: => 'デフォルトのディレクトリ用カタログ情報',
        !          1064: 
        !          1065:    'Degree of difficulty'
        !          1066: => '困難度',
        !          1067: 
        !          1068:    'Differences'
        !          1069: => '違い',
        !          1070: 
        !          1071:    'Dump Course DOCS to Construction Space'
        !          1072: => 'コンストラクション・スペースにDOCSをダンプする',
        !          1073: 
        !          1074:    'Entering course ...'
        !          1075: => 'コースに入る ...',
        !          1076: 
        !          1077:    'Error Messages'
        !          1078: => 'エラーメッセージ',
        !          1079: 
        !          1080:    'Exam Information'
        !          1081: => '試験情報',
        !          1082: 
        !          1083:    'External Resource'
        !          1084: => '外部リソース',
        !          1085: 
        !          1086:    'Generate new role ...'
        !          1087: => '新しい役割を生成する ...',
        !          1088: 
        !          1089:    'Go to the next resource in the course sequence'
        !          1090: => 'このコースのシーケンス上の次のリソースに進む',
        !          1091: 
        !          1092:    'Go to the previous resource in the course sequence'
        !          1093: => 'このコースのシーケンス上の前のリソースに戻る',
        !          1094: 
        !          1095:    'Import a published document'
        !          1096: => '公開されているドキュメントをインポートする',
        !          1097: 
        !          1098:    'Keyword(s)'
        !          1099: => 'キーワード',
        !          1100: 
        !          1101:    'Last Week'
        !          1102: => '先週',
        !          1103: 
        !          1104:    'Load Map'
        !          1105: => 'マップをロードする',
        !          1106: 
        !          1107:    'Logged Out'
        !          1108: => 'ログアウトしました',
        !          1109: 
        !          1110:    'MIME Type'
        !          1111: => 'MIMEタイプ',
        !          1112: 
        !          1113:    'Make notes and annotations about this resource'
        !          1114: => 'このリソースのノートを取ります',
        !          1115: 
        !          1116:    'Material appears to be correct'
        !          1117: => '素材は正しく思えます',
        !          1118: 
        !          1119:    'Material covered with sufficient depth'
        !          1120: => '素材は充分にカバーしています',
        !          1121: 
        !          1122:    'Material is helpful'
        !          1123: => '素材は助けになります',
        !          1124: 
        !          1125:    'Material presented in clear way'
        !          1126: => '素材は明瞭な方法で示されています',
        !          1127: 
        !          1128:    'Metadata Information'
        !          1129: => 'メタデータ情報',
        !          1130: 
        !          1131:    'Modification Date'
        !          1132: => '変更日付',
        !          1133: 
        !          1134:    'My Personal Info'
        !          1135: => '個人情報',
        !          1136: 
        !          1137:    'Network-wide number of accesses (hits)'
        !          1138: => 'ネットワーク全体のアクセス(ヒット数)',
        !          1139: 
        !          1140:    'Network-wide number of courses using resource'
        !          1141: => 'リソースを使用しているネットワーク全体のコースの数',
        !          1142: 
        !          1143:    'Number of resources that follow this resource in maps'
        !          1144: => 'マップの中でこのリソースに従っているリソースの数',
        !          1145: 
        !          1146:    'Number of resources that lead up to this resource in maps'
        !          1147: => 'マップの中でこのリソースに従えているリソースの数',
        !          1148: 
        !          1149:    'Number of resources using or importing resource'
        !          1150: => 'このリソースを使っている/インポートしているリソースの数',
        !          1151: 
        !          1152:    'Obsolete'
        !          1153: => '旧',
        !          1154: 
        !          1155:    'Parent Directory'
        !          1156: => '親ディレクトリ',
        !          1157: 
        !          1158:    'Please either'
        !          1159: => 'どちらも',
        !          1160: 
        !          1161:    'Project Information'
        !          1162: => 'プロジェクト情報',
        !          1163: 
        !          1164:    'Publisher/Owner'
        !          1165: => '出版社/所有者',
        !          1166: 
        !          1167:    'Publishing'
        !          1168: => '公開',
        !          1169: 
        !          1170:    'Resource Publication'
        !          1171: => 'リソースを公開する',
        !          1172: 
        !          1173:    'Resource is technically correct'
        !          1174: => 'リソースは技術的に正しい',
        !          1175: 
        !          1176:    'Score Upload Form'
        !          1177: => 'アップロードされたフォームの得点',
        !          1178: 
        !          1179:    'Select Map'
        !          1180: => 'マップを選択する',
        !          1181: 
        !          1182:    'Set a bookmark for this resource'
        !          1183: => 'このリソースのブックマークをセットする',
        !          1184: 
        !          1185:    'Show all roles'
        !          1186: => '役割をすべて表示する',
        !          1187: 
        !          1188:    'Since Start of Course'
        !          1189: => 'コースの最初から',
        !          1190: 
        !          1191:    'Since Yesterday'
        !          1192: => '昨日から',
        !          1193: 
        !          1194:    'Special documents'
        !          1195: => '特別教材',
        !          1196: 
        !          1197:    'Save Catalog Information'
        !          1198: => 'カタログ情報を保存する',
        !          1199: 
        !          1200:    'Subject'
        !          1201: => '表題',
        !          1202: 
        !          1203:    'Successful Login'
        !          1204: => '正常にログインしました',
        !          1205: 
        !          1206:    'Suggested Replacement for Obsolete File'
        !          1207: => '古いファイルの置換えを薦めます',
        !          1208: 
        !          1209:    'Switching Role'
        !          1210: => '役割を切替える',
        !          1211: 
        !          1212:    'Target'
        !          1213: => 'ターゲット',
        !          1214: 
        !          1215:    'This syllabus can be publicly viewed at'
        !          1216: => 'このシラバスは次の場所で公開されます:',
        !          1217: 
        !          1218:    'Total number of students who have worked on this problem'
        !          1219: => 'この問題の全受験者数',
        !          1220: 
        !          1221:    'URLs To Include in Syllabus'
        !          1222: => 'シラバスに含むURL',
        !          1223: 
        !          1224:    'Update Display'
        !          1225: => '表示を更新する',
        !          1226: 
        !          1227:    'Upload a new main course document'
        !          1228: => '新しいメイン・コースドキュメントをアップロードする',
        !          1229: 
        !          1230:    'Upload a new supplemental course document'
        !          1231: => '新しい補助教材をアップロードする',
        !          1232: 
        !          1233:    'User'
        !          1234: => 'ユーザ',
        !          1235: 
        !          1236:    'Verify Course Documents'
        !          1237: => 'コースドキュメントをべリファイしました',
        !          1238: 
        !          1239:    'Version'
        !          1240: => 'バージョン',
        !          1241: 
        !          1242:    'Wrote Metadata'
        !          1243: => 'メタデータを書き込みました',
        !          1244: 
        !          1245:    'Your home server is '
        !          1246: => 'ホームサーバは:',
        !          1247: 
        !          1248:    'access denied'
        !          1249: => 'アクセスは拒否されました',
        !          1250: 
        !          1251:    'anno-'
        !          1252: => 'アノ',
        !          1253: 
        !          1254:    'announce'
        !          1255: => 'お知らせ',
        !          1256: 
        !          1257:    'backward'
        !          1258: => '後',
        !          1259: 
        !          1260:    'bookmark'
        !          1261: => 'ブックマーク',
        !          1262: 
        !          1263:    'chart'
        !          1264: => '図',
        !          1265: 
        !          1266:    'chat'
        !          1267: => 'チャット',
        !          1268: 
        !          1269:    'close this window'
        !          1270: => 'ウィンドウを閉じる',
        !          1271: 
        !          1272:    'con-'
        !          1273: => 'con-',
        !          1274: 
        !          1275:    'connection down'
        !          1276: => '接続が切れました',
        !          1277: 
        !          1278:    'docs'
        !          1279: => 'docs',
        !          1280: 
        !          1281:    'during the last'
        !          1282: => '前',
        !          1283: 
        !          1284:    'edit crs'
        !          1285: => 'コースを編集',
        !          1286: 
        !          1287:    'exit'
        !          1288: => '終了',
        !          1289: 
        !          1290:    'fas'
        !          1291: => 'fas',
        !          1292: 
        !          1293:    'forward'
        !          1294: => '次へ',
        !          1295: 
        !          1296:    'library'
        !          1297: => 'ライブラリ',
        !          1298: 
        !          1299:    'log in again'
        !          1300: => '再度ログインしてください',
        !          1301: 
        !          1302:    'my'
        !          1303: => '私の',
        !          1304: 
        !          1305:    'not found'
        !          1306: => '見つかりません',
        !          1307: 
        !          1308:    'or'
        !          1309: => 'または',
        !          1310: 
        !          1311:    'parms'
        !          1312: => 'パラメータ',
        !          1313: 
        !          1314:    'prepare'
        !          1315: => '準備する',
        !          1316: 
        !          1317:    'printout'
        !          1318: => '印刷する',
        !          1319: 
        !          1320:    'resource'
        !          1321: => 'リソース',
        !          1322: 
        !          1323:    'roles'
        !          1324: => '役割',
        !          1325: 
        !          1326:    'search'
        !          1327: => '検索する',
        !          1328: 
        !          1329:    'set'
        !          1330: => 'セットする',
        !          1331: 
        !          1332:    'space'
        !          1333: => 'スペース',
        !          1334: 
        !          1335:    'stats'
        !          1336: => '状態',
        !          1337: 
        !          1338:    'struct'
        !          1339: => '作成する',
        !          1340: 
        !          1341:    'switch'
        !          1342: => '切替える',
        !          1343: 
        !          1344:    'tations'
        !          1345: => 'テーション',
        !          1346: 
        !          1347:    'updated periodically'
        !          1348: => '周期的に更新されます',
        !          1349: 
        !          1350:    'user'
        !          1351: => 'ユーザ',
        !          1352: 
        !          1353:    'visible to author and co-authors only'
        !          1354: => '作成者と共同作成者に限り見ることが出来ます',
        !          1355: 
        !          1356:    'warning(s)'
        !          1357: => '警告',
        !          1358: 
        !          1359:    "Click to download or use your browser's Save Link function"
        !          1360: => "Click to download or use your browser's Save Link function",
        !          1361: 
        !          1362: 
        !          1363: # ----
        !          1364: 
        !          1365:    'calendar[_1]'
        !          1366: => 'カレンダ',
        !          1367: 
        !          1368:    'announce[_1]'
        !          1369: => 'お知らせ',
        !          1370: 
        !          1371: 
        !          1372: # ----
        !          1373: 
        !          1374:    'commu-[_1]'
        !          1375: => 'コミュニ',
        !          1376: 
        !          1377:    'nication[_1]'
        !          1378: => 'ケーション',
        !          1379: 
        !          1380: 
        !          1381: # ----
        !          1382: 
        !          1383:    'course[_10]'
        !          1384: => 'コース',
        !          1385: 
        !          1386:    'chat[_1]'
        !          1387: => 'チャット',
        !          1388: 
        !          1389: 
        !          1390: # ----
        !          1391: 
        !          1392:    'search[_1]'
        !          1393: => '検索する',
        !          1394: 
        !          1395:    'course[_11]'
        !          1396: => 'コース',
        !          1397: 
        !          1398: 
        !          1399: # ----
        !          1400: 
        !          1401:    'search[_2]'
        !          1402: => '検索する',
        !          1403: 
        !          1404:    'library[_1]'
        !          1405: => 'ライブラリ',
        !          1406: 
        !          1407: 
        !          1408: # ----
        !          1409: 
        !          1410:    'prefer-[_1]'
        !          1411: => '個人',
        !          1412: 
        !          1413:    'ences[_1]'
        !          1414: => '設定',
        !          1415: 
        !          1416: 
        !          1417: # ----
        !          1418: 
        !          1419:    'exit[_1]'
        !          1420: => '終了',
        !          1421: 
        !          1422:    ' [_1]'
        !          1423: => '',
        !          1424: 
        !          1425: 
        !          1426: # ----
        !          1427: 
        !          1428:    'switch[_2]'
        !          1429: => '切替える',
        !          1430: 
        !          1431:    'role[_1]'
        !          1432: => '役割',
        !          1433: 
        !          1434: 
        !          1435: # ----
        !          1436: 
        !          1437:    'choose[_2]'
        !          1438: => '選択',
        !          1439: 
        !          1440:    'role[_2]'
        !          1441: => '役割',
        !          1442: 
        !          1443: 
        !          1444: # ----
        !          1445: 
        !          1446:    'choose[_1]'
        !          1447: => '選択',
        !          1448: 
        !          1449:    'course[_1]'
        !          1450: => 'コース',
        !          1451: 
        !          1452: 
        !          1453: # ----
        !          1454: 
        !          1455:    'switch[_1]'
        !          1456: => '切替える',
        !          1457: 
        !          1458:    'course[_2]'
        !          1459: => 'コース',
        !          1460: 
        !          1461: 
        !          1462: # ----
        !          1463: 
        !          1464:    'course[_3]'
        !          1465: => 'コース',
        !          1466: 
        !          1467:    'docs[_1]'
        !          1468: => 'docs',
        !          1469: 
        !          1470: 
        !          1471: # ----
        !          1472: 
        !          1473:    'edit crs[_1]'
        !          1474: => 'コースを編集',
        !          1475: 
        !          1476:    'docs[_2]'
        !          1477: => 'docs',
        !          1478: 
        !          1479: 
        !          1480: # ----
        !          1481: 
        !          1482:    'navigate[_1]'
        !          1483: => 'ナビゲート',
        !          1484: 
        !          1485:    'contents[_1]'
        !          1486: => 'コンテンツ',
        !          1487: 
        !          1488: 
        !          1489: # ----
        !          1490: 
        !          1491:    'my[_1]'
        !          1492: => '私の',
        !          1493: 
        !          1494:    'grades[_1]'
        !          1495: => '成績',
        !          1496: 
        !          1497: 
        !          1498: # ----
        !          1499: 
        !          1500:    'course[_4]'
        !          1501: => 'コース',
        !          1502: 
        !          1503:    'grades[_2]'
        !          1504: => '成績',
        !          1505: 
        !          1506: 
        !          1507: # ----
        !          1508: 
        !          1509:    'course[_5]'
        !          1510: => 'コース',
        !          1511: 
        !          1512:    'chart[_1]'
        !          1513: => '図',
        !          1514: 
        !          1515: 
        !          1516: # ----
        !          1517: 
        !          1518:    'course[_6]'
        !          1519: => 'コース',
        !          1520: 
        !          1521:    'stats[_1]'
        !          1522: => '状態',
        !          1523: 
        !          1524: 
        !          1525: # ----
        !          1526: 
        !          1527:    'course[_7]'
        !          1528: => 'コース',
        !          1529: 
        !          1530:    'enroll[_1]'
        !          1531: => '出席',
        !          1532: 
        !          1533: 
        !          1534: # ----
        !          1535: 
        !          1536:    'manage[_1]'
        !          1537: => 'manage (553)',
        !          1538: 
        !          1539:    'acc keys[_1]'
        !          1540: => 'acc keys (515)',
        !          1541: 
        !          1542: 
        !          1543: # ----
        !          1544: 
        !          1545:    'user[_1]'
        !          1546: => 'ユーザ',
        !          1547: 
        !          1548:    'roles[_1]'
        !          1549: => '役割',
        !          1550: 
        !          1551: 
        !          1552: # ----
        !          1553: 
        !          1554:    'user[_1]'
        !          1555: => 'ユーザ',
        !          1556: 
        !          1557:    'roles[_1]'
        !          1558: => '役割',
        !          1559: 
        !          1560: 
        !          1561: # ----
        !          1562: 
        !          1563:    'user[_1]'
        !          1564: => 'ユーザ',
        !          1565: 
        !          1566:    'roles[_1]'
        !          1567: => '役割',
        !          1568: 
        !          1569: 
        !          1570: # ----
        !          1571: 
        !          1572:    'create[_1]'
        !          1573: => '作成',
        !          1574: 
        !          1575:    'course[_8]'
        !          1576: => 'コース',
        !          1577: 
        !          1578: 
        !          1579: # ----
        !          1580: 
        !          1581:    'course[_9]'
        !          1582: => 'コース',
        !          1583: 
        !          1584:    'parms[_1]'
        !          1585: => 'パラメータ',
        !          1586: 
        !          1587: 
        !          1588: # ----
        !          1589: 
        !          1590:    'con-[_1]'
        !          1591: => 'con-',
        !          1592: 
        !          1593:    'struct[_1]'
        !          1594: => '作成する',
        !          1595: 
        !          1596: 
        !          1597: # ----
        !          1598: 
        !          1599:    'co con-[_1]'
        !          1600: => 'co con- (530)',
        !          1601: 
        !          1602:    'struct[_2]'
        !          1603: => '作成する',
        !          1604: 
        !          1605: 
        !          1606: # ----
        !          1607: 
        !          1608:    'resource[_1]'
        !          1609: => 'リソース',
        !          1610: 
        !          1611:    'space[_1]'
        !          1612: => 'スペース',
        !          1613: 
        !          1614: 
        !          1615: # ----
        !          1616: 
        !          1617:    'co res[_1]'
        !          1618: => 'co res (531)',
        !          1619: 
        !          1620:    'space[_2]'
        !          1621: => 'スペース',
        !          1622: 
        !          1623: 
        !          1624: # ----
        !          1625: 
        !          1626:    'resource[_1]'
        !          1627: => 'リソース',
        !          1628: 
        !          1629:    'space[_1]'
        !          1630: => 'スペース',
        !          1631: 
        !          1632: 
        !          1633: # ----
        !          1634: 
        !          1635:    'enter[_1]'
        !          1636: => '入力',
        !          1637: 
        !          1638:    'grades[_2]'
        !          1639: => '成績',
        !          1640: 
        !          1641: 
        !          1642: # ----
        !          1643: 
        !          1644:    'send[_1]'
        !          1645: => 'send',
        !          1646: 
        !          1647:    'scantron[_1]'
        !          1648: => 'scantron',
        !          1649: 
        !          1650: 
        !          1651: # ----
        !          1652: 
        !          1653:    'view[_1]'
        !          1654: => '閲覧',
        !          1655: 
        !          1656:    'bookmark[_1]'
        !          1657: => 'ブックマーク',
        !          1658: 
        !          1659: #SYNCMARKER
        !          1660: );
        !          1661: 
        !          1662: 1;
        !          1663: 

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>