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

1.1       www         1: # The LearningOnline Network with CAPA
                      2: # Japanese Localization Lexicon
                      3: #
1.5     ! www         4: # $Id: ja.pm,v 1.4 2003/09/26 18:46:04 www Exp $
1.1       www         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,
1.2       minoru     35: 'language_code' => 'ja',
                     36: 'char_encoding' => 'UTF-8',
1.1       www        37: 
                     38:    'Domain'
                     39: => 'ドメイン',
                     40: 
                     41:    'Server'
                     42: => 'サーバ',
                     43: 
                     44:    'Load'
1.2       minoru     45: => '負荷',
1.1       www        46: 
                     47:    'User Load'
1.2       minoru     48: => 'ユーザ負荷',
1.1       www        49: 
                     50:    'Help'
                     51: => 'ヘルプ',
                     52: 
                     53:    'Log in'
                     54: => 'ログイン',
                     55: 
                     56:    'Username'
                     57: => 'ユーザ名',
                     58: 
                     59:    'Password'
                     60: => 'パスワード',
                     61: 
                     62:    'choose'
                     63: => '選択',
                     64: 
                     65:    'enter'
                     66: => '入力',
                     67: 
                     68:    'view'
                     69: => '閲覧',
                     70: 
                     71:    'calendar'
                     72: => 'カレンダ',
                     73: 
                     74:    'prefer-'
                     75: => 'お気に',
                     76: 
                     77:    'ences'
                     78: => '入り',
                     79: 
                     80:    'role'
                     81: => '役割',
                     82: 
                     83:    'course'
                     84: => 'コース',
                     85: 
                     86:    'create'
                     87: => '作成',
                     88: 
                     89:    'grades'
                     90: => '成績',
                     91: 
                     92:    'commu-'
                     93: => 'コミュニ',
                     94: 
                     95:    'nication'
                     96: => 'ケーション',
                     97: 
                     98:    'enroll'
                     99: => '出席',
                    100: 
                    101:    'navigate'
                    102: => 'ナビゲート',
                    103: 
                    104:    'contents'
                    105: => '',
                    106: 
                    107:    'Announcements and Calendar'
                    108: => 'お知らせとカレンダ',
                    109: 
                    110:    'Author'
                    111: => '著者',
                    112: 
                    113:    'Change Your Preferences'
                    114: => 'お気に入りを変更する',
                    115: 
                    116:    'Choose the user role'
                    117: => 'ユーザの役割を選ぶ',
                    118: 
                    119:    'Co-Author'
                    120: => '共著者',
                    121: 
                    122:    'Communication and Messages'
                    123: => 'コミュニケーションツール',
                    124: 
                    125:    'Course Coordinator'
                    126: => 'コースコーディネータ',
                    127: 
                    128:    'Course Statistics and Charts'
                    129: => 'コースの統計と図表',
                    130: 
                    131:    'Course announcements and my calendar'
                    132: => 'コースのお知らせとカレンダ',
                    133: 
                    134:    'Create Users, Change User Privileges'
                    135: => 'ユーザを作り、特権を変更する',
                    136: 
                    137:    'Domain Coordinator'
                    138: => 'ドメインコーディネーター',
                    139: 
                    140:    'Enrollment Manager'
                    141: => '出席管理者',
                    142: 
                    143:    'Enter grades from check-out assessment resources'
                    144: => '成績を入力する',
                    145: 
                    146:    'Exam Proctor'
                    147: => '試験管',
                    148: 
                    149:    'Exit LON-CAPA'
                    150: => 'LON-CAPAを終了する',
                    151: 
                    152:    'Grades Spreadsheet'
                    153: => '成績表で成績をつける',
                    154: 
                    155:    'Grading'
                    156: => '採点',
                    157: 
                    158:    'Instructor'
                    159: => 'インストラクタ',
                    160: 
                    161:    'Launch Remote Control'
                    162: => 'リモートコントロールを使う',
                    163: 
                    164:    'Main Menu'
                    165: => 'メインメニュー',
                    166: 
                    167:    'Navigate Course Contents'
                    168: => 'コースをナビゲートする',
                    169: 
                    170:    'No Role, Cumulative Privileges'
                    171: => 'No Role,Cumulative Privileges',
                    172: 
                    173:    'Return to Last Location'
                    174: => '最後に戻る',
                    175: 
                    176:    'Send and receive messages'
                    177: => 'メッセージを送受信する',
                    178: 
                    179:    'Set my user preferences'
                    180: => 'お気に入りを設定する',
                    181: 
                    182:    'Student'
                    183: => '学生',
                    184: 
                    185:    'Switch to another user role'
                    186: => '他の役割に切り替える',
                    187: 
                    188:    'Teaching Assistant'
                    189: => 'TA',
                    190: 
                    191:    'Use or edit my bookmark collection'
                    192: => 'ブックマークを使う/編集する',
                    193: 
                    194:    'User Roles'
                    195: => '役割',
                    196: 
                    197:    'Calculate course grades (Spreadsheet)'
                    198: => 'コースの成績を計算する(スプレッドシート)',
                    199: 
                    200:    'Enter the chatroom for the course'
                    201: => 'コース・チャットルームに入る',
                    202: 
                    203:    'Navigate the table of contents for this course'
                    204: => 'コースの目次をナビゲートする',
                    205: 
                    206:    'Syllabus'
                    207: => 'シラバス',
                    208: 
                    209:    'View the course assessment progress chart'
                    210: => '成績の伸長グラフを見る',
                    211: 
                    212:    'Class Hours'
                    213: => '講義時間',
                    214: 
                    215:    'Course Description'
                    216: => 'コースの内容',
                    217: 
                    218:    'Coursepack'
                    219: => 'コースパック',
                    220: 
                    221:    'Current Month'
                    222: => '今月',
                    223: 
                    224:    'Deadlines'
                    225: => '締め切り',
                    226: 
                    227:    'Fri'
                    228: => '金',
                    229: 
                    230:    'Grading Information'
                    231: => '採点情報',
                    232: 
                    233:    'Helproom Hours'
                    234: => '支援室サービス時間',
                    235: 
                    236:    'Instructor Information'
                    237: => 'インストラクタ情報',
                    238: 
                    239:    'Mon'
                    240: => '月',
                    241: 
                    242:    'Next Month'
                    243: => '来月',
                    244: 
                    245:    'Office Hours'
                    246: => 'オフィスアワー',
                    247: 
                    248:    'Prerequisites'
                    249: => '前提条件',
                    250: 
                    251:    'Previous Month'
                    252: => '前月',
                    253: 
                    254:    'Readings'
                    255: => '読み物',
                    256: 
                    257:    'Sat'
                    258: => '土',
                    259: 
                    260:    'January'
                    261: => '1月',
                    262: 
                    263:    'February'
                    264: => '2月',
                    265: 
                    266:    'March'
                    267: => '3月',
                    268: 
                    269:    'April'
                    270: => '4月',
                    271: 
                    272:    'May'
                    273: => '5月',
                    274: 
                    275:    'June'
                    276: => '6月',
                    277: 
                    278:    'August'
                    279: => '8月',
                    280: 
                    281:    'September'
                    282: => '9月',
                    283: 
                    284:    'October'
                    285: => '10月',
                    286: 
                    287:    'November'
                    288: => '11月',
                    289: 
                    290:    'December'
                    291: => '12月',
                    292: 
                    293:    'Sun'
                    294: => '日',
                    295: 
                    296:    'Textbook'
                    297: => 'テキスト',
                    298: 
                    299:    'Thu'
                    300: => '木',
                    301: 
                    302:    'Tue'
                    303: => '火',
                    304: 
                    305:    'Web Links'
                    306: => 'リンク',
                    307: 
                    308:    'Wed'
                    309: => '水',
                    310: 
                    311:    'Drop/Add students in this course'
                    312: => 'コースに/から学生を追加/削除する',
                    313: 
                    314:    'You have entered that answer before'
                    315: => '前にもこの回答を入力しています',
                    316: 
                    317:    'A score has been assigned.'
                    318: => '採点されました。',
                    319: 
                    320:    'You are correct.'
                    321: => '正解です',
                    322: 
                    323:    'Your receipt is'
                    324: => 'あなたの受領するものは',
                    325: 
                    326:    'You are excused from the problem.'
                    327: => 'その問題は受験しなくて良いです。',
                    328: 
                    329:    'Incorrect'
                    330: => '間違い',
                    331: 
                    332:    'Some parts were not submitted.'
                    333: => 'いくつかの部分が提出されていません。',
                    334: 
                    335:    'An error occured while grading your answer.'
                    336: => 'あなたの回答を採点しているときにエラーが起きました。',
                    337: 
                    338:    'The submitted answer was too long.'
                    339: => '回答が長すぎます。',
                    340: 
                    341:    'This question expects a numeric answer.'
                    342: => 'この質問では数字の回答を期待しています。',
                    343: 
                    344:    'You have provided an invalid ranking'
                    345: => '無効な成績ランクをつけました',
                    346: 
                    347:    'please refer to'
                    348: => '次のものを参照せよ:',
                    349: 
                    350:    'The filetype extension of the file you uploaded is not allowed.'
                    351: => 'アップロードしたファイルの拡張子は禁止されています。',
                    352: 
                    353:    'Please adjust significant figures.'
                    354: => '数字が大きすぎます。',
                    355: 
                    356:    'Units incorrect.'
                    357: => '単位が間違っています。',
                    358: 
                    359:    'Only a number required.'
                    360: => '数字だけが要求されています。',
                    361: 
                    362:    'Units required'
                    363: => '単位が必要です',
                    364: 
                    365:    'Unable to understand formula'
                    366: => '数式を解釈できません',
                    367: 
                    368:    'Your submission has been recorded.'
                    369: => '提出されたものは記録されました。',
                    370: 
                    371:    'Unknown message'
                    372: => '分からないメッセージです',
                    373: 
                    374:    'Answer Submitted'
                    375: => '提出された回答',
                    376: 
                    377:    'Tries'
                    378: => '受験回数',
                    379: 
                    380:    'Submit Answer'
                    381: => '回答を提出する',
                    382: 
                    383:    'Prepare a printable document'
                    384: => '印刷できるドキュメントを用意します',
                    385: 
                    386:    'Go To My First Homework Problem'
                    387: => '最初の問題に行くm',
                    388: 
                    389:    'Discussions'
                    390: => 'ディスカッション',
                    391: 
                    392:    'New discussion since'
                    393: => '次の日付より新しいディスカッション・メッセージ:',
                    394: 
                    395:    'Goodbye'
1.5     ! www       396: => 'さようなら',
        !           397: 
1.4       www       398: 
                    399: #SYNC Fri Sep 26 14:41:18 2003
                    400:    ', and answers will be available on'
                    401: => ', and answers will be available on',
                    402: 
                    403:    ', or the next time you log in.'
                    404: => ', or the next time you log in.',
                    405: 
                    406:    ', select a template from the pull-down menu below'
                    407: => ', select a template from the pull-down menu below',
                    408: 
                    409:    'Abstract'
                    410: => 'Abstract',
                    411: 
                    412:    'Access and Usage Statistics'
                    413: => 'Access and Usage Statistics',
                    414: 
                    415:    'Actions'
                    416: => 'Actions',
                    417: 
                    418:    'All homework is currently completed'
                    419: => 'All homework is currently completed',
                    420: 
                    421:    'Analyze Progress'
                    422: => 'Analyze Progress',
                    423: 
                    424:    'Analyzing a problem'
                    425: => 'Analyzing a problem',
                    426: 
                    427:    'Answer'
                    428: => 'Answer',
                    429: 
                    430:    'Answer available'
                    431: => 'Answer available',
                    432: 
                    433:    'Answer submitted'
                    434: => 'Answer submitted',
                    435: 
                    436:    'Answer submitted, not yet graded'
                    437: => 'Answer submitted, not yet graded',
                    438: 
                    439:    'Back to Directory'
                    440: => 'Back to Directory',
                    441: 
                    442:    'Bulletin Board'
                    443: => 'Bulletin Board',
                    444: 
                    445:    'Cancel'
                    446: => 'Cancel',
                    447: 
                    448:    'Changes will become active for your current session after'
                    449: => 'Changes will become active for your current session after',
                    450: 
                    451:    'Construction Space Directory'
                    452: => 'Construction Space Directory',
                    453: 
                    454:    'Contact'
                    455: => 'Contact',
                    456: 
                    457:    'Copying file'
                    458: => 'Copying file',
                    459: 
                    460:    'Course'
                    461: => 'Course',
                    462: 
                    463:    'Create'
                    464: => 'Create',
                    465: 
                    466:    'Create a user or modify the roles and privileges of a user'
                    467: => 'Create a user or modify the roles and privileges of a user',
                    468: 
                    469:    'Currently not available'
                    470: => 'Currently not available',
                    471: 
                    472:    'Currently selected. '
                    473: => 'Currently selected. ',
                    474: 
                    475:    'Date'
                    476: => 'Date',
                    477: 
                    478:    'Discard Edits and View'
                    479: => 'Discard Edits and View',
                    480: 
                    481:    'Display'
                    482: => 'Display',
                    483: 
                    484:    'Done'
                    485: => 'Done',
                    486: 
                    487:    'Edit'
                    488: => 'Edit',
                    489: 
                    490:    'EditXML'
                    491: => 'EditXML',
                    492: 
                    493:    'Empty'
                    494: => 'Empty',
                    495: 
                    496:    'End'
                    497: => 'End',
                    498: 
                    499:    'Evaluation Comments'
                    500: => 'Evaluation Comments',
                    501: 
                    502:    'Evaluation Data'
                    503: => 'Evaluation Data',
                    504: 
                    505:    'Excused by instructor'
                    506: => 'Excused by instructor',
                    507: 
                    508:    'Extent'
                    509: => 'Extent',
                    510: 
                    511:    'File'
                    512: => 'File',
                    513: 
                    514:    'Found no analyzable parts in this problem, currently only Numerical, Formula and String response styles are supported.'
                    515: => 'Found no analyzable parts in this problem, currently only Numerical, Formula and String response styles are supported.',
                    516: 
                    517:    'Frequency'
                    518: => 'Frequency',
                    519: 
                    520:    'Getting Problem Variants'
                    521: => 'Getting Problem Variants',
                    522: 
                    523:    'Go Back'
                    524: => 'Go Back',
                    525: 
                    526:    'Import'
                    527: => 'Import',
                    528: 
                    529:    'It is recommended that you use an up-to-date virus scanner before handling this file.'
                    530: => 'It is recommended that you use an up-to-date virus scanner before handling this file.',
                    531: 
                    532:    'July'
                    533: => 'July',
                    534: 
                    535:    'Language'
                    536: => 'Language',
                    537: 
                    538:    'Last Modified'
                    539: => 'Last Modified',
                    540: 
                    541:    'List of possible answers'
                    542: => 'List of possible answers',
                    543: 
                    544:    'Main Course Documents'
                    545: => 'Main Course Documents',
                    546: 
                    547:    'Map'
                    548: => 'Map',
                    549: 
                    550:    'Map contents are not shown in order.'
                    551: => 'Map contents are not shown in order.',
                    552: 
                    553:    'Name'
                    554: => 'Name',
                    555: 
                    556:    'Navigate Contents'
                    557: => 'Navigate Contents',
                    558: 
                    559:    'New Folder'
                    560: => 'New Folder',
                    561: 
                    562:    'New Messages'
                    563: => 'New Messages',
                    564: 
                    565:    'New Search'
                    566: => 'New Search',
                    567: 
                    568:    'No content modifications yet.'
                    569: => 'No content modifications yet.',
                    570: 
                    571:    'No due date'
                    572: => 'No due date',
                    573: 
                    574:    'No role specified'
                    575: => 'No role specified',
                    576: 
                    577:    'No upload file specified.'
                    578: => 'No upload file specified.',
                    579: 
                    580:    'No write permission to user directory, FAIL'
                    581: => 'No write permission to user directory, FAIL',
                    582: 
                    583:    'Note: it can take up to 10 minutes for changes to take effect for all users.'
                    584: => 'Note: it can take up to 10 minutes for changes to take effect for all users.',
                    585: 
                    586:    'Notes'
                    587: => 'Notes',
                    588: 
                    589:    'Open, no due date'
                    590: => 'Open, no due date',
                    591: 
                    592:    'Page'
                    593: => 'Page',
                    594: 
                    595:    'Part'
                    596: => 'Part',
                    597: 
                    598:    'Part is not open to be viewed. It'
                    599: => 'Part is not open to be viewed. It',
                    600: 
                    601:    'Path'
                    602: => 'Path',
                    603: 
                    604:    'Please use browser "Back" button and pick a filename'
                    605: => 'Please use browser "Back" button and pick a filename',
                    606: 
                    607:    'Processing'
                    608: => 'Processing',
                    609: 
                    610:    'Re-Initialize'
                    611: => 'Re-Initialize',
                    612: 
                    613:    'Remark'
                    614: => 'Remark',
                    615: 
                    616:    'Rename'
                    617: => 'Rename',
                    618: 
                    619:    'Save'
                    620: => 'Save',
                    621: 
                    622:    'Saving Modifications to'
                    623: => 'Saving Modifications to',
                    624: 
                    625:    'Search'
                    626: => 'Search',
                    627: 
                    628:    'Searching'
                    629: => 'Searching',
                    630: 
                    631:    'Section/Group'
                    632: => 'Section/Group',
                    633: 
                    634:    'Select'
                    635: => 'Select',
                    636: 
                    637:    'Select Course'
                    638: => 'Select Course',
                    639: 
                    640:    'Select User'
                    641: => 'Select User',
                    642: 
                    643:    'Select a'
                    644: => 'Select a',
                    645: 
                    646:    'Select the Construction Space'
                    647: => 'Select the Construction Space',
                    648: 
                    649:    'Sequence'
                    650: => 'Sequence',
                    651: 
                    652:    'Server Administration'
                    653: => 'Server Administration',
                    654: 
                    655:    'Set deadlines and other assessment parameters, as well as modify course environment'
                    656: => 'Set deadlines and other assessment parameters, as well as modify course environment',
                    657: 
                    658:    'Show Only Uncompleted Homework'
                    659: => 'Show Only Uncompleted Homework',
                    660: 
                    661:    'Simple Page'
                    662: => 'Simple Page',
                    663: 
                    664:    'Simple Problem'
                    665: => 'Simple Problem',
                    666: 
                    667:    'Special Documents'
                    668: => 'Special Documents',
                    669: 
                    670:    'Start'
                    671: => 'Start',
                    672: 
                    673:    'Status'
                    674: => 'Status',
                    675: 
                    676:    'Store uploaded file as '
                    677: => 'Store uploaded file as ',
                    678: 
                    679:    'Submit'
                    680: => 'Submit',
                    681: 
                    682:    'Submit Changes'
                    683: => 'Submit Changes',
                    684: 
                    685:    'Submit Changes and View'
                    686: => 'Submit Changes and View',
                    687: 
                    688:    'Supplemental Course Documents'
                    689: => 'Supplemental Course Documents',
                    690: 
                    691:    'Switch Server'
                    692: => 'Switch Server',
                    693: 
                    694:    'System'
                    695: => 'System',
                    696: 
                    697:    'System Administration'
                    698: => 'System Administration',
                    699: 
                    700:    'The target is an existing directory.'
                    701: => 'The target is an existing directory.',
                    702: 
                    703:    'Then'
                    704: => 'Then',
                    705: 
                    706:    'Title'
                    707: => 'Title',
                    708: 
                    709:    'Unable to determine if this resource is open due to network problems. Please try again later.'
                    710: => 'Unable to determine if this resource is open due to network problems. Please try again later.',
                    711: 
                    712:    'Unable to find'
                    713: => 'Unable to find',
                    714: 
                    715:    'Unable to make backup'
                    716: => 'Unable to make backup',
                    717: 
                    718:    'Unable to undo, unable to switch'
                    719: => 'Unable to undo, unable to switch',
                    720: 
                    721:    'Unable to write to'
                    722: => 'Unable to write to',
                    723: 
                    724:    'Uncompleted Homework'
                    725: => 'Uncompleted Homework',
                    726: 
                    727:    'Undid changes, Switched'
                    728: => 'Undid changes, Switched',
                    729: 
                    730:    'Upload Document'
                    731: => 'Upload Document',
                    732: 
                    733:    'Uploaded Document'
                    734: => 'Uploaded Document',
                    735: 
                    736:    'User Role'
                    737: => 'User Role',
                    738: 
                    739:    'View All Messages'
                    740: => 'View All Messages',
                    741: 
                    742:    'View course assessment statistics'
                    743: => 'View course assessment statistics',
                    744: 
                    745:    'Was due'
                    746: => 'Was due',
                    747: 
                    748:    'Yes'
                    749: => 'Yes',
                    750: 
                    751:    'You did not select a template.'
                    752: => 'You did not select a template.',
                    753: 
                    754:    'You do not have authoring privileges for this resource'
                    755: => 'You do not have authoring privileges for this resource',
                    756: 
                    757:    'You have no unread messages'
                    758: => 'You have no unread messages',
                    759: 
                    760:    'aboutlon.gif'
                    761: => 'aboutlon.gif',
                    762: 
                    763:    'accessbutton.gif'
                    764: => 'accessbutton.gif',
                    765: 
                    766:    'an indeterminate date'
                    767: => 'an indeterminate date',
                    768: 
                    769:    'an unknown date'
                    770: => 'an unknown date',
                    771: 
                    772:    'contents'
                    773: => 'contents',
                    774: 
                    775:    'could not be copied.'
                    776: => 'could not be copied.',
                    777: 
                    778:    'is closed but you are allowed to view it'
                    779: => 'is closed but you are allowed to view it',
                    780: 
                    781:    'is due at'
                    782: => 'is due at',
                    783: 
                    784:    'is in under construction'
                    785: => 'is in under construction',
                    786: 
                    787:    'is not analyzable at this time'
                    788: => 'is not analyzable at this time',
                    789: 
                    790:    'last month'
                    791: => 'last month',
                    792: 
                    793:    'last problem'
                    794: => 'last problem',
                    795: 
                    796:    'last six months'
                    797: => 'last six months',
                    798: 
                    799:    'last three months'
                    800: => 'last three months',
                    801: 
                    802:    'last week'
                    803: => 'last week',
                    804: 
                    805:    'last year'
                    806: => 'last year',
                    807: 
                    808:    'may open later.'
                    809: => 'may open later.',
                    810: 
                    811:    'never'
                    812: => 'never',
                    813: 
                    814:    'not displayed'
                    815: => 'not displayed',
                    816: 
                    817:    're-initializing course'
                    818: => 're-initializing course',
                    819: 
                    820:    'system wide'
                    821: => 'system wide',
                    822: 
                    823:    'today'
                    824: => 'today',
                    825: 
                    826:    'undo'
                    827: => 'undo',
                    828: 
                    829:    'userauthentication.gif'
                    830: => 'userauthentication.gif',
                    831: 
                    832:    'was due on'
                    833: => 'was due on',
                    834: 
                    835:    'will open on'
                    836: => 'will open on',
                    837: 
1.5     ! www       838: 
        !           839: 
        !           840: #SYNC Fri Sep 26 16:57:10 2003
        !           841:    ', is reserved internally by LON-CAPA.'
        !           842: => ', is reserved internally by LON-CAPA.',
        !           843: 
        !           844:    'Back to'
        !           845: => 'Back to',
        !           846: 
        !           847:    'Back to Source'
        !           848: => 'Back to Source',
        !           849: 
        !           850:    'Back to Source Directory'
        !           851: => 'Back to Source Directory',
        !           852: 
        !           853:    'Became this version on ...'
        !           854: => 'Became this version on ...',
        !           855: 
        !           856:    'Browse published resources'
        !           857: => 'Browse published resources',
        !           858: 
        !           859:    'Choose the course to work on'
        !           860: => 'Choose the course to work on',
        !           861: # 選択 the コース to work on
        !           862:    'Create a new course'
        !           863: => 'Create a new course',
        !           864: # 作成 a new コース
        !           865:    'Customized right of use ...	'
        !           866: => 'Customized right of use ...	',
        !           867: 
        !           868:    'Delete messages from bulletin boards'
        !           869: => 'Delete messages from bulletin boards',
        !           870: 
        !           871:    'Domain only - use limited to courses in the domain'
        !           872: => 'Domain only - use limited to courses in the domain',
        !           873: # ドメイン only - use limited to コースs in the ドメイン
        !           874:    'Dynamic Metadata'
        !           875: => 'Dynamic Metadata',
        !           876: 
        !           877:    'Edit and view documents included in this course'
        !           878: => 'Edit and view documents included in this course',
        !           879: # Edit and 閲覧 documents included in this コース
        !           880:    'Edit/Modify DOCS'
        !           881: => 'Edit/Modify DOCS',
        !           882: 
        !           883:    'Enter my resource construction space'
        !           884: => 'Enter my resource construction space',
        !           885: # 入力 my resource construction space
        !           886:    'FAIL'
        !           887: => 'FAIL',
        !           888: 
        !           889:    'Failed to copy source'
        !           890: => 'Failed to copy source',
        !           891: 
        !           892:    'Failed to write metadata copy'
        !           893: => 'Failed to write metadata copy',
        !           894: 
        !           895:    'File copied.'
        !           896: => 'File copied.',
        !           897: 
        !           898:    'Finalize Publication'
        !           899: => 'Finalize Publication',
        !           900: 
        !           901:    'Grant/revoke role of Co-Author'
        !           902: => 'Grant/revoke role of Co-Author',
        !           903: # Grant/revoke 役割 of 共著者
        !           904:    'Grant/revoke role of Domain Coordinator'
        !           905: => 'Grant/revoke role of Domain Coordinator',
        !           906: # Grant/revoke 役割 of ドメインコーディネーター
        !           907:    'Grant/revoke role of Exam Proctor'
        !           908: => 'Grant/revoke role of Exam Proctor',
        !           909: # Grant/revoke 役割 of 試験管
        !           910:    'Grant/revoke role of Instructor'
        !           911: => 'Grant/revoke role of Instructor',
        !           912: # Grant/revoke 役割 of インストラクタ
        !           913:    'Grant/revoke role of Student'
        !           914: => 'Grant/revoke role of Student',
        !           915: # Grant/revoke 役割 of 学生
        !           916:    'Grant/revoke role of Superuser'
        !           917: => 'Grant/revoke role of Superuser',
        !           918: # Grant/revoke 役割 of Superuser
        !           919:    'Illegal filename.'
        !           920: => 'Illegal filename.',
        !           921: 
        !           922:    'Name starting with'
        !           923: => 'Name starting with',
        !           924: 
        !           925:    'No previous versions published.'
        !           926: => 'No previous versions published.',
        !           927: 
        !           928:    'No write permission to'
        !           929: => 'No write permission to',
        !           930: 
        !           931:    'Please pick a version to retrieve'
        !           932: => 'Please pick a version to retrieve',
        !           933: 
        !           934:    'Private - visible to author only for testing purposes'
        !           935: => 'Private - visible to author only for testing purposes',
        !           936: # Private - visible to 著者 only for testing purposes
        !           937:    'Private Publication - did not synchronize database'
        !           938: => 'Private Publication - did not synchronize database',
        !           939: 
        !           940:    'Public - no authentication or authorization required for use'
        !           941: => 'Public - no authentication or authorization required for use',
        !           942: # Public - no auThentication or 著者ization required for use
        !           943:    'Retrieval of an old version will overwrite the file currently in construction space'
        !           944: => 'Retrieval of an old version will overwrite the file currently in construction space',
        !           945: 
        !           946:    'Retrieve previous versions of'
        !           947: => 'Retrieve previous versions of',
        !           948: 
        !           949:    'Retrieve version'
        !           950: => 'Retrieve version',
        !           951: 
        !           952:    'Rule'
        !           953: => 'Rule',
        !           954: 
        !           955:    'Search the contents of this course'
        !           956: => 'Search the contents of this course',
        !           957: # Search the contents of this コース
        !           958:    'Search the database of published resources'
        !           959: => 'Search the database of published resources',
        !           960: 
        !           961:    'Send broadcast and receipt-required email'
        !           962: => 'Send broadcast and receipt-required email',
        !           963: 
        !           964:    'Show Problem Completeness'
        !           965: => 'Show Problem Completeness',
        !           966: 
        !           967:    'Switch to another course'
        !           968: => 'Switch to another course',
        !           969: # Switch to another コース
        !           970:    'System wide - can be used for any courses system wide'
        !           971: => 'System wide - can be used for any courses system wide',
        !           972: # System wide - can be used for any コースs System wide
        !           973:    'System wide - open source to all authors'
        !           974: => 'System wide - open source to all authors',
        !           975: # System wide - open source to all 著者s
        !           976:    'The extension on this file'
        !           977: => 'The extension on this file',
        !           978: 
        !           979:    'This resource has been marked obsolete by the author(s)'
        !           980: => 'This resource has been marked obsolete by the author(s)',
        !           981: # This resource has been marked obsolete by the 著者(s)
        !           982:    'Unsupported character combination'
        !           983: => 'Unsupported character combination',
        !           984: 
        !           985:    'Uploaded'
        !           986: => 'Uploaded',
        !           987: # Up負荷ed
        !           988:    'Users with Roles Assigned by'
        !           989: => 'Users with Roles Assigned by',
        !           990: # Users with 役割s Assigned by
        !           991:    'View documents included in this course'
        !           992: => 'View documents included in this course',
        !           993: # 閲覧 documents included in this コース
        !           994:    'View file'
        !           995: => 'View file',
        !           996: # 閲覧 File
        !           997:    'untitled'
        !           998: => 'untitled',
        !           999: 
        !          1000: 
        !          1001: 
        !          1002: #SYNC Fri Sep 26 17:00:04 2003
1.4       www      1003: 
                   1004: #SYNCMARKER
1.1       www      1005: );
                   1006: 
                   1007: 1;
                   1008: 

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