File:  [LON-CAPA] / loncom / localize / localize / ja.pm
Revision 1.9: download - view: text, annotated - select for diffs
Mon Oct 6 20:58:51 2003 UTC (20 years, 8 months ago) by www
Branches: MAIN
CVS tags: HEAD
Make sure to get the right quotation marks.

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

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