File:  [LON-CAPA] / loncom / localize / localize / ja.pm
Revision 1.28: download - view: text, annotated - select for diffs
Mon Sep 23 17:34:58 2013 UTC (10 years, 11 months ago) by bisitz
Branches: MAIN
CVS tags: version_2_11_0_RC2, HEAD
Consistent wording:
Replaced "bulletin board" by more modern (in web context) and better fitting word "discussion board"
as already started in redesign project and already in use

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

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