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

1.16      riegler     1: # The LearningOnline Network with CAPA
                      2: # Japanese Localization Lexicon
                      3: #
1.17    ! albertel    4: # $Id: ja.pm,v 1.16 2006/08/18 18:54:22 riegler Exp $
1.16      riegler     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',
1.14      www        44: 'htmlarea_lang' => 'ja-utf8',
1.16      riegler    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 occured 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: 
1.17    ! albertel  685:    'Save uploaded file as '
1.16      riegler   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: 
1.17    ! albertel 1197:    'Save Catalog Information'
1.16      riegler  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: 
1.12      www      1362: 
                   1363: #SYNC Thu Nov 27 21:01:54 2003
                   1364:    '#Stdnts'
                   1365: => '#Stdnts (1)',
                   1366: 
                   1367:    '#YES'
                   1368: => '#YES (2)',
                   1369: # #はい
                   1370:    '%Wrng'
                   1371: => '%Wrng (3)',
                   1372: 
                   1373:    ' Show All Foils'
                   1374: => ' Show All Foils (4)',
                   1375: 
                   1376:    '. . . for a particular section'
                   1377: => '. . . for a particular section (5)',
                   1378: # . . . fまたは a パートicular section
                   1379:    '. . . for all students in the course'
                   1380: => '. . . for all students in the course (6)',
                   1381: # . . . fまたは all 学生s in the コース
                   1382:    '. . . for an individual student'
                   1383: => '. . . for an individual student (7)',
                   1384: # . . . fまたは an individual 学生
                   1385:    '1 am'
                   1386: => '1 am (8)',
                   1387: 
                   1388:    '1 out of N multiple choice (radio button)'
                   1389: => '1 out of N multiple choice (radio button) (9)',
                   1390: 
                   1391:    '1 pm'
                   1392: => '1 pm (10)',
                   1393: 
                   1394:    '10 am'
                   1395: => '10 am (11)',
                   1396: 
                   1397:    '10 pm'
                   1398: => '10 pm (12)',
                   1399: 
                   1400:    '11 am'
                   1401: => '11 am (13)',
                   1402: 
                   1403:    '11 pm'
                   1404: => '11 pm (14)',
                   1405: 
                   1406:    '12 am'
                   1407: => '12 am (15)',
                   1408: 
                   1409:    '12 noon'
                   1410: => '12 noon (16)',
                   1411: 
                   1412:    '2 am'
                   1413: => '2 am (17)',
                   1414: 
                   1415:    '2 pm'
                   1416: => '2 pm (18)',
                   1417: 
                   1418:    '3 am'
                   1419: => '3 am (19)',
                   1420: 
                   1421:    '3 pm'
                   1422: => '3 pm (20)',
                   1423: 
                   1424:    '4 am'
                   1425: => '4 am (21)',
                   1426: 
                   1427:    '4 pm'
                   1428: => '4 pm (22)',
                   1429: 
                   1430:    '5 am'
                   1431: => '5 am (23)',
                   1432: 
                   1433:    '5 pm'
                   1434: => '5 pm (24)',
                   1435: 
                   1436:    '6 am'
                   1437: => '6 am (25)',
                   1438: 
                   1439:    '6 pm'
                   1440: => '6 pm (26)',
                   1441: 
                   1442:    '7 am'
                   1443: => '7 am (27)',
                   1444: 
                   1445:    '7 pm'
                   1446: => '7 pm (28)',
                   1447: 
                   1448:    '8 am'
                   1449: => '8 am (29)',
                   1450: 
                   1451:    '8 pm'
                   1452: => '8 pm (30)',
                   1453: 
                   1454:    '9 am'
                   1455: => '9 am (31)',
                   1456: 
                   1457:    '9 pm'
                   1458: => '9 pm (32)',
                   1459: 
                   1460:    '<- Previous'
                   1461: => '<- Previous (33)',
                   1462: 
                   1463:    '<b>[_1]</b>:  Unable to enroll: [_2]'
                   1464: => '<b>[_1]</b>:  Unable to enroll: [_2] (34)',
                   1465: # <b>[_1]</b>:  Unable to 出席: [_2]
                   1466:    '<b>[_1]</b>: Unable to enroll.  No password specified.'
                   1467: => '<b>[_1]</b>: Unable to enroll.  No password specified. (35)',
                   1468: # <b>[_1]</b>: Unable to 出席.  No passwまたはd specified.
                   1469:    '<b>[_1]</b>: Unacceptable username for user [_2] [_3] [_4] [_5]'
                   1470: => '<b>[_1]</b>: Unacceptable username for user [_2] [_3] [_4] [_5] (36)',
                   1471: # <b>[_1]</b>: Unacceptable ユーザ名前 fまたは ユーザ [_2] [_3] [_4] [_5]
                   1472:    'ALL'
                   1473: => 'ALL (37)',
                   1474: 
                   1475:    'About Me'
                   1476: => 'About Me (38)',
                   1477: 
                   1478:    'Access Key Management'
                   1479: => 'Access Key Management (39)',
                   1480: 
                   1481:    'Add new option'
                   1482: => 'Add new option (40)',
                   1483: 
                   1484:    'Additional Recipients'
                   1485: => 'Additional Recipients (41)',
                   1486: 
                   1487:    'Administrator'
                   1488: => 'Administrator (42)',
                   1489: # Administratまたは
                   1490:    'Advanced Catalog Search'
                   1491: => 'Advanced Catalog Search (43)',
                   1492: # Advanced Catalog 検索する
                   1493:    'Advanced Search'
                   1494: => 'Advanced Search (44)',
                   1495: # Advanced 検索する
                   1496:    'All Documents in Course'
                   1497: => 'All Documents in Course (45)',
                   1498: # All Documents in コース
                   1499:    'All Maps or Folders'
                   1500: => 'All Maps or Folders (46)',
                   1501: # All マップs または Folders
                   1502:    'All Resources (possibly large output)'
                   1503: => 'All Resources (possibly large output) (47)',
                   1504: # All リソースs (possibly large output)
                   1505:    'Analyze Over '
                   1506: => 'Analyze Over  (48)',
                   1507: 
                   1508:    'Analyze Problem'
                   1509: => 'Analyze Problem (49)',
                   1510: 
                   1511:    'Analyze Problem Again'
                   1512: => 'Analyze Problem Again (50)',
                   1513: 
                   1514:    'Analyze as '
                   1515: => 'Analyze as  (51)',
                   1516: 
                   1517:    'Anonymous'
                   1518: => 'Anonymous (52)',
                   1519: 
                   1520:    'Anonymous contribution to course discussion of resource'
                   1521: => 'Anonymous contribution to course discussion of resource (53)',
                   1522: # Anonymous contribution to コース discussion of リソース
                   1523:    'Answer:'
                   1524: => 'Answer: (54)',
                   1525: # 回答:
                   1526:    'Any Language'
                   1527: => 'Any Language (55)',
                   1528: # Any 言語
                   1529:    'Any User'
                   1530: => 'Any User (56)',
                   1531: # Any ユーザ
                   1532:    'Any category'
                   1533: => 'Any category (57)',
                   1534: # Any categまたはy
                   1535:    'Any copyright/distribution'
                   1536: => 'Any copyright/distribution (58)',
                   1537: # Any 著作権/ディストリビューション
                   1538:    'As a general rule, only authors or co-authors should be filesystem authenticated (which allows access to the server filesystem).'
                   1539: => 'As a general rule, only authors or co-authors should be filesystem authenticated (which allows access to the server filesystem). (59)',
                   1540: # As a general 役割, only authまたはs または co-authまたはs should be ファイルシステム auそれからticated (which allows access to the サーバ ファイルシステム).
                   1541:    'Assessment'
                   1542: => 'Assessment (60)',
                   1543: 
                   1544:    'Assessment URL and Title'
                   1545: => 'Assessment URL and Title (61)',
                   1546: # Assessment URL and タイトル
                   1547:    'Assigned User Roles'
                   1548: => 'Assigned User Roles (62)',
                   1549: # Assigned ユーザ 役割
                   1550:    'Associate columns with student attributes.'
                   1551: => 'Associate columns with student attributes. (63)',
                   1552: # Associate columns with 学生 attributes.
                   1553:    'Attachment'
                   1554: => 'Attachment (64)',
                   1555: 
                   1556:    'Attribute'
                   1557: => 'Attribute (65)',
                   1558: 
                   1559:    'Brief view of each students performance in course.'
                   1560: => 'Brief view of each students performance in course. (66)',
                   1561: # Brief 閲覧 of each 学生s perfまたはmance in コース.
                   1562:    'Broadcast Message to Course'
                   1563: => 'Broadcast Message to Course (67)',
                   1564: # Broadcast Message to コース
                   1565:    'Browse resources'
                   1566: => 'Browse resources (68)',
                   1567: # Browse リソースs
                   1568:    'Browsing resource, all submissions are temporary.'
                   1569: => 'Browsing resource, all submissions are temporary. (69)',
                   1570: # Browsing リソース, all submissions are tempまたはary.
                   1571:    'Bulletin Board/Discussion'
                   1572: => 'Bulletin Board/Discussion (70)',
                   1573: # 掲示板/Discussion
                   1574:    'By'
                   1575: => 'By (71)',
                   1576: 
                   1577:    'CSV (comma separated values, spreadsheet)'
                   1578: => 'CSV (comma separated values, spreadsheet) (72)',
                   1579: 
                   1580:    'Calculate answers'
                   1581: => 'Calculate answers (73)',
                   1582: # Calculate 回答s
                   1583:    'Calculations'
                   1584: => 'Calculations (74)',
                   1585: 
                   1586:    'Change'
                   1587: => 'Change (75)',
                   1588: 
                   1589:    'Change Random Seed To:'
                   1590: => 'Change Random Seed To: (76)',
                   1591: 
                   1592:    'Change Your Language Preferences'
                   1593: => 'Change Your Language Preferences (77)',
                   1594: # Change Your 言語 Prefer設定
                   1595:    'Changes can take up to 10 minutes before being active for all students.'
                   1596: => 'Changes can take up to 10 minutes before being active for all students. (78)',
                   1597: # Changes can take up to 10 minutes befまたはe being active fまたは all 学生s.
                   1598:    'Check All'
                   1599: => 'Check All (79)',
                   1600: 
                   1601:    'Check Course Document Versions'
                   1602: => 'Check Course Document Versions (80)',
                   1603: # Check コース Document バージョンs
                   1604:    'Check for All'
                   1605: => 'Check for All (81)',
                   1606: # Check fまたは All
                   1607:    'Check for None'
                   1608: => 'Check for None (82)',
                   1609: # Check fまたは None
                   1610:    'Check for Section/Group'
                   1611: => 'Check for Section/Group (83)',
                   1612: # Check fまたは 章/グループ
                   1613:    'Check/Set Resource Versions'
                   1614: => 'Check/Set Resource Versions (84)',
                   1615: # Check/セットする リソース バージョンs
                   1616:    'Choose a different resource'
                   1617: => 'Choose a different resource (85)',
                   1618: # 選択 a different リソース
                   1619:    'Chronological View'
                   1620: => 'Chronological View (86)',
                   1621: # Chronological 閲覧
                   1622:    'Clear All'
                   1623: => 'Clear All (87)',
                   1624: 
                   1625:    'Clear Caches'
                   1626: => 'Clear Caches (88)',
                   1627: 
                   1628:    'Close'
                   1629: => 'Close (89)',
                   1630: 
                   1631:    'Close All Folders'
                   1632: => 'Close All Folders (90)',
                   1633: 
                   1634:    'Column'
                   1635: => 'Column (91)',
                   1636: 
                   1637:    'Column&nbsp;[_1]'
                   1638: => 'Column&nbsp;[_1] (92)',
                   1639: 
                   1640:    'Comma Separated Values'
                   1641: => 'Comma Separated Values (93)',
                   1642: 
                   1643:    'Compact View'
                   1644: => 'Compact View (94)',
                   1645: # Compact 閲覧
                   1646:    'Concept:'
                   1647: => 'Concept: (95)',
                   1648: 
                   1649:    'Concepts'
                   1650: => 'Concepts (96)',
                   1651: 
                   1652:    'Construction Space File Operation'
                   1653: => 'Construction Space File Operation (97)',
                   1654: # Con作成するion スペース ファイル Operation
                   1655:    'Contact Information'
                   1656: => 'Contact Information (98)',
                   1657: # コンタクト Infまたはmation
                   1658:    'Continue enrollment?'
                   1659: => 'Continue enrollment? (99)',
                   1660: # Continue 出席ment?
                   1661:    'Contribution to course discussion of resource'
                   1662: => 'Contribution to course discussion of resource (100)',
                   1663: # Contribution to コース discussion of リソース
                   1664:    'Copied old metadata'
                   1665: => 'Copied old metadata (101)',
                   1666: 
                   1667:    'Copied old target file'
                   1668: => 'Copied old target file (102)',
                   1669: # Copied old ターゲット ファイル
                   1670:    'Copyright'
                   1671: => 'Copyright (103)',
                   1672: 
                   1673:    'Correct Option:'
                   1674: => 'Correct Option: (104)',
                   1675: # Cまたはrect Option:
                   1676:    'Could Not Process Request'
                   1677: => 'Could Not Process Request (105)',
                   1678: 
                   1679:    'Course Assessment Parameter - Helper Mode'
                   1680: => 'Course Assessment Parameter - Helper Mode (106)',
                   1681: # コース Assessment Parameter - ヘルプer Mode
                   1682:    'Course Assessment Parameters - Overview Mode'
                   1683: => 'Course Assessment Parameters - Overview Mode (107)',
                   1684: # コース Assessment Parameters - Over閲覧 Mode
                   1685:    'Course Assessments Parameters - Table Mode'
                   1686: => 'Course Assessments Parameters - Table Mode (108)',
                   1687: # コース Assessments Parameters - Table Mode
                   1688:    'Course Environment Parameters'
                   1689: => 'Course Environment Parameters (109)',
                   1690: # コース Environment Parameters
                   1691:    'Course ID'
                   1692: => 'Course ID (110)',
                   1693: # コース ID
                   1694:    'Course Parameter Helper'
                   1695: => 'Course Parameter Helper (111)',
                   1696: # コース Parameter ヘルプer
                   1697:    'Course Statistics and Charts cannot be retrieved until the database is restarted.  Your data is intact but cannot be displayed at this time.'
                   1698: => 'Course Statistics and Charts cannot be retrieved until the database is restarted.  Your data is intact but cannot be displayed at this time. (112)',
                   1699: # コース Statistics and 図s cannot be retrieved until the database is reスタートed.  Your data is intact but cannot be 表示するed at this time.
                   1700:    'Course level sheet'
                   1701: => 'Course level sheet (113)',
                   1702: # コース level sheet
                   1703:    'Create New Environment Variable'
                   1704: => 'Create New Environment Variable (114)',
                   1705: # 作成 New Environment Variable
                   1706:    'Create a New Course'
                   1707: => 'Create a New Course (115)',
                   1708: # 作成 a New コース
                   1709:    'Critical Messages'
                   1710: => 'Critical Messages (116)',
                   1711: 
                   1712:    'Current'
                   1713: => 'Current (117)',
                   1714: 
                   1715:    'Current Session Value'
                   1716: => 'Current Session Value (118)',
                   1717: 
                   1718:    'Default'
                   1719: => 'Default (119)',
                   1720: 
                   1721:    'Default Value'
                   1722: => 'Default Value (120)',
                   1723: 
                   1724:    'Delete'
                   1725: => 'Delete (121)',
                   1726: 
                   1727:    'Delete Checked'
                   1728: => 'Delete Checked (122)',
                   1729: 
                   1730:    'Delete a role'
                   1731: => 'Delete a role (123)',
                   1732: # Delete a 役割
                   1733:    'Delete an option'
                   1734: => 'Delete an option (124)',
                   1735: 
                   1736:    'Delete:'
                   1737: => 'Delete: (125)',
                   1738: 
                   1739:    'Detailed Citation View'
                   1740: => 'Detailed Citation View (126)',
                   1741: # Detailed Citation 閲覧
                   1742:    'Detailed Problem Analysis'
                   1743: => 'Detailed Problem Analysis (127)',
                   1744: 
                   1745:    'Detailed statistics and graphs of student performance on problems.'
                   1746: => 'Detailed statistics and graphs of student performance on problems. (128)',
                   1747: # Detailed statistics and graphs of 学生 perfまたはmance on problems.
                   1748:    'Diffs'
                   1749: => 'Diffs (129)',
                   1750: 
                   1751:    'Diffs with Current Version'
                   1752: => 'Diffs with Current Version (130)',
                   1753: # Diffs with Current バージョン
                   1754:    'Diffs with Version'
                   1755: => 'Diffs with Version (131)',
                   1756: # Diffs with バージョン
                   1757:    'Diffs with current Version'
                   1758: => 'Diffs with current Version (132)',
                   1759: # Diffs with current バージョン
                   1760:    'Disable ID/Student Number Safeguard and Force Change of Conflicting IDs (only do if you know what you are doing)'
                   1761: => 'Disable ID/Student Number Safeguard and Force Change of Conflicting IDs (only do if you know what you are doing) (133)',
                   1762: # Disable ID/学生 Number Safeguard and Fまたはce Change of Conflicting IDs (only do if you know what you are doing)
                   1763:    'Disable all communication among students'
                   1764: => 'Disable all communication among students (134)',
                   1765: # Disable all commuケーション a月g 学生s
                   1766:    'Discard Selected'
                   1767: => 'Discard Selected (135)',
                   1768: # Discard 選択するed
                   1769:    'Discussion Contributions'
                   1770: => 'Discussion Contributions (136)',
                   1771: 
                   1772:    'Display All Messages'
                   1773: => 'Display All Messages (137)',
                   1774: # 表示する All Messages
                   1775:    'Display all Messages'
                   1776: => 'Display all Messages (138)',
                   1777: # 表示する all Messages
                   1778:    'Display and analysis of submission times on assessments.'
                   1779: => 'Display and analysis of submission times on assessments. (139)',
                   1780: # 表示する and analysis of submission times on assessments.
                   1781:    'Display foils in order given'
                   1782: => 'Display foils in order given (140)',
                   1783: # 表示する foils in またはder given
                   1784:    'Display foils in random order'
                   1785: => 'Display foils in random order (141)',
                   1786: # 表示する foils in random またはder
                   1787:    'Distribute Messages from Uploaded File to Course'
                   1788: => 'Distribute Messages from Uploaded File to Course (142)',
                   1789: # Distribute Messages from アップロードしました ファイル to コース
                   1790:    'DoDiff'
                   1791: => 'DoDiff (143)',
                   1792: 
                   1793:    'Domain Guest'
                   1794: => 'Domain Guest (144)',
                   1795: # ドメイン Guest
                   1796:    'Drop Students'
                   1797: => 'Drop Students (145)',
                   1798: # Drop 学生s
                   1799:    'Dropped [_1]'
                   1800: => 'Dropped [_1] (146)',
                   1801: 
                   1802:    'Dropped [_1] student(s).'
                   1803: => 'Dropped [_1] student(s). (147)',
                   1804: # Dropped [_1] 学生(s).
                   1805:    'Dropping Students'
                   1806: => 'Dropping Students (148)',
                   1807: # Dropping 学生s
                   1808:    'Due'
                   1809: => 'Due (149)',
                   1810: 
                   1811:    'Dump Course DOCS'
                   1812: => 'Dump Course DOCS (150)',
                   1813: # Dump コース docs
                   1814:    'EMail Address'
                   1815: => 'EMail Address (151)',
                   1816: 
                   1817:    'EMail and Messages'
                   1818: => 'EMail and Messages (152)',
                   1819: 
                   1820:    'Edit Catalog Information'
                   1821: => 'Edit Catalog Information (153)',
                   1822: # 編集 Cataログインfまたはmation
                   1823:    'Edit Content of a Map'
                   1824: => 'Edit Content of a Map (154)',
                   1825: # 編集 Content of a マップ
                   1826:    'Edit Directory Catalog Information'
                   1827: => 'Edit Directory Catalog Information (155)',
                   1828: # 編集 Directまたはy Cataログインfまたはmation
                   1829:    'Edit this resource'
                   1830: => 'Edit this resource (156)',
                   1831: # 編集 this リソース
                   1832:    'Enclosing Map or Folder'
                   1833: => 'Enclosing Map or Folder (157)',
                   1834: # Enclosing マップ または Folder
                   1835:    'End Helper'
                   1836: => 'End Helper (158)',
                   1837: # 終了 ヘルプer
                   1838:    'English - ISO'
                   1839: => 'English - ISO (159)',
                   1840: 
                   1841:    'Enroll a single student'
                   1842: => 'Enroll a single student (160)',
                   1843: # 出席 a single 学生
                   1844:    'Enrolling Students'
                   1845: => 'Enrolling Students (161)',
                   1846: # 出席ing 学生s
                   1847:    'Enrollment Status'
                   1848: => 'Enrollment Status (162)',
                   1849: # 出席ment 状態
                   1850:    'Enter construction space as a co-author'
                   1851: => 'Enter construction space as a co-author (163)',
                   1852: # 入力 con作成するion スペース as a co-authまたは
                   1853:    'Error'
                   1854: => 'Error (164)',
                   1855: # Errまたは
                   1856:    'Error dropping [_1]:[_2]'
                   1857: => 'Error dropping [_1]:[_2] (165)',
                   1858: # Errまたは dropping [_1]:[_2]
                   1859:    'Essay, open end'
                   1860: => 'Essay, open end (166)',
                   1861: # Essay, open 終了
                   1862:    'Evaluate Resource'
                   1863: => 'Evaluate Resource (167)',
                   1864: # Evaluate リソース
                   1865:    'Excel'
                   1866: => 'Excel (168)',
                   1867: 
                   1868:    'Failed Access to Construction Space'
                   1869: => 'Failed Access to Construction Space (169)',
                   1870: # 失敗ed Access to Con作成するion スペース
                   1871:    'False'
                   1872: => 'False (170)',
                   1873: 
                   1874:    'Field'
                   1875: => 'Field (171)',
                   1876: 
                   1877:    'Fielded Format'
                   1878: => 'Fielded Format (172)',
                   1879: # Fielded Fまたはmat
                   1880:    'File Category'
                   1881: => 'File Category (173)',
                   1882: # ファイル Categまたはy
                   1883:    'Filenames in Construction Space'
                   1884: => 'Filenames in Construction Space (174)',
                   1885: # ファイル名前s in Con作成するion スペース
                   1886:    'Finish Course Initialization'
                   1887: => 'Finish Course Initialization (175)',
                   1888: # Finish コース Initialization
                   1889:    'First Name'
                   1890: => 'First Name (176)',
                   1891: # First 名前
                   1892:    'Foil'
                   1893: => 'Foil (177)',
                   1894: 
                   1895:    'Foils'
                   1896: => 'Foils (178)',
                   1897: 
                   1898:    'Folder'
                   1899: => 'Folder (179)',
                   1900: 
                   1901:    'Folder in Construction Space'
                   1902: => 'Folder in Construction Space (180)',
                   1903: # Folder in Con作成するion スペース
                   1904:    'For User'
                   1905: => 'For User (181)',
                   1906: # Fまたは ユーザ
                   1907:    'Force publication of unmodified files'
                   1908: => 'Force publication of unmodified files (182)',
                   1909: # Fまたはce publication of unmodified ファイルs
                   1910:    'Format:'
                   1911: => 'Format: (183)',
                   1912: # Fまたはmat:
                   1913:    'Forward'
                   1914: => 'Forward (184)',
                   1915: # Fまたはward
                   1916:    'Forwarded message from'
                   1917: => 'Forwarded message from (185)',
                   1918: # Fまたはwarded message from
                   1919:    'Forwarding'
                   1920: => 'Forwarding (186)',
                   1921: # Fまたはwarding
                   1922:    'From'
                   1923: => 'From (187)',
                   1924: 
                   1925:    'Full Update'
                   1926: => 'Full Update (188)',
                   1927: # Full Up日付
                   1928:    'Full update (also print list of users not enrolled anymore)'
                   1929: => 'Full update (also print list of users not enrolled anymore) (189)',
                   1930: # Full up日付 (also print list of ユーザs not 出席ed anymまたはe)
                   1931:    'Functions'
                   1932: => 'Functions (190)',
                   1933: 
                   1934:    'Generate Spreadsheet'
                   1935: => 'Generate Spreadsheet (191)',
                   1936: 
                   1937:    'Generate Statistics'
                   1938: => 'Generate Statistics (192)',
                   1939: 
                   1940:    'Generation'
                   1941: => 'Generation (193)',
                   1942: 
                   1943:    'German - ISO'
                   1944: => 'German - ISO (194)',
                   1945: 
                   1946:    'Grant/revoke Course Custom Role'
                   1947: => 'Grant/revoke Course Custom Role (195)',
                   1948: # Grant/revoke コース Custom 役割
                   1949:    'Grant/revoke role of Administrator'
                   1950: => 'Grant/revoke role of Administrator (196)',
                   1951: # Grant/revoke 役割 of Administratまたは
                   1952:    'Grant/revoke role of Author'
                   1953: => 'Grant/revoke role of Author (197)',
                   1954: # Grant/revoke 役割 of Authまたは
                   1955:    'Grant/revoke role of Course Coordinator'
                   1956: => 'Grant/revoke role of Course Coordinator (198)',
                   1957: # Grant/revoke 役割 of コース Coまたはdinatまたは
                   1958:    'Grant/revoke role of Domain Guest'
                   1959: => 'Grant/revoke role of Domain Guest (199)',
                   1960: # Grant/revoke 役割 of ドメイン Guest
                   1961:    'Grant/revoke role of Librarian'
                   1962: => 'Grant/revoke role of Librarian (200)',
                   1963: # Grant/revoke 役割 of Librarian
                   1964:    'Grant/revoke role of Scantron Operator'
                   1965: => 'Grant/revoke role of Scantron Operator (201)',
                   1966: # Grant/revoke 役割 of Scantron Operatまたは
                   1967:    'Grant/revoke role of Teaching Assistant'
                   1968: => 'Grant/revoke role of Teaching Assistant (202)',
                   1969: # Grant/revoke 役割 of TA
                   1970:    'Group/Section'
                   1971: => 'Group/Section (203)',
                   1972: 
                   1973:    'HTML'
                   1974: => 'HTML (204)',
                   1975: 
                   1976:    'HTML/XML'
                   1977: => 'HTML/XML (205)',
                   1978: 
                   1979:    'Height(pixel):'
                   1980: => 'Height(pixel): (206)',
                   1981: 
                   1982:    'Hide'
                   1983: => 'Hide (207)',
                   1984: 
                   1985:    'Hint Text'
                   1986: => 'Hint Text (208)',
                   1987: 
                   1988:    'Host'
                   1989: => 'Host (209)',
                   1990: 
                   1991:    'ID/Student Number'
                   1992: => 'ID/Student Number (210)',
                   1993: # ID/学生 Number
                   1994:    'Identify fields'
                   1995: => 'Identify fields (211)',
                   1996: 
                   1997:    'If active, the new role will be available when the students next log in to LON-CAPA.'
                   1998: => 'If active, the new role will be available when the students next log in to LON-CAPA. (212)',
                   1999: # If active, the new 役割 will be available when the 学生s next ログイン to LON-CAPA.
                   2000:    'If this resource is in active use, student performance data from the previous version may become inaccessible.'
                   2001: => 'If this resource is in active use, student performance data from the previous version may become inaccessible. (213)',
                   2002: # If this リソース is in active use, 学生 perfまたはmance data from the previous バージョン 5月 become inaccessible.
                   2003:    'Ignore First Line'
                   2004: => 'Ignore First Line (214)',
                   2005: # Ignまたはe First Line
                   2006:    'Image:'
                   2007: => 'Image: (215)',
                   2008: 
                   2009:    'Incorrect Answers:'
                   2010: => 'Incorrect Answers: (216)',
                   2011: # Incまたはrect 回答s:
                   2012:    'Initial Password'
                   2013: => 'Initial Password (217)',
                   2014: # Initial Passwまたはd
                   2015:    'Internal Filename'
                   2016: => 'Internal Filename (218)',
                   2017: # Internal ファイル名前
                   2018:    'Internally authenticated'
                   2019: => 'Internally authenticated (219)',
                   2020: # Internally auそれからticated
                   2021:    'Invalid date entry'
                   2022: => 'Invalid date entry (220)',
                   2023: # Invalid 日付 entry
                   2024:    'Invalid home server specified'
                   2025: => 'Invalid home server specified (221)',
                   2026: # Invalid home サーバ specified
                   2027:    'Japanese - UTF'
                   2028: => 'Japanese - UTF (222)',
                   2029: 
                   2030:    'Keep all Resources up-to-date with most recent Versions (default)'
                   2031: => 'Keep all Resources up-to-date with most recent Versions (default) (223)',
                   2032: # Keep all リソースs up-to-日付 with most recent バージョンs (default)
                   2033:    'Kerberos authenticated'
                   2034: => 'Kerberos authenticated (224)',
                   2035: # Kerberos auそれからticated
                   2036:    'Keywords'
                   2037: => 'Keywords (225)',
                   2038: # Keywまたはds
                   2039:    'LON-CAPA Domain for Students'
                   2040: => 'LON-CAPA Domain for Students (226)',
                   2041: # LON-CAPA ドメイン fまたは 学生s
                   2042:    'LON-CAPA Enrollment Manager'
                   2043: => 'LON-CAPA Enrollment Manager (227)',
                   2044: # LON-CAPA 出席ment Manager
                   2045:    'LON-CAPA Helper:'
                   2046: => 'LON-CAPA Helper: (228)',
                   2047: # LON-CAPA ヘルプer:
                   2048:    'LON-CAPA domain: [_1]'
                   2049: => 'LON-CAPA domain: [_1] (229)',
                   2050: # LON-CAPA ドメイン: [_1]
                   2051:    'Last Name'
                   2052: => 'Last Name (230)',
                   2053: # Last 名前
                   2054:    'Last Name, First Names'
                   2055: => 'Last Name, First Names (231)',
                   2056: # Last 名前, First 名前s
                   2057:    'Last access'
                   2058: => 'Last access (232)',
                   2059: 
                   2060:    'Last accessed'
                   2061: => 'Last accessed (233)',
                   2062: 
                   2063:    'Last modified'
                   2064: => 'Last modified (234)',
                   2065: # 最終変更
                   2066:    'Last updated'
                   2067: => 'Last updated (235)',
                   2068: # Last up日付d
                   2069:    'Librarian'
                   2070: => 'Librarian (236)',
                   2071: 
                   2072:    'Limit by copyright/distribution'
                   2073: => 'Limit by copyright/distribution (237)',
                   2074: # Limit by 著作権/ディストリビューション
                   2075:    'Limit by language'
                   2076: => 'Limit by language (238)',
                   2077: # Limit by 言語
                   2078:    'Load:'
                   2079: => 'Load: (239)',
                   2080: # 負荷:
                   2081:    'Lock and unlock assessments'
                   2082: => 'Lock and unlock assessments (240)',
                   2083: 
                   2084:    'Login Type'
                   2085: => 'Login Type (241)',
                   2086: 
                   2087:    'Mail'
                   2088: => 'Mail (242)',
                   2089: 
                   2090:    'Making Backup to'
                   2091: => 'Making Backup to (243)',
                   2092: 
                   2093:    'Manage Access Keys'
                   2094: => 'Manage Access Keys (244)',
                   2095: 
                   2096:    'Manage access keys'
                   2097: => 'Manage access keys (245)',
                   2098: 
                   2099:    'Mark Unread'
                   2100: => 'Mark Unread (246)',
                   2101: 
                   2102:    'Max Number Of Shown Foils:'
                   2103: => 'Max Number Of Shown Foils: (247)',
                   2104: 
                   2105:    'Max Possible To Date'
                   2106: => 'Max Possible To Date (248)',
                   2107: # Max Possible To 日付
                   2108:    'Max Tries'
                   2109: => 'Max Tries (249)',
                   2110: # Max 受験回数
                   2111:    'Max number of foils displayed'
                   2112: => 'Max number of foils displayed (250)',
                   2113: # Max number of foils 表示するed
                   2114:    'Mean Tries'
                   2115: => 'Mean Tries (251)',
                   2116: # Mean 受験回数
                   2117:    'Metadata'
                   2118: => 'Metadata (252)',
                   2119: 
                   2120:    'Metadata Version'
                   2121: => 'Metadata Version (253)',
                   2122: # Metadata バージョン
                   2123:    'Metadata current version'
                   2124: => 'Metadata current version (254)',
                   2125: # Metadata current バージョン
                   2126:    'Middle Names/Initials'
                   2127: => 'Middle Names/Initials (255)',
                   2128: # Middle 名前s/Initials
                   2129:    'Mime type'
                   2130: => 'Mime type (256)',
                   2131: # MIMEタイプ
                   2132:    'Modified'
                   2133: => 'Modified (257)',
                   2134: 
                   2135:    'Modify Course Assessment Parameters'
                   2136: => 'Modify Course Assessment Parameters (258)',
                   2137: # Modify コース Assessment Parameters
                   2138:    'Modify Parameters'
                   2139: => 'Modify Parameters (259)',
                   2140: 
                   2141:    'Modify authentication mechanism and data for a user'
                   2142: => 'Modify authentication mechanism and data for a user (260)',
                   2143: # Modify auそれからtication mechanism and data fまたは a ユーザ
                   2144:    'Modify deadlines, etc, for this assessment resource'
                   2145: => 'Modify deadlines, etc, for this assessment resource (261)',
                   2146: # Modify 締め切り, etc, fまたは this assessment リソース
                   2147:    'Modify grades'
                   2148: => 'Modify grades (262)',
                   2149: # Modify 成績
                   2150:    'Modify student data'
                   2151: => 'Modify student data (263)',
                   2152: # Modify 学生 data
                   2153:    'Modify user grades for this assessment resource'
                   2154: => 'Modify user grades for this assessment resource (264)',
                   2155: # Modify ユーザ 成績 fまたは this assessment リソース
                   2156:    'Most recently published Version'
                   2157: => 'Most recently published Version (265)',
                   2158: # Most recently published バージョン
                   2159:    'Move Down'
                   2160: => 'Move Down (266)',
                   2161: 
                   2162:    'Move Up'
                   2163: => 'Move Up (267)',
                   2164: 
                   2165:    'Name:'
                   2166: => 'Name: (268)',
                   2167: # 名前:
                   2168:    'New Problem Variation'
                   2169: => 'New Problem Variation (269)',
                   2170: 
                   2171:    'New Randomization'
                   2172: => 'New Randomization (270)',
                   2173: 
                   2174:    'New Title'
                   2175: => 'New Title (271)',
                   2176: # New タイトル
1.17    ! albertel 2177:    'New parameters or saved values'
        !          2178: => 'New parameters or saved values (272)',
1.12      www      2179: # New parameters または stまたはed values
                   2180:    'Next'
                   2181: => 'Next (273)',
                   2182: 
                   2183:    'Next ->'
                   2184: => 'Next -> (274)',
                   2185: 
                   2186:    'No Kerberos domain was specified.'
                   2187: => 'No Kerberos domain was specified. (275)',
                   2188: # No Kerberos ドメイン was specified.
                   2189:    'No changes were made to the current settings.'
                   2190: => 'No changes were made to the current settings. (276)',
                   2191: # No changes were made to the current セットするtings.
                   2192:    'No language preference'
                   2193: => 'No language preference (277)',
                   2194: # No 言語 preference
                   2195:    'None Found'
                   2196: => 'None Found (278)',
                   2197: 
                   2198:    'Not shown, not used'
                   2199: => 'Not shown, not used (279)',
                   2200: 
                   2201:    'Note: for large courses, this operation may be time consuming'
                   2202: => 'Note: for large courses, this operation may be time consuming (280)',
                   2203: # Note: fまたは large コースs, this operation 5月 be time consuming
                   2204:    'Note: this will not take effect if the user already exists'
                   2205: => 'Note: this will not take effect if the user already exists (281)',
                   2206: # Note: this will not take effect if the ユーザ already exists
                   2207:    'Number of Plots:'
                   2208: => 'Number of Plots: (282)',
                   2209: 
1.17    ! albertel 2210:    'Obsolete parameters or saved values'
        !          2211: => 'Obsolete parameters or saved values (283)',
1.12      www      2212: # 旧 parameters または stまたはed values
                   2213:    'Open'
                   2214: => 'Open (284)',
                   2215: 
                   2216:    'Open All Folders'
                   2217: => 'Open All Folders (285)',
                   2218: 
                   2219:    'Option Response Problem Analysis'
                   2220: => 'Option Response Problem Analysis (286)',
                   2221: 
                   2222:    'Option response'
                   2223: => 'Option response (287)',
                   2224: 
                   2225:    'Output'
                   2226: => 'Output (288)',
                   2227: 
                   2228:    'Output Format'
                   2229: => 'Output Format (289)',
                   2230: # Output Fまたはmat
                   2231:    'Overall Problem Statistics'
                   2232: => 'Overall Problem Statistics (290)',
                   2233: 
                   2234:    'Owner/Publisher'
                   2235: => 'Owner/Publisher (291)',
                   2236: 
                   2237:    'Parameter Name'
                   2238: => 'Parameter Name (292)',
                   2239: # Parameter 名前
                   2240:    'Parameter Type'
                   2241: => 'Parameter Type (293)',
                   2242: 
                   2243:    'Parameter in Effect'
                   2244: => 'Parameter in Effect (294)',
                   2245: 
                   2246:    'Per Page'
                   2247: => 'Per Page (295)',
                   2248: # Per ページ
                   2249:    'Personal Information'
                   2250: => 'Personal Information (296)',
                   2251: # Personal Infまたはmation
                   2252:    'Please do not reply to this address.'
                   2253: => 'Please do not reply to this address. (297)',
                   2254: 
                   2255:    'Please notify the server administrator '
                   2256: => 'Please notify the server administrator  (298)',
                   2257: # Please notify the サーバ administratまたは 
                   2258:    'Please select a problem to analyze'
                   2259: => 'Please select a problem to analyze (299)',
                   2260: # Please 選択する: problem to analyze
                   2261:    'Please select a report to generate'
                   2262: => 'Please select a report to generate (300)',
                   2263: # Please 選択する: repまたはt to generate
                   2264:    'Please select a report to generate.'
                   2265: => 'Please select a report to generate. (301)',
                   2266: # Please 選択する: repまたはt to generate.
                   2267:    'Portuguese - ISO'
                   2268: => 'Portuguese - ISO (302)',
                   2269: # Pまたはtuguese - ISO
                   2270:    'Position'
                   2271: => 'Position (303)',
                   2272: 
                   2273:    'Post anonymously'
                   2274: => 'Post anonymously (304)',
                   2275: 
                   2276:    'Post discussion on course resources'
                   2277: => 'Post discussion on course resources (305)',
                   2278: # Post discussion on コース リソースs
                   2279:    'Post system frontpage announcements'
                   2280: => 'Post system frontpage announcements (306)',
                   2281: # Post システム frontページ お知らせments
                   2282:    'Post to live chatrooms'
                   2283: => 'Post to live chatrooms (307)',
                   2284: # Post to live チャットrooms
                   2285:    'Preferred language'
                   2286: => 'Preferred language (308)',
                   2287: # Preferred 言語
                   2288:    'Preparing Excel Spreadsheet'
                   2289: => 'Preparing Excel Spreadsheet (309)',
                   2290: 
                   2291:    'Previous'
                   2292: => 'Previous (310)',
                   2293: 
                   2294:    'Printing Helper'
                   2295: => 'Printing Helper (311)',
                   2296: # Printing ヘルプer
                   2297:    'Privacy Note'
                   2298: => 'Privacy Note (312)',
                   2299: 
                   2300:    'Problem Status Chart'
                   2301: => 'Problem Status Chart (313)',
                   2302: # Problem 状態 図
                   2303:    'Problems'
                   2304: => 'Problems (314)',
                   2305: 
                   2306:    'Problems Not Contained In A Folder'
                   2307: => 'Problems Not Contained In A Folder (315)',
                   2308: 
                   2309:    'Problems creating new Excel file.  This error has been logged.  Please alert your LON-CAPA administrator.'
                   2310: => 'Problems creating new Excel file.  This error has been logged.  Please alert your LON-CAPA administrator. (316)',
                   2311: # Problems creating new Excel ファイル.  This errまたは has been logged.  Please alert your LON-CAPA administratまたは.
                   2312:    'Processed [_1] student(s).'
                   2313: => 'Processed [_1] student(s). (317)',
                   2314: # Processed [_1] 学生(s).
                   2315:    'Processing course structure'
                   2316: => 'Processing course structure (318)',
                   2317: # 処理中 コース 作成するure
                   2318:    'Processing first student'
                   2319: => 'Processing first student (319)',
                   2320: # 処理中 first 学生
                   2321:    'Produce Excel Output'
                   2322: => 'Produce Excel Output (320)',
                   2323: 
                   2324:    'Provide feedback messages or contribute to the course discussion about this resource'
                   2325: => 'Provide feedback messages or contribute to the course discussion about this resource (321)',
                   2326: # Provide feedback messages または contribute to the コース discussion about this リソース
                   2327:    'Provide my evaluation of this resource'
                   2328: => 'Provide my evaluation of this resource (322)',
                   2329: # Provide 私の evaluation of this リソース
                   2330:    'Publish'
                   2331: => 'Publish (323)',
                   2332: 
                   2333:    'Publish Directory'
                   2334: => 'Publish Directory (324)',
                   2335: # Publish Directまたはy
                   2336:    'Publish Directory and Sub Directories'
                   2337: => 'Publish Directory and Sub Directories (325)',
                   2338: # Publish Directまたはy and Sub Directまたはies
                   2339:    'Published'
                   2340: => 'Published (326)',
                   2341: 
                   2342:    'Question Text'
                   2343: => 'Question Text (327)',
                   2344: 
                   2345:    'Question Type'
                   2346: => 'Question Type (328)',
                   2347: 
                   2348:    'Quick Completed Problems Display'
                   2349: => 'Quick Completed Problems Display (329)',
                   2350: # Quick Completed Problems 表示する
                   2351:    'Random position'
                   2352: => 'Random position (330)',
                   2353: 
                   2354:    'Re'
                   2355: => 'Re (331)',
                   2356: 
                   2357:    'Re-enrollment will re-activate data.'
                   2358: => 'Re-enrollment will re-activate data. (332)',
                   2359: # Re-出席ment will re-activate data.
                   2360:    'Reading results from'
                   2361: => 'Reading results from (333)',
                   2362: 
                   2363:    'Record'
                   2364: => 'Record (334)',
                   2365: # Recまたはd
                   2366:    'Registering'
                   2367: => 'Registering (335)',
                   2368: 
                   2369:    'Related'
                   2370: => 'Related (336)',
                   2371: 
                   2372:    'Reply'
                   2373: => 'Reply (337)',
                   2374: 
                   2375:    'Reset Submissions'
                   2376: => 'Reset Submissions (338)',
                   2377: # Reセットする Submissions
                   2378:    'Resource Feedback and Discussion'
                   2379: => 'Resource Feedback and Discussion (339)',
                   2380: # リソース Feedback and Discussion
                   2381:    'Resource Level'
                   2382: => 'Resource Level (340)',
                   2383: # リソース Level
                   2384:    'Retrieve'
                   2385: => 'Retrieve (341)',
                   2386: 
                   2387:    'Retrieve Published Resources'
                   2388: => 'Retrieve Published Resources (342)',
                   2389: # Retrieve Published リソースs
                   2390:    'Revert to Last Saved'
                   2391: => 'Revert to Last Saved (343)',
                   2392: # Revert to Last 保存するd
                   2393:    'Revision Date'
                   2394: => 'Revision Date (344)',
                   2395: # Revision 日付
                   2396:    'Row'
                   2397: => 'Row (345)',
                   2398: 
                   2399:    'Russian - KOI'
                   2400: => 'Russian - KOI (346)',
                   2401: 
                   2402:    'S.D. tries'
                   2403: => 'S.D. tries (347)',
                   2404: # S.D. 受験回数
                   2405:    'Samples'
                   2406: => 'Samples (348)',
                   2407: 
                   2408:    'Save as'
                   2409: => 'Save as (349)',
                   2410: # 保存する as
                   2411:    'Save as & Make This Sheet the Default'
                   2412: => 'Save as & Make This Sheet the Default (350)',
                   2413: # 保存する as & Make This Sheet the Default
                   2414:    'Save as ...'
                   2415: => 'Save as ... (351)',
                   2416: # 保存する as ...
                   2417:    'Scantron Operator'
                   2418: => 'Scantron Operator (352)',
                   2419: # Scantron Operatまたは
                   2420:    'Search Complete'
                   2421: => 'Search Complete (353)',
                   2422: # 検索する Complete
                   2423:    'Section'
                   2424: => 'Section (354)',
                   2425: 
                   2426:    'Sections'
                   2427: => 'Sections (355)',
                   2428: 
                   2429:    'Select All'
                   2430: => 'Select All (356)',
                   2431: # 選択する:ll
                   2432:    'Select All Students'
                   2433: => 'Select All Students (357)',
                   2434: # 選択する:ll 学生s
                   2435:    'Select Date'
                   2436: => 'Select Date (358)',
                   2437: # 選択する 日付
                   2438:    'Select Enclosing Map or Folder'
                   2439: => 'Select Enclosing Map or Folder (359)',
                   2440: # 選択する Enclosing マップ または Folder
                   2441:    'Select Parameter Level'
                   2442: => 'Select Parameter Level (360)',
                   2443: # 選択する Parameter Level
                   2444:    'Select Spreadsheet File'
                   2445: => 'Select Spreadsheet File (361)',
                   2446: # 選択する Spreadsheet ファイル
                   2447:    'Select a course'
                   2448: => 'Select a course (362)',
                   2449: # 選択する: コース
                   2450:    'Selecting a User'
                   2451: => 'Selecting a User (363)',
                   2452: # 選択するing a ユーザ
                   2453:    'Send Message to User(s)'
                   2454: => 'Send Message to User(s) (364)',
                   2455: # S終了 Message to ユーザ(s)
                   2456:    'Send New'
                   2457: => 'Send New (365)',
                   2458: # S終了 New
                   2459:    'Send Reply'
                   2460: => 'Send Reply (366)',
                   2461: # S終了 Reply
                   2462:    'Send Scantron data to a course'
                   2463: => 'Send Scantron data to a course (367)',
                   2464: # S終了 Scantron data to a コース
                   2465:    'Send as critical message'
                   2466: => 'Send as critical message (368)',
                   2467: # S終了 as critical message
                   2468:    'Send internal email'
                   2469: => 'Send internal email (369)',
                   2470: # S終了 internal email
                   2471:    'Sequence or Folder'
                   2472: => 'Sequence or Folder (370)',
                   2473: # シーケンス または Folder
                   2474:    'Sequences and Folders'
                   2475: => 'Sequences and Folders (371)',
                   2476: # Sequ設定 and Folders
                   2477:    'Set Course Environment Parameters'
                   2478: => 'Set Course Environment Parameters (372)',
                   2479: # セットする コース Environment Parameters
                   2480:    'Set Date'
                   2481: => 'Set Date (373)',
                   2482: # セットする 日付
                   2483:    'Set Defaults for All Resources in Course'
                   2484: => 'Set Defaults for All Resources in Course (374)',
                   2485: # セットする Defaults fまたは All リソースs in コース
                   2486:    'Set Version to be used in Course'
                   2487: => 'Set Version to be used in Course (375)',
                   2488: # セットする バージョン to be used in コース
                   2489:    'Set Versions to be used in Course according to Selections below'
                   2490: => 'Set Versions to be used in Course according to Selections below (376)',
                   2491: # セットする バージョンs to be used in コース accまたはding to 選択するions below
                   2492:    'Set a due date'
                   2493: => 'Set a due date (377)',
                   2494: # セットする a due 日付
                   2495:    'Set all Resource Versions to current Version (Fix Versions)'
                   2496: => 'Set all Resource Versions to current Version (Fix Versions) (378)',
                   2497: # セットする all リソース バージョンs to current バージョン (Fix バージョンs)
                   2498:    'Set an answer open date'
                   2499: => 'Set an answer open date (379)',
                   2500: # セットする an 回答 open 日付
                   2501:    'Set an open date'
                   2502: => 'Set an open date (380)',
                   2503: # セットする an open 日付
                   2504:    'Set opening datefor all problems in the course for. . .'
                   2505: => 'Set opening datefor all problems in the course for. . . (381)',
                   2506: # セットする opening 日付fまたは all problems in the コース fまたは. . .
                   2507:    'Set the number of tries'
                   2508: => 'Set the number of tries (382)',
                   2509: # セットする the number of 受験回数
                   2510:    'Set the problem weight'
                   2511: => 'Set the problem weight (383)',
                   2512: # セットする the problem weight
                   2513:    'Set/Modify Course Assessment Parameter'
                   2514: => 'Set/Modify Course Assessment Parameter (384)',
                   2515: # セットする/Modify コース Assessment Parameter
                   2516:    'Set/Modify Course Assessment Parameters'
                   2517: => 'Set/Modify Course Assessment Parameters (385)',
                   2518: # セットする/Modify コース Assessment Parameters
                   2519:    'Set/Modify Course Parameters'
                   2520: => 'Set/Modify Course Parameters (386)',
                   2521: # セットする/Modify コース Parameters
                   2522:    'Shared by course faculty and staff'
                   2523: => 'Shared by course faculty and staff (387)',
                   2524: # Shared by コース faculty and staff
                   2525:    'Short string response'
                   2526: => 'Short string response (388)',
                   2527: # Shまたはt string response
                   2528:    'Show More Options'
                   2529: => 'Show More Options (389)',
                   2530: # Show Mまたはe Options
                   2531:    'Show Preview'
                   2532: => 'Show Preview (390)',
                   2533: # Show Pre閲覧
                   2534:    'Show always at bottom position'
                   2535: => 'Show always at bottom position (391)',
                   2536: 
                   2537:    'Show always at top position'
                   2538: => 'Show always at top position (392)',
                   2539: 
                   2540:    'Show catalog information'
                   2541: => 'Show catalog information (393)',
                   2542: # Show cataログインfまたはmation
                   2543:    'Show resource'
                   2544: => 'Show resource (394)',
                   2545: # Show リソース
                   2546:    'Significant figures are incorrect, submission was not graded.'
                   2547: => 'Significant figures are incorrect, submission was not graded. (395)',
                   2548: # Significant figures are incまたはrect, submission was not graded.
                   2549:    'Simple Problem Editor'
                   2550: => 'Simple Problem Editor (396)',
                   2551: # シンプル問題 編集または
                   2552:    'Size'
                   2553: => 'Size (397)',
                   2554: 
                   2555:    'Size:'
                   2556: => 'Size: (398)',
                   2557: 
                   2558:    'Skew Tries'
                   2559: => 'Skew Tries (399)',
                   2560: # Skew 受験回数
                   2561:    'Space separated'
                   2562: => 'Space separated (400)',
                   2563: # スペース separated
                   2564:    'Spreadsheet Computation'
                   2565: => 'Spreadsheet Computation (401)',
                   2566: 
                   2567:    'Spreadsheet Computation Status'
                   2568: => 'Spreadsheet Computation Status (402)',
                   2569: # Spreadsheet Computation 状態
                   2570:    'Starting'
                   2571: => 'Starting (403)',
                   2572: # スタートing
                   2573:    'Starting and Ending Dates'
                   2574: => 'Starting and Ending Dates (404)',
                   2575: # スタートing and 終了ing 日付s
                   2576:    'Statistics'
                   2577: => 'Statistics (405)',
                   2578: 
                   2579:    'Statistics and Problem Analysis'
                   2580: => 'Statistics and Problem Analysis (406)',
                   2581: 
1.17    ! albertel 2582:    'Save'
        !          2583: => 'Save (407)',
1.12      www      2584: # Stまたはe
1.17    ! albertel 2585:    'Save Changes'
        !          2586: => 'Save Changes (408)',
1.12      www      2587: # Stまたはe Changes
                   2588:    'Student Data Compilation Progress'
                   2589: => 'Student Data Compilation Progress (409)',
                   2590: # 学生 Data Compilation Progress
                   2591:    'Student Data Compilation Status'
                   2592: => 'Student Data Compilation Status (410)',
                   2593: # 学生 Data Compilation 状態
                   2594:    'Student Number'
                   2595: => 'Student Number (411)',
                   2596: # 学生 Number
                   2597:    'Student level sheet'
                   2598: => 'Student level sheet (412)',
                   2599: # 学生 level sheet
                   2600:    'Student performance statistics on all problems.'
                   2601: => 'Student performance statistics on all problems. (413)',
                   2602: # 学生 perfまたはmance statistics on all problems.
                   2603:    'Students Affected'
                   2604: => 'Students Affected (414)',
                   2605: # 学生s Affected
                   2606:    'Submission Time Analysis'
                   2607: => 'Submission Time Analysis (415)',
                   2608: 
                   2609:    'Submit Changes and Edit'
                   2610: => 'Submit Changes and Edit (416)',
                   2611: # 変更を保存する and 編集
                   2612:    'Summary'
                   2613: => 'Summary (417)',
                   2614: 
                   2615:    'Summary View'
                   2616: => 'Summary View (418)',
                   2617: # Summary 閲覧
                   2618:    'Synchronized SQL metadata database'
                   2619: => 'Synchronized SQL metadata database (419)',
                   2620: 
                   2621:    'Tabulator separated'
                   2622: => 'Tabulator separated (420)',
                   2623: # Tabulatまたは separated
                   2624:    'Task'
                   2625: => 'Task (421)',
                   2626: 
                   2627:    'TeXWidth(mm):'
                   2628: => 'TeXWidth(mm): (422)',
                   2629: 
                   2630:    'Template'
                   2631: => 'Template (423)',
                   2632: 
                   2633:    'Temporary Assembly Workspace'
                   2634: => 'Temporary Assembly Workspace (424)',
                   2635: # Tempまたはary Assembly Wまたはkスペース
                   2636:    'Text'
                   2637: => 'Text (425)',
                   2638: 
                   2639:    'Text Block'
                   2640: => 'Text Block (426)',
                   2641: 
                   2642:    'The information you submit can be viewed by anybody who is logged into LON-CAPA. Do not provide information that you are not ready to share publicly.'
                   2643: => 'The information you submit can be viewed by anybody who is logged into LON-CAPA. Do not provide information that you are not ready to share publicly. (427)',
                   2644: # The infまたはmation you 提出する can be 閲覧ed by anybody who is logged into LON-CAPA. Do not provide infまたはmation that you are not ready to share publicly.
                   2645:    'The optional email address field was not specified.'
                   2646: => 'The optional email address field was not specified. (428)',
                   2647: 
                   2648:    'The optional name field was not specified.'
                   2649: => 'The optional name field was not specified. (429)',
                   2650: # The optional 名前 field was not specified.
                   2651:    'The optional section or group field was not specified.'
                   2652: => 'The optional section or group field was not specified. (430)',
                   2653: # The optional section または group field was not specified.
                   2654:    'The optional student number field was not specified.'
                   2655: => 'The optional student number field was not specified. (431)',
                   2656: # The optional 学生 number field was not specified.
                   2657:    'There are currently no results'
                   2658: => 'There are currently no results (432)',
                   2659: 
                   2660:    'There are no students currently enrolled.'
                   2661: => 'There are no students currently enrolled. (433)',
                   2662: # There are no 学生s currently 出席ed.
                   2663:    'There is no student data for this problem.'
                   2664: => 'There is no student data for this problem. (434)',
                   2665: # There is no 学生 data fまたは this problem.
                   2666:    'This helper will assist you in setting the open, due, and answer dates for problems, or in setting the number of tries for problems. You will be asked to select which problems you wish to set the parameters for, then what parameter you wish to set, then you will select whom the setting affects. After the helper is done, you will be shown where in the advanced interface you would have gone to set the parameter you have chosen, so in the future you can do it directly. Press Next -&gt; to begin, or select &lt;- Previous to go back to the previous screen.'
                   2667: => 'This helper will assist you in setting the open, due, and answer dates for problems, or in setting the number of tries for problems. You will be asked to select which problems you wish to set the parameters for, then what parameter you wish to set, then you will select whom the setting affects. After the helper is done, you will be shown where in the advanced interface you would have gone to set the parameter you have chosen, so in the future you can do it directly. Press Next -&gt; to begin, or select &lt;- Previous to go back to the previous screen. (435)',
                   2668: # This ヘルプer will assist you in セットするting the open, due, and 回答 日付s fまたは problems, または in セットするting the number of 受験回数 fまたは problems. You will be asked to 選択する which problems you wish to セットする the parameters fまたは, それから what parameter you wish to セットする, それから you will 選択する whom the セットするting affects. After the ヘルプer is 完了, you will be shown where in the advanced interface you would have gone to セットする the parameter you have chosen, so in the future you can do it directly. Press Next -&gt; to begin, または 選択する &lt;- Previous to 戻る to the previous screen.
                   2669:    'This is an automatic message generated by the LON-CAPA system.'
                   2670: => 'This is an automatic message generated by the LON-CAPA system. (436)',
                   2671: # This is an automatic message generated by the LON-CAPA システム.
                   2672:    'Threaded View'
                   2673: => 'Threaded View (437)',
                   2674: # Threaded 閲覧
                   2675:    'Time'
                   2676: => 'Time (438)',
                   2677: 
                   2678:    'To'
                   2679: => 'To (439)',
                   2680: 
                   2681:    'Topic'
                   2682: => 'Topic (440)',
                   2683: 
                   2684:    'Total'
                   2685: => 'Total (441)',
                   2686: 
                   2687:    'Total Parts In Course'
                   2688: => 'Total Parts In Course (442)',
                   2689: # Total パートs In コース
                   2690:    'Total number of records found in file: [_1].'
                   2691: => 'Total number of records found in file: [_1]. (443)',
                   2692: # Total number of recまたはds found in ファイル: [_1].
                   2693:    'True'
                   2694: => 'True (444)',
                   2695: 
                   2696:    'Turkish - ISO'
                   2697: => 'Turkish - ISO (445)',
                   2698: 
                   2699:    'Type'
                   2700: => 'Type (446)',
                   2701: 
                   2702:    'Type-in value'
                   2703: => 'Type-in value (447)',
                   2704: 
                   2705:    'UNIX authenticated'
                   2706: => 'UNIX authenticated (448)',
                   2707: # UNIX auそれからticated
                   2708:    'URL'
                   2709: => 'URL (449)',
                   2710: 
                   2711:    'USERS'
                   2712: => 'USERS (450)',
                   2713: # ユーザS
                   2714:    'Unable to connect to database!'
                   2715: => 'Unable to connect to database! (451)',
                   2716: 
                   2717:    'Unable to enroll students'
                   2718: => 'Unable to enroll students (452)',
                   2719: # Unable to 出席 学生s
                   2720:    'Uncheck All'
                   2721: => 'Uncheck All (453)',
                   2722: 
                   2723:    'Unit:'
                   2724: => 'Unit: (454)',
                   2725: 
                   2726:    'Unknown ID'
                   2727: => 'Unknown ID (455)',
                   2728: 
                   2729:    'Unknown user'
                   2730: => 'Unknown user (456)',
                   2731: # Unknown ユーザ
                   2732:    'Unpublished'
                   2733: => 'Unpublished (457)',
                   2734: 
                   2735:    'Unselect All'
                   2736: => 'Unselect All (458)',
                   2737: # Un選択する:ll
                   2738:    'Unselect All Students'
                   2739: => 'Unselect All Students (459)',
                   2740: # Un選択する:ll 学生s
                   2741:    'Unsuccessful Login'
                   2742: => 'Unsuccessful Login (460)',
                   2743: # Un正常にログインしました
                   2744:    'Up'
                   2745: => 'Up (461)',
                   2746: 
                   2747:    'Update Course Assessment Parameter Display'
                   2748: => 'Update Course Assessment Parameter Display (462)',
                   2749: # Up日付 コース Assessment Parameter 表示する
                   2750:    'Update Section or Specific User'
                   2751: => 'Update Section or Specific User (463)',
                   2752: # Up日付 Section または Specific ユーザ
                   2753:    'Update Student Data'
                   2754: => 'Update Student Data (464)',
                   2755: # Up日付 学生 Data
                   2756:    'Updating discussion time'
                   2757: => 'Updating discussion time (465)',
                   2758: 
                   2759:    'Upload Scantron data'
                   2760: => 'Upload Scantron data (466)',
                   2761: # Up負荷 Scantron data
                   2762:    'Upload a Photo'
                   2763: => 'Upload a Photo (467)',
                   2764: # Up負荷 a Photo
                   2765:    'Upload a class list'
                   2766: => 'Upload a class list (468)',
                   2767: # Up負荷 a class list
                   2768:    'Uploading Class List'
                   2769: => 'Uploading Class List (469)',
                   2770: # Up負荷ing Class List
                   2771:    'User Notes, Records of Face-To-Face Discussions, and Critical Messages in Course'
                   2772: => 'User Notes, Records of Face-To-Face Discussions, and Critical Messages in Course (470)',
                   2773: # ユーザ (注), Recまたはds of Face-To-Face ディスカッション, and Critical Messages in コース
                   2774:    'User Notes, Records of Face-to-Face Discussions, and Critical Messages'
                   2775: => 'User Notes, Records of Face-to-Face Discussions, and Critical Messages (471)',
                   2776: # ユーザ (注), Recまたはds of Face-to-Face ディスカッション, and Critical Messages
                   2777:    'Value'
                   2778: => 'Value (472)',
                   2779: 
                   2780:    'Verify Content'
                   2781: => 'Verify Content (473)',
                   2782: 
                   2783:    'Verify Selection'
                   2784: => 'Verify Selection (474)',
                   2785: # Verify 選択するion
                   2786:    'Version Number'
                   2787: => 'Version Number (475)',
                   2788: # バージョン Number
                   2789:    'Version changes since Yesterday'
                   2790: => 'Version changes since Yesterday (476)',
                   2791: # バージョン changes since はいterday
                   2792:    'Version changes since last Month'
                   2793: => 'Version changes since last Month (477)',
                   2794: # バージョン changes since 先月
                   2795:    'Version changes since last Week'
                   2796: => 'Version changes since last Week (478)',
                   2797: # バージョン changes since 先週
                   2798:    'Version changes since start of Course'
                   2799: => 'Version changes since start of Course (479)',
                   2800: # バージョン changes since スタート of コース
                   2801:    'Version used in Course'
                   2802: => 'Version used in Course (480)',
                   2803: # バージョン used in コース
                   2804:    'View'
                   2805: => 'View (481)',
                   2806: # 閲覧
                   2807:    'View Class List'
                   2808: => 'View Class List (482)',
                   2809: # 閲覧 Class List
                   2810:    'View Critical Messages'
                   2811: => 'View Critical Messages (483)',
                   2812: # 閲覧 Critical Messages
                   2813:    'View Published Version'
                   2814: => 'View Published Version (484)',
                   2815: # 閲覧 Published バージョン
                   2816:    'View user submissions for this assessment resource'
                   2817: => 'View user submissions for this assessment resource (485)',
                   2818: # 閲覧 ユーザ submissions fまたは this assessment リソース
                   2819:    'Warning!'
                   2820: => 'Warning! (486)',
                   2821: 
                   2822:    'Web References'
                   2823: => 'Web References (487)',
                   2824: # Web Refer設定
                   2825:    'Welcome'
                   2826: => 'Welcome (488)',
                   2827: 
                   2828:    'Welcome to the Assignment Parameter Helper'
                   2829: => 'Welcome to the Assignment Parameter Helper (489)',
                   2830: # Welcome to the Assignment Parameter ヘルプer
                   2831:    'Welcome to the Learning<i>Online</i> Network with CAPA. Please wait while your session is being set up'
                   2832: => 'Welcome to the Learning<i>Online</i> Network with CAPA. Please wait while your session is being set up (490)',
                   2833: # Welcome to the Learning<i>Online</i> Netwまたはk with CAPA. Please wait while your session is being セットする up
                   2834:    'What parameter do you want to set for all problems in the course?'
                   2835: => 'What parameter do you want to set for all problems in the course? (491)',
                   2836: # What parameter do you want to セットする fまたは all problems in the コース?
                   2837:    'What should the opening date be set to?'
                   2838: => 'What should the opening date be set to? (492)',
                   2839: # What should the opening 日付 be セットする to?
                   2840:    'Which Problem or Problems?'
                   2841: => 'Which Problem or Problems? (493)',
                   2842: # Which Problem または Problems?
                   2843:    'Which problems do you wish to set a parameter for?'
                   2844: => 'Which problems do you wish to set a parameter for? (494)',
                   2845: # Which problems do you wish to セットする a parameter fまたは?
                   2846:    'Width(pixel):'
                   2847: => 'Width(pixel): (495)',
                   2848: 
                   2849:    'Words'
                   2850: => 'Words (496)',
                   2851: # Wまたはds
                   2852:    'XML/SGML'
                   2853: => 'XML/SGML (497)',
                   2854: 
                   2855:    'You have no critical messages.'
                   2856: => 'You have no critical messages. (498)',
                   2857: 
                   2858:    'You must choose an authentication type.'
                   2859: => 'You must choose an authentication type. (499)',
                   2860: # You must 選択 an auそれからtication type.
                   2861:    'You must choose at least one student to continue.'
                   2862: => 'You must choose at least one student to continue. (500)',
                   2863: # You must 選択 at least one 学生 to continue.
                   2864:    'You must choose one or more choices to continue.'
                   2865: => 'You must choose one or more choices to continue. (501)',
                   2866: # You must 選択 one または mまたはe choices to continue.
                   2867:    'You need to choose another user role or enter a specific course for this function'
                   2868: => 'You need to choose another user role or enter a specific course for this function (502)',
                   2869: # You need to 選択 another ユーザ 役割 または 入力 a specific コース fまたは this function
                   2870:    'You need to specify the Kerberos domain.'
                   2871: => 'You need to specify the Kerberos domain. (503)',
                   2872: # You need to specify the Kerberos ドメイン.
                   2873:    'You need to specify the initial password.'
                   2874: => 'You need to specify the initial password. (504)',
                   2875: # You need to specify the initial passwまたはd.
                   2876:    'You need to specify the username field.'
                   2877: => 'You need to specify the username field. (505)',
                   2878: # You need to specify the ユーザ名前 field.
                   2879:    'Your Excel Spreadsheet'
                   2880: => 'Your Excel Spreadsheet (506)',
                   2881: 
1.17    ! albertel 2882:    'Your Version Settings have been Saved'
        !          2883: => 'Your Version Settings have been Saved (507)',
1.12      www      2884: # Your バージョン セットするtings have been Stまたはed
                   2885:    '[_1] Do not change login data'
                   2886: => '[_1] Do not change login data (508)',
                   2887: 
                   2888:    '[_1] Filesystem Authenticated (with initial password [_2])'
                   2889: => '[_1] Filesystem Authenticated (with initial password [_2]) (509)',
                   2890: # [_1] ファイルシステム Auそれからticated (with initial passwまたはd [_2])
                   2891:    '[_1] Internally authenticated (with initial password [_2])'
                   2892: => '[_1] Internally authenticated (with initial password [_2]) (510)',
                   2893: # [_1] Internally auそれからticated (with initial passwまたはd [_2])
                   2894:    '[_1] Kerberos authenticated with domain [_2] [_3] Version 4 [_4] Version 5'
                   2895: => '[_1] Kerberos authenticated with domain [_2] [_3] Version 4 [_4] Version 5 (511)',
                   2896: # [_1] Kerberos auそれからticated with ドメイン [_2] [_3] バージョン 4 [_4] バージョン 5
                   2897:    '[_1] Local Authentication with arguement [_2]'
                   2898: => '[_1] Local Authentication with arguement [_2] (512)',
                   2899: # [_1] Local Auそれからtication with arguement [_2]
                   2900:    'a.m.'
                   2901: => 'a.m. (513)',
                   2902: 
                   2903:    'abstract'
                   2904: => 'abstract (514)',
                   2905: # アブストラクト
                   2906:    'acc keys'
                   2907: => 'acc keys (515)',
                   2908: 
                   2909:    'according to course preferences'
                   2910: => 'according to course preferences (516)',
                   2911: # accまたはding to コース prefer設定
                   2912:    'according to resource settings'
                   2913: => 'according to resource settings (517)',
                   2914: # accまたはding to リソース セットするtings
                   2915:    'according to user session state'
                   2916: => 'according to user session state (518)',
                   2917: # accまたはding to ユーザ session state
                   2918:    'all'
                   2919: => 'all (519)',
                   2920: 
                   2921:    'and return receipt'
                   2922: => 'and return receipt (520)',
                   2923: 
                   2924:    'anonymous'
                   2925: => 'anonymous (521)',
                   2926: 
                   2927:    'at'
                   2928: => 'at (522)',
                   2929: 
                   2930:    'at Domain'
                   2931: => 'at Domain (523)',
                   2932: # at ドメイン
                   2933:    'at domain'
                   2934: => 'at domain (524)',
                   2935: # at ドメイン
                   2936:    'audio'
                   2937: => 'audio (525)',
                   2938: 
                   2939:    'author'
                   2940: => 'author (526)',
                   2941: # authまたは
                   2942:    'bytes'
                   2943: => 'bytes (527)',
                   2944: 
                   2945:    'can not be accessed from your location.'
                   2946: => 'can not be accessed from your location. (528)',
                   2947: 
                   2948:    'catalog'
                   2949: => 'catalog (529)',
                   2950: 
                   2951:    'co con-'
                   2952: => 'co con- (530)',
                   2953: 
                   2954:    'co res'
                   2955: => 'co res (531)',
                   2956: 
                   2957:    'contacting'
                   2958: => 'contacting (532)',
                   2959: # コンタクトing
                   2960:    'copyright'
                   2961: => 'copyright (533)',
                   2962: 
                   2963:    'customdistributionfile'
                   2964: => 'customdistributionfile (534)',
                   2965: # customdistributionファイル
                   2966:    'default'
                   2967: => 'default (535)',
                   2968: 
                   2969:    'directory'
                   2970: => 'directory (536)',
                   2971: # directまたはy
                   2972:    'discuss'
                   2973: => 'discuss (537)',
                   2974: 
                   2975:    'edit'
                   2976: => 'edit (538)',
                   2977: # 編集
                   2978:    'evaluate'
                   2979: => 'evaluate (539)',
                   2980: 
                   2981:    'feedback'
                   2982: => 'feedback (540)',
                   2983: 
                   2984:    'for Enclosing Map or Folder'
                   2985: => 'for Enclosing Map or Folder (541)',
                   2986: # fまたは Enclosing マップ または Folder
                   2987:    'for Resource'
                   2988: => 'for Resource (542)',
                   2989: # fまたは リソース
                   2990:    'from Enclosing Map or Folder'
                   2991: => 'from Enclosing Map or Folder (543)',
                   2992: # from Enclosing マップ または Folder
                   2993:    'general'
                   2994: => 'general (544)',
                   2995: 
                   2996:    'in Course'
                   2997: => 'in Course (545)',
                   2998: # in コース
                   2999:    'in Section/Group'
                   3000: => 'in Section/Group (546)',
                   3001: # in 章/グループ
                   3002:    'info'
                   3003: => 'info (547)',
                   3004: 
                   3005:    'interface available'
                   3006: => 'interface available (548)',
                   3007: 
                   3008:    'keywords'
                   3009: => 'keywords (549)',
                   3010: # keywまたはds
                   3011:    'language'
                   3012: => 'language (550)',
                   3013: # 言語
                   3014:    'last student'
                   3015: => 'last student (551)',
                   3016: # last 学生
                   3017:    'loginproblems.html'
                   3018: => 'loginproblems.html (552)',
                   3019: 
                   3020:    'manage'
                   3021: => 'manage (553)',
                   3022: 
                   3023:    'midnight'
                   3024: => 'midnight (554)',
                   3025: 
                   3026:    'minutes'
                   3027: => 'minutes (555)',
                   3028: 
                   3029:    'missions'
                   3030: => 'missions (556)',
                   3031: 
                   3032:    'most recent'
                   3033: => 'most recent (557)',
                   3034: 
                   3035:    'movies'
                   3036: => 'movies (558)',
                   3037: 
                   3038:    'name only visible to course faculty'
                   3039: => 'name only visible to course faculty (559)',
                   3040: # 名前 only visible to コース faculty
                   3041:    'noon'
                   3042: => 'noon (560)',
                   3043: 
                   3044:    'notes'
                   3045: => 'notes (561)',
                   3046: # (注)
                   3047:    'num_override'
                   3048: => 'num_override (562)',
                   3049: 
                   3050:    'obsolete'
                   3051: => 'obsolete (563)',
                   3052: # 旧
                   3053:    'obsoletereplacement'
                   3054: => 'obsoletereplacement (564)',
                   3055: # 旧replacement
                   3056:    'of'
                   3057: => 'of (565)',
                   3058: 
                   3059:    'or ID'
                   3060: => 'or ID (566)',
                   3061: # または ID
                   3062:    'p.m.'
                   3063: => 'p.m. (567)',
                   3064: 
                   3065:    'pages'
                   3066: => 'pages (568)',
                   3067: # ページs
                   3068:    'part'
                   3069: => 'part (569)',
                   3070: # パート
                   3071:    'percent'
                   3072: => 'percent (570)',
                   3073: 
                   3074:    'pictures'
                   3075: => 'pictures (571)',
                   3076: 
                   3077:    'problem'
                   3078: => 'problem (572)',
                   3079: 
                   3080:    'problem statistics grouped by sequence'
                   3081: => 'problem statistics grouped by sequence (573)',
                   3082: # problem statistics grouped by シーケンス
                   3083:    'problem statistics ungrouped'
                   3084: => 'problem statistics ungrouped (574)',
                   3085: 
                   3086:    'problem statistics, Excel'
                   3087: => 'problem statistics, Excel (575)',
                   3088: 
                   3089:    'remaining'
                   3090: => 'remaining (576)',
                   3091: 
                   3092:    'resources'
                   3093: => 'resources (577)',
                   3094: # リソースs
                   3095:    'second'
                   3096: => 'second (578)',
                   3097: 
                   3098:    'seconds'
                   3099: => 'seconds (579)',
                   3100: 
                   3101:    'seconds for'
                   3102: => 'seconds for (580)',
                   3103: # seconds fまたは
                   3104:    'sequence'
                   3105: => 'sequence (581)',
                   3106: # シーケンス
                   3107:    'subject'
                   3108: => 'subject (582)',
                   3109: # 表題
                   3110:    'this'
                   3111: => 'this (583)',
                   3112: 
                   3113:    'title'
                   3114: => 'title (584)',
                   3115: # タイトル
                   3116:    'unless locked'
                   3117: => 'unless locked (585)',
                   3118: 
                   3119:    'users in'
                   3120: => 'users in (586)',
                   3121: # ユーザs in
                   3122:    'versions of this problem'
                   3123: => 'versions of this problem (587)',
                   3124: # バージョンs of this problem
                   3125:    'view sub-'
                   3126: => 'view sub- (588)',
                   3127: # 閲覧 sub-
                   3128:    'waiting on'
                   3129: => 'waiting on (589)',
                   3130: 
                   3131: 
1.13      www      3132: # ----
                   3133: 
                   3134:    'calendar[_1]'
                   3135: => 'カレンダ',
                   3136: 
                   3137:    'announce[_1]'
                   3138: => 'お知らせ',
                   3139: 
                   3140: 
                   3141: # ----
                   3142: 
                   3143:    'commu-[_1]'
                   3144: => 'コミュニ',
                   3145: 
                   3146:    'nication[_1]'
                   3147: => 'ケーション',
                   3148: 
                   3149: 
                   3150: # ----
                   3151: 
                   3152:    'course[_10]'
                   3153: => 'コース',
                   3154: 
                   3155:    'chat[_1]'
                   3156: => 'チャット',
                   3157: 
                   3158: 
                   3159: # ----
                   3160: 
                   3161:    'search[_1]'
                   3162: => '検索する',
                   3163: 
                   3164:    'course[_11]'
                   3165: => 'コース',
                   3166: 
                   3167: 
                   3168: # ----
                   3169: 
                   3170:    'search[_2]'
                   3171: => '検索する',
                   3172: 
                   3173:    'library[_1]'
                   3174: => 'ライブラリ',
                   3175: 
                   3176: 
                   3177: # ----
                   3178: 
                   3179:    'prefer-[_1]'
                   3180: => '個人',
                   3181: 
                   3182:    'ences[_1]'
                   3183: => '設定',
                   3184: 
                   3185: 
                   3186: # ----
                   3187: 
                   3188:    'exit[_1]'
                   3189: => '終了',
                   3190: 
                   3191:    ' [_1]'
                   3192: => '',
                   3193: 
                   3194: 
                   3195: # ----
                   3196: 
                   3197:    'switch[_2]'
                   3198: => '切替える',
                   3199: 
                   3200:    'role[_1]'
                   3201: => '役割',
                   3202: 
                   3203: 
                   3204: # ----
                   3205: 
                   3206:    'choose[_2]'
                   3207: => '選択',
                   3208: 
                   3209:    'role[_2]'
                   3210: => '役割',
                   3211: 
                   3212: 
                   3213: # ----
                   3214: 
                   3215:    'choose[_1]'
                   3216: => '選択',
                   3217: 
                   3218:    'course[_1]'
                   3219: => 'コース',
                   3220: 
                   3221: 
                   3222: # ----
                   3223: 
                   3224:    'switch[_1]'
                   3225: => '切替える',
                   3226: 
                   3227:    'course[_2]'
                   3228: => 'コース',
                   3229: 
                   3230: 
                   3231: # ----
                   3232: 
                   3233:    'course[_3]'
                   3234: => 'コース',
                   3235: 
                   3236:    'docs[_1]'
                   3237: => 'docs',
                   3238: 
                   3239: 
                   3240: # ----
                   3241: 
                   3242:    'edit crs[_1]'
                   3243: => 'コースを編集',
                   3244: 
                   3245:    'docs[_2]'
                   3246: => 'docs',
                   3247: 
                   3248: 
                   3249: # ----
                   3250: 
                   3251:    'navigate[_1]'
                   3252: => 'ナビゲート',
                   3253: 
                   3254:    'contents[_1]'
                   3255: => 'コンテンツ',
                   3256: 
                   3257: 
                   3258: # ----
                   3259: 
                   3260:    'my[_1]'
                   3261: => '私の',
                   3262: 
                   3263:    'grades[_1]'
                   3264: => '成績',
                   3265: 
                   3266: 
                   3267: # ----
                   3268: 
                   3269:    'course[_4]'
                   3270: => 'コース',
                   3271: 
                   3272:    'grades[_2]'
                   3273: => '成績',
                   3274: 
                   3275: 
                   3276: # ----
                   3277: 
                   3278:    'course[_5]'
                   3279: => 'コース',
                   3280: 
                   3281:    'chart[_1]'
                   3282: => '図',
                   3283: 
                   3284: 
                   3285: # ----
                   3286: 
                   3287:    'course[_6]'
                   3288: => 'コース',
                   3289: 
                   3290:    'stats[_1]'
                   3291: => '状態',
                   3292: 
                   3293: 
                   3294: # ----
                   3295: 
                   3296:    'course[_7]'
                   3297: => 'コース',
                   3298: 
                   3299:    'enroll[_1]'
                   3300: => '出席',
                   3301: 
                   3302: 
                   3303: # ----
                   3304: 
                   3305:    'manage[_1]'
                   3306: => 'manage (553)',
                   3307: 
                   3308:    'acc keys[_1]'
                   3309: => 'acc keys (515)',
                   3310: 
                   3311: 
                   3312: # ----
                   3313: 
                   3314:    'user[_1]'
                   3315: => 'ユーザ',
                   3316: 
                   3317:    'roles[_1]'
                   3318: => '役割',
                   3319: 
                   3320: 
                   3321: # ----
                   3322: 
                   3323:    'user[_1]'
                   3324: => 'ユーザ',
                   3325: 
                   3326:    'roles[_1]'
                   3327: => '役割',
                   3328: 
                   3329: 
                   3330: # ----
                   3331: 
                   3332:    'user[_1]'
                   3333: => 'ユーザ',
                   3334: 
                   3335:    'roles[_1]'
                   3336: => '役割',
                   3337: 
                   3338: 
                   3339: # ----
                   3340: 
                   3341:    'create[_1]'
                   3342: => '作成',
                   3343: 
                   3344:    'course[_8]'
                   3345: => 'コース',
                   3346: 
                   3347: 
                   3348: # ----
                   3349: 
                   3350:    'course[_9]'
                   3351: => 'コース',
                   3352: 
                   3353:    'parms[_1]'
                   3354: => 'パラメータ',
                   3355: 
                   3356: 
                   3357: # ----
                   3358: 
                   3359:    'con-[_1]'
                   3360: => 'con-',
                   3361: 
                   3362:    'struct[_1]'
                   3363: => '作成する',
                   3364: 
                   3365: 
                   3366: # ----
                   3367: 
                   3368:    'co con-[_1]'
                   3369: => 'co con- (530)',
                   3370: 
                   3371:    'struct[_2]'
                   3372: => '作成する',
                   3373: 
                   3374: 
                   3375: # ----
                   3376: 
                   3377:    'resource[_1]'
                   3378: => 'リソース',
                   3379: 
                   3380:    'space[_1]'
                   3381: => 'スペース',
                   3382: 
                   3383: 
                   3384: # ----
                   3385: 
                   3386:    'co res[_1]'
                   3387: => 'co res (531)',
                   3388: 
                   3389:    'space[_2]'
                   3390: => 'スペース',
                   3391: 
                   3392: 
                   3393: # ----
                   3394: 
                   3395:    'resource[_1]'
                   3396: => 'リソース',
                   3397: 
                   3398:    'space[_1]'
                   3399: => 'スペース',
                   3400: 
                   3401: 
                   3402: # ----
                   3403: 
                   3404:    'enter[_1]'
                   3405: => '入力',
                   3406: 
                   3407:    'grades[_2]'
                   3408: => '成績',
                   3409: 
                   3410: 
                   3411: # ----
                   3412: 
                   3413:    'send[_1]'
                   3414: => 'send',
                   3415: 
                   3416:    'scantron[_1]'
                   3417: => 'scantron',
                   3418: 
                   3419: 
                   3420: # ----
                   3421: 
                   3422:    'view[_1]'
                   3423: => '閲覧',
                   3424: 
                   3425:    'bookmark[_1]'
                   3426: => 'ブックマーク',
                   3427: 
1.15      riegler  3428: 
                   3429: #SYNC Tue Aug 15 14:23:28 2006
                   3430:    ' [_1]'
                   3431: => ' [_1]',
                   3432: 
                   3433:    '"[_1]" for default hiding'
                   3434: => '"[_1]" for default hiding',
                   3435: # "[_1]" fまたは Default (119) (535) hiding
                   3436:    '"[_1]" for visible separation'
                   3437: => '"[_1]" for visible separation',
                   3438: # "[_1]" fまたは visible separat (522)ion
                   3439:    '"[_1]" if allowed, anything else if not'
                   3440: => '"[_1]" if allowed, anything else if not',
                   3441: # "[_1]" if ALL (37) (519)o水, anything else if not
                   3442:    '"[_1]" to disable, anything else if not'
                   3443: => '"[_1]" to disable, anything else if not',
                   3444: # "[_1]" To (439) disable, anything else if not
                   3445:    '# Do not translate this line.  [_1] is a check box'
                   3446: => '# Do not translate this line.  [_1] is a check box',
                   3447: # # Do not translat (522)e this (583) line.  [_1] is a check box
                   3448:    '# Do not translate this line.  [_1] is a check box, [_2] is a text entry field'
                   3449: => '# Do not translate this line.  [_1] is a check box, [_2] is a text entry field',
                   3450: # # Do not translat (522)e this (583) line.  [_1] is a check box, [_2] is a Text (425) entry Field (171)
                   3451:    '# Do not translate this line.  [_1] is a column index.'
                   3452: => '# Do not translate this line.  [_1] is a column index.',
                   3453: # # Do not translat (522)e this (583) line.  [_1] is a Column (91) index.
                   3454:    '# Do not translate this line.  [_1] is a drop-down box listing domains.'
                   3455: => '# Do not translate this line.  [_1] is a drop-down box listing domains.',
                   3456: # # Do not translat (522)e this (583) line.  [_1] is a drop-down box listing ドメインs.
                   3457:    '# Do not translate this line.  [_1] is a username'
                   3458: => '# Do not translate this line.  [_1] is a username',
                   3459: # # Do not translat (522)e this (583) line.  [_1] is a ユーザ名前
                   3460:    '# Do not translate this line.  [_1] is the number of students processed'
                   3461: => '# Do not translate this line.  [_1] is the number of students processed',
                   3462: # # Do not translat (522)e this (583) line.  [_1] is the number of (565) 学生s processed
                   3463:    '# Do not translate this line.  [_1] is username, [_2] - [_5] are first, middle, and last names, and generation.'
                   3464: => '# Do not translate this line.  [_1] is username, [_2] - [_5] are first, middle, and last names, and generation.',
                   3465: # # Do not translat (522)e this (583) line.  [_1] is ユーザ名前, [_2] - [_5] aRe (331) first, middle, and last 名前s, and generat (522)ion.
                   3466:    '# Do not translate this line.  [_1] is username, [_2] is error message'
                   3467: => '# Do not translate this line.  [_1] is username, [_2] is error message',
                   3468: # # Do not translat (522)e this (583) line.  [_1] is ユーザ名前, [_2] is errまたは message
                   3469:    '# Do not translate this line.  [_1] is username@domain'
                   3470: => '# Do not translate this line.  [_1] is username@domain',
                   3471: # # Do not translat (522)e this (583) line.  [_1] is ユーザ名前@ドメイン
                   3472:    '# Do not translate this line.  [_1] is username@domain [_2] is the error message.'
                   3473: => '# Do not translate this line.  [_1] is username@domain [_2] is the error message.',
                   3474: # # Do not translat (522)e this (583) line.  [_1] is ユーザ名前@ドメイン [_2] is the errまたは message.
                   3475:    '# Do not translate this line.  [_1], [_3], and [_4] are check boxes'
                   3476: => '# Do not translate this line.  [_1], [_3], and [_4] are check boxes',
                   3477: # # Do not translat (522)e this (583) line.  [_1], [_3], and [_4] aRe (331) check boxes
                   3478:    '# Do not translate this line.  [_2] is a text entry element'
                   3479: => '# Do not translate this line.  [_2] is a text entry element',
                   3480: # # Do not translat (522)e this (583) line.  [_2] is a Text (425) entry element
                   3481:    '# [_1] is a drop-down selection box'
                   3482: => '# [_1] is a drop-down selection box',
                   3483: # # [_1] is a drop-down 選択するion box
                   3484:    '# [_1] is a number [_2] is the current domain'
                   3485: => '# [_1] is a number [_2] is the current domain',
                   3486: # # [_1] is a number [_2] is the curRe (331)nt ドメイン
                   3487:    '# [_1] is an html link to the current file '
                   3488: => '# [_1] is an html link to the current file ',
                   3489: # # [_1] is an HTML (204) link To (439) the curRe (331)nt ファイル 
                   3490:    '# _1 is a selection dialog'
                   3491: => '# _1 is a selection dialog',
                   3492: # #1 is a 選択するion dialog
                   3493:    '# _1 is a server name'
                   3494: => '# _1 is a server name',
                   3495: # #1 is a サーバ 名前
                   3496:    '# _1 is search string'
                   3497: => '# _1 is search string',
                   3498: # #1 is 検索する string
                   3499:    "# _1, _3, and _5 are link anchors, _2,_4, and _6 are '</a>'"
                   3500: => "# _1, _3, and _5 are link anchors, _2,_4, and _6 are '</a>'",
                   3501: # #1,3, and5 aRe (331) link anchまたはs,2,_4, and6 aRe (331) '</a>'
                   3502:    '#[_1] is the foil name'
                   3503: => '#[_1] is the foil name',
                   3504: # #[_1] is the Foil (177) 名前
                   3505:    '#_1 is the foil name, _2 is the current value of the foil'
                   3506: => '#_1 is the foil name, _2 is the current value of the foil',
                   3507: # #_1 is the Foil (177) 名前,2 is the curRe (331)nt Value (472) of (565) the Foil (177)
                   3508:    '&quot; [_1] &quot; is not an acceptable number of tries. Tries must be a positive number with no decimal point.'
                   3509: => '&quot; [_1] &quot; is not an acceptable number of tries. Tries must be a positive number with no decimal point.',
                   3510: # &quot; [_1] &quot; is not an acceptable number of (565) 受験回数. 受験回数 must be a positive number with no decimal point.
                   3511:    '&quot; [_1] &quot; is not an acceptable weight. Weight must be a positive number.'
                   3512: => '&quot; [_1] &quot; is not an acceptable weight. Weight must be a positive number.',
                   3513: 
                   3514:    '(Enter maximum [_1] collaborators using username or username@domain, e.g. smithje or smithje@[_2].)'
                   3515: => '(Enter maximum [_1] collaborators using username or username@domain, e.g. smithje or smithje@[_2].)',
                   3516: # (入力 maximum [_1] collabまたはat (522)またはs using ユーザ名前 または ユーザ名前@ドメイン, e.g. smithje または smithje@[_2].)
                   3517:    '(Hand in a file you have prepared on your computer)'
                   3518: => '(Hand in a file you have prepared on your computer)',
                   3519: # (Hand in a ファイル you have 準備するd on your computer)
                   3520:    ', select a template from the pull-down menu below.'
                   3521: => ', select a template from the pull-down menu below.',
                   3522: # , 選択する: templat (522)e From (187) the pull-down menu below.
                   3523:    '1 minute'
                   3524: => '1 minute',
                   3525: 
                   3526:    '<*response>s are both inside of <part> and outside of <part>, this is not a valid problem, errors in grading may occur.'
                   3527: => '<*response>s are both inside of <part> and outside of <part>, this is not a valid problem, errors in grading may occur.',
                   3528: # <*Re (331)sponse>s aRe (331) both inside of (565) <パート (569)> and outside of (565) <パート (569)>, this (583) is not a valid problem (572), errまたはs in 採点 5月 occur.
                   3529:    '<b>HTML allowed</b>: Discussion participants can use limited HTML in their postings.'
                   3530: => '<b>HTML allowed</b>: Discussion participants can use limited HTML in their postings.',
                   3531: # <b>HTML (204) ALL (37) (519)o水</b>: discuss (537)ion パート (569)icipants can use limited HTML (204) in their postings.
                   3532:    '<b>HTML banned</b>: HTML will not be allowed in discussion postings.'
                   3533: => '<b>HTML banned</b>: HTML will not be allowed in discussion postings.',
                   3534: # <b>HTML (204) banned</b>: HTML (204) will not be ALL (37) (519)o水 in discuss (537)ion postings.
                   3535:    '<b>Instructor</b> - instructors will not be able to participate in discussions'
                   3536: => '<b>Instructor</b> - instructors will not be able to participate in discussions',
                   3537: # <b>In作成するまたは</b> - in作成するまたはs will not be able To (439) パート (569)icipat (522)e in discuss (537)ions
                   3538:    '<b>Instructor</b> - instructors will not be able to use or view the chat room'
                   3539: => '<b>Instructor</b> - instructors will not be able to use or view the chat room',
                   3540: # <b>In作成するまたは</b> - in作成するまたはs will not be able To (439) use または 閲覧 the チャット room
                   3541:    '<b>Students</b> - students will not be able to participate in discussions'
                   3542: => '<b>Students</b> - students will not be able to participate in discussions',
                   3543: # <b>学生s</b> - 学生s will not be able To (439) パート (569)icipat (522)e in discuss (537)ions
                   3544:    '<b>Students</b> - students will not be able to use or view the chat room.'
                   3545: => '<b>Students</b> - students will not be able to use or view the chat room.',
                   3546: # <b>学生s</b> - 学生s will not be able To (439) use または 閲覧 the チャット room.
                   3547:    '<b>Teaching Assistants</b> - teaching assistants will not be able to participate in discussions'
                   3548: => '<b>Teaching Assistants</b> - teaching assistants will not be able to participate in discussions',
                   3549: # <b>TAs</b> - TAs will not be able To (439) パート (569)icipat (522)e in discuss (537)ions
                   3550:    '<b>Teaching Assistants</b> - teaching assistants will not be able use or view the chat room'
                   3551: => '<b>Teaching Assistants</b> - teaching assistants will not be able use or view the chat room',
                   3552: # <b>TAs</b> - TAs will not be able use または 閲覧 the チャット room
                   3553:    '<p>Your current LON-CAPA domain is &quot;<b>[_1]</b>&quot;.</p>'
                   3554: => '<p>Your current LON-CAPA domain is &quot;<b>[_1]</b>&quot;.</p>',
                   3555: # <p>Your curRe (331)nt LON-CAPA ドメイン is &quot;<b>[_1]</b>&quot;.</p>
                   3556:    'ABSTRACT'
                   3557: => 'ABSTRACT',
                   3558: # アブストラクト (514)
                   3559:    'Access Control'
                   3560: => 'Access Control',
                   3561: 
                   3562:    'Activate'
                   3563: => 'Activate',
                   3564: # Activat (522)e
                   3565:    'Add Roles'
                   3566: => 'Add Roles',
                   3567: # Add 役割
                   3568:    "Add one empty page/column after each student's assignment"
                   3569: => "Add one empty page/column after each student's assignment",
                   3570: # Add one クリア ページ/Column (91) after each 学生's assignment
                   3571:    "Add three empty pages/column after each student's assignment"
                   3572: => "Add three empty pages/column after each student's assignment",
                   3573: # Add thRe (331)e クリア ページs (568)/Column (91) after each 学生's assignment
                   3574:    "Add two empty pages/column after each student's assignment"
                   3575: => "Add two empty pages/column after each student's assignment",
                   3576: # Add two クリア ページs (568)/Column (91) after each 学生's assignment
                   3577:    'Additional settings, if specified below, will override cloned settings'
                   3578: => 'Additional settings, if specified below, will override cloned settings',
                   3579: # Additional セットするtings, if specified below, will override cloned セットするtings
                   3580:    'Advanced Edit'
                   3581: => 'Advanced Edit',
                   3582: # Advanced 編集 (538)
                   3583:    'Advanced: You can send the feedback from different sections to different people, by doing the following: Separate each entry with a comma. To send feedback to a certain address for different sections, append the section name or names (separated by semi-colons) in a parenthesized list after the user:domain. For example, john102:msu(001;002;003),bob293:msu(004;005;006),madeupname:here(007;008;009) will route course feedback to &quot;john102&quot; for sections 1, 2, and 3, to &quot;bob293&quot; for 4, 5, and 6, and to &quot;madeupname:here&quot; for 7, 8, and 9. Note there is no requirement that the addresses be in any particular domain.'
                   3584: => 'Advanced: You can send the feedback from different sections to different people, by doing the following: Separate each entry with a comma. To send feedback to a certain address for different sections, append the section name or names (separated by semi-colons) in a parenthesized list after the user:domain. For example, john102:msu(001;002;003),bob293:msu(004;005;006),madeupname:here(007;008;009) will route course feedback to &quot;john102&quot; for sections 1, 2, and 3, to &quot;bob293&quot; for 4, 5, and 6, and to &quot;madeupname:here&quot; for 7, 8, and 9. Note there is no requirement that the addresses be in any particular domain.',
                   3585: # Advanced: You can s終了 the feedback (540) From (187) diffeRe (331)nt Section (354)s (355) To (439) diffeRe (331)nt people, By (71) doing the following: Separat (522)e each entry with a comma. To (439) s終了 feedback (540) To (439) a certain addRe (331)ss fまたは diffeRe (331)nt Section (354)s (355), app終了 the Section (354) 名前 または 名前s (separat (522)ed By (71) semi-colons) in a paRe (331)ntheSize (397)d list after the ユーザ:ドメイン. Fまたは example, john102:msu(001;002;003),bob293:msu(004;005;006),madeUp (461)名前: (268)heRe (331)(007;008;009) will route コース feedback (540) To (439) &quot;john102&quot; fまたは Section (354)s (355), 2, and 3, To (439) &quot;bob293&quot; fまたは 4, 5, and 6, and To (439) &quot;madeUp (461)名前: (268)heRe (331)&quot; fまたは 7, 8, and 9. Note theRe (331) is no Re (331)quiRe (331)ment that (522) the addRe (331)sses be in any パート (569)icular ドメイン.
                   3586:    'All Resources'
                   3587: => 'All Resources',
                   3588: # ALL (37) (519) リソースs (577)
                   3589:    'All Students'
                   3590: => 'All Students',
                   3591: # ALL (37) (519) 学生s
                   3592:    'All settings which you can change with this Helper can also be changed by going to the PARM screen and clicking on the &quot;Set course environment&quot; button. If you do not have experience coordinating LON-CAPA courses or if you prefer the Helper interface, please click Next -&gt;.'
                   3593: => 'All settings which you can change with this Helper can also be changed by going to the PARM screen and clicking on the &quot;Set course environment&quot; button. If you do not have experience coordinating LON-CAPA courses or if you prefer the Helper interface, please click Next -&gt;.',
                   3594: # ALL (37) (519) セットするtings which you can Change (75) with this (583) ヘルプer can also be Change (75)d By (71) going To (439) the Pa.m. (513)scRe (331)en and clicking on the &quot;セットする コース environment&quot; butTo (439)n. If you do not have experience coまたはdinat (522)ing LON-CAPA コースs または if you pRe (331)fer the ヘルプer interface, please click Next (273) -&gt;.
                   3595:    'Allow limited HTML in discussion posts'
                   3596: => 'Allow limited HTML in discussion posts',
                   3597: # ALL (37) (519)ow limited HTML (204) in discuss (537)ion posts
                   3598:    'Allow problems to be split over pages'
                   3599: => 'Allow problems to be split over pages',
                   3600: # ALL (37) (519)ow problem (572)s To (439) be split over ページs (568)
                   3601:    'Allowed File Extensions for Uploaded Files (uploadedfiletypes)'
                   3602: => 'Allowed File Extensions for Uploaded Files (uploadedfiletypes)',
                   3603: # ALL (37) (519)o水 ファイル Extensions fまたは アップロードしました ファイルs (アップロードしましたファイルType (446)s)
                   3604:    'Allowed filetypes: <b>[_1]</b>'
                   3605: => 'Allowed filetypes: <b>[_1]</b>',
                   3606: # ALL (37) (519)o水 ファイルType (446)s: <b>[_1]</b>
                   3607:    'An error occured during the attempt to change the section for this student.'
                   3608: => 'An error occured during the attempt to change the section for this student.',
                   3609: # An errまたは occuRe (331)d during the at (522)tempt To (439) Change (75) the Section (354) fまたは this (583) 学生.
                   3610:    'An error occurred during the attempt to change the role information for this student.'
                   3611: => 'An error occurred during the attempt to change the role information for this student.',
                   3612: # An errまたは occurRe (331)d during the at (522)tempt To (439) Change (75) the 役割 infまたはmat (522)ion fまたは this (583) 学生.
                   3613:    'Analyzing Results'
                   3614: => 'Analyzing Results',
                   3615: # Analyzing Re (331)sults
                   3616:    'Answer Date (answerdate)'
                   3617: => 'Answer Date (answerdate)',
                   3618: # 回答 Dat (522)e (回答dat (522)e)
                   3619:    'Answer Submitted: Your final submission will be graded after the due date.'
                   3620: => 'Answer Submitted: Your final submission will be graded after the due date.',
                   3621: # 回答 提出するted: Your final submission will be graded after the Due (149) dat (522)e.
                   3622:    'Answerable'
                   3623: => 'Answerable',
                   3624: # 回答able
                   3625:    'Assessment Parameters'
                   3626: => 'Assessment Parameters',
                   3627: # Assessment (60) Parameters
                   3628:    'Automated Enrollment Manager'
                   3629: => 'Automated Enrollment Manager',
                   3630: # AuTo (439)mat (522)ed 出席ment manage (553)r
                   3631:    'Automated adds'
                   3632: => 'Automated adds',
                   3633: # AuTo (439)mat (522)ed adds
                   3634:    'Automated drops'
                   3635: => 'Automated drops',
                   3636: # AuTo (439)mat (522)ed drops
                   3637:    'Automated enrollment settings'
                   3638: => 'Automated enrollment settings',
                   3639: # AuTo (439)mat (522)ed 出席ment セットするtings
                   3640:    'Bad Filename'
                   3641: => 'Bad Filename',
                   3642: # Bad ファイル名前
                   3643:    'Begin Enrollment'
                   3644: => 'Begin Enrollment',
                   3645: # Begin 出席ment
                   3646:    'Binary File'
                   3647: => 'Binary File',
                   3648: # Binary ファイル
                   3649:    'Blank'
                   3650: => 'Blank',
                   3651: 
                   3652:    'Browse'
                   3653: => 'Browse',
                   3654: # BRow (345)se
                   3655:    'CSV format'
                   3656: => 'CSV format',
                   3657: # CSV fまたはmat (522)
                   3658:    'Cannot publish directory'
                   3659: => 'Cannot publish directory',
                   3660: # Cannot Publish (323) diRe (331)ctまたはy
                   3661:    'Cannot retrieve directory'
                   3662: => 'Cannot retrieve directory',
                   3663: # Cannot Re (331)trieve (341) diRe (331)ctまたはy
                   3664:    'Catalog Search'
                   3665: => 'Catalog Search',
                   3666: # cat (522)alog (529) 検索する
                   3667:    'Change User Privileges'
                   3668: => 'Change User Privileges',
                   3669: # Change (75) ユーザ Privileges
                   3670:    'Changed discussion view mode'
                   3671: => 'Changed discussion view mode',
                   3672: # Change (75)d discuss (537)ion 閲覧 mode
                   3673:    'Chat Participation'
                   3674: => 'Chat Participation',
                   3675: # チャット パート (569)icipat (522)ion
                   3676:    'Click here for FAQ'
                   3677: => 'Click here for FAQ',
                   3678: # Click heRe (331) fまたは FAQ
                   3679:    'Click here for help'
                   3680: => 'Click here for help',
                   3681: # Click heRe (331) fまたは ヘルプ
                   3682:    'Click here to report bugs'
                   3683: => 'Click here to report bugs',
                   3684: # Click heRe (331) To (439) Re (331)pまたはt bugs
                   3685:    'Click here to return to the chart.'
                   3686: => 'Click here to return to the chart.',
                   3687: # Click heRe (331) To (439) Re (331)turn To (439) the 図.
                   3688:    'Click-On Texts (comma sep):'
                   3689: => 'Click-On Texts (comma sep):',
                   3690: # Click-On Text (425)s (comma sep):
                   3691:    'Client IP/Name Access Control (acc)'
                   3692: => 'Client IP/Name Access Control (acc)',
                   3693: # Client IP/名前 Access Control (acc)
                   3694:    'Clone an existing course'
                   3695: => 'Clone an existing course',
                   3696: # Clone an existing コース
                   3697:    'Close This Window'
                   3698: => 'Close This Window',
                   3699: # Close (89) this (583) Window
                   3700:    'Closed'
                   3701: => 'Closed',
                   3702: # Close (89)d
                   3703:    'Communication'
                   3704: => 'Communication',
                   3705: # Commuケーション
                   3706:    'Compare versions of'
                   3707: => 'Compare versions of',
                   3708: # CompaRe (331) バージョンs of (565)
                   3709:    'Completed'
                   3710: => 'Completed',
                   3711: 
                   3712:    'Completely new course'
                   3713: => 'Completely new course',
                   3714: # Completely new コース
                   3715:    'Confirm that this information is correct, then click &quot;Finish Helper&quot; to complete setting the parameter.'
                   3716: => 'Confirm that this information is correct, then click &quot;Finish Helper&quot; to complete setting the parameter.',
                   3717: # Confirm that (522) this (583) infまたはmat (522)ion is cまたはRe (331)ct, それから click &quot;Finish ヘルプer&quot; To (439) complete セットするting the parameter.
                   3718:    'Construction Space Version'
                   3719: => 'Construction Space Version',
                   3720: # Con作成するion スペース バージョン
                   3721:    'Continue'
                   3722: => 'Continue',
                   3723: 
                   3724:    'Copy current file to'
                   3725: => 'Copy current file to',
                   3726: # Copy curRe (331)nt ファイル To (439)
                   3727:    'Copy selected'
                   3728: => 'Copy selected',
                   3729: # Copy 選択するed
                   3730:    'Course Code'
                   3731: => 'Course Code',
                   3732: # コース Code
                   3733:    'Course Content'
                   3734: => 'Course Content',
                   3735: # コース Content
                   3736:    'Course Data'
                   3737: => 'Course Data',
                   3738: # コース Dat (522)a
                   3739:    'Course Home Server'
                   3740: => 'Course Home Server',
                   3741: # コース Home サーバ
                   3742:    'Course ID or number'
                   3743: => 'Course ID or number',
                   3744: # コース ID または number
                   3745:    'Course ID/Number'
                   3746: => 'Course ID/Number',
                   3747: # コース ID/Number
                   3748:    'Course Information'
                   3749: => 'Course Information',
                   3750: # コース Infまたはmat (522)ion
                   3751:    'Course Initialization Helper'
                   3752: => 'Course Initialization Helper',
                   3753: # コース Initializat (522)ion ヘルプer
                   3754:    'Course Level'
                   3755: => 'Course Level',
                   3756: # コース Level
                   3757:    'Course Search'
                   3758: => 'Course Search',
                   3759: # コース 検索する
                   3760:    'Course Title'
                   3761: => 'Course Title',
                   3762: # コース タイトル (584)
                   3763:    'Course default for all problems'
                   3764: => 'Course default for all problems',
                   3765: # コース Default (119) (535) fまたは ALL (37) (519) problem (572)s
                   3766:    'Course members can provide feedback about the course. You can choose who will receive the feedback, such as a different instructor or a TA. Please enter their LON-CAPA address below, in the form user:domain, where &quot;user&quot; and &quot;domain&quot; are both the LON-CAPA username and LON-CAPA domain, not an email address.'
                   3767: => 'Course members can provide feedback about the course. You can choose who will receive the feedback, such as a different instructor or a TA. Please enter their LON-CAPA address below, in the form user:domain, where &quot;user&quot; and &quot;domain&quot; are both the LON-CAPA username and LON-CAPA domain, not an email address.',
                   3768: # コース members can provide feedback (540) about the コース. You can 選択 who will Re (331)ceive the feedback (540), such as a diffeRe (331)nt in作成するまたは または a TA. Please 入力 their LON-CAPA addRe (331)ss below, in the fまたはm ユーザ:ドメイン, wheRe (331) &quot;ユーザ&quot; and &quot;ドメイン&quot; aRe (331) both the LON-CAPA ユーザ名前 and LON-CAPA ドメイン, not an eMail (242) addRe (331)ss.
                   3769:    'Courses'
                   3770: => 'Courses',
                   3771: # コースs
                   3772:    'Create New User'
                   3773: => 'Create New User',
                   3774: # 作成 New ユーザ
                   3775:    'Create User'
                   3776: => 'Create User',
                   3777: # 作成 ユーザ
                   3778:    'Creating a new'
                   3779: => 'Creating a new',
                   3780: # CRe (331)at (522)ing a new
                   3781:    'Crosslisted courses'
                   3782: => 'Crosslisted courses',
                   3783: # Crosslisted コースs
                   3784:    'Current Class List'
                   3785: => 'Current Class List',
                   3786: # CurRe (331)nt Class List
                   3787:    'Current Ending Date: [_1]'
                   3788: => 'Current Ending Date: [_1]',
                   3789: # CurRe (331)nt 終了ing Dat (522)e: [_1]
                   3790:    'Current Ending Date: not set'
                   3791: => 'Current Ending Date: not set',
                   3792: # CurRe (331)nt 終了ing Dat (522)e: not セットする
                   3793:    'Current Resource'
                   3794: => 'Current Resource',
                   3795: # CurRe (331)nt リソース
                   3796:    'Current Starting Date: [_1]'
                   3797: => 'Current Starting Date: [_1]',
                   3798: # CurRe (331)nt スタートing (403) Dat (522)e: [_1]
                   3799:    'Current Starting Date: not set'
                   3800: => 'Current Starting Date: not set',
                   3801: # CurRe (331)nt スタートing (403) Dat (522)e: not セットする
                   3802:    'Current Version'
                   3803: => 'Current Version',
                   3804: # CurRe (331)nt バージョン
                   3805:    'Currently no active roles or courses'
                   3806: => 'Currently no active roles or courses',
                   3807: # CurRe (331)ntly no active 役割 または コースs
                   3808:    'Currently no additional roles or courses'
                   3809: => 'Currently no additional roles or courses',
                   3810: # CurRe (331)ntly no additional 役割 または コースs
                   3811:    'Currently submitted: <tt>[_1]</tt>'
                   3812: => 'Currently submitted: <tt>[_1]</tt>',
                   3813: # CurRe (331)ntly 提出するted: <tt>[_1]</tt>
                   3814:    'Custom Role Editor'
                   3815: => 'Custom Role Editor',
                   3816: # CusTo (439)m 役割 編集 (538)または
                   3817:    'Cut selected'
                   3818: => 'Cut selected',
                   3819: # Cut 選択するed
                   3820:    'Decompress'
                   3821: => 'Decompress',
                   3822: # DecompRe (331)ss
                   3823:    'Default Assessment Spreadsheet'
                   3824: => 'Default Assessment Spreadsheet',
                   3825: # Default (119) (535) Assessment (60) SpRe (331)adsheet
                   3826:    'Default Course Spreadsheet'
                   3827: => 'Default Course Spreadsheet',
                   3828: # Default (119) (535) コース SpRe (331)adsheet
                   3829:    'Default Student Spreadsheet'
                   3830: => 'Default Student Spreadsheet',
                   3831: # Default (119) (535) 学生 SpRe (331)adsheet
                   3832:    'Default XML Style File'
                   3833: => 'Default XML Style File',
                   3834: # Default (119) (535) XML Style ファイル
                   3835:    'Default beginning date when enrolling students'
                   3836: => 'Default beginning date when enrolling students',
                   3837: # Default (119) (535) beginning dat (522)e when 出席ing 学生s
                   3838:    'Default ending date when enrolling students'
                   3839: => 'Default ending date when enrolling students',
                   3840: # Default (119) (535) 終了ing dat (522)e when 出席ing 学生s
                   3841:    'Default for new courses is'
                   3842: => 'Default for new courses is',
                   3843: # Default (119) (535) fまたは new コースs is
                   3844:    'Default set of options to pass to tth/m when converting tex'
                   3845: => 'Default set of options to pass to tth/m when converting tex',
                   3846: # Default (119) (535) セットする of (565) options To (439) pass To (439) tth/m when converting tex
                   3847:    'Default:'
                   3848: => 'Default:',
                   3849: # Default (119) (535):
                   3850:    'Define Role'
                   3851: => 'Define Role',
                   3852: # Define 役割
                   3853:    'Dependencies'
                   3854: => 'Dependencies',
                   3855: # Dep終了encies
                   3856:    'Description:'
                   3857: => 'Description:',
                   3858: 
                   3859:    'Disable display of problem receipts'
                   3860: => 'Disable display of problem receipts',
                   3861: # Disable 表示する of (565) problem (572) Re (331)ceipts
                   3862:    'Disable student resource discussion'
                   3863: => 'Disable student resource discussion',
                   3864: # Disable 学生 リソース discuss (537)ion
                   3865:    'Disable student use of chatrooms'
                   3866: => 'Disable student use of chatrooms',
                   3867: # Disable 学生 use of (565) チャットrooms
                   3868:    'Disallow Resource Discussion for Roles'
                   3869: => 'Disallow Resource Discussion for Roles',
                   3870: # DisALL (37) (519)ow リソース discuss (537)ion fまたは 役割
                   3871:    'Disallow Resource Discussion for Users'
                   3872: => 'Disallow Resource Discussion for Users',
                   3873: # DisALL (37) (519)ow リソース discuss (537)ion fまたは ユーザs
                   3874:    'Disallow live chatroom use for Roles'
                   3875: => 'Disallow live chatroom use for Roles',
                   3876: # DisALL (37) (519)ow live チャットroom use fまたは 役割
                   3877:    'Disallow live chatroom use for Users'
                   3878: => 'Disallow live chatroom use for Users',
                   3879: # DisALL (37) (519)ow live チャットroom use fまたは ユーザs
                   3880:    'Discussion Participation'
                   3881: => 'Discussion Participation',
                   3882: # discuss (537)ion パート (569)icipat (522)ion
                   3883:    'Display file attributes'
                   3884: => 'Display file attributes',
                   3885: # 表示する ファイル at (522)tributes
                   3886:    'Do NOT generate as standard course'
                   3887: => 'Do NOT generate as standard course',
                   3888: # Do NOT generat (522)e as standard コース
                   3889:    'Do not show plain URL (encrypturl)'
                   3890: => 'Do not show plain URL (encrypturl)',
                   3891: # Do not show plain URL (449) (encryptURL (449))
                   3892:    'Domain Level'
                   3893: => 'Domain Level',
                   3894: # ドメイン Level
                   3895:    "Don't Show Feedback"
                   3896: => "Don't Show Feedback",
                   3897: # Don't Show feedback (540)
                   3898:    'Due Date (contentclose)'
                   3899: => 'Due Date (contentclose)',
                   3900: # Due (149) Dat (522)e (contentClose (89))
                   3901:    'Due Date (duedate)'
                   3902: => 'Due Date (duedate)',
                   3903: # Due (149) Dat (522)e (Due (149)dat (522)e)
                   3904:    'Duration of automated classlist updates'
                   3905: => 'Duration of automated classlist updates',
                   3906: # Durat (522)ion of (565) auTo (439)mat (522)ed classlist Up (461)dat (522)es
                   3907:    'Dynamic Metadata (updated periodically)'
                   3908: => 'Dynamic Metadata (updated periodically)',
                   3909: # Dynamic Metadat (522)a (周期的に更新されます)
                   3910:    'ERROR'
                   3911: => 'ERROR',
                   3912: # ERRまたは
                   3913:    'Edit Custom Role Privileges'
                   3914: => 'Edit Custom Role Privileges',
                   3915: # 編集 (538) CusTo (439)m 役割 Privileges
                   3916:    'Editor Errors - these errors might not effect the running of the problem, but they will likely cause problems with further use of the Edit mode. Please use the EditXML mode to fix these errors.'
                   3917: => 'Editor Errors - these errors might not effect the running of the problem, but they will likely cause problems with further use of the Edit mode. Please use the EditXML mode to fix these errors.',
                   3918: # 編集 (538)または Errまたはs - these errまたはs might not effect the running of (565) the problem (572), but they will likely cause problem (572)s with further use of (565) the 編集 (538) mode. Please use the 編集 (538)XML mode To (439) fix these errまたはs.
                   3919:    'End Time'
                   3920: => 'End Time',
                   3921: # 終了 Time (438)
                   3922:    'Ending Date'
                   3923: => 'Ending Date',
                   3924: # 終了ing Dat (522)e
                   3925:    'Enroll One Student'
                   3926: => 'Enroll One Student',
                   3927: # 出席 One 学生
                   3928:    'Enroll as student'
                   3929: => 'Enroll as student',
                   3930: # 出席 as 学生
                   3931:    'Enrolling'
                   3932: => 'Enrolling',
                   3933: # 出席ing
                   3934:    'Enrolling Student'
                   3935: => 'Enrolling Student',
                   3936: # 出席ing 学生
                   3937:    'Enter as many fields as you can. The system will inform you and bring you back to this page if the data selected is insufficient to enroll students in your class.'
                   3938: => 'Enter as many fields as you can. The system will inform you and bring you back to this page if the data selected is insufficient to enroll students in your class.',
                   3939: # 入力 as many Field (171)s as you can. The システム will infまたはm you and bring you 戻る⇒ (439) this (583) ページ if the dat (522)a 選択するed is insufficient To (439) 出席 学生s in your class.
                   3940:    'Enter terms or phrases separated by AND, OR, or NOT then press SEARCH below'
                   3941: => 'Enter terms or phrases separated by AND, OR, or NOT then press SEARCH below',
                   3942: # 入力 terms または phrases separat (522)ed By (71) AND, または, または NOT それから pRe (331)ss 検索する below
                   3943:    'Enter terms or phrases separated by search operators such as AND, OR, or NOT'
                   3944: => 'Enter terms or phrases separated by search operators such as AND, OR, or NOT',
                   3945: # 入力 terms または phrases separat (522)ed By (71) 検索する operat (522)またはs such as AND, または, または NOT
                   3946:    'Entering Construction Space'
                   3947: => 'Entering Construction Space',
                   3948: # 入力ing Con作成するion スペース
                   3949:    'Error: Directory Non Empty'
                   3950: => 'Error: Directory Non Empty',
                   3951: # Errまたは: DiRe (331)ctまたはy Non クリア
                   3952:    'Error: destination for operation is an existing directory.'
                   3953: => 'Error: destination for operation is an existing directory.',
                   3954: # Errまたは: destinat (522)ion fまたは operat (522)ion is an existing diRe (331)ctまたはy.
                   3955:    'Evaluation Error '
                   3956: => 'Evaluation Error ',
                   3957: # Evaluat (522)ion Errまたは 
                   3958:    'Every problem in a particular folder'
                   3959: => 'Every problem in a particular folder',
                   3960: # Every problem (572) in a パート (569)icular Folder (179)
                   3961:    'Every problem in a particular folder (overrides course default)'
                   3962: => 'Every problem in a particular folder (overrides course default)',
                   3963: # Every problem (572) in a パート (569)icular Folder (179) (overrides コース Default (119) (535))
                   3964:    'Every problem in the course'
                   3965: => 'Every problem in the course',
                   3966: # Every problem (572) in the コース
                   3967:    'Exam Problem'
                   3968: => 'Exam Problem',
                   3969: # Exam problem (572)
                   3970:    'Excel format'
                   3971: => 'Excel format',
                   3972: # Excel (168) fまたはmat (522)
                   3973:    'Exit'
                   3974: => 'Exit',
                   3975: # 終了
                   3976:    'Feedback Addresses for Course Content'
                   3977: => 'Feedback Addresses for Course Content',
                   3978: # feedback (540) AddRe (331)sses fまたは コース Content
                   3979:    'Feedback Addresses for Course Content Comments'
                   3980: => 'Feedback Addresses for Course Content Comments',
                   3981: # feedback (540) AddRe (331)sses fまたは コース Content Comments
                   3982:    'Feedback Addresses for Course Policy'
                   3983: => 'Feedback Addresses for Course Policy',
                   3984: # feedback (540) AddRe (331)sses fまたは コース Policy
                   3985:    'Feedback Addresses for Resource Content Question'
                   3986: => 'Feedback Addresses for Resource Content Question',
                   3987: # feedback (540) AddRe (331)sses fまたは リソース Content Question
                   3988:    'Finish Helper'
                   3989: => 'Finish Helper',
                   3990: # Finish ヘルプer
                   3991:    'First'
                   3992: => 'First',
                   3993: 
                   3994:    'First Resource'
                   3995: => 'First Resource',
                   3996: # First リソース
                   3997:    'Foil name <b><tt>[_1]</tt></b> appears more than once. Foil names need to be unique.'
                   3998: => 'Foil name <b><tt>[_1]</tt></b> appears more than once. Foil names need to be unique.',
                   3999: # Foil (177) 名前 <b><tt>[_1]</tt></b> appears mまたはe than once. Foil (177) 名前s need To (439) be unique.
                   4000:    'Folder/Map'
                   4001: => 'Folder/Map',
                   4002: # Folder (179)/マップ
                   4003:    'For one or more students'
                   4004: => 'For one or more students',
                   4005: # Fまたは one または mまたはe 学生s
                   4006:    'Found a <*response> outside of a <part> in a <part>ed problem'
                   4007: => 'Found a <*response> outside of a <part> in a <part>ed problem',
                   4008: # Found a <*Re (331)sponse> outside of (565) a <パート (569)> in a <パート (569)>ed problem (572)
                   4009:    'Found no analyzable respones in this problem, currently only Numerical, Formula and String response styles are supported.'
                   4010: => 'Found no analyzable respones in this problem, currently only Numerical, Formula and String response styles are supported.',
                   4011: # Found no analyzable Re (331)spones in this (583) problem (572), curRe (331)ntly only Numerical, Fまたはmula and String Re (331)sponse styles aRe (331) sUp (461)pまたはted.
                   4012:    'Generate messages from a file'
                   4013: => 'Generate messages from a file',
                   4014: # Generat (522)e messages From (187) a ファイル
                   4015:    'Go'
                   4016: => 'Go',
                   4017: 
                   4018:    'Go to ...'
                   4019: => 'Go to ...',
                   4020: # Go To (439) ...
                   4021:    'HTML can be allowed or banned inside of course discussion.'
                   4022: => 'HTML can be allowed or banned inside of course discussion.',
                   4023: # HTML (204) can be ALL (37) (519)o水 または banned inside of (565) コース discuss (537)ion.
                   4024:    'HTML in Discussions'
                   4025: => 'HTML in Discussions',
                   4026: # HTML (204) in discuss (537)ions
                   4027:    'Hand Graded (handgrade)'
                   4028: => 'Hand Graded (handgrade)',
                   4029: 
                   4030:    'Help on Creating Courses'
                   4031: => 'Help on Creating Courses',
                   4032: # ヘルプ on CRe (331)at (522)ing コースs
                   4033:    'Hide Empty Rows in Spreadsheets'
                   4034: => 'Hide Empty Rows in Spreadsheets',
                   4035: # Hide (207) クリア Row (345)s in SpRe (331)adsheets
                   4036:    'Home Server'
                   4037: => 'Home Server',
                   4038: # Home サーバ
                   4039:    'Homework problem'
                   4040: => 'Homework problem',
                   4041: # Homewまたはk problem (572)
                   4042:    'How do I create a CSV file from a spreadsheet'
                   4043: => 'How do I create a CSV file from a spreadsheet',
                   4044: # How do I 作成 a CSV ファイル From (187) a spRe (331)adsheet
                   4045:    'How do I create a class list from a spreadsheet'
                   4046: => 'How do I create a class list from a spreadsheet',
                   4047: # How do I 作成 a class list From (187) a spRe (331)adsheet
                   4048:    'How many tries should be set for all problems in the course?'
                   4049: => 'How many tries should be set for all problems in the course?',
                   4050: # How many 受験回数 should be セットする fまたは ALL (37) (519) problem (572)s in the コース?
                   4051:    'How many tries should be set for the selected folder?'
                   4052: => 'How many tries should be set for the selected folder?',
                   4053: # How many 受験回数 should be セットする fまたは the 選択するed Folder (179)?
                   4054:    'How many tries should be set for the selected problem?'
                   4055: => 'How many tries should be set for the selected problem?',
                   4056: # How many 受験回数 should be セットする fまたは the 選択するed problem (572)?
                   4057:    'How should the results be printed?'
                   4058: => 'How should the results be printed?',
                   4059: # How should the Re (331)sults be printed?
                   4060:    'Immediately expire own role as Course Coordinator'
                   4061: => 'Immediately expire own role as Course Coordinator',
                   4062: # Immediat (522)ely expiRe (331) own 役割 as コース Coまたはdinat (522)または
                   4063:    'Import and Paste Area'
                   4064: => 'Import and Paste Area',
                   4065: # Impまたはt and Paste ARe (331)a
                   4066:    'Include retrieval of student photographs?'
                   4067: => 'Include retrieval of student photographs?',
                   4068: # Include Re (331)trieval of (565) 学生 phoTo (439)graphs?
                   4069:    'Institutional Information'
                   4070: => 'Institutional Information',
                   4071: # Institutional Infまたはmat (522)ion
                   4072:    'Interlingua (International Auxiliary Language Association) - ISO'
                   4073: => 'Interlingua (International Auxiliary Language Association) - ISO',
                   4074: # Interlingua (Internat (522)ional Auxiliary 言語 (550) Associat (522)ion) - ISO
                   4075:    'Invalid Significant figures detected'
                   4076: => 'Invalid Significant figures detected',
                   4077: # Invalid Significant figuRe (331)s detected
                   4078:    'Invalid characters in requested name have been removed.'
                   4079: => 'Invalid characters in requested name have been removed.',
                   4080: # Invalid characters in Re (331)quested 名前 have been Re (331)moved.
                   4081:    'Invalid login mode or password.'
                   4082: => 'Invalid login mode or password.',
                   4083: # Invalid login mode または passwまたはd.
                   4084:    'Invalid username or domain'
                   4085: => 'Invalid username or domain',
                   4086: # Invalid ユーザ名前 または ドメイン
                   4087:    'KEYWORDS'
                   4088: => 'KEYWORDS',
                   4089: # KEYWまたはDS
                   4090:    'LON-CAPA has live chat functionality. This course will receive its own chat room. You may deny students, TAs, or instructors the right to access the chat room.'
                   4091: => 'LON-CAPA has live chat functionality. This course will receive its own chat room. You may deny students, TAs, or instructors the right to access the chat room.',
                   4092: # LON-CAPA has live チャット functionality. this (583) コース will Re (331)ceive its own チャット room. You 5月 deny 学生s, TAs, または in作成するまたはs the right To (439) access the チャット room.
                   4093:    'LON-CAPA hosts discussions on all resources in a course. By default, all users are allowed to participate in these discussions. If you do not wish certain types of users to be able to use the discussion features, select those types below. Note your class may not have all of these roles; you may safely ignore roles you do not intend to use. (For instance, &quot;Exam Proctor&quot; is generally useful only for large courses.) Types of users not allowed to participate in discussion can still view any discussion that other users post.'
                   4094: => 'LON-CAPA hosts discussions on all resources in a course. By default, all users are allowed to participate in these discussions. If you do not wish certain types of users to be able to use the discussion features, select those types below. Note your class may not have all of these roles; you may safely ignore roles you do not intend to use. (For instance, &quot;Exam Proctor&quot; is generally useful only for large courses.) Types of users not allowed to participate in discussion can still view any discussion that other users post.',
                   4095: # LON-CAPA Host (209)s discuss (537)ions on ALL (37) (519) リソースs (577) in a コース. By (71) Default (119) (535), ALL (37) (519) ユーザs aRe (331) ALL (37) (519)o水 To (439) パート (569)icipat (522)e in these discuss (537)ions. If you do not wish certain Type (446)s of (565) ユーザs To (439) be able To (439) use the discuss (537)ion feat (522)uRe (331)s, 選択する those Type (446)s below. Note your class 5月 not have ALL (37) (519) of (565) these 役割; you 5月 safely ignまたはe 役割 you do not int終了 To (439) use. (Fまたは instance, &quot;Exam Proctまたは&quot; is general (544)ly useful only fまたは large コースs.) Type (446)s of (565) ユーザs not ALL (37) (519)o水 To (439) パート (569)icipat (522)e in discuss (537)ion can still 閲覧 any discuss (537)ion that (522) other ユーザs post.
                   4096:    'LaTeX batchmode'
                   4097: => 'LaTeX batchmode',
                   4098: # Lat (522)eX bat (522)chmode
                   4099:    'LaTeX mode:'
                   4100: => 'LaTeX mode:',
                   4101: # Lat (522)eX mode:
                   4102:    'Languages used'
                   4103: => 'Languages used',
                   4104: # 言語 (550)s used
                   4105:    'Last'
                   4106: => 'Last',
                   4107: 
                   4108:    'Leave blank on scoring form'
                   4109: => 'Leave blank on scoring form',
                   4110: # Leave blank on scまたはing fまたはm
                   4111:    'List Directory'
                   4112: => 'List Directory',
                   4113: # List DiRe (331)ctまたはy
                   4114:    'List of hidden parts (hiddenparts)'
                   4115: => 'List of hidden parts (hiddenparts)',
                   4116: # List of (565) hidden パート (569)s (hiddenパート (569)s)
                   4117:    'Location'
                   4118: => 'Location',
                   4119: # Locat (522)ion
                   4120:    'Login Data'
                   4121: => 'Login Data',
                   4122: # Login Dat (522)a
                   4123:    'Logout'
                   4124: => 'Logout',
                   4125: 
                   4126:    'Make new directory'
                   4127: => 'Make new directory',
                   4128: # Make new diRe (331)ctまたはy
                   4129:    'Make new file'
                   4130: => 'Make new file',
                   4131: # Make new ファイル
                   4132:    'Manual Grading'
                   4133: => 'Manual Grading',
                   4134: # Manual 採点
                   4135:    'Map has branchings. Use advanced editor.'
                   4136: => 'Map has branchings. Use advanced editor.',
                   4137: # マップ has branchings. Use advanced 編集 (538)または.
                   4138:    'Map has conditions. Use advanced editor.'
                   4139: => 'Map has conditions. Use advanced editor.',
                   4140: # マップ has conditions. Use advanced 編集 (538)または.
                   4141:    'Map has resource parameters. Use advanced editor.'
                   4142: => 'Map has resource parameters. Use advanced editor.',
                   4143: # マップ has リソース parameters. Use advanced 編集 (538)または.
                   4144:    'Map has unconnected resources. Use advanced editor.'
                   4145: => 'Map has unconnected resources. Use advanced editor.',
                   4146: # マップ has unconnected リソースs (577). Use advanced 編集 (538)または.
                   4147:    'Maximum Number of Collaborators'
                   4148: => 'Maximum Number of Collaborators',
                   4149: # Maximum Number of (565) Collabまたはat (522)またはs
                   4150:    'Maximum Number of Collaborators (maxcollaborators)'
                   4151: => 'Maximum Number of Collaborators (maxcollaborators)',
                   4152: # Maximum Number of (565) Collabまたはat (522)またはs (maxcollabまたはat (522)またはs)
                   4153:    'Maximum Number of Tries (maxtries)'
                   4154: => 'Maximum Number of Tries (maxtries)',
                   4155: # Maximum Number of (565) 受験回数 (max受験回数)
                   4156:    'Messaging'
                   4157: => 'Messaging',
                   4158: 
                   4159:    'Middle'
                   4160: => 'Middle',
                   4161: 
                   4162:    'Middle Name'
                   4163: => 'Middle Name',
                   4164: # Middle 名前
                   4165:    'Missing Kerberos domain information.'
                   4166: => 'Missing Kerberos domain information.',
                   4167: # Missing Kerberos ドメイン infまたはmat (522)ion.
                   4168:    'Modification may make assessment data inaccessible'
                   4169: => 'Modification may make assessment data inaccessible',
                   4170: # Modificat (522)ion 5月 make Assessment (60) dat (522)a inaccessible
                   4171:    'Modify Enrollment for'
                   4172: => 'Modify Enrollment for',
                   4173: # Modify 出席ment fまたは
                   4174:    'Modify User'
                   4175: => 'Modify User',
                   4176: # Modify ユーザ
                   4177:    'Modify another students data'
                   4178: => 'Modify another students data',
                   4179: # Modify another 学生s dat (522)a
                   4180:    'Modify deadlines, etc, for this resource'
                   4181: => 'Modify deadlines, etc, for this resource',
                   4182: # Modify 締め切り, etc, fまたは this (583) リソース
                   4183:    'Modifying data for user'
                   4184: => 'Modifying data for user',
                   4185: # Modifying dat (522)a fまたは ユーザ
                   4186:    'Modifying this will make problems'
                   4187: => 'Modifying this will make problems',
                   4188: # Modifying this (583) will make problem (572)s
                   4189:    'Move current file to'
                   4190: => 'Move current file to',
                   4191: # Move curRe (331)nt ファイル To (439)
                   4192:    'Must create new subdirectory inside a directory'
                   4193: => 'Must create new subdirectory inside a directory',
                   4194: # Must 作成 new subdiRe (331)ctまたはy inside a diRe (331)ctまたはy
                   4195:    'Name of Role'
                   4196: => 'Name of Role',
                   4197: # 名前 of (565) 役割
                   4198:    'Navigate'
                   4199: => 'Navigate',
                   4200: # ナビゲート
                   4201:    'New Directory'
                   4202: => 'New Directory',
                   4203: # New DiRe (331)ctまたはy
                   4204:    'New HTML file'
                   4205: => 'New HTML file',
                   4206: # New HTML (204) ファイル
                   4207:    'New Resource'
                   4208: => 'New Resource',
                   4209: # New リソース
                   4210:    'New Role'
                   4211: => 'New Role',
                   4212: # New 役割
                   4213:    'New User'
                   4214: => 'New User',
                   4215: # New ユーザ
                   4216:    'New Value'
                   4217: => 'New Value',
                   4218: # New Value (472)
                   4219:    'New assembled page'
                   4220: => 'New assembled page',
                   4221: # New assembled ページ
                   4222:    'New assembled sequence'
                   4223: => 'New assembled sequence',
                   4224: # New assembled シーケンス (581)
                   4225:    'New custom rights file'
                   4226: => 'New custom rights file',
                   4227: # New cusTo (439)m rights ファイル
                   4228:    'New file'
                   4229: => 'New file',
                   4230: # New ファイル
                   4231:    'New problem'
                   4232: => 'New problem',
                   4233: # New problem (572)
                   4234:    'New style file'
                   4235: => 'New style file',
                   4236: # New style ファイル
                   4237:    'New subdirectory'
                   4238: => 'New subdirectory',
                   4239: # New subdiRe (331)ctまたはy
                   4240:    'Next    '
                   4241: => 'Next    ',
                   4242: # Next (273)    
                   4243:    'No'
                   4244: => 'No',
                   4245: 
                   4246:    'No Access or Usages Statistics are available for this resource.'
                   4247: => 'No Access or Usages Statistics are available for this resource.',
                   4248: # No Access または Usages Stat (522)istics aRe (331) available fまたは this (583) リソース.
                   4249:    'No Assessment Statistical Data is available for this resource'
                   4250: => 'No Assessment Statistical Data is available for this resource',
                   4251: # No Assessment (60) Stat (522)istical Dat (522)a is available fまたは this (583) リソース
                   4252:    'No Evaluation Data is available for this resource.'
                   4253: => 'No Evaluation Data is available for this resource.',
                   4254: # No Evaluat (522)ion Dat (522)a is available fまたは this (583) リソース.
                   4255:    'No new filename specified.'
                   4256: => 'No new filename specified.',
                   4257: # No new ファイル名前 specified.
                   4258:    'No section assigned'
                   4259: => 'No section assigned',
                   4260: # No Section (354) assigned
                   4261:    'No such file'
                   4262: => 'No such file',
                   4263: # No such ファイル
                   4264:    'Not Allowed'
                   4265: => 'Not Allowed',
                   4266: # Not ALL (37) (519)o水
                   4267:    'Not applicable - '
                   4268: => 'Not applicable - ',
                   4269: 
                   4270:    'Not open to be viewed'
                   4271: => 'Not open to be viewed',
                   4272: # Not Open (284) To (439) be 閲覧ed
                   4273:    'Not set - '
                   4274: => 'Not set - ',
                   4275: # Not セットする - 
                   4276:    'Notification of enrollment changes'
                   4277: => 'Notification of enrollment changes',
                   4278: # Notificat (522)ion of (565) 出席ment Change (75)s
                   4279:    'Notification to course coordinator via LON-CAPA message when enrollment changes occur during the automated update?'
                   4280: => 'Notification to course coordinator via LON-CAPA message when enrollment changes occur during the automated update?',
                   4281: # Notificat (522)ion To (439) コース coまたはdinat (522)または via LON-CAPa.m. (513)ssage when 出席ment Change (75)s occur during the auTo (439)mat (522)ed Up (461)dat (522)e?
                   4282:    'Number of Tries before hints appear (hinttries)'
                   4283: => 'Number of Tries before hints appear (hinttries)',
                   4284: # Number of (565) 受験回数 befまたはe hints appear (hint受験回数)
                   4285:    'Number of assignments printed at the same time:'
                   4286: => 'Number of assignments printed at the same time:',
                   4287: # Number of (565) assignments printed at (522) the same Time (438):
                   4288:    'Number of bubbles in exam mode (numbubbles)'
                   4289: => 'Number of bubbles in exam mode (numbubbles)',
                   4290: # Number of (565) bubbles in exam mode (numbubbles)
                   4291:    'Number of columns'
                   4292: => 'Number of columns',
                   4293: # Number of (565) Column (91)s
                   4294:    'Numerical Tolerance (tol)'
                   4295: => 'Numerical Tolerance (tol)',
                   4296: # Numerical To (439)lerance (To (439)l)
                   4297:    'Old Value'
                   4298: => 'Old Value',
                   4299: # Old Value (472)
                   4300:    'One particular problem'
                   4301: => 'One particular problem',
                   4302: # One パート (569)icular problem (572)
                   4303:    'One particular problem (overrides folder and course defaults)'
                   4304: => 'One particular problem (overrides folder and course defaults)',
                   4305: # One パート (569)icular problem (572) (overrides Folder (179) and コース Default (119) (535)s)
                   4306:    'Online Help'
                   4307: => 'Online Help',
                   4308: # Online ヘルプ
                   4309:    'Only Answers'
                   4310: => 'Only Answers',
                   4311: # Only 回答s
                   4312:    'Only domain coordinators can change a users password.'
                   4313: => 'Only domain coordinators can change a users password.',
                   4314: # Only ドメイン coまたはdinat (522)またはs can Change (75) a ユーザs passwまたはd.
                   4315:    'Open Course'
                   4316: => 'Open Course',
                   4317: # Open (284) コース
                   4318:    'Open all assessments'
                   4319: => 'Open all assessments',
                   4320: # Open (284) ALL (37) (519) Assessment (60)s
                   4321:    'Open and correct'
                   4322: => 'Open and correct',
                   4323: # Open (284) and cまたはRe (331)ct
                   4324:    'Open with full tries'
                   4325: => 'Open with full tries',
                   4326: # Open (284) with full 受験回数
                   4327:    'Opening Date (contentopen)'
                   4328: => 'Opening Date (contentopen)',
                   4329: # Open (284)ing Dat (522)e (contenTo (439)pen)
                   4330:    'Opening Date (opendate)'
                   4331: => 'Opening Date (opendate)',
                   4332: # Open (284)ing Dat (522)e (Open (284)dat (522)e)
                   4333:    'Output Format: [_1]'
                   4334: => 'Output Format: [_1]',
                   4335: # Output (288) Fまたはmat (522): [_1]
                   4336:    'Page layout'
                   4337: => 'Page layout',
                   4338: # ページ layout
                   4339:    'Paper type'
                   4340: => 'Paper type',
                   4341: # Paper Type (446)
                   4342:    'Parameter'
                   4343: => 'Parameter',
                   4344: 
                   4345:    'Part Description (display)'
                   4346: => 'Part Description (display)',
                   4347: # パート (569) Description (表示する)
                   4348:    'Paste after selected'
                   4349: => 'Paste after selected',
                   4350: # Paste after 選択するed
                   4351:    'Personal Data'
                   4352: => 'Personal Data',
                   4353: # Personal Dat (522)a
                   4354:    'Please choose the default authentication method to be used by new users added to this LON-CAPA domain by the automated enrollment process'
                   4355: => 'Please choose the default authentication method to be used by new users added to this LON-CAPA domain by the automated enrollment process',
                   4356: # Please 選択 the Default (119) (535) auそれからticat (522)ion method To (439) be used By (71) new ユーザs added To (439) this (583) LON-CAPA ドメイン By (71) the auTo (439)mat (522)ed 出席ment process
                   4357:    'Please click Back on your browser and select another user, or '
                   4358: => 'Please click Back on your browser and select another user, or ',
                   4359: # Please click Back on your bRow (345)ser and 選択する:nother ユーザ, または 
                   4360:    'Please contact your LON-CAPA administrator regarding this situation.'
                   4361: => 'Please contact your LON-CAPA administrator regarding this situation.',
                   4362: # Please コンタクト your LON-CAPA a.m. (513)nistrat (522)または Re (331)garding this (583) situat (522)ion.
                   4363:    'Please select an authentication mechanism'
                   4364: => 'Please select an authentication mechanism',
                   4365: # Please 選択する:n auそれからticat (522)ion mechanism
                   4366:    'Please select the authentication mechanism'
                   4367: => 'Please select the authentication mechanism',
                   4368: # Please 選択する the auそれからticat (522)ion mechanism
                   4369:    'Please select the section you wish to set the answer open date for:'
                   4370: => 'Please select the section you wish to set the answer open date for:',
                   4371: # Please 選択する the Section (354) you wish To (439) セットする the 回答 Open (284) dat (522)e fまたは:
                   4372:    'Please select the section you wish to set the due date for:'
                   4373: => 'Please select the section you wish to set the due date for:',
                   4374: # Please 選択する the Section (354) you wish To (439) セットする the Due (149) dat (522)e fまたは:
                   4375:    'Please select the section you wish to set the number of tries for:'
                   4376: => 'Please select the section you wish to set the number of tries for:',
                   4377: # Please 選択する the Section (354) you wish To (439) セットする the number of (565) 受験回数 fまたは:
                   4378:    'Please select the section you wish to set the opening date for:'
                   4379: => 'Please select the section you wish to set the opening date for:',
                   4380: # Please 選択する the Section (354) you wish To (439) セットする the Open (284)ing dat (522)e fまたは:
                   4381:    'Please select the section you wish to set the problem weight for:'
                   4382: => 'Please select the section you wish to set the problem weight for:',
                   4383: # Please 選択する the Section (354) you wish To (439) セットする the problem (572) weight fまたは:
                   4384:    'Please select the student you wish to set the answer open date for:'
                   4385: => 'Please select the student you wish to set the answer open date for:',
                   4386: # Please 選択する the 学生 you wish To (439) セットする the 回答 Open (284) dat (522)e fまたは:
                   4387:    'Please select the student you wish to set the due date for:'
                   4388: => 'Please select the student you wish to set the due date for:',
                   4389: # Please 選択する the 学生 you wish To (439) セットする the Due (149) dat (522)e fまたは:
                   4390:    'Please select the student you wish to set the number of tries for:'
                   4391: => 'Please select the student you wish to set the number of tries for:',
                   4392: # Please 選択する the 学生 you wish To (439) セットする the number of (565) 受験回数 fまたは:
                   4393:    'Please select the student you wish to set the opening date for:'
                   4394: => 'Please select the student you wish to set the opening date for:',
                   4395: # Please 選択する the 学生 you wish To (439) セットする the Open (284)ing dat (522)e fまたは:
                   4396:    'Please select the student you wish to set the problem weight for:'
                   4397: => 'Please select the student you wish to set the problem weight for:',
                   4398: # Please 選択する the 学生 you wish To (439) セットする the problem (572) weight fまたは:
                   4399:    'Please stand by.'
                   4400: => 'Please stand by.',
                   4401: # Please stand By (71).
                   4402:    "Please use browser 'Back' button and pick a filename"
                   4403: => "Please use browser 'Back' button and pick a filename",
                   4404: # Please use bRow (345)ser 'Back' butTo (439)n and pick a ファイル名前
                   4405:    'Preparing Printout'
                   4406: => 'Preparing Printout',
                   4407: # PRe (331)paring 印刷する
                   4408:    'Print'
                   4409: => 'Print',
                   4410: 
                   4411:    'Print Index:'
                   4412: => 'Print Index:',
                   4413: 
                   4414:    'Print Table of Contents:'
                   4415: => 'Print Table of Contents:',
                   4416: # Print Table of (565) コンテンツ:
                   4417:    'Print:'
                   4418: => 'Print:',
                   4419: 
                   4420:    'Privileged users that should not be hidden on staff listings'
                   4421: => 'Privileged users that should not be hidden on staff listings',
                   4422: # Privileged ユーザs that (522) should not be hidden on staff listings
                   4423:    'Problems from entire course'
                   4424: => 'Problems from entire course',
                   4425: # problem (572)s From (187) entiRe (331) コース
                   4426:    'Processed file'
                   4427: => 'Processed file',
                   4428: # Processed ファイル
                   4429:    'Publish this Resource'
                   4430: => 'Publish this Resource',
                   4431: # Publish (323) this (583) リソース
                   4432:    'Question Type (type)'
                   4433: => 'Question Type (type)',
                   4434: # Question Type (328) (446) (Type (446))
                   4435:    'Random seed for randomly picking number of resources (optional, only set if you know what you are doing) (randompickseed)'
                   4436: => 'Random seed for randomly picking number of resources (optional, only set if you know what you are doing) (randompickseed)',
                   4437: # Random seed fまたは randomly picking number of (565) リソースs (577) (optional, only セットする if you know what (522) you aRe (331) doing) (randompickseed)
                   4438:    'Randomization algorithm used'
                   4439: => 'Randomization algorithm used',
                   4440: # Randomizat (522)ion algまたはithm used
                   4441:    'Randomly pick number of resources (randompick)'
                   4442: => 'Randomly pick number of resources (randompick)',
                   4443: # Randomly pick number of (565) リソースs (577) (randompick)
                   4444:    'Reading results from [_1]'
                   4445: => 'Reading results from [_1]',
                   4446: # Re (331)ading Re (331)sults From (187) (333) [_1]
                   4447:    'Receipt algorithm used'
                   4448: => 'Receipt algorithm used',
                   4449: # Re (331)ceipt algまたはithm used
                   4450:    'Receiving results from [_1]'
                   4451: => 'Receiving results from [_1]',
                   4452: # Re (331)ceiving Re (331)sults From (187) [_1]
                   4453:    'Recent'
                   4454: => 'Recent',
                   4455: # Re (331)cent
                   4456:    'Rename current file to'
                   4457: => 'Rename current file to',
                   4458: # リネームする curRe (331)nt ファイル To (439)
                   4459:    'Report a Bug'
                   4460: => 'Report a Bug',
                   4461: # Re (331)pまたはt a Bug
                   4462:    'Resource'
                   4463: => 'Resource',
                   4464: # リソース
                   4465:    'Resource Differences'
                   4466: => 'Resource Differences',
                   4467: # リソース Differ設定
                   4468:    'Resource Hidden from Students (hiddenresource)'
                   4469: => 'Resource Hidden from Students (hiddenresource)',
                   4470: # リソース Hidden From (187) 学生s (hiddenリソース)
                   4471:    'Resource alias name for conditions (mapalias)'
                   4472: => 'Resource alias name for conditions (mapalias)',
                   4473: # リソース alias 名前 fまたは conditions (マップalias)
                   4474:    'Resources'
                   4475: => 'Resources',
                   4476: # リソースs (577)
                   4477:    'Resources from selected sequence in course'
                   4478: => 'Resources from selected sequence in course',
                   4479: # リソースs (577) From (187) 選択するed シーケンス (581) in コース (545)
                   4480:    'Response'
                   4481: => 'Response',
                   4482: # Re (331)sponse
                   4483:    'Retrieve Old Version'
                   4484: => 'Retrieve Old Version',
                   4485: # Re (331)trieve (341) Old バージョン
                   4486:    'Retrieving current (most recent) version'
                   4487: => 'Retrieving current (most recent) version',
                   4488: # Re (331)trieving curRe (331)nt (most Re (331)cent (557)) バージョン
                   4489:    'Return to DOCS'
                   4490: => 'Return to DOCS',
                   4491: # Re (331)turn To (439) docs
                   4492:    'Reverse Association'
                   4493: => 'Reverse Association',
                   4494: # Re (331)verse Associat (522)ion
                   4495:    'Revoke'
                   4496: => 'Revoke',
                   4497: # Re (331)voke
                   4498:    'Revoke Existing Roles'
                   4499: => 'Revoke Existing Roles',
                   4500: # Re (331)voke Existing 役割
                   4501:    'Role'
                   4502: => 'Role',
                   4503: # 役割
                   4504:    'Role Information'
                   4505: => 'Role Information',
                   4506: # 役割 Infまたはmat (522)ion
                   4507:    'Sample Points:'
                   4508: => 'Sample Points:',
                   4509: 
                   4510:    'Save entries below as a draft answer (not submitting them for credit yet)'
                   4511: => 'Save entries below as a draft answer (not submitting them for credit yet)',
                   4512: # 保存する en受験回数 below as a draft 回答 (not 提出するting them fまたは cRe (331)dit (538) yet)
                   4513:    'Search Complete [_1]'
                   4514: => 'Search Complete [_1]',
                   4515: # 検索する Complete [_1]
                   4516:    'Search: [_1]'
                   4517: => 'Search: [_1]',
                   4518: # 検索する: [_1]
                   4519:    'Select Action'
                   4520: => 'Select Action',
                   4521: # 選択する:ction
                   4522:    'Select All Files'
                   4523: => 'Select All Files',
                   4524: # 選択する:ll (519) ファイルs
                   4525:    'Select All Published'
                   4526: => 'Select All Published',
                   4527: # 選択する:ll (519) Publish (323)ed (326)
                   4528:    'Select All Resources'
                   4529: => 'Select All Resources',
                   4530: # 選択する:ll (519) リソースs (577)
                   4531:    'Select Folder'
                   4532: => 'Select Folder',
                   4533: # 選択する Folder (179)
                   4534:    'Select Only Current Students'
                   4535: => 'Select Only Current Students',
                   4536: # 選択する Only CurRe (331)nt 学生s
                   4537:    'Select Printing Options:'
                   4538: => 'Select Printing Options:',
                   4539: # 選択する Printing Options:
                   4540:    'Select Problem'
                   4541: => 'Select Problem',
                   4542: # 選択する problem (572)
                   4543:    'Select Problem(s) to print'
                   4544: => 'Select Problem(s) to print',
                   4545: # 選択する problem (572)(s) To (439) print
                   4546:    'Select Resource(s) to print'
                   4547: => 'Select Resource(s) to print',
                   4548: # 選択する リソース(s) To (439) print
                   4549:    'Select Resources To Print'
                   4550: => 'Select Resources To Print',
                   4551: # 選択する リソースs (577) To (439) Print
                   4552:    'Select Section'
                   4553: => 'Select Section',
                   4554: # 選択する Section (354)
                   4555:    'Select Sequence To Print From'
                   4556: => 'Select Sequence To Print From',
                   4557: # 選択する シーケンス (581) To (439) Print From (187)
                   4558:    'Select Student'
                   4559: => 'Select Student',
                   4560: # 選択する 学生
                   4561:    'Select Students and Resources'
                   4562: => 'Select Students and Resources',
                   4563: # 選択する 学生s and リソースs (577)
                   4564:    'Select Style File'
                   4565: => 'Select Style File',
                   4566: # 選択する Style ファイル
                   4567:    'Select a user name to modify the students information'
                   4568: => 'Select a user name to modify the students information',
                   4569: # 選択する: ユーザ 名前 To (439) modify the 学生s infまたはmat (522)ion
                   4570:    'Select a user name to view the users personal page.'
                   4571: => 'Select a user name to view the users personal page.',
                   4572: # 選択する: ユーザ 名前 To (439) 閲覧 the ユーザs personal ページ.
                   4573:    'Select for Section/Group'
                   4574: => 'Select for Section/Group',
                   4575: # 選択する fまたは 章/グループ (461)
                   4576:    'Select resources for the assignment'
                   4577: => 'Select resources for the assignment',
                   4578: # 選択する リソースs (577) fまたは the assignment
                   4579:    'Select the folder you wish to set the parameter for:'
                   4580: => 'Select the folder you wish to set the parameter for:',
                   4581: # 選択する the Folder (179) you wish To (439) セットする the parameter fまたは:
                   4582:    'Select the problem you wish to set the parameter for:'
                   4583: => 'Select the problem you wish to set the parameter for:',
                   4584: # 選択する the problem (572) you wish To (439) セットする the parameter fまたは:
                   4585:    'Set'
                   4586: => 'Set',
                   4587: # セットする
                   4588:    'Set Course Environment'
                   4589: => 'Set Course Environment',
                   4590: # セットする コース Environment
                   4591:    'Set End Date'
                   4592: => 'Set End Date',
                   4593: # セットする 終了 Dat (522)e
                   4594:    'Set Individual User Roles'
                   4595: => 'Set Individual User Roles',
                   4596: # セットする Individual ユーザ 役割
                   4597:    'Set Problem Tries'
                   4598: => 'Set Problem Tries',
                   4599: # セットする problem (572) 受験回数
                   4600:    'Set Problem Weight'
                   4601: => 'Set Problem Weight',
                   4602: # セットする problem (572) Weight
                   4603:    'Set Start Date'
                   4604: => 'Set Start Date',
                   4605: # セットする スタート Dat (522)e
                   4606:    'Set answer open date for all problems in the course for ...'
                   4607: => 'Set answer open date for all problems in the course for ...',
                   4608: # セットする 回答 Open (284) dat (522)e fまたは ALL (37) (519) problem (572)s in the コース fまたは ...
                   4609:    'Set answer open date for the selected folder for ...'
                   4610: => 'Set answer open date for the selected folder for ...',
                   4611: # セットする 回答 Open (284) dat (522)e fまたは the 選択するed Folder (179) fまたは ...
                   4612:    'Set answer open date for the selected problem for ...'
                   4613: => 'Set answer open date for the selected problem for ...',
                   4614: # セットする 回答 Open (284) dat (522)e fまたは the 選択するed problem (572) fまたは ...
                   4615:    'Set content feedback to Course Coordinator'
                   4616: => 'Set content feedback to Course Coordinator',
                   4617: # セットする content feedback (540) To (439) コース Coまたはdinat (522)または
                   4618:    'Set course policy feedback to Course Coordinator'
                   4619: => 'Set course policy feedback to Course Coordinator',
                   4620: # セットする コース policy feedback (540) To (439) コース Coまたはdinat (522)または
                   4621:    'Set due date for all problems in the course for ...'
                   4622: => 'Set due date for all problems in the course for ...',
                   4623: # セットする Due (149) dat (522)e fまたは ALL (37) (519) problem (572)s in the コース fまたは ...
                   4624:    'Set due date for the selected folder for ...'
                   4625: => 'Set due date for the selected folder for ...',
                   4626: # セットする Due (149) dat (522)e fまたは the 選択するed Folder (179) fまたは ...
                   4627:    'Set due date for the selected problem for ...'
                   4628: => 'Set due date for the selected problem for ...',
                   4629: # セットする Due (149) dat (522)e fまたは the 選択するed problem (572) fまたは ...
                   4630:    'Set number of tries for all problems in the course for ...'
                   4631: => 'Set number of tries for all problems in the course for ...',
                   4632: # セットする number of (565) 受験回数 fまたは ALL (37) (519) problem (572)s in the コース fまたは ...
                   4633:    'Set number of tries for the selected folder for ...'
                   4634: => 'Set number of tries for the selected folder for ...',
                   4635: # セットする number of (565) 受験回数 fまたは the 選択するed Folder (179) fまたは ...
                   4636:    'Set number of tries for the selected problem for ...'
                   4637: => 'Set number of tries for the selected problem for ...',
                   4638: # セットする number of (565) 受験回数 fまたは the 選択するed problem (572) fまたは ...
                   4639:    'Set opening date for all problems in the course for ...'
                   4640: => 'Set opening date for all problems in the course for ...',
                   4641: # セットする Open (284)ing dat (522)e fまたは ALL (37) (519) problem (572)s in the コース fまたは ...
                   4642:    'Set opening date for all problems in the course for. . .'
                   4643: => 'Set opening date for all problems in the course for. . .',
                   4644: # セットする Open (284)ing dat (522)e fまたは ALL (37) (519) problem (572)s in the コース fまたは. . .
                   4645:    'Set opening date for the selected folder for ...'
                   4646: => 'Set opening date for the selected folder for ...',
                   4647: # セットする Open (284)ing dat (522)e fまたは the 選択するed Folder (179) fまたは ...
                   4648:    'Set opening date for the selected problem for ...'
                   4649: => 'Set opening date for the selected problem for ...',
                   4650: # セットする Open (284)ing dat (522)e fまたは the 選択するed problem (572) fまたは ...
                   4651:    'Set problem weight for all problems in the course for ...'
                   4652: => 'Set problem weight for all problems in the course for ...',
                   4653: # セットする problem (572) weight fまたは ALL (37) (519) problem (572)s in the コース fまたは ...
                   4654:    'Set problem weight for the selected folder for ...'
                   4655: => 'Set problem weight for the selected folder for ...',
                   4656: # セットする problem (572) weight fまたは the 選択するed Folder (179) fまたは ...
                   4657:    'Set problem weight for the selected problem for ...'
                   4658: => 'Set problem weight for the selected problem for ...',
                   4659: # セットする problem (572) weight fまたは the 選択するed problem (572) fまたは ...
                   4660:    'Set to ...'
                   4661: => 'Set to ...',
                   4662: # セットする To (439) ...
                   4663:    'Set value to "[_1]" to allow'
                   4664: => 'Set value to "[_1]" to allow',
                   4665: # セットする Value (472) To (439) "[_1]" To (439) ALL (37) (519)ow
                   4666:    'Setting the [_1]'
                   4667: => 'Setting the [_1]',
                   4668: # セットするting the [_1]
                   4669:    'Setting the [_1] to [_2]'
                   4670: => 'Setting the [_1] to [_2]',
                   4671: # セットするting the [_1] To (439) [_2]
                   4672:    'Show Answer'
                   4673: => 'Show Answer',
                   4674: # Show 回答
                   4675:    'Show Feedback'
                   4676: => 'Show Feedback',
                   4677: # Show feedback (540)
                   4678:    'Show Problem Status (problemstatus)'
                   4679: => 'Show Problem Status (problemstatus)',
                   4680: # Show problem (572) Stat (522)us (problem (572)stat (522)us)
                   4681:    'Show Units - Disable Entry (turnoffunit)'
                   4682: => 'Show Units - Disable Entry (turnoffunit)',
                   4683: # Show Units - Disable Entry (turnof (565)funit)
                   4684:    'Show all rles'
                   4685: => 'Show all rles',
                   4686: # Show ALL (37) (519) rles
                   4687:    'Significant Digits (sig)'
                   4688: => 'Significant Digits (sig)',
                   4689: 
                   4690:    'Simple Edit'
                   4691: => 'Simple Edit',
                   4692: # Simple 編集 (538)
                   4693:    'Some items were not submitted'
                   4694: => 'Some items were not submitted',
                   4695: # Some items weRe (331) not 提出するted
                   4696:    'Start Time'
                   4697: => 'Start Time',
                   4698: # スタート Time (438)
                   4699:    "Start each student's assignment on a new page/column (add a pagefeed after each assignment)"
                   4700: => "Start each student's assignment on a new page/column (add a pagefeed after each assignment)",
                   4701: # スタート each 学生's assignment on a new ページ/Column (91) (add a ページfeed after each assignment)
                   4702:    'Starting Date'
                   4703: => 'Starting Date',
                   4704: # スタートing (403) Dat (522)e
                   4705:    'Student ID'
                   4706: => 'Student ID',
                   4707: # 学生 ID
                   4708:    'Student Information'
                   4709: => 'Student Information',
                   4710: # 学生 Infまたはmat (522)ion
                   4711:    'Student Name'
                   4712: => 'Student Name',
                   4713: # 学生 名前
                   4714:    'Student Sheet Links'
                   4715: => 'Student Sheet Links',
                   4716: # 学生 Sheet Links
                   4717:    'Student Status'
                   4718: => 'Student Status',
                   4719: # 学生 Stat (522)us
                   4720:    'Student Status: [_1]'
                   4721: => 'Student Status: [_1]',
                   4722: # 学生 Stat (522)us: [_1]
                   4723:    'Student information updated successfully.'
                   4724: => 'Student information updated successfully.',
                   4725: # 学生 infまたはmat (522)ion Up (461)dat (522)ed successfully.
                   4726:    'Students need access key to enter course'
                   4727: => 'Students need access key to enter course',
                   4728: # 学生s need access key To (439) 入力 コース
                   4729:    'Students with expired roles'
                   4730: => 'Students with expired roles',
                   4731: # 学生s with expiRe (331)d 役割
                   4732:    'Subject:'
                   4733: => 'Subject:',
                   4734: # 表題 (582):
                   4735:    'Submissions'
                   4736: => 'Submissions',
                   4737: # Submissions (556)
                   4738:    'Submit Modifications'
                   4739: => 'Submit Modifications',
                   4740: # 提出する Modificat (522)ions
                   4741:    'Submit entries below as answer to receive credit'
                   4742: => 'Submit entries below as answer to receive credit',
                   4743: # 提出する en受験回数 below as 回答 To (439) Re (331)ceive cRe (331)dit (538)
                   4744:    'Survey Question'
                   4745: => 'Survey Question',
                   4746: 
                   4747:    'Swedish Chef'
                   4748: => 'Swedish Chef',
                   4749: # S水ish Chef
                   4750:    'System Level'
                   4751: => 'System Level',
                   4752: # システム Level
                   4753:    'Target Edit Map'
                   4754: => 'Target Edit Map',
                   4755: # ターゲット 編集 (538) マップ
                   4756:    'TeX unconverted due to errors'
                   4757: => 'TeX unconverted due to errors',
                   4758: # TeX unconverted Due (149) To (439) errまたはs
                   4759:    'TeX unconverted due to previous errors'
                   4760: => 'TeX unconverted due to previous errors',
                   4761: # TeX unconverted Due (149) To (439) pRe (331)vious errまたはs
                   4762:    'The &quot;Course Description&quot; is the name of the course that will be seen by the students. You may now modify the description and hit &quot;Next -&gt;&quot; to continue.'
                   4763: => 'The &quot;Course Description&quot; is the name of the course that will be seen by the students. You may now modify the description and hit &quot;Next -&gt;&quot; to continue.',
                   4764: # The &quot;コース Description&quot; is the 名前 of (565) the コース that (522) will be seen By (71) the 学生s. You 5月 now modify the description and hit &quot;Next (273) -&gt;&quot; To (439) continue.
                   4765:    'The error reported was'
                   4766: => 'The error reported was',
                   4767: # The errまたは Re (331)pまたはted was
                   4768:    'The following entries will be used to identify the course according to the naming scheme adopted by your institution. Your choices will be used to map an internal LON-CAPA course ID to the corresponding course section ID(s) used by the office responsible for providing official class lists for courses at your institution. This mapping is required if you choose to employ automatic population of class lists.'
                   4769: => 'The following entries will be used to identify the course according to the naming scheme adopted by your institution. Your choices will be used to map an internal LON-CAPA course ID to the corresponding course section ID(s) used by the office responsible for providing official class lists for courses at your institution. This mapping is required if you choose to employ automatic population of class lists.',
                   4770: # The following en受験回数 will be used To (439) identify the コース accまたはding To (439) the naming scheme adopted By (71) your institution. Your choices will be used To (439) マップ an internal LON-CAPA コース ID To (439) the cまたはRe (331)sponding コース Section (354) ID(s) used By (71) the of (565)fice Re (331)sponsible fまたは providing of (565)ficial class lists fまたは コースs at (522) your institution. this (583) マップping is Re (331)quiRe (331)d if you 選択 To (439) employ auTo (439)mat (522)ic populat (522)ion of (565) class lists.
                   4771:    "The following settings control automatic enrollment of students in this class based on information available for this specific course from your institution's official classlists."
                   4772: => "The following settings control automatic enrollment of students in this class based on information available for this specific course from your institution's official classlists.",
                   4773: # The following セットするtings control auTo (439)mat (522)ic 出席ment of (565) 学生s in this (583) class based on infまたはmat (522)ion available fまたは this (583) specific コース From (187) your institution's of (565)ficial classlists.
                   4774:    'The question can not be gotten correct, the following foils in the &lt;optionresponse&gt; have invalid correct options'
                   4775: => 'The question can not be gotten correct, the following foils in the &lt;optionresponse&gt; have invalid correct options',
                   4776: # The question can not be gotten cまたはRe (331)ct, the following Foil (177)s (178) in the &lt;optionRe (331)sponse&gt; have invalid cまたはRe (331)ct options
                   4777:    'The requested file'
                   4778: => 'The requested file',
                   4779: # The Re (331)quested ファイル
                   4780:    'The student must log out and log in again to see these changes.'
                   4781: => 'The student must log out and log in again to see these changes.',
                   4782: # The 学生 must log out and 再度ログインしてください To (439) see these Change (75)s.
                   4783:    'There are currently no Error Messages for this resource.'
                   4784: => 'There are currently no Error Messages for this resource.',
                   4785: # TheRe (331) aRe (331) curRe (331)ntly no Errまたは Messages fまたは this (583) リソース.
                   4786:    'There are no Evaluation Comments on this resource.'
                   4787: => 'There are no Evaluation Comments on this resource.',
                   4788: # TheRe (331) aRe (331) no Evaluat (522)ion Comments on this (583) リソース.
                   4789:    'There are no currently enrolled students in the course.'
                   4790: => 'There are no currently enrolled students in the course.',
                   4791: # TheRe (331) aRe (331) no curRe (331)ntly 出席ed 学生s in the コース.
                   4792:    'There are no currently enrolled students in the selected sections.'
                   4793: => 'There are no currently enrolled students in the selected sections.',
                   4794: # TheRe (331) aRe (331) no curRe (331)ntly 出席ed 学生s in the 選択するed Section (354)s (355).
                   4795:    'There are no previously enrolled students in the course.'
                   4796: => 'There are no previously enrolled students in the course.',
                   4797: # TheRe (331) aRe (331) no pRe (331)viously 出席ed 学生s in the コース.
                   4798:    'There are no previously enrolled students in the selected sections.'
                   4799: => 'There are no previously enrolled students in the selected sections.',
                   4800: # TheRe (331) aRe (331) no pRe (331)viously 出席ed 学生s in the 選択するed Section (354)s (355).
                   4801:    'There are no students in the course.'
                   4802: => 'There are no students in the course.',
                   4803: # TheRe (331) aRe (331) no 学生s in the コース.
                   4804:    'There are no students in the selected sections.'
                   4805: => 'There are no students in the selected sections.',
                   4806: # TheRe (331) aRe (331) no 学生s in the 選択するed Section (354)s (355).
                   4807:    'There was an error determining the environment values for'
                   4808: => 'There was an error determining the environment values for',
                   4809: # TheRe (331) was an errまたは determining the environment Value (472)s fまたは
                   4810:    'This controls how receipt numbers are generated.'
                   4811: => 'This controls how receipt numbers are generated.',
                   4812: # this (583) controls how Re (331)ceipt numbers aRe (331) generat (522)ed.
                   4813:    'This helper will set up your LON-CAPA course and choose which features will be active.'
                   4814: => 'This helper will set up your LON-CAPA course and choose which features will be active.',
                   4815: # this (583) ヘルプer will セットする Up (461) your LON-CAPA コース and 選択 which feat (522)uRe (331)s will be active.
                   4816:    'To create a new'
                   4817: => 'To create a new',
                   4818: # To (439) 作成 a new
                   4819:    'Top Level Map'
                   4820: => 'Top Level Map',
                   4821: # To (439)p Level マップ
                   4822:    'Type Name Here'
                   4823: => 'Type Name Here',
                   4824: # Type (446) 名前 HeRe (331)
                   4825:    'Type in value'
                   4826: => 'Type in value',
                   4827: # Type (446) in Value (472)
                   4828:    'Type:'
                   4829: => 'Type:',
                   4830: # Type (446):
                   4831:    'UNDISPLAYABLE'
                   4832: => 'UNDISPLAYABLE',
                   4833: # UN表示するABLE
                   4834:    'Unable to enroll'
                   4835: => 'Unable to enroll',
                   4836: # Unable To (439) 出席
                   4837:    'Unable to publish file, it contains duplicated ID(s), ID(s) need to be unique. The duplicated ID(s) are'
                   4838: => 'Unable to publish file, it contains duplicated ID(s), ID(s) need to be unique. The duplicated ID(s) are',
                   4839: # Unable To (439) Publish (323) ファイル, it contains dUp (461)licat (522)ed ID(s), ID(s) need To (439) be unique. The dUp (461)licat (522)ed ID(s) aRe (331)
                   4840:    'Unable to retrieve environment data for'
                   4841: => 'Unable to retrieve environment data for',
                   4842: # Unable To (439) Re (331)trieve (341) environment dat (522)a fまたは
                   4843:    'Unable to set default dates for course'
                   4844: => 'Unable to set default dates for course',
                   4845: # Unable To (439) セットする Default (119) (535) dat (522)es fまたは コース
                   4846:    'Unavailable course'
                   4847: => 'Unavailable course',
                   4848: # Unavailable コース
                   4849:    'Undetermined - ISO'
                   4850: => 'Undetermined - ISO',
                   4851: 
                   4852:    'Unknown Action'
                   4853: => 'Unknown Action',
                   4854: 
                   4855:    'Unselect All Files'
                   4856: => 'Unselect All Files',
                   4857: # Un選択する:ll (458) (519) ファイルs
                   4858:    'Unselect All Published'
                   4859: => 'Unselect All Published',
                   4860: # Un選択する:ll (458) (519) Publish (323)ed (326)
                   4861:    'Unselect All Resources'
                   4862: => 'Unselect All Resources',
                   4863: # Un選択する:ll (458) (519) リソースs (577)
                   4864:    'Unselect for Section/Group'
                   4865: => 'Unselect for Section/Group',
                   4866: # Un選択する fまたは 章/グループ (461)
                   4867:    'Upload class list'
                   4868: => 'Upload class list',
                   4869: # Up (461)負荷 class list
                   4870:    'Upload file'
                   4871: => 'Upload file',
                   4872: # Up (461)負荷 ファイル
                   4873:    'Upload file to Construction Space'
                   4874: => 'Upload file to Construction Space',
                   4875: # Up (461)負荷 ファイル To (439) Con作成するion スペース
                   4876:    'VIEW'
                   4877: => 'VIEW',
                   4878: # 閲覧
                   4879:    'View the FAQ'
                   4880: => 'View the FAQ',
                   4881: # 閲覧 the FAQ
                   4882:    'Visibly Separate Items on Pages'
                   4883: => 'Visibly Separate Items on Pages',
                   4884: # Visibly Separat (522)e Items on ページs (568)
                   4885:    'WARNING: The metadata table does not exist in the LON-CAPA database.'
                   4886: => 'WARNING: The metadata table does not exist in the LON-CAPA database.',
                   4887: # WARNING: The metadat (522)a table does not exist in the LON-CAPA dat (522)abase.
                   4888:    'Warning: change of MIME type!'
                   4889: => 'Warning: change of MIME type!',
                   4890: # Warning: Change (75) of (565) MIMEタイプ (256) (446)!
                   4891:    'Warning: target file exists!'
                   4892: => 'Warning: target file exists!',
                   4893: # Warning: ターゲット ファイル exists!
                   4894:    'Warning: target file exists, and has been published!'
                   4895: => 'Warning: target file exists, and has been published!',
                   4896: # Warning: ターゲット ファイル exists, and has been Publish (323)ed (326)!
                   4897:    'Weight (weight)'
                   4898: => 'Weight (weight)',
                   4899: 
                   4900:    'Welcome to Your New LON-CAPA Course'
                   4901: => 'Welcome to Your New LON-CAPA Course',
                   4902: # Welcome (488) To (439) Your New LON-CAPA コース
                   4903:    'What parameter do you want to set for the selected folder?'
                   4904: => 'What parameter do you want to set for the selected folder?',
                   4905: # What (522) parameter do you want To (439) セットする fまたは the 選択するed Folder (179)?
                   4906:    'What parameter do you want to set for the selected problem?'
                   4907: => 'What parameter do you want to set for the selected problem?',
                   4908: # What (522) parameter do you want To (439) セットする fまたは the 選択するed problem (572)?
                   4909:    'What should the answer open date be set to?'
                   4910: => 'What should the answer open date be set to?',
                   4911: # What (522) should the 回答 Open (284) dat (522)e be セットする To (439)?
                   4912:    'What should the due date be set to?'
                   4913: => 'What should the due date be set to?',
                   4914: # What (522) should the Due (149) dat (522)e be セットする To (439)?
                   4915:    'What weight should be set for all problems in the course?'
                   4916: => 'What weight should be set for all problems in the course?',
                   4917: # What (522) weight should be セットする fまたは ALL (37) (519) problem (572)s in the コース?
                   4918:    'What weight should be set for the selected folder?'
                   4919: => 'What weight should be set for the selected folder?',
                   4920: # What (522) weight should be セットする fまたは the 選択するed Folder (179)?
                   4921:    'What weight should be set for the selected problem?'
                   4922: => 'What weight should be set for the selected problem?',
                   4923: # What (522) weight should be セットする fまたは the 選択するed problem (572)?
                   4924:    'Width'
                   4925: => 'Width',
                   4926: 
                   4927:    'With Answers'
                   4928: => 'With Answers',
                   4929: # With 回答s
                   4930:    'Without Answers'
                   4931: => 'Without Answers',
                   4932: # Without 回答s
                   4933:    'You are working with an unsaved version of your map.'
                   4934: => 'You are working with an unsaved version of your map.',
                   4935: # You aRe (331) wまたはking with an un保存するd バージョン of (565) your マップ.
                   4936:    'You changed the students id but did not disable the ID change safeguard. The students id will not be changed.'
                   4937: => 'You changed the students id but did not disable the ID change safeguard. The students id will not be changed.',
                   4938: # You Change (75)d the 学生s id but did not disable the ID Change (75) safeguard. The 学生s id will not be Change (75)d.
                   4939:    'Your course is now set up. Please select the Finish Course Initialization button to re-intialize the course with your chosen settings. Remember that all of these settings can be modified in the PARMS screen, by pushing the Course Environment button.'
                   4940: => 'Your course is now set up. Please select the Finish Course Initialization button to re-intialize the course with your chosen settings. Remember that all of these settings can be modified in the PARMS screen, by pushing the Course Environment button.',
                   4941: # Your コース is now セットする Up (461). Please 選択する the Finish コース Initializat (522)ion butTo (439)n To (439) Re (331)-intialize the コース with your chosen セットするtings. Re (331)member that (522) ALL (37) (519) of (565) these セットするtings can be Modified (257) in the パラメータ scRe (331)en, By (71) pushing the コース Environment butTo (439)n.
                   4942:    'Your request to change the role information for this student was refused. You do not appear to have sufficient authority to change student information.'
                   4943: => 'Your request to change the role information for this student was refused. You do not appear to have sufficient authority to change student information.',
                   4944: # Your Re (331)quest To (439) Change (75) the 役割 infまたはmat (522)ion fまたは this (583) 学生 was Re (331)fused. You do not appear To (439) have sufficient authまたはity To (439) Change (75) 学生 infまたはmat (522)ion.
                   4945:    '[_1] (what you just saw on the screen)'
                   4946: => '[_1] (what you just saw on the screen)',
                   4947: # [_1] (what (522) you just saw on the scRe (331)en)
                   4948:    '[_1] Filesystem Authenticated (mit Anfangspasswort [_2])'
                   4949: => '[_1] Filesystem Authenticated (mit Anfangspasswort [_2])',
                   4950: # [_1] ファイルシステム Auそれからticat (522)ed (mit Anfangspasswまたはt [_2])
                   4951:    '[_1] Internally authenticated (mit Anfangspasswort [_2])'
                   4952: => '[_1] Internally authenticated (mit Anfangspasswort [_2])',
                   4953: # [_1] InternALL (37) (519)y auそれからticat (522)ed (mit Anfangspasswまたはt [_2])
                   4954:    '[_1] Local Authentication with argument [_2]'
                   4955: => '[_1] Local Authentication with argument [_2]',
                   4956: # [_1] Local Auそれからticat (522)ion with argument [_2]
                   4957:    '[_1] Records per Page'
                   4958: => '[_1] Records per Page',
                   4959: # [_1] Re (331)cまたはds Per ページ (295)
                   4960:    '[_1] minutes'
                   4961: => '[_1] minutes',
                   4962: # [_1] minutes (555)
                   4963:    '[_1] minutes, [_2] seconds'
                   4964: => '[_1] minutes, [_2] seconds',
                   4965: # [_1] minutes (555), [_2] second (578)s (579)
                   4966:    '[_1] with value [_2]'
                   4967: => '[_1] with value [_2]',
                   4968: # [_1] with Value (472) [_2]
                   4969:    '[_1]prev[_2] &nbsp; [_3]reload[_4] &nbsp; [_5]next[_6]'
                   4970: => '[_1]prev[_2] &nbsp; [_3]reload[_4] &nbsp; [_5]next[_6]',
                   4971: # [_1]pRe (331)v[_2] &nbsp; [_3]Re (331)負荷[_4] &nbsp; [_5]Next (273)[_6]
                   4972:    '[_1]prev[_2] &nbsp; [_3]reload[_4] &nbsp; next'
                   4973: => '[_1]prev[_2] &nbsp; [_3]reload[_4] &nbsp; next',
                   4974: # [_1]pRe (331)v[_2] &nbsp; [_3]Re (331)負荷[_4] &nbsp; Next (273)
                   4975:    '[_2] seconds'
                   4976: => '[_2] seconds',
                   4977: # [_2] second (578)s (579)
                   4978:    'a comma separated list of course sections crosslisted with the current course, with each entry including the institutional course section name followed by a colon and then the (optional) groupID to be used in LON-CAPA, e.g., fs03ent231001:ent1,fs03bot231001:bot1,fs03zol231002:bot2'
                   4979: => 'a comma separated list of course sections crosslisted with the current course, with each entry including the institutional course section name followed by a colon and then the (optional) groupID to be used in LON-CAPA, e.g., fs03ent231001:ent1,fs03bot231001:bot1,fs03zol231002:bot2',
                   4980: # a comma separat (522)ed list of (565) コース Section (354)s (355) crosslisted with the curRe (331)nt コース, with each entry including the institutional コース Section (354) 名前 follo水 By (71) a colon and それから the (optional) groUp (461)ID To (439) be used in LON-CAPA, e.g., fs03ent231001:ent1,fs03bot231001:bot1,fs03zol231002:bot2
                   4981:    'a comma separated list of institutional section numbers, each separated by a colon from the (optional) corresponding section/group ID to be used in LON-CAPA e.g., 001:1,002:2'
                   4982: => 'a comma separated list of institutional section numbers, each separated by a colon from the (optional) corresponding section/group ID to be used in LON-CAPA e.g., 001:1,002:2',
                   4983: # a comma separat (522)ed list of (565) institutional Section (354) numbers, each separat (522)ed By (71) a colon From (187) the (optional) cまたはRe (331)sponding 章/グループ (461) ID To (439) be used in LON-CAPA e.g., 001:1,002:2
                   4984:    'after selected'
                   4985: => 'after selected',
                   4986: # after 選択するed
                   4987:    'all resources in the course'
                   4988: => 'all resources in the course',
                   4989: # ALL (37) (519) リソースs (577) in the コース
                   4990:    'all students in course'
                   4991: => 'all students in course',
                   4992: # ALL (37) (519) 学生s in コース (545)
                   4993:    'and'
                   4994: => 'and',
                   4995: 
                   4996:    'anno-[_1]'
                   4997: => 'anno-[_1]',
                   4998: # アノ[_1]
                   4999:    'anno.gif'
                   5000: => 'anno.gif',
                   5001: 
                   5002:    'anonymous students'
                   5003: => 'anonymous students',
                   5004: # Anonymous (52) (521) 学生s
                   5005:    'anot.gif'
                   5006: => 'anot.gif',
                   5007: 
                   5008:    'answer date'
                   5009: => 'answer date',
                   5010: # 回答 dat (522)e
                   5011:    'backward[_1]'
                   5012: => 'backward[_1]',
                   5013: # 後[_1]
                   5014:    'bchat.gif'
                   5015: => 'bchat.gif',
                   5016: # bチャット.gif
                   5017:    'between'
                   5018: => 'between',
                   5019: 
                   5020:    'bookmark[_2]'
                   5021: => 'bookmark[_2]',
                   5022: # ブックマーク[_2]
                   5023:    'button'
                   5024: => 'button',
                   5025: # butTo (439)n
                   5026:    'by'
                   5027: => 'by',
                   5028: # By (71)
                   5029:    'catalog.gif'
                   5030: => 'catalog.gif',
                   5031: # cat (522)alog (529).gif
                   5032:    'catalog[_1]'
                   5033: => 'catalog[_1]',
                   5034: # cat (522)alog (529)[_1]
                   5035:    'ccrs.gif'
                   5036: => 'ccrs.gif',
                   5037: 
                   5038:    'changes will not show until next login'
                   5039: => 'changes will not show until next login',
                   5040: # Change (75)s will not show until Next (273) login
                   5041:    'check all'
                   5042: => 'check all',
                   5043: # Check ALL (37) (79) (519)
                   5044:    'chmod error'
                   5045: => 'chmod error',
                   5046: # chmod errまたは
                   5047:    'chrt.gif'
                   5048: => 'chrt.gif',
                   5049: 
                   5050:    'click on the'
                   5051: => 'click on the',
                   5052: 
                   5053:    'com.gif'
                   5054: => 'com.gif',
                   5055: 
                   5056:    'contacting [_1]'
                   5057: => 'contacting [_1]',
                   5058: # コンタクトing (532) [_1]
                   5059:    'copy Error'
                   5060: => 'copy Error',
                   5061: # copy Errまたは
                   5062:    'courses.gif'
                   5063: => 'courses.gif',
                   5064: # コースs.gif
                   5065:    'cprv.gif'
                   5066: => 'cprv.gif',
                   5067: 
                   5068:    'cstr.gif'
                   5069: => 'cstr.gif',
                   5070: 
                   5071:    'currently does not exist'
                   5072: => 'currently does not exist',
                   5073: # curRe (331)ntly does not exist
                   5074:    'custom'
                   5075: => 'custom',
                   5076: # cusTo (439)m
                   5077:    'custom distribution file'
                   5078: => 'custom distribution file',
                   5079: # cusTo (439)m distribution ファイル
                   5080:    'discuss[_1]'
                   5081: => 'discuss[_1]',
                   5082: # discuss (537)[_1]
                   5083:    'docs.gif'
                   5084: => 'docs.gif',
                   5085: 
                   5086:    'domain'
                   5087: => 'domain',
                   5088: # ドメイン
                   5089:    'due date'
                   5090: => 'due date',
                   5091: # Due (149) dat (522)e
                   5092:    'egrd.gif'
                   5093: => 'egrd.gif',
                   5094: 
                   5095:    'enrl.gif'
                   5096: => 'enrl.gif',
                   5097: 
                   5098:    'eval.gif'
                   5099: => 'eval.gif',
                   5100: 
                   5101:    'evaluate[_1]'
                   5102: => 'evaluate[_1]',
                   5103: # evaluat (522)e (539)[_1]
                   5104:    'expired or revoked'
                   5105: => 'expired or revoked',
                   5106: # expiRe (331)d または Re (331)voked
                   5107:    'extension'
                   5108: => 'extension',
                   5109: 
                   5110:    'external'
                   5111: => 'external',
                   5112: 
                   5113:    'fdbk.gif'
                   5114: => 'fdbk.gif',
                   5115: 
                   5116:    'feedback[_1]'
                   5117: => 'feedback[_1]',
                   5118: # feedback (540)[_1]
                   5119:    'file<br />extension'
                   5120: => 'file<br />extension',
                   5121: # ファイル<br />extension
                   5122:    'first name'
                   5123: => 'first name',
                   5124: # first 名前
                   5125:    'for'
                   5126: => 'for',
                   5127: # fまたは
                   5128:    'for <b>all resources in the course</b>'
                   5129: => 'for <b>all resources in the course</b>',
                   5130: # fまたは <b>ALL (37) (519) リソースs (577) in the コース</b>
                   5131:    'for <b>all students in course</b>'
                   5132: => 'for <b>all students in course</b>',
                   5133: # fまたは <b>ALL (37) (519) 学生s in コース (545)</b>
                   5134:    'for [_1]'
                   5135: => 'for [_1]',
                   5136: # fまたは [_1]
                   5137:    'for section [_1]'
                   5138: => 'for section [_1]',
                   5139: # fまたは Section (354) [_1]
                   5140:    'for the map named [_1]'
                   5141: => 'for the map named [_1]',
                   5142: # fまたは the マップ 名前d [_1]
                   5143:    'for the resource named [_1]'
                   5144: => 'for the resource named [_1]',
                   5145: # fまたは the リソース 名前d [_1]
                   5146:    'for visible separation'
                   5147: => 'for visible separation',
                   5148: # fまたは visible separat (522)ion
                   5149:    'forward[_1]'
                   5150: => 'forward[_1]',
                   5151: # fまたはward[_1]
                   5152:    'from'
                   5153: => 'from',
                   5154: # From (187)
                   5155:    'from current subdirectory'
                   5156: => 'from current subdirectory',
                   5157: # From (187) curRe (331)nt subdiRe (331)ctまたはy
                   5158:    'generation'
                   5159: => 'generation',
                   5160: # generat (522)ion
                   5161:    'grds.gif'
                   5162: => 'grds.gif',
                   5163: 
                   5164:    'have different numbers and answers'
                   5165: => 'have different numbers and answers',
                   5166: # have diffeRe (331)nt numbers and 回答s
                   5167:    'helper'
                   5168: => 'helper',
                   5169: # ヘルプer
                   5170:    'in'
                   5171: => 'in',
                   5172: 
                   5173:    'in domain'
                   5174: => 'in domain',
                   5175: # in ドメイン
                   5176:    'instructor'
                   5177: => 'instructor',
                   5178: # in作成するまたは
                   5179:    'internal'
                   5180: => 'internal',
                   5181: 
                   5182:    'is in this state by royal decree.'
                   5183: => 'is in this state by royal decree.',
                   5184: # is in this (583) stat (522)e By (71) royal decRe (331)e.
                   5185:    'is ready for download'
                   5186: => 'is ready for download',
                   5187: # is Re (331)ady fまたは down負荷
                   5188:    'keys.gif'
                   5189: => 'keys.gif',
                   5190: 
                   5191:    'last name'
                   5192: => 'last name',
                   5193: # last 名前
                   5194:    'logout.gif'
                   5195: => 'logout.gif',
                   5196: 
                   5197:    'make these dates the default for future enrollment'
                   5198: => 'make these dates the default for future enrollment',
                   5199: # make these dat (522)es the Default (119) (535) fまたは futuRe (331) 出席ment
                   5200:    'may be open from a different computer.'
                   5201: => 'may be open from a different computer.',
                   5202: # 5月 be Open (284) From (187) a diffeRe (331)nt computer.
                   5203:    'middle name'
                   5204: => 'middle name',
                   5205: # middle 名前
                   5206:    'name'
                   5207: => 'name',
                   5208: # 名前
                   5209:    'nav.gif'
                   5210: => 'nav.gif',
                   5211: 
                   5212:    'no ending date'
                   5213: => 'no ending date',
                   5214: # no 終了ing dat (522)e
                   5215:    'number'
                   5216: => 'number',
                   5217: 
                   5218:    'number of tries'
                   5219: => 'number of tries',
                   5220: # number of (565) 受験回数
                   5221:    'obsolete replacement'
                   5222: => 'obsolete replacement',
                   5223: # 旧 (563) Re (331)placement
                   5224:    'only check if you know what you are doing'
                   5225: => 'only check if you know what you are doing',
                   5226: # only check if you know what (522) you aRe (331) doing
                   5227:    'only search domain'
                   5228: => 'only search domain',
                   5229: # only 検索する ドメイン
                   5230:    'opening date'
                   5231: => 'opening date',
                   5232: # Open (284)ing dat (522)e
                   5233:    'optional'
                   5234: => 'optional',
                   5235: 
                   5236:    'or any other value'
                   5237: => 'or any other value',
                   5238: # または any other Value (472)
                   5239:    'parm.gif'
                   5240: => 'parm.gif',
                   5241: # pa.m. (513)gif
                   5242:    'pref.gif'
                   5243: => 'pref.gif',
                   5244: # pRe (331)f.gif
                   5245:    'prev &nbsp; [_3]reload[_4] &nbsp; [_5]next[_6]'
                   5246: => 'prev &nbsp; [_3]reload[_4] &nbsp; [_5]next[_6]',
                   5247: # pRe (331)v &nbsp; [_3]Re (331)負荷[_4] &nbsp; [_5]Next (273)[_6]
                   5248:    'private'
                   5249: => 'private',
                   5250: # privat (522)e
                   5251:    'problem weight'
                   5252: => 'problem weight',
                   5253: # problem (572) weight
                   5254:    'prt.gif'
                   5255: => 'prt.gif',
                   5256: 
                   5257:    'public'
                   5258: => 'public',
                   5259: 
                   5260:    'publisher<br />owner'
                   5261: => 'publisher<br />owner',
                   5262: # Publish (323)er<br />owner
                   5263:    'res.gif'
                   5264: => 'res.gif',
                   5265: # Re (331)s.gif
                   5266:    'role,role,...'
                   5267: => 'role,role,...',
                   5268: # 役割,役割,...
                   5269:    'roles.gif'
                   5270: => 'roles.gif',
                   5271: # 役割.gif
                   5272:    'sbkm.gif'
                   5273: => 'sbkm.gif',
                   5274: 
                   5275:    'section'
                   5276: => 'section',
                   5277: # Section (354)
                   5278:    'selected students'
                   5279: => 'selected students',
                   5280: # 選択するed 学生s
                   5281:    'set[_1]'
                   5282: => 'set[_1]',
                   5283: # セットする[_1]
                   5284:    'spacer.gif'
                   5285: => 'spacer.gif',
                   5286: # スペースr.gif
                   5287:    'spellcheck_lang'
                   5288: => 'spellcheck_lang',
                   5289: 
                   5290:    'sprs.gif'
                   5291: => 'sprs.gif',
                   5292: 
                   5293:    'src.gif'
                   5294: => 'src.gif',
                   5295: 
                   5296:    'standard'
                   5297: => 'standard',
                   5298: 
                   5299:    'standard LaTeX mode'
                   5300: => 'standard LaTeX mode',
                   5301: # standard Lat (522)eX mode
                   5302:    'standard courses only'
                   5303: => 'standard courses only',
                   5304: # standard コースs only
                   5305:    'stat.gif'
                   5306: => 'stat.gif',
                   5307: # stat (522).gif
                   5308:    'student'
                   5309: => 'student',
                   5310: # 学生
                   5311:    'student name'
                   5312: => 'student name',
                   5313: # 学生 名前
                   5314:    'template'
                   5315: => 'template',
                   5316: # templat (522)e
                   5317:    'to'
                   5318: => 'to',
                   5319: # To (439)
                   5320:    'to [_1] ([_2])'
                   5321: => 'to [_1] ([_2])',
                   5322: # To (439) [_1] ([_2])
                   5323:    'to interface with institutional data, e.g., fs03glg231 for Fall 2003 Geology 231'
                   5324: => 'to interface with institutional data, e.g., fs03glg231 for Fall 2003 Geology 231',
                   5325: # To (439) interface with institutional dat (522)a, e.g., fs03glg231 fまたは FALL (37) (519) 2003 Geology 231
                   5326:    'unable to enroll'
                   5327: => 'unable to enroll',
                   5328: # unable To (439) 出席
                   5329:    'uncheck all'
                   5330: => 'uncheck all',
                   5331: # UnCheck ALL (37) (79) (453) (519)
                   5332:    'use related words'
                   5333: => 'use related words',
                   5334: # use Re (331)lat (522)ed wまたはds
                   5335:    'username'
                   5336: => 'username',
                   5337: # ユーザ名前
                   5338:    'vbkm.gif'
                   5339: => 'vbkm.gif',
                   5340: 
                   5341:    'versus'
                   5342: => 'versus',
                   5343: 
                   5344:    'waiting on [_1]'
                   5345: => 'waiting on [_1]',
                   5346: # waiting on (589) [_1]
                   5347:    'what you just saw on the screen'
                   5348: => 'what you just saw on the screen',
                   5349: # what (522) you just saw on the scRe (331)en
                   5350:    'with server'
                   5351: => 'with server',
                   5352: # with サーバ
                   5353:    'yes'
                   5354: => 'yes',
                   5355: # はい
                   5356: 
                   5357: 
                   5358: #SYNC Tue Aug 15 14:43:21 2006
                   5359:    '# 16 Aug 14:45'
                   5360: => '# 16 Aug 14:45',
                   5361: # # [_1]6 Aug [_1]4:45
                   5362:    'Enter my portfolio space'
                   5363: => 'Enter my portfolio space',
                   5364: # 入力 私の pまたはtfolio スペース
                   5365:    'No syllabus information provided.'
                   5366: => 'No syllabus information provided.',
                   5367: # No シラバス infまたはmat (522)ion provided.
                   5368:    'Post Discussion'
                   5369: => 'Post Discussion',
                   5370: # Post discuss (537)ion
                   5371:    'Sorry ...'
                   5372: => 'Sorry ...',
                   5373: # Sまたはry ...
                   5374:    'This resource might be part of another course.'
                   5375: => 'This resource might be part of another course.',
                   5376: # this (583) リソース might be パート (569) of (565) aNother コース.
                   5377: 
                   5378: 
                   5379: #SYNC Tue Aug 15 16:12:12 2006
                   5380:    '# mt fehlt'
                   5381: => '# mt fehlt',
                   5382: 
                   5383:    'Agree'
                   5384: => 'Agree',
                   5385: # AgRe (331)e
                   5386:    'Any comments? '
                   5387: => 'Any comments? ',
                   5388: 
                   5389:    'Copy this column'
                   5390: => 'Copy this column',
                   5391: # Copy this (583) Column (91)
                   5392:    'Disagree'
                   5393: => 'Disagree',
                   5394: # DisagRe (331)e
                   5395:    'General Intro'
                   5396: => 'General Intro',
                   5397: # general (544) intro
                   5398:    'Greek Symbols'
                   5399: => 'Greek Symbols',
                   5400: # GRe (331)ek Symbols
                   5401:    'HTML character enties'
                   5402: => 'HTML character enties',
                   5403: # HTML (204) character enties
                   5404:    'Highest Grade Level'
                   5405: => 'Highest Grade Level',
                   5406: 
                   5407:    'If you are viewing this online, copy and paste the text from any of the right columns into your text area to get the symbol on the left.'
                   5408: => 'If you are viewing this online, copy and paste the text from any of the right columns into your text area to get the symbol on the left.',
                   5409: # If you aRe (331) 閲覧ing this (583) online, copy and paste the Text (425) From (187) any of (565) the right Column (91)s inTo (439) your Text (425) aRe (331)a To (439) get the symbol on the left.
                   5410:    'LON-CAPA Help'
                   5411: => 'LON-CAPA Help',
                   5412: # LON-CAPA ヘルプ
                   5413:    'Landscape'
                   5414: => 'Landscape',
                   5415: 
                   5416:    'Launch navigation window'
                   5417: => 'Launch navigation window',
                   5418: # Launch navigat (522)ion window
                   5419:    'Lowest Grade Level'
                   5420: => 'Lowest Grade Level',
                   5421: 
                   5422:    'Mark all posts read'
                   5423: => 'Mark all posts read',
                   5424: # Mark ALL (37) (519) posts Re (331)ad
                   5425:    'My question/comment/feedback:'
                   5426: => 'My question/comment/feedback:',
                   5427: # 私の question/comment/feedback (540):
                   5428:    'Not set -'
                   5429: => 'Not set -',
                   5430: # Not セットする -
                   5431:    'Other Symbols'
                   5432: => 'Other Symbols',
                   5433: 
                   5434:    'Please check at least one of the following feedback types:'
                   5435: => 'Please check at least one of the following feedback types:',
                   5436: # Please check at (522) least one of (565) the following feedback (540) Type (446)s:
                   5437:    'Please rank the following criteria:'
                   5438: => 'Please rank the following criteria:',
                   5439: 
                   5440:    'Portrait'
                   5441: => 'Portrait',
                   5442: # Pまたはtrait
                   5443:    'Question about resource content'
                   5444: => 'Question about resource content',
                   5445: # Question about リソース content
                   5446:    'Question/Comment/Feedback about course policy'
                   5447: => 'Question/Comment/Feedback about course policy',
                   5448: # Question/Comment/feedback (540) about コース policy
                   5449:    'Select a Course to Enter'
                   5450: => 'Select a Course to Enter',
                   5451: # 選択する: コース To (439) 入力
                   5452:    'Sending Messages'
                   5453: => 'Sending Messages',
                   5454: # S終了ing Messages
                   5455:    'Show Me My First Homework Problem'
                   5456: => 'Show Me My First Homework Problem',
                   5457: # Show Me 私の First Homewまたはk problem (572)
                   5458:    'Standards'
                   5459: => 'Standards',
                   5460: 
                   5461:    'Strongly Agree'
                   5462: => 'Strongly Agree',
                   5463: # Strongly AgRe (331)e
                   5464:    'Strongly Disagree'
                   5465: => 'Strongly Disagree',
                   5466: # Strongly DisagRe (331)e
                   5467:    'Symbol'
                   5468: => 'Symbol',
                   5469: 
                   5470:    'The material appears to be correct '
                   5471: => 'The material appears to be correct ',
                   5472: # The mat (522)erial appears To (439) be cまたはRe (331)ct 
                   5473:    'The material is helpful '
                   5474: => 'The material is helpful ',
                   5475: # The mat (522)erial is ヘルプful 
                   5476:    'The material is presented in a clear way '
                   5477: => 'The material is presented in a clear way ',
                   5478: # The mat (522)erial is pRe (331)sented in a clear way 
                   5479:    'The resource is technically correct (loads fast enough, does not produce errors, links work, etc) '
                   5480: => 'The resource is technically correct (loads fast enough, does not produce errors, links work, etc) ',
                   5481: # The リソース is technicALL (37) (519)y cまたはRe (331)ct (負荷s fast eNough, does Not produce errまたはs, links wまたはk, etc) 
                   5482: 
                   5483: 
                   5484: #SYNC Tue Aug 15 18:55:42 2006
                   5485: 
1.16      riegler  5486: 
                   5487: #SYNC Fri Aug 18 20:46:55 2006
                   5488:    'HTML character entities'
                   5489: => 'HTML character entities',
                   5490: # HTML (204) character entities
                   5491: 
1.12      www      5492: #SYNCMARKER
1.16      riegler  5493: );
                   5494: 
                   5495: 1;
                   5496: 
1.13      www      5497: 

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