Annotation of loncom/localize/localize/zh.pm, revision 1.102

1.6       bisitz      1: # The LearningOnline Network with CAPA
                      2: # Chinese Simplified Localization Lexicon
                      3: #
1.102   ! raeburn     4: # $Id: zh.pm,v 1.101 2011/01/21 17:46:10 bisitz Exp $
1.6       bisitz      5: #
                      6: # Copyright Michigan State University Board of Trustees
                      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::zh;
                     33: use base qw(Apache::localize);
                     34: 
                     35: %Lexicon=('_AUTO' => 1,
                     36: 'char_encoding'=> 'UTF-8',
                     37: 'language_code'=> 'zh',
                     38: 'lang_locale' => 'zh-cn.utf8',
1.79      bisitz     39: 'date_locale'  =>
1.9       zhu        40:       '$weekday, $day. $month $year, $twentyfour:$minutes:$seconds',
1.6       bisitz     41: 'date_months'  => '一月,二月,三月,四月,五月,六月,七月,八月,九月,十月,十一月,十二月',
                     42: 'date_days'    => '星期日,星期一,星期二,星期三,星期四,星期五,星期六',
                     43: 'date_am' => '上午',
                     44: 'date_pm' => '下午',
                     45: 'textual_remote_display' => 'on',
                     46: 'htmlarea_lang' => 'zh-cn',
                     47: 
                     48:    'Domain'
                     49: => '领域',
                     50: 
                     51:    'Domain:'
                     52: => '领域:',
                     53: 
                     54:    'Server'
1.7       zhu        55: => '服务器',
1.6       bisitz     56: 
                     57:    'Server Load'
1.7       zhu        58: => '服务器负载',
1.6       bisitz     59: 
                     60:    'User Load'
1.7       zhu        61: => '用户负载',
1.6       bisitz     62: 
                     63:    'Help'
                     64: => '帮助',
                     65: 
                     66:    'Log in'
                     67: => '登录',
                     68: 
                     69:    'Log-in to LON-CAPA'
                     70: => '登录 LON-CAPA',
                     71: 
                     72:    'Username'
                     73: => '用户名',
                     74: 
                     75:    'Password'
                     76: => '密码',
                     77: 
                     78:    'choose'
1.10      zhu        79: => '选择',
1.6       bisitz     80: 
                     81:    'enter'
1.12      zhu        82: => '进入',
1.6       bisitz     83: 
                     84:    'view'
1.93      raeburn    85: => 'view',
1.6       bisitz     86: 
                     87:    'calendar'
1.10      zhu        88: => '日历',
1.6       bisitz     89: 
                     90:    'prefer-'
1.93      raeburn    91: => 'prefer-',
1.6       bisitz     92: 
                     93:    'ences'
1.93      raeburn    94: => 'ences',
1.6       bisitz     95: 
                     96:    'role'
1.10      zhu        97: => '角色',
1.6       bisitz     98: 
                     99:    'course'
1.10      zhu       100: => '课程',
1.6       bisitz    101: 
                    102:    'Course'
1.10      zhu       103: => '课程',
1.6       bisitz    104: 
                    105:    'Section/Group'
1.10      zhu       106: => '科/组',
1.6       bisitz    107: 
                    108:    'today'
1.10      zhu       109: => '今日',
1.6       bisitz    110: 
                    111:    'last week'
1.10      zhu       112: => '上周',
1.6       bisitz    113: 
                    114:    'last month'
1.10      zhu       115: => '上个月',
1.6       bisitz    116: 
                    117:    'last three months'
1.10      zhu       118: => '过去3个月',
1.6       bisitz    119: 
                    120:    'last six months'
1.10      zhu       121: => '过去6个月',
1.6       bisitz    122: 
                    123:    'last year'
1.10      zhu       124: => '去年',
1.6       bisitz    125: 
                    126:    'Submit'
1.10      zhu       127: => '提交',
1.6       bisitz    128: 
                    129:    'Rename'
                    130: => '重命名',
                    131: 
                    132:    'Save'
                    133: => '保存',
                    134: 
                    135:    'Save All'
1.9       zhu       136: => '全部保存',
1.6       bisitz    137: 
                    138:    'Done'
1.10      zhu       139: => '完成',
1.6       bisitz    140: 
                    141:    'Select User'
                    142: => '选择用户',
                    143: 
                    144:    'Select Course'
                    145: => '选择课程',
                    146: 
                    147:    'Changes will become active for your current session after'
1.93      raeburn   148: => 'Changes will become active for your current session after',
1.6       bisitz    149: 
                    150:    're-initializing course'
1.10      zhu       151: => '课程重新初始化',
1.6       bisitz    152: 
                    153:    ', or the next time you log in.'
1.12      zhu       154: => ',或在您下次登录。',
1.6       bisitz    155: 
                    156:    'Uploaded Document'
1.10      zhu       157: => '上传文件',
1.6       bisitz    158: 
                    159:    'No content modifications yet.'
1.12      zhu       160: => '还没有修改任何内容。',
1.6       bisitz    161: 
                    162:    'Part is not open to be viewed. It'
1.93      raeburn   163: => 'Part is not open to be viewed. It',
1.6       bisitz    164: 
                    165:    'Unable to determine if this resource is open due to network problems. Please try again later.'
1.93      raeburn   166: => 'Unable to determine if this resource is open due to network problems. Please try again later.',
1.6       bisitz    167: 
                    168:    'Note: it can take up to 10 minutes for changes to take effect for all users.'
1.10      zhu       169: => '注意:所有用户更改生效可能需要10分钟。',
1.6       bisitz    170: 
                    171:    'Language'
                    172: => '语言',
                    173: 
                    174:    'Notes'
1.10      zhu       175: => '注释',
1.6       bisitz    176: 
                    177:    'Abstract'
1.10      zhu       178: => '摘要',
1.41      bisitz    179: 
1.6       bisitz    180:    'Create a user or modify the roles and privileges of a user'
1.10      zhu       181: => '创建或修改用户的角色和权限',
1.6       bisitz    182: 
                    183:    'View course assessment statistics'
1.26      zhu       184: => '查看课程评估统计',
1.6       bisitz    185: 
                    186:    'Set deadlines and other assessment parameters, as well as modify course environment'
1.10      zhu       187: => '设置最后期限和其他评估参数,以及修改课程环境',
1.6       bisitz    188: 
                    189:    'New Folder'
                    190: => '新建文件夹',
                    191: 
                    192:    'Simple Page'
                    193: => '简单的页面',
                    194: 
                    195:    'Simple Problem'
                    196: => '简单的问题',
                    197: 
                    198:    'Upload Document'
                    199: => '上传文件',
                    200: 
                    201:    'Search'
                    202: => '搜索',
                    203: 
                    204:    'Import'
                    205: => '导入',
                    206: 
                    207:    'Main Course Documents'
                    208: => '主要课程文件',
                    209: 
                    210:    'Supplemental Course Documents'
                    211: => '附加的课程文件',
                    212: 
                    213:    'Bulletin Board'
                    214: => '公告板',
                    215: 
1.67      bisitz    216:    'Published Resources'
1.70      zhu       217: => '发布的资源',
1.67      bisitz    218: 
1.6       bisitz    219:    'Special Documents'
                    220: => '特别文件',
                    221: 
                    222:    'Special documents'
                    223: => '特别文件',
                    224: 
1.68      bisitz    225:    'Document'
1.70      zhu       226: => '文件',
1.68      bisitz    227: 
                    228:    'Settings'
1.70      zhu       229: => '设置',
1.68      bisitz    230: 
1.6       bisitz    231:    'create'
1.10      zhu       232: => '创建',
1.6       bisitz    233: 
                    234:    'grades'
1.10      zhu       235: => '评估',
1.6       bisitz    236: 
                    237:    'commu-'
1.70      zhu       238: => 'commu-',
1.6       bisitz    239: 
                    240:    'nication'
1.70      zhu       241: => 'nication',
1.6       bisitz    242: 
                    243:    'enroll'
1.10      zhu       244: => '记录',
1.6       bisitz    245: 
                    246:    'navigate'
1.70      zhu       247: => '目录',
1.6       bisitz    248: 
                    249:    'contents'
1.70      zhu       250: => '导航',
1.6       bisitz    251: 
                    252:    'Navigate Contents'
                    253: => '浏览目录',
                    254: 
                    255:    'Announcements and Calendar'
                    256: => '注意事项和日历',
                    257: 
                    258:    'Author'
1.10      zhu       259: => '作者',
1.6       bisitz    260: 
                    261:    'Change Your Preferences'
1.10      zhu       262: => '更改用户首选项',
1.6       bisitz    263: 
                    264:    'Choose the user role'
                    265: => '更换用户角色',
                    266: 
                    267:    'Co-Author'
1.10      zhu       268: => '合著者',
1.6       bisitz    269: 
1.54      bisitz    270:    'Co-Author [_1]'
1.51      bisitz    271: => '合著者 [_1]',
1.34      bisitz    272: 
1.6       bisitz    273:    'Communication and Messages'
1.10      zhu       274: => '通信与信息',
1.6       bisitz    275: 
                    276:    'Course Coordinator'
                    277: => '课程组织者',
                    278: 
                    279:    'Course Statistics and Charts'
1.10      zhu       280: => '课程统计和图表',
1.6       bisitz    281: 
                    282:    'Course announcements and my calendar'
                    283: => '注意事项和日历',
                    284: 
                    285:    'Course Announcements'
1.10      zhu       286: => '课程公告',
1.6       bisitz    287: 
                    288:    'Create Users, Change User Privileges'
1.93      raeburn   289: => 'Create Users, Change User Privileges',
1.6       bisitz    290: 
                    291:    'Domain Coordinator'
1.93      raeburn   292: => 'Domain Coordinator',
1.6       bisitz    293: 
                    294:    'Enrollment Manager'
1.93      raeburn   295: => 'Enrollment Manager',
1.6       bisitz    296: 
                    297:    'Enter grades from check-out assessment resources'
1.93      raeburn   298: => 'Enter grades from check-out assessment resources',
1.6       bisitz    299: 
                    300:    'Exam Proctor'
1.27      zhu       301: => '监考人员',
1.6       bisitz    302: 
                    303:    'Exit LON-CAPA'
                    304: => '退出',
                    305: 
                    306:    'Grades Spreadsheet'
1.27      zhu       307: => '等级表',
1.6       bisitz    308: 
                    309:    'Grading'
1.27      zhu       310: => '评估',
1.6       bisitz    311: 
                    312:    'Instructor'
1.27      zhu       313: => '讲师',
1.6       bisitz    314: 
                    315:    'Launch Remote Control'
                    316: => '激活远程控制',
                    317: 
                    318:    'Main Menu'
                    319: => '主菜单',
                    320: 
                    321:    'Navigate Course Contents'
                    322: => '浏览目录',
                    323: 
                    324:    'No Role, Cumulative Privileges'
1.56      zhu       325: => '没有角色,增加特权',
1.6       bisitz    326: 
                    327:    'Return to Last Location'
                    328: => '回到最后的位置',
                    329: 
                    330:    'Send and receive messages'
                    331: =>'发送和接收邮件',
                    332: 
1.26      zhu       333:    'Send and Receive Messages'
                    334: =>'发送和接收邮件',
                    335: 
1.6       bisitz    336:    'Set my user preferences'
                    337: => '用户设置',
                    338: 
                    339:    'Student'
                    340: => '学生',
                    341: 
                    342:    'Student: '
                    343: => '学生:',
                    344: 
                    345:    'Switch to another user role'
                    346: => '更换用户角色',
                    347: 
                    348:    'Teaching Assistant'
1.9       zhu       349: => '教学助理',
1.6       bisitz    350: 
                    351:    'Use or edit my bookmark collection'
                    352: => '书签收藏',
                    353: 
                    354:    'User Roles'
                    355: => '用户角色',
                    356: 
                    357:    'Calculate course grades (Spreadsheet)'
1.93      raeburn   358: => 'Calculate course grades (Spreadsheet)',
1.6       bisitz    359: 
1.22      zhu       360:    'Enter the chat room for the course'
1.6       bisitz    361: => '课程聊天室',
                    362: 
                    363:    'Navigate the table of contents for this course'
                    364: => '课程目录',
                    365: 
                    366:    'Syllabus'
                    367: => '课程表',
                    368: 
                    369:    'Course syllabus'
                    370: => '课程教学大纲',
                    371: 
                    372:    'View the course assessment progress chart'
                    373: => '察看课程评估进展图表',
                    374: 
                    375:    'Class Hours'
1.63      zhu       376: => '课时',
1.6       bisitz    377: 
                    378:    'Coursepack'
1.63      zhu       379: => '课外书',
1.6       bisitz    380: 
                    381:    'Current Month'
                    382: => '这个月',
                    383: 
                    384:    'Deadlines'
1.63      zhu       385: => '截止日期',
1.6       bisitz    386: 
                    387:    'Grading Information'
1.63      zhu       388: => '评估信息',
1.6       bisitz    389: 
                    390:    'Helproom Hours'
                    391: => '帮助',
                    392: 
                    393:    'Instructor Information'
1.27      zhu       394: => '讲师信息',
1.6       bisitz    395: 
                    396:    'Next Month'
                    397: => '下个月',
                    398: 
                    399:    'Office Hours'
1.27      zhu       400: => '办公时间',
1.6       bisitz    401: 
                    402:    'Prerequisites'
1.27      zhu       403: => '必要条件',
1.6       bisitz    404: 
                    405:    'Previous Month'
                    406: => '上个月',
                    407: 
                    408:    'Readings'
1.27      zhu       409: => '材料',
1.6       bisitz    410: 
                    411:    'Mon'
                    412: => '星期一',
                    413: 
                    414:   'Tue'
                    415: => '星期二',
                    416: 
                    417:    'Wed'
                    418: => '星期三',
                    419: 
                    420:    'Thu'
                    421: => '星期四',
                    422: 
                    423:    'Fri'
                    424: => '星期五',
                    425: 
                    426:    'Sat'
                    427: => '星期六',
                    428: 
                    429:    'Sun'
                    430: => '星期日',
                    431: 
                    432:    'January'
                    433: => '一月',
                    434: 
                    435:    'February'
                    436: => '二月',
                    437: 
                    438:    'March'
                    439: => '三月',
                    440: 
                    441:    'April'
                    442: => '四月',
                    443: 
                    444:    'May'
                    445: => '五月',
                    446: 
                    447:    'June'
                    448: => '六月',
                    449: 
                    450:    'July'
                    451: => '七月',
                    452: 
                    453:    'August'
                    454: => '八月',
                    455: 
                    456:    'September'
                    457: => '九月',
                    458: 
                    459:    'October'
                    460: => '十月',
                    461: 
                    462:    'November'
                    463: => '十一月',
                    464: 
                    465:    'December'
                    466: => '十二月',
                    467: 
                    468:    'Textbook'
1.63      zhu       469: => '教材',
1.6       bisitz    470: 
                    471:     'Web Links'
1.63      zhu       472: => '网站链接',
1.6       bisitz    473: 
                    474:    'Drop/Add students in this course'
1.63      zhu       475: => '在该课程移除/添加学生',
1.6       bisitz    476: 
                    477:    'A score has been assigned.'
1.93      raeburn   478: => 'A score has been assigned.',
1.6       bisitz    479: 
                    480:    'Some parts were not submitted.'
1.93      raeburn   481: => 'Some parts were not submitted.',
1.6       bisitz    482: 
                    483:    'Due'
1.93      raeburn   484: => 'Due',
1.6       bisitz    485: 
                    486:    'The filetype extension of the file you uploaded is not allowed.'
1.93      raeburn   487: => 'The filetype extension of the file you uploaded is not allowed.',
1.6       bisitz    488: 
                    489:    'Units incorrect.'
1.18      zhu       490: => '单位不正确的。',
1.6       bisitz    491: 
                    492:    'Only a number required.'
1.93      raeburn   493: => '只允许一个数字。Only a number required.',
1.6       bisitz    494: 
                    495:    'Units required'
1.18      zhu       496: => '要求单位',
1.6       bisitz    497: 
                    498:    'Tries'
1.18      zhu       499: => '尝试',
1.6       bisitz    500: 
                    501:    'Submit Answer'
1.18      zhu       502: => '提交答案',
1.6       bisitz    503: 
                    504:    'Prepare a printable document'
1.26      zhu       505: => '打印',
1.6       bisitz    506: 
                    507:    'Go To My First Homework Problem'
1.18      zhu       508: => '转到我的第一次作业问题',
1.6       bisitz    509: 
                    510:    'Cancel'
1.9       zhu       511: => '取消',
1.6       bisitz    512: 
                    513:    'Discussions'
1.9       zhu       514: => '讨论',
1.6       bisitz    515: 
                    516:    'New discussion since'
1.93      raeburn   517: => 'New discussion since',
1.6       bisitz    518: 
                    519:    'New message (click to open)'
1.18      zhu       520: => '新邮件 (点击查看)',
1.6       bisitz    521: 
                    522:    'Close all folders'
1.9       zhu       523: => '关闭所有文件夹',
1.6       bisitz    524: 
                    525:    'Open all folders'
1.9       zhu       526: => '打开所有文件夹',
1.6       bisitz    527: 
                    528:    'Goodbye'
1.9       zhu       529: => '再见',
1.6       bisitz    530: 
                    531:    'Select'
                    532: => '选择',
                    533: 
                    534:    'Re-Initialize'
1.9       zhu       535: => '重新初始化',
1.6       bisitz    536: 
                    537:    'Currently selected.'
1.9       zhu       538: => '目前选定的。',
1.6       bisitz    539: 
                    540:    'Switch Server'
1.18      zhu       541: => '选择服务器',
1.6       bisitz    542: 
                    543:    'system wide'
1.93      raeburn   544: => '全系统的',
1.6       bisitz    545: 
                    546:    'Currently not available'
1.18      zhu       547: => '目前无法使用',
1.6       bisitz    548: 
                    549:    'No role specified'
1.9       zhu       550: => '没有具体的角色',
1.6       bisitz    551: 
                    552:    'Remark'
1.10      zhu       553: => '注释',
1.6       bisitz    554: 
                    555:    'Extent'
1.10      zhu       556: => '领域',
1.6       bisitz    557: 
                    558:    'Current Privileges'
1.10      zhu       559: => '当前权限',
1.6       bisitz    560: 
                    561:    'User Role'
                    562: => '用户角色',
                    563: 
                    564:    'Start'
1.10      zhu       565: => '开始',
1.6       bisitz    566: 
                    567:    'End'
1.10      zhu       568: => '结束',
1.6       bisitz    569: 
                    570:    'System'
1.10      zhu       571: => '系统',
1.6       bisitz    572: 
                    573:    'Display'
1.10      zhu       574: => '显示',
1.6       bisitz    575: 
                    576:    'Display:'
1.10      zhu       577: => '显示:',
1.6       bisitz    578: 
                    579:    'Do not display'
1.10      zhu       580: => '不显示',
1.6       bisitz    581: 
                    582:    "an unknown date"
1.18      zhu       583: => '日期不详', # !
1.6       bisitz    584: 
                    585:    "an indeterminate date"
1.18      zhu       586: => '无限期',
1.6       bisitz    587: 
                    588:    "will open on"
1.18      zhu       589: => "开放于",
1.6       bisitz    590: 
                    591:    "is due at"
1.93      raeburn   592: => "is due at",
1.6       bisitz    593: 
                    594:    "was due on"
1.93      raeburn   595: => "was due on",
1.6       bisitz    596: 
                    597:    'is closed but you are allowed to view it'
1.93      raeburn   598: => "is closed but you are allowed to view it",
1.6       bisitz    599: 
                    600:    "Undid changes, Switched [_1] and [_2]"
1.93      raeburn   601: => "Undid changes, Switched [_1] and [_2]",
1.6       bisitz    602: 
                    603:    "Unable to undo, unable to switch [_1] and [_2]"
1.93      raeburn   604: => "Unable to undo, unable to switch [_1] and [_2]",
1.6       bisitz    605: 
                    606:    "Unable to make backup [_1]"
1.93      raeburn   607: => "Unable to make backup [_1]",
1.6       bisitz    608: 
                    609:    "Saving Modifications to [_1]"
1.93      raeburn   610: => "Saving Modifications to [_1]",
1.6       bisitz    611: 
                    612:    "Unable to write to [_1]"
1.93      raeburn   613: => "Unable to write to [_1]",
1.6       bisitz    614: 
                    615:    "Analyzing a problem"
1.93      raeburn   616: => "Analyzing a problem",
1.6       bisitz    617: 
                    618:    "EditXML"
1.93      raeburn   619: => "EditXML",
1.6       bisitz    620: 
                    621:    'Discard Edits and View'
1.93      raeburn   622: => 'Discard Edits and View',
1.6       bisitz    623: 
                    624:    'Submit Changes'
1.93      raeburn   625: => 'Submit Changes',
1.6       bisitz    626: 
                    627:    'Submit Changes and View'
1.93      raeburn   628: => 'Submit Changes and View',
1.6       bisitz    629: 
                    630:    'Edit'
                    631: => '编辑',
                    632: 
                    633:    ', select a template from the pull-down menu below'
1.93      raeburn   634: => ', select a template from the pull-down menu below',
1.6       bisitz    635: 
                    636:    'undo'
1.93      raeburn   637: => 'undo',
1.6       bisitz    638: 
                    639:    'Answer'
1.93      raeburn   640: => 'Answer',
1.6       bisitz    641: 
                    642:    'Frequency'
1.93      raeburn   643: => 'Frequency',
1.6       bisitz    644: 
                    645:    'You did not select a template.'
1.93      raeburn   646: => 'You did not select a template.',
1.6       bisitz    647: 
                    648:    'Analyze Progress'
1.93      raeburn   649: => 'Analyze Progress',
1.6       bisitz    650: 
                    651:    'Getting Problem Variants'
1.93      raeburn   652: => 'Getting Problem Variants',
1.6       bisitz    653: 
                    654:    'last problem'
1.93      raeburn   655: => 'last problem',
1.6       bisitz    656: 
                    657:    "may open later."
1.93      raeburn   658: => 'may open later.',
1.6       bisitz    659: 
                    660:    ', and answers will be available on'
1.93      raeburn   661: => ', and answers will be available on',
1.6       bisitz    662: 
                    663:    "Select a"
1.93      raeburn   664: => "Select a",
1.6       bisitz    665: 
                    666:    'Part'
1.27      zhu       667: => '部分',
1.6       bisitz    668: 
                    669:    "Then"
1.93      raeburn   670: => 'Then',
1.6       bisitz    671: 
                    672:    'is in under construction'
1.93      raeburn   673: => 'is in under construction',
1.6       bisitz    674: 
                    675:    'List of possible answers'
1.93      raeburn   676: => 'List of possible answers',
1.6       bisitz    677: 
                    678:    'Found no analyzable parts in this problem, currently only Numerical, Formula and String response styles are supported.'
1.93      raeburn   679: => 'Found no analyzable parts in this problem, currently only Numerical, Formula and String response styles are supported.',
1.6       bisitz    680: 
1.32      bisitz    681:    'Response [_1] is not analyzable at this time'  #    'is not analyzable at this time'
1.96      raeburn   682: => 'Response [_1] is not analyzable at this time',  #   '目前没有可分析性',
1.6       bisitz    683: 
                    684:    'Title'
                    685: => '标题',
1.10      zhu       686: 
1.6       bisitz    687:    'Path'
1.93      raeburn   688: => 'Path',
1.6       bisitz    689: 
                    690:    'New Search'
1.9       zhu       691: => '重新搜索',
1.6       bisitz    692: 
                    693:    'Go Back'
                    694: => '后退',
                    695: 
                    696:    'Go back'
                    697: => '后退',
                    698: 
                    699:    'File'
                    700: => '文件',
                    701: 
                    702:    'Date'
                    703: => '日期',
                    704: 
                    705:    'You have no unread messages'
1.10      zhu       706: => '您没有未读邮件',
1.41      bisitz    707: 
1.10      zhu       708:    'New Message'
                    709: => '新邮件',
1.6       bisitz    710: 
                    711:    'New Messages'
1.10      zhu       712: => '新邮件',
1.6       bisitz    713: 
                    714:    'View All Messages'
1.10      zhu       715: => '查看所有邮件',
1.6       bisitz    716: 
                    717:    'Map'
1.10      zhu       718: => '课程内容',
1.6       bisitz    719: 
                    720:    'Page'
1.10      zhu       721: => '页',
1.6       bisitz    722: 
1.86      bisitz    723:    'Page:'
                    724: => '页:',
                    725: 
1.6       bisitz    726:    'Sequence'
1.10      zhu       727: => '顺序',
1.6       bisitz    728: 
                    729:    'Map contents are not shown in order.'
1.10      zhu       730: => '课程内容不排序显示。',
1.6       bisitz    731: 
                    732:    'Empty'
1.10      zhu       733: => '空的',
1.6       bisitz    734: 
                    735:    'File [_1] could not be copied.'
1.10      zhu       736: => '文件 [_1] 无法复制。',
1.6       bisitz    737: 
                    738:    'Back to Directory'
1.10      zhu       739: => '返回文件夹',
1.6       bisitz    740: 
                    741:    'No upload file specified.'
1.10      zhu       742: => '没有上传指定的文件。',
1.6       bisitz    743: 
                    744:    'The target is an existing directory.'
1.10      zhu       745: => '目标在一个现有的目录中。',
1.6       bisitz    746: 
                    747:    'Please use browser "Back" button and pick a filename'
1.93      raeburn   748: => 'Please use browser "Back" button and pick a filename',
1.6       bisitz    749: 
                    750:    "You do not have authoring privileges for this resource"
1.93      raeburn   751: => "You do not have authoring privileges for this resource",
1.6       bisitz    752: 
                    753:    'Copying file'
1.10      zhu       754: => '复制文件',
1.6       bisitz    755: 
                    756:    'No write permission to user directory, FAIL'
1.10      zhu       757: => '没有权限写入这个目录。中断',
1.6       bisitz    758: 
                    759:    'Actions'
1.43      bisitz    760: => '动作', # '行动',
1.6       bisitz    761: 
                    762:    'Name'
1.10      zhu       763: => '名字',
1.6       bisitz    764: 
                    765:    'Status'
1.10      zhu       766: => '状态',
1.6       bisitz    767: 
                    768:    'Last Modified'
1.10      zhu       769: => '最后修改',
1.6       bisitz    770: 
                    771:    'Yes'
1.10      zhu       772: => '是',
1.6       bisitz    773: 
                    774:    'Construction Space Directory'
1.10      zhu       775: => '建设目录',
1.6       bisitz    776: 
                    777:    'Contact [_1] for access.'
1.10      zhu       778: => '获取 [_1] 联系。',
1.6       bisitz    779: 
                    780:    'Please log into [_1] to edit.'
1.10      zhu       781: => '请登入 [_1] 进行修改。',
1.6       bisitz    782: 
                    783:    'Save uploaded file as [_1]'
1.10      zhu       784: => '保存上传的文件为 [_1]',
1.6       bisitz    785: 
                    786:    'Searching'
1.10      zhu       787: => '搜索',
1.6       bisitz    788: 
                    789:    'Searching ...'
1.10      zhu       790: => '搜索...',
1.6       bisitz    791: 
                    792:    'Owner:Domain'
1.10      zhu       793: => '所有者:域',
1.6       bisitz    794: 
                    795:    'Owner/Co-owner(s)'
1.10      zhu       796: => '所有者/合伙人',
1.6       bisitz    797: 
                    798:    'Select the Construction Space'
1.10      zhu       799: => '选择建设领域',
1.6       bisitz    800: 
                    801:    'It is recommended that you use an up-to-date virus scanner before handling this file.'
1.93      raeburn   802: => 'It is recommended that you use an up-to-date virus scanner before handling this file.',
1.6       bisitz    803: 
                    804:    'not displayed'
1.10      zhu       805: => '不显示',
1.6       bisitz    806: 
                    807:    "Open, no due date"
1.10      zhu       808: => "开放的,没有截止日期",
1.6       bisitz    809: 
                    810:    "Uncompleted Homework"
1.10      zhu       811: => "未完成家庭作业",
1.6       bisitz    812: 
                    813:    "Show Only Uncompleted Homework"
1.10      zhu       814: => "只显示未完成家庭作业",
1.6       bisitz    815: 
                    816:    "All homework is currently completed."
1.10      zhu       817: => "目前所有完成的功课。",
1.6       bisitz    818: 
                    819:    'This course is empty.'
1.10      zhu       820: => '这课程是空的。',
1.6       bisitz    821: 
                    822:    'Coursemap undefined.'
1.10      zhu       823: => '课程内容没有定义。',
1.6       bisitz    824: 
                    825:    "Was due"
1.10      zhu       826: => "截止于",
1.6       bisitz    827: 
                    828:    "Answer available"
1.10      zhu       829: => "答案可用",
1.6       bisitz    830: 
                    831:    "Excused by instructor"
1.10      zhu       832: => "由讲师通过",
1.6       bisitz    833: 
                    834:    "Answer submitted, not yet graded"
1.10      zhu       835: => "提交答案,尚未评分",
1.6       bisitz    836: 
                    837:    "No due date"
1.10      zhu       838: => "没有截止日期",
1.6       bisitz    839: 
                    840:    'never'
1.10      zhu       841: => '从来不',
1.6       bisitz    842: 
                    843:    'Answer submitted'
1.10      zhu       844: => '提交答案',
1.6       bisitz    845: 
                    846:    '[_1] of [_2] tries used'
1.10      zhu       847: => '[_1] 的 [_2] 尝试使用',
1.6       bisitz    848: 
                    849:    'Processing'
1.18      zhu       850: => '数据处理',
1.6       bisitz    851: 
                    852:    'Access and Usage Statistics'
1.18      zhu       853: => '访问和使用统计',
1.6       bisitz    854: 
                    855:    'Evaluation Comments'
1.18      zhu       856: => '评价评论',
1.6       bisitz    857: 
                    858:    'Evaluation Data'
1.18      zhu       859: => '评价数据',
1.6       bisitz    860: 
                    861:    'Server Administration'
1.18      zhu       862: => '服务器管理',
1.6       bisitz    863: 
                    864:    'System Administration'
1.18      zhu       865: => '系统管理',
1.6       bisitz    866: 
                    867:    'Users with Roles Assigned by'
1.93      raeburn   868: => 'Users with Roles Assigned by',
1.6       bisitz    869: 
                    870:    'Name starting with'
1.70      zhu       871: => '从开头',
1.6       bisitz    872: 
                    873:    'This resource has been marked obsolete by the author(s)'
1.93      raeburn   874: => 'This resource has been marked obsolete by the author(s)',
1.6       bisitz    875: 
1.19      zhu       876:    'Upload'
                    877: => '上传',
                    878: 
1.6       bisitz    879:    'Uploaded'
1.19      zhu       880: => '已上传',
1.6       bisitz    881: 
                    882:    'Dynamic Metadata'
1.19      zhu       883: => '动态数据',
1.6       bisitz    884: 
                    885:    'View file'
1.10      zhu       886: => '查看文件',
1.6       bisitz    887: 
                    888:    'Illegal filename.'
1.10      zhu       889: => '无效的文件名。',
1.6       bisitz    890: 
                    891:    'Rule'
1.10      zhu       892: => '规则',
1.6       bisitz    893: 
                    894:    'Back to Source Directory'
1.10      zhu       895: => '回到源目录',
1.6       bisitz    896: 
                    897:    'Back to Source'
1.10      zhu       898: => '回到源文件',
1.6       bisitz    899: 
1.75      bisitz    900:    'Back to Resource'
1.93      raeburn   901: => 'Back to Resource', # '回到资源',
1.75      bisitz    902: 
1.6       bisitz    903:    'File copied.'
1.10      zhu       904: => '档案复制。',
1.6       bisitz    905: 
                    906:    'FAIL'
1.10      zhu       907: => '中断',
1.6       bisitz    908: 
                    909:    'Back to [_1]'
1.10      zhu       910: => '回到 [_1]',
1.6       bisitz    911: 
                    912:    'untitled'
1.10      zhu       913: => '无标题',
1.6       bisitz    914: 
                    915:    'The extension on this file, [_1], is reserved internally by LON-CAPA.'
1.93      raeburn   916: => 'The extension on this file, [_1], is reserved internally by LON-CAPA.',
1.6       bisitz    917: 
                    918:    'The extension on this file is reserved internally by LON-CAPA.'
1.96      raeburn   919: => 'The extension on this file is reserved internally by LON-CAPA.',
1.6       bisitz    920: 
                    921:    'The extension on this file, [_1], is not recognized by LON-CAPA.'
1.99      raeburn   922: => 'The extension on this file, [_1], is not recognized by LON-CAPA.',
1.6       bisitz    923: 
                    924:    'The extension on this file is not recognized by LON-CAPA.'
1.93      raeburn   925: => 'The extension on this file is not recognized by LON-CAPA.',
1.6       bisitz    926: 
                    927:    'Please change the extension.'
1.93      raeburn   928: => 'Please change the extension.',
1.6       bisitz    929: 
                    930:    'Became this version on ...'
1.93      raeburn   931: => 'Became this version on ...',
1.6       bisitz    932: 
                    933:    'Browse published resources'
                    934: => '发布资源',
                    935: 
                    936:    'Choose the course to work on'
1.9       zhu       937: => '选择您想要选的课程',
1.6       bisitz    938: 
                    939:    'Create a new course'
                    940: => '创建课程',
                    941: 
1.79      bisitz    942:    'Customized right of use ...'
1.93      raeburn   943: => 'Customized right of use ...',
1.6       bisitz    944: 
                    945:    'Delete messages from bulletin boards'
1.93      raeburn   946: => 'Delete messages from bulletin boards',
1.6       bisitz    947: 
                    948:    'Domain only - use limited to courses in the domain'
1.93      raeburn   949: => 'Domain only - use limited to courses in the domain',
1.6       bisitz    950: 
                    951:    'Edit and view documents included in this course'
1.26      zhu       952: => '布置课程内容',
1.6       bisitz    953: 
                    954:    'Edit/Modify DOCS'
                    955: => '布置课程内容',
                    956: 
                    957:    'Enter my construction space'
                    958: # => 'Konstruktionsbereich aufrufen',
1.93      raeburn   959: => 'Enter my construction space',
1.6       bisitz    960: 
                    961:    'Failed to copy source'
1.93      raeburn   962: => 'Failed to copy source',
1.6       bisitz    963: 
                    964:    'Failed to write metadata copy'
1.93      raeburn   965: => 'Failed to write metadata copy',
1.6       bisitz    966: 
                    967:    'Finalize Publication'
1.93      raeburn   968: => 'Finalize Publication',
1.6       bisitz    969: 
                    970:    'Grant/revoke role of Co-Author'
1.93      raeburn   971: => 'Grant/revoke role of Co-Author',
1.6       bisitz    972: 
                    973:    'Grant/revoke role of Domain Coordinator'
1.93      raeburn   974: => 'Grant/revoke role of Domain Coordinator',
1.6       bisitz    975: 
                    976:    'Grant/revoke role of Exam Proctor'
1.93      raeburn   977: => 'Grant/revoke role of Exam Proctor',
1.6       bisitz    978: 
                    979:    'Grant/revoke role of Instructor'
1.93      raeburn   980: => 'Grant/revoke role of Instructor',
1.6       bisitz    981: 
                    982:    'Grant/revoke role of Student'
1.93      raeburn   983: => 'Grant/revoke role of Student',
1.6       bisitz    984: 
                    985:    'Grant/revoke role of Superuser'
1.93      raeburn   986: => 'Grant/revoke role of Superuser',
1.6       bisitz    987: 
                    988:    'No previous versions published.'
1.93      raeburn   989: => 'No previous versions published.',
1.6       bisitz    990: 
                    991:    'No write permission to'
1.93      raeburn   992: => 'No write permission to',
1.6       bisitz    993: 
                    994:    'Please pick a version to retrieve:'
1.93      raeburn   995: => 'Please pick a version to retrieve:',
1.6       bisitz    996: 
                    997:    'Private - visible to author only for testing purposes'
1.93      raeburn   998: => 'Private - visible to author only for testing purposes',
1.6       bisitz    999: 
                   1000: #   'Private Publication - did not synchronize database'
1.98      bisitz   1001: #=> 'Private Publication - did not synchronize database',
1.6       bisitz   1002: 
                   1003:    'Public - no authentication or authorization required for use'
1.93      raeburn  1004: => 'Public - no authentication or authorization required for use',
1.6       bisitz   1005: 
                   1006:    'Retrieval of an old version will overwrite the file currently in construction space.'
1.93      raeburn  1007: => 'Retrieval of an old version will overwrite the file currently in construction space.',
1.6       bisitz   1008: 
1.75      bisitz   1009:    'Retrieve selected Version'
1.93      raeburn  1010: => 'Retrieve selected Version',
1.75      bisitz   1011: 
                   1012:    'Retrieve previous version'
1.93      raeburn  1013: => 'Retrieve previous version',
1.75      bisitz   1014: 
1.6       bisitz   1015:    'Retrieve previous versions of [_1]'
1.93      raeburn  1016: => 'Retrieve previous versions of [_1]',
1.6       bisitz   1017: 
                   1018:    'Search the contents of this course'
1.18      zhu      1019: => '课程内容搜索',
1.6       bisitz   1020: 
                   1021:    'Search the database of published resources and accessible portfolio files'
                   1022: => '搜索数据库资源和文件夹',
                   1023: 
                   1024:    'Send broadcast and receipt-required email'
1.93      raeburn  1025: => 'Send broadcast and receipt-required email',
1.6       bisitz   1026: 
                   1027:    'Show Problem Completeness'
1.93      raeburn  1028: => 'Show Problem Completeness',
1.6       bisitz   1029: 
                   1030:    'Switch to another course'
1.93      raeburn  1031: => 'Switch to another course',
1.6       bisitz   1032: 
                   1033:    'System wide - can be used for any courses system wide'
1.18      zhu      1034: => '全系统-可用于全系统任何课程',
1.6       bisitz   1035: 
                   1036:    'The extension on this file'
1.93      raeburn  1037: => 'The extension on this file',
1.6       bisitz   1038: 
                   1039:    'Unsupported character combination [_1] in filename, FAIL.'
1.96      raeburn  1040: => 'Unsupported character combination [_1] in filename, FAIL.',
1.6       bisitz   1041: 
                   1042:    'No valid extension found in filename, FAIL'
1.99      raeburn  1043: => 'No valid extension found in filename, FAIL',
1.6       bisitz   1044: 
1.32      bisitz   1045:    'Filename of resource contains internal version number. Cannot publish such resources, FAIL'
1.93      raeburn  1046: => 'Filename of resource contains internal version number. Cannot publish such resources, FAIL',
1.6       bisitz   1047: 
                   1048:    'No valid custom distribution rights file specified, FAIL'
1.93      raeburn  1049: => 'No valid custom distribution rights file specified, FAIL',
1.6       bisitz   1050: 
                   1051:    'Could not write metadata, FAIL'
1.93      raeburn  1052: => 'Could not write metadata, FAIL',
1.6       bisitz   1053: 
                   1054:    'View documents included in this course'
                   1055: => '附加的课程文件',
                   1056: 
                   1057:    'Additional Keywords'
1.18      zhu      1058: => '其他关键字',
1.6       bisitz   1059: 
                   1060:    'Additional Metadata (non-standard, parameters, exports)'
1.18      zhu      1061: => '其他元数据 (没有标准化,参数,导出)',
1.6       bisitz   1062: 
                   1063:    'Author and Co-Author roles may not be available on servers other than your home server.'
1.18      zhu      1064: => '作者和共同作者的角色可能无法使用服务器上以外的其他家庭服务器。',
1.6       bisitz   1065: 
                   1066:    'Author(s)'
1.13      zhu      1067: => '作者',
1.6       bisitz   1068: 
                   1069:    'Average number of tries till solved'
1.18      zhu      1070: => '平均人数,尝试成功解答的',
1.6       bisitz   1071: 
                   1072:    'Browse Resources'
1.18      zhu      1073: => '浏览资源',
1.6       bisitz   1074: 
                   1075:    'Catalog Information'
1.18      zhu      1076: => '目录信息',
1.6       bisitz   1077: 
                   1078:    'Collapse Remote Control'
1.18      zhu      1079: => '禁用远程控制',
1.6       bisitz   1080: 
                   1081:    'Construction Space'
1.93      raeburn  1082: => 'Construction Space',
1.6       bisitz   1083: 
                   1084:    'Copied metadata'
1.18      zhu      1085: => '复制元数据',
1.6       bisitz   1086: 
                   1087:    'Copied source file'
1.18      zhu      1088: => '复制源文件',
1.6       bisitz   1089: 
                   1090:    'Copyright/Distribution'
1.18      zhu      1091: => '版权/权限',
1.6       bisitz   1092: 
                   1093:    'Copyright/Distribution:'
1.18      zhu      1094: => '版权/权限:',
1.6       bisitz   1095: 
                   1096:    'Course Documents'
                   1097: => '课程文件',
                   1098: 
                   1099:    'Creation Date'
1.18      zhu      1100: => '创建日期',
1.6       bisitz   1101: 
                   1102:    'Custom Distribution File'
1.18      zhu      1103: => '自定义文件访问权限',
1.6       bisitz   1104: 
                   1105:    'Degree of difficulty'
1.18      zhu      1106: => '难度',
1.6       bisitz   1107: 
                   1108:    'Dump Course DOCS to Construction Space'
1.93      raeburn  1109: => 'Dump Course DOCS to Construction Space',
1.6       bisitz   1110: 
                   1111:    'Dump Course DOCS to Construction Space: available on other servers'
1.93      raeburn  1112: => 'Dump Course DOCS to Construction Space: available on other servers',
1.6       bisitz   1113: 
                   1114:    'Entering course ...'
1.9       zhu      1115: => '进入课程...',
1.6       bisitz   1116: 
                   1117:    'Exam Information'
1.12      zhu      1118: => '考试信息',
1.6       bisitz   1119: 
                   1120:    'External Resource'
                   1121: => '外部资源',
                   1122: 
                   1123:    'Generate new role ...'
1.12      zhu      1124: => '创建新的角色...',
1.6       bisitz   1125: 
                   1126:    'Go to the next resource in the course sequence'
1.26      zhu      1127: => '前进',
1.6       bisitz   1128: 
                   1129:    'Go to the previous resource in the course sequence'
1.26      zhu      1130: => '后退',
1.6       bisitz   1131: 
                   1132:    'Import a published document'
1.12      zhu      1133: => '导入出版文件',
1.6       bisitz   1134: 
                   1135:    'Keyword(s)'
1.12      zhu      1136: => '密码',
1.6       bisitz   1137: 
                   1138:    'Logged Out'
1.9       zhu      1139: => '登出',
1.6       bisitz   1140: 
                   1141:    'MIME Type'
1.12      zhu      1142: => 'MIME类型',
1.6       bisitz   1143: 
                   1144:    'Make notes and annotations about this resource'
1.26      zhu      1145: => '备忘录',
1.6       bisitz   1146: 
                   1147:    'The material is covered with sufficient depth'
1.18      zhu      1148: => '这些主题包含有足够的难度',
1.6       bisitz   1149: 
                   1150:    'Metadata Information'
1.12      zhu      1151: => '元数据信息',
1.6       bisitz   1152: 
                   1153:    'My Personal Info'
                   1154: => '我的个人网页',
                   1155: 
                   1156:    'Network-wide number of accesses (hits)'
1.18      zhu      1157: => '网络的访问数量(“点击”)',
1.6       bisitz   1158: 
                   1159:    'Network-wide number of courses using resource'
1.18      zhu      1160: => '使用该课程资源的访问数量',
1.6       bisitz   1161: 
                   1162:    'Number of resources that follow this resource in maps'
1.18      zhu      1163: => '该资源目录汇编之后的访问数量',
1.6       bisitz   1164: 
                   1165:    'Number of resources that lead up to this resource in maps'
1.18      zhu      1166: => '该资源目录汇编之前的访问数量',
1.6       bisitz   1167: 
                   1168:    'Number of resources using or importing resource'
1.18      zhu      1169: => '资源数量的使用或导入',
1.6       bisitz   1170: 
                   1171:    'Obsolete'
1.18      zhu      1172: => '过时的',
1.6       bisitz   1173: 
                   1174:    'Parent Directory'
1.18      zhu      1175: => '父目录',
1.6       bisitz   1176: 
                   1177:    'Project Information'
1.18      zhu      1178: => '项目信息',
1.6       bisitz   1179: 
                   1180:    'Publisher/Owner'
1.13      zhu      1181: => '出版社/所有人',
1.6       bisitz   1182: 
                   1183:    'Publishing'
1.13      zhu      1184: => '出版物:',
1.6       bisitz   1185: 
                   1186:    'Publishing [_1]'
1.13      zhu      1187: => '出版物: [_1]',
1.6       bisitz   1188: 
                   1189:    'Resource Details'
1.93      raeburn  1190: => 'Resource Details',
1.6       bisitz   1191: 
                   1192:    'Link to Resource'
1.93      raeburn  1193: => 'Link to Resource',
1.6       bisitz   1194: 
                   1195:    'Searching for your resource will be based on the following metadata. Please provide as much data as possible.'
1.93      raeburn  1196: => 'Searching for your resource will be based on the following metadata. Please provide as much data as possible.',
1.6       bisitz   1197: 
                   1198:    'Resource Publication'
1.93      raeburn  1199: => 'Resource Publication',
1.6       bisitz   1200: 
                   1201:    'Resource is technically correct'
1.93      raeburn  1202: => 'Resource is technically correct',
1.6       bisitz   1203: 
                   1204:    'Score Upload Form'
                   1205: => '分数上传表单',
                   1206: 
                   1207:    'Select Map'
                   1208: => '选择内容列表',
                   1209: 
                   1210:    'Load Map'
1.26      zhu      1211: => '上传',
1.6       bisitz   1212: 
                   1213:    'Set a bookmark for this resource'
1.26      zhu      1214: => '设定书签',
1.6       bisitz   1215: 
                   1216:    'Show all roles'
                   1217: => '显示所有角色',
                   1218: 
                   1219:    'Subject'
1.10      zhu      1220: => '主题',
1.6       bisitz   1221: 
                   1222:    'Successful Login'
1.9       zhu      1223: => '登录成功',
1.6       bisitz   1224: 
                   1225:    'Suggested Replacement for Obsolete File'
1.18      zhu      1226: => '建议更换过时文件',
1.6       bisitz   1227: 
                   1228:    'Switching Role'
                   1229: => '更换角色',
                   1230: 
                   1231:    'Target'
1.18      zhu      1232: => '目标',
1.6       bisitz   1233: 
1.37      bisitz   1234:    'This syllabus can be publicly viewed at [_1]'
1.63      zhu      1235: => '此课程可公开浏览: [_1]',
1.37      bisitz   1236: 
                   1237:    'Instead of using this template you can specify an external URL as Syllabus in the [_1]Course Parameters[_2].'
1.63      zhu      1238: => '如果不使用此模板,您可以在[_1]课程参数[_2]指定外部网址作为课程摘要。',
1.6       bisitz   1239: 
                   1240:    'Total number of students who have worked on this problem'
1.63      zhu      1241: => '回答该问题的学生总数',
1.6       bisitz   1242: 
                   1243:    'URLs To Include in Syllabus'
1.63      zhu      1244: => '网址,包括教学大纲',
1.6       bisitz   1245: 
                   1246:    'Upload a new main course document'
                   1247: => '外部文件',
                   1248: 
                   1249:    'Upload a new supplemental course document'
                   1250: => '附加的课程文件',
                   1251: 
                   1252:    'User'
                   1253: => '用户',
                   1254: 
                   1255:    'Wrote Metadata'
1.93      raeburn  1256: => 'Wrote Metadata',
1.6       bisitz   1257: 
                   1258:    'Your home server is '
1.93      raeburn  1259: => 'Your home server is ',
1.6       bisitz   1260: 
                   1261:    'anno-'
1.93      raeburn  1262: => 'anno-',
1.6       bisitz   1263: 
                   1264:    'announce'
1.93      raeburn  1265: => 'announce',
1.6       bisitz   1266: 
                   1267:    'bookmark'
1.93      raeburn  1268: => 'bookmark',
1.6       bisitz   1269: 
                   1270:    'chart'
1.93      raeburn  1271: => 'chart',
1.6       bisitz   1272: 
                   1273:    'chat'
1.12      zhu      1274: => '聊天室',
1.6       bisitz   1275: 
                   1276:    'close this window'
1.93      raeburn  1277: => 'close this window',
1.6       bisitz   1278: 
                   1279:    'con-'
                   1280: => 'con-',
                   1281: 
                   1282:    'docs'
1.93      raeburn  1283: => 'docs',
1.6       bisitz   1284: 
                   1285:    'exit'
                   1286: => '退出',
                   1287: 
                   1288:    'fas'
                   1289: => 'fas',
                   1290: 
                   1291:    'library'
1.93      raeburn  1292: => 'library',
1.6       bisitz   1293: 
                   1294:    'log in again'
1.93      raeburn  1295: => 'log in again',
1.6       bisitz   1296: 
                   1297:    'my'
1.93      raeburn  1298: => 'my',
1.6       bisitz   1299: 
                   1300:    'or'
1.93      raeburn  1301: => 'or',
1.6       bisitz   1302: 
                   1303:    'Or'
1.93      raeburn  1304: => 'Or',
1.6       bisitz   1305: 
                   1306:    'prepare'
1.93      raeburn  1307: => 'prepare',
1.6       bisitz   1308: 
                   1309:    'printout'
1.93      raeburn  1310: => 'printout',
1.6       bisitz   1311: 
                   1312:    'resource'
1.93      raeburn  1313: => 'resource',
1.6       bisitz   1314: 
                   1315:    'roles'
                   1316: => '角色',
                   1317: 
                   1318:    'search'
                   1319: => '查找',
                   1320: 
                   1321:    'set'
1.93      raeburn  1322: => 'set',
1.6       bisitz   1323: 
                   1324:    'space'
1.10      zhu      1325: => '领域',
1.6       bisitz   1326: 
                   1327:    'stats'
1.93      raeburn  1328: => 'stats',
1.6       bisitz   1329: 
                   1330:    'struct'
1.93      raeburn  1331: => 'struct',
1.6       bisitz   1332: 
                   1333:    'switch'
1.93      raeburn  1334: => 'switch',
1.6       bisitz   1335: 
                   1336:    'tations'
1.93      raeburn  1337: => 'tations',
1.6       bisitz   1338: 
                   1339:    'updated periodically'
1.12      zhu      1340: => '定期更新',
1.6       bisitz   1341: 
                   1342:    'user'
1.12      zhu      1343: => '用户',
1.6       bisitz   1344: 
                   1345:    'visible to author and co-authors only'
1.12      zhu      1346: => '只有作者和共同作者可见',
1.6       bisitz   1347: 
                   1348:    'All versions'
1.12      zhu      1349: => '所有版本',
1.6       bisitz   1350: 
                   1351:    'Default Metadata for Directory [_1]'
1.12      zhu      1352: => '默认元数据目录 [_1]',
1.6       bisitz   1353: 
                   1354:    'Error Messages'
1.12      zhu      1355: => '错误信息',
1.6       bisitz   1356: 
                   1357:    'Save Catalog Information'
1.12      zhu      1358: => '保存目录信息',
1.6       bisitz   1359: 
                   1360:    'Update Display'
1.12      zhu      1361: => '更新显示',
1.6       bisitz   1362: 
                   1363:    'Content changed'
1.12      zhu      1364: => '内容变化',
1.6       bisitz   1365: 
                   1366:    'Differences'
1.12      zhu      1367: => '差异',
1.6       bisitz   1368: 
                   1369:    'Last Week'
1.12      zhu      1370: => '上周',
1.6       bisitz   1371: 
                   1372:    'Modification Date'
1.12      zhu      1373: => '修改日期',
1.6       bisitz   1374: 
                   1375:    'Since Start of Course'
1.12      zhu      1376: => '从启动课程起',
1.6       bisitz   1377: 
                   1378:    'Since Yesterday'
1.12      zhu      1379: => '从昨天起',
1.6       bisitz   1380: 
                   1381:    'Verify Course Documents'
1.12      zhu      1382: => '验证课程文件',
1.6       bisitz   1383: 
                   1384:    'Version'
1.12      zhu      1385: => '版本',
1.6       bisitz   1386: 
                   1387:    'access denied'
1.12      zhu      1388: => '拒绝访问',
1.6       bisitz   1389: 
                   1390:    'connection down'
1.93      raeburn  1391: => 'connection down',
1.6       bisitz   1392: 
                   1393:    'during the last'
1.93      raeburn  1394: => 'during the last',
1.6       bisitz   1395: 
                   1396:    'not found'
1.93      raeburn  1397: => 'not found',
1.6       bisitz   1398: 
                   1399:    'warning(s)'
1.93      raeburn  1400: => 'warning(s)',
1.6       bisitz   1401: 
                   1402:    '[quant,_1,warning]'
1.93      raeburn  1403: => '[quant,_1,warning]',
1.6       bisitz   1404: 
                   1405:    'Advanced Catalog Search'
1.93      raeburn  1406: => 'Advanced Catalog Search',
1.6       bisitz   1407: 
                   1408:    'Advanced Search'
1.13      zhu      1409: => '高级搜索',
1.6       bisitz   1410: 
                   1411:    'Any Language'
1.13      zhu      1412: => '任何语言',
1.6       bisitz   1413: 
                   1414:    'Any category'
1.13      zhu      1415: => '任何类别',
1.6       bisitz   1416: 
                   1417:    'Any copyright/distribution'
1.13      zhu      1418: => '任何版权/访问权限',
1.6       bisitz   1419: 
                   1420:    'Broadcast Message to Course'
1.93      raeburn  1421: => '发送广播消息',
1.6       bisitz   1422: 
                   1423:    "Click to download or use your browser's Save Link function"
1.93      raeburn  1424: => "Click to download or use your browser's Save Link function",
1.6       bisitz   1425: 
                   1426:    'Close'
1.13      zhu      1427: => '关闭',
1.6       bisitz   1428: 
                   1429:    'Compact View'
1.13      zhu      1430: => '简洁视图',
1.6       bisitz   1431: 
                   1432:    'Detailed Citation View'
1.13      zhu      1433: => '查看详细引文',
1.6       bisitz   1434: 
                   1435:    'Distribute Messages from Uploaded File to Course'
1.93      raeburn  1436: => 'Distribute Messages from Uploaded File to Course',
1.6       bisitz   1437: 
                   1438:    'Edit Catalog Information'
1.18      zhu      1439: => '编辑目录信息',
1.6       bisitz   1440: 
                   1441:    'Edit Content of a Map'
1.93      raeburn  1442: => 'Edit Content of a Map',
1.6       bisitz   1443: 
                   1444:    'Edit Directory Catalog Information'
1.18      zhu      1445: => '编辑目录信息分类',
1.6       bisitz   1446: 
                   1447:    'Evaluate Resource'
1.18      zhu      1448: => '评估此资源',
1.6       bisitz   1449: 
                   1450:    'Failed Access to Construction Space'
1.93      raeburn  1451: => 'Failed Access to Construction Space',
1.6       bisitz   1452: 
                   1453:    'Fielded Format'
1.18      zhu      1454: => '字段格式',
1.6       bisitz   1455: 
                   1456:    'File Category'
1.13      zhu      1457: => '文件分类',
1.6       bisitz   1458: 
                   1459:    'Force publication of unmodified files'
1.93      raeburn  1460: => 'Force publication of unmodified files',
1.6       bisitz   1461: 
                   1462:    'Keywords'
1.18      zhu      1463: => '关键词',
1.6       bisitz   1464: 
                   1465:    'Last access'
1.18      zhu      1466: => '上次访问',
1.6       bisitz   1467: 
                   1468:    'Last modified'
1.18      zhu      1469: => '最后修改',
1.6       bisitz   1470: 
                   1471:    'Limit by copyright/distribution'
1.18      zhu      1472: => '受版权/访问权限限制',
1.6       bisitz   1473: 
                   1474:    'Limit by language'
1.18      zhu      1475: => '受语言限制',
1.6       bisitz   1476: 
                   1477:    'Open'
1.27      zhu      1478: => '打开',
1.6       bisitz   1479: 
                   1480:    'Per Page'
1.18      zhu      1481: => '每页',
1.6       bisitz   1482: 
                   1483:    'Printing Helper'
1.18      zhu      1484: => '打印助手',
1.6       bisitz   1485: 
                   1486:    'Provide feedback messages or contribute to the course discussion about this resource'
1.93      raeburn  1487: => '反馈意见或讨论',
1.6       bisitz   1488: 
                   1489:    'Provide my evaluation of this resource'
1.93      raeburn  1490: => '对此资源给出我的评价',
1.6       bisitz   1491: 
                   1492:    'Publish'
1.10      zhu      1493: => '发布',
1.6       bisitz   1494: 
                   1495:    'Publish Directory'
1.10      zhu      1496: => '发布目录',
1.6       bisitz   1497: 
                   1498:    'Publish Directory and Sub Directories'
1.18      zhu      1499: => '发布目录和子目录',
1.6       bisitz   1500: 
                   1501:    'Related'
1.18      zhu      1502: => '相关的',
1.6       bisitz   1503: 
                   1504:    'Resource Feedback and Discussion'
1.18      zhu      1505: => '资源的反馈和讨论',
1.6       bisitz   1506: 
                   1507:    'Search Complete'
1.18      zhu      1508: => '搜索完成',
1.6       bisitz   1509: 
                   1510:    'Send Message to User(s)'
1.93      raeburn  1511: => '发送讯息到用户',
1.6       bisitz   1512: 
                   1513:    'Show catalog information'
1.93      raeburn  1514: => '查看目录信息',
1.6       bisitz   1515: 
1.56      zhu      1516:    'Show Metadata'
1.93      raeburn  1517: => '查看元数据',
1.56      zhu      1518: 
1.6       bisitz   1519:    'Show resource'
1.22      zhu      1520: => '查看资源',
1.6       bisitz   1521: 
                   1522:    'Statistics'
1.18      zhu      1523: => '统计',
1.6       bisitz   1524: 
                   1525:    'Summary View'
1.13      zhu      1526: => '概要',
1.6       bisitz   1527: 
1.72      bisitz   1528:    'There are currently no results.'
                   1529: => '目前没有任何结果。',
1.6       bisitz   1530: 
                   1531:    'Search: '
1.18      zhu      1532: => '搜索: ',
1.6       bisitz   1533: 
                   1534:    'URL'
                   1535: => 'URL',
                   1536: 
                   1537:    'Unpublished'
1.18      zhu      1538: => '未发行的',
1.6       bisitz   1539: 
                   1540:    'Up'
1.93      raeburn  1541: => 'Up',
1.6       bisitz   1542: 
                   1543:    'View'
1.27      zhu      1544: => '查看',
1.6       bisitz   1545: 
                   1546:    'View Critical Messages'
1.22      zhu      1547: => '浏览重要讯息',
1.6       bisitz   1548: 
                   1549:    'Words'
1.22      zhu      1550: => '词',
1.6       bisitz   1551: 
                   1552:    'XML/SGML'
                   1553: => 'XML/SGML',
                   1554: 
                   1555:    'abstract'
1.93      raeburn  1556: => 'abstract',
1.6       bisitz   1557: 
                   1558:    'audio'
1.22      zhu      1559: => '音频',
1.6       bisitz   1560: 
                   1561:    'author'
1.13      zhu      1562: => '作者',
1.6       bisitz   1563: 
                   1564:    'catalog'
1.18      zhu      1565: => '目录',
1.6       bisitz   1566: 
                   1567:    'copyright'
1.18      zhu      1568: => '版权',
1.6       bisitz   1569: 
                   1570:    'directory'
1.10      zhu      1571: => '文件夹',
1.6       bisitz   1572: 
                   1573:    'discuss'
1.93      raeburn  1574: => 'discuss',
1.6       bisitz   1575: 
                   1576:    'evaluate'
1.10      zhu      1577: => '评价',
1.6       bisitz   1578: 
                   1579:    'feedback'
1.10      zhu      1580: => '反馈',
1.6       bisitz   1581: 
                   1582:    'keywords'
1.10      zhu      1583: => '关键词',
1.6       bisitz   1584: 
                   1585:    'language'
1.10      zhu      1586: => '语言',
1.6       bisitz   1587: 
                   1588:    'movies'
1.10      zhu      1589: => '电影',
1.6       bisitz   1590: 
                   1591:    'notes'
1.10      zhu      1592: => '注释',
1.6       bisitz   1593: 
                   1594:    'obsolete'
1.10      zhu      1595: => '过时的',
1.6       bisitz   1596: 
                   1597:    'pages'
1.10      zhu      1598: => '页',
1.6       bisitz   1599: 
                   1600:    'pictures'
1.10      zhu      1601: => '图片',
1.6       bisitz   1602: 
                   1603:    'problem'
1.10      zhu      1604: => '任务',
1.6       bisitz   1605: 
                   1606:    'resources'
1.10      zhu      1607: => '资源',
1.6       bisitz   1608: 
                   1609:    'sequence'
1.10      zhu      1610: => '顺序',
1.6       bisitz   1611: 
1.19      zhu      1612:    'subject: '
1.10      zhu      1613: => '主题',
1.6       bisitz   1614: 
                   1615:    'this'
1.10      zhu      1616: => '这个',
1.6       bisitz   1617: 
                   1618:    'title'
1.10      zhu      1619: => '标题',
1.6       bisitz   1620: 
                   1621:    'About Me'
                   1622: => '关于我',
                   1623: 
                   1624:    'Bulletin Board/Discussion'
1.93      raeburn  1625: => 'Bulletin Board/Discussion',
1.6       bisitz   1626: 
                   1627:    'Clear All'
1.10      zhu      1628: => '全部清除',
1.6       bisitz   1629: 
                   1630:    'Close All Folders'
1.10      zhu      1631: => '关闭所有文件夹',
1.6       bisitz   1632: 
                   1633:    'Construction Space File Operation'
1.93      raeburn  1634: => 'Construction Space File Operation',
1.6       bisitz   1635: 
                   1636:    'Contact Information'
                   1637: => '联系信息',
                   1638: 
                   1639:    'Contact'
                   1640: => '联系我',
                   1641: 
                   1642:    'Copied old metadata'
1.10      zhu      1643: => '复制旧数据',
1.6       bisitz   1644: 
                   1645:    'Failed to write old metadata copy'
1.93      raeburn  1646: => 'Failed to write old metadata copy',
1.6       bisitz   1647: 
                   1648:    'Copied old target file'
1.10      zhu      1649: => '复制旧的目标文件',
1.6       bisitz   1650: 
                   1651:    'Failed to copy old target'
1.93      raeburn  1652: => 'Failed to copy old target',
1.6       bisitz   1653: 
1.39      bisitz   1654:    'Created directory [_1]'
1.93      raeburn  1655: => 'Created directory [_1]',
1.6       bisitz   1656: 
                   1657:    'Copyright'
                   1658: => '版权',
                   1659: 
                   1660:    'Could Not Process Request'
1.10      zhu      1661: => '命令无法执行',
1.6       bisitz   1662: 
                   1663:    'Default'
1.9       zhu      1664: => '默认设置',
1.6       bisitz   1665: 
                   1666:    'Discard Selected'
1.93      raeburn  1667: => 'Discard Selected',
1.6       bisitz   1668: 
                   1669:    'EMail and Messages'
1.10      zhu      1670: => '电子邮件和信息',
1.6       bisitz   1671: 
                   1672:    'Edit this resource'
1.93      raeburn  1673: => '编辑此资源',
1.6       bisitz   1674: 
                   1675:    'Enter construction space as co-author'
1.93      raeburn  1676: => 'Enter construction space as co-author',
1.6       bisitz   1677: 
                   1678:    'Enter construction space as a co-author'
1.93      raeburn  1679: => 'Enter construction space as a co-author',
1.6       bisitz   1680: 
                   1681:    'Enter construction space as assistant co-author'
1.93      raeburn  1682: => 'Enter construction space as assistant co-author',
1.6       bisitz   1683: 
                   1684:    'Host'
1.10      zhu      1685: => '计算',
1.6       bisitz   1686: 
                   1687:    'Last updated'
                   1688: => '最后更新',
                   1689: 
                   1690:    'Mime type'
1.10      zhu      1691: => 'MIME 类型',
1.6       bisitz   1692: 
                   1693:    'Modified'
1.10      zhu      1694: => '修改过的',
1.6       bisitz   1695: 
                   1696:    'Modify deadlines, etc, for this assessment resource'
1.27      zhu      1697: => '为这项评估资源修改期限等',
1.6       bisitz   1698: 
                   1699:    'Modify user grades for this assessment resource'
1.93      raeburn  1700: => '手动评估',
1.6       bisitz   1701: 
                   1702:    'View user submissions for this assessment resource'
1.93      raeburn  1703: => 'View user submissions for this assessment resource',
1.6       bisitz   1704: 
                   1705:    'Move Down'
1.27      zhu      1706: => '下移',
1.6       bisitz   1707: 
                   1708:    'Move Up'
1.27      zhu      1709: => '上移',
1.6       bisitz   1710: 
                   1711:    'New Title'
1.22      zhu      1712: => '新标题',
1.6       bisitz   1713: 
                   1714:    'Open All Folders'
1.27      zhu      1715: => '打开所有文件夹',
1.6       bisitz   1716: 
                   1717:    'Owner/Publisher'
1.27      zhu      1718: => '所有者/出版社',
1.6       bisitz   1719: 
1.22      zhu      1720:    'Personal Information Page'
                   1721: => '个人资料页面',
                   1722: 
1.6       bisitz   1723:    'Personal Information'
                   1724: => '个人信息',
                   1725: 
1.30      bisitz   1726:    'Privacy Note:'
                   1727: => '注意隐私:',
1.6       bisitz   1728: 
                   1729:    'Published'
1.27      zhu      1730: => '出版的',
1.6       bisitz   1731: 
                   1732:    'Reading results from'
1.93      raeburn  1733: => 'Reading results from',
1.6       bisitz   1734: 
                   1735:    'Retrieve'
1.57      zhu      1736: => '恢复',
1.6       bisitz   1737: 
                   1738:    'Revert to Last Saved'
1.93      raeburn  1739: => 'Revert to Last Saved',
1.6       bisitz   1740: 
                   1741:    'Revision Date'
1.93      raeburn  1742: => 'Revision Date',
1.6       bisitz   1743: 
                   1744:    'Shared by course faculty and staff'
                   1745: => '共同管理人员和工作人员',
                   1746: 
                   1747:    'Synchronized SQL metadata database'
1.93      raeburn  1748: => 'Synchronized SQL metadata database',
1.6       bisitz   1749: 
                   1750:    'Task'
1.93      raeburn  1751: => 'Task',
1.6       bisitz   1752: 
                   1753:    'Temporary Assembly Workspace'
1.93      raeburn  1754: => 'Temporary Assembly Workspace',
1.6       bisitz   1755: 
                   1756:    'The information you submit can be viewed by anybody who is logged into LON-CAPA. Do not provide information that you are not ready to share publicly.'
                   1757: => '任何登录LON-CAPA的人都能看到您提供的数据,如果不想公开就不要上传任何数据。',
                   1758: 
                   1759:    'Topic'
1.12      zhu      1760: => '主题',
1.6       bisitz   1761: 
                   1762:    'Upload a Photo'
                   1763: => '上传相片',
                   1764: 
                   1765:    'Add Records'
                   1766: => '添加记录',
                   1767: 
                   1768:    'User Notes, Face-to-Face, Critical Messages, Broadcast Messages, Archived Messages'
1.10      zhu      1769: => '用户注释, 个人讨论, 重要信息, 小区广播,存档信息',
1.6       bisitz   1770: 
                   1771:    'User Notes, Records of Face-to-Face Discussions, and Critical Messages'
1.10      zhu      1772: => '用户注释,记录用户的讨论和重要信息',
1.6       bisitz   1773: 
                   1774:    'User Notes, Records of Face-To-Face Discussions, and Critical Messages in Course'
1.9       zhu      1775: => '用户注释,记录面对面的讨论,课程重要讯息',
1.6       bisitz   1776: 
                   1777:    'User Notes, Records of Face-To-Face Discussions, Critical Messages, Broadcast Messages and Archived Messages in Course'
1.9       zhu      1778: => '用户注释,记录面对面讨论,重要的信息,广播信息,课程存档',
1.6       bisitz   1779: 
                   1780:    'No notes, face-to-face discussion records, critical messages, or broadcast messages in this [_1].'
1.10      zhu      1781: => '对于 [_1] 没有用户注释, 记录用户的讨论, 重要信息, 或者广播信息。',
1.6       bisitz   1782: 
                   1783:    'Version Number'
1.10      zhu      1784: => '版本号',
1.6       bisitz   1785: 
                   1786:    'View Published Version'
1.10      zhu      1787: => '查看发布的版本',
1.6       bisitz   1788: 
                   1789:    'Web References'
                   1790: => 'Web 引用',
                   1791: 
                   1792:    'co con-'
1.93      raeburn  1793: => 'co con-',
1.6       bisitz   1794: 
                   1795:    'co res'
1.93      raeburn  1796: => 'co res',
1.6       bisitz   1797: 
                   1798:    'contacting'
1.10      zhu      1799: => '建立联系',
1.6       bisitz   1800: 
                   1801:    'edit'
1.9       zhu      1802: => '编辑',
1.6       bisitz   1803: 
                   1804:    'interface available'
1.93      raeburn  1805: => 'interface available',
1.6       bisitz   1806: 
                   1807:    'missions'
1.9       zhu      1808: => '任务',
1.6       bisitz   1809: 
                   1810:    'view sub-'
1.93      raeburn  1811: => 'view sub-',
1.6       bisitz   1812: 
                   1813:    'waiting on'
1.93      raeburn  1814: => 'waiting on',
1.6       bisitz   1815: 
                   1816:    '#Stdnts'
1.93      raeburn  1817: => '#Stdnts',
1.6       bisitz   1818: 
                   1819:    '#YES'
1.93      raeburn  1820: => '#YES',
1.6       bisitz   1821: 
                   1822:    '%Wrng'
                   1823: => '%Wrng',
                   1824: 
                   1825:    'Brief view of each students performance in course.'
1.93      raeburn  1826: => 'Brief view of each students performance in course.',
1.6       bisitz   1827: 
                   1828:    'Clear Caches'
1.9       zhu      1829: => '清除缓存',
1.6       bisitz   1830: 
1.89      bisitz   1831:    'Course Statistics and Charts cannot be retrieved until the database is restarted. Your data is intact but cannot be displayed at this time.'
1.93      raeburn  1832: => 'Course Statistics and Charts cannot be retrieved until the database is restarted. Your data is intact but cannot be displayed at this time.',
1.6       bisitz   1833: 
                   1834:    'Detailed statistics and graphs of student performance on problems.'
1.93      raeburn  1835: => 'Detailed statistics and graphs of student performance on problems.',
1.6       bisitz   1836: 
                   1837:    'DoDiff'
1.93      raeburn  1838: => 'DoDiff',
1.6       bisitz   1839: 
                   1840:    'Enrollment Status'
1.93      raeburn  1841: => 'Enrollment Status',
1.6       bisitz   1842: 
                   1843:    'Generate Statistics'
1.12      zhu      1844: => '建立统计资料',
1.6       bisitz   1845: 
                   1846:    'Max Tries'
1.93      raeburn  1847: => 'Max Tries',
1.6       bisitz   1848: 
                   1849:    'Mean Tries'
1.93      raeburn  1850: => 'Mean Tries',
1.6       bisitz   1851: 
                   1852:    'Output'
1.93      raeburn  1853: => 'Output',
1.6       bisitz   1854: 
                   1855:    'Overall Problem Statistics'
1.93      raeburn  1856: => 'Overall Problem Statistics',
1.6       bisitz   1857: 
                   1858:    'Please notify the server administrator [_1]'
1.93      raeburn  1859: => 'Please notify the server administrator [_1]',
1.6       bisitz   1860: 
                   1861:    'Preparing Excel Spreadsheet'
1.93      raeburn  1862: => 'Preparing Excel Spreadsheet',
1.6       bisitz   1863: 
                   1864:    'Problem Status Chart'
1.93      raeburn  1865: => 'Problem Status Chart',
1.6       bisitz   1866: 
                   1867:    'S.D. tries'
1.93      raeburn  1868: => 'S.D. tries',
1.6       bisitz   1869: 
                   1870:    'Sections'
1.93      raeburn  1871: => 'Sections',
1.6       bisitz   1872: 
                   1873:    'Sequence or Folder'
1.93      raeburn  1874: => 'Sequence or Folder',
1.6       bisitz   1875: 
                   1876:    'Sequences and Folders'
1.93      raeburn  1877: => 'Sequences and Folders',
1.6       bisitz   1878: 
                   1879:    'Skew Tries'
1.93      raeburn  1880: => 'Skew Tries',
1.6       bisitz   1881: 
                   1882:    'Statistics and Problem Analysis'
1.93      raeburn  1883: => 'Statistics and Problem Analysis',
1.6       bisitz   1884: 
                   1885:    'Student performance statistics on all problems.'
1.93      raeburn  1886: => 'Student performance statistics on all problems.',
1.6       bisitz   1887: 
                   1888:    'Unable to connect to database!'
1.93      raeburn  1889: => 'Unable to connect to database!',
1.6       bisitz   1890: 
                   1891:    'Your Excel Spreadsheet'
1.93      raeburn  1892: => 'Your Excel Spreadsheet',
1.6       bisitz   1893: 
                   1894:    'Your Excel spreadsheet.'
1.93      raeburn  1895: => 'Your Excel spreadsheet.',
1.6       bisitz   1896: 
                   1897:    'Your Excel spreadsheet'
1.93      raeburn  1898: => 'Your Excel spreadsheet',
1.6       bisitz   1899: 
                   1900:    'Your CSV file.'
1.93      raeburn  1901: => 'Your CSV file.',
1.6       bisitz   1902: 
                   1903:    'Your CSV file'
1.93      raeburn  1904: => 'Your CSV file',
1.6       bisitz   1905: 
                   1906:    'part'
1.27      zhu      1907: => '部分',
1.6       bisitz   1908: 
                   1909:    'part - '
1.70      zhu      1910: => '部分 ',
1.6       bisitz   1911: 
                   1912:    'problem statistics grouped by sequence'
1.93      raeburn  1913: => 'problem statistics grouped by sequence',
1.6       bisitz   1914: 
                   1915:    'problem statistics ungrouped'
1.93      raeburn  1916: => 'problem statistics ungrouped',
1.6       bisitz   1917: 
                   1918:    'problem statistics, Excel'
1.93      raeburn  1919: => 'problem statistics, Excel',
1.6       bisitz   1920: 
                   1921:    'Significant figures are incorrect, submission was not graded.'
1.93      raeburn  1922: => 'Significant figures are incorrect, submission was not graded.',
1.6       bisitz   1923: 
                   1924:    '. . . for a particular section'
1.98      bisitz   1925: => '. . . for a particular section',
1.6       bisitz   1926: 
                   1927:    '. . . for all students in the course'
1.98      bisitz   1928: => '. . . for all students in the course',
1.6       bisitz   1929: 
                   1930:    '. . . for an individual student'
1.98      bisitz   1931: => '. . . for an individual student',
1.6       bisitz   1932: 
1.90      bisitz   1933:    '12 am' # midnight
1.93      raeburn  1934: => '12 am',
1.90      bisitz   1935: 
                   1936:    'midnight'
                   1937: => '午夜',
                   1938: 
1.6       bisitz   1939:    '1 am'
1.93      raeburn  1940: => '1 am',
1.6       bisitz   1941: 
1.90      bisitz   1942:    '2 am'
1.93      raeburn  1943: => '2 am',
1.90      bisitz   1944: 
                   1945:    '3 am'
1.93      raeburn  1946: => '3 am',
1.90      bisitz   1947: 
                   1948:    '4 am'
1.93      raeburn  1949: => '4 am',
1.90      bisitz   1950: 
                   1951:    '5 am'
1.93      raeburn  1952: => '5 am',
1.90      bisitz   1953: 
                   1954:    '6 am'
1.93      raeburn  1955: => '6 am',
1.90      bisitz   1956: 
                   1957:    '7 am'
1.93      raeburn  1958: => '7 am',
1.90      bisitz   1959: 
                   1960:    '8 am'
1.93      raeburn  1961: => '8 am',
1.90      bisitz   1962: 
                   1963:    '9 am'
1.93      raeburn  1964: => '9 am',
1.6       bisitz   1965: 
                   1966:    '10 am'
1.93      raeburn  1967: => '10 am',
1.6       bisitz   1968: 
                   1969:    '11 am'
1.93      raeburn  1970: => '11 am',
1.6       bisitz   1971: 
                   1972:    '12 noon'
1.93      raeburn  1973: => '12 noon',
1.6       bisitz   1974: 
1.90      bisitz   1975:    'noon'
                   1976: => '中午',
                   1977: 
                   1978:    '1 pm'
1.93      raeburn  1979: => '1 pm',
1.6       bisitz   1980: 
                   1981:    '2 pm'
1.93      raeburn  1982: => '2 pm',
1.6       bisitz   1983: 
                   1984:    '3 pm'
1.93      raeburn  1985: => '3 pm',
1.6       bisitz   1986: 
                   1987:    '4 pm'
1.93      raeburn  1988: => '4 pm',
1.6       bisitz   1989: 
                   1990:    '5 pm'
1.93      raeburn  1991: => '5 pm',
1.6       bisitz   1992: 
                   1993:    '6 pm'
1.93      raeburn  1994: => '6 pm',
1.6       bisitz   1995: 
                   1996:    '7 pm'
1.93      raeburn  1997: => '7 pm',
1.6       bisitz   1998: 
                   1999:    '8 pm'
1.93      raeburn  2000: => '8 pm',
1.6       bisitz   2001: 
                   2002:    '9 pm'
1.93      raeburn  2003: => '9 pm',
1.6       bisitz   2004: 
1.90      bisitz   2005:    '10 pm'
1.93      raeburn  2006: => '10 pm',
1.90      bisitz   2007: 
                   2008:    '11 pm'
1.93      raeburn  2009: => '11 pm',
1.90      bisitz   2010: 
1.6       bisitz   2011:    '<- Previous'
1.98      bisitz   2012: => '<- Previous',
1.6       bisitz   2013: 
                   2014:    'ALL'
1.93      raeburn  2015: => 'ALL',
1.6       bisitz   2016: 
                   2017:    'All Maps or Folders'
1.93      raeburn  2018: => 'All Maps or Folders',
1.6       bisitz   2019: 
                   2020:    'Any User'
1.18      zhu      2021: => '任何用户',
1.6       bisitz   2022: 
                   2023:    'Assessment URL and Title'
1.18      zhu      2024: => '评估网址和标题',
1.6       bisitz   2025: 
                   2026:    'Assigned User Roles'
1.18      zhu      2027: => '用户角色分配',
1.6       bisitz   2028: 
                   2029:    'Browse resources'
1.18      zhu      2030: => '搜索资源',
1.6       bisitz   2031: 
                   2032:    'Changes can take up to 10 minutes before being active for all students.'
1.93      raeburn  2033: => 'Changes can take up to 10 minutes before being active for all students.',
1.6       bisitz   2034: 
                   2035:    'Course Assessment Parameter - Helper Mode'
1.18      zhu      2036: => '课程评估参数 - 助手模式',
1.6       bisitz   2037: 
                   2038:    'Course Assessment Parameters - Overview Mode'
1.18      zhu      2039: => '课程评估参数 - 摘要模式',
1.6       bisitz   2040: 
                   2041:    'Course Assessments Parameters - Table Mode'
1.18      zhu      2042: => '课程评估参数 - 表模式',
1.6       bisitz   2043: 
                   2044:    'Course Environment Parameters'
1.18      zhu      2045: => '课程环境参数',
1.6       bisitz   2046: 
                   2047:    'Course Parameter Helper'
1.18      zhu      2048: => '课程参数实用工具',
1.6       bisitz   2049: 
                   2050:    'Create New Environment Variable'
1.18      zhu      2051: => '创造新的环境变量',
1.6       bisitz   2052: 
                   2053:    'Current Session Value'
1.63      zhu      2054: => '当前会话的值',
1.6       bisitz   2055: 
                   2056:    'Default Value'
1.18      zhu      2057: => '缺省值',
1.6       bisitz   2058: 
                   2059:    'Delete a role'
1.18      zhu      2060: => '删除角色',
1.6       bisitz   2061: 
                   2062:    'Disable all communication among students'
1.93      raeburn  2063: => 'Disable all communication among students',
1.6       bisitz   2064: 
                   2065:    'Enclosing Map or Folder'
1.27      zhu      2066: => '附有目录或文件夹',
1.6       bisitz   2067: 
                   2068:    'Every problem in a particular folder'
1.27      zhu      2069: => '每一个问题在一个特定的文件夹',
1.6       bisitz   2070: 
                   2071:    'Every problem in the course'
1.27      zhu      2072: => '课程的中每一个问题',
1.6       bisitz   2073: 
                   2074:    'Folder'
1.10      zhu      2075: => '文件夹',
1.6       bisitz   2076: 
                   2077:    'Grant/revoke Course Custom Role'
1.93      raeburn  2078: => 'Grant/revoke Course Custom Role',
1.6       bisitz   2079: 
                   2080:    'Grant/revoke role of Administrator'
1.93      raeburn  2081: => 'Grant/revoke role of Administrator',
1.6       bisitz   2082: 
                   2083:    'Grant/revoke role of Author'
1.93      raeburn  2084: => 'Grant/revoke role of Author',
1.6       bisitz   2085: 
                   2086:    'Grant/revoke role of Course Coordinator'
1.93      raeburn  2087: => 'Grant/revoke role of Course Coordinator',
1.6       bisitz   2088: 
                   2089:    'Grant/revoke role of Domain Guest'
1.93      raeburn  2090: => 'Grant/revoke role of Domain Guest',
1.6       bisitz   2091: 
                   2092:    'Grant/revoke role of Librarian'
1.93      raeburn  2093: => 'Grant/revoke role of Librarian',
1.6       bisitz   2094: 
                   2095:    'Grant/revoke role of Teaching Assistant'
1.93      raeburn  2096: => 'Grant/revoke role of Teaching Assistant',
1.6       bisitz   2097: 
                   2098:    'Internally authenticated'
1.93      raeburn  2099: => 'Internally authenticated',
1.6       bisitz   2100: 
                   2101:    'Kerberos authenticated'
1.93      raeburn  2102: => 'Kerberos authenticated',
1.6       bisitz   2103: 
                   2104:    'LON-CAPA Helper:'
1.93      raeburn  2105: => 'LON-CAPA Helper:',
1.6       bisitz   2106: 
                   2107:    'Lock and unlock assessments'
1.93      raeburn  2108: => 'Lock and unlock assessments',
1.6       bisitz   2109: 
                   2110:    'Manage Access Keys'
1.93      raeburn  2111: => 'Manage Access Keys',
1.6       bisitz   2112: 
                   2113:    'Manage access keys'
1.93      raeburn  2114: => 'Manage access keys',
1.6       bisitz   2115: 
                   2116:    'Max Possible To Date'
1.10      zhu      2117: => '到现在为止,最高可达到',
1.6       bisitz   2118: 
                   2119:    'Modify Course Assessment Parameters'
1.93      raeburn  2120: => 'Modify Course Assessment Parameters',
1.6       bisitz   2121: 
                   2122:    'Modify authentication mechanism and data for a user'
1.93      raeburn  2123: => 'Modify authentication mechanism and data for a user',
1.6       bisitz   2124: 
                   2125:    'Modify grades'
1.93      raeburn  2126: => 'Modify grades',
1.6       bisitz   2127: 
                   2128:    'Next ->'
1.12      zhu      2129: => '下一步 ->',
1.6       bisitz   2130: 
                   2131:    'One particular problem'
1.93      raeburn  2132: => 'One particular problem',
1.6       bisitz   2133: 
                   2134:    'Parameter Name'
1.18      zhu      2135: => '参数名',
1.6       bisitz   2136: 
                   2137:    'Parameter Type'
1.18      zhu      2138: => '参数类型',
1.6       bisitz   2139: 
                   2140:    'Parameter in Effect'
1.18      zhu      2141: => '有效参数',
1.6       bisitz   2142: 
                   2143:    'Please select a problem to analyze'
1.18      zhu      2144: => '请选择问题进行分析',
1.6       bisitz   2145: 
                   2146:    'Post anonymously'
1.18      zhu      2147: => '匿名发送',
1.6       bisitz   2148: 
                   2149:    'Post discussion on course resources'
1.18      zhu      2150: => '发送该课程资源的讨论',
1.6       bisitz   2151: 
                   2152:    'Post system frontpage announcements'
1.18      zhu      2153: => '给系统主页发送通知',
1.6       bisitz   2154: 
                   2155:    'Post to live chatrooms'
1.18      zhu      2156: => '发送到在线聊天室',
                   2157: 
                   2158:    'Post to chatrooms'
                   2159: => '发送到聊天室',
1.6       bisitz   2160: 
                   2161:    'Problems Not Contained In A Folder'
1.18      zhu      2162: => '问题不包含在一个文件夹中',
1.6       bisitz   2163: 
                   2164:    'Section'
1.12      zhu      2165: => '章节',
1.6       bisitz   2166: 
                   2167:    'Section:'
1.12      zhu      2168: => '章节:',
1.6       bisitz   2169: 
                   2170:    'Select Date'
1.12      zhu      2171: => '请选择日期',
1.6       bisitz   2172: 
                   2173:    'Select Enclosing Map or Folder'
1.93      raeburn  2174: => 'Select Enclosing Map or Folder',
1.6       bisitz   2175: 
                   2176:    'Select Parameter Level'
1.93      raeburn  2177: => 'Select Parameter Level',
1.6       bisitz   2178: 
                   2179:    'Send internal email'
1.12      zhu      2180: => '发送内部电子邮件',
1.6       bisitz   2181: 
                   2182:    'Set Course Environment Parameters'
1.93      raeburn  2183: => 'Set Course Environment Parameters',
1.6       bisitz   2184: 
                   2185:    'Set Date'
1.12      zhu      2186: => '设定日期',
1.6       bisitz   2187: 
1.31      bisitz   2188:    'Set Defaults for All Resources in [_1]Specifically for [_2][_3]'
1.93      raeburn  2189: => 'Set Defaults for All Resources in [_1]Specifically for [_2][_3]',
1.6       bisitz   2190: 
                   2191:    'Set a due date'
1.9       zhu      2192: => '设定一个截止日期',
1.6       bisitz   2193: 
                   2194:    'Set an answer open date'
1.93      raeburn  2195: => 'Set an answer open date',
1.6       bisitz   2196: 
                   2197:    'Set an open date'
1.93      raeburn  2198: => 'Set an open date',
1.6       bisitz   2199: 
                   2200:    'Set opening datefor all problems in the course for. . .'
1.93      raeburn  2201: => 'Set opening datefor all problems in the course for. . .',
1.6       bisitz   2202: 
                   2203:    'Set the number of tries'
1.27      zhu      2204: => '设置尝试次数',
1.6       bisitz   2205: 
                   2206:    'Set the problem weight'
1.27      zhu      2207: => '设置问题难度',
1.6       bisitz   2208: 
                   2209:    'Set/Modify Course Assessment Parameter'
1.27      zhu      2210: => '设置/修改课程评估参数',
1.6       bisitz   2211: 
                   2212:    'Set/Modify Course Assessment Parameters'
1.27      zhu      2213: => '设置/修改课程评估参数',
1.6       bisitz   2214: 
                   2215:    'Set/Modify Course Parameters'
1.27      zhu      2216: => '设置/修改课程参数',
1.6       bisitz   2217: 
                   2218:    'Show More Options'
1.27      zhu      2219: => '显示更多选项',
1.6       bisitz   2220: 
                   2221:    'Students Affected'
1.27      zhu      2222: => '受影响的学生',
1.6       bisitz   2223: 
                   2224:    'This helper will assist you in setting the open, due, and answer dates for problems, or in setting the number of tries for problems. You will be asked to select which problems you wish to set the parameters for, then what parameter you wish to set, then you will select whom the setting affects. After the helper is done, you will be shown where in the advanced interface you would have gone to set the parameter you have chosen, so in the future you can do it directly. Press Next -&gt; to begin, or select &lt;- Previous to go back to the previous screen.'
1.93      raeburn  2225: => 'This helper will assist you in setting the open, due, and answer dates for problems, or in setting the number of tries for problems. You will be asked to select which problems you wish to set the parameters for, then what parameter you wish to set, then you will select whom the setting affects. After the helper is done, you will be shown where in the advanced interface you would have gone to set the parameter you have chosen, so in the future you can do it directly. Press Next -&gt; to begin, or select &lt;- Previous to go back to the previous screen.',
1.6       bisitz   2226: 
                   2227:    'Total'
1.10      zhu      2228: => '总共',
1.6       bisitz   2229: 
                   2230:    'Total Parts In Course'
1.93      raeburn  2231: => 'Total Parts In Course',
1.6       bisitz   2232: 
                   2233:    'Type'
1.10      zhu      2234: => '型号',
1.6       bisitz   2235: 
                   2236:    'UNIX authenticated'
1.18      zhu      2237: => 'UNIX 认证',
1.6       bisitz   2238: 
                   2239:    'USERS'
1.10      zhu      2240: => '用户',
1.6       bisitz   2241: 
                   2242:    'Unknown ID'
1.10      zhu      2243: => '未知 ID',
1.6       bisitz   2244: 
                   2245:    'Unknown user'
1.10      zhu      2246: => '未知用户',
1.6       bisitz   2247: 
                   2248:    'Update Course Assessment Parameter Display'
1.93      raeburn  2249: => 'Update Course Assessment Parameter Display',
1.6       bisitz   2250: 
                   2251:    'Update Section or Specific User'
1.93      raeburn  2252: => 'Update Section or Specific User',
1.6       bisitz   2253: 
                   2254:    'Verify Selection'
1.10      zhu      2255: => '确认选择',
1.6       bisitz   2256: 
                   2257:    'Welcome to the Assignment Parameter Helper'
1.93      raeburn  2258: => 'Welcome to the Assignment Parameter Helper',
1.6       bisitz   2259: 
                   2260:    'What parameter do you want to set for all problems in the course?'
1.93      raeburn  2261: => 'What parameter do you want to set for all problems in the course?',
1.6       bisitz   2262: 
                   2263:    'What should the opening date be set to?'
1.93      raeburn  2264: => 'What should the opening date be set to?',
1.6       bisitz   2265: 
                   2266:    'Which Problem or Problems?'
1.93      raeburn  2267: => 'Which Problem or Problems?',
1.6       bisitz   2268: 
                   2269:    'Which problems do you wish to set a parameter for?'
1.93      raeburn  2270: => 'Which problems do you wish to set a parameter for?',
1.6       bisitz   2271: 
1.83      bisitz   2272:    'You need to choose another user role or enter a specific course or community for this function.'
                   2273: => 'You need to choose another user role or enter a specific course or community for this function.', # '对于此功能您需要选择另一个用户角色,或者输入特定的课程。',
1.6       bisitz   2274: 
                   2275:    'a.m.'
1.10      zhu      2276: => '上午',
1.6       bisitz   2277: 
                   2278:    'acc keys'
1.93      raeburn  2279: => 'acc keys',
1.6       bisitz   2280: 
                   2281:    'according to course preferences'
1.18      zhu      2282: => '根据课程设置',
1.6       bisitz   2283: 
                   2284:    'according to resource settings'
1.18      zhu      2285: => '根据资源设置',
1.6       bisitz   2286: 
                   2287:    'according to user session state'
1.18      zhu      2288: => '根据用户会话状态',
1.6       bisitz   2289: 
                   2290:    'all'
1.18      zhu      2291: => '所有的',
1.6       bisitz   2292: 
                   2293:    'at'
1.18      zhu      2294: => '在',
1.6       bisitz   2295: 
                   2296:    'at Domain'
1.18      zhu      2297: => '在域',
1.6       bisitz   2298: 
                   2299:    'at domain'
1.18      zhu      2300: => '在域',
1.6       bisitz   2301: 
                   2302:    'default'
1.18      zhu      2303: => '默认',
1.6       bisitz   2304: 
                   2305:    'for Enclosing Map or Folder'
1.27      zhu      2306: => '对于附有目录或文件夹', #??? [SB 18.10.2006]
1.6       bisitz   2307: 
                   2308:    'for Resource'
1.27      zhu      2309: => '资源',
1.6       bisitz   2310: 
                   2311:    'from Enclosing Map or Folder'
1.27      zhu      2312: => '从附有目录或文件夹', #??? [SB 18.10.2006]
1.6       bisitz   2313: 
                   2314:    'general'
1.27      zhu      2315: => '一般的',
1.6       bisitz   2316: 
                   2317:    'in Course'
1.18      zhu      2318: => '在课程',
1.6       bisitz   2319: 
                   2320:    'in Section/Group'
1.18      zhu      2321: => '在科/组',
1.6       bisitz   2322: 
                   2323:    'manage'
1.12      zhu      2324: => '管理',
1.6       bisitz   2325: 
                   2326:    'of'
1.93      raeburn  2327: => 'of',
1.6       bisitz   2328: 
                   2329:    'or ID'
1.12      zhu      2330: => '或者 ID',
1.6       bisitz   2331: 
                   2332:    'p.m.'
1.10      zhu      2333: => '下午',
1.6       bisitz   2334: 
                   2335:    'percent'
1.7       zhu      2336: => '百分比',
1.6       bisitz   2337: 
                   2338:    'unless locked'
1.10      zhu      2339: => '除非锁定',
1.6       bisitz   2340: 
                   2341:    'users in'
1.93      raeburn  2342: => 'users in',
1.6       bisitz   2343: 
                   2344:    'Access Key Management'
1.93      raeburn  2345: => 'Access Key Management',
1.6       bisitz   2346: 
                   2347:    'Assessment'
1.10      zhu      2348: => '评价',
1.6       bisitz   2349: 
                   2350:    'Calculations'
1.93      raeburn  2351: => 'Calculations',
1.6       bisitz   2352: 
                   2353:    'Comma Separated Values'
1.93      raeburn  2354: => 'Comma Separated Values',
1.6       bisitz   2355: 
                   2356:    'Course ID'
1.10      zhu      2357: => '课程 ID',
1.6       bisitz   2358: 
1.41      bisitz   2359:    'Course level sheet'
1.93      raeburn  2360: => 'Course level sheet', # ??? [SB 2007-07-02]
1.6       bisitz   2361: 
                   2362:    'Detailed Problem Analysis'
1.93      raeburn  2363: => 'Detailed Problem Analysis',
1.6       bisitz   2364: 
                   2365:    'End Helper'
1.93      raeburn  2366: => 'End Helper',
1.6       bisitz   2367: 
                   2368:    'Excel'
                   2369: => 'Excel',
                   2370: 
                   2371:    'Text (essays only)'
1.93      raeburn  2372: => 'Text (essays only)',
1.6       bisitz   2373: 
                   2374:    'Finish Course Initialization'
1.93      raeburn  2375: => 'Finish Course Initialization',
1.6       bisitz   2376: 
                   2377:    'Generate Spreadsheet'
1.12      zhu      2378: => '生成报告表',
1.6       bisitz   2379: 
                   2380:    'Grant/revoke role of Scantron Operator'
1.93      raeburn  2381: => 'Grant/revoke role of Scantron Operator',
1.6       bisitz   2382: 
                   2383:    'HTML'
                   2384: => 'HTML',
                   2385: 
                   2386:    'Invalid date entry'
1.93      raeburn  2387: => 'Invalid date entry',
1.6       bisitz   2388: 
                   2389:    'Load:'
1.10      zhu      2390: => '加载:',
1.6       bisitz   2391: 
                   2392:    'No changes were made to the current settings.'
1.93      raeburn  2393: => 'No changes were made to the current settings.',
1.6       bisitz   2394: 
                   2395:    'Output Format'
1.10      zhu      2396: => '输出格式',
1.6       bisitz   2397: 
                   2398:    'Processing course structure'
1.93      raeburn  2399: => 'Processing course structure',
1.6       bisitz   2400: 
                   2401:    'Processing first student'
1.93      raeburn  2402: => 'Processing first student',
1.6       bisitz   2403: 
                   2404:    'Row'
1.10      zhu      2405: => '排列',
1.6       bisitz   2406: 
                   2407:    'Save as'
1.10      zhu      2408: => '另存为',
1.6       bisitz   2409: 
1.66      bisitz   2410:    'Save as &amp; Make This Sheet the Default'
1.10      zhu      2411: => '另存为 & 使此工作表作为一个默认使用',
1.6       bisitz   2412: 
                   2413:    'Scantron Operator'
1.93      raeburn  2414: => 'Scantron Operator',
1.6       bisitz   2415: 
                   2416:    'Select All'
1.10      zhu      2417: => '全选',
1.6       bisitz   2418: 
                   2419:    'Select All Students'
1.10      zhu      2420: => '选择所有学生',
1.6       bisitz   2421: 
                   2422:    'Select Spreadsheet File'
1.10      zhu      2423: => '选择电子表格文件',
1.6       bisitz   2424: 
                   2425:    'Send Scantron data to a course'
1.93      raeburn  2426: => 'Send Scantron data to a course',
1.6       bisitz   2427: 
                   2428:    'Spreadsheet Computation'
1.93      raeburn  2429: => 'Spreadsheet Computation',
1.6       bisitz   2430: 
                   2431:    'Spreadsheet Computation Status'
1.93      raeburn  2432: => 'Spreadsheet Computation Status',
1.6       bisitz   2433: 
                   2434:    'Student level sheet'
1.93      raeburn  2435: => 'Student level sheet',
1.6       bisitz   2436: 
                   2437:    'Summary'
1.93      raeburn  2438: => 'Summary',
1.6       bisitz   2439: 
                   2440:    'Template'
1.93      raeburn  2441: => 'Template',
1.6       bisitz   2442: 
                   2443:    'Unselect All'
1.93      raeburn  2444: => 'Unselect All',
1.6       bisitz   2445: 
                   2446:    'Unselect All Students'
1.93      raeburn  2447: => 'Unselect All Students',
1.6       bisitz   2448: 
                   2449:    'Upload Scantron data'
1.93      raeburn  2450: => 'Upload Scantron data',
1.6       bisitz   2451: 
                   2452:    'You must choose at least one student to continue.'
1.93      raeburn  2453: => 'You must choose at least one student to continue.',
1.6       bisitz   2454: 
                   2455:    'You must choose one or more choices to continue.'
1.93      raeburn  2456: => 'You must choose one or more choices to continue.',
1.6       bisitz   2457: 
                   2458:    'may be open from a different computer.'
1.93      raeburn  2459: => 'may be open from a different computer.',
1.6       bisitz   2460: 
                   2461:    'minutes'
1.93      raeburn  2462: => 'minutes',
1.6       bisitz   2463: 
                   2464:    'remaining'
1.98      bisitz   2465: => 'remaining',
1.6       bisitz   2466: 
                   2467:    'second'
1.93      raeburn  2468: => 'second',
1.6       bisitz   2469: 
                   2470:    'seconds'
1.93      raeburn  2471: => 'seconds',
1.6       bisitz   2472: 
                   2473:    'Additional Recipients'
1.12      zhu      2474: => '其他收件人',
1.6       bisitz   2475: 
1.31      bisitz   2476:    'Analyze Over [_1] [_2]'
1.93      raeburn  2477: => 'Analyze Over [_1] [_2]',
1.6       bisitz   2478: 
                   2479:    'Analyze Problem'
1.93      raeburn  2480: => 'Analyze Problem',
1.6       bisitz   2481: 
                   2482:    'Analyze Problem Again'
1.93      raeburn  2483: => 'Analyze Problem Again',
1.6       bisitz   2484: 
                   2485:    'Analyze as '
1.93      raeburn  2486: => 'Analyze as ',
1.6       bisitz   2487: 
                   2488:    'Browsing resource, all submissions are temporary.'
1.93      raeburn  2489: => 'Browsing resource, all submissions are temporary.',
1.6       bisitz   2490: 
                   2491:    'By'
1.93      raeburn  2492: => 'By',
1.6       bisitz   2493: 
                   2494:    'Check All'
1.12      zhu      2495: => '全选',
1.6       bisitz   2496: 
                   2497:    'Check for All'
1.12      zhu      2498: => '检查所有',
1.6       bisitz   2499: 
                   2500:    'Check for None'
1.70      zhu      2501: => '检查无',
1.6       bisitz   2502: 
                   2503:    'Check for Section/Group'
1.12      zhu      2504: => '检查科/组',
1.6       bisitz   2505: 
                   2506:    'Choose a different resource'
1.12      zhu      2507: => '选择不同的资源',
1.6       bisitz   2508: 
                   2509:    'Concepts'
1.12      zhu      2510: => '草稿',
1.6       bisitz   2511: 
                   2512:    'Critical Messages'
1.12      zhu      2513: => '重要讯息',
1.6       bisitz   2514: 
                   2515:    'Delete'
1.12      zhu      2516: => '删除',
1.6       bisitz   2517: 
                   2518:    'Delete Checked'
1.12      zhu      2519: => '删除选中',
1.6       bisitz   2520: 
                   2521:    'Display All Messages'
1.12      zhu      2522: => '显示所有邮件',
1.6       bisitz   2523: 
                   2524:    'Display all Messages'
1.12      zhu      2525: => '显示所有邮件',
1.6       bisitz   2526: 
                   2527:    'Foils'
1.12      zhu      2528: => '选择',
1.6       bisitz   2529: 
                   2530:    'Forward'
1.12      zhu      2531: => '转发',
1.6       bisitz   2532: 
                   2533:    'Forwarded message from'
1.12      zhu      2534: => '转发邮件从',
1.6       bisitz   2535: 
                   2536:    'Forwarding'
1.12      zhu      2537: => '转发',
1.6       bisitz   2538: 
                   2539:    'From'
1.12      zhu      2540: => '从',
1.6       bisitz   2541: 
                   2542:    'Functions'
1.22      zhu      2543: => '功能',
1.6       bisitz   2544: 
                   2545:    'Mail'
1.12      zhu      2546: => '邮件',
1.6       bisitz   2547: 
                   2548:    'Mark Unread'
1.12      zhu      2549: => '标记为未读',
1.6       bisitz   2550: 
                   2551:    'New Problem Variation'
1.93      raeburn  2552: => 'New Problem Variation',
1.6       bisitz   2553: 
                   2554:    'New Randomization'
1.12      zhu      2555: => '新的变化',
1.6       bisitz   2556: 
                   2557:    'Next'
1.12      zhu      2558: => '下一步',
1.6       bisitz   2559: 
1.31      bisitz   2560:    'Number of Plots [_1]'
1.93      raeburn  2561: => 'Number of Plots [_1]',
1.6       bisitz   2562: 
                   2563:    'Option Response Problem Analysis'
1.93      raeburn  2564: => 'Option Response Problem Analysis',
1.6       bisitz   2565: 
                   2566:    'Previous'
1.12      zhu      2567: => '以前的',
1.6       bisitz   2568: 
                   2569:    'Re'
1.12      zhu      2570: => '回复',
1.6       bisitz   2571: 
                   2572:    'Record'
1.12      zhu      2573: => '记录',
1.6       bisitz   2574: 
                   2575:    'Reply'
1.10      zhu      2576: => '回复',
1.6       bisitz   2577: 
                   2578:    'Reset Submissions'
1.93      raeburn  2579: => 'Reset Submissions',
1.6       bisitz   2580: 
                   2581:    'Select a course'
1.12      zhu      2582: => '选择课程',
1.6       bisitz   2583: 
                   2584:    'Selecting a User'
1.12      zhu      2585: => '选择用户',
1.6       bisitz   2586: 
                   2587:    'Send New'
1.93      raeburn  2588: => 'Send New',
1.6       bisitz   2589: 
                   2590:    'Send Reply'
1.12      zhu      2591: => '发送回复',
1.6       bisitz   2592: 
                   2593:    'Send as critical message'
1.10      zhu      2594: => '发出一个重要信息',
1.6       bisitz   2595: 
                   2596:    'Simple Problem Editor'
1.18      zhu      2597: => '简单的问题编辑器',
1.6       bisitz   2598: 
                   2599:    'Starting'
1.18      zhu      2600: => '开始',
1.6       bisitz   2601: 
                   2602:    'Student Data Compilation Progress'
1.18      zhu      2603: => '学生资料汇编进展',
1.6       bisitz   2604: 
                   2605:    'Student Data Compilation Status'
1.18      zhu      2606: => '学生资料汇编状态',
1.6       bisitz   2607: 
                   2608:    'There is no student data for this problem.'
1.18      zhu      2609: => '对于这个问题,没有任何学生的数据。',
1.6       bisitz   2610: 
                   2611:    'Time'
1.10      zhu      2612: => '时间',
1.6       bisitz   2613: 
1.18      zhu      2614:    'To:'
                   2615: => '收件人:',
1.6       bisitz   2616: 
                   2617:    'Uncheck All'
1.10      zhu      2618: => '全部取消',
1.6       bisitz   2619: 
                   2620:    'Unsuccessful Login'
1.9       zhu      2621: => '登录失败',
1.6       bisitz   2622: 
                   2623:    'Update Student Data'
1.10      zhu      2624: => '更新学生资料',
1.6       bisitz   2625: 
                   2626:    'You have no critical messages.'
1.10      zhu      2627: => '您没有任何重要讯息。',
1.6       bisitz   2628: 
                   2629:    'and return receipt'
1.93      raeburn  2630: => 'and return receipt',
1.6       bisitz   2631: 
                   2632:    'can not be accessed from your location.'
1.93      raeburn  2633: => 'can not be accessed from your location.',
1.6       bisitz   2634: 
                   2635:    '[_1]: Unacceptable username for user [_2] [_3] [_4] [_5]'
1.98      bisitz   2636: => '[_1]: Unacceptable username for user [_2] [_3] [_4] [_5]',
1.6       bisitz   2637: 
                   2638:    'All Documents in Course'
1.93      raeburn  2639: => 'All Documents in Course',
1.6       bisitz   2640: 
                   2641:    'All Resources (possibly large output)'
1.93      raeburn  2642: => 'All Resources (possibly large output)',
1.6       bisitz   2643: 
                   2644:    'Anonymous'
1.18      zhu      2645: => '匿名',
1.6       bisitz   2646: 
                   2647:    'Anonymous contribution to course discussion of resource'
1.18      zhu      2648: => '匿名参加这个资源的讨论',
1.6       bisitz   2649: 
                   2650:    'As a general rule, only authors or co-authors should be filesystem authenticated (which allows access to the server filesystem).'
1.93      raeburn  2651: => 'As a general rule, only authors or co-authors should be filesystem authenticated (which allows access to the server filesystem).',
1.6       bisitz   2652: 
                   2653:    'Associate columns with student attributes.'
1.93      raeburn  2654: => 'Associate columns with student attributes.',
1.6       bisitz   2655: 
                   2656:    'Attribute'
1.93      raeburn  2657: => 'Attribute',
1.6       bisitz   2658: 
                   2659:    'CSV (comma separated values, spreadsheet)'
1.27      zhu      2660: => 'CSV (逗号分隔值, 表格)',
1.6       bisitz   2661: 
                   2662:    'Check Course Document Versions'
1.98      bisitz   2663: => 'Check Course Document Versions',
1.6       bisitz   2664: 
                   2665:    'Check/Set Resource Versions'
1.22      zhu      2666: => '检查/设置源版本',
1.6       bisitz   2667: 
                   2668:    'Chronological View'
1.22      zhu      2669: => '顺序查看',
1.6       bisitz   2670: 
                   2671:    'Column'
1.93      raeburn  2672: => 'Column',
1.6       bisitz   2673: 
                   2674:    'Column [_1]'
1.93      raeburn  2675: => 'Column [_1]',
1.6       bisitz   2676: 
                   2677:    'Continue enrollment?'
1.93      raeburn  2678: => 'Continue enrollment?',
1.6       bisitz   2679: 
                   2680:    'Contribution to course discussion of resource'
1.18      zhu      2681: => '正常参加这个资源的讨论',
1.6       bisitz   2682: 
                   2683:    'Diffs'
1.56      zhu      2684: => '区别',
1.6       bisitz   2685: 
                   2686: #   'Disable ID/Student Number Safeguard and Force Change of Conflicting IDs (only do if you know what you are doing)'
1.98      bisitz   2687: #=> 'Disable ID/Student Number Safeguard and Force Change of Conflicting IDs (only do if you know what you are doing)',
1.6       bisitz   2688: 
                   2689: 
                   2690:    'Disable Student/Employee ID Safeguard and force change of conflicting IDs'
1.70      zhu      2691: => '禁用学生/员工编号,维护和强制改变不一致的IDs',
1.6       bisitz   2692: 
                   2693:    '(only do if you know what you are doing.)'
1.70      zhu      2694: => '(只有这样做,如果你知道自己在做什么。)',
1.6       bisitz   2695: 
                   2696:    'Discussion Contributions'
1.18      zhu      2697: => '参加讨论',
1.6       bisitz   2698: 
                   2699:    'Drop Students'
1.28      zhu      2700: => '从该课程删除学生',
1.6       bisitz   2701: 
                   2702:    'Dropped [_1]'
                   2703: => '[_1] ausgeschlossen',
                   2704: 
                   2705:    'Dropped [_1] student(s).'
                   2706: => '[_1] Student(en) ausgeschlossen.',
                   2707: 
                   2708:    'Dropping Students'
1.93      raeburn  2709: => 'Dropping Students',
1.6       bisitz   2710: 
1.88      bisitz   2711:    'Dump Course Documents'
1.93      raeburn  2712: => 'Dump Course Documents',
1.6       bisitz   2713: 
                   2714:    'EMail Address'
1.93      raeburn  2715: => 'EMail Address',
1.6       bisitz   2716: 
                   2717:    'Enroll a single student'
1.70      zhu      2718: => '注册一个学生',
1.6       bisitz   2719: 
                   2720:    'Enrolling Students'
1.70      zhu      2721: => '注册学生',
1.6       bisitz   2722: 
                   2723:    'Error'
1.93      raeburn  2724: => 'Error',
1.6       bisitz   2725: 
                   2726:    'Error: '
1.93      raeburn  2727: => 'Error: ',
1.6       bisitz   2728: 
                   2729:    'Error: [_1]'
1.93      raeburn  2730: => 'Error: [_1]',
1.6       bisitz   2731: 
                   2732:    'Field'
1.93      raeburn  2733: => 'Field',
1.6       bisitz   2734: 
                   2735:    'Filenames in Construction Space'
1.93      raeburn  2736: => 'Filenames in Construction Space',
1.6       bisitz   2737: 
                   2738:    'First Name'
1.56      zhu      2739: => '名',
1.6       bisitz   2740: 
                   2741:    'Folder in Construction Space'
1.93      raeburn  2742: => 'Folder in Construction Space',
1.6       bisitz   2743: 
                   2744:    'Full Update'
1.56      zhu      2745: => '全面更新',
1.6       bisitz   2746: 
                   2747:    'Full update (also print list of users not enrolled anymore)'
1.101     bisitz   2748: => 'Full update (also print list of users not enrolled anymore)', # => '全面更新 (auch Liste von Benutzern ausgeben, die den Kurs nicht mehr belegt haben)',
1.6       bisitz   2749: 
                   2750:    'Generation'
1.70      zhu      2751: => '生成',
1.6       bisitz   2752: 
                   2753:    'Group/Section'
1.12      zhu      2754: => '组/科',
1.6       bisitz   2755: 
                   2756:    'HTML/XML'
                   2757: => 'HTML/XML',
                   2758: 
                   2759:    'Hide'
1.56      zhu      2760: => '隐藏',
1.6       bisitz   2761: 
                   2762:    'Student/Employee ID'
1.56      zhu      2763: => '学生/员工 ID',
1.6       bisitz   2764: 
                   2765:    'Identify fields'
1.93      raeburn  2766: => 'Identify fields',
1.6       bisitz   2767: 
                   2768:    'If active, the new role will be available when the students next log in to LON-CAPA.'
1.93      raeburn  2769: => 'If active, the new role will be available when the students next log in to LON-CAPA.',
1.6       bisitz   2770: 
                   2771:    'Ignore First Line'
1.27      zhu      2772: => '忽略第一行',
1.6       bisitz   2773: 
                   2774:    'Initial Password'
1.27      zhu      2775: => '初始密码',
1.6       bisitz   2776: 
                   2777:    'Internal Filename'
1.27      zhu      2778: => '内部文件名',
1.6       bisitz   2779: 
                   2780:    'Invalid home server specified'
1.93      raeburn  2781: => 'Invalid home server specified',
1.6       bisitz   2782: 
                   2783:    'Keep all Resources up-to-date with most recent Versions (default)'
1.93      raeburn  2784: => 'Keep all Resources up-to-date with most recent Versions (default)',
1.6       bisitz   2785: 
                   2786:    'LON-CAPA Domain for Students'
1.93      raeburn  2787: => 'LON-CAPA Domain for Students',
1.6       bisitz   2788: 
                   2789:    'LON-CAPA Enrollment Manager'
1.93      raeburn  2790: => 'LON-CAPA Enrollment Manager',
1.6       bisitz   2791: 
                   2792:    'LON-CAPA domain: [_1]'
1.26      zhu      2793: => 'LON-CAPA 域: [_1]',
1.6       bisitz   2794: 
                   2795:    'Last Name'
1.56      zhu      2796: => '姓',
1.6       bisitz   2797: 
                   2798:    'Last Name, First Names'
1.26      zhu      2799: => '姓,名',
1.6       bisitz   2800: 
                   2801:    'Login Type'
1.26      zhu      2802: => '登录类型',
1.6       bisitz   2803: 
                   2804:    'Middle Names/Initials'
1.26      zhu      2805: => '中名/缩写',
1.6       bisitz   2806: 
                   2807:    'Modify Parameters'
1.26      zhu      2808: => '修改参数',
1.6       bisitz   2809: 
                   2810:    'Modify student data'
1.26      zhu      2811: => '修改学生资料',
1.6       bisitz   2812: 
                   2813:    'Most recently published Version'
1.26      zhu      2814: => '最近发布的版本',
1.6       bisitz   2815: 
                   2816:    'No Kerberos domain was specified.'
1.93      raeburn  2817: => 'No Kerberos domain was specified.',
1.6       bisitz   2818: 
                   2819:    'None Found'
1.26      zhu      2820: => '没有找到',
1.6       bisitz   2821: 
                   2822:    'Note: For large courses, this operation may be time consuming.'
1.93      raeburn  2823: => 'Note: For large courses, this operation may be time consuming.',
1.6       bisitz   2824: 
1.73      bisitz   2825:    'This will not take effect if the user already exists.'
1.93      raeburn  2826: => 'This will not take effect if the user already exists.',
1.6       bisitz   2827: 
                   2828:    'Processed [_1] student(s).'
                   2829: => '[_1] Studierende bearbeitet.',
                   2830: 
                   2831:    'Re-enrollment will re-activate data.'
1.93      raeburn  2832: => 'Re-enrollment will re-activate data.',
1.6       bisitz   2833: 
                   2834:    'Registering'
1.93      raeburn  2835: => 'Registering',
1.6       bisitz   2836: 
                   2837:    'Samples'
1.56      zhu      2838: => '例如',
1.6       bisitz   2839: 
                   2840:    'Save as ...'
1.18      zhu      2841: => '另存为...',
1.6       bisitz   2842: 
                   2843:    'Set Version to be used in Course'
1.93      raeburn  2844: => 'Set Version to be used in Course',
1.6       bisitz   2845: 
                   2846:    'Set Versions to be used in Course according to Selections below'
1.93      raeburn  2847: => 'Set Versions to be used in Course according to Selections below',
1.6       bisitz   2848: 
                   2849:    'Set all Resource Versions to current Version (Fix Versions)'
1.93      raeburn  2850: => 'Set all Resource Versions to current Version (Fix Versions)',
1.6       bisitz   2851: 
                   2852:    'Show Preview'
1.93      raeburn  2853: => 'Show Preview',
1.6       bisitz   2854: 
                   2855:    'Space separated'
1.27      zhu      2856: => '以空格分隔',
1.6       bisitz   2857: 
                   2858:    'Starting and Ending Dates'
1.27      zhu      2859: => '起始和结束日期',
1.6       bisitz   2860: 
                   2861:    'Student Number'
1.27      zhu      2862: => '学生证号码',
1.6       bisitz   2863: 
                   2864:    'Tabulator separated'
1.27      zhu      2865: => '以制表符分隔',
1.6       bisitz   2866: 
                   2867:    'The optional email address field was not specified.'
1.93      raeburn  2868: => 'The optional email address field was not specified.',
1.6       bisitz   2869: 
                   2870:    'The optional name field was not specified.'
1.93      raeburn  2871: => 'The optional name field was not specified.',
1.6       bisitz   2872: 
                   2873:    'The optional ID number field was not specified.'
1.93      raeburn  2874: => 'The optional ID number field was not specified.',
1.6       bisitz   2875: 
                   2876:    'The optional section or group field was not specified.'
1.93      raeburn  2877: => 'The optional section or group field was not specified.',
1.6       bisitz   2878: 
                   2879:    'The optional student number field was not specified.'
1.93      raeburn  2880: => 'The optional student number field was not specified.',
1.6       bisitz   2881: 
                   2882:    'The optional section field was not specified.'
1.93      raeburn  2883: => 'The optional section field was not specified.',
1.6       bisitz   2884: 
                   2885:    'The optional role field was not specified.'
1.93      raeburn  2886: => 'The optional role field was not specified.',
1.6       bisitz   2887: 
                   2888:    'The optional domain field was not specified.'
1.93      raeburn  2889: => 'The optional domain field was not specified.',
1.6       bisitz   2890: 
                   2891:    'There are no students currently enrolled.'
1.93      raeburn  2892: => 'There are no students currently enrolled.',
1.6       bisitz   2893: 
                   2894:    'Continue adding users?'
1.93      raeburn  2895: => 'Continue adding users?',
1.6       bisitz   2896: 
                   2897:    'Threaded View'
1.22      zhu      2898: => '线程查看',
1.6       bisitz   2899: 
                   2900:    'Total number of records found in file: [_1]'
1.93      raeburn  2901: => 'Total number of records found in file: [_1]',
1.6       bisitz   2902: 
                   2903:    'Unable to enroll students'
1.93      raeburn  2904: => 'Unable to enroll students',
1.6       bisitz   2905: 
                   2906:    'Updating discussion time'
1.93      raeburn  2907: => 'Updating discussion time',
1.6       bisitz   2908: 
                   2909:    'Uploading Class List'
1.93      raeburn  2910: => 'Uploading Class List',
1.6       bisitz   2911: 
                   2912:    'Verify Content'
                   2913: => '检查内容',
                   2914: 
                   2915:    'Version used in Course'
1.93      raeburn  2916: => 'Version used in Course',
1.6       bisitz   2917: 
                   2918:    'View Class List'
1.93      raeburn  2919: => 'View Class List',
1.6       bisitz   2920: 
                   2921:    'View Class list'
1.93      raeburn  2922: => 'View Class list',
1.6       bisitz   2923: 
                   2924:    'Welcome'
1.22      zhu      2925: => '欢迎',
1.6       bisitz   2926: 
1.102   ! raeburn  2927:    'Welcome to the Learning[_1]Online[_2] Network with CAPA. Please wait while your session is being set up.'
1.12      zhu      2928: => '欢迎您到在线网络 LON-CAPA 学习。请稍候,您的会话正在建立。',
1.6       bisitz   2929: 
                   2930:    'You must choose an authentication type.'
1.22      zhu      2931: => '你必须选择一个身份验证类型。',
1.6       bisitz   2932: 
                   2933:    'You need to specify the Kerberos domain.'
1.93      raeburn  2934: => 'You need to specify the Kerberos domain.',
1.6       bisitz   2935: 
                   2936:    'You need to specify the initial password.'
1.93      raeburn  2937: => 'You need to specify the initial password.',
1.6       bisitz   2938: 
                   2939:    'You need to specify the username field.'
1.93      raeburn  2940: => 'You need to specify the username field.',
1.6       bisitz   2941: 
                   2942:    'Your Version Settings have been Saved'
1.93      raeburn  2943: => 'Your Version Settings have been Saved',
1.6       bisitz   2944: 
                   2945:    '[_1] Do not change login data'
1.12      zhu      2946: => '[_1] 不要更改登录数据',
1.6       bisitz   2947: 
                   2948:    '[_1] Kerberos authenticated with domain [_2] [_3] Version 4 [_4] Version 5 [_5]'
1.70      zhu      2949: => '[_1] Kerberos身份验证域 [_2] [_3] 版本 4 [_4] 版本 5 [_5]',
1.6       bisitz   2950: 
                   2951:    'Currently Kerberos authenticated with domain [_1] Version [_2].'
1.70      zhu      2952: => '目前的Kerberos身份验证域 [_1] 版本 [_2]。',
1.6       bisitz   2953: 
                   2954:    'Currently Kerberos authenticated, Version [_1].'
1.70      zhu      2955: => '目前Kerberos身份验证,版本 [_1]。',
1.6       bisitz   2956: 
                   2957:    'most recent'
1.12      zhu      2958: => '最新的',
1.6       bisitz   2959: 
                   2960:    'name only visible to course faculty'
1.18      zhu      2961: => '只有课程管理者能看见',
1.6       bisitz   2962: 
                   2963:    'Calculate answers'
1.70      zhu      2964: => '计算的答案',
1.6       bisitz   2965: 
1.65      zhu      2966:   'Show All Foils'
                   2967: => '显示全部选项',
                   2968: 
                   2969:    'Show All Instances'
                   2970: => '显示全部选项',
1.6       bisitz   2971: 
                   2972:    '1 out of N multiple choice (radio button)'
1.18      zhu      2973: => '单选',
1.6       bisitz   2974: 
                   2975:    'Add new option'
1.10      zhu      2976: => '添加新的选择',
1.6       bisitz   2977: 
                   2978:    'Administrator'
1.10      zhu      2979: => '管理员',
1.6       bisitz   2980: 
                   2981:    'Answer:'
1.10      zhu      2982: => '回复:',
1.6       bisitz   2983: 
                   2984:    'Attachment'
1.10      zhu      2985: => '附件',
1.6       bisitz   2986: 
                   2987:    '(128 KB max size)'
1.10      zhu      2988: => '(最大 128 KB)',
1.6       bisitz   2989: 
                   2990:    'Change'
1.10      zhu      2991: => '改变',
1.6       bisitz   2992: 
                   2993:    'Change Random Seed To:'
1.70      zhu      2994: => '随机数的基础上:',
1.6       bisitz   2995: 
                   2996:    'Change Your Language Preferences'
1.70      zhu      2997: => '变更您的语言偏好',
1.6       bisitz   2998: 
                   2999:    'Concept:'
1.70      zhu      3000: => '概念:',
1.6       bisitz   3001: 
                   3002:    'Correct Option:'
1.18      zhu      3003: => '正确的选择:',
1.6       bisitz   3004: 
                   3005:    'Create a New Course'
1.12      zhu      3006: => '创建一个新的课程',
1.6       bisitz   3007: 
                   3008:    'Create a New Course or Group Space'
1.12      zhu      3009: => '创建一个新的课程或组空间',
1.6       bisitz   3010: 
                   3011:    'Current'
1.12      zhu      3012: => '现在的',
1.6       bisitz   3013: 
                   3014:    'Delete an option'
1.12      zhu      3015: => '删除一个选项',
1.6       bisitz   3016: 
                   3017:    'Delete:'
1.12      zhu      3018: => '删除:',
1.6       bisitz   3019: 
                   3020:    'Diffs with Current Version'
1.56      zhu      3021: => '与当前版本的区别',
1.6       bisitz   3022: 
                   3023:    'Diffs with Version'
1.56      zhu      3024: => '不同版本之间的区别',
1.6       bisitz   3025: 
                   3026:    'Diffs with current Version'
1.56      zhu      3027: => '与当前版本的区别',
1.6       bisitz   3028: 
                   3029:    'Display and analysis of submission times on assessments.'
1.93      raeburn  3030: => 'Display and analysis of submission times on assessments.',
1.6       bisitz   3031: 
                   3032:    'Display foils in order given'
1.56      zhu      3033: => '在给定的分类里显示选项',
1.6       bisitz   3034: 
                   3035:    'Display foils in random order'
1.56      zhu      3036: => '在一个随机序列里显示选项',
1.6       bisitz   3037: 
                   3038:    'Domain Guest'
1.12      zhu      3039: => '网上邻居',
1.6       bisitz   3040: 
                   3041:    'Essay, open end'
1.18      zhu      3042: => '尝试,没有时间限制',
1.6       bisitz   3043: 
                   3044:    'False'
1.18      zhu      3045: => '错误的',
1.6       bisitz   3046: 
                   3047:    'Foil'
1.18      zhu      3048: => '选项',
1.6       bisitz   3049: 
                   3050:    'Format:'
1.12      zhu      3051: => '格式:',
1.6       bisitz   3052: 
                   3053:    'Height(pixel):'
1.12      zhu      3054: => '高 (Pixel):',
1.6       bisitz   3055: 
                   3056:    'Hint Text'
1.12      zhu      3057: => '提示文字',
1.6       bisitz   3058: 
                   3059:    'If this resource is in active use, student performance data from the previous version may become inaccessible.'
1.93      raeburn  3060: => 'If this resource is in active use, student performance data from the previous version may become inaccessible.',
1.6       bisitz   3061: 
                   3062:    'Image:'
1.12      zhu      3063: => '图片:',
1.6       bisitz   3064: 
                   3065:    'Incorrect Answers:'
1.12      zhu      3066: => '错误的答案:',
1.6       bisitz   3067: 
                   3068:    'Last accessed'
1.12      zhu      3069: => '上次访问',
1.6       bisitz   3070: 
                   3071:    'Librarian'
1.93      raeburn  3072: => 'Librarian',
1.6       bisitz   3073: 
                   3074:    'Making Backup to [_1]'
1.93      raeburn  3075: => 'Making Backup to [_1]',
1.6       bisitz   3076: 
                   3077:    'Max Number Of Shown Foils:'
1.56      zhu      3078: => '显示选项的最大数量:',
1.6       bisitz   3079: 
                   3080:    'Max number of foils displayed'
1.56      zhu      3081: => '显示选项的最大数量',
1.6       bisitz   3082: 
                   3083:    'Metadata'
1.12      zhu      3084: => '元数据',
1.6       bisitz   3085: 
                   3086:    'metadata'
1.12      zhu      3087: => '元数据',
1.6       bisitz   3088: 
                   3089:    'Metadata Version'
1.12      zhu      3090: => '元数据版本',
1.6       bisitz   3091: 
                   3092:    'Metadata current version'
1.12      zhu      3093: => '元数据的最新版本',
1.6       bisitz   3094: 
                   3095:    'Save Metadata'
1.12      zhu      3096: => '保存元数据',
1.6       bisitz   3097: 
                   3098:    'Name:'
1.12      zhu      3099: => '姓氏:',
1.6       bisitz   3100: 
                   3101:    'New parameters or saved values'
1.18      zhu      3102: => '新的参数或保存价值',
1.6       bisitz   3103: 
                   3104:    'No language preference'
1.56      zhu      3105: => '没有语言偏好',
1.6       bisitz   3106: 
                   3107:    'Not shown, not used'
1.18      zhu      3108: => '没有显示,没有使用',
1.6       bisitz   3109: 
                   3110:    'Obsolete parameters or saved values'
1.18      zhu      3111: => '过时的参数或保存价值',
1.6       bisitz   3112: 
                   3113:    'Option response'
1.12      zhu      3114: => '答案选项',
1.6       bisitz   3115: 
                   3116:    'Please do not reply to this address.'
1.93      raeburn  3117: => 'Please do not reply to this address.',
1.6       bisitz   3118: 
                   3119:    'Position'
                   3120: => 'Position',
                   3121: 
                   3122:    'Preferred language'
1.18      zhu      3123: => '首选语言',
1.6       bisitz   3124: 
                   3125:    'Problems'
1.93      raeburn  3126: => 'Problems',
1.6       bisitz   3127: 
                   3128:    'Produce Excel Output'
1.93      raeburn  3129: => 'Produce Excel Output',
1.6       bisitz   3130: 
                   3131:    'Question Text'
1.18      zhu      3132: => '文字问题',
1.6       bisitz   3133: 
                   3134:    'Random position'
1.18      zhu      3135: => '随机位置',
1.6       bisitz   3136: 
                   3137:    'Retrieve Published Resources'
1.18      zhu      3138: => '恢复发布的资源',
1.6       bisitz   3139: 
                   3140:    'Short string response'
1.18      zhu      3141: => '简短的文字回答',
1.6       bisitz   3142: 
                   3143:    'Show always at bottom position'
1.18      zhu      3144: => '总是在最后显示',
1.6       bisitz   3145: 
                   3146:    'Show always at top position'
1.18      zhu      3147: => '总是在最开始显示',
1.6       bisitz   3148: 
                   3149:    'Size:'
1.18      zhu      3150: => '大小:',
1.6       bisitz   3151: 
                   3152:    'Save Changes'
1.18      zhu      3153: => '保存更改',
1.6       bisitz   3154: 
                   3155:    'Submission Time Analysis'
1.18      zhu      3156: => '提交时间分析',
1.6       bisitz   3157: 
                   3158:    'Submit Changes and Edit'
1.18      zhu      3159: => '保存并继续编辑',
1.6       bisitz   3160: 
                   3161:    'TeXWidth(mm):'
1.18      zhu      3162: => 'TeX-宽 (mm):',
1.6       bisitz   3163: 
                   3164:    'Text'
1.18      zhu      3165: => '文本',
1.6       bisitz   3166: 
                   3167:    'Text Block'
1.18      zhu      3168: => '文本块',
1.6       bisitz   3169: 
                   3170:    'This is an automatic message generated by the LON-CAPA system.'
1.93      raeburn  3171: => 'This is an automatic message generated by the LON-CAPA system.',
1.6       bisitz   3172: 
                   3173:    'True'
1.18      zhu      3174: => '正确的',
1.6       bisitz   3175: 
                   3176:    'unused'
1.18      zhu      3177: => '未用过的',
1.6       bisitz   3178: 
                   3179:    'Type-in value'
1.93      raeburn  3180: => 'Type-in value',
1.6       bisitz   3181: 
                   3182:    'Unit:'
1.18      zhu      3183: => '单位:',
1.6       bisitz   3184: 
                   3185:    'Value'
1.18      zhu      3186: => '值',
1.6       bisitz   3187: 
                   3188:    'Warning!'
1.18      zhu      3189: => '警告!',
1.6       bisitz   3190: 
                   3191:    'Width(pixel):'
1.18      zhu      3192: => '宽 (Pixel):',
1.6       bisitz   3193: 
                   3194:    'anonymous'
1.18      zhu      3195: => '匿名',
1.6       bisitz   3196: 
                   3197:    'bytes'
1.93      raeburn  3198: => 'bytes',
1.6       bisitz   3199: 
                   3200:    'loginproblems.html'
                   3201: => 'loginproblems.html',
                   3202: 
                   3203:    'versions of this problem'
1.18      zhu      3204: => '这个问题的版本',
1.6       bisitz   3205: 
                   3206: 
1.45      bisitz   3207: #=====================
1.6       bisitz   3208: # Begin remote control (mydesk.tab)
                   3209: # 2x8 chars, only lower case
                   3210: # Same order as in mydesk.tab!
                   3211:    'choose[_1]'
1.44      bisitz   3212: => '选择',
1.6       bisitz   3213:    'course[_1]'
1.44      bisitz   3214: => '课程',
1.6       bisitz   3215: 
                   3216:    'switch[_1]'
1.44      bisitz   3217: => '转换',
1.6       bisitz   3218:    'course[_2]'
1.44      bisitz   3219: => '课程',
1.6       bisitz   3220: 
                   3221:    'switch[_2]'
1.44      bisitz   3222: => '转换',
1.6       bisitz   3223:    'role[_1]'
1.44      bisitz   3224: => '角色',
1.6       bisitz   3225: 
                   3226:    'choose[_2]'
1.44      bisitz   3227: => '选择',
1.6       bisitz   3228:    'role[_2]'
1.44      bisitz   3229: => '角色',
1.6       bisitz   3230: 
                   3231:    'course[_3]'
1.44      bisitz   3232: => '课程',
1.6       bisitz   3233:    'docs[_1]'
1.44      bisitz   3234: => '内容',
1.6       bisitz   3235: 
1.84      bisitz   3236:    'course[_7]'
1.44      bisitz   3237: => '编辑',
1.84      bisitz   3238:    'editor[_1]'
1.44      bisitz   3239: => '课程文档',
1.6       bisitz   3240: 
                   3241:    'navigate[_1]'
1.63      zhu      3242: => '课程',
1.6       bisitz   3243:    'contents[_1]'
1.63      zhu      3244: => '目录',
1.6       bisitz   3245: 
1.45      bisitz   3246:    'request-[_1]'
1.93      raeburn  3247: => 'request-[_1]',
1.45      bisitz   3248:    'course[_16]'
1.93      raeburn  3249: => 'course[_16]',
1.45      bisitz   3250: 
1.6       bisitz   3251:    'my[_1]'
1.63      zhu      3252: => '我的',
1.6       bisitz   3253:    'grades[_1]'
1.63      zhu      3254: => '得分',
1.6       bisitz   3255: 
                   3256:    'course[_4]'
1.63      zhu      3257: => '课程',
1.6       bisitz   3258:    'grades[_2]'
1.63      zhu      3259: => '等级',
1.6       bisitz   3260: 
                   3261:    'course[_5]'
1.93      raeburn  3262: => 'course[_5]',
1.6       bisitz   3263:    'chart[_1]'
1.93      raeburn  3264: => 'chart[_1]',
1.6       bisitz   3265: 
                   3266:    'course[_6]'
1.63      zhu      3267: => '课程',
1.6       bisitz   3268:    'stats[_1]'
1.63      zhu      3269: => '统计',
1.6       bisitz   3270: 
                   3271:    'manage[_1]'
1.93      raeburn  3272: => 'manage[_1]',
1.6       bisitz   3273:    'acc keys[_1]'
1.93      raeburn  3274: => 'acc keys[_1]',
1.6       bisitz   3275: 
                   3276:    'course[_12]'
1.63      zhu      3277: => '课程参加者',
1.6       bisitz   3278:    'roster[_1]'
1.63      zhu      3279: => '名单',
1.6       bisitz   3280: 
                   3281:    'user[_1]'
1.63      zhu      3282: => '用户',
                   3283:    'roles[_1]'
                   3284: => '角色',
1.6       bisitz   3285: 
                   3286:    'create[_1]'
1.63      zhu      3287: => '创建',
1.6       bisitz   3288:    'course[_8]'
1.63      zhu      3289: => '课程',
1.6       bisitz   3290: 
                   3291:    'course[_9]'
1.63      zhu      3292: => '课程',
1.6       bisitz   3293:    'parms[_1]'
1.63      zhu      3294: => '参数',
1.6       bisitz   3295: 
                   3296:    'con-[_1]'
1.93      raeburn  3297: => 'con-[_1]',
1.6       bisitz   3298:    'struct[_1]'
1.93      raeburn  3299: => 'struct[_1]',
1.6       bisitz   3300: 
1.45      bisitz   3301:    'co con-[_1]'
1.93      raeburn  3302: => 'co con-[_1]',
1.45      bisitz   3303:    'struct[_2]'
1.93      raeburn  3304: => 'struct[_2]',
1.45      bisitz   3305: 
1.6       bisitz   3306:    'domain[_1]'
1.63      zhu      3307: => '域',
1.6       bisitz   3308:    'config[_1]'
1.63      zhu      3309: => '配置',
1.6       bisitz   3310: 
                   3311:    'resource[_1]'
1.63      zhu      3312: => '发布', # '资源',
1.6       bisitz   3313:    'space[_1]'
1.63      zhu      3314: => '资源',
1.6       bisitz   3315: 
                   3316:    'co res[_1]'
1.93      raeburn  3317: => 'co res[_1]',
1.6       bisitz   3318:    'space[_2]'
1.93      raeburn  3319: => 'space[_2]',
1.6       bisitz   3320: 
                   3321:    'what is[_1]'
1.63      zhu      3322: => '有什么',
1.6       bisitz   3323:    'new[_1]'
1.63      zhu      3324: => '新内容',
1.6       bisitz   3325: 
                   3326:    'enter[_1]'
1.93      raeburn  3327: => 'enter[_1]',
1.6       bisitz   3328:    'grades[_3]'
1.93      raeburn  3329: => 'grades[_3]',
1.6       bisitz   3330: 
                   3331:    'send[_1]'
1.44      bisitz   3332: => '发送',
1.6       bisitz   3333:    'scantron[_1]'
1.93      raeburn  3334: => 'scantron[_1]',
1.6       bisitz   3335: 
                   3336:    'course[_13]'
1.44      bisitz   3337: => '课程',
1.6       bisitz   3338:    'catalog[_1]'
1.44      bisitz   3339: => '目录',
1.6       bisitz   3340: 
                   3341:    'view[_1]'
1.44      bisitz   3342: => '查看',
1.6       bisitz   3343:    'bookmark[_1]'
1.44      bisitz   3344: => '书签',
1.6       bisitz   3345: 
                   3346:    'calendar[_1]'
1.44      bisitz   3347: => '日历',
1.6       bisitz   3348:    'announce[_1]'
1.44      bisitz   3349: => '通告',
1.6       bisitz   3350: 
                   3351:    'commu-[_1]'
1.63      zhu      3352: => '发送和接收',
1.6       bisitz   3353:    'nication[_1]'
1.63      zhu      3354: => '邮件',
1.6       bisitz   3355: 
                   3356:    'course[_10]'
1.44      bisitz   3357: => '课程-',
1.45      bisitz   3358:    'chatroom[_1]'
1.44      bisitz   3359: => '聊天室',
1.6       bisitz   3360: 
                   3361:    'course[_14]'
1.44      bisitz   3362: => '课程-',
1.6       bisitz   3363:    'groups[_1]'
1.44      bisitz   3364: => '组',
1.6       bisitz   3365: 
                   3366:    'port-[_1]'
1.63      zhu      3367: => '文件夹',
1.6       bisitz   3368:    'folio[_1]'
1.63      zhu      3369: => '空间',
1.6       bisitz   3370: 
                   3371:    'edit[_1]'
1.44      bisitz   3372: => '编辑',
1.6       bisitz   3373:    'blogs[_1]'
1.44      bisitz   3374: => '博客',
1.6       bisitz   3375: 
                   3376:    'search[_3]'
1.93      raeburn  3377: => 'search[_3]',
1.6       bisitz   3378:    'prtfolio[_1]'
1.93      raeburn  3379: => 'prtfolio[_1]',
1.6       bisitz   3380: 
                   3381:    'search[_1]'
1.63      zhu      3382: => '在课程中',
1.6       bisitz   3383:    'course[_11]'
1.63      zhu      3384: => '搜索',
1.6       bisitz   3385: 
                   3386:    'search[_2]'
1.63      zhu      3387: => '搜索',
1.6       bisitz   3388:    'library[_1]'
1.63      zhu      3389: => '资源',
1.6       bisitz   3390: 
                   3391:    'prefer-[_1]'
1.63      zhu      3392: => '用户',
1.6       bisitz   3393:    'ences[_1]'
1.63      zhu      3394: => '设置',
1.6       bisitz   3395: 
                   3396:    'exit[_1]'
1.63      zhu      3397: => '注销',
1.6       bisitz   3398:    ' [_1]'
1.44      bisitz   3399: => ' ',
1.6       bisitz   3400: 
                   3401: #=====================
1.45      bisitz   3402: # Remote control entries which occur only in lonmenu.pm
1.6       bisitz   3403: 
1.45      bisitz   3404:    'problem[_1]'
1.93      raeburn  3405: => 'problem[_1]', # '问题',
1.45      bisitz   3406:    'grades[_4]'
1.93      raeburn  3407: => 'grades[_4]',
1.45      bisitz   3408: 
                   3409:    'sub-[_1]'
1.93      raeburn  3410: => 'sub-[_1]',
1.45      bisitz   3411:    'missions[_1]'
1.93      raeburn  3412: => 'missions[_1]',
1.6       bisitz   3413: 
1.45      bisitz   3414:    'problem[_2]'
1.93      raeburn  3415: => 'problem[_2]', # '问题',
1.45      bisitz   3416:    'parms[_2]'
1.93      raeburn  3417: => 'parms[_2]',
1.45      bisitz   3418: 
1.88      bisitz   3419:    'dir[_1]'
1.93      raeburn  3420: => 'dir[_1]',
1.88      bisitz   3421:    'list[_1]'
1.93      raeburn  3422: => 'list[_1]',
1.88      bisitz   3423: 
1.45      bisitz   3424:    'retrieve[_1]'
1.93      raeburn  3425: => 'retrieve[_1]',
1.45      bisitz   3426:    'version[_1]'
1.93      raeburn  3427: => 'version[_1]',
1.6       bisitz   3428: 
1.45      bisitz   3429:    'publish[_1]'
1.93      raeburn  3430: => 'publish[_1]',
1.45      bisitz   3431:    'resource[_3]'
1.93      raeburn  3432: => 'resource[_3]',
1.6       bisitz   3433: 
1.45      bisitz   3434:    'delete[_1]'
1.93      raeburn  3435: => 'delete[_1]',
1.45      bisitz   3436:    'resource[_2]'
1.93      raeburn  3437: => 'resource[_2]',
1.6       bisitz   3438: 
1.45      bisitz   3439:    'prepare[_1]'
1.93      raeburn  3440: => 'prepare[_1]',
1.45      bisitz   3441:    'printout[_1]'
                   3442: => '', # !
1.6       bisitz   3443: 
                   3444:    'backward[_1]'
1.93      raeburn  3445: => 'backward[_1]',
1.6       bisitz   3446: 
1.45      bisitz   3447:    'forward[_1]'
1.93      raeburn  3448: => 'forward[_1]',
1.45      bisitz   3449: 
                   3450:    'set[_1]'
1.93      raeburn  3451: => 'set[_1]',
1.6       bisitz   3452:    'bookmark[_2]'
1.93      raeburn  3453: => 'bookmark[_2]',
1.45      bisitz   3454: 
                   3455:    'anno-[_1]'
1.93      raeburn  3456: => 'anno-[_1]',
1.45      bisitz   3457:    'tations[_1]'
1.93      raeburn  3458: => 'tations[_1]',
1.45      bisitz   3459: 
                   3460:    'catalog[_2]'
1.93      raeburn  3461: => 'catalog[_2]',
1.45      bisitz   3462:    'info[_1]'
1.93      raeburn  3463: => 'info[_1]', # '信息',
1.6       bisitz   3464: 
                   3465:    'evaluate[_1]'
1.93      raeburn  3466: => 'evaluate[_1]',
1.45      bisitz   3467:    'this[_1]'
1.93      raeburn  3468: => 'this[_1]',
1.6       bisitz   3469: 
                   3470:    'feedback[_1]'
1.93      raeburn  3471: => 'feedback[_1]',
1.6       bisitz   3472:    'discuss[_1]'
1.93      raeburn  3473: => 'discuss[_1]',
1.6       bisitz   3474: 
                   3475: # End remote control
1.45      bisitz   3476: #=====================
1.6       bisitz   3477: 
                   3478:    '(Enter maximum [_1] collaborators using username or username@domain, e.g. smithje or smithje@[_2].)'
1.26      zhu      3479: => '(输入最大[_1]同事的用户名或用户名@域名,例如:smithje or smithje@[_2]。)',
1.6       bisitz   3480: 
                   3481:    '(Hand in a file you have prepared on your computer)'
1.100     raeburn  3482: => '(Hand in a file you have prepared on your computer)',
1.6       bisitz   3483: 
                   3484:    ', select a template from the pull-down menu below.'
1.98      bisitz   3485: => ', select a template from the pull-down menu below.',
1.6       bisitz   3486: 
                   3487:    '<*response>s are both inside of <part> and outside of <part>, this is not a valid problem, errors in grading may occur.'
1.98      bisitz   3488: => '<*response>s are both inside of <part> and outside of <part>, this is not a valid problem, errors in grading may occur.',
1.6       bisitz   3489: 
                   3490:    'ABSTRACT'
1.70      zhu      3491: => '摘要',
1.6       bisitz   3492: 
                   3493:    'Access Control'
1.70      zhu      3494: => '访问控制',
1.6       bisitz   3495: 
                   3496:    'Activate'
1.70      zhu      3497: => '激活',
1.6       bisitz   3498: 
                   3499:    'Add Roles'
1.70      zhu      3500: => '添加角色',
1.6       bisitz   3501: 
                   3502:    "Add one empty page/column after each student's assignment"
1.93      raeburn  3503: => "Add one empty page/column after each student's assignment",
1.6       bisitz   3504: 
                   3505:    "Add three empty pages/column after each student's assignment"
1.93      raeburn  3506: => "Add three empty pages/column after each student's assignment",
1.6       bisitz   3507: 
                   3508:    "Add two empty pages/column after each student's assignment"
1.93      raeburn  3509: => "Add two empty pages/column after each student's assignment",
1.6       bisitz   3510: 
                   3511:    'Date Shift'
1.93      raeburn  3512: => 'Date Shift',
1.6       bisitz   3513: 
                   3514:    'Do not clone date parameters'
1.93      raeburn  3515: => 'Do not clone date parameters',
1.6       bisitz   3516: 
                   3517:    'Clone date parameters as-is'
1.93      raeburn  3518: => 'Clone date parameters as-is',
1.6       bisitz   3519: 
                   3520:    'Shift date parameters by number of days'
1.93      raeburn  3521: => 'Shift date parameters by number of days',
1.6       bisitz   3522: 
                   3523:    'Additional settings, if specified below, will override cloned settings'
1.93      raeburn  3524: => 'Additional settings, if specified below, will override cloned settings',
1.6       bisitz   3525: 
                   3526:    'Advanced Edit'
1.93      raeburn  3527: => 'Advanced Edit',
1.6       bisitz   3528: 
                   3529:    'All Resources'
1.93      raeburn  3530: => 'All Resources',
1.6       bisitz   3531: 
                   3532:    'All Students'
1.26      zhu      3533: => '所有学生',
1.6       bisitz   3534: 
                   3535:    'Allowed filetypes: [_1]'
1.93      raeburn  3536: => 'Allowed filetypes: [_1]',
1.6       bisitz   3537: 
                   3538:    'An error occurred during the attempt to change the section for this student.'
1.93      raeburn  3539: => 'An error occurred during the attempt to change the section for this student.',
1.6       bisitz   3540: 
                   3541:    'An error occurred during the attempt to change the role information for this student.'
1.93      raeburn  3542: => 'An error occurred during the attempt to change the role information for this student.',
1.6       bisitz   3543: 
                   3544:    'Analyzing Results'
1.93      raeburn  3545: => 'Analyzing Results',
1.6       bisitz   3546: 
                   3547:    'Answerable'
1.93      raeburn  3548: => 'Answerable',
1.6       bisitz   3549: 
                   3550:    'Assessment Parameters'
1.93      raeburn  3551: => 'Assessment Parameters',
1.6       bisitz   3552: 
                   3553:    'Automated Enrollment Manager'
1.93      raeburn  3554: => 'Automated Enrollment Manager',
1.6       bisitz   3555: 
                   3556:    'Automated adds'
1.93      raeburn  3557: => 'Automated adds',
1.6       bisitz   3558: 
                   3559:    'Automated drops'
1.93      raeburn  3560: => 'Automated drops',
1.6       bisitz   3561: 
                   3562:    'Automated enrollment settings'
1.93      raeburn  3563: => 'Automated enrollment settings',
1.6       bisitz   3564: 
                   3565:    'Bad Filename'
1.93      raeburn  3566: => 'Bad Filename',
1.6       bisitz   3567: 
                   3568:    'Begin Enrollment'
1.93      raeburn  3569: => 'Begin Enrollment',
1.6       bisitz   3570: 
                   3571:    'Binary File'
1.93      raeburn  3572: => 'Binary File',
1.6       bisitz   3573: 
                   3574:    'Blank'
1.93      raeburn  3575: => 'Blank',
1.6       bisitz   3576: 
                   3577:    'Browse'
1.93      raeburn  3578: => 'Browse',
1.6       bisitz   3579: 
                   3580:    'CSV format'
1.93      raeburn  3581: => 'CSV format',
1.6       bisitz   3582: 
                   3583:    'Cannot publish directory'
1.93      raeburn  3584: => 'Cannot publish directory',
1.6       bisitz   3585: 
                   3586:    'Cannot retrieve directory'
1.93      raeburn  3587: => 'Cannot retrieve directory',
1.6       bisitz   3588: 
                   3589:    'Catalog Search'
1.93      raeburn  3590: => 'Catalog Search',
1.6       bisitz   3591: 
                   3592:    'Change User Privileges'
1.93      raeburn  3593: => 'Change User Privileges',
1.6       bisitz   3594: 
                   3595:    'Changed discussion view mode'
1.43      bisitz   3596: => '改变讨论视图模式',
1.6       bisitz   3597: 
                   3598:    'Click here for FAQ'
1.93      raeburn  3599: => 'Click here for FAQ',
1.6       bisitz   3600: 
                   3601:    'Click here for help'
1.93      raeburn  3602: => 'Click here for help',
1.6       bisitz   3603: 
                   3604:    'Click here to report bugs'
1.93      raeburn  3605: => 'Click here to report bugs',
1.6       bisitz   3606: 
                   3607:    'Click-On Texts (comma sep):'
1.93      raeburn  3608: => 'Click-On Texts (comma sep):',
1.6       bisitz   3609: 
                   3610:    'Clone an existing course'
1.93      raeburn  3611: => 'Clone an existing course',
1.6       bisitz   3612: 
                   3613:    'Close This Window'
1.93      raeburn  3614: => 'Close This Window',
1.6       bisitz   3615: 
                   3616:    'Closed'
1.93      raeburn  3617: => 'Closed',
1.6       bisitz   3618: 
                   3619:    'Communication'
                   3620: => '通讯',
                   3621: 
                   3622:    'Compare versions of'
1.93      raeburn  3623: => 'Compare versions of',
1.6       bisitz   3624: 
1.51      bisitz   3625:    'No differences found'
1.93      raeburn  3626: => 'No differences found',
1.51      bisitz   3627: 
1.6       bisitz   3628:    'Completely new course'
1.93      raeburn  3629: => 'Completely new course',
1.6       bisitz   3630: 
                   3631:    'Construction Space Version'
1.93      raeburn  3632: => 'Construction Space Version',
1.6       bisitz   3633: 
                   3634:    'Continue'
1.18      zhu      3635: => '下一步',
1.6       bisitz   3636: 
                   3637:    'Copy current file to'
1.93      raeburn  3638: => 'Copy current file to',
1.6       bisitz   3639: 
                   3640:    'Copy selected'
1.93      raeburn  3641: => 'Copy selected',
1.6       bisitz   3642: 
                   3643:    'Course Code'
1.93      raeburn  3644: => 'Course Code',
1.6       bisitz   3645: 
                   3646:    'Course Content'
                   3647: => '课程内容',
                   3648: 
                   3649:    'Course Data'
1.18      zhu      3650: => '课程数据',
1.6       bisitz   3651: 
                   3652:    'Course Home Server'
1.93      raeburn  3653: => 'Course Home Server',
1.6       bisitz   3654: 
                   3655:    'Course ID/Number'
1.18      zhu      3656: => '课程-ID/编号',
1.6       bisitz   3657: 
                   3658:    'Course Information'
1.18      zhu      3659: => '课程资料',
1.6       bisitz   3660: 
                   3661:    'Resource Level'
1.73      bisitz   3662: => '资源等级',
1.6       bisitz   3663: 
                   3664:    'Map/Folder Level'
1.93      raeburn  3665: => 'Map/Folder Level',
1.6       bisitz   3666: 
                   3667:    'Course Level'
1.73      bisitz   3668: => '课程等级',
1.6       bisitz   3669: 
                   3670:    'Course Search'
1.18      zhu      3671: => '课程搜寻',
1.6       bisitz   3672: 
                   3673:    'Course Title'
1.18      zhu      3674: => '课程名称',
1.6       bisitz   3675: 
                   3676:    'Create New User'
1.18      zhu      3677: => '创建新用户',
1.6       bisitz   3678: 
                   3679:    'Create User'
1.18      zhu      3680: => '创建用户',
1.6       bisitz   3681: 
                   3682:    'Crosslisted courses'
1.93      raeburn  3683: => 'Crosslisted courses',
1.6       bisitz   3684: 
                   3685:    'Current Class List'
1.22      zhu      3686: => '目前的学生名单',
1.6       bisitz   3687: 
                   3688:    'Current Ending Date: [_1]'
1.22      zhu      3689: => '目前结束日期: [_1]',
1.6       bisitz   3690: 
                   3691:    'Current Ending Date: not set'
1.22      zhu      3692: => '目前结束日期: 未设置',
1.6       bisitz   3693: 
                   3694:    'Current Resource'
1.22      zhu      3695: => '现有资源',
1.6       bisitz   3696: 
                   3697:    'Current Starting Date: [_1]'
1.22      zhu      3698: => '目前开始日期: [_1]',
1.6       bisitz   3699: 
                   3700:    'Current Starting Date: not set'
1.22      zhu      3701: => '目前开始日期: 未设置',
1.6       bisitz   3702: 
                   3703:    'Current Version'
1.22      zhu      3704: => '当前版本',
1.6       bisitz   3705: 
1.83      bisitz   3706:    'Currently no active roles, courses or communities'
                   3707: => 'Currently no active roles, courses or communities', # '目前没有任何活动的角色或课程',
1.6       bisitz   3708: 
1.83      bisitz   3709:    'Currently no additional roles, courses or communities'
                   3710: => 'Currently no additional roles, courses or communities', # '目前还没有更多的角色或课程',
1.6       bisitz   3711: 
                   3712:    'The following [quant,_1,role,roles] will become active in the future:'
1.93      raeburn  3713: => 'The following [quant,_1,role,roles] will become active in the future:',
1.6       bisitz   3714: 
                   3715:    'Currently submitted: [_1]'
1.22      zhu      3716: => '目前提交:[_1]',
1.6       bisitz   3717: 
                   3718:    'Custom Role Editor'
1.22      zhu      3719: => '自订角色编辑器',
1.6       bisitz   3720: 
                   3721:    'Cut selected'
1.93      raeburn  3722: => 'Cut selected',
1.6       bisitz   3723: 
                   3724:    'Decompress'
1.22      zhu      3725: => '解压缩',
1.6       bisitz   3726: 
                   3727:    'Default Assessment Spreadsheet'
1.93      raeburn  3728: => 'Default Assessment Spreadsheet',
1.6       bisitz   3729: 
                   3730:    'Default Course Spreadsheet'
1.93      raeburn  3731: => 'Default Course Spreadsheet',
1.6       bisitz   3732: 
                   3733:    'Default Student Spreadsheet'
1.93      raeburn  3734: => 'Default Student Spreadsheet',
1.6       bisitz   3735: 
                   3736:    'Default XML Style File'
1.93      raeburn  3737: => 'Default XML Style File',
1.6       bisitz   3738: 
                   3739:    'Default for new courses is'
1.93      raeburn  3740: => 'Default for new courses is',
1.6       bisitz   3741: 
                   3742:    'Default:'
1.93      raeburn  3743: => 'Default:',
1.6       bisitz   3744: 
                   3745:    'Define Role'
1.93      raeburn  3746: => 'Define Role',
1.6       bisitz   3747: 
                   3748:    'Dependencies'
1.93      raeburn  3749: => 'Dependencies',
1.6       bisitz   3750: 
                   3751:    'Description:'
1.13      zhu      3752: => '描述:',
1.6       bisitz   3753: 
                   3754:    'Disable student resource discussion'
1.93      raeburn  3755: => 'Disable student resource discussion',
1.6       bisitz   3756: 
                   3757:    'Disable student use of chatrooms'
1.93      raeburn  3758: => 'Disable student use of chatrooms',
1.6       bisitz   3759: 
                   3760:    'Display file attributes'
1.93      raeburn  3761: => 'Display file attributes',
1.6       bisitz   3762: 
                   3763:    'Do NOT generate as standard course'
1.93      raeburn  3764: => 'Do NOT generate as standard course',
1.6       bisitz   3765: 
                   3766:    'Domain Level'
1.93      raeburn  3767: => 'Domain Level',
1.6       bisitz   3768: 
                   3769:    "Don't Show Feedback"
1.93      raeburn  3770: => "Don't Show Feedback",
1.6       bisitz   3771: 
                   3772:    'Duration of automated classlist updates'
1.93      raeburn  3773: => 'Duration of automated classlist updates',
1.6       bisitz   3774: 
                   3775:    'Dynamic Metadata (updated periodically)'
1.18      zhu      3776: => '动态数据 (定期更新)',
1.6       bisitz   3777: 
                   3778:    'ERROR'
1.18      zhu      3779: => '错误',
1.6       bisitz   3780: 
                   3781:    'Edit Custom Role Privileges'
1.70      zhu      3782: => '编辑自定义角色权限',
1.6       bisitz   3783: 
                   3784:    'Editor Errors - these errors might not effect the running of the problem, but they will likely cause problems with further use of the Edit mode. Please use the EditXML mode to fix these errors.'
1.70      zhu      3785: => '编辑错误-这些错误可能不会影响正在运行的问题,但他们很可能会导致问题进一步使用编辑模式。请使用XML模式来解决这些错误。',
1.6       bisitz   3786: 
                   3787:    'End Time'
1.22      zhu      3788: => '结束时间',
1.6       bisitz   3789: 
                   3790:    'Ending Date'
1.22      zhu      3791: => '结束日期',
1.6       bisitz   3792: 
                   3793:    'Ending date'
1.22      zhu      3794: => '结束日期',
1.6       bisitz   3795: 
                   3796:    'Enroll One Student'
1.22      zhu      3797: => '登记一名学生',
1.6       bisitz   3798: 
                   3799:    'Enroll as student'
1.22      zhu      3800: => '登记学生',
1.6       bisitz   3801: 
                   3802:    'Enrolling'
1.22      zhu      3803: => '登记',
1.6       bisitz   3804: 
                   3805:    'Enrolling Student'
1.22      zhu      3806: => '登记学生',
1.6       bisitz   3807: 
                   3808:    'Enter as many fields as you can. The system will inform you and bring you back to this page if the data selected is insufficient to enroll students in your class.'
1.93      raeburn  3809: => 'Enter as many fields as you can. The system will inform you and bring you back to this page if the data selected is insufficient to enroll students in your class.',
1.6       bisitz   3810: 
                   3811:    'Enter as many fields as you can.<br /> The system will inform you and bring you back to this page, <br /> if the data selected are insufficient to add users.'
1.93      raeburn  3812: => 'Enter as many fields as you can.<br /> The system will inform you and bring you back to this page, <br /> if the data selected are insufficient to add users.',
1.6       bisitz   3813: 
                   3814:    'Enter terms or phrases separated by AND, OR, or NOT then press SEARCH below'
1.18      zhu      3815: => '在搜索栏里输入关键字或词组用  AND, OR, 或 NOT 间隔,然后点击下面的 搜索 ',
1.6       bisitz   3816: 
                   3817:    'Enter terms or phrases separated by search operators such as AND, OR, or NOT'
1.18      zhu      3818: => '在搜索栏里输入关键字或词组,如 AND,OR,或 NOT 间隔。',
1.6       bisitz   3819: 
                   3820:    'Entering Construction Space'
1.93      raeburn  3821: => 'Entering Construction Space',
1.6       bisitz   3822: 
                   3823:    'Error: Directory Non Empty'
1.93      raeburn  3824: => 'Error: Directory Non Empty',
1.6       bisitz   3825: 
                   3826:    'Error: destination for operation is an existing directory.'
1.93      raeburn  3827: => 'Error: destination for operation is an existing directory.',
1.6       bisitz   3828: 
                   3829:    'Evaluation Error '
1.93      raeburn  3830: => 'Evaluation Error ',
1.6       bisitz   3831: 
                   3832:    'Homework Problem'
1.98      bisitz   3833: => 'Homework Problem',
1.6       bisitz   3834: 
                   3835:    'Exam Problem'
1.93      raeburn  3836: => 'Exam Problem',
1.6       bisitz   3837: 
                   3838:    'Excel format'
1.93      raeburn  3839: => 'Excel format',
1.6       bisitz   3840: 
                   3841:    'Feedback Addresses for Course Content Comments'
1.93      raeburn  3842: => 'Feedback Addresses for Course Content Comments',
1.6       bisitz   3843: 
                   3844:    'Feedback Addresses for Course Policy'
1.93      raeburn  3845: => 'Feedback Addresses for Course Policy',
1.6       bisitz   3846: 
                   3847:    'Feedback Addresses for Resource Content Question'
1.93      raeburn  3848: => 'Feedback Addresses for Resource Content Question',
1.6       bisitz   3849: 
                   3850:    'First'
1.93      raeburn  3851: => 'First',
1.6       bisitz   3852: 
                   3853:    'First Resource'
1.93      raeburn  3854: => 'First Resource',
1.6       bisitz   3855: 
                   3856:    'Foil name [_1] appears more than once. Foil names need to be unique.'
1.93      raeburn  3857: => 'Foil name [_1] appears more than once. Foil names need to be unique.',
1.6       bisitz   3858: 
                   3859:    'Folder/Map'
1.10      zhu      3860: => '文件夹/课程内容',
1.6       bisitz   3861: 
                   3862:    'For one or more students'
1.93      raeburn  3863: => 'For one or more students',
1.6       bisitz   3864: 
                   3865:    'Found a <*response> outside of a <part> in a <part>ed problem'
1.93      raeburn  3866: => 'Found a <*response> outside of a <part> in a <part>ed problem',
1.6       bisitz   3867: 
                   3868:    'Found no analyzable respones in this problem, currently only Numerical, Formula and String response styles are supported.'
1.93      raeburn  3869: => 'Found no analyzable respones in this problem, currently only Numerical, Formula and String response styles are supported.',
1.6       bisitz   3870: 
                   3871:    'Generate messages from a file'
1.22      zhu      3872: => '从一个文件生成邮件',
1.6       bisitz   3873: 
                   3874:    'Arabic - UTF'
1.18      zhu      3875: => 'ﺎﻠﻋﺮﺒﻳﺓ - UTF',
1.6       bisitz   3876: 
                   3877:    'German - UTF'
1.18      zhu      3878: => 'Deutsch - UTF',
1.6       bisitz   3879: 
                   3880:    'English - UTF'
1.18      zhu      3881: => 'English - UTF',
1.6       bisitz   3882: 
                   3883:    'Spanish (Castellan) - UTF'
1.18      zhu      3884: => 'español (castellano) - UTF',
1.6       bisitz   3885: 
                   3886:    'Persian - UTF'
1.18      zhu      3887: => 'ﺍیﺭﺎﻧی - UTF',
1.6       bisitz   3888: 
                   3889:    'French - UTF'
1.18      zhu      3890: => 'français - UTF',
1.6       bisitz   3891: 
                   3892:    'Hebrew - UTF'
1.18      zhu      3893: => 'עברית - UTF',
1.6       bisitz   3894: 
                   3895:    'Japanese - UTF'
1.18      zhu      3896: => '日本語 - UTF',
1.6       bisitz   3897: 
                   3898:    'Portuguese - UTF'
1.18      zhu      3899: => 'Português - UTF',
1.6       bisitz   3900: 
                   3901:    'Russian - UTF'
1.29      bisitz   3902: => 'Русский - UTF',
1.6       bisitz   3903: 
                   3904:    'Turkish - UTF'
1.18      zhu      3905: => 'türkçe - UTF',
                   3906: 
                   3907:    'Chinese Simplified - UTF'
                   3908: => '简体中文 - UTF',
1.9       zhu      3909: 
                   3910:    'Swedish Chef - UTF'
1.93      raeburn  3911: => 'Swedish Chef - UTF',
1.8       bisitz   3912: 
1.9       zhu      3913:    'Undetermined - ISO'
1.18      zhu      3914: => 'Undetermined - ISO',
1.6       bisitz   3915: 
1.9       zhu      3916:    'Interlingua (International Auxiliary Language Association) - ISO'
1.18      zhu      3917: => 'Interlingua (International Auxiliary Language Association) - ISO',
1.6       bisitz   3918: 
                   3919:    'Go'
                   3920: => 'Go',
                   3921: 
                   3922:    'go'
1.93      raeburn  3923: => 'go',
1.6       bisitz   3924: 
                   3925:    'Go to ...'
1.12      zhu      3926: => '转到...',
1.6       bisitz   3927: 
                   3928:    'Help on Creating Courses'
1.93      raeburn  3929: => 'Help on Creating Courses',
1.6       bisitz   3930: 
                   3931:    'Home Server'
1.93      raeburn  3932: => 'Home Server',
1.6       bisitz   3933: 
                   3934:    'Homework problem'
1.98      bisitz   3935: => 'Homework problem',
1.6       bisitz   3936: 
                   3937:    'How do I create a CSV file from a spreadsheet'
1.27      zhu      3938: => '我如何从Excel表创建一个CSV文件',
1.6       bisitz   3939: 
                   3940:    'How do I create a class list from a spreadsheet'
1.93      raeburn  3941: => 'How do I create a class list from a spreadsheet',
1.6       bisitz   3942: 
                   3943:    'How should the results be printed?'
1.93      raeburn  3944: => 'How should the results be printed?',
1.6       bisitz   3945: 
                   3946:    'Immediately expire own role as Course Coordinator'
1.93      raeburn  3947: => 'Immediately expire own role as Course Coordinator',
1.6       bisitz   3948: 
                   3949:    'Import and Paste Area'
1.93      raeburn  3950: => 'Import and Paste Area',
1.6       bisitz   3951: 
                   3952:    'Include retrieval of student photographs?'
1.93      raeburn  3953: => 'Include retrieval of student photographs?',
1.6       bisitz   3954: 
                   3955:    'Institutional Information'
1.93      raeburn  3956: => 'Institutional Information',
1.6       bisitz   3957: 
                   3958:    'Invalid Significant figures detected'
1.93      raeburn  3959: => 'Invalid Significant figures detected',
1.6       bisitz   3960: 
                   3961:    'Invalid characters in requested name have been removed.'
1.93      raeburn  3962: => 'Invalid characters in requested name have been removed.',
1.6       bisitz   3963: 
                   3964:    'Invalid login mode or password.'
1.93      raeburn  3965: => 'Invalid login mode or password.',
1.6       bisitz   3966: 
                   3967:    'Invalid username or domain'
1.26      zhu      3968: => '无效的用户名或域',
1.6       bisitz   3969: 
                   3970:    'KEYWORDS'
1.93      raeburn  3971: => 'KEYWORDS',
1.6       bisitz   3972: 
                   3973:    'LaTeX batchmode'
1.93      raeburn  3974: => 'LaTeX batchmode',
1.6       bisitz   3975: 
                   3976:    'LaTeX mode'
1.93      raeburn  3977: => 'LaTeX mode',
1.6       bisitz   3978: 
                   3979:    'Languages used'
1.26      zhu      3980: => '所用语言',
1.6       bisitz   3981: 
                   3982:    'Last'
1.93      raeburn  3983: => 'Last',
1.6       bisitz   3984: 
                   3985:    'Leave blank on scoring form'
1.93      raeburn  3986: => 'Leave blank on scoring form',
1.6       bisitz   3987: 
                   3988:    'List Directory'
1.10      zhu      3989: => '目录列表',
1.6       bisitz   3990: 
                   3991:    'Location'
1.10      zhu      3992: => '地点',
1.6       bisitz   3993: 
                   3994:    'Login Data'
1.10      zhu      3995: => '登录数据',
1.6       bisitz   3996: 
                   3997:    'Logout'
                   3998: => '退出',
                   3999: 
                   4000:    'Make new directory'
1.10      zhu      4001: => '创建新目录',
1.6       bisitz   4002: 
                   4003:    'Make new file'
1.10      zhu      4004: => '创建新文件',
1.6       bisitz   4005: 
                   4006:    'Manual Grading'
1.10      zhu      4007: => '手动评分',
1.6       bisitz   4008: 
                   4009:    'Map has branchings. Use advanced editor.'
1.93      raeburn  4010: => 'Map has branchings. Use advanced editor.',
1.6       bisitz   4011: 
                   4012:    'Map has conditions. Use advanced editor.'
1.93      raeburn  4013: => 'Map has conditions. Use advanced editor.',
1.6       bisitz   4014: 
                   4015:    'Map has resource parameters. Use advanced editor.'
1.93      raeburn  4016: => 'Map has resource parameters. Use advanced editor.',
1.6       bisitz   4017: 
                   4018:    'Map has unconnected resources. Use advanced editor.'
1.93      raeburn  4019: => 'Map has unconnected resources. Use advanced editor.',
1.6       bisitz   4020: 
                   4021:    'Messaging'
1.26      zhu      4022: => '发送邮件',
1.6       bisitz   4023: 
                   4024:    'first'
1.26      zhu      4025: => '名', # !
1.6       bisitz   4026: 
                   4027:    'last'
1.26      zhu      4028: => '姓', # !
1.6       bisitz   4029: 
                   4030:    'middle'
1.26      zhu      4031: => '中名', # !
1.6       bisitz   4032: 
                   4033:    'Middle Name'
1.26      zhu      4034: => '中名',
1.6       bisitz   4035: 
                   4036:    'Missing Kerberos domain information.'
1.70      zhu      4037: => '丢失的Kerberos域信息。',
1.6       bisitz   4038: 
                   4039:    'Modification may make assessment data inaccessible!'
1.70      zhu      4040: => '修改可能使评估数据无法访问!',
1.6       bisitz   4041: 
                   4042:    'Modify Enrollment for'
1.70      zhu      4043: => '修改注册为',
1.6       bisitz   4044: 
                   4045:    'Modify User'
1.70      zhu      4046: => '修改用户',
1.6       bisitz   4047: 
                   4048:    'Modify another students data'
1.70      zhu      4049: => '修改另一个学生的数据',
1.6       bisitz   4050: 
                   4051:    'Modify deadlines, etc, for this resource'
1.70      zhu      4052: => '修改此资源的截止日期等',
1.6       bisitz   4053: 
                   4054:    'Modifying data for user'
1.70      zhu      4055: => '修改用户的数据',
1.6       bisitz   4056: 
                   4057:    'Modifying this will make problems have different numbers and answers!'
1.70      zhu      4058: => '修改这将使问题有不同的号码和答案!',
1.6       bisitz   4059: 
                   4060:    'Move current file to'
1.70      zhu      4061: => '目前文件移动到',
1.6       bisitz   4062: 
                   4063:    'Must create new subdirectory inside a directory'
1.70      zhu      4064: => '必须在目录里面创造新的子目录',
1.6       bisitz   4065: 
                   4066:    'Name of Role'
1.70      zhu      4067: => '角色名字',
1.6       bisitz   4068: 
                   4069:    'New Directory'
1.70      zhu      4070: => '新目录',
1.6       bisitz   4071: 
                   4072:    'New HTML file'
1.70      zhu      4073: => '新的HTML文件',
1.6       bisitz   4074: 
                   4075:    'New Resource'
1.70      zhu      4076: => '新资源',
1.6       bisitz   4077: 
                   4078:    'New Role'
1.70      zhu      4079: => '新角色',
1.6       bisitz   4080: 
                   4081:    'New User'
1.70      zhu      4082: => '新用户',
1.6       bisitz   4083: 
                   4084:    'New Value'
1.70      zhu      4085: => '新的价值',
1.6       bisitz   4086: 
                   4087:    'New assembled page'
                   4088: => '新组合页面',
                   4089: 
                   4090:    'New assembled sequence'
1.70      zhu      4091: => '新的组合序列',
1.6       bisitz   4092: 
                   4093:    'New custom rights file'
1.70      zhu      4094: => '新文件的访问控制',
1.6       bisitz   4095: 
                   4096:    'New file'
1.70      zhu      4097: => '新文件',
1.6       bisitz   4098: 
                   4099:    'New problem'
1.70      zhu      4100: => '新问题',
1.6       bisitz   4101: 
                   4102:    'New style file'
1.70      zhu      4103: => '新的风格文件',
1.6       bisitz   4104: 
                   4105:    'New subdirectory'
1.12      zhu      4106: => '新的子目录',
1.6       bisitz   4107: 
                   4108:    'Next    '
1.18      zhu      4109: => '下一步    ',
1.6       bisitz   4110: 
                   4111:    'No'
1.10      zhu      4112: => '否',
1.6       bisitz   4113: 
                   4114:    'No Access or Usages Statistics are available for this resource.'
1.18      zhu      4115: => '没有访问或使用的统计数据可用于该资源。',
1.6       bisitz   4116: 
                   4117:    'No Assessment Statistical Data is available for this resource'
1.18      zhu      4118: => '没有任何评估统计数据可用于该资源。',
1.6       bisitz   4119: 
                   4120:    'No Evaluation Data is available for this resource.'
1.18      zhu      4121: => '没有任何评价数据可用于该资源。',
1.6       bisitz   4122: 
                   4123:    'No new filename specified.'
1.18      zhu      4124: => '没有指定新的文件名。',
1.6       bisitz   4125: 
                   4126:    'No such file'
1.18      zhu      4127: => '文件未找到',
1.6       bisitz   4128: 
                   4129:    'Not Allowed'
1.18      zhu      4130: => '不允许',
1.6       bisitz   4131: 
                   4132:    'Not applicable -'
1.93      raeburn  4133: => 'Not applicable -',
1.6       bisitz   4134: 
                   4135:    'Not open to be viewed'
1.93      raeburn  4136: => 'Not open to be viewed',
1.6       bisitz   4137: 
                   4138:    'Not set -'
1.93      raeburn  4139: => 'Not set -',
1.6       bisitz   4140: 
                   4141:    'Notification of enrollment changes'
1.93      raeburn  4142: => 'Notification of enrollment changes',
1.6       bisitz   4143: 
                   4144:    'Notification to course coordinator via LON-CAPA message when enrollment changes occur during the automated update?'
1.93      raeburn  4145: => 'Notification to course coordinator via LON-CAPA message when enrollment changes occur during the automated update?',
1.6       bisitz   4146: 
                   4147:    'Number of columns'
1.93      raeburn  4148: => 'Number of columns',
1.6       bisitz   4149: 
                   4150:    'Old Value'
1.93      raeburn  4151: => 'Old Value',
1.6       bisitz   4152: 
                   4153:    'One particular problem (overrides folder and course defaults)'
1.93      raeburn  4154: => 'One particular problem (overrides folder and course defaults)',
1.6       bisitz   4155: 
                   4156:    'Online Help'
1.70      zhu      4157: => '联机帮助',
1.6       bisitz   4158: 
1.23      bisitz   4159:    'Help: [_1]'
1.70      zhu      4160: => '帮助: [_1]',
1.23      bisitz   4161: 
1.6       bisitz   4162:    'Only domain coordinators can change a users password.'
1.70      zhu      4163: => '只有域协调员可以更改用户的密码。',
1.6       bisitz   4164: 
                   4165:    'Open Course'
1.70      zhu      4166: => '创建课程',
1.6       bisitz   4167: 
                   4168:    'Open all assessments'
1.70      zhu      4169: => '所有评估访问',
1.6       bisitz   4170: 
                   4171:    'Open and correct'
1.70      zhu      4172: => '公开和正确',
1.6       bisitz   4173: 
                   4174:    'Open with full tries'
1.70      zhu      4175: => '向所有人开放的尝试',
1.6       bisitz   4176: 
                   4177:    'Output Format: [_1]'
1.70      zhu      4178: => '输出格式: [_1]',
1.6       bisitz   4179: 
                   4180:    'Layout Options'
1.70      zhu      4181: => '布局选项',
1.6       bisitz   4182: 
                   4183:    'Page layout'
1.70      zhu      4184: => '页面布局',
1.6       bisitz   4185: 
                   4186:    'Paper type'
1.70      zhu      4187: => '纸张类型',
1.6       bisitz   4188: 
                   4189:    'PDF-Formfields'
1.70      zhu      4190: => 'PDF格式字段',
1.6       bisitz   4191: 
                   4192:    'with Formfields'
1.70      zhu      4193: => '带有格式字段',
1.6       bisitz   4194: 
                   4195:    'without Formfields'
1.70      zhu      4196: => '不带有格式字段',
1.6       bisitz   4197: 
1.77      bisitz   4198:    'Problems from the Whole Course'
1.93      raeburn  4199: => 'Problems from the Whole Course',
1.77      bisitz   4200: 
                   4201:    'Resources from the Whole Course'
1.93      raeburn  4202: => 'Resources from the Whole Course',
1.77      bisitz   4203: 
1.6       bisitz   4204:    'Parameter'
1.70      zhu      4205: => '参数',
1.6       bisitz   4206: 
                   4207:    'Paste after selected'
1.93      raeburn  4208: => 'Paste after selected',
1.6       bisitz   4209: 
                   4210:    'Personal Data'
                   4211: => '个人资料',
                   4212: 
                   4213:    'Please choose the default authentication method to be used by new users added to this LON-CAPA domain by the automated enrollment process'
1.93      raeburn  4214: => 'Please choose the default authentication method to be used by new users added to this LON-CAPA domain by the automated enrollment process',
1.6       bisitz   4215: 
                   4216:    'No such user [_1] at domain [_2].' # 1: user, 2: domain
1.93      raeburn  4217: => 'No such user [_1] at domain [_2].',
1.6       bisitz   4218: 
                   4219:    'Please click Back on your browser and select another user, or [_1]Create User[_2]'
1.93      raeburn  4220: => 'Please click Back on your browser and select another user, or [_1]Create User[_2]',
1.6       bisitz   4221: 
                   4222:    'Invalid home server for course: [_1]'
1.93      raeburn  4223: => 'Invalid home server for course: [_1]',
1.6       bisitz   4224: 
                   4225:    'Please contact your LON-CAPA administrator regarding this situation.'
1.93      raeburn  4226: => 'Please contact your LON-CAPA administrator regarding this situation.',
1.6       bisitz   4227: 
                   4228:    'Please select an authentication mechanism'
1.93      raeburn  4229: => 'Please select an authentication mechanism',
1.6       bisitz   4230: 
                   4231:    'Please select the Authentication mechanism'
1.93      raeburn  4232: => 'Please select the Authentication mechanism',
1.6       bisitz   4233: 
                   4234:    'Please stand by.'
1.93      raeburn  4235: => 'Please stand by.',
1.6       bisitz   4236: 
                   4237:    "Please use browser 'Back' button and pick a filename"
1.93      raeburn  4238: => "Please use browser 'Back' button and pick a filename",
1.6       bisitz   4239: 
                   4240:    'Preparing Printout'
1.93      raeburn  4241: => 'Preparing Printout',
1.6       bisitz   4242: 
                   4243:    'Print'
1.93      raeburn  4244: => 'Print',
1.6       bisitz   4245: 
                   4246:    'Print Index'
1.93      raeburn  4247: => 'Print Index',
1.6       bisitz   4248: 
                   4249:    'Print Discussions'
1.93      raeburn  4250: => 'Print Discussions',
1.6       bisitz   4251: 
                   4252:    'Print Annotations'
1.93      raeburn  4253: => 'Print Annotations',
1.6       bisitz   4254: 
                   4255:    'Print Table of Contents'
1.93      raeburn  4256: => 'Print Table of Contents',
1.6       bisitz   4257: 
                   4258:    'Print:'
1.93      raeburn  4259: => 'Print:',
1.6       bisitz   4260: 
                   4261:    'Problems from entire course'
1.93      raeburn  4262: => 'Problems from entire course',
1.6       bisitz   4263: 
                   4264:    'Processed file: [_1]'
1.93      raeburn  4265: => 'Processed file: [_1]',
1.6       bisitz   4266: 
                   4267:    'Publish this Resource'
1.93      raeburn  4268: => 'Publish this Resource',
1.6       bisitz   4269: 
                   4270:    'Randomization algorithm used'
1.93      raeburn  4271: => 'Randomization algorithm used',
1.6       bisitz   4272: 
                   4273:    'Recent'
1.12      zhu      4274: => '最新的',
1.6       bisitz   4275: 
                   4276:    'Rename current file to'
1.12      zhu      4277: => '当前文件重命名为',
1.6       bisitz   4278: 
                   4279:    'Report a Bug'
1.12      zhu      4280: => '报告错误',
1.6       bisitz   4281: 
                   4282:    'Resource'
1.12      zhu      4283: => '资源',
1.6       bisitz   4284: 
                   4285:    'Resource Differences'
1.12      zhu      4286: => '资源的差异',
1.6       bisitz   4287: 
                   4288:    'Resources from selected sequence in course'
1.93      raeburn  4289: => 'Resources from selected sequence in course',
1.6       bisitz   4290: 
                   4291:    'Response'
1.12      zhu      4292: => '回答',
1.6       bisitz   4293: 
                   4294:    'Retrieve Old Version'
1.93      raeburn  4295: => 'Retrieve Old Version',
1.6       bisitz   4296: 
                   4297:    'Retrieving current (most recent) version'
1.93      raeburn  4298: => 'Retrieving current (most recent) version',
1.6       bisitz   4299: 
                   4300:    'Retrieving old version'
1.93      raeburn  4301: => 'Retrieving old version',
1.6       bisitz   4302: 
                   4303:    'Return to DOCS'
1.18      zhu      4304: => '回到课程内容',
1.6       bisitz   4305: 
                   4306:    'Reverse Association'
1.93      raeburn  4307: => 'Reverse Association',
1.6       bisitz   4308: 
                   4309:    'Revoke'
1.70      zhu      4310: => '撤销',
1.6       bisitz   4311: 
                   4312:    'Revoke Existing Roles'
1.70      zhu      4313: => '撤销现有的角色',
1.6       bisitz   4314: 
                   4315:    'Role'
1.18      zhu      4316: => '角色',
1.6       bisitz   4317: 
                   4318:    'Role:'
1.18      zhu      4319: => '角色:',
1.6       bisitz   4320: 
                   4321:    'Role Information'
1.70      zhu      4322: => '角色信息',
1.6       bisitz   4323: 
                   4324:    'Sample Points:'
1.93      raeburn  4325: => 'Sample Points:',
1.6       bisitz   4326: 
                   4327:    'Save entries below as a draft answer (not submitting them for credit yet)'
1.93      raeburn  4328: => 'Save entries below as a draft answer (not submitting them for credit yet)',
1.6       bisitz   4329: 
                   4330:    'Select Action'
1.9       zhu      4331: => '选择行动',
1.6       bisitz   4332: 
                   4333:    'Select All Resources'
1.63      zhu      4334: => '选择所有资源',
1.6       bisitz   4335: 
                   4336:    'Select Printing Options:'
1.63      zhu      4337: => '选择打印选项:',
1.6       bisitz   4338: 
                   4339:    'Select Problem(s) to print'
1.63      zhu      4340: => '选择要打印任务',
1.6       bisitz   4341: 
                   4342:    'Select Resource(s) to print'
1.63      zhu      4343: => '选择要打印的资源',
1.6       bisitz   4344: 
                   4345:    'Select Resources To Print'
1.63      zhu      4346: => '选择要打印的资源',
1.6       bisitz   4347: 
                   4348:    'Select Section'
1.70      zhu      4349: => '选择章节',
1.6       bisitz   4350: 
                   4351:    'Select Sequence To Print From'
1.63      zhu      4352: => '选择打印顺序',
1.6       bisitz   4353: 
                   4354:    'Select Students and Resources'
1.63      zhu      4355: => '选择学生和资源',
1.6       bisitz   4356: 
                   4357:    'Select Style File'
1.63      zhu      4358: => '选择文件风格',
1.6       bisitz   4359: 
                   4360:    "Select a user name to modify the student's information"
1.63      zhu      4361: => "选择一个用户名来修改学生的信息",
1.6       bisitz   4362: 
                   4363:    'Select a user name to view the users personal page.'
1.63      zhu      4364: => '选择一个用户名,以查看用户的个人页面。',
1.6       bisitz   4365: 
                   4366:    'Select resources for the assignment'
1.93      raeburn  4367: => 'Select resources for the assignment',
1.6       bisitz   4368: 
                   4369:    'Set'
1.22      zhu      4370: => '设置',
1.6       bisitz   4371: 
                   4372:    'Set?'
1.22      zhu      4373: => '设置?',
1.6       bisitz   4374: 
                   4375:    'Set Course Environment'
1.22      zhu      4376: => '设置课程环境',
1.6       bisitz   4377: 
                   4378:    'Set End Date'
1.22      zhu      4379: => '设置结束日期',
1.6       bisitz   4380: 
                   4381:    'Set Individual User Roles'
1.22      zhu      4382: => '设定用户角色和权限',
1.6       bisitz   4383: 
                   4384:    'Set Start Date'
1.22      zhu      4385: => '设置开始日期',
1.6       bisitz   4386: 
                   4387:    'Set content feedback to Course Coordinator'
1.93      raeburn  4388: => 'Set content feedback to Course Coordinator',
1.6       bisitz   4389: 
                   4390:    'Set course policy feedback to Course Coordinator'
1.93      raeburn  4391: => 'Set course policy feedback to Course Coordinator',
1.6       bisitz   4392: 
                   4393:    'Set opening date for all problems in the course for. . .'
1.93      raeburn  4394: => 'Set opening date for all problems in the course for. . .',
1.6       bisitz   4395: 
                   4396:    'Set to ...'
1.93      raeburn  4397: => 'Set to ...',
1.6       bisitz   4398: 
                   4399:    'Show Answer'
1.93      raeburn  4400: => 'Show Answer',
1.6       bisitz   4401: 
                   4402:    'Show Feedback'
1.93      raeburn  4403: => 'Show Feedback',
1.6       bisitz   4404: 
                   4405:    'Simple Edit'
1.93      raeburn  4406: => 'Simple Edit',
1.6       bisitz   4407: 
                   4408:    'Start Time'
1.93      raeburn  4409: => 'Start Time',
1.6       bisitz   4410: 
                   4411:    "Start each student's assignment on a new page/column (add a pagefeed after each assignment)"
1.93      raeburn  4412: => "Start each student's assignment on a new page/column (add a pagefeed after each assignment)",
1.6       bisitz   4413: 
                   4414:    'Starting Date'
1.22      zhu      4415: => '开始日期',
1.6       bisitz   4416: 
                   4417:    'Starting date'
1.22      zhu      4418: => '开始日期',
1.6       bisitz   4419: 
                   4420:    'Student ID'
1.22      zhu      4421: => '学生证',
1.6       bisitz   4422: 
                   4423:    'Student Information'
1.22      zhu      4424: => '学生信息',
1.6       bisitz   4425: 
                   4426:    'Student Sheet Links'
1.22      zhu      4427: => '学生表链接',
1.6       bisitz   4428: 
                   4429:    'Student Status'
1.22      zhu      4430: => '学生状态',
1.6       bisitz   4431: 
                   4432:    'Student Status: [_1]'
1.22      zhu      4433: => '学生状态: [_1]',
1.6       bisitz   4434: 
                   4435:    'Student information updated successfully.'
1.22      zhu      4436: => '学生信息已成功更新。',
1.6       bisitz   4437: 
                   4438:    'Students need access key to enter course'
1.93      raeburn  4439: => 'Students need access key to enter course',
1.6       bisitz   4440: 
                   4441:    'Students with expired roles'
1.93      raeburn  4442: => 'Students with expired roles',
1.6       bisitz   4443: 
                   4444:    'Subject:'
1.22      zhu      4445: => '标题:',
1.6       bisitz   4446: 
                   4447:    'Submissions'
1.93      raeburn  4448: => 'Submissions',
1.6       bisitz   4449: 
                   4450:    'Submit Modifications'
1.63      zhu      4451: => '提交更改',
1.6       bisitz   4452: 
                   4453:    'Submit entries below as answer to receive credit'
1.93      raeburn  4454: => 'Submit entries below as answer to receive credit',
1.6       bisitz   4455: 
                   4456:    'Survey Question'
1.93      raeburn  4457: => 'Survey Question',
1.6       bisitz   4458: 
                   4459:    'Survey question'
1.93      raeburn  4460: => 'Survey question',
1.6       bisitz   4461: 
                   4462:    'System Level'
1.93      raeburn  4463: => 'System Level',
1.6       bisitz   4464: 
                   4465:    'Target Edit Map'
1.93      raeburn  4466: => 'Target Edit Map', #??? [SB 18.10.2006]
1.6       bisitz   4467: 
                   4468:    'TeX unconverted due to errors'
1.93      raeburn  4469: => 'TeX unconverted due to errors',
1.6       bisitz   4470: 
                   4471:    'TeX unconverted due to previous errors'
1.93      raeburn  4472: => 'TeX unconverted due to previous errors',
1.6       bisitz   4473: 
                   4474:    'The error reported was'
1.93      raeburn  4475: => 'The error reported was',
1.6       bisitz   4476: 
                   4477:    'The following entries will be used to identify the course according to the naming scheme adopted by your institution. Your choices will be used to map an internal LON-CAPA course ID to the corresponding course section ID(s) used by the office responsible for providing official class lists for courses at your institution. This mapping is required if you choose to employ automatic population of class lists.'
1.93      raeburn  4478: => 'The following entries will be used to identify the course according to the naming scheme adopted by your institution. Your choices will be used to map an internal LON-CAPA course ID to the corresponding course section ID(s) used by the office responsible for providing official class lists for courses at your institution. This mapping is required if you choose to employ automatic population of class lists.',
1.6       bisitz   4479: 
                   4480:    "The following settings control automatic enrollment of students in this class based on information available for this specific course from your institution's official classlists."
1.93      raeburn  4481: => "The following settings control automatic enrollment of students in this class based on information available for this specific course from your institution's official classlists.",
1.6       bisitz   4482: 
                   4483:    'The requested file'
1.93      raeburn  4484: => 'The requested file',
1.6       bisitz   4485: 
                   4486:    'The student must log out and log in again to see these changes.'
1.93      raeburn  4487: => 'The student must log out and log in again to see these changes.',
1.6       bisitz   4488: 
                   4489:    'There are currently no Error Messages for this resource.'
1.93      raeburn  4490: => 'There are currently no Error Messages for this resource.',
1.6       bisitz   4491: 
                   4492:    'There are no Evaluation Comments on this resource.'
1.93      raeburn  4493: => 'There are no Evaluation Comments on this resource.',
1.6       bisitz   4494: 
                   4495:    'There was an error determining the environment values for'
1.93      raeburn  4496: => 'There was an error determining the environment values for',
1.6       bisitz   4497: 
                   4498:    'Top Level Map'
1.93      raeburn  4499: => 'Top Level Map',
1.6       bisitz   4500: 
                   4501:    'Type Name Here'
1.93      raeburn  4502: => 'Type Name Here',
1.6       bisitz   4503: 
                   4504:    'Type in value'
1.93      raeburn  4505: => 'Type in value',
1.6       bisitz   4506: 
                   4507:    'Type:'
1.93      raeburn  4508: => 'Type:',
1.6       bisitz   4509: 
                   4510:    'UNDISPLAYABLE'
1.93      raeburn  4511: => 'UNDISPLAYABLE',
1.6       bisitz   4512: 
                   4513:    'Unable to enroll'
1.93      raeburn  4514: => 'Unable to enroll',
1.6       bisitz   4515: 
                   4516:    'Unable to publish file, it contains duplicated ID(s), ID(s) need to be unique. The duplicated ID(s) are'
1.93      raeburn  4517: => 'Unable to publish file, it contains duplicated ID(s), ID(s) need to be unique. The duplicated ID(s) are',
1.6       bisitz   4518: 
                   4519:    'Unable to retrieve environment data for'
1.93      raeburn  4520: => 'Unable to retrieve environment data for',
1.6       bisitz   4521: 
                   4522:    'Unable to set default dates for course'
1.93      raeburn  4523: => 'Unable to set default dates for course',
1.6       bisitz   4524: 
                   4525:    'Unavailable course'
1.93      raeburn  4526: => 'Unavailable course',
1.6       bisitz   4527: 
                   4528:    'Unknown Action'
1.93      raeburn  4529: => 'Unknown Action',
1.6       bisitz   4530: 
                   4531:    'Upload file'
1.93      raeburn  4532: => 'Upload file',
1.6       bisitz   4533: 
                   4534:    'Upload file to Construction Space'
1.93      raeburn  4535: => 'Upload file to Construction Space',
1.6       bisitz   4536: 
                   4537:    'VIEW'
1.93      raeburn  4538: => 'VIEW',
1.6       bisitz   4539: 
                   4540:    'View the FAQ'
1.93      raeburn  4541: => 'View the FAQ',
1.6       bisitz   4542: 
                   4543:    'Visibly Separate Items on Pages'
1.93      raeburn  4544: => 'Visibly Separate Items on Pages',
1.6       bisitz   4545: 
                   4546:    'WARNING: The metadata table does not exist in the LON-CAPA database.'
1.93      raeburn  4547: => 'WARNING: The metadata table does not exist in the LON-CAPA database.',
1.6       bisitz   4548: 
                   4549:    'Warning: change of MIME type!'
1.93      raeburn  4550: => 'Warning: change of MIME type!',
1.6       bisitz   4551: 
                   4552:    'Warning: target file exists!'
1.93      raeburn  4553: => 'Warning: target file exists!',
1.6       bisitz   4554: 
                   4555:    'Warning: target file exists, and has been published!'
1.93      raeburn  4556: => 'Warning: target file exists, and has been published!',
1.6       bisitz   4557: 
                   4558:    'Width'
1.93      raeburn  4559: => 'Width',
1.6       bisitz   4560: 
                   4561:    'Print Options'
1.63      zhu      4562: => '打印选项',
1.6       bisitz   4563: 
                   4564:    'Print Answers'
1.63      zhu      4565: => '打印回答',
1.6       bisitz   4566: 
                   4567:    'Only Answers'
1.63      zhu      4568: => '只有回答',
1.6       bisitz   4569: 
                   4570:    'With Answers'
1.63      zhu      4571: => '带答案',
1.6       bisitz   4572: 
                   4573:    'Without Answers'
1.63      zhu      4574: => '没有答案',
1.6       bisitz   4575: 
                   4576:    'You are working with an unsaved version of your map.'
1.93      raeburn  4577: => 'You are working with an unsaved version of your map.',
1.6       bisitz   4578: 
                   4579:    'You changed the students id but did not disable the ID change safeguard. The students id will not be changed.'
1.93      raeburn  4580: => 'You changed the students id but did not disable the ID change safeguard. The students id will not be changed.',
1.6       bisitz   4581: 
                   4582:    'Your request to change the role information for this student was refused. You do not appear to have sufficient authority to change student information.'
1.93      raeburn  4583: => 'Your request to change the role information for this student was refused. You do not appear to have sufficient authority to change student information.',
1.6       bisitz   4584: 
                   4585:    '[_1] (what you just saw on the screen)'
1.63      zhu      4586: => '[_1] (what you just saw on the screen)',
1.6       bisitz   4587: 
                   4588:    '[_1] Local Authentication with argument [_2]'
1.70      zhu      4589: => '[_1] 局部认证带 [_2]',
1.6       bisitz   4590: 
                   4591:    'Currently using local (institutional) authentication.'
1.101     bisitz   4592: => 'Currently using local (institutional) authentication.', # => '目前使用的地方(机构)的认证。Derzeit lokal (institutionell) authentifiziert.',
1.6       bisitz   4593: 
                   4594:    'a comma separated list of course sections crosslisted with the current course, with each entry including the institutional course section name followed by a colon and then the (optional) sectionID to be used in LON-CAPA, e.g., fs03ent231001:ent1,fs03bot231001:bot1,fs03zol231002:zol2'
1.93      raeburn  4595: => 'a comma separated list of course sections crosslisted with the current course, with each entry including the institutional course section name followed by a colon and then the (optional) sectionID to be used in LON-CAPA, e.g., fs03ent231001:ent1,fs03bot231001:bot1,fs03zol231002:zol2',
1.6       bisitz   4596: 
                   4597:    'a comma separated list of institutional section numbers, each separated by a colon from the (optional) corresponding section ID to be used in LON-CAPA e.g., 001:1,002:2'
1.93      raeburn  4598: => 'a comma separated list of institutional section numbers, each separated by a colon from the (optional) corresponding section ID to be used in LON-CAPA e.g., 001:1,002:2',
1.6       bisitz   4599: 
                   4600:    'after selected'
1.70      zhu      4601: => '选定后',
1.6       bisitz   4602: 
                   4603:    'and'
1.93      raeburn  4604: => 'and',
1.6       bisitz   4605: 
                   4606:    'between'
1.93      raeburn  4607: => 'between',
1.6       bisitz   4608: 
                   4609:    'button'
1.93      raeburn  4610: => 'button',
1.6       bisitz   4611: 
                   4612:    'by'
1.93      raeburn  4613: => 'by',
1.6       bisitz   4614: 
                   4615:    'check all'
1.27      zhu      4616: => '全选',
1.6       bisitz   4617: 
                   4618:    'chmod error'
1.27      zhu      4619: => '属性错误',
1.6       bisitz   4620: 
                   4621:    'click on the'
1.93      raeburn  4622: => 'click on the',
1.6       bisitz   4623: 
                   4624:    'copy Error'
1.27      zhu      4625: => '复制错误',
1.6       bisitz   4626: 
                   4627:    'currently does not exist'
1.93      raeburn  4628: => 'currently does not exist',
1.6       bisitz   4629: 
                   4630:    'custom'
1.101     bisitz   4631: => "自定义",
1.6       bisitz   4632: 
                   4633:    'custom distribution file'
1.27      zhu      4634: => '自定义文件', # ???
1.6       bisitz   4635: 
                   4636:    'domain'
1.26      zhu      4637: => '域',
1.6       bisitz   4638: 
                   4639:    'expired or revoked'
1.93      raeburn  4640: => 'expired or revoked',
1.6       bisitz   4641: 
                   4642:    'extension'
1.93      raeburn  4643: => 'extension',
1.6       bisitz   4644: 
                   4645:    'external'
1.93      raeburn  4646: => 'external',
1.6       bisitz   4647: 
                   4648:    'file<br />extension'
1.93      raeburn  4649: => 'file<br />extension',
1.6       bisitz   4650: 
                   4651:    'first name'
1.70      zhu      4652: => '名',
1.6       bisitz   4653: 
                   4654:    'generation'
1.70      zhu      4655: => '生成',
1.6       bisitz   4656: 
                   4657:    'in domain'
1.70      zhu      4658: => '在域',
1.6       bisitz   4659: 
                   4660:    'internal'
1.18      zhu      4661: => '内部的',
1.6       bisitz   4662: 
                   4663:    'is in this state by royal decree.'
1.93      raeburn  4664: => 'is in this state by royal decree.',
1.6       bisitz   4665: 
                   4666:    'last name'
1.70      zhu      4667: => '姓',
1.6       bisitz   4668: 
                   4669:    'make these dates the default for future enrollment'
1.93      raeburn  4670: => 'make these dates the default for future enrollment',
1.6       bisitz   4671: 
                   4672:    'middle name'
1.27      zhu      4673: => '中名',
1.6       bisitz   4674: 
                   4675:    'name'
1.27      zhu      4676: => '姓',
1.6       bisitz   4677: 
                   4678:    'no ending date'
1.22      zhu      4679: => '无结束日期',
1.6       bisitz   4680: 
                   4681:    'number'
1.93      raeburn  4682: => 'number',
1.6       bisitz   4683: 
                   4684:    'obsolete replacement'
1.93      raeburn  4685: => 'obsolete replacement',
1.6       bisitz   4686: 
                   4687:    'only check if you know what you are doing'
1.93      raeburn  4688: => 'only check if you know what you are doing',
1.6       bisitz   4689: 
1.82      bisitz   4690:    'only search domain [_1]'
                   4691: => '只在该域 [_1] 搜索',
1.6       bisitz   4692: 
                   4693:    'optional'
1.18      zhu      4694: => '可选的',
1.6       bisitz   4695: 
                   4696:    'or any other value'
1.18      zhu      4697: => '或任何其他的值',
1.6       bisitz   4698: 
                   4699:    'private'
1.13      zhu      4700: => '私人的',
1.6       bisitz   4701: 
                   4702:    'public'
1.13      zhu      4703: => '公开的',
1.6       bisitz   4704: 
                   4705:    'publisher<br />owner'
1.93      raeburn  4706: => 'publisher<br />owner',
1.6       bisitz   4707: 
                   4708:    'section'
1.93      raeburn  4709: => 'section',
1.6       bisitz   4710: 
                   4711:    'standard'
1.27      zhu      4712: => '标准的',
1.6       bisitz   4713: 
                   4714:    'standard LaTeX mode'
1.27      zhu      4715: => '标准的 LaTeX 模式',
1.6       bisitz   4716: 
                   4717:    'standard courses only'
1.27      zhu      4718: => '只标准课程',
1.6       bisitz   4719: 
                   4720:    'student name'
1.26      zhu      4721: => '学生姓名',
1.6       bisitz   4722: 
                   4723:    'template'
1.26      zhu      4724: => '模板',
1.6       bisitz   4725: 
                   4726:    'to interface with institutional data, e.g., fs03glg231 for Fall 2003 Geology 231'
1.93      raeburn  4727: => 'to interface with institutional data, e.g., fs03glg231 for Fall 2003 Geology 231',
1.6       bisitz   4728: 
                   4729:    'unable to enroll'
1.27      zhu      4730: => '无法注册',
1.6       bisitz   4731: 
                   4732:    'uncheck all'
1.27      zhu      4733: => '全部取消',
1.6       bisitz   4734: 
                   4735:    'use related words'
1.18      zhu      4736: => '使用相关的关键词',
1.6       bisitz   4737: 
                   4738:    'username'
1.18      zhu      4739: => '用户名',
1.6       bisitz   4740: 
                   4741:    'versus'
1.93      raeburn  4742: => 'versus',
1.6       bisitz   4743: 
                   4744:    'with server'
1.93      raeburn  4745: => 'with server',
1.6       bisitz   4746: 
                   4747:    'yes'
1.18      zhu      4748: => '是',
1.6       bisitz   4749: 
                   4750:    'Swedish Chef'
1.93      raeburn  4751: => 'Swedish Chef',
1.6       bisitz   4752: 
                   4753:    '[_1] for default hiding'
1.98      bisitz   4754: => '[_1] for default hiding',
1.6       bisitz   4755: 
                   4756:    '[_1] for visible separation.'
1.98      bisitz   4757: => '[_1] for visible separation.',
1.6       bisitz   4758: 
                   4759:    'Changes will not show until next login.'
1.98      bisitz   4760: => 'Changes will not show until next login.',
1.6       bisitz   4761: 
                   4762:    '[_1] if allowed, anything else if not'
1.101     bisitz   4763: => '[_1] if allowed, anything else if not',
1.6       bisitz   4764: 
                   4765:    '"[_1]" to disable, anything else if not'
1.101     bisitz   4766: => '"[_1]" to disable, anything else if not',
1.6       bisitz   4767: 
                   4768:    '[_1] to suppress, anything else to not suppress'
1.98      bisitz   4769: => '[_1] to suppress, anything else to not suppress',
1.6       bisitz   4770: 
                   4771:    'Set value to [_1] to allow all roles.'
1.98      bisitz   4772: => 'Set value to [_1] to allow all roles.',
1.6       bisitz   4773: 
1.66      bisitz   4774:    '[_1] is not an acceptable number of tries. Tries must be a positive number with no decimal point.'
1.98      bisitz   4775: => '[_1] is not an acceptable number of tries. Tries must be a positive number with no decimal point.',
1.6       bisitz   4776: 
1.66      bisitz   4777:    '[_1] is not an acceptable weight. Weight must be a positive number.'
1.98      bisitz   4778: => '[_1] is not an acceptable weight. Weight must be a positive number.',
1.6       bisitz   4779: 
                   4780:    '1 minute'
1.93      raeburn  4781: => '1 minute',
1.6       bisitz   4782: 
                   4783:    '<b>HTML allowed</b>: Discussion participants can use limited HTML in their postings.'
1.98      bisitz   4784: => '<b>HTML allowed</b>: Discussion participants can use limited HTML in their postings.',
1.6       bisitz   4785: 
                   4786:    '<b>HTML banned</b>: HTML will not be allowed in discussion postings.'
1.101     bisitz   4787: => '<b>HTML banned</b>: HTML will not be allowed in discussion postings.',
1.6       bisitz   4788: 
                   4789:    '<b>Instructor</b> - instructors will not be able to participate in discussions'
1.98      bisitz   4790: => '<b>Instructor</b> - instructors will not be able to participate in discussions',
1.6       bisitz   4791: 
                   4792:    '<b>Instructor</b> - instructors will not be able to use or view the chat room'
1.98      bisitz   4793: => '<b>Instructor</b> - instructors will not be able to use or view the chat room',
1.6       bisitz   4794: 
                   4795:    '<b>Students</b> - students will not be able to participate in discussions'
1.98      bisitz   4796: => '<b>Students</b> - students will not be able to participate in discussions',
1.6       bisitz   4797: 
                   4798:    '<b>Students</b> - students will not be able to use or view the chat room.'
1.98      bisitz   4799: => '<b>Students</b> - students will not be able to use or view the chat room.',
1.6       bisitz   4800: 
                   4801:    '<b>Teaching Assistants</b> - teaching assistants will not be able to participate in discussions'
1.98      bisitz   4802: => '<b>Teaching Assistants</b> - teaching assistants will not be able to participate in discussions',
1.6       bisitz   4803: 
                   4804:    '<b>Teaching Assistants</b> - teaching assistants will not be able use or view the chat room'
1.98      bisitz   4805: => '<b>Teaching Assistants</b> - teaching assistants will not be able use or view the chat room',
1.6       bisitz   4806: 
1.66      bisitz   4807:    'Your current LON-CAPA domain is [_1].'
1.93      raeburn  4808: => 'Your current LON-CAPA domain is [_1].',
1.6       bisitz   4809: 
                   4810:    'Advanced: You can send the feedback from different sections to different people, by doing the following: Separate each entry with a comma. To send feedback to a certain address for different sections, append the section name or names (separated by semi-colons) in a parenthesized list after the user:domain. For example, john102:msu(001;002;003),bob293:msu(004;005;006),madeupname:here(007;008;009) will route course feedback to &quot;john102&quot; for sections 1, 2, and 3, to &quot;bob293&quot; for 4, 5, and 6, and to &quot;madeupname:here&quot; for 7, 8, and 9. Note there is no requirement that the addresses be in any particular domain.'
1.93      raeburn  4811: => 'Advanced: You can send the feedback from different sections to different people, by doing the following: Separate each entry with a comma. To send feedback to a certain address for different sections, append the section name or names (separated by semi-colons) in a parenthesized list after the user:domain. For example, john102:msu(001;002;003),bob293:msu(004;005;006),madeupname:here(007;008;009) will route course feedback to &quot;john102&quot; for sections 1, 2, and 3, to &quot;bob293&quot; for 4, 5, and 6, and to &quot;madeupname:here&quot; for 7, 8, and 9. Note there is no requirement that the addresses be in any particular domain.',
1.6       bisitz   4812: 
1.66      bisitz   4813:    'Granting permission to clone course'
1.93      raeburn  4814: => 'Granting permission to clone course',
1.66      bisitz   4815: 
                   4816:    'Existing courses can be cloned when creating new courses. Cloning will copy the course structure, contents, and most parameters (automatically advancing any date parameters by six months). Usernames of owners of other courses permitted to clone this course:'
1.93      raeburn  4817: => 'Existing courses can be cloned when creating new courses. Cloning will copy the course structure, contents, and most parameters (automatically advancing any date parameters by six months). Usernames of owners of other courses permitted to clone this course:',
1.66      bisitz   4818: 
                   4819:    '(Course Coordinators automatically have the right to clone their own courses.) Format: user:domain, where &quot;user&quot; and &quot;domain&quot; are the LON-CAPA username and domain of the user.Separate different users with a comma.Use *:domain to allow course to be cloned by any course owner in the specified domain.Use * to allow unrestricted cloning by all course owners in all domains.'
1.98      bisitz   4820: => '(Course Coordinators automatically have the right to clone their own courses.) Format: user:domain, where &quot;user&quot; and &quot;domain&quot; are the LON-CAPA username and domain of the user.Separate different users with a comma.Use *:domain to allow course to be cloned by any course owner in the specified domain.Use * to allow unrestricted cloning by all course owners in all domains.',
1.66      bisitz   4821: 
                   4822:    'All settings which you can change with this Helper can also be changed by going to the PARM screen and clicking on the &quot;Set course environment&quot; button. If you do not have experience coordinating LON-CAPA courses or if you prefer the Helper interface, please click &quot;Next&quot;.'
1.93      raeburn  4823: => 'All settings which you can change with this Helper can also be changed by going to the PARM screen and clicking on the &quot;Set course environment&quot; button. If you do not have experience coordinating LON-CAPA courses or if you prefer the Helper interface, please click &quot;Next&quot;.',
1.6       bisitz   4824: 
                   4825:    'Allow limited HTML in discussion posts'
1.93      raeburn  4826: => 'Allow limited HTML in discussion posts',
1.6       bisitz   4827: 
                   4828:    'Allow problems to be split over pages'
1.93      raeburn  4829: => 'Allow problems to be split over pages',
1.6       bisitz   4830: 
                   4831:    'Answer Date (answerdate)'
1.93      raeburn  4832: => 'Answer Date (answerdate)',
1.6       bisitz   4833: 
1.66      bisitz   4834:    'Chat Room Participation'
1.93      raeburn  4835: => 'Chat Room Participation',
1.66      bisitz   4836: 
1.6       bisitz   4837:    'Chat Participation'
1.93      raeburn  4838: => 'Chat Participation',
1.6       bisitz   4839: 
                   4840:    'Click here to return to the chart.'
1.93      raeburn  4841: => 'Click here to return to the chart.',
1.6       bisitz   4842: 
                   4843:    'Completed'
1.93      raeburn  4844: => 'Completed',
1.6       bisitz   4845: 
1.65      zhu      4846:    'Confirm that this information is correct, then click &quot;Save&quot; to complete setting the parameter.'
1.93      raeburn  4847: => 'Confirm that this information is correct, then click &quot;Save&quot; to complete setting the parameter.',
1.6       bisitz   4848: 
                   4849:    'Course ID or number'
1.93      raeburn  4850: => 'Course ID or number',
1.6       bisitz   4851: 
                   4852:    'Course Initialization Helper'
1.93      raeburn  4853: => 'Course Initialization Helper',
1.6       bisitz   4854: 
                   4855:    'Course default for all problems'
1.93      raeburn  4856: => 'Course default for all problems',
1.6       bisitz   4857: 
1.66      bisitz   4858:    'Course members can provide feedback about the course. You can choose who will receive the feedback, such as a different instructor or a TA. Please enter their LON-CAPA address below, in the form user:domain, where &quot;user&quot; and &quot;domain&quot; are both the LON-CAPA username and LON-CAPA domain, not an e-mail address.'
1.93      raeburn  4859: => 'Course members can provide feedback about the course. You can choose who will receive the feedback, such as a different instructor or a TA. Please enter their LON-CAPA address below, in the form user:domain, where &quot;user&quot; and &quot;domain&quot; are both the LON-CAPA username and LON-CAPA domain, not an e-mail address.',
1.6       bisitz   4860: 
                   4861:    'Courses'
                   4862: => '课程',
                   4863: 
                   4864:    'Default beginning date when enrolling students'
1.93      raeburn  4865: => 'Default beginning date when enrolling students',
1.6       bisitz   4866: 
                   4867:    'Default ending date when enrolling students'
1.93      raeburn  4868: => 'Default ending date when enrolling students',
1.6       bisitz   4869: 
                   4870: 
                   4871:    'Default set of options to pass to tth/m when converting tex'
1.93      raeburn  4872: => 'Default set of options to pass to tth/m when converting tex',
1.6       bisitz   4873: 
                   4874:    'Disable display of problem receipts'
1.93      raeburn  4875: => 'Disable display of problem receipts',
1.6       bisitz   4876: 
                   4877:    'Disallow Resource Discussion for Roles'
1.93      raeburn  4878: => 'Disallow Resource Discussion for Roles',
1.6       bisitz   4879: 
                   4880:    'Disallow Resource Discussion for Users'
1.93      raeburn  4881: => 'Disallow Resource Discussion for Users',
1.6       bisitz   4882: 
                   4883:    'Disallow live chatroom use for Roles'
1.93      raeburn  4884: => 'Disallow live chatroom use for Roles',
1.6       bisitz   4885: 
                   4886:    'Disallow live chatroom use for Users'
1.93      raeburn  4887: => 'Disallow live chatroom use for Users',
1.6       bisitz   4888: 
                   4889:    'Discussion Participation'
1.93      raeburn  4890: => 'Discussion Participation',
1.6       bisitz   4891: 
                   4892:    'Due Date (contentclose)'
1.93      raeburn  4893: => 'Due Date (contentclose)',
1.6       bisitz   4894: 
                   4895:    'Due Date (duedate)'
1.93      raeburn  4896: => 'Due Date (duedate)',
1.6       bisitz   4897: 
                   4898:    'Every problem in a particular folder (overrides course default)'
1.93      raeburn  4899: => 'Every problem in a particular folder (overrides course default)',
1.6       bisitz   4900: 
                   4901:    'Exit'
                   4902: => '退出',
                   4903: 
                   4904:    'Feedback Addresses for Course Content'
1.18      zhu      4905: => '课程内容的信息反馈地址',
1.6       bisitz   4906: 
1.63      zhu      4907:    'Finish Helper'
                   4908: => '结束帮助程序',
                   4909: 
1.6       bisitz   4910:    'HTML can be allowed or banned inside of course discussion.'
1.93      raeburn  4911: => 'HTML can be allowed or banned inside of course discussion.',
1.6       bisitz   4912: 
                   4913:    'HTML in Discussions'
1.93      raeburn  4914: => 'HTML in Discussions',
1.6       bisitz   4915: 
                   4916:    'Hide Empty Rows in Spreadsheets'
1.93      raeburn  4917: => 'Hide Empty Rows in Spreadsheets',
1.6       bisitz   4918: 
                   4919:    'How many tries should be set for all problems in the course?'
1.93      raeburn  4920: => 'How many tries should be set for all problems in the course?',
1.6       bisitz   4921: 
                   4922:    'How many tries should be set for the selected folder?'
1.93      raeburn  4923: => 'How many tries should be set for the selected folder?',
1.6       bisitz   4924: 
                   4925:    'How many tries should be set for the selected problem?'
1.93      raeburn  4926: => 'How many tries should be set for the selected problem?',
1.6       bisitz   4927: 
1.66      bisitz   4928:    'LON-CAPA has chat room functionality. This course will receive its own chat room. You may deny students, TAs, or instructors the right to access the chat room.'
1.93      raeburn  4929: => 'LON-CAPA has chat room functionality. This course will receive its own chat room. You may deny students, TAs, or instructors the right to access the chat room.',
1.6       bisitz   4930: 
                   4931:    'LON-CAPA hosts discussions on all resources in a course. By default, all users are allowed to participate in these discussions. If you do not wish certain types of users to be able to use the discussion features, select those types below. Note your class may not have all of these roles; you may safely ignore roles you do not intend to use. (For instance, &quot;Exam Proctor&quot; is generally useful only for large courses.) Types of users not allowed to participate in discussion can still view any discussion that other users post.'
1.93      raeburn  4932: => 'LON-CAPA hosts discussions on all resources in a course. By default, all users are allowed to participate in these discussions. If you do not wish certain types of users to be able to use the discussion features, select those types below. Note your class may not have all of these roles; you may safely ignore roles you do not intend to use. (For instance, &quot;Exam Proctor&quot; is generally useful only for large courses.) Types of users not allowed to participate in discussion can still view any discussion that other users post.',
1.6       bisitz   4933: 
                   4934:    'No section assigned'
1.93      raeburn  4935: => 'No section assigned',
1.6       bisitz   4936: 
                   4937:    'Number of assignments printed at the same time:'
1.93      raeburn  4938: => 'Number of assignments printed at the same time:',
1.6       bisitz   4939: 
                   4940:    'Opening Date (contentopen)'
1.93      raeburn  4941: => 'Opening Date (contentopen)',
1.6       bisitz   4942: 
                   4943:    'Opening Date (opendate)'
1.93      raeburn  4944: => 'Opening Date (opendate)',
1.6       bisitz   4945: 
                   4946:    'Please adjust significant figures.'
1.93      raeburn  4947: => 'Please adjust significant figures.',
1.41      bisitz   4948: 
1.6       bisitz   4949:    'Please select the section you wish to set the answer open date for:'
1.93      raeburn  4950: => 'Please select the section you wish to set the answer open date for:',
1.6       bisitz   4951: 
                   4952:    'Please select the section you wish to set the due date for:'
1.93      raeburn  4953: => 'Please select the section you wish to set the due date for:',
1.6       bisitz   4954: 
                   4955:    'Please select the section you wish to set the number of tries for:'
1.93      raeburn  4956: => 'Please select the section you wish to set the number of tries for:',
1.6       bisitz   4957: 
                   4958:    'Please select the section you wish to set the opening date for:'
1.93      raeburn  4959: => 'Please select the section you wish to set the opening date for:',
1.6       bisitz   4960: 
                   4961:    'Please select the section you wish to set the problem weight for:'
1.93      raeburn  4962: => 'Please select the section you wish to set the problem weight for:',
1.6       bisitz   4963: 
                   4964:    'Please select the student you wish to set the answer open date for:'
1.93      raeburn  4965: => 'Please select the student you wish to set the answer open date for:',
1.6       bisitz   4966: 
                   4967:    'Please select the student you wish to set the due date for:'
1.93      raeburn  4968: => 'Please select the student you wish to set the due date for:',
1.6       bisitz   4969: 
                   4970:    'Please select the student you wish to set the number of tries for:'
1.93      raeburn  4971: => 'Please select the student you wish to set the number of tries for:',
1.6       bisitz   4972: 
                   4973:    'Please select the student you wish to set the opening date for:'
1.93      raeburn  4974: => 'Please select the student you wish to set the opening date for:',
1.6       bisitz   4975: 
                   4976:    'Please select the student you wish to set the problem weight for:'
1.93      raeburn  4977: => 'Please select the student you wish to set the problem weight for:',
1.6       bisitz   4978: 
                   4979:    'Privileged users that should not be hidden on staff listings'
1.93      raeburn  4980: => 'Privileged users that should not be hidden on staff listings',
1.6       bisitz   4981: 
                   4982:    'Random seed for randomly picking number of resources (optional, only set if you know what you are doing) (randompickseed)'
1.93      raeburn  4983: => 'Random seed for randomly picking number of resources (optional, only set if you know what you are doing) (randompickseed)',
1.6       bisitz   4984: 
                   4985:    'Reading results from [_1]'
1.93      raeburn  4986: => 'Reading results from [_1]',
1.6       bisitz   4987: 
                   4988:    'Receipt algorithm used'
1.93      raeburn  4989: => 'Receipt algorithm used',
1.6       bisitz   4990: 
                   4991:    'Receiving results from [_1]'
1.93      raeburn  4992: => 'Receiving results from [_1]',
1.6       bisitz   4993: 
                   4994:    'Resources'
1.10      zhu      4995: => '资源',
1.6       bisitz   4996: 
1.72      bisitz   4997:    'Search Complete on Server [_1]'
1.93      raeburn  4998: => 'Search Complete on Server [_1]', # '搜索完成 [_1]',
1.6       bisitz   4999: 
                   5000:    'Search: [_1]'
1.10      zhu      5001: => '搜索: [_1]',
1.6       bisitz   5002: 
                   5003:    'Select All Files'
1.10      zhu      5004: => '选择所有文件',
1.6       bisitz   5005: 
                   5006:    'Select All Published'
1.10      zhu      5007: => '选择所有发布的',
1.6       bisitz   5008: 
                   5009:    'Select Folder'
1.10      zhu      5010: => '选择文件夹',
1.6       bisitz   5011: 
                   5012:    'Select Only Current Students'
1.10      zhu      5013: => '只选择目前的学生',
1.6       bisitz   5014: 
                   5015:    'Select Problem'
1.10      zhu      5016: => '选择任务',
1.6       bisitz   5017: 
                   5018:    'Select Student'
1.10      zhu      5019: => '选择学生',
1.6       bisitz   5020: 
                   5021:    'Select for Section/Group'
1.12      zhu      5022: => '选择科/组',
1.6       bisitz   5023: 
                   5024:    'Select the folder you wish to set the parameter for:'
1.93      raeburn  5025: => 'Select the folder you wish to set the parameter for:',
1.6       bisitz   5026: 
                   5027:    'Select the problem you wish to set the parameter for:'
1.93      raeburn  5028: => 'Select the problem you wish to set the parameter for:',
1.6       bisitz   5029: 
                   5030:    'Set Problem Tries'
1.93      raeburn  5031: => 'Set Problem Tries',
1.6       bisitz   5032: 
                   5033:    'Set Problem Weight'
1.93      raeburn  5034: => 'Set Problem Weight',
1.6       bisitz   5035: 
                   5036:    'Set answer open date for all problems in the course for ...'
1.93      raeburn  5037: => 'Set answer open date for all problems in the course for ...',
1.6       bisitz   5038: 
                   5039:    'Set answer open date for the selected folder for ...'
1.93      raeburn  5040: => 'Set answer open date for the selected folder for ...',
1.6       bisitz   5041: 
                   5042:    'Set answer open date for the selected problem for...'
1.93      raeburn  5043: => 'Set answer open date for the selected problem for...',
1.6       bisitz   5044: 
                   5045:    'Set due date for all problems in the course for ...'
1.93      raeburn  5046: => 'Set due date for all problems in the course for ...',
1.6       bisitz   5047: 
                   5048:    'Set due date for the selected folder for ...'
1.93      raeburn  5049: => 'Set due date for the selected folder for ...',
1.6       bisitz   5050: 
                   5051:    'Set due date for the selected problem for ...'
1.93      raeburn  5052: => 'Set due date for the selected problem for ...',
1.6       bisitz   5053: 
                   5054:    'Set number of tries for all problems in the course for ...'
1.93      raeburn  5055: => 'Set number of tries for all problems in the course for ...',
1.6       bisitz   5056: 
                   5057:    'Set number of tries for the selected folder for ...'
1.93      raeburn  5058: => 'Set number of tries for the selected folder for ...',
1.6       bisitz   5059: 
                   5060:    'Set number of tries for the selected problem for ...'
1.93      raeburn  5061: => 'Set number of tries for the selected problem for ...',
1.6       bisitz   5062: 
                   5063:    'Set opening date for all problems in the course for ...'
1.93      raeburn  5064: => 'Set opening date for all problems in the course for ...',
1.6       bisitz   5065: 
                   5066:    'Set opening date for the selected folder for ...'
1.93      raeburn  5067: => 'Set opening date for the selected folder for ...',
1.6       bisitz   5068: 
                   5069:    'Set opening date for the selected problem for ...'
1.93      raeburn  5070: => 'Set opening date for the selected problem for ...',
1.6       bisitz   5071: 
                   5072:    'Set problem weight for all problems in the course for ...'
1.93      raeburn  5073: => 'Set problem weight for all problems in the course for ...',
1.6       bisitz   5074: 
                   5075:    'Set problem weight for the selected folder for ...'
1.93      raeburn  5076: => 'Set problem weight for the selected folder for ...',
1.6       bisitz   5077: 
                   5078:    'Set problem weight for the selected problem for ...'
1.93      raeburn  5079: => 'Set problem weight for the selected problem for ...',
1.6       bisitz   5080: 
                   5081:    'Set value to [_1] to allow.'
1.101     bisitz   5082: => 'Set value to [_1] to allow.',
1.6       bisitz   5083: 
                   5084:    'Setting the [_1]'
1.93      raeburn  5085: => 'Setting the [_1]',
1.6       bisitz   5086: 
                   5087:    'Setting the [_1] to [_2]'
1.93      raeburn  5088: => 'Setting the [_1] to [_2]',
1.6       bisitz   5089: 
                   5090:    'Student Name'
1.26      zhu      5091: => '学生姓名',
1.6       bisitz   5092: 
1.66      bisitz   5093:    'The &quot;Course Title&quot; is the name of the course that will be seen by the students. You may now modify the description and hit &quot;Next&quot; to continue.'
1.93      raeburn  5094: => 'The &quot;Course Title&quot; is the name of the course that will be seen by the students. You may now modify the description and hit &quot;Next&quot; to continue.',
1.6       bisitz   5095: 
                   5096:    'The question can not be gotten correct, the following foils in the &lt;optionresponse&gt; have invalid correct options'
1.93      raeburn  5097: => 'The question can not be gotten correct, the following foils in the &lt;optionresponse&gt; have invalid correct options',
1.6       bisitz   5098: 
                   5099:    'There are no currently enrolled students in the course.'
1.93      raeburn  5100: => 'There are no currently enrolled students in the course.',
1.6       bisitz   5101: 
                   5102:    'There are no currently enrolled students in the selected sections.'
1.93      raeburn  5103: => 'There are no currently enrolled students in the selected sections.',
1.6       bisitz   5104: 
                   5105:    'There are no previously enrolled students in the course.'
1.93      raeburn  5106: => 'There are no previously enrolled students in the course.',
1.6       bisitz   5107: 
                   5108:    'There are no previously enrolled students in the selected sections.'
1.93      raeburn  5109: => 'There are no previously enrolled students in the selected sections.',
1.6       bisitz   5110: 
                   5111:    'There are no students with future access in the course.'
1.93      raeburn  5112: => 'There are no students with future access in the course.',
1.6       bisitz   5113: 
                   5114:    'There are no students with future access in the selected sections.'
1.93      raeburn  5115: => 'There are no students with future access in the selected sections.',
1.6       bisitz   5116: 
                   5117:    'There are no students in the course.'
1.93      raeburn  5118: => 'There are no students in the course.',
1.6       bisitz   5119: 
                   5120:    'There are no students in the selected sections.'
1.93      raeburn  5121: => 'There are no students in the selected sections.',
1.6       bisitz   5122: 
                   5123:    'This controls how receipt numbers are generated.'
1.93      raeburn  5124: => 'This controls how receipt numbers are generated.',
1.6       bisitz   5125: 
                   5126:    'This helper will set up your LON-CAPA course and choose which features will be active.'
1.93      raeburn  5127: => 'This helper will set up your LON-CAPA course and choose which features will be active.',
1.6       bisitz   5128: 
                   5129:    'Unselect All Files'
1.93      raeburn  5130: => 'Unselect All Files',
1.6       bisitz   5131: 
                   5132:    'Unselect All Published'
1.93      raeburn  5133: => 'Unselect All Published',
1.6       bisitz   5134: 
                   5135:    'Unselect All Resources'
1.93      raeburn  5136: => 'Unselect All Resources',
1.6       bisitz   5137: 
                   5138:    'Unselect for Section/Group'
1.12      zhu      5139: => '取消选择科/组',
1.6       bisitz   5140: 
                   5141:    'Welcome to Your New LON-CAPA Course'
1.12      zhu      5142: => '欢迎使用您的新 LON-CAPA 课程',
1.6       bisitz   5143: 
                   5144:    'What parameter do you want to set for the selected folder?'
1.93      raeburn  5145: => 'What parameter do you want to set for the selected folder?',
1.6       bisitz   5146: 
                   5147:    'What parameter do you want to set for the selected problem?'
1.93      raeburn  5148: => 'What parameter do you want to set for the selected problem?',
1.6       bisitz   5149: 
                   5150:    'What should the answer open date be set to?'
1.93      raeburn  5151: => 'What should the answer open date be set to?',
1.6       bisitz   5152: 
                   5153:    'What should the due date be set to?'
1.93      raeburn  5154: => 'What should the due date be set to?',
1.6       bisitz   5155: 
                   5156:    'What weight should be set for all problems in the course?'
1.93      raeburn  5157: => 'What weight should be set for all problems in the course?',
1.6       bisitz   5158: 
                   5159:    'What weight should be set for the selected folder?'
1.93      raeburn  5160: => 'What weight should be set for the selected folder?',
1.6       bisitz   5161: 
                   5162:    'What weight should be set for the selected problem?'
1.93      raeburn  5163: => 'What weight should be set for the selected problem?',
1.6       bisitz   5164: 
1.65      zhu      5165:    'Your course is now set up. Please select the Save button to re-intialize the course with your chosen settings. Remember that all of these settings can be modified in the PARMS screen (Course Configuration).'
1.93      raeburn  5166: => 'Your course is now set up. Please select the Save button to re-intialize the course with your chosen settings. Remember that all of these settings can be modified in the PARMS screen (Course Configuration).',
1.6       bisitz   5167: 
                   5168:    '[_1] Filesystem Authenticated (with initial password [_2])'
1.98      bisitz   5169: => '[_1] Filesystem Authenticated (with initial password [_2])',
1.6       bisitz   5170: 
                   5171:    'Currently Filesystem Authenticated.'
1.93      raeburn  5172: => 'Currently Filesystem Authenticated.',
1.6       bisitz   5173: 
                   5174:    '[_1] Internally authenticated (with initial password [_2])'
1.70      zhu      5175: => '[_1] LON-CAPA 内部认证 (初始密码 [_2])',
1.6       bisitz   5176: 
                   5177:    'Currently internally authenticated.'
1.70      zhu      5178: => '目前 LON-CAPA 内部认证。',
1.6       bisitz   5179: 
1.72      bisitz   5180:    'Records per Page:'
                   5181: => '每页显示结果:',
1.6       bisitz   5182: 
                   5183:    '[_1] with value [_2]'
1.70      zhu      5184: => '[_1] 与价值 [_2]',
1.6       bisitz   5185: 
                   5186:    'all resources in the course'
1.70      zhu      5187: => '课程中的所有资源',
1.6       bisitz   5188: 
                   5189:    'all students in course'
1.70      zhu      5190: => '在课程中的所有学生',
1.6       bisitz   5191: 
                   5192:    'anonymous students'
1.70      zhu      5193: => '匿名学生',
1.6       bisitz   5194: 
                   5195:    'answer date'
1.26      zhu      5196: => '回答日期',
1.6       bisitz   5197: 
                   5198:    'contacting [_1]'
1.26      zhu      5199: => '联系 [_1]',
1.6       bisitz   5200: 
                   5201:    'due date'
1.9       zhu      5202: => '截止日期',
1.6       bisitz   5203: 
                   5204:    'for'
1.93      raeburn  5205: => 'for',
1.6       bisitz   5206: 
                   5207:    'for [_1]all resources in the course[_2]'
1.70      zhu      5208: => '为 [_1]课程中的所有资源 [_2]',
1.6       bisitz   5209: 
                   5210:    'for [_1]all students in course[_2]'
1.70      zhu      5211: => '为 [_1]在课程中的所有学生 [_2]',
1.6       bisitz   5212: 
                   5213:    'for [_1]'
1.70      zhu      5214: => '为 [_1]',
1.6       bisitz   5215: 
                   5216:    'for section [_1]'
1.93      raeburn  5217: => 'for section [_1]',
1.6       bisitz   5218: 
                   5219:    'for the map named [_1]'
1.93      raeburn  5220: => 'for the map named [_1]',
1.6       bisitz   5221: 
1.65      zhu      5222:    'for the resource named [_1], part [_2]'
1.93      raeburn  5223: => 'for the resource named [_1], part [_2]',
1.65      zhu      5224: 
                   5225:    'for the resource ID [_1] (name unavailable), part [_2]'
1.93      raeburn  5226: => 'for the resource ID [_1] (name unavailable), part [_2]',
1.6       bisitz   5227: 
                   5228:    'from'
1.93      raeburn  5229: => 'from',
1.6       bisitz   5230: 
                   5231:    'from current subdirectory'
1.93      raeburn  5232: => 'from current subdirectory',
1.6       bisitz   5233: 
                   5234:    'helper'
1.70      zhu      5235: => '辅助程序',
1.6       bisitz   5236: 
                   5237:    'in'
1.93      raeburn  5238: => 'in',
1.6       bisitz   5239: 
                   5240:    'instructor'
1.27      zhu      5241: => '讲师',
1.6       bisitz   5242: 
                   5243:    'number of tries'
1.27      zhu      5244: => '尝试次数',
1.6       bisitz   5245: 
                   5246:    'opening date'
1.27      zhu      5247: => '开始日期',
1.6       bisitz   5248: 
                   5249:    'problem weight'
1.27      zhu      5250: => '问题难度',
1.6       bisitz   5251: 
                   5252:    'role,role,...'
                   5253: => '角色,角色,...',
                   5254: 
                   5255:    'selected students'
                   5256: => '选定的学生',
                   5257: 
                   5258:    'student'
                   5259: => '学生',
                   5260: 
                   5261:    'to'
1.93      raeburn  5262: => 'to',
1.6       bisitz   5263: 
                   5264:    'to [_1] ([_2])'
1.93      raeburn  5265: => 'to [_1] ([_2])',
1.6       bisitz   5266: 
                   5267:    'waiting on [_1]'
                   5268: => '等待 [_1]',
                   5269: 
                   5270:    'what you just saw on the screen'
1.93      raeburn  5271: => 'what you just saw on the screen',
1.6       bisitz   5272: 
                   5273:    'Enter my portfolio space'
                   5274: => '文件夹空间',
                   5275: 
                   5276:    'No syllabus information provided.'
1.93      raeburn  5277: => 'No syllabus information provided.',
1.6       bisitz   5278: 
                   5279:    'Sorry ...'
                   5280: => '对不起...',
                   5281: 
                   5282:    'This resource might be part of another course.'
1.93      raeburn  5283: => 'This resource might be part of another course.',
1.6       bisitz   5284: 
                   5285:    'Agree'
1.93      raeburn  5286: => 'Agree',
1.6       bisitz   5287: 
                   5288:    'Any comments?'
1.18      zhu      5289: => '评论:',
1.6       bisitz   5290: 
                   5291:    'Copy this column'
1.93      raeburn  5292: => 'Copy this column',
1.6       bisitz   5293: 
                   5294:    'Disagree'
1.93      raeburn  5295: => 'Disagree',
1.6       bisitz   5296: 
                   5297:    'General Intro'
1.93      raeburn  5298: => 'General Intro',
1.6       bisitz   5299: 
                   5300:    'Greek Symbols'
1.10      zhu      5301: => '希腊字母',
1.6       bisitz   5302: 
                   5303:    'HTML character entities'
1.93      raeburn  5304: => 'HTML character entities',
1.6       bisitz   5305: 
                   5306:    'If you are viewing this online, copy and paste the text from any of the right columns into your text area to get the symbol on the left.'
1.93      raeburn  5307: => 'If you are viewing this online, copy and paste the text from any of the right columns into your text area to get the symbol on the left.',
1.6       bisitz   5308: 
                   5309:    'LON-CAPA Help'
1.93      raeburn  5310: => 'LON-CAPA Help',
1.6       bisitz   5311: 
                   5312:    'Landscape'
1.93      raeburn  5313: => 'Landscape',
1.6       bisitz   5314: 
                   5315:    'Launch navigation window'
1.9       zhu      5316: => '启动导航窗口',
1.6       bisitz   5317: 
                   5318:    'Grade Levels'
1.13      zhu      5319: => '级别',
1.6       bisitz   5320: 
1.36      zhu      5321:    'Grade Level'
                   5322: => '级别',
                   5323: 
1.6       bisitz   5324:    'Lowest Grade Level'
1.13      zhu      5325: => '最低级别',
1.6       bisitz   5326: 
                   5327:    'Lowest Grade Level:'
1.13      zhu      5328: => '最低级别:',
1.6       bisitz   5329: 
                   5330:    'Highest Grade Level'
1.13      zhu      5331: => '最高级别',
1.6       bisitz   5332: 
                   5333:    'Highest Grade Level:'
1.13      zhu      5334: => '最高级别:',
1.6       bisitz   5335: 
                   5336:    'Mark all posts read'
1.9       zhu      5337: => '将所有帖子标记为已阅读',
1.6       bisitz   5338: 
                   5339:    'My question/comment/feedback:'
1.18      zhu      5340: => '我的问题/评论/反馈:',
1.6       bisitz   5341: 
                   5342:    'Other Symbols'
1.10      zhu      5343: => '其他符号',
1.6       bisitz   5344: 
                   5345:    'Please check at least one of the following feedback types:'
1.18      zhu      5346: => '请从以下选项:',
1.6       bisitz   5347: 
                   5348:    'Please rank the following criteria:'
1.18      zhu      5349: => '请以以下标准评价:',
1.6       bisitz   5350: 
                   5351:    'Portrait'
1.22      zhu      5352: => '竖排格式',
1.6       bisitz   5353: 
                   5354:    'Question about resource content'
1.18      zhu      5355: => '关于此资源内容的问题',
1.6       bisitz   5356: 
                   5357:    'Question/Comment/Feedback about course policy'
1.18      zhu      5358: => '关于课程规则的问题/评论/反馈',
1.6       bisitz   5359: 
                   5360:    'Select a Course to Enter'
                   5361: => '选择一个课程',
                   5362: 
                   5363:    'Sending Messages'
1.10      zhu      5364: => '发送邮件',
1.6       bisitz   5365: 
                   5366:    'Show Me My First Homework Problem'
1.93      raeburn  5367: => 'Show Me My First Homework Problem',
1.6       bisitz   5368: 
                   5369:    'Standards'
1.10      zhu      5370: => '标准',
1.6       bisitz   5371: 
                   5372:    'Strongly Agree'
1.93      raeburn  5373: => 'Strongly Agree',
1.6       bisitz   5374: 
                   5375:    'Strongly Disagree'
1.93      raeburn  5376: => 'Strongly Disagree',
1.6       bisitz   5377: 
                   5378:    'Symbol'
1.10      zhu      5379: => '符号',
1.6       bisitz   5380: 
                   5381:    'The material appears to be correct'
1.18      zhu      5382: => '这些材料似乎是正确的',
1.6       bisitz   5383: 
                   5384:    'The material is helpful'
1.18      zhu      5385: => '这些材料是有用的',
1.6       bisitz   5386: 
                   5387:    'The material is presented in a clear way'
1.18      zhu      5388: => '这些材料中提出一个明确的方式',
1.6       bisitz   5389: 
                   5390:    'The resource is technically correct (loads fast enough, does not produce errors, links work, etc)'
1.18      zhu      5391: => '资源在技术上是正确的(加载速度足够快, 不会产生错误, 链接页面可以访问, 等等)',
1.6       bisitz   5392: 
                   5393:    'HTML character enties'
1.10      zhu      5394: => 'HTML 字符实体',
1.6       bisitz   5395: 
                   5396:    '"Waiting for Remote Control window to load: "+[_1]'
1.22      zhu      5397: => '"等待加载远程控制窗口: "+[_1]',
1.6       bisitz   5398: 
1.49      bisitz   5399:    '[_1]Continue[_2] on in Inline Menu mode'
                   5400: => '[_1]继续[_2] 在内置菜单模式下',
1.6       bisitz   5401: 
                   5402:    'All posts'
1.9       zhu      5403: => '所有的讨论',
1.6       bisitz   5404: 
                   5405:    'Change Color Scheme'
1.9       zhu      5406: => '更改颜色方案',
1.6       bisitz   5407: 
                   5408:    'Change Colors'
1.9       zhu      5409: => '改变颜色',
1.6       bisitz   5410: 
                   5411:    'Change Discussion Display Preferences'
1.9       zhu      5412: => '改变讨论显示偏好',
1.6       bisitz   5413: 
                   5414:    'Change How Math Equations Are Displayed'
1.9       zhu      5415: => '改变显示科学计算公式',
1.6       bisitz   5416: 
                   5417:    'Change Language'
                   5418: => '语言',
                   5419: 
                   5420:    'Change Language Preferences'
1.10      zhu      5421: => '更改语言首选项',
1.6       bisitz   5422: 
                   5423:    'Change Message Forwarding and Notification Email Addresses'
1.10      zhu      5424: => '更改邮件转发和通知的电子邮件地址',
1.6       bisitz   5425: 
                   5426:    'Change Password'
1.10      zhu      5427: => '更改密码',
1.6       bisitz   5428: 
                   5429:    'Change Preferences'
1.9       zhu      5430: => '改变参数',
1.6       bisitz   5431: 
                   5432:    'Change Roles Page Preferences'
1.10      zhu      5433: => '改变角色页参数',
1.6       bisitz   5434: 
                   5435:    'Change Screen Name'
1.10      zhu      5436: => '改变昵称',
1.6       bisitz   5437: 
                   5438:    'Change Screenname'
1.10      zhu      5439: => '改变昵称',
1.6       bisitz   5440: 
                   5441:    'Change WYSIWYG Editor Preferences'
1.10      zhu      5442: => 'WYSIWYG-编辑器',
1.6       bisitz   5443: 
                   5444:    'Contact Helpdesk'
1.7       zhu      5445: => '联系求助',
1.6       bisitz   5446: 
                   5447:    'Current discussion settings'
1.10      zhu      5448: => '目前讨论的设置',
1.6       bisitz   5449: 
1.79      bisitz   5450:    'Duedate'
1.9       zhu      5451: => '截止日期',
1.6       bisitz   5452: 
                   5453:    'Each post can be toggled read/unread'
1.93      raeburn  5454: => 'Each post can be toggled read/unread',
1.6       bisitz   5455: 
                   5456:    "Edit the 'About Me' Personal Information Screen"
1.41      bisitz   5457: => "个人网页",
1.6       bisitz   5458: 
                   5459:    'Enable WYSIWYG Editor'
1.9       zhu      5460: => '应用 WYSIWYG-编辑器',
1.6       bisitz   5461: 
                   5462:    'End of Sequence'
1.9       zhu      5463: => '结束序列',
1.6       bisitz   5464: 
                   5465:    'Entering Course'
1.9       zhu      5466: => '进入课程',
1.6       bisitz   5467: 
                   5468:    'Get help'
1.9       zhu      5469: => '获得帮助',
1.6       bisitz   5470: 
                   5471:    'Go to main menu'
1.9       zhu      5472: => '进入主菜单',
1.6       bisitz   5473: 
                   5474:    'Has New Discussion'
1.9       zhu      5475: => '有新讨论',
1.6       bisitz   5476: 
                   5477:    'Launching of the Remote Control menu will fail if pop-up window filters are active. To use the Remote Control, disable the filter for this site.'
1.22      zhu      5478: => '当弹出式窗口过滤器被激活,远程控制启动将会失败。 为了使用远程控制,在此网站请禁用这些过滤器。',
1.6       bisitz   5479: 
                   5480:    'Navigate Course Content'
                   5481: => '浏览目录',
                   5482: 
                   5483:    'New posts only'
1.10      zhu      5484: => '只有新的讨论',
1.6       bisitz   5485: 
                   5486:    'No Resource'
1.10      zhu      5487: => '没有资源',
1.6       bisitz   5488: 
                   5489:    'No syllabus available'
1.10      zhu      5490: => '没有提供教学大纲',
1.6       bisitz   5491: 
                   5492:    'Not currently assigned.'
1.10      zhu      5493: => '目前没有任务发布。',
1.6       bisitz   5494: 
                   5495:    'Not new'
1.9       zhu      5496: => '不是新的',
1.6       bisitz   5497: 
                   5498:    'Off'
1.10      zhu      5499: => '关',
1.6       bisitz   5500: 
                   5501:    'On'
1.10      zhu      5502: => '开',
1.6       bisitz   5503: 
                   5504:    'Once displayed'
1.18      zhu      5505: => '显示一次',
1.6       bisitz   5506: 
                   5507:    'Once marked not NEW'
1.18      zhu      5508: => '一次后标记不是新的',
1.6       bisitz   5509: 
                   5510:    'Please click on the the resource you intend to access'
1.93      raeburn  5511: => 'Please click on the the resource you intend to access',
1.6       bisitz   5512: 
                   5513:    'Posts cease to be marked "NEW"'
1.93      raeburn  5514: => 'Posts cease to be marked "NEW"',
1.6       bisitz   5515: 
                   5516:    'Posts to be displayed'
1.93      raeburn  5517: => 'Posts to be displayed',
1.6       bisitz   5518: 
                   5519:    'Role selected. Please stand by.'
1.10      zhu      5520: => '角色选定。请稍候。',
1.6       bisitz   5521: 
                   5522:    'Send'
1.10      zhu      5523: => '发送',
1.6       bisitz   5524: 
                   5525:    'Set User Preferences'
                   5526: => '设置用户参数',
                   5527: 
                   5528:    'Show Preview and Check Spelling'
1.10      zhu      5529: => '查看预览和拼写检查',
1.6       bisitz   5530: 
                   5531:    'Sort by:'
1.9       zhu      5532: => '排序方式:',
1.6       bisitz   5533: 
                   5534:    'The external menu (Remote Control) has been disabled, and you will be working with the smaller inline menu. You may have either closed the Remote Control window, or it was blocked by a pop-up window filter in your browser. To use the Remote Control, disable the filter for this site, and re-launch the Remote Control from the inline menu.'
1.31      bisitz   5535: => '外部菜单(远程控制)已被禁用,继续在内置菜单模式下工作。您可能已经关闭了远程控制的窗口,或被您的浏览器的弹出窗口过滤器阻止了。为了使用远程控制,在此网站禁用该过滤器,并在内置菜单重新启动远程控制。',
1.6       bisitz   5536: 
                   5537:    'There are several possibilities of where to go next'
1.93      raeburn  5538: => 'There are several possibilities of where to go next',
1.6       bisitz   5539: 
                   5540:    'To use the Remote Control, disable the filter for this site, and re-launch the Remote Control from the inline menu.'
1.22      zhu      5541: => '为了使用远程控制,在此网站禁用弹出窗口过滤器,并在内置菜单重新启动远程控制。',
1.6       bisitz   5542: 
                   5543:    'Toggle read/unread'
1.10      zhu      5544: => '切换已读/未读',
1.6       bisitz   5545: 
                   5546:    'Unread only'
1.10      zhu      5547: => '只有未读',
1.6       bisitz   5548: 
                   5549:    "View this user's personal page"
                   5550: => "显示这个用户的个人网页",
                   5551: 
                   5552:    'You have reached the end of the sequence of materials.'
1.10      zhu      5553: => '您已达到教材序列的最后。',
1.6       bisitz   5554: 
                   5555:    'You may have either closed the Remote Control window, or it was blocked by a pop-up window filter in your browser.'
1.63      zhu      5556: => '您可能已经关闭了远程控制的窗口,或者被您的浏览器的弹出窗口过滤器拦截了。',
1.6       bisitz   5557: 
                   5558:    'attachments'
1.12      zhu      5559: => '附件',
1.6       bisitz   5560: 
                   5561:    'About User'
                   5562: => '个人网页',
                   5563: 
                   5564: 
                   5565:    'All documents out of a published map into this folder'
                   5566: => '在这个目录里面发布的所有文件的内容列表',
                   5567: 
                   5568:    'Change Math Pref'
1.93      raeburn  5569: => 'Change Math Pref',
1.6       bisitz   5570: 
                   5571:    'Change Math Preferences'
1.9       zhu      5572: => '改变显示科学方程式偏好',
1.6       bisitz   5573: 
                   5574:    'Comment'
                   5575: => '注解',
                   5576: 
                   5577:    'Communication/Messages'
1.55      zhu      5578: => '通信/邮件',
1.6       bisitz   5579: 
                   5580:    'Configure blocking of student communication during exams'
1.93      raeburn  5581: => 'Configure blocking of student communication during exams',
1.6       bisitz   5582: 
                   5583:    'Convert to Images'
1.12      zhu      5584: => '转换为图像',
1.6       bisitz   5585: 
                   5586:    'Course and Catalog Search'
1.12      zhu      5587: => '课程和目录搜索',
1.6       bisitz   5588: 
                   5589:    'Create Subdirectory'
1.12      zhu      5590: => '创建子目录',
1.6       bisitz   5591: 
                   5592:    'Upload file to current directory'
1.12      zhu      5593: => '上传文件到当前目录',
1.6       bisitz   5594: 
                   5595:    'Create subdirectory in current directory'
1.12      zhu      5596: => '在当前目录下,创建一个新的子目录',
1.6       bisitz   5597: 
1.80      bisitz   5598:    'Upload embedded images/multimedia/css/linked files if HTML file'
                   5599: => '对于HTML文件: 上传嵌入式图像/多媒体文件/CSS/链接文件',
1.6       bisitz   5600: 
                   5601:    'Delete Selected'
                   5602: => '删除所选',
                   5603: 
                   5604:    'Critical'
1.9       zhu      5605: => '重要的',
1.6       bisitz   5606: 
                   5607:    'Currently no documents.'
1.9       zhu      5608: => '目前没有任何文件。',
1.6       bisitz   5609: 
                   5610:    'Enter terms or phrases, then press "Search" below'
1.18      zhu      5611: => '在搜索栏里输入关键字或词组,然后点击下面的“搜索”。',
1.6       bisitz   5612: 
                   5613:    'INBOX'
                   5614: => '收件箱',
                   5615: 
1.80      bisitz   5616:    'Upload embedded images/multimedia files if HTML file'
                   5617: => '对于HTML文件: 上传嵌入式图像/多媒体文件',
1.6       bisitz   5618: 
1.67      bisitz   5619:    'IMS Import'
1.93      raeburn  5620: => 'IMS Import',
1.67      bisitz   5621: 
1.6       bisitz   5622:    'Import IMS package'
                   5623: => '导入 IMS-包',
                   5624: 
1.67      bisitz   5625:    'IMS Export'
1.93      raeburn  5626: => 'IMS Export',
1.67      bisitz   5627: 
                   5628:    'Export Course to IMS Package'
                   5629: => '导出-IMS-包',
                   5630: 
                   5631:    'Export content item?'
1.93      raeburn  5632: => 'Export content item?',
1.67      bisitz   5633: 
                   5634:    'Export discussion posts?'
1.93      raeburn  5635: => 'Export discussion posts?',
1.67      bisitz   5636: 
                   5637:    'As you did not select any content items or discussions for export, an IMS package has not been created.'
1.93      raeburn  5638: => 'As you did not select any content items or discussions for export, an IMS package has not been created.',
1.67      bisitz   5639: 
                   5640:    'Please [_1]go back[_2] to select either content items or discussions for export.'
1.93      raeburn  5641: => 'Please [_1]go back[_2] to select either content items or discussions for export.',
1.67      bisitz   5642: 
                   5643:    '[_1]Your IMS package[_2] is ready for download.'
1.101     bisitz   5644: => '[_1]Your IMS package[_2] is ready for download.',
1.67      bisitz   5645: 
1.6       bisitz   5646:    'Import a document'
                   5647: => 'LON-CAPA-内部文件',
                   5648: 
                   5649:    'Make New Folder'
                   5650: => '新建文件夹',
                   5651: 
                   5652:    'New Composite Page'
                   5653: => '新组合页面',
                   5654: 
                   5655:    'New Messages Only'
1.9       zhu      5656: => '只有新邮件',
1.6       bisitz   5657: 
                   5658:    'Portfolio Manager'
1.9       zhu      5659: => '组合管理',
1.6       bisitz   5660: 
                   5661:    'Preferred method to display Math'
1.9       zhu      5662: => '首选的方法来显示科学方程式',
1.6       bisitz   5663: 
                   5664:    'Published documents'
                   5665: => '发布文件',
                   5666: 
1.88      bisitz   5667:    'Recover Deleted Documents'
1.6       bisitz   5668: => '恢复已删除的资源',
                   5669: 
                   5670:    'Send a Message'
1.55      zhu      5671: => '发送邮件',
1.6       bisitz   5672: 
                   5673:    'Sent Messages'
1.55      zhu      5674: => '已发送邮件',
1.6       bisitz   5675: 
                   5676:    'Show'
                   5677: => '显示',
                   5678: 
                   5679:    'TRASH'
1.9       zhu      5680: => '已删除邮件',
1.6       bisitz   5681: 
                   5682:    'TeX to HTML'
1.9       zhu      5683: => 'TeX to HTML',
1.6       bisitz   5684: 
                   5685:    'View Folder'
1.9       zhu      5686: => '查看文件夹',
1.6       bisitz   5687: 
                   5688:    'fulltext search (time consuming)'
1.18      zhu      5689: => '全文检索 (费时的)',
1.6       bisitz   5690: 
1.18      zhu      5691:    'search discussion postings (resources and discussion boards)'
                   5692: => '搜索讨论帖子 (资源和布告栏)',
1.6       bisitz   5693: 
                   5694:    'Roles'
                   5695: => '角色',
                   5696: 
                   5697:    'Select style file'
1.18      zhu      5698: => '选择档案风格',
1.6       bisitz   5699: 
                   5700:    '(mark them then click "next" button)'
1.18      zhu      5701: => '(标记,然后点击“下一步”按钮)',
1.6       bisitz   5702: 
                   5703:    '100 Level'
1.18      zhu      5704: => '1. 学年',
1.6       bisitz   5705: 
                   5706:    '200 Level'
1.18      zhu      5707: => '2. 学年',
1.6       bisitz   5708: 
                   5709:    '300 Level'
1.18      zhu      5710: => '3. 学年',
1.6       bisitz   5711: 
                   5712:    '400 Level'
1.18      zhu      5713: => '4. 学年',
1.6       bisitz   5714: 
                   5715:    'Action'
1.10      zhu      5716: => '动作',
1.6       bisitz   5717: 
                   5718:    'Actions for current directory'
1.10      zhu      5719: => '此目录的行动',
1.6       bisitz   5720: 
                   5721:    'Change Discussion Preferences'
1.18      zhu      5722: => '改变讨论偏好',
1.6       bisitz   5723: 
                   5724:    'Change Message Forwarding/Notification'
1.10      zhu      5725: => '邮件转发和通知',
1.6       bisitz   5726: 
                   5727:    'Change WYSIWYG Preferences'
1.10      zhu      5728: => 'WYSIWYG-编辑器',
1.6       bisitz   5729: 
                   5730:    'Change to '
1.10      zhu      5731: => '变化为 ',
1.6       bisitz   5732: 
                   5733:    'Clean Up'
1.10      zhu      5734: => '清理',
1.6       bisitz   5735: 
                   5736:    'Closed - XML source is closed to everyone'
1.10      zhu      5737: => '锁定 - XML的源代码对手有人锁定',
1.6       bisitz   5738: 
                   5739:    'Copy'
                   5740: => '复制',
                   5741: 
                   5742:    'Create a new directory or LON-CAPA document'
1.10      zhu      5743: => '创建一个新的目录或 LON-CAPA 文件',
1.6       bisitz   5744: 
                   5745:    'Current setting '
1.10      zhu      5746: => '当前设置 ',
1.6       bisitz   5747: 
                   5748:    'Delete Directory'
1.10      zhu      5749: => '删除文件夹',
1.6       bisitz   5750: 
                   5751:    'Delete directory'
1.10      zhu      5752: => '删除文件夹',
1.6       bisitz   5753: 
                   5754:    'Delete this resource'
1.98      bisitz   5755: => '删除此资源',
1.6       bisitz   5756: 
                   5757:    'Disable WYSIWYG editor'
1.10      zhu      5758: => '不使用 WYSIWYG-编辑器',
1.6       bisitz   5759: 
                   5760:    'Display Preference'
1.10      zhu      5761: => '显示偏好',
1.6       bisitz   5762: 
                   5763:    'Edit catalog information'
1.18      zhu      5764: => '编辑目录信息',
1.6       bisitz   5765: 
                   5766:    'Enable WYSIWYG editor'
1.10      zhu      5767: => '使用 WYSIWYG-编辑器',
1.6       bisitz   5768: 
                   5769:    'Grade 1'
1.36      zhu      5770: => '1 级',
1.6       bisitz   5771: 
                   5772:    'Grade 10'
1.36      zhu      5773: => '10 级',
1.6       bisitz   5774: 
                   5775:    'Grade 11'
1.36      zhu      5776: => '11 级',
1.6       bisitz   5777: 
                   5778:    'Grade 12'
1.36      zhu      5779: => '12 级',
1.6       bisitz   5780: 
                   5781:    'Grade 13'
1.36      zhu      5782: => '13 级',
1.6       bisitz   5783: 
                   5784:    'Grade 2'
1.36      zhu      5785: => '2 级',
1.6       bisitz   5786: 
                   5787:    'Grade 3'
1.36      zhu      5788: => '3 级',
1.6       bisitz   5789: 
                   5790:    'Grade 4'
1.36      zhu      5791: => '4 级',
1.6       bisitz   5792: 
                   5793:    'Grade 5'
1.36      zhu      5794: => '5 级',
1.6       bisitz   5795: 
                   5796:    'Grade 6'
1.36      zhu      5797: => '6 级',
1.6       bisitz   5798: 
                   5799:    'Grade 7'
1.36      zhu      5800: => '7 级',
1.6       bisitz   5801: 
                   5802:    'Grade 8'
1.36      zhu      5803: => '8 级',
1.6       bisitz   5804: 
                   5805:    'Grade 9'
1.36      zhu      5806: => '9 级',
1.6       bisitz   5807: 
                   5808:    'Graduate Level'
1.36      zhu      5809: => '研究生层次',
1.6       bisitz   5810: 
                   5811:    'List current directory'
1.99      raeburn  5812: => '文件夹',
1.6       bisitz   5813: 
                   5814:    'Mark obsolete'
1.36      zhu      5815: => '标记为过时的',
1.6       bisitz   5816: 
                   5817:    'Move'
1.10      zhu      5818: => '移动',
1.6       bisitz   5819: 
                   5820:    'New library file'
1.36      zhu      5821: => '新的库文件',
1.6       bisitz   5822: 
                   5823:    'No file: [_1]'
1.36      zhu      5824: => '没有任何文件: [_1]',
1.6       bisitz   5825: 
                   5826:    'No personal information provided'
1.36      zhu      5827: => '没有提供的个人资料',
1.6       bisitz   5828: 
                   5829:    'Not specified'
1.36      zhu      5830: => '未指定',
1.6       bisitz   5831: 
                   5832:    'Once marked as read'
1.18      zhu      5833: => '一旦标记为已读',
1.6       bisitz   5834: 
                   5835:    'Open - XML source is open to people who want to use it'
1.36      zhu      5836: => '开放 - XML的源代码开放给想要使用它的人',
1.6       bisitz   5837: 
                   5838:    'Points Display'
1.10      zhu      5839: => '分数显示',
1.6       bisitz   5840: 
                   5841:    'Completed Problems Display'
1.10      zhu      5842: => '显示完成作业',
1.6       bisitz   5843: 
                   5844:    'Points Scored'
1.10      zhu      5845: => '得分',
1.6       bisitz   5846: 
                   5847:    'Attempted'
1.10      zhu      5848: => '尝试',
1.6       bisitz   5849: 
                   5850:    'Posts displayed?'
1.10      zhu      5851: => '帖子显示?',
1.6       bisitz   5852: 
                   5853:    'Preferences can be set that determine'
1.18      zhu      5854: => '预置可设置确定',
1.6       bisitz   5855: 
                   5856:    'Print contents of directory'
1.10      zhu      5857: => '打印目录',
1.6       bisitz   5858: 
                   5859:    'Print directory'
1.10      zhu      5860: => '打印目录',
1.6       bisitz   5861: 
                   5862:    'Problem Document'
1.43      bisitz   5863: => '任务文件', # '问题',
1.6       bisitz   5864: 
                   5865:    'Publish this Directory'
1.10      zhu      5866: => '发布此目录',
1.6       bisitz   5867: 
                   5868:    'Publish this resource'
1.98      bisitz   5869: => '发布此资源',
1.6       bisitz   5870: 
                   5871:    'Re-publish'
1.10      zhu      5872: => '重新发布',
1.6       bisitz   5873: 
                   5874:    'Retrieve old version'
1.10      zhu      5875: => '恢复旧版本',
1.6       bisitz   5876: 
                   5877:    'Select action'
1.10      zhu      5878: => '选择行动',
1.6       bisitz   5879: 
                   5880:    'Send message'
1.10      zhu      5881: => '发送消息',
1.6       bisitz   5882: 
1.65      zhu      5883:     'Set display preferences for discussion posts for both discussion boards and individual resources in all your courses.'
                   5884: => '在这里,您可以设置您的讨论是否显示在所有的课程的布告栏和个人资源里。',
1.63      zhu      5885: 
1.6       bisitz   5886:    'Source Distribution'
1.10      zhu      5887: => '源代码的访问权限',
1.6       bisitz   5888: 
                   5889:    'The preferences you set here can be overridden within each individual discussion.'
1.43      bisitz   5890: => '您的喜好设定这里可以适用在每个讨论。', # '您的喜好设定可以被每个讨论更改。',
1.6       bisitz   5891: 
                   5892:    'Under what circumstances posts are identfied as "New"'
1.18      zhu      5893: => '在什么情况下讨论被设定为“新”',
1.6       bisitz   5894: 
                   5895:    'Upload a new document'
1.18      zhu      5896: => '上传新文件',
1.6       bisitz   5897: 
                   5898:    'Use random seed'
1.36      zhu      5899: => '使用随机种子',
1.6       bisitz   5900: 
                   5901:    'Use style file'
1.36      zhu      5902: => '使用样式文件',
1.6       bisitz   5903: 
1.19      zhu      5904:    'Which posts are displayed when you display a discussion board or resource, and'
1.18      zhu      5905: => '哪些讨论将将被显示,如果你有一个布告栏或资源,',
1.6       bisitz   5906: 
                   5907:    'closed'
1.36      zhu      5908: => '锁定源代码', # !
1.6       bisitz   5909: 
                   5910:    'open'
1.36      zhu      5911: => '公开源代码', # !
1.6       bisitz   5912: 
                   5913:    '(mark desired resources then click "next" button)'
1.36      zhu      5914: => '(标记所需资源然后单击“下一步”按钮)',
1.6       bisitz   5915: 
                   5916:    '[_1]Change[_2] for just [_3]this course[_4] or for all [_5]your courses[_6].'
1.36      zhu      5917: => '[_1]改变[_2] 只为 [_3]该课程[_4] 或者为所有 [_5]您的课程[_6].',
1.6       bisitz   5918: 
                   5919:    "Page displayed after role selection in course now set by [_1]user's global preferences[_2]."
1.93      raeburn  5920: => "Page displayed after role selection in course now set by [_1]user's global preferences[_2].",
1.6       bisitz   5921: 
                   5922:    'Page displayed after role selection in this course set to [_1].'
1.93      raeburn  5923: => 'Page displayed after role selection in this course set to [_1].',
1.6       bisitz   5924: 
                   5925:    'Unable to set control of page display to [_1] due to [_2].'
1.93      raeburn  5926: => 'Unable to set control of page display to [_1] due to [_2].',
1.6       bisitz   5927: 
                   5928:    'Unable to set page display, after role selection, for this course to [_1] due to [_2].'
1.93      raeburn  5929: => 'Unable to set page display, after role selection, for this course to [_1] due to [_2].',
1.6       bisitz   5930: 
                   5931:    'Add or Edit Blog Entries'
1.12      zhu      5932: => '添加或修改博客条目',
1.6       bisitz   5933: 
                   5934:    'Add to my public course blog'
1.12      zhu      5935: => '添加到我的公共课程博客',
1.6       bisitz   5936: 
                   5937:    'Annotator'
1.12      zhu      5938: => '注释者',
1.6       bisitz   5939: 
                   5940:    'Av. Attempts'
1.93      raeburn  5941: => 'Av. Attempts',
1.6       bisitz   5942: 
                   5943:    'Available RSS Feeds and Blogs'
1.22      zhu      5944: => '可用的 RSS订阅和博客',
1.6       bisitz   5945: 
                   5946:    'Average number of attempts'
1.93      raeburn  5947: => 'Average number of attempts',
1.6       bisitz   5948: 
                   5949:    'Bookmarks'
1.12      zhu      5950: => '书签',
1.6       bisitz   5951: 
                   5952:    'Change interval?'
1.12      zhu      5953: => '更改间隔?',
1.6       bisitz   5954: 
                   5955:    'Change options?'
1.12      zhu      5956: => '更改选项?',
1.6       bisitz   5957: 
                   5958:    'Change thresholds?'
1.12      zhu      5959: => '更改阈值?',
1.6       bisitz   5960: 
                   5961:    'Clean up'
1.63      zhu      5962: => '清理',
1.6       bisitz   5963: 
                   5964:    'Close Folder'
1.12      zhu      5965: => '关闭文件夹',
1.6       bisitz   5966: 
                   5967:    'Configure Blocking of Student Communication during Exams'
1.93      raeburn  5968: => 'Configure Blocking of Student Communication during Exams',
1.6       bisitz   5969: 
                   5970:    'Course Action Items'
1.93      raeburn  5971: => 'Course Action Items',
1.6       bisitz   5972: 
                   5973:    'Creating PDF'
1.36      zhu      5974: => '创建PDF文件',
1.6       bisitz   5975: 
                   5976:    'Currently: [_1].'
1.36      zhu      5977: => '现在: [_1].',
1.6       bisitz   5978: 
                   5979:    'Deg. Diff'
1.36      zhu      5980: => '难度',
1.6       bisitz   5981: 
                   5982:    'Description'
1.13      zhu      5983: => '描述',
1.6       bisitz   5984: 
                   5985:    'Display Action Items'
1.93      raeburn  5986: => 'Display Action Items',
1.6       bisitz   5987: 
                   5988:    'Enter my groups in the course'
1.9       zhu      5989: => '我的课程组',
1.6       bisitz   5990: 
                   5991:    'Entering [_1]'
1.9       zhu      5992: => '进入 [_1]',
1.6       bisitz   5993: 
                   5994:    'Entering [_1] ...'
1.10      zhu      5995: => '进入 [_1]...',
1.6       bisitz   5996: 
                   5997:    'First resource'
1.36      zhu      5998: => '第一资源',
1.6       bisitz   5999: 
                   6000:    'Generated [_1] ([_2] bytes)'
1.36      zhu      6001: => '生成于 [_1] ([_2] bytes)',
1.6       bisitz   6002: 
                   6003:    'Go to first resource'
1.36      zhu      6004: => '转到第一资源',
1.6       bisitz   6005: 
                   6006:    'Group Documents'
1.10      zhu      6007: => '组文件',
1.6       bisitz   6008: 
                   6009:    'Groups'
1.9       zhu      6010: => '组',
1.6       bisitz   6011: 
                   6012:    'Help Menu'
1.9       zhu      6013: => '求助菜单',
1.6       bisitz   6014: 
                   6015:    'Hide all'
1.9       zhu      6016: => '全部隐藏',
1.6       bisitz   6017: 
                   6018:    'Hide this Feed'
1.10      zhu      6019: => '隐藏这个Feed',
1.6       bisitz   6020: 
                   6021:    'LON-CAPA Feed "[_1]" for [_2]'
1.13      zhu      6022: => 'LON-CAPA-Feed "[_1]" 对于 [_2]',
1.6       bisitz   6023: 
                   6024:    'Last Reset'
1.36      zhu      6025: => '最后重启',
1.6       bisitz   6026: 
                   6027:    'Last revised'
1.36      zhu      6028: => '最近更改',
1.6       bisitz   6029: 
                   6030:    'Link'
1.13      zhu      6031: => '连接',
1.6       bisitz   6032: 
                   6033:    'Log In'
1.13      zhu      6034: => '登录',
1.6       bisitz   6035: 
                   6036:    'Move Checked to Folder'
1.93      raeburn  6037: => 'Move Checked to Folder',
1.6       bisitz   6038: 
                   6039:    'Name for New Feed'
1.13      zhu      6040: => '新Feed的名字',
1.6       bisitz   6041: 
                   6042:    'Name of this Feed'
1.13      zhu      6043: => '这个Feed的名字',
1.6       bisitz   6044: 
                   6045:    'New course messages'
1.13      zhu      6046: => '新的课程信息',
1.6       bisitz   6047: 
                   6048:    'New critical messages in course'
1.36      zhu      6049: => '新的课程重要信息',
1.6       bisitz   6050: 
                   6051:    'New in course'
1.36      zhu      6052: => '新课程',
1.6       bisitz   6053: 
                   6054:    'New version'
1.13      zhu      6055: => '新版本',
1.6       bisitz   6056: 
                   6057:    'No messages sent.'
1.36      zhu      6058: => '没有寄出的邮件。',
1.6       bisitz   6059: 
                   6060:    'No new course messages'
1.36      zhu      6061: => '没有新的课程信息',
1.6       bisitz   6062: 
                   6063:    'No problems require handgrading'
1.63      zhu      6064: => '没有习题需要手动评分',
1.6       bisitz   6065: 
                   6066:    'No problems satisfy threshold criteria'
1.63      zhu      6067: => '没有问题达到要求标准',
1.6       bisitz   6068: 
                   6069:    'No problems with errors'
1.63      zhu      6070: => '没有错误的问题',
1.6       bisitz   6071: 
                   6072:    'No unread critical messages in course'
1.63      zhu      6073: => '没有未读的重要邮件',
1.6       bisitz   6074: 
                   6075:    'No unread posts in course discussions'
1.63      zhu      6076: => '没有未读的帖子在课程论坛里面',
1.6       bisitz   6077: 
                   6078:    'No updated versions'
1.63      zhu      6079: => '没有更新版本',
1.6       bisitz   6080: 
                   6081:    'Num. students'
1.63      zhu      6082: => '学生的数量',
1.6       bisitz   6083: 
                   6084:    'Number of errors'
1.63      zhu      6085: => '错误的数量',
1.6       bisitz   6086: 
                   6087:    'Number of new posts'
1.63      zhu      6088: => '新帖子的数量',
1.6       bisitz   6089: 
                   6090:    'Number ungraded'
1.63      zhu      6091: => '未评分的数量',
1.6       bisitz   6092: 
                   6093:    'Open Folder'
1.9       zhu      6094: => '打开文件夹',
1.6       bisitz   6095: 
1.9       zhu      6096: #   'Open all folders'
                   6097: #=> '打开所有文件夹',
1.6       bisitz   6098: 
                   6099:    'Page set to be displayed after you have selected a role in this course'
1.63      zhu      6100: => '页面显示设置,在您选择了该课程中的角色后',
1.6       bisitz   6101: 
                   6102:    'Please select the type of LON-CAPA entity - Course or Group - for which you wish to add/modify a user role'
1.93      raeburn  6103: => 'Please select the type of LON-CAPA entity - Course or Group - for which you wish to add/modify a user role',
1.6       bisitz   6104: 
                   6105:    'Please stand by while processing your print request, this may take some time ...'
1.93      raeburn  6106: => 'Please stand by while processing your print request, this may take some time ...',
1.6       bisitz   6107: 
                   6108:    'Problem'
1.12      zhu      6109: => '问题',
1.6       bisitz   6110: 
                   6111:    'Problem Name'
1.12      zhu      6112: => '问题描述',
1.6       bisitz   6113: 
                   6114:    'Problem is not open to be viewed. It'
1.93      raeburn  6115: => 'Problem is not open to be viewed. It',
1.6       bisitz   6116: 
                   6117:    'Problems requiring handgrading'
1.63      zhu      6118: => '必须手动评分的问题',
1.6       bisitz   6119: 
                   6120:    '(Problems with av. attempts &ge; [_1] or deg. difficulty &ge; [_2]) [_3] and total number of students with submissions &ge; [_4]'
1.63      zhu      6121: => '(问题尝试的平均数目 &ge; [_1] 或者难度 &ge; [_2]) [_3] 和回答问题的学生总数 &ge; [_4]',
1.6       bisitz   6122: 
                   6123:    'Problems with errors'
1.63      zhu      6124: => '错误的问题',
1.6       bisitz   6125: 
                   6126:    'Recently generated printouts'
1.93      raeburn  6127: => 'Recently generated printouts',
1.6       bisitz   6128: 
                   6129:    'Recently generated printout zip files'
1.93      raeburn  6130: => 'Recently generated printout zip files',
1.6       bisitz   6131: 
                   6132:    'Reset Count?'
1.63      zhu      6133: => '计数器复位?',
1.6       bisitz   6134: 
                   6135:    'Reset counters to 0'
1.63      zhu      6136: => '重置计数器为0',
1.6       bisitz   6137: 
                   6138:    'Select [_1]'
1.63      zhu      6139: => '选择 [_1]',
1.6       bisitz   6140: 
                   6141:    'Select the sequence to print resources from:'
1.63      zhu      6142: => '选择该资源的打印顺序:',
1.6       bisitz   6143: 
                   6144:    'Selected [_1]Problems[_2] from folder [_3]'
1.63      zhu      6145: => '选定[_1]问题[_2]从文件夹[_3]',
1.6       bisitz   6146: 
                   6147:    'Selected [_1]Resources[_2] from folder [_3]'
1.63      zhu      6148: => '选定[_1]资源[_2]从文件夹[_3]',
1.6       bisitz   6149: 
                   6150:    'Selected <b>Problems</b> from <b>entire course</b>'
1.63      zhu      6151: => '选定<b>问题</b>从<b>整个课程</b>',
1.6       bisitz   6152: 
                   6153:    'Selected <b>Resources</b> from <b>entire course</b>'
1.63      zhu      6154: => '选定<b>资源</b>从<b>整个课程</b>',
1.6       bisitz   6155: 
                   6156:    'Selected <b>Problems</b> from <b>entire course</b> for <b>selected people</b>'
1.63      zhu      6157: => '选定<b>资源</b>从<b>整个课程</b>给<b>选定的人</b>',
1.6       bisitz   6158: 
                   6159:    'Selected [_1]Problems[_2] from folder [_3] for [_4]selected people[_5]'
1.63      zhu      6160: => '选定[_1]问题[_2]从文件夹[_3]给[_4]选定的人[_5]',
1.6       bisitz   6161: 
                   6162:    'Selected [_1]Problems[_2] from folder [_3] for [_4]CODEd assignments[_5]'
1.63      zhu      6163: => '选定[_1]问题[_2]从文件夹[_3]给[_4]编码练习[_5]', # ???
1.6       bisitz   6164: 
                   6165:    'Selected [_1]Resources[_2] from folder [_3] for [_4]selected people[_5]'
1.63      zhu      6166: => '选定[_1]资源[_2]从文件夹[_3]给[_4]选定的人[_5]',
1.6       bisitz   6167: 
                   6168:    'Selected [_1]Resources[_2] from folder [_3] for [_4]CODEd assignments[_5]'
1.63      zhu      6169: => '选定[_1]资源[_2]从文件夹[_3]给[_4]编码练习[_5]', # ???
1.6       bisitz   6170: 
                   6171:    'Selected [_1]Problems[_2] from current subdirectory [_3]'
1.63      zhu      6172: => '选定[_1]问题[_2]从当前的子文件夹[_3]',
1.6       bisitz   6173: 
                   6174:    'Selected <b>Resources</b> from <b>selected folder</b> in course'
1.63      zhu      6175: => '选定<b>资源</b>从课程里的<b>选定的文件夹</b>',
1.6       bisitz   6176: 
                   6177:    'Show all'
1.9       zhu      6178: => '全部显示',
1.6       bisitz   6179: 
                   6180:    'Show my first due problem'
1.9       zhu      6181: => '查看我的首要问题来处理',
1.6       bisitz   6182: 
                   6183:    'Show only uncompleted problems'
1.9       zhu      6184: => '只显示未完成的问题',
1.6       bisitz   6185: 
                   6186:    'Show everything'
1.9       zhu      6187: => '查看所有',
1.6       bisitz   6188: 
                   6189:    'Uncompleted Problems'
1.9       zhu      6190: => '没有完成问题',
1.6       bisitz   6191: 
                   6192:    'All homework assignments have been completed.'
1.22      zhu      6193: => '所有的问题都已经完成。',
1.6       bisitz   6194: 
                   6195:    'Speller Suggestions'
                   6196: => 'Speller Suggestions',
                   6197: 
                   6198:    'Start a New Feed'
1.9       zhu      6199: => '开始一个新的Feed',
1.6       bisitz   6200: 
                   6201:    'Save Marked Changes'
1.9       zhu      6202: => '保存标记的更改',
1.6       bisitz   6203: 
                   6204:    'Save changes'
1.9       zhu      6205: => '保存更改',
1.6       bisitz   6206: 
                   6207:    'This action is currently not authorized.'
1.18      zhu      6208: => '这一行动目前是不被允许的。',
1.6       bisitz   6209: 
                   6210:    'Time of last post'
1.101     bisitz   6211: => '最后发表的帖子的时间',
1.6       bisitz   6212: 
                   6213:    'Title of document goes here'
1.93      raeburn  6214: => 'Title of document goes here',
1.6       bisitz   6215: 
                   6216:    'Body of document goes here'
1.93      raeburn  6217: => 'Body of document goes here',
1.6       bisitz   6218: 
                   6219:    'Total number of students with submissions'
1.93      raeburn  6220: => 'Total number of students with submissions',
1.6       bisitz   6221: 
                   6222:    'Unread course discussion posts'
1.63      zhu      6223: => '未读的课程讨论帖子',
1.6       bisitz   6224: 
                   6225:    'Version used'
1.12      zhu      6226: => '使用版本',
1.6       bisitz   6227: 
                   6228:    'View current problem status and grading information'
1.9       zhu      6229: => '查看当前的问题的状态和等级评定信息',
1.6       bisitz   6230: 
                   6231:    "What's New?"
1.9       zhu      6232: => "有什么新内容?",
1.6       bisitz   6233: 
                   6234:    "What's New? page"
1.9       zhu      6235: => "有什么新页面",
1.6       bisitz   6236: 
                   6237:    "What's New page"
1.9       zhu      6238: => "有什么新页面",
1.6       bisitz   6239: 
                   6240:    'You are accessing an invalid course'
1.63      zhu      6241: => '您在试图访问无效的课程。',
1.6       bisitz   6242: 
                   6243:    'course only'
1.93      raeburn  6244: => 'course only',
1.6       bisitz   6245: 
                   6246:    'delete'
1.9       zhu      6247: => '删除',
1.6       bisitz   6248: 
                   6249:    'first resource in the course'
1.63      zhu      6250: => '第一期课程资源',
1.6       bisitz   6251: 
                   6252:    'hidden'
1.9       zhu      6253: => '隐藏的',
1.6       bisitz   6254: 
                   6255:    'since last month'
1.63      zhu      6256: => '自上个月以来',
1.6       bisitz   6257: 
                   6258:    'since last week'
1.63      zhu      6259: => '自上周以来',
1.6       bisitz   6260: 
                   6261:    'since start of course'
1.63      zhu      6262: => '从课程开始起',
1.6       bisitz   6263: 
                   6264:    'since yesterday'
1.63      zhu      6265: => '从昨天起',
1.6       bisitz   6266: 
                   6267:    'specific setting for this course'
1.63      zhu      6268: => '这门课程的具体设置',
1.6       bisitz   6269: 
                   6270:    'user preference'
1.65      zhu      6271: => '用户偏好',
1.6       bisitz   6272: 
                   6273:    "what's new? page"
1.9       zhu      6274: => "有什么新页面",
1.6       bisitz   6275: 
                   6276:    'your general user preferences'
1.63      zhu      6277: => '您的一般使用者偏好',
1.6       bisitz   6278: 
                   6279:    'Submitting as Comment'
1.63      zhu      6280: => '提交评论',
1.6       bisitz   6281: 
                   6282:    'Submitting as Policy Feedback'
1.63      zhu      6283: => '提交课程指导方针反馈',
1.6       bisitz   6284: 
                   6285:    'Submitting as Question'
1.63      zhu      6286: => '提交的问题',
1.6       bisitz   6287: 
                   6288:    'Total Points In Course'
1.10      zhu      6289: => '课程总分',
1.6       bisitz   6290: 
                   6291:    'the resource you just saw on the screen'
1.63      zhu      6292: => 'the resource you just saw on the screen',
1.6       bisitz   6293: 
                   6294:    'Annotations'
1.9       zhu      6295: => '注释',
1.6       bisitz   6296: 
                   6297:    'Close (no save)'
1.9       zhu      6298: => '关闭 (不保存)',
1.6       bisitz   6299: 
                   6300:    'Save and Update'
1.9       zhu      6301: => '保存和更新',
1.6       bisitz   6302: 
                   6303:    'Bookmark Tree Viewer/Editor'
1.63      zhu      6304: => '书签树浏览器/编辑器',
1.6       bisitz   6305: 
                   6306:    'Chat'
1.9       zhu      6307: => '聊天',
1.6       bisitz   6308: 
1.26      zhu      6309:    'Chat Room'
1.9       zhu      6310: => '聊天室',
1.6       bisitz   6311: 
                   6312:    'Drop Box'
1.26      zhu      6313: => '收件箱',
1.6       bisitz   6314: 
                   6315:    'Import Bookmarks'
                   6316: => '导入书签',
                   6317: 
                   6318:    'The LearningOnline Network with CAPA'
                   6319: => 'The LearningOnline Network with CAPA',
                   6320: 
                   6321:    'This LON-CAPA server is temporarily not available for login.'
1.63      zhu      6322: => '该 LON-CAPA 服务器目前无法登录。',
1.6       bisitz   6323: 
                   6324:    'Please attempt to login to one of the following servers:'
1.63      zhu      6325: => '请尝试登录到下列其中一个服务器:',
1.6       bisitz   6326: 
                   6327:    '(preferred)'
1.26      zhu      6328: => '(首选的)',
1.6       bisitz   6329: 
                   6330:    'Although your current role has privileges to view any existing groups in this course, you do not have privilegesto create new groups.'
1.93      raeburn  6331: => 'Although your current role has privileges to view any existing groups in this course, you do not have privilegesto create new groups.',
1.6       bisitz   6332: 
                   6333:    'Collaborative Tools'
1.27      zhu      6334: => '协作工具',
1.6       bisitz   6335: 
                   6336:    'Course content'
1.18      zhu      6337: => '课程内容',
1.6       bisitz   6338: 
                   6339:    'Create a new group'
1.12      zhu      6340: => '创建新组',
1.6       bisitz   6341: 
                   6342:    'Created'
1.27      zhu      6343: => '生成',
1.6       bisitz   6344: 
                   6345:    'Creator'
1.27      zhu      6346: => '创设者',
1.6       bisitz   6347: 
                   6348:    'Discussion Boards'
1.9       zhu      6349: => '讨论板',
1.6       bisitz   6350: 
                   6351:    'Disk Use (%)'
1.27      zhu      6352: => '使用的存贮空间 (%)',
1.6       bisitz   6353: 
                   6354:    'Enable Recent Roles Hotlist:'
1.22      zhu      6355: => '启用最近的角色活动表:',
1.6       bisitz   6356: 
                   6357:    'Files'
1.12      zhu      6358: => '文件',
1.6       bisitz   6359: 
                   6360:    'Group Name'
1.12      zhu      6361: => '组名',
1.6       bisitz   6362: 
                   6363:    'Group Title'
1.12      zhu      6364: => '组标题',
1.6       bisitz   6365: 
                   6366:    'Members'
1.12      zhu      6367: => '成员',
1.6       bisitz   6368: 
                   6369:    'Modify'
1.12      zhu      6370: => '修改',
1.6       bisitz   6371: 
                   6372:    'Re-enable'
1.12      zhu      6373: => '修复',
1.6       bisitz   6374: 
                   6375:    'Expire'
1.12      zhu      6376: => '失效',
1.6       bisitz   6377: 
                   6378:    'Group settings'
1.12      zhu      6379: => '组设置',
1.6       bisitz   6380: 
                   6381:    'Modify group membership'
1.12      zhu      6382: => '修改组成员',
1.6       bisitz   6383: 
                   6384:    'No groups exist.'
1.12      zhu      6385: => '没有组存在。',
1.6       bisitz   6386: 
                   6387:    'Number of roles in Hotlist:'
1.12      zhu      6388: => '角色的快速访问列表:',
1.6       bisitz   6389: 
                   6390:    'Quota (Mb)'
1.12      zhu      6391: => '容量 (MB)',
1.6       bisitz   6392: 
                   6393:    'Remote Control'
1.12      zhu      6394: => '遥控器',
1.6       bisitz   6395: 
                   6396:    'Some LON-CAPA users have a long list of roles. The Recent Roles Hotlist feature keeps track of the last N roles which have been visited and places a table of these at the top of the roles page. People with very few roles should leave this feature disabled.'
1.22      zhu      6397: => '一些 LON-CAPA 用户有很多角色。在快速访问列表里面将显示最近使用过的角色的最后N角色访问过的地方,这些角色将显示在角色选择页面的上方。 用户如果只有很少的角色,应该禁用快速访问列表。',
1.6       bisitz   6398: 
                   6399:    'Some LON-CAPA users have a long list of courses. The Recent Courses Hotlist feature keeps track of the last N courses which have been visited and places a table of these at the top of the courses page. People with very few courses should leave this feature disabled.'
1.22      zhu      6400: => '一些 LON-CAPA 用户有很多课程。在快速访问列表里面将显示最近使用过的课程的最后N课程访问过的地方,这些课程将显示在课程选择页面的上方。用户如果只有很少的角色,应该禁用快速访问列表。',
1.6       bisitz   6401: 
                   6402:    'Switch to Inline Menu Mode'
1.18      zhu      6403: => '切换到内置菜单模式',
1.6       bisitz   6404: 
                   6405:    'This list below can be used to <q>freeze</q> roles on your screen. Those marked as frozen will not be removed from the list, even if they have not been used recently.'
1.22      zhu      6406: => '这下面的列表可以用来<q>冻结</q>屏幕上的角色。这些标记为冻结的将不会从名单中删除,即便最近没有被使用过时。',
1.6       bisitz   6407: 
                   6408:    'View Status'
1.12      zhu      6409: => '查看状态',
1.6       bisitz   6410: 
                   6411:    'View/Change Status'
1.22      zhu      6412: => '查看/修改状态',
1.6       bisitz   6413: 
                   6414:    'You are not currently a member of any active groups in this course.'
1.93      raeburn  6415: => 'You are not currently a member of any active groups in this course.',
1.6       bisitz   6416: 
                   6417:    'Group [_1] was updated.'
1.12      zhu      6418: => '组 [_1] 已更新。',
1.6       bisitz   6419: 
                   6420:    'An error occurred while setting parameters for Discussion Boards folder: [_1]'
1.93      raeburn  6421: => 'An error occurred while setting parameters for Discussion Boards folder: [_1]',
1.6       bisitz   6422: 
                   6423:    'Discussion Boards Folder created.'
1.9       zhu      6424: => '创建讨论板夹。',
1.6       bisitz   6425: 
                   6426:    'You do not have group administration privileges in this course.'
1.93      raeburn  6427: => 'You do not have group administration privileges in this course.',
1.6       bisitz   6428: 
                   6429:    'An error occurred when [_1] the group. Please try again.'
1.93      raeburn  6430: => 'An error occurred when [_1] the group. Please try again.',
1.6       bisitz   6431: 
                   6432:    'You have requested deletion of the group [_1].'
1.93      raeburn  6433: => 'You have requested deletion of the group [_1].',
1.6       bisitz   6434: 
                   6435:    'The following users could not be activated, because an error occurred:'
1.93      raeburn  6436: => 'The following users could not be activated, because an error occurred:',
1.6       bisitz   6437: 
                   6438:    'The following users could not be reenabled, because an error occurred:'
1.93      raeburn  6439: => 'The following users could not be reenabled, because an error occurred:',
1.6       bisitz   6440: 
                   6441:    'The following users could not be modified, because an error occurred:'
1.93      raeburn  6442: => 'The following users could not be modified, because an error occurred:',
1.6       bisitz   6443: 
                   6444:    'The following users could not be added, because an error occurred:'
1.93      raeburn  6445: => 'The following users could not be added, because an error occurred:',
1.6       bisitz   6446: 
                   6447:    'The following users could not be deleted, because an error occurred:'
1.93      raeburn  6448: => 'The following users could not be deleted, because an error occurred:',
1.6       bisitz   6449: 
                   6450:    'The following users could not be expired, because an error occurred:'
1.93      raeburn  6451: => 'The following users could not be expired, because an error occurred:',
1.6       bisitz   6452: 
                   6453:    'No change occurred for the following users:'
1.93      raeburn  6454: => 'No change occurred for the following users:',
1.6       bisitz   6455: 
                   6456:    'When a group is deleted the following occurs:'
1.93      raeburn  6457: => 'When a group is deleted the following occurs:',
1.6       bisitz   6458: 
                   6459:    'All group membership is terminated.'
1.93      raeburn  6460: => 'All group membership is terminated.',
1.6       bisitz   6461: 
                   6462:    'The group ceases to be available either for viewing or for modification of group settings and membership.'
1.93      raeburn  6463: => 'The group ceases to be available either for viewing or for modification of group settings and membership.',
1.6       bisitz   6464: 
                   6465:    'The group folder is removed from the folder containing it - normally this is the "Course Groups" folder which contains folders for all groups in the course.'
1.93      raeburn  6466: => 'The group folder is removed from the folder containing it - normally this is the "Course Groups" folder which contains folders for all groups in the course.',
1.6       bisitz   6467: 
                   6468:    'Although a deleted group is no longer accessible, the group name used for the group will be reserved, and will not be available for assignment to a new group in the same course in the future.'
1.93      raeburn  6469: => 'Although a deleted group is no longer accessible, the group name used for the group will be reserved, and will not be available for assignment to a new group in the same course in the future.',
1.6       bisitz   6470: 
                   6471:    'Delete group'
1.12      zhu      6472: => '删除组',
1.6       bisitz   6473: 
                   6474:    'Group deletion failed because deletion of [_1] out of [_2] members failed.'
1.42      bisitz   6475: => '删除组失败,因为[_1]的[_2]成员不能被删除。',
1.6       bisitz   6476: 
                   6477:    'Group successfully deleted.'
1.12      zhu      6478: => '该组已成功删除。',
1.6       bisitz   6479: 
                   6480:    "Although the group was deleted, an error occurred when removing the group's folder from the 'Course Groups' folder: [_1]"
1.12      zhu      6481: => "该组已被删除,从课程组的文件夹删除组文件夹时发生错误:[_1]",
1.6       bisitz   6482: 
                   6483:    'Group deletion failed.'
1.12      zhu      6484: => '组删除失败。',
1.6       bisitz   6485: 
                   6486:    'Course Folder -[_1]'
1.12      zhu      6487: => '课程文件夹 [_1]',
1.6       bisitz   6488: 
                   6489:    'An error occurred when reading contents of parent folder to group:'
1.93      raeburn  6490: => 'An error occurred when reading contents of parent folder to group:',
1.6       bisitz   6491: 
                   6492:    'An error occurred when saving updated parent folder to group:'
1.93      raeburn  6493: => 'An error occurred when saving updated parent folder to group:',
1.6       bisitz   6494: 
                   6495:    'You have requested enabling the previously deleted group [_1].'
1.93      raeburn  6496: => 'You have requested enabling the previously deleted group [_1].',
1.6       bisitz   6497: 
                   6498:    'When a deleted group is re-enabled the following occurs:'
1.93      raeburn  6499: => 'When a deleted group is re-enabled the following occurs:',
1.6       bisitz   6500: 
                   6501:    'Group settings and membership at the time the group was deleted are reinstated.'
1.93      raeburn  6502: => 'Group settings and membership at the time the group was deleted are reinstated.',
1.6       bisitz   6503: 
                   6504:    'A group folder is added to the "Course Groups" folder which contains folders for all groups in the course.'
1.93      raeburn  6505: => 'A group folder is added to the "Course Groups" folder which contains folders for all groups in the course.',
1.6       bisitz   6506: 
                   6507:    'Reenable group'
1.12      zhu      6508: => '组恢复',
1.6       bisitz   6509: 
                   6510:    'The group [_1] was not re-enabled, because it is not a deleted group.[_2]Perhaps it has already been re-enabled?'
1.93      raeburn  6511: => 'The group [_1] was not re-enabled, because it is not a deleted group.[_2]Perhaps it has already been re-enabled?',
1.6       bisitz   6512: 
                   6513:    'No end date set'
1.12      zhu      6514: => '没有设定结束日期',
1.6       bisitz   6515: 
                   6516:    'Membership reinstated for [quant,_1,user], each with start and end dates for group access set to defaults: [_2] and [_3]'
1.93      raeburn  6517: => 'Membership reinstated for [quant,_1,user], each with start and end dates for group access set to defaults: [_2] and [_3]',
1.6       bisitz   6518: 
                   6519:    "Although the group was re-enabled, an error occurred when adding the group's folder to the 'Course Groups' folder: [_1]"
1.93      raeburn  6520: => "Although the group was re-enabled, an error occurred when adding the group's folder to the 'Course Groups' folder: [_1]",
1.6       bisitz   6521: 
                   6522:    'Re-enabling group failed.'
1.18      zhu      6523: => '重新启用组失败。',
1.6       bisitz   6524: 
                   6525:    'with related words'
1.18      zhu      6526: => '相关的关键词',
1.6       bisitz   6527: 
                   6528:    'with no related words'
1.18      zhu      6529: => '没有相关的关键词',
1.6       bisitz   6530: 
                   6531:    'Change Roles Preferences'
1.18      zhu      6532: => '改变角色偏好',
1.6       bisitz   6533: 
                   6534:    'Display [_1] Most Recent Roles'
1.22      zhu      6535: => '显示 [_1] 个最近角色',
1.6       bisitz   6536: 
                   6537:    'Freeze Role'
1.18      zhu      6538: => '冻结角色',
1.6       bisitz   6539: 
                   6540:    'Recent Roles Hotlist is Disabled'
1.22      zhu      6541: => '禁用最近使用角色的快速访问列表',
1.6       bisitz   6542: 
                   6543:    'Recent Roles Hotlist is Enabled'
1.22      zhu      6544: => '启用最近使用角色的快速访问列表',
1.6       bisitz   6545: 
                   6546:    'Author Space'
1.13      zhu      6547: => '作者空间',
1.6       bisitz   6548: 
                   6549:    'Degree of discrimination'
1.18      zhu      6550: => '分化程度',
1.6       bisitz   6551: 
                   6552:    'Disable WYSIWYG Editor'
1.13      zhu      6553: => '禁用WYSIWYG编辑器',
1.6       bisitz   6554: 
                   6555:    'Hypertext Document'
1.13      zhu      6556: => 'HTML 文件',
1.6       bisitz   6557: 
                   6558:    'Last Modifying User'
1.13      zhu      6559: => '上次修改用户',
1.6       bisitz   6560: 
                   6561:    'Last Revision Date'
1.18      zhu      6562: => '最近修订日期',
1.6       bisitz   6563: 
                   6564:    'Linked/Related Resources'
1.18      zhu      6565: => '联系/相关资源',
1.6       bisitz   6566: 
                   6567:    'Network-wide courses using resource'
1.18      zhu      6568: => '网络上使用该课程资源',
1.6       bisitz   6569: 
                   6570:    'Never'
1.18      zhu      6571: => '从不',
1.6       bisitz   6572: 
                   6573:    'Preview'
1.18      zhu      6574: => '预览',
1.6       bisitz   6575: 
                   6576:    'Resources that follow this resource in maps'
1.93      raeburn  6577: => 'Resources that follow this resource in maps',
1.6       bisitz   6578: 
                   6579:    'Resources that lead up to this resource in maps'
1.93      raeburn  6580: => 'Resources that lead up to this resource in maps',
1.6       bisitz   6581: 
                   6582:    'Resources used by this resource'
1.93      raeburn  6583: => 'Resources used by this resource',
1.6       bisitz   6584: 
                   6585:    'Resources using or importing resource'
1.101     bisitz   6586: => '资源使用或导入',
1.6       bisitz   6587: 
                   6588:    'Return'
                   6589: => '后退',
                   6590: 
                   6591:    'Setting WYSIWYG editor to:'
1.57      zhu      6592: => 'WYSIWYG-编辑器设置为:',
1.6       bisitz   6593: 
                   6594:    'Source Available'
1.18      zhu      6595: => '源代码可用',
1.6       bisitz   6596: 
                   6597:    'Source Custom Distribution File'
1.18      zhu      6598: => '源代码的访问权限',
1.6       bisitz   6599: 
                   6600:    'Start new page<br />before selected'
                   6601: => 'Start new page<br />before selected',
                   6602: 
                   6603:    'on'
1.57      zhu      6604: => '开',
1.6       bisitz   6605: 
                   6606:    '(on)'
1.63      zhu      6607: => '(on)',
1.6       bisitz   6608: 
                   6609:    'off'
1.57      zhu      6610: => '关',
1.6       bisitz   6611: 
                   6612:    '(off)'
1.63      zhu      6613: => '(off)',
1.6       bisitz   6614: 
                   6615:    '(re-initialize course to access)'
1.63      zhu      6616: => '(re-initialize course to access)',
1.6       bisitz   6617: 
                   6618:    'All Parts'
1.93      raeburn  6619: => 'All Parts',
1.6       bisitz   6620: 
                   6621:    'Changes will become active for your current session after [_1], or the next time you log in.'
                   6622: => '点击 [_1] 按钮来保存最后的更改。',
                   6623: 
                   6624:    'Cut'
                   6625: => '剪切',
                   6626: 
                   6627:    'Random Order'
                   6628: => '任意顺序',
                   6629: 
                   6630:    'Due and Answer Available'
1.93      raeburn  6631: => 'Due and Answer Available',
1.6       bisitz   6632: 
                   6633:    'Edit any group in the course'
                   6634: => '课程分组管理',
                   6635: 
                   6636:    'Editing the Table of Contents for your Course'
                   6637: => '如何修改课程内容',
                   6638: 
                   6639:    'Enter any group in the course'
1.93      raeburn  6640: => 'Enter any group in the course',
1.6       bisitz   6641: 
                   6642:    'Existing Parameter Settings for Your Resources'
1.93      raeburn  6643: => 'Existing Parameter Settings for Your Resources',
1.6       bisitz   6644: 
                   6645:    'Group'
1.12      zhu      6646: => '组',
1.6       bisitz   6647: 
                   6648:    'Group:'
1.18      zhu      6649: => '组:',
1.6       bisitz   6650: 
                   6651:    'Hidden'
                   6652: => '隐藏',
                   6653: 
                   6654:    'List Symbs'
                   6655: => '内部标识',
                   6656: 
                   6657:    'Symb List'
1.12      zhu      6658: => '内部标识名单',
1.6       bisitz   6659: 
1.55      zhu      6660: #   'Manage Course Slots'
                   6661: #=> '管理课程插槽',
                   6662: 
                   6663:    'Manage Slots'
                   6664: => 'Manage Slots',
1.6       bisitz   6665: 
                   6666:    'Manage student enrollment '
1.27      zhu      6667: => '招生管理 ',
1.6       bisitz   6668: 
                   6669:    'Modify Resource Parameters - Overview Mode'
1.27      zhu      6670: => '修改资源参数 - 概况模式',
1.6       bisitz   6671: 
                   6672:    'Modify parameter settings (due dates, etc) for resources and the course'
                   6673: => '修改课程和资源参数',
                   6674: 
                   6675:    'Modify parameter settings for this resource'
1.98      bisitz   6676: => '参数设置',
1.6       bisitz   6677: 
                   6678:    'New and Existing Parameter Settings for Your Resources'
1.27      zhu      6679: => '为您的资源设置新的和现有的参数',
1.6       bisitz   6680: 
                   6681:    'Parameter Change Log and Course Blog Posting/User Notification'
1.27      zhu      6682: => '参数变更记录和课程博客/用户通知',
1.6       bisitz   6683: 
                   6684:    'Parameter Manager'
                   6685: => '参数管理',
                   6686: 
                   6687:    'Randomly Pick: '
                   6688: => '随机挑选: ',
                   6689: 
                   6690:    'Remove'
                   6691: => '删除',
                   6692: 
                   6693:    'Rendering:'
1.12      zhu      6694: => '检查:',
1.6       bisitz   6695: 
                   6696:    'Select Parameters to View'
1.27      zhu      6697: => '选择想要查看的参数',
1.6       bisitz   6698: 
                   6699:    'Select Parts to View'
1.27      zhu      6700: => '选择想要查看的部分',
1.6       bisitz   6701: 
                   6702:    'Set Parameter Setting Default Actions'
1.70      zhu      6703: => '设置默认操作的参数',
1.6       bisitz   6704: 
                   6705:    'Set Portfolio Metadata'
1.27      zhu      6706: => '设置元数据-组合',
1.6       bisitz   6707: 
                   6708:    'Set/Modify Resource Parameters - Helper Mode'
1.27      zhu      6709: => '设置/修改资源参数 - 辅助模式',
1.6       bisitz   6710: 
                   6711:    'Set/Modify Resource Parameters - Overview Mode'
1.27      zhu      6712: => '设置/修改资源参数 - 概况模式',
1.6       bisitz   6713: 
                   6714:    'Set/Modify Resource Parameters - Table Mode'
1.27      zhu      6715: => '设置/修改资源参数 - 表模式',
1.6       bisitz   6716: 
                   6717:    'Settings for Your Course'
1.27      zhu      6718: => '课程设置',
1.6       bisitz   6719: 
                   6720:    'Table Mode'
1.27      zhu      6721: => '表模式',
1.6       bisitz   6722: 
                   6723:    'Table Mode Parameter Setting'
1.27      zhu      6724: => '表模式参数设定',
1.6       bisitz   6725: 
                   6726:    'The resources in "[_1]" are open for a limited time. Once you click the "[_2]" button below you have [_3] to complete all resources in "[_1]".'
1.93      raeburn  6727: => 'The resources in "[_1]" are open for a limited time. Once you click the "[_2]" button below you have [_3] to complete all resources in "[_1]".',
1.6       bisitz   6728: 
                   6729:    'URL hidden'
                   6730: => '隐藏 URL',
                   6731: 
                   6732:    'Update Parameter Display'
1.27      zhu      6733: => '更新参数',
1.6       bisitz   6734: 
                   6735:    'View calculated grades (Spreadsheet)'
1.63      zhu      6736: => '计算评分(Spreadsheet)',
1.6       bisitz   6737: 
                   6738:    "What's new?"
                   6739: => "有什么新的?",
                   6740: 
                   6741:    're-initializing Course'
                   6742: => '重新初始化课程',
                   6743: 
                   6744:    'Show Resource'
1.18      zhu      6745: => '查看资源',
1.6       bisitz   6746: 
                   6747:    'Feedback to resource author'
1.18      zhu      6748: => '反馈给此资源的作者',
1.6       bisitz   6749: 
1.20      bisitz   6750:    'Click to add/remove attachments'
1.12      zhu      6751: => '单击添加/删除附件',
1.6       bisitz   6752: 
                   6753:    'New attachments'
1.12      zhu      6754: => '新附件',
1.6       bisitz   6755: 
                   6756:    'Retained attachments'
1.12      zhu      6757: => '保留附件',
1.6       bisitz   6758: 
                   6759:    'Add a new attachment to this post.'
1.19      zhu      6760: => '给这个信息添加新的附件:',
1.6       bisitz   6761: 
                   6762:    'Discussion Post Attachments'
1.12      zhu      6763: => '讨论张贴附件',
1.6       bisitz   6764: 
                   6765:    'Modify course settings'
1.93      raeburn  6766: => 'Modify course settings',
1.6       bisitz   6767: 
                   6768:    'Send and display broadcast e-mail'
1.93      raeburn  6769: => 'Send and display broadcast e-mail',
1.6       bisitz   6770: 
                   6771:    'Awarded Total Points'
1.10      zhu      6772: => '达到总分',
1.6       bisitz   6773: 
                   6774:    'Total Parts Done'
1.93      raeburn  6775: => 'Total Parts Done',
1.6       bisitz   6776: 
                   6777:    'Create a single course'
1.93      raeburn  6778: => 'Create a single course',
1.6       bisitz   6779: 
                   6780:    'Create a new course by completing an online form.'
1.93      raeburn  6781: => 'Create a new course by completing an online form.',
1.6       bisitz   6782: 
                   6783:    'Create a single collaborative group space'
1.93      raeburn  6784: => 'Create a single collaborative group space',
1.6       bisitz   6785: 
                   6786:    'Create a new group space for non-course use by completing an online form.'
1.93      raeburn  6787: => 'Create a new group space for non-course use by completing an online form.',
1.6       bisitz   6788: 
                   6789:    'Create courses/groups by uploading an attributes file'
1.93      raeburn  6790: => 'Create courses/groups by uploading an attributes file',
1.6       bisitz   6791: 
                   6792:    'Upload an attributes file containing specifications for one or more courses or groups in XML format.'
1.93      raeburn  6793: => 'Upload an attributes file containing specifications for one or more courses or groups in XML format.',
1.6       bisitz   6794: 
                   6795:    'current'
1.12      zhu      6796: => '当前的',
1.6       bisitz   6797: 
                   6798:    'Version changes'
1.93      raeburn  6799: => 'Version changes',
1.6       bisitz   6800: 
                   6801:    'Change interval'
1.93      raeburn  6802: => 'Change interval',
1.6       bisitz   6803: 
                   6804:    'Student Submission Reports'
1.93      raeburn  6805: => 'Student Submission Reports',
1.6       bisitz   6806: 
                   6807:    'Prepare reports of student submissions.'
1.93      raeburn  6808: => 'Prepare reports of student submissions.',
1.6       bisitz   6809: 
                   6810:    'Survey Reports'
1.93      raeburn  6811: => 'Survey Reports',
1.6       bisitz   6812: 
                   6813:    'Prepare reports on survey results.'
1.93      raeburn  6814: => 'Prepare reports on survey results.',
1.6       bisitz   6815: 
                   6816:    'View survey'
1.93      raeburn  6817: => 'View survey',
1.6       bisitz   6818: 
                   6819:    'Previous Survey'
1.93      raeburn  6820: => 'Previous Survey',
1.6       bisitz   6821: 
                   6822:    'Next Survey'
1.93      raeburn  6823: => 'Next Survey',
1.6       bisitz   6824: 
                   6825:    'Choose a different Survey'
1.93      raeburn  6826: => 'Choose a different Survey',
1.6       bisitz   6827: 
                   6828:    'Generate Report'
1.93      raeburn  6829: => 'Generate Report',
1.6       bisitz   6830: 
                   6831:    'Part [_1], Response [_2]'
1.27      zhu      6832: => '部份 [_1], 答案 [_2]',
1.6       bisitz   6833: 
                   6834:    'Foil Name'
1.93      raeburn  6835: => 'Foil Name',
1.6       bisitz   6836: 
                   6837:    'Foil Text'
1.93      raeburn  6838: => 'Foil Text',
1.6       bisitz   6839: 
                   6840:    'Percent'
1.27      zhu      6841: => '百分比',
1.6       bisitz   6842: 
                   6843:    'Correct Problems Plot'
1.93      raeburn  6844: => 'Correct Problems Plot',
1.6       bisitz   6845: 
                   6846:    'Display a histogram of student performance in the course.'
1.93      raeburn  6847: => 'Display a histogram of student performance in the course.',
1.6       bisitz   6848: 
                   6849:    'Access Status'
1.27      zhu      6850: => '访问状态',
1.6       bisitz   6851: 
1.31      bisitz   6852:    '[_1] Limit by time'
                   6853: => '[_1] 限制时间',
1.6       bisitz   6854: 
                   6855:    'Submission Time Plots'
1.93      raeburn  6856: => 'Submission Time Plots',
1.6       bisitz   6857: 
                   6858:    'Currently Has Access'
1.27      zhu      6859: => '目前访问',
1.6       bisitz   6860: 
                   6861:    'Will Have Future Access'
1.27      zhu      6862: => '将来的访问',
1.6       bisitz   6863: 
                   6864:    'Previously Had Access'
1.27      zhu      6865: => '此前的访问',
1.6       bisitz   6866: 
                   6867:    'Any Access Status'
1.27      zhu      6868: => '任易的访问状态',
1.6       bisitz   6869: 
                   6870:    'Previous Problem'
1.12      zhu      6871: => '前面的问题',
1.6       bisitz   6872: 
                   6873:    'Next Problem'
1.12      zhu      6874: => '下一个问题',
1.6       bisitz   6875: 
                   6876:    'Choose a different Problem'
1.93      raeburn  6877: => 'Choose a different Problem',
1.6       bisitz   6878: 
                   6879:    'Update Caches'
1.93      raeburn  6880: => 'Update Caches',
1.6       bisitz   6881: 
                   6882:    'Begin'
1.93      raeburn  6883: => 'Begin',
1.6       bisitz   6884: 
                   6885:    'There are no students in the sections selected.'
1.93      raeburn  6886: => 'There are no students in the sections selected.',
1.6       bisitz   6887: 
                   6888:    'There are no students in the sections/groups selected.'
1.93      raeburn  6889: => 'There are no students in the sections/groups selected.',
1.6       bisitz   6890: 
                   6891:    'There is no submission data for this problem at all.'
1.93      raeburn  6892: => 'There is no submission data for this problem at all.',
1.6       bisitz   6893: 
                   6894:    'There is no submission data for this problem.'
1.93      raeburn  6895: => 'There is no submission data for this problem.',
1.6       bisitz   6896: 
                   6897:    'There is no submission data for this resource.'
1.93      raeburn  6898: => 'There is no submission data for this resource.',
1.6       bisitz   6899: 
                   6900:    'There is no data to plot.'
1.93      raeburn  6901: => 'There is no data to plot.',
1.6       bisitz   6902: 
                   6903:    'Analysis of [_1] is not supported.'
1.93      raeburn  6904: => 'Analysis of [_1] is not supported.',
1.6       bisitz   6905: 
                   6906:    'None of the selected students attempted the problem more than [_1] times.'
1.93      raeburn  6907: => 'None of the selected students attempted the problem more than [_1] times.',
1.6       bisitz   6908: 
                   6909:    'None of the selected students attempted the problem.'
1.93      raeburn  6910: => 'None of the selected students attempted the problem.',
1.6       bisitz   6911: 
                   6912:    'The analysis you have selected is not supported at this time.'
1.93      raeburn  6913: => 'The analysis you have selected is not supported at this time.',
1.6       bisitz   6914: 
                   6915:    'Graph Problem Submission Times'
1.93      raeburn  6916: => 'Graph Problem Submission Times',
1.6       bisitz   6917: 
                   6918:    'Return to Directory'
1.10      zhu      6919: => '返回目录',
1.6       bisitz   6920: 
                   6921:    'Return to directory'
1.10      zhu      6922: => '返回目录',
1.6       bisitz   6923: 
                   6924:    'My Roles'
                   6925: => '我的角色',
                   6926: 
                   6927:    'My Space'
                   6928: => '我的空间',
                   6929: 
                   6930:    'Edit blogs, RSS feeds, and podcasts'
1.18      zhu      6931: => '博客, RSS-反馈 和 播客',
1.6       bisitz   6932: 
                   6933:    'Content Library'
                   6934: => '内容',
                   6935: 
                   6936:    'Search the contents of this course or accessible portfolio files'
1.9       zhu      6937: => '搜索这门课程的内容,或可组合文件',
1.6       bisitz   6938: 
                   6939:    'Grading and Statistics'
                   6940: => '审查和统计',
                   6941: 
                   6942:    'Other'
                   6943: => '其他',
                   6944: 
                   6945:    'group'
1.12      zhu      6946: => '组',
1.6       bisitz   6947: 
                   6948:    'Size'
1.12      zhu      6949: => '大小',
1.6       bisitz   6950: 
                   6951:    'Current Access Status'
1.9       zhu      6952: => '目前获得状态',
1.6       bisitz   6953: 
                   6954:    'Delete Checked Files'
1.22      zhu      6955: => '删除选中的文件',
1.6       bisitz   6956: 
                   6957:    'Using the portfolio file list'
1.12      zhu      6958: => '使用组合的文件列表',
1.6       bisitz   6959: 
                   6960:    'Help on the portfolio'
1.31      bisitz   6961: => '组帮助',
1.6       bisitz   6962: 
                   6963:    'Private'
1.9       zhu      6964: => '私人的',
1.6       bisitz   6965: 
                   6966:    'Change How Menus are Displayed'
1.22      zhu      6967: => '改变菜单显示',
1.6       bisitz   6968: 
                   6969:    'Use icons and text'
1.22      zhu      6970: => '使用图标和文本',
1.6       bisitz   6971: 
                   6972:    'Use buttons and text'
1.22      zhu      6973: => '使用按钮和文本',
1.6       bisitz   6974: 
                   6975:    'Use icons only'
1.22      zhu      6976: => '只有图标',
1.6       bisitz   6977: 
                   6978:    'Previous Tries'
1.18      zhu      6979: => '以前的尝试',
1.6       bisitz   6980: 
                   6981:    'Change Main Menu'
1.18      zhu      6982: => '改变主菜单',
1.6       bisitz   6983: 
1.18      zhu      6984:    'New screenname (shown if you post anonymously)'
                   6985: => '新昵称(显示在匿名讨论中)',
1.6       bisitz   6986: 
1.18      zhu      6987:    'New nickname (shown if you post non-anonymously)'
                   6988: => '新昵称(显示在正常讨论中)',
1.6       bisitz   6989: 
                   6990:    'Choose the time window to use to display roles for which access to the course expired.'
1.93      raeburn  6991: => 'Choose the time window to use to display roles for which access to the course expired.',
1.6       bisitz   6992: 
                   6993:    'Choose the time window to use to display roles for which access to the course became available.'
1.93      raeburn  6994: => 'Choose the time window to use to display roles for which access to the course became available.',
1.6       bisitz   6995: 
                   6996:    'Choose the time window to use to display resources in the course with version changes.'
1.63      zhu      6997: => '选择的时间窗口,显示课程资源与版本变化。',
1.6       bisitz   6998: 
                   6999:    'User Management'
                   7000: => '用户管理',
                   7001: 
                   7002:    'Manage student enrollment'
1.63      zhu      7003: => '招生管理',
1.6       bisitz   7004: 
                   7005:    'Modify an existing group'
1.10      zhu      7006: => '修改现有的组',
1.6       bisitz   7007: 
                   7008:    'Delete an existing group'
1.10      zhu      7009: => '删除现有的组',
1.6       bisitz   7010: 
                   7011:    'Re-enable a deleted group'
1.10      zhu      7012: => '还原已删除的组',
1.6       bisitz   7013: 
                   7014:    'Enter an existing group'
1.10      zhu      7015: => '加入现有的组',
1.6       bisitz   7016: 
                   7017:    'Course Management'
                   7018: => '课程管理',
                   7019: 
                   7020:    'Reset Student Access Times'
1.10      zhu      7021: => '重置学生的访问时间',
1.6       bisitz   7022: 
                   7023:    'Submission #'
1.18      zhu      7024: => '回答次数',
1.6       bisitz   7025: 
                   7026:    'Try'
1.10      zhu      7027: => '尝试',
1.6       bisitz   7028: 
                   7029:    'Try [_1]'
1.10      zhu      7030: => '尝试 [_1]。',
1.6       bisitz   7031: 
                   7032:    'Submitted Answer'
1.10      zhu      7033: => '提交答案',
1.6       bisitz   7034: 
                   7035:    'Close Window'
1.10      zhu      7036: => '关闭窗口',
1.6       bisitz   7037: 
                   7038:    'Close window'
1.10      zhu      7039: => '关闭窗口',
1.6       bisitz   7040: 
                   7041:    'Portfolio Search'
1.10      zhu      7042: => '组合搜索',
1.6       bisitz   7043: 
                   7044:    'Enter words and quoted phrases'
1.10      zhu      7045: => '输入字词和引用短语',
1.6       bisitz   7046: 
                   7047:    'Portfolio and Course Search'
1.9       zhu      7048: => '组合及课程搜寻',
1.6       bisitz   7049: 
                   7050:    'Message Status'
1.55      zhu      7051: => '邮件状态',
1.6       bisitz   7052: 
                   7053:    'Any'
1.10      zhu      7054: => '任意的',
1.6       bisitz   7055: 
                   7056:    'Unread'
1.10      zhu      7057: => '未阅读',
1.6       bisitz   7058: 
                   7059:    'Read'
1.10      zhu      7060: => '已阅读',
1.6       bisitz   7061: 
                   7062:    'Replied to'
1.10      zhu      7063: => '回复',
1.6       bisitz   7064: 
                   7065:    'Forwarded'
1.10      zhu      7066: => '转发',
1.6       bisitz   7067: 
                   7068:    'Rename Folder'
1.10      zhu      7069: => '重命名文件夹',
1.6       bisitz   7070: 
                   7071:    'Delete Folder'
1.10      zhu      7072: => '删除文件夹',
1.6       bisitz   7073: 
                   7074:    'Recent Roles'
1.10      zhu      7075: => '最近的角色',
1.6       bisitz   7076: 
                   7077:    'Close navigation window'
1.9       zhu      7078: => '关闭导航窗口',
1.6       bisitz   7079: 
                   7080:    'Post Anonymous'
1.10      zhu      7081: => '匿名发送',
1.6       bisitz   7082: 
                   7083:    'Post'
1.10      zhu      7084: => '发送',
1.6       bisitz   7085: 
                   7086:    'Back to preferences menu'
1.10      zhu      7087: => '后退',
1.6       bisitz   7088: 
1.80      bisitz   7089:    'Forward messages to other account(s) in LON-CAPA'
1.93      raeburn  7090: => 'Forward messages to other account(s) in LON-CAPA',
1.80      bisitz   7091: 
                   7092:    'Forward to account(s)'
1.93      raeburn  7093: => 'Forward to account(s)', # '转发地址',
1.6       bisitz   7094: 
                   7095:    'e.g. <tt>userA:domain1,userB:domain2,...</tt>'
1.10      zhu      7096: => '例如 <tt>用户A:领域1,用户B:领域2,...</tt>',
1.6       bisitz   7097: 
                   7098:    'Notification E-mail Address(es)'
1.93      raeburn  7099: => 'Notification E-mail Address(es)',
1.6       bisitz   7100: 
1.80      bisitz   7101:    'E-mail address(es) which should be notified about new LON-CAPA messages'
1.10      zhu      7102: => '关于 LON-CAPA 新消息被通知的 E-Mail 地址',
1.6       bisitz   7103: 
                   7104:    'e.g. <tt>joe@doe.com</tt>'
1.10      zhu      7105: => '例如 <tt>xiaoming@sohu.com</tt>',
1.6       bisitz   7106: 
                   7107:    'Notification address'
1.10      zhu      7108: => '通知地址',
1.6       bisitz   7109: 
                   7110:    'Types of message for which notification is sent'
1.10      zhu      7111: => '发出应该被通知的信息',
1.6       bisitz   7112: 
                   7113:    'Excerpt retains HTML tags in message'
1.10      zhu      7114: => '在邮件中保持 HTML',
1.6       bisitz   7115: 
                   7116:    'All'
1.10      zhu      7117: => '所有的',
1.6       bisitz   7118: 
                   7119:    'Critical only'
1.10      zhu      7120: => '只重要的',
1.6       bisitz   7121: 
                   7122:    'Non-critical only'
1.10      zhu      7123: => '非重要的',
1.6       bisitz   7124: 
                   7125:    'Add new address'
1.10      zhu      7126: => '添加新的地址',
1.6       bisitz   7127: 
                   7128:    'What are forwarding and notification addresses?'
1.10      zhu      7129: => '什么是转发和通知地址?',
1.6       bisitz   7130: 
                   7131:    'What are critical messages?'
1.10      zhu      7132: => '什么是重要的信息?',
1.6       bisitz   7133: 
                   7134:    'Change Roles Page Pref'
1.10      zhu      7135: => '用户角色快速访问列表',
1.6       bisitz   7136: 
                   7137:    'Number of Roles in Hotlist:'
1.10      zhu      7138: => '一些角色的快速访问列表:',
1.6       bisitz   7139: 
                   7140:    'Current Password'
1.10      zhu      7141: => '当前密码',
1.6       bisitz   7142: 
                   7143:    'New Password'
1.10      zhu      7144: => '新密码',
1.6       bisitz   7145: 
                   7146:    'Confirm Password'
1.10      zhu      7147: => '新密码确认',
1.6       bisitz   7148: 
                   7149:    'Passwords must be a minimum of 7 characters long. Please try again.'
1.10      zhu      7150: => '密码必须至少有7个字符长。请再试一次。',
1.6       bisitz   7151: 
                   7152:    'The new passwords you entered do not match. Please try again.'
1.10      zhu      7153: => '新的密码输入不匹配。请再试一次。',
1.6       bisitz   7154: 
                   7155:    'Please make sure your old password was entered correctly.'
1.10      zhu      7156: => '请确认您的旧密码输入正确。',
1.6       bisitz   7157: 
                   7158:    'Send me a message'
                   7159: => '请给我发送邮件',
                   7160: 
                   7161:    'Show Public View'
                   7162: => '查看公众视野',
                   7163: 
                   7164:    'Delete Photo'
                   7165: => '删除照片',
                   7166: 
                   7167:    'Help with filling in text boxes'
                   7168: => '文本框输入帮助',
                   7169: 
                   7170:    'Examples'
1.10      zhu      7171: => '例子',
1.6       bisitz   7172: 
                   7173:    'Summary Preview'
1.10      zhu      7174: => '摘要预览',
1.6       bisitz   7175: 
                   7176:    'Send copy to permanent email address (if known)'
1.10      zhu      7177: => '发送副本到其它的电子邮件地址 (如果已知)',
1.6       bisitz   7178: 
                   7179:    'Include in course RSS newsfeed'
1.10      zhu      7180: => '包括课程的 RSS-Feeds',
1.6       bisitz   7181: 
                   7182:    'Allow replies:'
1.10      zhu      7183: => '允许答复:',
1.6       bisitz   7184: 
                   7185:    'Reply to:'
1.10      zhu      7186: => '回复:',
1.6       bisitz   7187: 
                   7188:    'Domain Management'
1.10      zhu      7189: => '域管理',
1.6       bisitz   7190: 
                   7191:    'Course ID of Key Authority:'
1.93      raeburn  7192: => 'Course ID of Key Authority:',
1.6       bisitz   7193: 
                   7194:    'Set domain configuration'
1.10      zhu      7195: => '域配置',
1.6       bisitz   7196: 
                   7197:    'Domain Configuration'
1.10      zhu      7198: => '域配置',
1.6       bisitz   7199: 
                   7200:    'View/Modify Domain Settings'
1.10      zhu      7201: => '查看/修改域配置',
1.6       bisitz   7202: 
                   7203:    'Menu'
                   7204: => '菜单',
                   7205: 
                   7206:    'Domain Settings'
1.10      zhu      7207: => '域配置',
1.6       bisitz   7208: 
                   7209:    'Course Environment'
1.10      zhu      7210: => '课程环境',
1.6       bisitz   7211: 
                   7212:    'Edit Course Environment'
1.10      zhu      7213: => '编辑课程环境',
1.6       bisitz   7214: 
                   7215:    'Users allowed to clone course'
1.93      raeburn  7216: => 'Users allowed to clone course',
1.6       bisitz   7217: 
                   7218:    'Users with active Course Coordinator role in this course are permitted to clone and need not be included.'
1.93      raeburn  7219: => 'Users with active Course Coordinator role in this course are permitted to clone and need not be included.',
1.6       bisitz   7220: 
                   7221:    'Use [_1] to allow course to be cloned by anyone in the specified domain.'
1.98      bisitz   7222: => 'Use [_1] to allow course to be cloned by anyone in the specified domain.',
1.6       bisitz   7223: 
                   7224:    'Use [_1] to allow unrestricted cloning in all domains.'
1.98      bisitz   7225: => 'Use [_1] to allow unrestricted cloning in all domains.',
1.6       bisitz   7226: 
                   7227:    'URL of Syllabus (not using internal handler)'
1.18      zhu      7228: => '教学大纲的网址 (URL)',
1.6       bisitz   7229: 
                   7230:    'Custom Text for Resource Content Question Option in Feedback'
1.93      raeburn  7231: => 'Custom Text for Resource Content Question Option in Feedback',
1.6       bisitz   7232: 
                   7233:    'Custom Text for Course Content Option in Feedback'
1.93      raeburn  7234: => 'Custom Text for Course Content Option in Feedback',
1.6       bisitz   7235: 
                   7236:    'Custom Text for Course Policy Option in Feedback'
1.93      raeburn  7237: => 'Custom Text for Course Policy Option in Feedback',
1.6       bisitz   7238: 
                   7239:    'Allow students to view classlist.'
1.93      raeburn  7240: => 'Allow students to view classlist.',
1.6       bisitz   7241: 
                   7242:    'Allow users with specified roles to edit/delete their own discussion posts'
1.93      raeburn  7243: => 'Allow users with specified roles to edit/delete their own discussion posts',
1.6       bisitz   7244: 
                   7245:    'Suppress number of tries in printing'
1.93      raeburn  7246: => 'Suppress number of tries in printing',
1.6       bisitz   7247: 
                   7248:    'Default paper type'
1.93      raeburn  7249: => 'Default paper type',
1.6       bisitz   7250: 
                   7251:    'Default beginning date for student access.'
1.22      zhu      7252: => '学生访问的默认开始日期',
1.6       bisitz   7253: 
                   7254:    'Default ending date for student access.'
1.22      zhu      7255: => '学生访问的默认结束日期',
1.6       bisitz   7256: 
                   7257:    'Disable checking of Significant Figures'
1.98      bisitz   7258: => 'Disable checking of Significant Figures',
1.6       bisitz   7259: 
                   7260:    'Disable automatically printing point values onto exams.'
1.93      raeburn  7261: => 'Disable automatically printing point values onto exams.',
1.6       bisitz   7262: 
                   7263:    'Send message to student when clicking Done on Tasks'
1.93      raeburn  7264: => 'Send message to student when clicking Done on Tasks', # ???
1.6       bisitz   7265: 
                   7266:    'Restrict Metadata'
1.27      zhu      7267: => '限制数据',
1.6       bisitz   7268: 
                   7269:    'Show to student'
1.93      raeburn  7270: => 'Show to student',
1.6       bisitz   7271: 
                   7272:    'Provide text area for students to type metadata'
1.93      raeburn  7273: => 'Provide text area for students to type metadata',
1.6       bisitz   7274: 
                   7275:    'Provide choices for students to select from'
1.93      raeburn  7276: => 'Provide choices for students to select from',
1.6       bisitz   7277: 
                   7278:    'Student may select multiple choices from list'
1.93      raeburn  7279: => 'Student may select multiple choices from list',
1.6       bisitz   7280: 
                   7281:    'Student may select only one choice from list'
1.93      raeburn  7282: => 'Student may select only one choice from list',
1.6       bisitz   7283: 
                   7284:    'Add a Metadata Field'
1.93      raeburn  7285: => 'Add a Metadata Field',
1.6       bisitz   7286: 
                   7287:    'Order Metadata Fields'
                   7288: => 'Order Metadata Fields',
                   7289: 
                   7290:    'Continue Import'
1.93      raeburn  7291: => 'Continue Import',
1.6       bisitz   7292: 
                   7293:    'Continue Search'
1.93      raeburn  7294: => 'Continue Search',
1.6       bisitz   7295: 
                   7296:    'Finish Import'
1.93      raeburn  7297: => 'Finish Import',
1.6       bisitz   7298: 
                   7299:    'Include'
1.93      raeburn  7300: => 'Include',
1.6       bisitz   7301: 
                   7302:    'LON-CAPA Catalog Search'
1.36      zhu      7303: => 'LON-CAPA 目录搜索',
1.6       bisitz   7304: 
                   7305:    '[_1] include external resources'
1.101     bisitz   7306: => '[_1] include external resources',
1.6       bisitz   7307: 
                   7308:    'Change Course Initialization Preference'
1.36      zhu      7309: => '课程初始化设置',
1.6       bisitz   7310: 
                   7311:    'Change Course Init. Pref.'
1.36      zhu      7312: => '课程初始化设置',
1.6       bisitz   7313: 
                   7314:    'Reset Access Times'
1.93      raeburn  7315: => 'Reset Access Times',
1.6       bisitz   7316: 
                   7317:    'Select Scope'
1.93      raeburn  7318: => 'Select Scope',
1.6       bisitz   7319: 
                   7320:    'Reset times on one or more folders/maps for a single student.'
1.93      raeburn  7321: => 'Reset times on one or more folders/maps for a single student.',
1.6       bisitz   7322: 
                   7323:    'Reset times on a single folder/map for a section or whole clase.'
1.93      raeburn  7324: => 'Reset times on a single folder/map for a section or whole clase.',
1.6       bisitz   7325: 
                   7326:    'Choose a student:'
1.22      zhu      7327: => '选择一个学生:',
1.6       bisitz   7328: 
                   7329:    'Select Currently Enrolled Students and Active Course Personnel'
1.93      raeburn  7330: => 'Select Currently Enrolled Students and Active Course Personnel',
1.6       bisitz   7331: 
1.15      bisitz   7332:    'This is a list of first access times and what was accessed, please select those you want deleted.'
1.93      raeburn  7333: => 'This is a list of first access times and what was accessed, please select those you want deleted.',
1.6       bisitz   7334: 
                   7335:    'Select:'
1.10      zhu      7336: => '选择:',
1.6       bisitz   7337: 
                   7338:    'All Course Personnel'
1.22      zhu      7339: => '所有课程人员',
1.6       bisitz   7340: 
                   7341:    'No Section'
1.22      zhu      7342: => 'No Section',
1.6       bisitz   7343: 
                   7344:    'Unselect'
1.10      zhu      7345: => '取消',
1.6       bisitz   7346: 
                   7347:    'Select a folder/map'
                   7348: => '选择目录/内容列表',
                   7349: 
                   7350:    'Will remove access times for'
1.93      raeburn  7351: => 'Will remove access times for',
1.6       bisitz   7352: 
                   7353:    'from users'
1.93      raeburn  7354: => 'from users',
1.6       bisitz   7355: 
                   7356:    'No Access times found for student'
1.93      raeburn  7357: => 'No Access times found for student',
1.6       bisitz   7358: 
                   7359:    'Finish'
1.93      raeburn  7360: => 'Finish',
1.6       bisitz   7361: 
                   7362:    'Name of New Folder'
1.56      zhu      7363: => '新建文件夹的名称',
1.6       bisitz   7364: 
                   7365:    'Name of New Page'
1.56      zhu      7366: => '新组合页面的名称',
1.6       bisitz   7367: 
                   7368:    'New Page'
                   7369: => '新组合页面',
                   7370: 
                   7371:    'WARNING: Removing a resource makes associated grades and scores inaccessible!'
1.93      raeburn  7372: => 'WARNING: Removing a resource makes associated grades and scores inaccessible!',
1.6       bisitz   7373: 
1.68      bisitz   7374:    'Clipboard'
1.93      raeburn  7375: => 'Clipboard',
1.68      bisitz   7376: 
1.6       bisitz   7377:    'Remove[_99]'
1.93      raeburn  7378: => 'Remove[_99]',
1.6       bisitz   7379: 
                   7380:    '?[_99]'
1.93      raeburn  7381: => '?[_99]',
1.6       bisitz   7382: 
                   7383:    'WARNING: Cutting a resource makes associated grades and scores inaccessible!'
1.93      raeburn  7384: => 'WARNING: Cutting a resource makes associated grades and scores inaccessible!',
1.6       bisitz   7385: 
                   7386:    'Grades remain inaccessible if resource is pasted into another folder.'
1.93      raeburn  7387: => 'Grades remain inaccessible if resource is pasted into another folder.',
1.6       bisitz   7388: 
                   7389:    'Cut[_98]'
1.93      raeburn  7390: => 'Cut[_98]',
1.6       bisitz   7391: 
                   7392:    '?[_98]'
1.93      raeburn  7393: => '?[_98]',
1.6       bisitz   7394: 
                   7395:    'Paste'
1.93      raeburn  7396: => 'Paste',
1.6       bisitz   7397: 
                   7398:    'This screen shows how many problems (or problem parts) you have completed, and how many you have not yet done. You can also look at [_1]a detailed score sheet[_2].'
1.93      raeburn  7399: => 'This screen shows how many problems (or problem parts) you have completed, and how many you have not yet done. You can also look at [_1]a detailed score sheet[_2].',
1.6       bisitz   7400: 
                   7401:    'This may take a few moments to display.'
1.10      zhu      7402: => '计算需要几分钟的时间。',
1.6       bisitz   7403: 
                   7404:    'Detailed Citation Preview'
1.10      zhu      7405: => '详细引文预览',
1.6       bisitz   7406: 
                   7407:    'related words'
1.10      zhu      7408: => '相关词',
1.6       bisitz   7409: 
                   7410:    'Any domain'
1.10      zhu      7411: => '任何域',
1.6       bisitz   7412: 
                   7413:    'Reset'
1.10      zhu      7414: => '重置',
1.6       bisitz   7415: 
                   7416:    'MIME Type Category'
1.10      zhu      7417: => 'MIME 类型分类',
1.6       bisitz   7418: 
                   7419:    'Domains'
1.10      zhu      7420: => '域',
1.6       bisitz   7421: 
                   7422:    'Custom Metadata fields'
1.13      zhu      7423: => '自定义元数据字段',
1.6       bisitz   7424: 
                   7425:    'Field Name'
1.10      zhu      7426: => '域名',
1.6       bisitz   7427: 
                   7428:    'Field Value(s)'
1.10      zhu      7429: => '域值',
1.6       bisitz   7430: 
                   7431:    'Another custom field/value pair?'
1.13      zhu      7432: => '其他自定义字段/值配对?',
1.6       bisitz   7433: 
                   7434:    'Creation and Modification dates'
1.13      zhu      7435: => '建立与修改日期',
1.6       bisitz   7436: 
                   7437:    'Created between'
1.13      zhu      7438: => '创建时间',
1.6       bisitz   7439: 
                   7440:    'Last modified between'
1.13      zhu      7441: => '上次修改时间',
1.6       bisitz   7442: 
                   7443:    'Standard Portfolio Metadata'
1.27      zhu      7444: => '标准的元数据组合',
1.6       bisitz   7445: 
                   7446:    'Advanced Portfolio Search'
1.13      zhu      7447: => '高级组合搜索',
1.6       bisitz   7448: 
                   7449:    'Standard Catalog Metadata'
1.27      zhu      7450: => '标准目录元数据',
1.6       bisitz   7451: 
                   7452:    'Problem Statistics'
1.12      zhu      7453: => '问题统计',
1.6       bisitz   7454: 
                   7455:    'Statistics calculated for number of students'
1.18      zhu      7456: => '统计计算出以下的学生人数',
1.6       bisitz   7457: 
                   7458:    'Portfolio and Catalog Search'
                   7459: => '搜索文件夹和目录',
                   7460: 
                   7461:    'Search the database of accessible portfolio files'
1.93      raeburn  7462: => 'Search the database of accessible portfolio files',
1.6       bisitz   7463: 
                   7464:    'Construction Space:'
1.93      raeburn  7465: => 'Construction Space:',
1.6       bisitz   7466: 
                   7467:    'Problem Status:'
1.12      zhu      7468: => '问题状态:',
1.6       bisitz   7469: 
                   7470:    'Problem Type:'
1.12      zhu      7471: => '问题类型:',
1.6       bisitz   7472: 
                   7473:    'Feedback Mode:'
1.12      zhu      7474: => '反馈模式:',
1.6       bisitz   7475: 
                   7476:    'Answer for Part: [_1]'
1.93      raeburn  7477: => 'Answer for Part: [_1]',
1.6       bisitz   7478: 
                   7479:    'Script Vars'
1.93      raeburn  7480: => 'Script Vars',
1.6       bisitz   7481: 
                   7482:    'Regular file'
1.93      raeburn  7483: => 'Regular file',
1.6       bisitz   7484: 
                   7485:    'Testbank file'
1.93      raeburn  7486: => 'Testbank file',
1.6       bisitz   7487: 
                   7488:    'IMS package'
1.12      zhu      7489: => 'IMS-软件包',
1.6       bisitz   7490: 
                   7491:    'There are unsaved changes'
1.93      raeburn  7492: => 'There are unsaved changes',
1.6       bisitz   7493: 
1.32      bisitz   7494:    'Found no analyzable responses in this problem. Currently only Numerical, Formula and String response styles are supported.'
1.93      raeburn  7495: => 'Found no analyzable responses in this problem. Currently only Numerical, Formula and String response styles are supported.',
1.6       bisitz   7496: 
                   7497:    'Active Link'
1.18      zhu      7498: => '活动链接',
1.6       bisitz   7499: 
                   7500:    'Font'
1.18      zhu      7501: => '字体',
1.6       bisitz   7502: 
                   7503:    'Un-Visited Link'
1.18      zhu      7504: => '未访问过的链接',
1.6       bisitz   7505: 
                   7506:    'Page Background'
1.18      zhu      7507: => '网页背景',
1.6       bisitz   7508: 
                   7509:    'Header Border'
1.18      zhu      7510: => '标题边框',
1.6       bisitz   7511: 
                   7512:    'Header Background'
1.18      zhu      7513: => '标题背景',
1.6       bisitz   7514: 
                   7515:    'Visited Link'
1.18      zhu      7516: => '访问过的链接',
1.6       bisitz   7517: 
                   7518:    'Change Custom Colors'
1.18      zhu      7519: => '更改自定义颜色',
1.6       bisitz   7520: 
1.19      zhu      7521:    'Reset All'
1.18      zhu      7522: => '所有颜色重置为默认颜色',
1.6       bisitz   7523: 
                   7524:    'Save and Edit'
1.18      zhu      7525: => '保存并继续编辑',
1.6       bisitz   7526: 
                   7527:    'Save and View'
1.18      zhu      7528: => '保存和查看',
1.6       bisitz   7529: 
                   7530:    'Check Spelling'
1.18      zhu      7531: => '拼写检查',
1.6       bisitz   7532: 
                   7533:    'Selecting a Course'
1.12      zhu      7534: => '选择课程',
1.6       bisitz   7535: 
                   7536:    'Course Activity:'
1.93      raeburn  7537: => 'Course Activity:',
1.6       bisitz   7538: 
                   7539:    'Course Domain:'
1.93      raeburn  7540: => 'Course Domain:',
1.6       bisitz   7541: 
                   7542:    'Course Institutional Code:'
1.93      raeburn  7543: => 'Course Institutional Code:',
1.6       bisitz   7544: 
                   7545:    "Course Owner's Username:"
1.96      raeburn  7546: => "Course Owner's Username:",
1.6       bisitz   7547: 
                   7548:    "Course Owner's Domain:"
1.96      raeburn  7549: => "Course Owner's Domain:",
1.6       bisitz   7550: 
                   7551:    'LON-CAPA course ID:'
1.63      zhu      7552: => 'LON-CAPA 课程 ID:',
1.6       bisitz   7553: 
1.38      bisitz   7554:    'Course Description'
1.63      zhu      7555: => '课程简介',
1.6       bisitz   7556: 
                   7557:    'Resource Space Home'
1.63      zhu      7558: => '资源空间主页',
1.6       bisitz   7559: 
                   7560:    'Default start and end dates for student access'
1.93      raeburn  7561: => 'Default start and end dates for student access',
1.6       bisitz   7562: 
                   7563:    'Notification to domain coordinator via LON-CAPA message when enrollment changes occur during the automated update?'
1.93      raeburn  7564: => 'Notification to domain coordinator via LON-CAPA message when enrollment changes occur during the automated update?',
1.6       bisitz   7565: 
                   7566:    'Course Group Settings'
1.12      zhu      7567: => '课程组设置',
1.6       bisitz   7568: 
1.98      bisitz   7569:    'Set a quota for the total disk space available for storage of course group portfolio files.'
                   7570: => 'Set a quota for the total disk space available for storage of course group portfolio files.',
1.6       bisitz   7571: 
                   7572:    'Creation Options'
1.63      zhu      7573: => '创建选项',
1.6       bisitz   7574: 
                   7575:    ' Creation Settings'
1.63      zhu      7576: => ' 创建设置',
1.6       bisitz   7577: 
                   7578:    'Creation Outcome'
1.63      zhu      7579: => '创作成果',
1.6       bisitz   7580: 
                   7581:    'New LON-CAPA course ID:'
1.63      zhu      7582: => '新的 LON-CAPA 课程 ID:',
1.6       bisitz   7583: 
                   7584:    'Created on'
1.63      zhu      7585: => '创建于',
1.6       bisitz   7586: 
                   7587:    'Cloning course from'
1.93      raeburn  7588: => 'Cloning course from',
1.6       bisitz   7589: 
                   7590:    'Setting environment'
1.93      raeburn  7591: => 'Setting environment',
1.6       bisitz   7592: 
                   7593:    'Opening all assignments'
1.93      raeburn  7594: => 'Opening all assignments',
1.6       bisitz   7595: 
                   7596:    'Setting first resource'
1.93      raeburn  7597: => 'Setting first resource',
1.6       bisitz   7598: 
                   7599:    'Assigning role of [_1] Coordinator to [_2] at [_3]: '
1.93      raeburn  7600: => 'Assigning role of [_1] Coordinator to [_2] at [_3]: ',
1.6       bisitz   7601: 
                   7602:    'Roles will be active at next login'
1.93      raeburn  7603: => 'Roles will be active at next login',
1.6       bisitz   7604: 
                   7605:    'Active at next login.'
1.93      raeburn  7606: => 'Active at next login.',
1.6       bisitz   7607: 
                   7608:    'Expired after logout.'
1.93      raeburn  7609: => 'Expired after logout.',
1.6       bisitz   7610: 
                   7611:    'No new course created.'
1.93      raeburn  7612: => 'No new course created.',
1.6       bisitz   7613: 
                   7614:    'A new course could not be cloned from the specified original - [_1] - because it is a non-existent course.'
1.93      raeburn  7615: => 'A new course could not be cloned from the specified original - [_1] - because it is a non-existent course.',
1.6       bisitz   7616: 
                   7617:    'The new course could not be cloned from the existing course because the new course owner ([_1]) does not have cloning rights in the existing course ([_2]).'
1.93      raeburn  7618: => 'The new course could not be cloned from the existing course because the new course owner ([_1]) does not have cloning rights in the existing course ([_2]).',
1.6       bisitz   7619: 
                   7620:    'Create Another [_1]'
1.93      raeburn  7621: => 'Create Another [_1]',
1.6       bisitz   7622: 
                   7623:    'from domain'
1.93      raeburn  7624: => 'from domain',
1.6       bisitz   7625: 
                   7626:    'Submit Evaluation'
1.18      zhu      7627: => '提交评价',
1.6       bisitz   7628: 
                   7629:    'Standard Problem'
1.12      zhu      7630: => '标准问题',
1.6       bisitz   7631: 
                   7632:    'Practice'
1.98      bisitz   7633: => 'Practice',
1.6       bisitz   7634: 
                   7635:    'Exam'
1.93      raeburn  7636: => 'Exam',
1.6       bisitz   7637: 
                   7638:    'Survey'
1.63      zhu      7639: => '调查',
1.6       bisitz   7640: 
                   7641:    'Library'
1.63      zhu      7642: => '图书馆',
1.6       bisitz   7643: 
                   7644:    'Value:'
1.93      raeburn  7645: => 'Value:',
1.6       bisitz   7646: 
                   7647:    'String Value'
1.93      raeburn  7648: => 'String Value',
1.6       bisitz   7649: 
                   7650:    'practice'
1.98      bisitz   7651: => 'practice',
1.6       bisitz   7652: 
                   7653:    'Loading Domain Coordinator Menu'
1.93      raeburn  7654: => 'Loading Domain Coordinator Menu',
1.6       bisitz   7655: 
                   7656:    "Disk space allocated to user's portfolio files"
1.93      raeburn  7657: => "Disk space allocated to user's portfolio files",
1.6       bisitz   7658: 
                   7659:    'Current quota'
1.63      zhu      7660: => '目前的配额',
1.6       bisitz   7661: 
                   7662:    'For this user, the default quota is [_1] Mb.'
1.63      zhu      7663: => '此用户的默认配额是 [_1] MB。',
1.6       bisitz   7664: 
                   7665:    'Change quota'
1.63      zhu      7666: => '更改配额',
1.6       bisitz   7667: 
                   7668:    'Custom quota'
1.70      zhu      7669: => '自定义配额',
1.6       bisitz   7670: 
                   7671:    'Existing sections'
1.70      zhu      7672: => '现有的章节',
1.6       bisitz   7673: 
                   7674:    'Define new section'
1.70      zhu      7675: => '创建新的章节',
1.6       bisitz   7676: 
                   7677:    'Create/Modify Another User'
1.70      zhu      7678: => '创建/修改另一个用户',
1.6       bisitz   7679: 
                   7680:    'Set Privileges for New User'
1.70      zhu      7681: => '设置新用户的权限',
1.6       bisitz   7682: 
                   7683:    'Generating user'
1.70      zhu      7684: => '生成用户',
1.6       bisitz   7685: 
                   7686:    'Generating user: [_1]'
1.70      zhu      7687: => '生成用户: [_1]',
1.6       bisitz   7688: 
                   7689:    'Home server'
1.93      raeburn  7690: => 'Home server',
1.6       bisitz   7691: 
                   7692:    'Home server: [_1]'
1.93      raeburn  7693: => 'Home server: [_1]',
1.6       bisitz   7694: 
                   7695:    'Modifying Roles'
1.70      zhu      7696: => '修改角色',
1.6       bisitz   7697: 
                   7698:    'No roles to modify'
1.70      zhu      7699: => '没有角色修改',
1.6       bisitz   7700: 
                   7701:    'starting'
1.70      zhu      7702: => '开始',
1.6       bisitz   7703: 
                   7704:    'Add to classlist:'
1.70      zhu      7705: => '添加到学生名册:',
1.6       bisitz   7706: 
                   7707:    'Change Current Login Data'
1.93      raeburn  7708: => 'Change Current Login Data',
1.6       bisitz   7709: 
                   7710:    'Enter New Login Data'
1.93      raeburn  7711: => 'Enter New Login Data',
1.6       bisitz   7712: 
                   7713:    'will override current values'
1.98      bisitz   7714: => 'will override current values',
1.6       bisitz   7715: 
                   7716:    'Section Numbers and corresponding LON-CAPA section IDs'
1.93      raeburn  7717: => 'Section Numbers and corresponding LON-CAPA section IDs',
1.6       bisitz   7718: 
                   7719:    'Overall Assessment Statistical Data'
1.18      zhu      7720: => '总体评价统计数据',
1.6       bisitz   7721: 
                   7722:    'No new dynamic data found.'
1.18      zhu      7723: => '没有发现新的动态数据。',
1.6       bisitz   7724: 
                   7725:    'Current value is'
1.93      raeburn  7726: => 'Current value is',
1.6       bisitz   7727: 
                   7728:    'Interval set to version changes [_1]'
1.93      raeburn  7729: => 'Interval set to version changes [_1]',
1.6       bisitz   7730: 
                   7731:    'Creating a new problem resource.'
1.93      raeburn  7732: => 'Creating a new problem resource.',
1.6       bisitz   7733: 
                   7734:    'Creating a new library resource.'
1.93      raeburn  7735: => 'Creating a new library resource.',
1.6       bisitz   7736: 
                   7737:    'Creating a new survey resource.'
1.93      raeburn  7738: => 'Creating a new survey resource.',
1.6       bisitz   7739: 
                   7740:    'Creating a new task resource.'
1.93      raeburn  7741: => 'Creating a new task resource.',
1.6       bisitz   7742: 
                   7743:    'The requested file [_1] currently does not exist.'
1.93      raeburn  7744: => 'The requested file [_1] currently does not exist.',
1.6       bisitz   7745: 
                   7746:    'To create a new problem, select a template from the list below. Then click on the "Create problem" button.'
1.93      raeburn  7747: => 'To create a new problem, select a template from the list below. Then click on the "Create problem" button.',
1.6       bisitz   7748: 
                   7749:    'To create a new library, select a template from the list below. Then click on the "Create library" button.'
1.93      raeburn  7750: => 'To create a new library, select a template from the list below. Then click on the "Create library" button.',
1.6       bisitz   7751: 
                   7752:    'To create a new survey, select a template from the list below. Then click on the "Create survey" button.'
1.93      raeburn  7753: => 'To create a new survey, select a template from the list below. Then click on the "Create survey" button.',
1.6       bisitz   7754: 
                   7755:    'To create a new task, select a template from the list below. Then click on the "Create task" button.'
1.93      raeburn  7756: => 'To create a new task, select a template from the list below. Then click on the "Create task" button.',
1.6       bisitz   7757: 
                   7758:    'Accessibility Options'
1.93      raeburn  7759: => 'Accessibility Options',
1.6       bisitz   7760: 
                   7761:    'About LON-CAPA'
                   7762: => '关于 LON-CAPA',
                   7763: 
1.81      bisitz   7764:    'Course/Community Catalog'
1.93      raeburn  7765: => '课程目录',
1.6       bisitz   7766: 
                   7767:    'If you were expecting to see an active role listed for a particular course in the [_1] domain, it may be missing for one of the following reasons:'
1.93      raeburn  7768: => 'If you were expecting to see an active role listed for a particular course in the [_1] domain, it may be missing for one of the following reasons:',
1.6       bisitz   7769: 
                   7770:    'The course has yet to be created.'
1.93      raeburn  7771: => 'The course has yet to be created.',
1.6       bisitz   7772: 
                   7773:    'Automatic enrollment of registered students has not been enabled for the course.'
1.93      raeburn  7774: => 'Automatic enrollment of registered students has not been enabled for the course.',
1.6       bisitz   7775: 
                   7776:    'You are in a section of course for which automatic enrollment in the corresponding LON-CAPA course is not active.'
1.93      raeburn  7777: => 'You are in a section of course for which automatic enrollment in the corresponding LON-CAPA course is not active.',
1.6       bisitz   7778: 
                   7779:    'You registered for the course recently and there is a time lag between the time you register, and the time this information becomes available for the update of LON-CAPA course rosters.'
1.93      raeburn  7780: => 'You registered for the course recently and there is a time lag between the time you register, and the time this information becomes available for the update of LON-CAPA course rosters.',
1.6       bisitz   7781: 
                   7782:    'If you were expecting to see an active role listed for a particular course, that course may not have been created yet.'
1.93      raeburn  7783: => 'If you were expecting to see an active role listed for a particular course, that course may not have been created yet.',
1.6       bisitz   7784: 
1.83      bisitz   7785:    'The [_1]Course/Community Catalog[_2] provides information about all [_3] classes for which LON-CAPA courses have been created, as well as any communities in the domain.' # [_3]: domain
1.93      raeburn  7786: => 'The [_1]Course/Community Catalog[_2] provides information about all [_3] classes for which LON-CAPA courses have been created, as well as any communities in the domain.',
1.6       bisitz   7787: 
1.83      bisitz   7788:    'You can search the Course/Community Catalog for courses and communities which permit self-enrollment, if you would like to enroll in one.'
1.93      raeburn  7789: => 'You can search the Course/Community Catalog for courses and communities which permit self-enrollment, if you would like to enroll in one.',
1.6       bisitz   7790: 
                   7791:    'User Authentication'
1.93      raeburn  7792: => 'User Authentication',
1.6       bisitz   7793: 
                   7794:    'Log-in Help'
                   7795: => '登录帮助',
                   7796: 
                   7797:    'Forgot password?'
                   7798: => '忘记密码?',
                   7799: 
                   7800:    'New User?'
                   7801: => '新用户?',
                   7802: 
                   7803:    'Crosslisted'
1.93      raeburn  7804: => 'Crosslisted',
1.6       bisitz   7805: 
                   7806:    'Owner'
1.93      raeburn  7807: => 'Owner',
1.6       bisitz   7808: 
                   7809:    'Code'
1.93      raeburn  7810: => 'Code',
1.6       bisitz   7811: 
                   7812:    'Course listing'
                   7813: => '课程目录',
                   7814: 
                   7815:    'Display information about official [_1] classes for which LON-CAPA courses have been created:'
1.93      raeburn  7816: => 'Display information about official [_1] classes for which LON-CAPA courses have been created:',
1.6       bisitz   7817: 
                   7818:    'help/support'
1.93      raeburn  7819: => 'help/support',
1.6       bisitz   7820: 
                   7821:    'Ask helpdesk'
1.93      raeburn  7822: => 'Ask helpdesk',
1.6       bisitz   7823: 
                   7824:    'Back to last location'
1.93      raeburn  7825: => 'Back to last location',
1.6       bisitz   7826: 
                   7827:    'Note'
1.18      zhu      7828: => '注意',
                   7829: 
                   7830:    'Note:'
                   7831: => '注意:',
1.6       bisitz   7832: 
                   7833:    'Student questions about course content should be directed to the course instructor'
1.93      raeburn  7834: => 'Student questions about course content should be directed to the course instructor',
1.6       bisitz   7835: 
                   7836:    'Submit Request'
1.93      raeburn  7837: => 'Submit Request',
1.6       bisitz   7838: 
                   7839:    'E-mail address'
                   7840: => 'E-Mail 地址',
                   7841: 
                   7842:    'Enter the username you use to log-in to LON-CAPA, and your domain.'
1.93      raeburn  7843: => 'Enter the username you use to log-in to LON-CAPA, and your domain.',
1.6       bisitz   7844: 
                   7845:    'URL of page'
1.18      zhu      7846: => '该页的网址',
1.6       bisitz   7847: 
                   7848:    'Phone'
                   7849: => '电话',
                   7850: 
                   7851:    'Course Details'
1.93      raeburn  7852: => 'Course Details',
1.6       bisitz   7853: 
                   7854:    'Enter institutional course code'
1.93      raeburn  7855: => 'Enter institutional course code',
1.6       bisitz   7856: 
                   7857:    'Enter course title'
1.93      raeburn  7858: => 'Enter course title',
1.6       bisitz   7859: 
                   7860:    'Section Number'
1.93      raeburn  7861: => 'Section Number',
1.6       bisitz   7862: 
                   7863:    'Detailed Description'
1.13      zhu      7864: => '详细说明',
1.6       bisitz   7865: 
                   7866:    'Clear Form'
1.18      zhu      7867: => '重置表',
1.6       bisitz   7868: 
                   7869:    'Material presented in clear way'
1.18      zhu      7870: => '这些材料中提出一个明确的方式',
1.6       bisitz   7871: 
                   7872:    'Material covered with sufficient depth'
1.18      zhu      7873: => '这些材料包括有足够的深度',
1.6       bisitz   7874: 
                   7875:    'Material is helpful'
1.18      zhu      7876: => '这些材料是有用的',
1.6       bisitz   7877: 
                   7878:    'Material appears to be correct'
1.18      zhu      7879: => '这些材料似乎是正确的',
1.6       bisitz   7880: 
                   7881:    'This will only retrieve the resource. If you want to retrieve the metadata, you will need to do that separately.'
1.93      raeburn  7882: => 'This will only retrieve the resource. If you want to retrieve the metadata, you will need to do that separately.',
1.6       bisitz   7883: 
                   7884:    'is in this state due to author settings.'
1.93      raeburn  7885: => 'is in this state due to author settings.',
1.6       bisitz   7886: 
                   7887:    'User Data for'
1.93      raeburn  7888: => 'User Data for',
1.6       bisitz   7889: 
                   7890:    'Email Address'
1.12      zhu      7891: => 'E-Mail地址',
1.6       bisitz   7892: 
                   7893:    'Enroll Student'
1.70      zhu      7894: => '注册学生',
1.6       bisitz   7895: 
                   7896:    'If active, the new role will be available when the student next logs in to LON-CAPA.'
1.93      raeburn  7897: => 'If active, the new role will be available when the student next logs in to LON-CAPA.',
1.6       bisitz   7898: 
                   7899:    'Enroll another student'
1.70      zhu      7900: => '注册另一名学生',
1.6       bisitz   7901: 
                   7902:    'Enroll Another Student'
1.70      zhu      7903: => '注册另一名学生',
1.6       bisitz   7904: 
                   7905:    'start date'
1.10      zhu      7906: => '开始日期',
1.6       bisitz   7907: 
                   7908:    'end date'
1.10      zhu      7909: => '结束日期',
1.6       bisitz   7910: 
                   7911:    'active groups'
1.12      zhu      7912: => '活跃的组',
1.6       bisitz   7913: 
                   7914:    'active group(s)'
1.12      zhu      7915: => '活跃的组',
1.6       bisitz   7916: 
                   7917:    "Select a user name to view the user's personal page."
                   7918: => "选择一个用户名,以查看此用户的个人网页。",
                   7919: 
1.33      bisitz   7920:    'View recent activity by this student'
1.31      bisitz   7921: => '最后处于活动状态的人',
                   7922: 
                   7923:    'View recent activity'
                   7924: => '查看最近活动',
1.6       bisitz   7925: 
1.52      bisitz   7926:    'Recent activity of [_1]'
                   7927: => '最后处于活动状态的 [_1]',
1.6       bisitz   7928: 
                   7929: 
1.33      bisitz   7930:    'Compiling student activity data can take a long time. Your request continues to be processed while results are displayed.'
1.93      raeburn  7931: => 'Compiling student activity data can take a long time. Your request continues to be processed while results are displayed.',
1.6       bisitz   7932: 
                   7933:    'Composing Query'
1.93      raeburn  7934: => 'Composing Query',
1.6       bisitz   7935: 
                   7936:    'Student Activity'
1.93      raeburn  7937: => 'Student Activity',
1.6       bisitz   7938: 
                   7939:    'Waiting up to [_1] seconds for results'
1.93      raeburn  7940: => 'Waiting up to [_1] seconds for results',
1.6       bisitz   7941: 
                   7942:    'Activity data compiled up to [_1]'
1.93      raeburn  7943: => 'Activity data compiled up to [_1]',
1.6       bisitz   7944: 
                   7945:    'While data is processed, periodically reload this page for more recent activity'
1.93      raeburn  7946: => 'While data is processed, periodically reload this page for more recent activity',
1.6       bisitz   7947: 
                   7948:    'Data'
1.93      raeburn  7949: => 'Data',
1.6       bisitz   7950: 
                   7951:    'Resubmit last request to check for newer data'
1.93      raeburn  7952: => 'Resubmit last request to check for newer data',
1.6       bisitz   7953: 
                   7954:    'View Classlist'
1.93      raeburn  7955: => 'View Classlist',
1.6       bisitz   7956: 
                   7957:    'Count'
1.93      raeburn  7958: => 'Count',
1.6       bisitz   7959: 
                   7960:    'Modifying authentication:'
1.98      bisitz   7961: => 'Modifying authentication:',
1.6       bisitz   7962: 
                   7963:    'Modify User Privileges'
1.93      raeburn  7964: => 'Modify User Privileges',
1.6       bisitz   7965: 
                   7966:    'Insert:'
1.93      raeburn  7967: => 'Insert:',
1.6       bisitz   7968: 
                   7969:    'Delete?'
1.93      raeburn  7970: => 'Delete?',
1.6       bisitz   7971: 
                   7972:    'Randomize Foil Order:'
1.93      raeburn  7973: => 'Randomize Foil Order:',
1.6       bisitz   7974: 
                   7975:    'Use template:'
1.93      raeburn  7976: => 'Use template:',
1.6       bisitz   7977: 
                   7978:    'Display Direction'
1.93      raeburn  7979: => 'Display Direction',
1.6       bisitz   7980: 
                   7981:    'vertical'
1.93      raeburn  7982: => 'vertical',
1.6       bisitz   7983: 
                   7984:    'horizontal'
                   7985: => 'horizontal',
                   7986: 
                   7987:    'Script'
1.93      raeburn  7988: => 'Script', # n.t.
1.6       bisitz   7989: 
                   7990:    'Problem Editing'
1.12      zhu      7991: => '问题编辑',
1.6       bisitz   7992: 
                   7993:    'Hint'
1.12      zhu      7994: => '提示', # n.t.
1.6       bisitz   7995: 
                   7996:    'Show hint even if problem Correct:'
1.93      raeburn  7997: => 'Show hint even if problem Correct:',
1.6       bisitz   7998: 
                   7999:    'Single Line Text Entry Area'
1.93      raeburn  8000: => 'Single Line Text Entry Area', # n.t.
1.6       bisitz   8001: 
                   8002:    'Parameters for a response'
1.93      raeburn  8003: => 'Parameters for a response', # n.t.
1.6       bisitz   8004: 
                   8005:    'Problem Part'
1.27      zhu      8006: => '问题部分', # n.t.
1.6       bisitz   8007: 
                   8008:    'Part ID:'
1.27      zhu      8009: => '问题部分编号:',
1.6       bisitz   8010: 
                   8011:    'Displayed Part Description:'
1.93      raeburn  8012: => 'Displayed Part Description:',
1.6       bisitz   8013: 
                   8014:    'Readonly:'
1.93      raeburn  8015: => 'Readonly:', # n.t.
1.6       bisitz   8016: 
                   8017:    'Response: Numerical'
1.93      raeburn  8018: => 'Response: Numerical', # n.t.
1.6       bisitz   8019: 
                   8020:    'random'
1.93      raeburn  8021: => 'random',
1.6       bisitz   8022: 
                   8023:    'top'
1.93      raeburn  8024: => 'top',
1.6       bisitz   8025: 
                   8026:    'bottom'
1.93      raeburn  8027: => 'bottom',
1.6       bisitz   8028: 
                   8029:    'Add new Option:'
1.93      raeburn  8030: => 'Add new Option:',
1.6       bisitz   8031: 
                   8032:    'Delete an Option:'
1.93      raeburn  8033: => 'Delete an Option:', # n.t.
1.6       bisitz   8034: 
                   8035:    'Print options:'
1.93      raeburn  8036: => 'Print options:',
1.6       bisitz   8037: 
                   8038:    "Don't show option list"
1.93      raeburn  8039: => "Don't show option list", # n.t.
1.6       bisitz   8040: 
                   8041:    'Display of options when printed'
1.93      raeburn  8042: => 'Display of options when printed',
1.6       bisitz   8043: 
                   8044:    'Normal list'
1.93      raeburn  8045: => 'Normal list',
1.6       bisitz   8046: 
                   8047:    'Listed in vertical column'
1.93      raeburn  8048: => 'Listed in vertical column',
1.6       bisitz   8049: 
                   8050:    'Multiple Option Response Question'
1.93      raeburn  8051: => 'Multiple Option Response Question',
1.6       bisitz   8052: 
                   8053:    'Select Options'
1.93      raeburn  8054: => 'Select Options', # n.t.
1.6       bisitz   8055: 
                   8056:    'Image'
1.93      raeburn  8057: => 'Image', # n.t.
1.6       bisitz   8058: 
                   8059:    'Image Url:'
1.93      raeburn  8060: => 'Image Url:',
1.6       bisitz   8061: 
                   8062:    'width (pixel):'
1.93      raeburn  8063: => 'width (pixel):',
1.6       bisitz   8064: 
                   8065:    'height (pixel):'
1.93      raeburn  8066: => 'height (pixel):',
1.6       bisitz   8067: 
                   8068:    'Alignment:'
1.93      raeburn  8069: => 'Alignment:', # n.t.
1.6       bisitz   8070: 
                   8071:    'Encrypt URL:'
1.93      raeburn  8072: => 'Encrypt URL:', # n.t.
1.6       bisitz   8073: 
                   8074:    'no'
1.93      raeburn  8075: => 'no',
1.6       bisitz   8076: 
                   8077:    'Location:'
1.93      raeburn  8078: => 'Location:', # n.t.
1.6       bisitz   8079: 
                   8080:    'Randomly labeled image'
1.93      raeburn  8081: => 'Randomly labeled image', # n.t.
1.6       bisitz   8082: 
                   8083:    'Response: Click on Image'
1.93      raeburn  8084: => 'Response: Click on Image', # n.t.
1.6       bisitz   8085: 
                   8086:    'Collection of Imageresponse foils'
1.93      raeburn  8087: => 'Collection of Imageresponse foils', # n.t.
1.6       bisitz   8088: 
                   8089:    'Image response foil'
1.93      raeburn  8090: => 'Image response foil', # n.t.
1.6       bisitz   8091: 
                   8092:    'Enter Coordinates' # n.t.
1.93      raeburn  8093: => 'Enter Coordinates',
1.6       bisitz   8094: 
                   8095:    'Rectangle'
1.93      raeburn  8096: => 'Rectangle', # n.t.
1.6       bisitz   8097: 
                   8098:    'Coordinate Pairs'
1.93      raeburn  8099: => 'Coordinate Pairs',
1.6       bisitz   8100: 
                   8101:    'Polygon'
                   8102: => 'Polygon',
                   8103: 
                   8104:    'Coordinate list'
1.93      raeburn  8105: => 'Coordinate list', # n.t.
1.6       bisitz   8106: 
                   8107:    'Create Polygon Data'
1.93      raeburn  8108: => 'Create Polygon Data', # n.t.
1.6       bisitz   8109: 
                   8110:    'Task Description'
1.13      zhu      8111: => '问题描述', # n.t.
1.6       bisitz   8112: 
                   8113:    'Clickable Image'
1.93      raeburn  8114: => 'Clickable Image', # n.t.
1.6       bisitz   8115: 
                   8116:    'Image Source File'
1.93      raeburn  8117: => 'Image Source File', # n.t.
1.6       bisitz   8118: 
                   8119:    'Select Position on Image'
1.93      raeburn  8120: => 'Select Position on Image',
1.6       bisitz   8121: 
                   8122:    'Select First Coordinate on Image'
1.93      raeburn  8123: => 'Select First Coordinate on Image',
1.6       bisitz   8124: 
                   8125:    'Select Second Coordinate on Image'
1.93      raeburn  8126: => 'Select Second Coordinate on Image',
1.6       bisitz   8127: 
                   8128:    'Select Finish to save selection'
1.93      raeburn  8129: => 'Select Finish to save selection',
1.6       bisitz   8130: 
                   8131:    'Enter Coordinate or click finish to close Polygon'
1.93      raeburn  8132: => 'Enter Coordinate or click finish to close Polygon',
1.6       bisitz   8133: 
                   8134:    'Click to select a Coordinate or click Finish to save current selection'
1.93      raeburn  8135: => 'Click to select a Coordinate or click Finish to save current selection',
1.6       bisitz   8136: 
                   8137:    'New Name'
1.93      raeburn  8138: => 'New Name',
1.6       bisitz   8139: 
                   8140:    'Make Obsolete'
1.93      raeburn  8141: => 'Make Obsolete',
1.6       bisitz   8142: 
                   8143:    'Set Margins'
1.93      raeburn  8144: => 'Set Margins',
1.6       bisitz   8145: 
                   8146:    'How should each column be formatted?'
1.93      raeburn  8147: => 'How should each column be formatted?', # n.t.
1.6       bisitz   8148: 
                   8149:    'Width:'
1.26      zhu      8150: => '宽:', # n.t.
1.6       bisitz   8151: 
                   8152:    'Height:'
1.26      zhu      8153: => '高:', # n.t.
1.6       bisitz   8154: 
                   8155:    'Left Margin:'
1.93      raeburn  8156: => 'Left Margin:', # n.t.
1.6       bisitz   8157: 
                   8158:    'Username and/or password could not be authenticated.'
1.9       zhu      8159: => '用户名和(或)密码无法验证。',
1.6       bisitz   8160: 
                   8161:    'Please check the username and password.'
1.9       zhu      8162: => '请检查您的用户名和密码。',
1.6       bisitz   8163: 
                   8164:    'Try again'
1.9       zhu      8165: => '再试一次',
1.6       bisitz   8166: 
                   8167:    'Information needed to verify your login information is missing, inaccessible or expired.'
1.9       zhu      8168: => '验证您的登录的信息丢失,无法进入或已经过期。',
1.6       bisitz   8169: 
                   8170:    'Sending'
1.56      zhu      8171: => '发送中',
1.6       bisitz   8172: 
                   8173:    'Completed.'
1.56      zhu      8174: => '邮件已发送。',
1.6       bisitz   8175: 
                   8176:    'Messages being sent.'
1.55      zhu      8177: => '邮件被发送。',
1.6       bisitz   8178: 
                   8179:    'Assigning'
1.93      raeburn  8180: => 'Assigning',
1.6       bisitz   8181: 
                   8182:    'ending'
1.93      raeburn  8183: => 'ending',
1.6       bisitz   8184: 
                   8185:    'Assistant Co-Author'
1.93      raeburn  8186: => 'Assistant Co-Author',
1.6       bisitz   8187: 
                   8188:    'Metadata for [_1]'
1.93      raeburn  8189: => 'Metadata for [_1]',
1.6       bisitz   8190: 
                   8191:    'There are [_1] matches to your query.'
1.18      zhu      8192: => '有 [_1] 匹配您的查询。',
1.6       bisitz   8193: 
1.71      bisitz   8194:    'There were no results matching your query.'
1.93      raeburn  8195: => 'There were no results matching your query.',
1.71      bisitz   8196: 
1.6       bisitz   8197:    'Revise search'
1.18      zhu      8198: => '修改搜寻',
1.6       bisitz   8199: 
1.71      bisitz   8200:    'Internal Error - Bad view selected.'
1.93      raeburn  8201: => 'Internal Error - Bad view selected.',
1.71      bisitz   8202: 
                   8203:    'Unable to save import results.'
1.93      raeburn  8204: => 'Unable to save import results.',
1.71      bisitz   8205: 
                   8206:    'A MySQL error has occurred.'
1.93      raeburn  8207: => 'A MySQL error has occurred.',
1.71      bisitz   8208: 
1.6       bisitz   8209:    'Number of accesses'
1.93      raeburn  8210: => 'Number of accesses',
1.6       bisitz   8211: 
                   8212:    'Ascending'
1.18      zhu      8213: => '上升的',
1.6       bisitz   8214: 
                   8215:    'Descending'
1.18      zhu      8216: => '下降的',
1.6       bisitz   8217: 
                   8218:    'Students Attempting'
1.93      raeburn  8219: => 'Students Attempting', # ??? [SB 2007-07-03]
1.6       bisitz   8220: 
                   8221:    'Average Number of Tries'
1.93      raeburn  8222: => 'Average Number of Tries',
1.6       bisitz   8223: 
                   8224:    'Mean Degree of Difficulty'
1.93      raeburn  8225: => 'Mean Degree of Difficulty',
1.6       bisitz   8226: 
                   8227:    'Mean Degree of Discrimination'
1.93      raeburn  8228: => 'Mean Degree of Discrimination',
1.6       bisitz   8229: 
                   8230:    'Evaluation: Clear'
1.93      raeburn  8231: => 'Evaluation: Clear',
1.6       bisitz   8232: 
                   8233:    'Evaluation: Technically Correct'
1.93      raeburn  8234: => 'Evaluation: Technically Correct',
1.6       bisitz   8235: 
                   8236:    'Evaluation: Material is Correct'
1.93      raeburn  8237: => 'Evaluation: Material is Correct',
1.6       bisitz   8238: 
                   8239:    'Evaluation: Material is Helpful'
1.93      raeburn  8240: => 'Evaluation: Material is Helpful',
1.6       bisitz   8241: 
                   8242:    'Evaluation: Material has Depth'
1.93      raeburn  8243: => 'Evaluation: Material has Depth',
1.6       bisitz   8244: 
                   8245:    'Prev'
1.18      zhu      8246: => '上一个',
1.6       bisitz   8247: 
                   8248:    'Reload'
1.18      zhu      8249: => '重新加载',
1.6       bisitz   8250: 
                   8251:    'Results [_1] to [_2] out of [_3]'
1.18      zhu      8252: => '结果 [_1] 至 [_2] 的 [_3]',
1.6       bisitz   8253: 
1.80      bisitz   8254:    'Unactionable Search Query'
1.18      zhu      8255: => '查询被否决',
1.6       bisitz   8256: 
                   8257:    'Revise Search Request'
1.18      zhu      8258: => '修改搜索请求',
1.6       bisitz   8259: 
                   8260:    'LON-CAPA Access Control'
1.18      zhu      8261: => 'LON-CAPA 访问控制',
1.6       bisitz   8262: 
                   8263:    'Access  : '
1.18      zhu      8264: => '访问  : ',
1.6       bisitz   8265: 
                   8266:    'Resource: '
1.18      zhu      8267: => '资源: ',
1.6       bisitz   8268: 
                   8269:    'Action  : '
1.93      raeburn  8270: => 'Action  : ',
1.6       bisitz   8271: 
                   8272:    'You have modified your course recently, [_1] may fix this access problem.'
1.93      raeburn  8273: => 'You have modified your course recently, [_1] may fix this access problem.',
1.6       bisitz   8274: 
                   8275:    'Published on ...'
1.93      raeburn  8276: => 'Published on ...',
1.6       bisitz   8277: 
                   8278:    'Currently published version'
1.93      raeburn  8279: => 'Currently published version',
1.6       bisitz   8280: 
                   8281:    'Edit Metadata'
1.93      raeburn  8282: => 'Edit Metadata',
1.6       bisitz   8283: 
                   8284:    'Cleanup XML Document'
1.93      raeburn  8285: => 'Cleanup XML Document',
1.6       bisitz   8286: 
                   8287:    'Select actions to attempt:'
1.12      zhu      8288: => '选择所需的行动:',
1.6       bisitz   8289: 
                   8290:    'Linefeeds, formfeeds, and carriage returns'
1.93      raeburn  8291: => 'Linefeeds, formfeeds, and carriage returns',
1.6       bisitz   8292: 
                   8293:    'Empty tags'
1.93      raeburn  8294: => 'Empty tags',
1.6       bisitz   8295: 
                   8296:    'Lower casing'
1.93      raeburn  8297: => 'Lower casing',
1.6       bisitz   8298: 
                   8299:    'Symbol font'
1.93      raeburn  8300: => 'Symbol font', # ??? [SB 2007-07-03]
1.6       bisitz   8301: 
                   8302:    'Cleanup'
1.93      raeburn  8303: => 'Cleanup',
1.6       bisitz   8304: 
                   8305:    'Back to Source File'
1.93      raeburn  8306: => 'Back to Source File',
1.6       bisitz   8307: 
                   8308:    'Hypertext Cascading Style Sheet'
1.93      raeburn  8309: => 'Hypertext Cascading Style Sheet',
1.6       bisitz   8310: 
                   8311:    'Online Survey'
1.93      raeburn  8312: => 'Online Survey',
1.6       bisitz   8313: 
                   8314:    'Unable to find [_1]'
1.93      raeburn  8315: => 'Unable to find [_1]',
1.6       bisitz   8316: 
                   8317:    'Post Server Announcements'
1.93      raeburn  8318: => 'Post Server Announcements',
1.6       bisitz   8319: 
                   8320:    'Post announcements to the system login and roles screen'
1.93      raeburn  8321: => 'Post announcements to the system login and roles screen',
1.6       bisitz   8322: 
                   8323:    '(leave blank to delete announcement)'
1.100     raeburn  8324: => '(leave blank to delete announcement)',
1.6       bisitz   8325: 
                   8326:    'Check machines:'
1.93      raeburn  8327: => 'Check machines:',
1.6       bisitz   8328: 
                   8329:    'Current Announcement'
1.93      raeburn  8330: => 'Current Announcement',
1.6       bisitz   8331: 
                   8332:    'Calendar'
                   8333: => '日历',
                   8334: 
                   8335:    'Download your Calendar as iCalendar File'
1.9       zhu      8336: => '下载您的日历',
1.6       bisitz   8337: 
                   8338:    'No calendar available for this date.'
1.9       zhu      8339: => '没有日历用于此日期。',
1.6       bisitz   8340: 
                   8341:    'Posting [_1]'
1.93      raeburn  8342: => 'Posting [_1]',
1.6       bisitz   8343: 
1.74      bisitz   8344:    'This LON-CAPA server is version [_1]'
1.10      zhu      8345: => '这里是 LON-CAPA [_1]',
1.6       bisitz   8346: 
1.74      bisitz   8347:    'Only changes made from servers running LON-CAPA [_1] or later are displayed.'
1.93      raeburn  8348: => 'Only changes made from servers running LON-CAPA [_1] or later are displayed.',
1.74      bisitz   8349: 
1.6       bisitz   8350:    'Edit Answer'
1.93      raeburn  8351: => 'Edit Answer',
1.6       bisitz   8352: 
                   8353:    'Date/Time'
1.9       zhu      8354: => '日期/时间',
1.6       bisitz   8355: 
                   8356:    'Threshold Name'
1.93      raeburn  8357: => 'Threshold Name',
1.6       bisitz   8358: 
                   8359:    'Current value'
1.93      raeburn  8360: => 'Current value',
1.6       bisitz   8361: 
                   8362:    'Change?'
1.9       zhu      8363: => '改变?',
1.6       bisitz   8364: 
                   8365:    'Make changes'
1.9       zhu      8366: => '保存',
1.6       bisitz   8367: 
                   8368:    'Change thresholds'
1.93      raeburn  8369: => 'Change thresholds',
1.6       bisitz   8370: 
                   8371:    'Picture Conversion Status'
1.93      raeburn  8372: => 'Picture Conversion Status',
1.6       bisitz   8373: 
                   8374:    'Class Print Status'
1.93      raeburn  8375: => 'Class Print Status',
1.6       bisitz   8376: 
                   8377:    'Removing error messages:'
1.93      raeburn  8378: => 'Removing error messages:',
1.6       bisitz   8379: 
1.32      bisitz   8380:    'Invalid target directory, FAIL'
1.93      raeburn  8381: => 'Invalid target directory, FAIL',
1.32      bisitz   8382: 
1.6       bisitz   8383:    'Creating old version [_1]'
1.93      raeburn  8384: => 'Creating old version [_1]',
1.6       bisitz   8385: 
                   8386:    'Initial version'
1.93      raeburn  8387: => 'Initial version',
1.6       bisitz   8388: 
                   8389:    'Press "Generate Statistics" when you are ready.'
1.93      raeburn  8390: => 'Press "Generate Statistics" when you are ready.',
1.6       bisitz   8391: 
                   8392:    'It may take some time to update the student data for the first analysis. Future analysis this session will not have this delay.'
1.93      raeburn  8393: => 'It may take some time to update the student data for the first analysis. Future analysis this session will not have this delay.',
1.6       bisitz   8394: 
                   8395:    'A course-wide error occurred.'
1.93      raeburn  8396: => 'A course-wide error occurred.',
1.6       bisitz   8397: 
                   8398:    'none'
1.70      zhu      8399: => '没有',
1.6       bisitz   8400: 
                   8401:    'Prepare Report'
1.70      zhu      8402: => '编写报告',
1.6       bisitz   8403: 
1.48      bisitz   8404:    'Show problem'
                   8405: => '提示显示',
1.6       bisitz   8406: 
1.48      bisitz   8407:    'Show correct answers'
1.93      raeburn  8408: => 'Show correct answers',
1.6       bisitz   8409: 
1.48      bisitz   8410:    'Show all submissions'
1.93      raeburn  8411: => 'Show all submissions',
1.6       bisitz   8412: 
1.48      bisitz   8413:    'Show problem grading'
1.93      raeburn  8414: => 'Show problem grading',
1.6       bisitz   8415: 
1.92      raeburn  8416:    'Computing correct answers greatly increases the amount of time required to prepare a report.'
1.93      raeburn  8417: => 'Computing correct answers greatly increases the amount of time required to prepare a report.',
1.6       bisitz   8418: 
                   8419:    'Please select problems and use the [_1]Prepare Report[_2] button to continue.'
1.93      raeburn  8420: => 'Please select problems and use the [_1]Prepare Report[_2] button to continue.',
1.6       bisitz   8421: 
                   8422:    'Please select a Survey to analyze'
1.93      raeburn  8423: => 'Please select a Survey to analyze',
1.6       bisitz   8424: 
                   8425:    'There are no survey problems in this course.'
1.93      raeburn  8426: => 'There are no survey problems in this course.',
1.6       bisitz   8427: 
                   8428:    'Generate Survey Report'
1.93      raeburn  8429: => 'Generate Survey Report',
1.6       bisitz   8430: 
                   8431:    'Building text document.'
1.93      raeburn  8432: => 'Building text document.',
1.6       bisitz   8433: 
                   8434:    'Generated on [_1]'
1.93      raeburn  8435: => 'Generated on [_1]',
1.6       bisitz   8436: 
                   8437:    'Your text file'
1.93      raeburn  8438: => 'Your text file',
1.6       bisitz   8439: 
                   8440:    'Done compiling text file. See link below to download.'
1.93      raeburn  8441: => 'Done compiling text file. See link below to download.',
1.6       bisitz   8442: 
                   8443:    'There is no essay or string response data to output for this survey.'
1.93      raeburn  8444: => 'There is no essay or string response data to output for this survey.',
1.6       bisitz   8445: 
                   8446:    'Building spreadsheet.'
1.18      zhu      8447: => '生成电子表格。',
1.6       bisitz   8448: 
                   8449:    '[_1]:[_2] responses to [_3] may be too long to fit Excel spreadsheet.'
1.98      bisitz   8450: => '[_1]:[_2] responses to [_3] may be too long to fit Excel spreadsheet.',
1.6       bisitz   8451: 
                   8452:    'Done compiling spreadsheet. See link below to download.'
1.93      raeburn  8453: => 'Done compiling spreadsheet. See link below to download.',
1.6       bisitz   8454: 
                   8455:    'Make a sequence selection from the "Sequences and Folders" menu and hit "Create Plot" to begin'
1.93      raeburn  8456: => 'Make a sequence selection from the "Sequences and Folders" menu and hit "Create Plot" to begin',
1.6       bisitz   8457: 
                   8458:    'Create Plot'
1.93      raeburn  8459: => 'Create Plot',
1.6       bisitz   8460: 
                   8461:    'Start Time:'
1.93      raeburn  8462: => 'Start Time:',
1.6       bisitz   8463: 
                   8464:    'End Time:'
1.93      raeburn  8465: => 'End Time:',
1.6       bisitz   8466: 
                   8467:    'Sender'
1.27      zhu      8468: => '寄件人',
1.6       bisitz   8469: 
                   8470:    'Number'
1.93      raeburn  8471: => 'Number',
1.6       bisitz   8472: 
                   8473:    'Upload Classlist'
1.93      raeburn  8474: => 'Upload Classlist',
1.6       bisitz   8475: 
                   8476:    'Semicolon separated values'
1.27      zhu      8477: => '以分号分隔',
1.6       bisitz   8478: 
                   8479:    'Show Log'
                   8480: => '查看日志',
                   8481: 
                   8482:    'Course Document Change Log'
1.93      raeburn  8483: => 'Course Document Change Log',
1.6       bisitz   8484: 
                   8485:    'Records'
1.93      raeburn  8486: => 'Records',
1.6       bisitz   8487: 
                   8488:    'Before'
                   8489: => '以前',
                   8490: 
                   8491:    'After'
                   8492: => '以后',
                   8493: 
                   8494:    'Current folder/page'
1.10      zhu      8495: => '当前文件夹/页',
1.6       bisitz   8496: 
                   8497:    'Containing phrase'
1.10      zhu      8498: => '含有短语',
1.6       bisitz   8499: 
                   8500:    'None'
1.10      zhu      8501: => '没有',
1.6       bisitz   8502: 
                   8503:    'Users'
                   8504: => '用户',
                   8505: 
                   8506:    'Include parameter types'
1.93      raeburn  8507: => 'Include parameter types',
1.6       bisitz   8508: 
                   8509:    'Parameter Change Log'
1.93      raeburn  8510: => 'Parameter Change Log',
1.6       bisitz   8511: 
                   8512:    'Announce'
1.93      raeburn  8513: => 'Announce',
1.6       bisitz   8514: 
                   8515:    'Not active anymore'
1.93      raeburn  8516: => 'Not active anymore',
1.6       bisitz   8517: 
                   8518:    'Add to Course Announcements'
1.93      raeburn  8519: => 'Add to Course Announcements',
1.6       bisitz   8520: 
                   8521:    'Username : Domain'
1.26      zhu      8522: => '用户名:域',
1.6       bisitz   8523: 
                   8524:    'Active'
1.26      zhu      8525: => '活跃的',
1.6       bisitz   8526: 
                   8527:    'Expired'
1.93      raeburn  8528: => 'Expired',
1.6       bisitz   8529: 
                   8530:    'Future'
1.93      raeburn  8531: => 'Future',
1.6       bisitz   8532: 
                   8533:    'Sort by realm first, then student (group/section)'
1.93      raeburn  8534: => 'Sort by realm first, then student (group/section)',
1.6       bisitz   8535: 
                   8536:    'Sort by student (group/section) first, then realm'
1.93      raeburn  8537: => 'Sort by student (group/section) first, then realm',
1.6       bisitz   8538: 
                   8539:    'Shift all dates based on this date'
1.93      raeburn  8540: => 'Shift all dates based on this date',
1.6       bisitz   8541: 
                   8542:    'Overview Mode'
1.27      zhu      8543: => '概况模式',
1.6       bisitz   8544: 
                   8545:    'Overview'
1.27      zhu      8546: => '概况',
1.6       bisitz   8547: 
                   8548:    'Set Parameters'
1.27      zhu      8549: => '参数设置',
1.6       bisitz   8550: 
                   8551:    'Parts'
1.27      zhu      8552: => '部分',
1.6       bisitz   8553: 
                   8554:    'Section(s)'
1.70      zhu      8555: => '章节(en)',
1.6       bisitz   8556: 
                   8557:    'Group(s)'
1.12      zhu      8558: => '组',
1.6       bisitz   8559: 
                   8560:    'Parameter Selection'
1.70      zhu      8561: => '参数选择',
1.6       bisitz   8562: 
                   8563:    'Add Selection for...'
1.93      raeburn  8564: => 'Add Selection for...',
1.6       bisitz   8565: 
                   8566:    'Select Common Only'
1.98      bisitz   8567: => 'Select Common Only',
1.6       bisitz   8568: 
                   8569:    'Problem Dates'
1.93      raeburn  8570: => 'Problem Dates',
1.6       bisitz   8571: 
                   8572:    'Content Dates'
1.93      raeburn  8573: => 'Content Dates',
1.6       bisitz   8574: 
                   8575:    'Discussion Settings'
1.93      raeburn  8576: => 'Discussion Settings',
1.6       bisitz   8577: 
                   8578:    'Visibilities'
1.70      zhu      8579: => '可见的',
1.6       bisitz   8580: 
                   8581:    'Part Parameters'
1.27      zhu      8582: => '部分参数',
1.6       bisitz   8583: 
                   8584:    'For User [_1] or Student/Employee ID [_2] at Domain [_3]'
1.27      zhu      8585: => '对于用户 [_1] 或学生/员工编号 [_2] 在域 [_3]',
1.6       bisitz   8586: 
                   8587:    'Group Files'
                   8588: => '编组文件',
                   8589: 
                   8590:    "Enter user:domain for User's 'About Me' Page"
1.93      raeburn  8591: => "Enter user:domain for User's 'About Me' Page",
1.6       bisitz   8592: 
                   8593:    'No map selected.'
1.93      raeburn  8594: => 'No map selected.',
1.6       bisitz   8595: 
                   8596:    'Most Recent:'
1.70      zhu      8597: => '最新:', # n.t.
1.6       bisitz   8598: 
                   8599:    'In Course:'
1.70      zhu      8600: => '课程:', # n.t.
1.6       bisitz   8601: 
                   8602:    'Use:'
1.70      zhu      8603: => '使用:', # n.t.
1.6       bisitz   8604: 
                   8605:    'Search LON-CAPA help'
1.70      zhu      8606: => '搜索 LON-CAPA 帮助',
1.6       bisitz   8607: 
                   8608:    'Before course enrollment start!'
1.93      raeburn  8609: => 'Before course enrollment start!',
1.6       bisitz   8610: 
                   8611:    'After course enrollment end!'
1.93      raeburn  8612: => 'After course enrollment end!',
1.6       bisitz   8613: 
                   8614:    'in the past'
1.27      zhu      8615: => '在过去',
1.6       bisitz   8616: 
                   8617:    'in the future'
1.27      zhu      8618: => '在将来',
1.6       bisitz   8619: 
                   8620:    'Choose'
1.98      bisitz   8621: => 'Choose',
1.6       bisitz   8622: 
                   8623:    'Title:'
1.27      zhu      8624: => '标题:',
1.6       bisitz   8625: 
                   8626:    'URL:'
                   8627: => 'URL:',
                   8628: 
                   8629:    'Course, Portfolio and Catalog Search'
1.36      zhu      8630: => '目录搜索,组合搜索和课程搜索',
1.6       bisitz   8631: 
                   8632:    'ERROR:'
1.36      zhu      8633: => '错误:',
1.6       bisitz   8634: 
                   8635:    'occurred while running'
1.93      raeburn  8636: => 'occurred while running', # n.t.
1.6       bisitz   8637: 
                   8638:    '(click for example)'
1.98      bisitz   8639: => '(click for example)',
1.6       bisitz   8640: 
                   8641:    'click for example'
1.93      raeburn  8642: => 'click for example',
1.6       bisitz   8643: 
                   8644:    'Re-Enable'
1.70      zhu      8645: => '重新启用',
1.6       bisitz   8646: 
                   8647:    'Script Functions'
1.93      raeburn  8648: => 'Script Functions',
1.6       bisitz   8649: 
                   8650:    'Image Options'
1.70      zhu      8651: => '图像选项', # n.t.
1.6       bisitz   8652: 
                   8653:    'left'
1.27      zhu      8654: => '左边',
1.6       bisitz   8655: 
                   8656:    'right'
1.27      zhu      8657: => '右边',
1.6       bisitz   8658: 
                   8659:    'TeXwidth (mm):'
1.26      zhu      8660: => 'TeX-宽 (mm):',
1.6       bisitz   8661: 
                   8662:    'TeXheight (mm):'
1.26      zhu      8663: => 'TeX-高 (mm):',
1.6       bisitz   8664: 
                   8665:    'TeXwrap:'
1.93      raeburn  8666: => 'TeXwrap:', # n.t., ??? [SB 2007-07-11]
1.6       bisitz   8667: 
                   8668:    'Sorry!'
1.12      zhu      8669: => '对不起...',
1.6       bisitz   8670: 
                   8671:    'Resource not available.'
1.93      raeburn  8672: => 'Resource not available.', # n.t.
1.6       bisitz   8673: 
1.88      bisitz   8674:    'File Type'
1.93      raeburn  8675: => 'File Type',
1.6       bisitz   8676: 
                   8677:    'Output of decompress:'
1.93      raeburn  8678: => 'Output of decompress:',
1.6       bisitz   8679: 
                   8680:    'Decompress complete.'
1.93      raeburn  8681: => 'Decompress complete.',
1.6       bisitz   8682: 
                   8683:    'Archive:'
1.70      zhu      8684: => '存档:',
1.6       bisitz   8685: 
                   8686:    'inflating:'
1.93      raeburn  8687: => 'inflating:',
1.6       bisitz   8688: 
                   8689:    'Incorrect:'
1.18      zhu      8690: => '错误:',
1.6       bisitz   8691: 
                   8692:    'Correct:'
1.18      zhu      8693: => '正确:',
1.6       bisitz   8694: 
                   8695:    'Correct'
1.18      zhu      8696: => '正确',
1.6       bisitz   8697: 
                   8698:    'Pick course first'
1.12      zhu      8699: => '只能选择课程',
1.6       bisitz   8700: 
                   8701:    'User Information Changed'
1.12      zhu      8702: => '用户信息变更',
1.6       bisitz   8703: 
                   8704:    'Changed To'
1.70      zhu      8705: => '改为',
1.6       bisitz   8706: 
                   8707:    'disk space allocated to portfolio files'
1.93      raeburn  8708: => 'disk space allocated to portfolio files',
1.6       bisitz   8709: 
                   8710:    'You have new messages'
1.93      raeburn  8711: => 'You have new messages',
1.6       bisitz   8712: 
                   8713:    'Destination folder'
1.55      zhu      8714: => '目的文件夹',
1.6       bisitz   8715: 
                   8716:    'Mark Read'
1.12      zhu      8717: => '标记为已读',
1.6       bisitz   8718: 
                   8719:    'Move to Folder ->'
1.12      zhu      8720: => '移至文件夹 ->',
1.6       bisitz   8721: 
1.55      zhu      8722:    'Register Response Devices (&quot;Clickers&quot;)'
1.64      zhu      8723: => '注册应答设备 (&quot;Clickers&quot;)',
1.6       bisitz   8724: 
                   8725:    'Enter response device ("clicker") numbers'
1.64      zhu      8726: => '输入应答设备(&quot;Clickers&quot;)的号码',
1.6       bisitz   8727: 
                   8728:    'Locating your clicker ID'
1.18      zhu      8729: => '定位您的应答设备编号',
1.6       bisitz   8730: 
                   8731:    'Register Clicker'
1.18      zhu      8732: => '注册应答设备',
1.6       bisitz   8733: 
                   8734:    'Register'
1.18      zhu      8735: => '注册',
1.6       bisitz   8736: 
                   8737:    'New Link'
1.13      zhu      8738: => '新的书签', # n.t.
1.6       bisitz   8739: 
                   8740:    'Refresh'
1.13      zhu      8741: => '更新', # n.t.
1.6       bisitz   8742: 
1.73      bisitz   8743:    'Custom metadata [_1]'
                   8744: => '自定义元数据 [_1]',
1.6       bisitz   8745: 
                   8746:    'Question/Comment/Feedback about course content'
1.18      zhu      8747: => '课程内容的问题/评论/反馈',
1.6       bisitz   8748: 
                   8749:    'User modify/custom role edit'
1.70      zhu      8750: => '用户帐户和权限管理',
1.6       bisitz   8751: 
                   8752:    'User Search'
1.70      zhu      8753: => '用户搜索',
1.6       bisitz   8754: 
                   8755:    'to add/modify roles'
1.70      zhu      8756: => ', 添加/修改角色',
1.6       bisitz   8757: 
                   8758:    'is'
1.70      zhu      8759: => '是',
1.6       bisitz   8760: 
                   8761:    'contains'
1.70      zhu      8762: => '包括',
1.6       bisitz   8763: 
                   8764:    'in this domain'
1.70      zhu      8765: => '在该域',
1.6       bisitz   8766: 
                   8767:    'in institutional directory'
1.70      zhu      8768: => '在研究所目录',
1.6       bisitz   8769: 
                   8770:    'Domain/institution to search'
1.93      raeburn  8771: => 'Domain/institution to search',
1.6       bisitz   8772: 
                   8773:    'Directory search has not been configured for domain: [_1]'
1.70      zhu      8774: => '目录搜索,在还没有被配置的域:[_1]',
1.6       bisitz   8775: 
                   8776:    'permanent e-mail'
1.70      zhu      8777: => '永久电子邮件',
1.6       bisitz   8778: 
                   8779:    'Set user role'
1.70      zhu      8780: => '设置用户角色',
1.6       bisitz   8781: 
                   8782:    'No exact match found for this username ([_1]) in this domain.'
1.70      zhu      8783: => '对该用户名([_1])在这个领域中没有找到完全匹配的。',
1.6       bisitz   8784: 
                   8785:    'No match found for this username ([_1]) in this domain.'
1.70      zhu      8786: => '对该用户名([_1])在这个领域中没有找到相应的。',
1.6       bisitz   8787: 
                   8788:    'Make new user "[_1]"'
1.70      zhu      8789: => '新用户 "[_1]"',
1.6       bisitz   8790: 
1.84      bisitz   8791:    'Course Editor'
1.6       bisitz   8792: => '编辑课程',
                   8793: 
1.84      bisitz   8794:    'Community Editor'
1.93      raeburn  8795: => 'Community Editor',
1.84      bisitz   8796: 
1.6       bisitz   8797:    'Choose which items you wish to export from your Course.'
1.70      zhu      8798: => '选择您要从课程中导出的项目。',
1.6       bisitz   8799: 
                   8800:    'Content items'
1.70      zhu      8801: => '内容项目',
1.6       bisitz   8802: 
                   8803:    'Discussion posts'
1.70      zhu      8804: => '讨论文章',
1.6       bisitz   8805: 
                   8806:    'Download the zip file from'
1.70      zhu      8807: => '下载zip档案从:',
1.6       bisitz   8808: 
                   8809:    'IMS course archive'
1.70      zhu      8810: => 'IMS课程存档',
1.6       bisitz   8811: 
                   8812:    'last name, first name'
1.70      zhu      8813: => '姓氏,名字',
1.6       bisitz   8814: 
                   8815:    'Select a Template'
1.93      raeburn  8816: => 'Select a Template',
1.6       bisitz   8817: 
                   8818:    'Edit custom role'
1.93      raeburn  8819: => 'Edit custom role',
1.6       bisitz   8820: 
                   8821:    'Privilege'
1.93      raeburn  8822: => 'Privilege',
1.6       bisitz   8823: 
                   8824:    'Showing users with a name starting with [_1]'
1.26      zhu      8825: => '显示用户,起始是 [_1]',
1.6       bisitz   8826: 
                   8827:    'Permanent e-mail address'
1.26      zhu      8828: => '永久的 E-Mail 地址',
1.6       bisitz   8829: 
                   8830:    'Permanent e-mail'
1.26      zhu      8831: => '永久的 E-Mail 地址',
1.6       bisitz   8832: 
                   8833:    'User [_1] in domain [_2]'
1.26      zhu      8834: => '用户 [_1] 在域 [_2]',
1.6       bisitz   8835: 
                   8836:    'Result'
1.93      raeburn  8837: => 'Result',
1.6       bisitz   8838: 
                   8839:    'Directory search in domain [_1] is not available for the requested search type: "[_2]"'
1.93      raeburn  8840: => 'Directory search in domain [_1] is not available for the requested search type: "[_2]"',
1.6       bisitz   8841: 
                   8842:    "No match found for this username ([_1]) in your institution's directory."
1.93      raeburn  8843: => "No match found for this username ([_1]) in your institution's directory.",
1.6       bisitz   8844: 
                   8845:    'Setting'
1.93      raeburn  8846: => 'Setting',
1.6       bisitz   8847: 
                   8848:    'Directory search available?'
1.93      raeburn  8849: => 'Directory search available?',
1.6       bisitz   8850: 
                   8851:    'Back to actions menu'
1.93      raeburn  8852: => 'Back to actions menu', # n.t.
1.6       bisitz   8853: 
                   8854:    'Edit action'
1.93      raeburn  8855: => 'Edit action',
1.6       bisitz   8856: 
                   8857:    'Effect'
1.93      raeburn  8858: => 'Effect',
1.6       bisitz   8859: 
                   8860:    'Course / User'
1.93      raeburn  8861: => 'Course / User',
1.6       bisitz   8862: 
                   8863:    'deny'
1.93      raeburn  8864: => 'deny',
1.6       bisitz   8865: 
                   8866:    'allow'
1.93      raeburn  8867: => 'allow',
1.6       bisitz   8868: 
                   8869:    'Delete this rule'
1.93      raeburn  8870: => 'Delete this rule',
1.6       bisitz   8871: 
                   8872:    'Insert rule above'
1.93      raeburn  8873: => 'Insert rule above',
1.6       bisitz   8874: 
                   8875:    'Insert rule below'
1.93      raeburn  8876: => 'Insert rule below',
1.6       bisitz   8877: 
                   8878:    'Move rule down'
1.93      raeburn  8879: => 'Move rule down',
1.6       bisitz   8880: 
                   8881:    'Move rule up'
1.93      raeburn  8882: => 'Move rule up',
1.6       bisitz   8883: 
                   8884:    'Warning: It can take up to 1 hour for rights changes to fully propagate.'
1.93      raeburn  8885: => 'Warning: It can take up to 1 hour for rights changes to fully propagate.',
1.6       bisitz   8886: 
                   8887:    'email address'
1.93      raeburn  8888: => 'email address',
1.6       bisitz   8889: 
                   8890:    'Updated'
1.12      zhu      8891: => '已更新',
1.6       bisitz   8892: 
1.89      bisitz   8893:    'The error occurred on host [_1]'
1.93      raeburn  8894: => 'The error occurred on host [_1]',
1.6       bisitz   8895: 
                   8896:    'This error occurred on machine [_1]'
1.93      raeburn  8897: => 'This error occurred on machine [_1]', # n.t.
1.6       bisitz   8898: 
                   8899:    'Clear all Messages in Subdirectory'
1.93      raeburn  8900: => 'Clear all Messages in Subdirectory',
1.6       bisitz   8901: 
                   8902:    'Task information'
1.93      raeburn  8903: => 'Task information',
1.6       bisitz   8904: 
                   8905:    'Automated adds/drops'
1.93      raeburn  8906: => 'Automated adds/drops',
1.6       bisitz   8907: 
                   8908:    'Change enrollment dates'
1.93      raeburn  8909: => 'Change enrollment dates',
1.6       bisitz   8910: 
                   8911:    'Change access dates'
1.93      raeburn  8912: => 'Change access dates',
1.6       bisitz   8913: 
                   8914:    'Notification of changes'
1.93      raeburn  8915: => 'Notification of changes',
1.6       bisitz   8916: 
                   8917:    'Change crosslistings'
1.93      raeburn  8918: => 'Change crosslistings',
1.6       bisitz   8919: 
                   8920:    'Section settings'
1.93      raeburn  8921: => 'Section settings',
1.6       bisitz   8922: 
                   8923:    'Student photo settings'
1.93      raeburn  8924: => 'Student photo settings',
1.6       bisitz   8925: 
                   8926:    'Update roster now'
1.93      raeburn  8927: => 'Update roster now',
1.6       bisitz   8928: 
                   8929:    'Update student photos'
1.93      raeburn  8930: => 'Update student photos',
1.6       bisitz   8931: 
                   8932:    'View students and change type'
1.93      raeburn  8933: => 'View students and change type',
1.6       bisitz   8934: 
                   8935:    'Changes to nightly automated enrollments'
1.93      raeburn  8936: => 'Changes to nightly automated enrollments',
1.6       bisitz   8937: 
                   8938:    'Currently: Nightly adds: [_1], Nightly drops: [_2]'
1.93      raeburn  8939: => 'Currently: Nightly adds: [_1], Nightly drops: [_2]',
1.6       bisitz   8940: 
                   8941:    'OFF'
1.93      raeburn  8942: => 'OFF',
1.6       bisitz   8943: 
                   8944:    'ON'
1.93      raeburn  8945: => 'ON',
1.6       bisitz   8946: 
                   8947:    'Additions based on classlist changes:'
1.93      raeburn  8948: => 'Additions based on classlist changes:',
1.6       bisitz   8949: 
                   8950:    'Removals based on classlist changes:'
1.93      raeburn  8951: => 'Removals based on classlist changes:',
1.6       bisitz   8952: 
                   8953:    'Enable'
1.93      raeburn  8954: => 'Enable',
1.6       bisitz   8955: 
                   8956:    'Disable'
1.93      raeburn  8957: => 'Disable',
1.6       bisitz   8958: 
                   8959:    'Note: Any students added manually by course coordinators using the Enrollment Manager will be unaffected by the nightly removal process if you choose to enable it.'
1.93      raeburn  8960: => 'Note: Any students added manually by course coordinators using the Enrollment Manager will be unaffected by the nightly removal process if you choose to enable it.',
1.6       bisitz   8961: 
                   8962:    'Changes to first and/or last automated enrollment dates'
1.98      bisitz   8963: => 'Changes to first and/or last automated enrollment dates',
1.6       bisitz   8964: 
                   8965:    'Currently: First enrollment: [_1], Last enrollment: [_2]'
1.93      raeburn  8966: => 'Currently: First enrollment: [_1], Last enrollment: [_2]',
1.6       bisitz   8967: 
                   8968:    'Set date of first automated enrollment for registered students'
1.93      raeburn  8969: => 'Set date of first automated enrollment for registered students',
1.6       bisitz   8970: 
                   8971:    'If automated adds and/or drops are enabled, then your class roster will be automatically updated nightly, once the first enrollment date has been reached. Prior to this date, the class roster will only contain students you have added directly using the standard LON-CAPA enrollment tools'
1.93      raeburn  8972: => 'If automated adds and/or drops are enabled, then your class roster will be automatically updated nightly, once the first enrollment date has been reached. Prior to this date, the class roster will only contain students you have added directly using the standard LON-CAPA enrollment tools',
1.6       bisitz   8973: 
                   8974:    'Set date of last automated enrollment for registered students'
1.93      raeburn  8975: => 'Set date of last automated enrollment for registered students',
1.6       bisitz   8976: 
                   8977:    'If automated adds and/or drops are enabled, then your class roster will be automatically updated nightly, until the last enrollment date has been reached.'
1.93      raeburn  8978: => 'If automated adds and/or drops are enabled, then your class roster will be automatically updated nightly, until the last enrollment date has been reached.',
1.6       bisitz   8979: 
                   8980:    'Changes to default start and/or end dates for student access'
1.98      bisitz   8981: => 'Changes to default start and/or end dates for student access',
1.6       bisitz   8982: 
                   8983:    'Currently: default first access:'
1.93      raeburn  8984: => 'Currently: default first access:',
1.6       bisitz   8985: 
                   8986:    ', default last access:'
1.99      raeburn  8987: => ', default last access:',
1.6       bisitz   8988: 
                   8989:    'Set date of first access for registered students added via automated enrollment'
1.93      raeburn  8990: => 'Set date of first access for registered students added via automated enrollment',
1.6       bisitz   8991: 
                   8992:    'Set date of last access for registered students added via automated enrollment'
1.93      raeburn  8993: => 'Set date of last access for registered students added via automated enrollment',
1.6       bisitz   8994: 
                   8995:    'Changes to section settings'
1.93      raeburn  8996: => 'Changes to section settings',
1.6       bisitz   8997: 
                   8998:    'Currently no sections of'
1.93      raeburn  8999: => 'Currently no sections of',
1.6       bisitz   9000: 
                   9001:    'are contributing enrollment to the LON-CAPA class roster.'
1.93      raeburn  9002: => 'are contributing enrollment to the LON-CAPA class roster.',
1.6       bisitz   9003: 
                   9004:    'Add enrollment from additional sections.'
1.93      raeburn  9005: => 'Add enrollment from additional sections.',
1.6       bisitz   9006: 
                   9007:    'Number of new sections to add:'
1.93      raeburn  9008: => 'Number of new sections to add:',
1.6       bisitz   9009: 
                   9010:    'Students enrolling in the sections listed below will be automatically added to the class roster for LON-CAPA course'
1.93      raeburn  9011: => 'Students enrolling in the sections listed below will be automatically added to the class roster for LON-CAPA course',
1.6       bisitz   9012: 
                   9013:    'if you have chosen to enable a nightly automated enrollment update.'
1.93      raeburn  9014: => 'if you have chosen to enable a nightly automated enrollment update.',
1.6       bisitz   9015: 
                   9016:    'Nightly additions based on classlist changes now'
1.93      raeburn  9017: => 'Nightly additions based on classlist changes now',
1.6       bisitz   9018: 
                   9019:    'Nightly additions based on classlist changes still'
1.93      raeburn  9020: => 'Nightly additions based on classlist changes still',
1.6       bisitz   9021: 
                   9022:    'Nightly removals based on classlist changes now'
1.93      raeburn  9023: => 'Nightly removals based on classlist changes now',
1.6       bisitz   9024: 
                   9025:    'Nightly removals based on classlist changes still'
1.93      raeburn  9026: => 'Nightly removals based on classlist changes still',
1.6       bisitz   9027: 
                   9028:    'enabled'
1.93      raeburn  9029: => 'enabled',
1.6       bisitz   9030: 
                   9031:    'disabled'
1.93      raeburn  9032: => 'disabled',
1.6       bisitz   9033: 
                   9034:    'The first date for automated enrollment has been changed'
1.93      raeburn  9035: => 'The first date for automated enrollment has been changed',
1.6       bisitz   9036: 
                   9037:    'The last date for automated enrollment has been changed'
1.93      raeburn  9038: => 'The last date for automated enrollment has been changed',
1.6       bisitz   9039: 
                   9040:    'The first date for automated enrollment has been left unchanged as'
1.93      raeburn  9041: => 'The first date for automated enrollment has been left unchanged as',
1.6       bisitz   9042: 
                   9043:    'The last date for automated enrollment has been left unchanged as'
1.93      raeburn  9044: => 'The last date for automated enrollment has been left unchanged as',
1.6       bisitz   9045: 
                   9046:    'Currently: Notification:'
1.93      raeburn  9047: => 'Currently: Notification:',
1.6       bisitz   9048: 
                   9049:    'Notification of LON-CAPA course roster changes resulting from nightly automated enrollment process?'
1.93      raeburn  9050: => 'Notification of LON-CAPA course roster changes resulting from nightly automated enrollment process?',
1.6       bisitz   9051: 
                   9052:    'The table below contains a list of Kurs-Koordinators in this course.'
1.93      raeburn  9053: => 'The table below contains a list of Kurs-Koordinators in this course.',
1.6       bisitz   9054: 
                   9055:    'username:domain'
1.26      zhu      9056: => '用户名:域',
1.6       bisitz   9057: 
                   9058:    'Course Access'
1.93      raeburn  9059: => 'Course Access',
1.6       bisitz   9060: 
                   9061:    'Current notification status'
1.93      raeburn  9062: => 'Current notification status',
1.6       bisitz   9063: 
                   9064:    'Notification active'
1.93      raeburn  9065: => 'Notification active',
1.6       bisitz   9066: 
                   9067:    'Notification inactive'
1.93      raeburn  9068: => 'Notification inactive',
1.6       bisitz   9069: 
                   9070:    'Notification?'
1.93      raeburn  9071: => 'Notification?',
1.6       bisitz   9072: 
                   9073:    'Notification of enrollment changes now'
1.93      raeburn  9074: => 'Notification of enrollment changes now',
1.6       bisitz   9075: 
                   9076:    'Notification of enrollment changes still'
1.93      raeburn  9077: => 'Notification of enrollment changes still',
1.6       bisitz   9078: 
                   9079:    'The following will receive notification if there are any changes in enrollment in LON-CAPA course:'
1.93      raeburn  9080: => 'The following will receive notification if there are any changes in enrollment in LON-CAPA course:',
1.6       bisitz   9081: 
                   9082:    'as a result of the nightly enrollment check:'
1.93      raeburn  9083: => 'as a result of the nightly enrollment check:',
1.6       bisitz   9084: 
                   9085:    'View/Modify Course Settings'
1.93      raeburn  9086: => 'View/Modify Course Settings',
1.6       bisitz   9087: 
                   9088:    'Course search'
1.93      raeburn  9089: => 'Course search',
1.6       bisitz   9090: 
                   9091:    'View/Modify Courses'
1.93      raeburn  9092: => 'View/Modify Courses',
1.6       bisitz   9093: 
                   9094:    'Course details'
1.93      raeburn  9095: => 'Course details',
1.6       bisitz   9096: 
                   9097:    'Detailed course information:'
1.93      raeburn  9098: => 'Detailed course information:',
1.6       bisitz   9099: 
                   9100:    'Default Access Dates for Students'
1.93      raeburn  9101: => 'Default Access Dates for Students',
1.6       bisitz   9102: 
                   9103:    'Student Counts'
1.93      raeburn  9104: => 'Student Counts',
1.6       bisitz   9105: 
                   9106:    'Auto-enrollment of[_1]registered students'
1.93      raeburn  9107: => 'Auto-enrollment of[_1]registered students',
1.6       bisitz   9108: 
                   9109:    'Details'
                   9110: => 'Details',
                   9111: 
                   9112:    'Not enabled'
1.93      raeburn  9113: => 'Not enabled',
1.6       bisitz   9114: 
                   9115:    'section:'
1.93      raeburn  9116: => 'section:', # n.t.
1.6       bisitz   9117: 
                   9118:    'Previous access'
1.93      raeburn  9119: => 'Previous access',
1.6       bisitz   9120: 
                   9121:    'Current access'
1.93      raeburn  9122: => 'Current access',
1.6       bisitz   9123: 
                   9124:    'Future access'
1.93      raeburn  9125: => 'Future access',
1.6       bisitz   9126: 
                   9127:    'Back to course listing'
                   9128: => '返回课程目录',
                   9129: 
                   9130:    'Immediate course roster update'
1.93      raeburn  9131: => 'Immediate course roster update',
1.6       bisitz   9132: 
                   9133:    'There were no new students to add to the course.'
1.93      raeburn  9134: => 'There were no new students to add to the course.',
1.6       bisitz   9135: 
                   9136:    'Back to options page'
1.93      raeburn  9137: => 'Back to options page',
1.6       bisitz   9138: 
                   9139:    'View/Modify settings for: '
1.93      raeburn  9140: => 'View/Modify settings for: ',
1.6       bisitz   9141: 
                   9142:    'Modify quota for group portfolio files'
1.98      bisitz   9143: => 'Modify quota for group portfolio files',
1.6       bisitz   9144: 
                   9145:    'Display current settings for automated enrollment'
1.93      raeburn  9146: => 'Display current settings for automated enrollment',
1.6       bisitz   9147: 
                   9148:    'Modify institutional code, course owner and/or default authentication'
1.98      bisitz   9149: => 'Modify institutional code, course owner and/or default authentication',
1.6       bisitz   9150: 
                   9151:    'Modify course catalog settings for course'
1.98      bisitz   9152: => 'Modify course catalog settings for course',
1.6       bisitz   9153: 
                   9154:    'Catalog settings'
1.93      raeburn  9155: => 'Catalog settings',
1.6       bisitz   9156: 
                   9157:    'Catalog Settings for Course'
1.93      raeburn  9158: => 'Catalog Settings for Course',
1.6       bisitz   9159: 
1.81      bisitz   9160:    'Visibility in Course/Community Catalog'
1.93      raeburn  9161: => 'Visibility in Course/Community Catalog',
1.6       bisitz   9162: 
1.81      bisitz   9163:    "Unless excluded, a course/community is listed in this domain's publicly accessible Course/Community Catalog, if at least one of the following applies:"
1.97      raeburn  9164: => "Unless excluded, a course/community is listed in this domain's publicly accessible Course/Community Catalog, if at least one of the following applies:",
1.6       bisitz   9165: 
                   9166:    'Auto-cataloging is enabled and the course is assigned an institutional code'
1.93      raeburn  9167: => 'Auto-cataloging is enabled and the course is assigned an institutional code',
1.6       bisitz   9168: 
                   9169:    'The course has been categorized into at least one of the course categories defined for the domain.'
1.93      raeburn  9170: => 'The course has been categorized into at least one of the course categories defined for the domain.',
1.6       bisitz   9171: 
                   9172:    'Exclude from course catalog'
1.93      raeburn  9173: => 'Exclude from course catalog',
1.6       bisitz   9174: 
                   9175:    'Categorize Course'
1.93      raeburn  9176: => 'Categorize Course',
1.6       bisitz   9177: 
                   9178:    'No categories defined for this domain'
1.93      raeburn  9179: => 'No categories defined for this domain',
1.6       bisitz   9180: 
                   9181:    'Assign one or more categories to this course.'
1.93      raeburn  9182: => 'Assign one or more categories to this course.',
1.6       bisitz   9183: 
                   9184:    'If auto-cataloging based on institutional code is enabled in the domain, a course will continue to be listed in the catalog of official courses, in addition to receiving a listing under any manually assigned categor(ies).'
1.93      raeburn  9185: => 'If auto-cataloging based on institutional code is enabled in the domain, a course will continue to be listed in the catalog of official courses, in addition to receiving a listing under any manually assigned categor(ies).',
1.6       bisitz   9186: 
                   9187:    'Category settings'
1.93      raeburn  9188: => 'Category settings',
1.6       bisitz   9189: 
                   9190:    'Show/Hide a course in the catalog'
1.93      raeburn  9191: => 'Show/Hide a course in the catalog',
1.6       bisitz   9192: 
                   9193:    'Assign a category to a course'
1.93      raeburn  9194: => 'Assign a category to a course',
1.6       bisitz   9195: 
                   9196:    'Set in "Modify Course" (Domain)'
1.93      raeburn  9197: => 'Set in "Modify Course" (Domain)',
1.6       bisitz   9198: 
                   9199:    'Set in "Modify Parameters" (Course)'
1.93      raeburn  9200: => 'Set in "Modify Parameters" (Course)',
1.6       bisitz   9201: 
                   9202:    'Categories'
1.93      raeburn  9203: => 'Categories',
1.6       bisitz   9204: 
                   9205:    'Add category'
1.93      raeburn  9206: => 'Add category',
1.6       bisitz   9207: 
                   9208:    'Add category:'
1.93      raeburn  9209: => 'Add category:',
1.6       bisitz   9210: 
                   9211:    'Add subcategory:'
1.93      raeburn  9212: => 'Add subcategory:',
1.6       bisitz   9213: 
                   9214:    'New:'
1.93      raeburn  9215: => 'New:',
1.6       bisitz   9216: 
                   9217:    'Choose a course'
1.93      raeburn  9218: => 'Choose a course',
1.6       bisitz   9219: 
                   9220:    'Pick action'
1.93      raeburn  9221: => 'Pick action',
1.6       bisitz   9222: 
                   9223:    'Display settings'
1.93      raeburn  9224: => 'Display settings',
1.6       bisitz   9225: 
                   9226:    'Course settings that control automated enrollment in this LON-CAPA course are currently:'
1.93      raeburn  9227: => 'Course settings that control automated enrollment in this LON-CAPA course are currently:',
1.6       bisitz   9228: 
                   9229:    'Course setting'
1.93      raeburn  9230: => 'Course setting',
1.6       bisitz   9231: 
                   9232:    'Modifiable by DC only'
1.93      raeburn  9233: => 'Modifiable by DC only',
1.6       bisitz   9234: 
                   9235:    'Default authentication parameter'
1.93      raeburn  9236: => 'Default authentication parameter',
1.6       bisitz   9237: 
                   9238:    'Default authentication method'
1.93      raeburn  9239: => 'Default authentication method',
1.6       bisitz   9240: 
                   9241:    'Date of last automated enrollment'
1.93      raeburn  9242: => 'Date of last automated enrollment',
1.6       bisitz   9243: 
                   9244:    'Date of first automated enrollment'
1.93      raeburn  9245: => 'Date of first automated enrollment',
1.6       bisitz   9246: 
                   9247:    'Official course code'
1.93      raeburn  9248: => 'Official course code',
1.6       bisitz   9249: 
                   9250:    'Username:domain of course owner'
1.93      raeburn  9251: => 'Username:domain of course owner',
1.6       bisitz   9252: 
                   9253:    'Date of last student access'
1.22      zhu      9254: => '学生访问的结束日期',
1.6       bisitz   9255: 
                   9256:    'Date of first student access'
1.22      zhu      9257: => '学生访问的开始日期',
1.6       bisitz   9258: 
                   9259:    'Course section number(:LON-CAPA section)'
1.93      raeburn  9260: => 'Course section number(:LON-CAPA section)',
1.6       bisitz   9261: 
                   9262:    'Show more details'
1.22      zhu      9263: => '查看更多详情',
1.6       bisitz   9264: 
1.18      zhu      9265:    'Public RSS/podcast (subscribe to)'
                   9266: => '公共RSS /播客(订阅)',
1.6       bisitz   9267: 
                   9268:    'Course Owner:'
1.13      zhu      9269: => '课程所有者:',
1.6       bisitz   9270: 
                   9271:    'Default Authentication method'
1.93      raeburn  9272: => 'Default Authentication method',
1.6       bisitz   9273: 
                   9274:    'Modify settings'
1.93      raeburn  9275: => 'Modify settings',
1.6       bisitz   9276: 
                   9277:    'Automated Enrollment'
1.93      raeburn  9278: => 'Automated Enrollment',
1.6       bisitz   9279: 
                   9280:    'Use the menu on the left to choose an enrollment management task.'
1.93      raeburn  9281: => 'Use the menu on the left to choose an enrollment management task.',
1.6       bisitz   9282: 
                   9283:    'Result of Changes to Automated Enrollment Settings.'
1.93      raeburn  9284: => 'Result of Changes to Automated Enrollment Settings.',
1.6       bisitz   9285: 
                   9286:    'The following automated enrollment parameters have been changed:'
1.93      raeburn  9287: => 'The following automated enrollment parameters have been changed:', # n.t.
1.6       bisitz   9288: 
                   9289:    'now set to'
1.93      raeburn  9290: => 'now set to', # n.t.
1.6       bisitz   9291: 
                   9292:    'still set to'
1.93      raeburn  9293: => 'still set to', # n.t.
1.6       bisitz   9294: 
                   9295:    'The following automated enrollment parameters remain unchanged:'
1.93      raeburn  9296: => 'The following automated enrollment parameters remain unchanged:', # n.t.
1.6       bisitz   9297: 
                   9298:    'Change settings'
1.93      raeburn  9299: => 'Change settings',
1.6       bisitz   9300: 
                   9301:    "Student's agreement needed for listing in student-viewable roster"
1.93      raeburn  9302: => "Student's agreement needed for listing in student-viewable roster",
1.6       bisitz   9303: 
                   9304:    'Include link to accessible portfolio files'
1.93      raeburn  9305: => 'Include link to accessible portfolio files',
1.6       bisitz   9306: 
                   9307:    'Print header format'
1.93      raeburn  9308: => 'Print header format',
1.6       bisitz   9309: 
                   9310:    'Substitutions:<br />[_1]: student name, [_2]: course id, [_3]: assignment note. Numbers after the <tt>%</tt> limit the field size.'
1.93      raeburn  9311: => 'Substitutions:<br />[_1]: student name, [_2]: course id, [_3]: assignment note. Numbers after the <tt>%</tt> limit the field size.',
1.6       bisitz   9312: 
                   9313:    'Force all students in the course to use a specific math rendering engine.'
1.93      raeburn  9314: => 'Force all students in the course to use a specific math rendering engine.',
1.6       bisitz   9315: 
                   9316:    "[_1], [_2] (Convert to Images), [_3] (TeX to HTML), or blank for student's preference"
1.98      bisitz   9317: => "[_1], [_2] (Convert to Images), [_3] (TeX to HTML), or blank for student's preference",
1.6       bisitz   9318: 
                   9319:    'Bridge Task Grading'
1.93      raeburn  9320: => 'Bridge Task Grading',
1.6       bisitz   9321: 
                   9322:    'Classlist Manager'
1.93      raeburn  9323: => 'Classlist Manager', # !?!
1.6       bisitz   9324: 
                   9325:    'Note for students:'
1.70      zhu      9326: => '注意事项:',
1.6       bisitz   9327: 
                   9328:    'If you are officially enrolled in a course but the course is not listed in your LON-CAPA courses, click the "Show more details" link for the specific course and check the default access dates and/or automated enrollment settings.'
1.93      raeburn  9329: => 'If you are officially enrolled in a course but the course is not listed in your LON-CAPA courses, click the "Show more details" link for the specific course and check the default access dates and/or automated enrollment settings.',
1.6       bisitz   9330: 
                   9331:    'Please [_1]log in again[_2].'
1.26      zhu      9332: => '请[_1]重新登录[_2].',
1.6       bisitz   9333: 
                   9334:    'Switching Server ...'
1.70      zhu      9335: => '更换服务器 ...',
1.6       bisitz   9336: 
                   9337:    'Already logged in'
1.70      zhu      9338: => '已经登录',
1.6       bisitz   9339: 
                   9340:    'Apply style file: '
1.93      raeburn  9341: => 'Apply style file: ',
1.6       bisitz   9342: 
                   9343:    'The problem '
1.70      zhu      9344: => '问题 ',
1.6       bisitz   9345: 
                   9346:    'Search criteria'
1.70      zhu      9347: => '搜索条件',
1.6       bisitz   9348: 
                   9349:    'begins with'
1.70      zhu      9350: => '始于',
1.6       bisitz   9351: 
                   9352:    'in selected LON-CAPA domain'
1.70      zhu      9353: => '在选定的 LON-CAPA-域 ',
1.6       bisitz   9354: 
                   9355:    'in institutional directory for selected domain'
1.70      zhu      9356: => '在选定的域中的研究所列表',
1.6       bisitz   9357: 
                   9358:    'No exact match found for the username ([_1]) in LON-CAPA domain: [_2]'
1.70      zhu      9359: => '没有找到完全匹配的用户名([_1] )在LON-CAPA-域:', # n.t.
1.6       bisitz   9360: 
                   9361:    'Creating new account.'
1.70      zhu      9362: => '创建新帐户。',
1.6       bisitz   9363: 
                   9364:    'Report a documentation bug'
1.70      zhu      9365: => '报告文件错误 (Englisch)',
1.6       bisitz   9366: 
                   9367:    'You must specify a valid username. Only the following are allowed: letters numbers - . @'
1.70      zhu      9368: => '您必须指定一个有效的用户名。只允许以下字符:字母,数字, "-", "." 和 "@"',
1.6       bisitz   9369: 
                   9370:    'The following need to be corrected before the search can be run:'
1.70      zhu      9371: => '在搜索可以开始之前,下面必须予以纠正:',
1.6       bisitz   9372: 
                   9373:    'You must include some text to search for.'
1.70      zhu      9374: => '您必须包括一些要搜寻的文字。',
1.6       bisitz   9375: 
                   9376:    "The text you are searching for must contain at least two characters when using a 'begins' type search."
1.70      zhu      9377: => "文本搜索必须包含至少有两个字符,当使用的是'开始'类型的搜索。",
1.6       bisitz   9378: 
                   9379:    "The text you are searching for must contain at least three characters when using a 'contains' type search."
1.70      zhu      9380: => "文字要搜索必须包含至少3个字符时,当使用的是'包含'式的搜索。",
1.6       bisitz   9381: 
                   9382:    'You must choose a domain when using an institutional directory search.'
1.70      zhu      9383: => '您必须选择一个域,当使用的是研究所目录搜索。',
1.6       bisitz   9384: 
                   9385:    'You must choose a domain when using a domain search.'
1.70      zhu      9386: => '您必须选择一个域,当使用域搜索。',
1.6       bisitz   9387: 
                   9388:    "When using searching by last,first you must include a comma as separator between last name and first name."
1.93      raeburn  9389: => "When using searching by last,first you must include a comma as separator between last name and first name.",
1.6       bisitz   9390: 
                   9391:    "When searching by last,first you must include at least one character in the first name."
1.93      raeburn  9392: => "When searching by last,first you must include at least one character in the first name.",
1.6       bisitz   9393: 
                   9394:    'Revoking [_1] in [_2]: [_3]'
1.93      raeburn  9395: => 'Revoking [_1] in [_2]: [_3]',
1.6       bisitz   9396: 
                   9397:    'Revoking custom role:'
1.93      raeburn  9398: => 'Revoking custom role:',
1.6       bisitz   9399: 
                   9400:    'Deleting [_1] in [_2]: [_3]'
1.93      raeburn  9401: => 'Deleting [_1] in [_2]: [_3]',
1.6       bisitz   9402: 
1.52      bisitz   9403:    'Deleting custom role [_1] by [_2] in [_3]'
1.93      raeburn  9404: => 'Deleting custom role [_1] by [_2] in [_3]',
1.6       bisitz   9405: 
                   9406:    'Add to classlist'
1.93      raeburn  9407: => 'Add to classlist',
1.6       bisitz   9408: 
                   9409:    'Re-enabling [_1] in [_2]: [_3]'
1.93      raeburn  9410: => 'Re-enabling [_1] in [_2]: [_3]',
1.6       bisitz   9411: 
1.52      bisitz   9412:    'Re-enabling custom role [_1] by [_2] in [_3]: [_4]'
1.93      raeburn  9413: => 'Re-enabling custom role [_1] by [_2] in [_3]: [_4]',
1.6       bisitz   9414: 
                   9415:    'Unknown command'
1.93      raeburn  9416: => 'Unknown command',
1.6       bisitz   9417: 
                   9418:    '[_1] may not be used as the name for a section, as it is a reserved word.'
1.98      bisitz   9419: => '[_1] may not be used as the name for a section, as it is a reserved word.',
1.6       bisitz   9420: 
                   9421:    '[_1] may not be used as the name for a section, as it is the name of a course group.'
1.98      bisitz   9422: => '[_1] may not be used as the name for a section, as it is the name of a course group.',
1.6       bisitz   9423: 
                   9424:    'Please [_1]go back[_2] and choose a different section name.'
1.93      raeburn  9425: => 'Please [_1]go back[_2] and choose a different section name.',
1.6       bisitz   9426: 
                   9427:    'Drop from classlist: [_1]'
1.93      raeburn  9428: => 'Drop from classlist: [_1]',
1.6       bisitz   9429: 
                   9430:    'Existing Role'
1.93      raeburn  9431: => 'Existing Role',
1.6       bisitz   9432: 
                   9433:    'Assigning Role to Self'
                   9434: => 'Assigning Role to Self', # ???
                   9435: 
                   9436:    'Invalid search.'
1.93      raeburn  9437: => 'Invalid search.',
1.6       bisitz   9438: 
                   9439:    'You must enter a search term.'
1.93      raeburn  9440: => 'You must enter a search term.',
1.6       bisitz   9441: 
                   9442:    'You must specify a valid domain when searching in a domain or institutional directory.'
1.93      raeburn  9443: => 'You must specify a valid domain when searching in a domain or institutional directory.',
1.6       bisitz   9444: 
                   9445:    'You may want to search in the LON-CAPA domain instead of the institutional directory.'
1.93      raeburn  9446: => 'You may want to search in the LON-CAPA domain instead of the institutional directory.',
1.6       bisitz   9447: 
                   9448:    'New users can only be created in the domain to which your current role belongs - [_1].'
1.93      raeburn  9449: => 'New users can only be created in the domain to which your current role belongs - [_1].',
1.6       bisitz   9450: 
                   9451:    'Institutional directory search is not available in domain: [_1]'
1.93      raeburn  9452: => 'Institutional directory search is not available in domain: [_1]',
1.6       bisitz   9453: 
                   9454:    'Institutional directory search in domain: [_1] is only allowed for users with a current role in the domain.'
1.93      raeburn  9455: => 'Institutional directory search in domain: [_1] is only allowed for users with a current role in the domain.',
1.6       bisitz   9456: 
                   9457:    'Institutional directory search in domain: [_1] is not available to your user type: '
1.93      raeburn  9458: => 'Institutional directory search in domain: [_1] is not available to your user type: ',
1.6       bisitz   9459: 
                   9460:    'Institutional directory search has not been configured for domain: [_1]'
1.93      raeburn  9461: => 'Institutional directory search has not been configured for domain: [_1]',
1.6       bisitz   9462: 
                   9463:    'Institutional directory search in domain: [_1] is not available for searching by "[_2]"'
1.93      raeburn  9464: => 'Institutional directory search in domain: [_1] is not available for searching by "[_2]"',
1.6       bisitz   9465: 
                   9466:    'Institutional directory search in domain: [_1] is not available.'
1.93      raeburn  9467: => 'Institutional directory search in domain: [_1] is not available.',
1.6       bisitz   9468: 
                   9469:    'Institutional directory search in domain [_1] is not available for the requested search type: "[_2]"'
1.93      raeburn  9470: => 'Institutional directory search in domain [_1] is not available for the requested search type: "[_2]"',
1.6       bisitz   9471: 
                   9472:    'You may want to broaden your search to a search of the institutional directory for the domain.'
1.93      raeburn  9473: => 'You may want to broaden your search to a search of the institutional directory for the domain.',
1.6       bisitz   9474: 
                   9475:    'You may want to broaden your search to the selected LON-CAPA domain.'
1.93      raeburn  9476: => 'You may want to broaden your search to the selected LON-CAPA domain.',
1.6       bisitz   9477: 
                   9478:    'Pick group first'
1.93      raeburn  9479: => 'Pick group first',
1.6       bisitz   9480: 
                   9481:    'No login name specified'
1.93      raeburn  9482: => 'No login name specified',
1.6       bisitz   9483: 
1.19      zhu      9484:    'Invalid login name'
1.93      raeburn  9485: => 'Invalid login name',
1.6       bisitz   9486: 
1.19      zhu      9487:    'Only letters, numbers, periods, dashes, @, and underscores are valid'
1.93      raeburn  9488: => 'Only letters, numbers, periods, dashes, @, and underscores are valid',
1.6       bisitz   9489: 
                   9490:    'For this user, the default quota would be [_1] Mb.'
1.93      raeburn  9491: => 'For this user, the default quota would be [_1] Mb.',
1.6       bisitz   9492: 
                   9493:    "For this user, the default quota would be [_1] Mb, as determined by the user's institutional affiliation ([_2])."
1.93      raeburn  9494: => "For this user, the default quota would be [_1] Mb, as determined by the user's institutional affiliation ([_2]).",
1.6       bisitz   9495: 
                   9496:    "For this user, the default quota of [_1] Mb, is determined by the user's institutional affiliation ([_2])."
1.93      raeburn  9497: => "For this user, the default quota of [_1] Mb, is determined by the user's institutional affiliation ([_2]).",
1.6       bisitz   9498: 
                   9499:    'in all LON-CAPA domains.'
1.93      raeburn  9500: => 'in all LON-CAPA domains.',
1.6       bisitz   9501: 
                   9502:    'in LON-CAPA domains:'
1.93      raeburn  9503: => 'in LON-CAPA domains:',
1.6       bisitz   9504: 
                   9505:    'in LON-CAPA domain '
1.31      bisitz   9506: => '在LON-CAPA域 ',
1.6       bisitz   9507: 
                   9508:    'Course settings modifiable by [_1] only.'
1.93      raeburn  9509: => 'Course settings modifiable by [_1] only.',
1.6       bisitz   9510: 
                   9511:    'Course Owner'
1.93      raeburn  9512: => 'Course Owner',
1.6       bisitz   9513: 
                   9514:    'Username:Domain'
1.26      zhu      9515: => '用户名:域',
1.6       bisitz   9516: 
                   9517:    'Course Activity'
1.93      raeburn  9518: => 'Course Activity',
1.6       bisitz   9519: 
                   9520:    'Course Domain'
1.93      raeburn  9521: => 'Course Domain',
1.6       bisitz   9522: 
                   9523:    'Course Institutional Code'
1.93      raeburn  9524: => 'Course Institutional Code',
1.6       bisitz   9525: 
                   9526:    "Course Owner's Username"
1.93      raeburn  9527: => "Course Owner's Username",
1.6       bisitz   9528: 
                   9529:    "Course Owner's Domain"
1.93      raeburn  9530: => "Course Owner's Domain",
1.6       bisitz   9531: 
                   9532:    'Course Type'
1.93      raeburn  9533: => 'Course Type',
1.6       bisitz   9534: 
                   9535:    'LON-CAPA course ID'
1.93      raeburn  9536: => 'LON-CAPA course ID',
1.6       bisitz   9537: 
                   9538:    'None found'
1.93      raeburn  9539: => 'None found',
1.6       bisitz   9540: 
                   9541:    'Course settings which only a [_1] may modify.'
1.93      raeburn  9542: => 'Course settings which only a [_1] may modify.',
1.6       bisitz   9543: 
                   9544:    "Click a 'Select' button to view or modify settings for a [_1] which may only be modified by a [_2] in this domain."
1.93      raeburn  9545: => "Click a 'Select' button to view or modify settings for a [_1] which may only be modified by a [_2] in this domain.",
1.6       bisitz   9546: 
                   9547:    'Single user search'
1.93      raeburn  9548: => 'Single user search',
1.6       bisitz   9549: 
                   9550:    'Set enrollment'
1.93      raeburn  9551: => 'Set enrollment',
1.6       bisitz   9552: 
                   9553:    'Please review the information in "Log-in help" and the "Getting started" guide if you are unable to log-in.'
1.93      raeburn  9554: => 'Please review the information in "Log-in help" and the "Getting started" guide if you are unable to log-in.',
1.6       bisitz   9555: 
                   9556:    'Please review the information in "Log-in help" if you are unable to log-in.'
1.93      raeburn  9557: => 'Please review the information in "Log-in help" if you are unable to log-in.',
1.6       bisitz   9558: 
                   9559:    'If your problem is still unresolved, the form below can be used to send a question to the LON-CAPA helpdesk.'
1.93      raeburn  9560: => 'If your problem is still unresolved, the form below can be used to send a question to the LON-CAPA helpdesk.',
1.6       bisitz   9561: 
                   9562:    'Getting started guide'
1.93      raeburn  9563: => 'Getting started guide',
1.6       bisitz   9564: 
                   9565:    '[_1] [_2] [_3] [_4] [_5]m [_6]s ' # "mm dd yyyy hh mi ss" (1:month, 2:day, 3:year, 4:hour, 5:minute, 6:second)
1.101     bisitz   9566: => '[_1] [_2] [_3] [_4] [_5]m [_6]s ', # => '[_2]. [_1] [_3], [_4]:[_5]:[_6] ', # "dd. mm yyyy, hh:mi:ss" (German date format)
1.6       bisitz   9567: 
                   9568:    '[_1]Select Date[_2]'
1.13      zhu      9569: => '[_1]请选择日期[_2]',
1.6       bisitz   9570: 
                   9571:    '[_1]: students can view all sections. [_2]: students can only view their own section. blank or [_3] prevents student view.'
1.98      bisitz   9572: => '[_1]: students can view all sections. [_2]: students can only view their own section. blank or [_3] prevents student view.',
1.6       bisitz   9573: 
                   9574:    '[_1] to require students to opt-in to listing in the roster (on the roster page).'
1.98      bisitz   9575: => '[_1] to require students to opt-in to listing in the roster (on the roster page).',
1.6       bisitz   9576: 
                   9577:    "[_1] for link to each a listing of each student's files."
1.99      raeburn  9578: => "[_1] for link to each a listing of each student's files.",
1.6       bisitz   9579: 
                   9580:    '[_1]: student, [_2]: TA, [_3]: instructor'
1.26      zhu      9581: => '[_1]: 学生, [_2]: 导师, [_3]: 讲师',
1.6       bisitz   9582: 
                   9583:    'role:section,role:section,...'
1.93      raeburn  9584: => 'role:section,role:section,...',
1.6       bisitz   9585: 
                   9586:    'Example: "<tt>st:001,st:002,in,cc</tt>" would permit students in sections 001 and 002 and instructors in any section, and course coordinators to edit their own posts.'
1.93      raeburn  9587: => 'Example: "<tt>st:001,st:002,in,cc</tt>" would permit students in sections 001 and 002 and instructors in any section, and course coordinators to edit their own posts.',
1.6       bisitz   9588: 
                   9589:    'supported types'
1.93      raeburn  9590: => 'supported types',
1.6       bisitz   9591: 
                   9592:    '[_1] to send a message only to student, [_2] to send message to student and add record to user information page for instructors. Leave blank to disable.'
1.98      bisitz   9593: => '[_1] to send a message only to student, [_2] to send message to student and add record to user information page for instructors. Leave blank to disable.',
1.6       bisitz   9594: 
                   9595:    'Instructors and TAs in sections, when grading bridge tasks, should be allowed to grade other sections.'
1.93      raeburn  9596: => 'Instructors and TAs in sections, when grading bridge tasks, should be allowed to grade other sections.',
1.6       bisitz   9597: 
                   9598:    '[_1]: they are allowed (this is the default). [_2]: no, they can only grade their own section.'
1.101     bisitz   9599: => '[_1]: they are allowed (this is the default). [_2]: no, they can only grade their own section.',
1.6       bisitz   9600: 
                   9601:    'Calendar Announcement for '
1.93      raeburn  9602: => 'Calendar Announcement for ',
1.6       bisitz   9603: 
                   9604:    'Opening'
1.93      raeburn  9605: => 'Opening',
1.6       bisitz   9606: 
                   9607:    'Closing'
1.93      raeburn  9608: => 'Closing',
1.6       bisitz   9609: 
                   9610:    'To add a new user:'
1.93      raeburn  9611: => 'To add a new user:',
1.6       bisitz   9612: 
                   9613:    "(You can only create new users in your current role's domain - [_1])"
1.98      bisitz   9614: => "(You can only create new users in your current role's domain - [_1])",
1.6       bisitz   9615: 
                   9616:    "You are not authorized to create new users in your current role's domain - [_1]."
1.93      raeburn  9617: => "You are not authorized to create new users in your current role's domain - [_1].",
1.6       bisitz   9618: 
                   9619:    "Set 'Domain/institution to search' to: [_1]"
1.93      raeburn  9620: => "Set 'Domain/institution to search' to: [_1]",
1.6       bisitz   9621: 
                   9622:    "Set 'Search criteria' to: [_1]username is ..... in selected LON-CAPA domain[_2]"
1.93      raeburn  9623: => "Set 'Search criteria' to: [_1]username is ..... in selected LON-CAPA domain[_2]",
1.6       bisitz   9624: 
                   9625:    'Provide the proposed username'
1.93      raeburn  9626: => 'Provide the proposed username',
1.6       bisitz   9627: 
                   9628:    'Select a user to add/modify roles'
1.93      raeburn  9629: => 'Select a user to add/modify roles',
1.6       bisitz   9630: 
                   9631:    "Click 'Search'"
1.93      raeburn  9632: => "Click 'Search'",
1.6       bisitz   9633: 
                   9634:    'User Search to add/modify roles'
1.93      raeburn  9635: => 'User Search to add/modify roles',
1.6       bisitz   9636: 
                   9637: 
                   9638: # Feedback messages:
                   9639: 
                   9640:    'You have entered that answer before'
1.18      zhu      9641: => '您已经输入了答案',
1.6       bisitz   9642: 
                   9643:    "Computer's answer now shown above."
1.18      zhu      9644: => "上面显示的是正确答案。",
1.6       bisitz   9645: 
                   9646:    'You are correct.'
1.18      zhu      9647: => '正确答案!',
1.6       bisitz   9648: 
                   9649:    'You are partially correct.'
1.18      zhu      9650: => '部分正确。',
1.6       bisitz   9651: 
                   9652:    'Incorrect'
1.18      zhu      9653: => '错误',
1.6       bisitz   9654: 
1.22      zhu      9655:    'Your receipt no. is [_1]'
                   9656: => '您的证明编号是 [_1]',
1.6       bisitz   9657: 
                   9658:    'You are excused from the problem.'
1.18      zhu      9659: => '你的作业已通过。',
1.6       bisitz   9660: 
                   9661:    'Some extra items were submitted.'
1.93      raeburn  9662: => 'Some extra items were submitted.',
1.6       bisitz   9663: 
                   9664:    'Some items were not submitted.'
1.93      raeburn  9665: => 'Some items were not submitted.',
1.6       bisitz   9666: 
                   9667:    'An error occurred while grading your answer.'
1.93      raeburn  9668: => 'An error occurred while grading your answer.',
1.6       bisitz   9669: 
                   9670:    'The submitted answer was too long.'
1.93      raeburn  9671: => 'The submitted answer was too long.',
1.6       bisitz   9672: 
                   9673:    'This question expects a numeric answer.'
1.93      raeburn  9674: => 'This question expects a numeric answer.',
1.6       bisitz   9675: 
                   9676:    'You have provided an invalid ranking.'
1.93      raeburn  9677: => 'You have provided an invalid ranking.',
1.6       bisitz   9678: 
                   9679:    'Please refer to [_1]'
1.93      raeburn  9680: => 'Please refer to [_1]',
1.6       bisitz   9681: 
                   9682:    'help on ranking problems'
1.93      raeburn  9683: => 'help on ranking problems',
1.6       bisitz   9684: 
                   9685:    "Submission won't be graded. The type of file submitted is not allowed."
1.93      raeburn  9686: => "Submission won't be graded. The type of file submitted is not allowed.",
1.6       bisitz   9687: 
                   9688:    'Submission not graded. Use fewer digits.'
1.93      raeburn  9689: => 'Submission not graded. Use fewer digits.',
1.6       bisitz   9690: 
                   9691:    'Submission not graded. Use more digits.'
1.93      raeburn  9692: => 'Submission not graded. Use more digits.',
1.6       bisitz   9693: 
                   9694:    'Error in instructor specifed unit. This error has been reported to the instructor.'
1.93      raeburn  9695: => 'Error in instructor specifed unit. This error has been reported to the instructor.',
1.6       bisitz   9696: 
                   9697:    'Unable to interpret units. Computer reads units as "[_1]".'
1.93      raeburn  9698: => 'Unable to interpret units. Computer reads units as "[_1]".',
1.6       bisitz   9699: 
                   9700:    'Incompatible units. No conversion found between "[_1]" and the required units.'
1.93      raeburn  9701: => 'Incompatible units. No conversion found between "[_1]" and the required units.',
1.6       bisitz   9702: 
                   9703:    'Only a number required. Computer reads units of "[_1]".'
1.93      raeburn  9704: => 'Only a number required. Computer reads units of "[_1]".',
1.6       bisitz   9705: 
                   9706:    'Proper comma separation is required'
1.93      raeburn  9707: => 'Proper comma separation is required',
1.6       bisitz   9708: 
                   9709:    'Unable to understand formula'
1.93      raeburn  9710: => 'Unable to understand formula',
1.6       bisitz   9711: 
                   9712:    'Your submission has been recorded.'
1.93      raeburn  9713: => 'Your submission has been recorded.',
1.6       bisitz   9714: 
                   9715:    'A draft copy has been saved.'
1.93      raeburn  9716: => 'A draft copy has been saved.',
1.6       bisitz   9717: 
                   9718:    'Nothing submitted.'
1.93      raeburn  9719: => 'Nothing submitted.',
1.6       bisitz   9720: 
                   9721:    'Unknown message'
1.93      raeburn  9722: => 'Unknown message',
1.6       bisitz   9723: 
                   9724:    'Returned file(s): [_1]'
1.93      raeburn  9725: => 'Returned file(s): [_1]',
1.6       bisitz   9726: 
                   9727:    'Answer Submitted: Your final submission will be graded after the due date.'
1.93      raeburn  9728: => 'Answer Submitted: Your final submission will be graded after the due date.',
1.6       bisitz   9729: 
                   9730: # --/
                   9731: 
                   9732: 
                   9733:    ' The last submission was after the Due Date '
1.98      bisitz   9734: => ' The last submission was after the Due Date ',
1.6       bisitz   9735: 
                   9736:    'Submit a file: (only one file can be uploaded)'
1.13      zhu      9737: => '提交档案: (只允许上传一个文件)',
1.6       bisitz   9738: 
                   9739:    'OR:'
1.13      zhu      9740: => '或者:',
1.6       bisitz   9741: 
                   9742:    'Select Portfolio Files'
1.13      zhu      9743: => '选择组合文件',
1.6       bisitz   9744: 
                   9745:    'Portfolio files previously selected: [_1]'
1.93      raeburn  9746: => 'Portfolio files previously selected: [_1]',
1.6       bisitz   9747: 
                   9748:    "These file(s) don't exist: [_1]"
1.93      raeburn  9749: => "These file(s) don't exist: [_1]",
1.6       bisitz   9750: 
                   9751:    'Previously published version'
1.93      raeburn  9752: => 'Previously published version',
1.6       bisitz   9753: 
                   9754:    'You do not have privileges to modify the authentication configuration for this user.'
1.93      raeburn  9755: => 'You do not have privileges to modify the authentication configuration for this user.',
1.6       bisitz   9756: 
                   9757:    'You do not have privileges to modify the portfolio quota for this user.'
1.93      raeburn  9758: => 'You do not have privileges to modify the portfolio quota for this user.',
1.6       bisitz   9759: 
                   9760:    'If a change is required, contact a domain coordinator for the domain'
1.93      raeburn  9761: => 'If a change is required, contact a domain coordinator for the domain',
1.6       bisitz   9762: 
                   9763:    'with submissions'
1.27      zhu      9764: => '带答案',
1.6       bisitz   9765: 
                   9766:    'in grading queue'
1.27      zhu      9767: => '在评估队列中',
1.6       bisitz   9768: 
                   9769:    'with ungraded submissions'
1.27      zhu      9770: => '未评估的答案',
1.6       bisitz   9771: 
                   9772:    'with incorrect submissions'
1.27      zhu      9773: => '错误的答案',
1.6       bisitz   9774: 
                   9775:    'with any status'
1.27      zhu      9776: => '任何状态',
1.6       bisitz   9777: 
                   9778:    'Default value or none'
1.27      zhu      9779: => '默认值或无',
1.6       bisitz   9780: 
                   9781:    'Floating Point between 1 and 0'
1.27      zhu      9782: => '浮点运算的1和0',
1.6       bisitz   9783: 
                   9784:    'Floating point number between zero and one'
1.93      raeburn  9785: => 'Floating point number between zero and one',
1.6       bisitz   9786: 
                   9787:    'Positive Floating Point'
1.93      raeburn  9788: => 'Positive Floating Point',
1.6       bisitz   9789: 
                   9790:    'Positive floating point number or zero'
1.93      raeburn  9791: => 'Positive floating point number or zero',
1.6       bisitz   9792: 
                   9793:    'Floating Point'
1.93      raeburn  9794: => 'Floating Point',
1.6       bisitz   9795: 
                   9796:    'Floating point number'
1.93      raeburn  9797: => 'Floating point number',
1.6       bisitz   9798: 
                   9799:    'Auto-enrollment settings'
1.93      raeburn  9800: => 'Auto-enrollment settings',
1.6       bisitz   9801: 
                   9802:    'Configuration setting'
1.63      zhu      9803: => '配置设置', # n.t.
1.6       bisitz   9804: 
                   9805:    'Value(s)'
1.93      raeburn  9806: => 'Value(s)', # n.t.
1.6       bisitz   9807: 
                   9808:    'Auto-enrollment active?'
1.93      raeburn  9809: => 'Auto-enrollment active?',
1.6       bisitz   9810: 
                   9811:    'Access to other pages will be prevented until you have moved the message to your inbox.'
1.63      zhu      9812: => '只有把该邮件移至收件箱才可以访问其他网页。',
1.6       bisitz   9813: 
                   9814:    'Access to other pages will be prevented until you have moved all critical messages to your inbox.'
1.63      zhu      9815: => '只有把所有的重要邮件移至收件箱才可以访问其他网页。',
1.6       bisitz   9816: 
                   9817:    'Move to Inbox'
1.63      zhu      9818: => '移至收件箱',
1.6       bisitz   9819: 
                   9820:    'Move to Inbox/Compose reply'
1.63      zhu      9821: => '移至收件箱并回复',
1.6       bisitz   9822: 
                   9823:    'Confirm Receipt'
1.63      zhu      9824: => '确认已收到',
1.6       bisitz   9825: 
                   9826:    'Confirm Receipt and Reply'
1.63      zhu      9827: => '确认已收到并回复',
1.6       bisitz   9828: 
                   9829:    'Displaying Critical Messages'
1.63      zhu      9830: => '显示重要邮件',
1.6       bisitz   9831: 
                   9832:    'Confirming Receipt'
1.63      zhu      9833: => '确认已收到',
1.6       bisitz   9834: 
                   9835:    'Confirmed Receipt'
1.63      zhu      9836: => '确认已收到',
1.6       bisitz   9837: 
                   9838:    'Communicate'
                   9839: => '通讯',
                   9840: 
                   9841:    'Replying to a Critical Message'
1.63      zhu      9842: => '针对重要邮件',
1.6       bisitz   9843: 
                   9844:    'Answer Available'
1.70      zhu      9845: => '答复可用',
1.6       bisitz   9846: 
                   9847:    ' to '
1.70      zhu      9848: => ' 到 ', # ???
1.6       bisitz   9849: 
                   9850:    'Event from [_1] to [_2]'
1.63      zhu      9851: => '活动由 [_1] 至 [_2]',
1.6       bisitz   9852: 
                   9853:    '[_1]: [_2] from domain [_3]'
1.70      zhu      9854: => '[_1]: [_2] 从域 [_3]',
1.6       bisitz   9855: 
                   9856:    'The following problems occurred:'
1.70      zhu      9857: => '发生下列问题:',
1.6       bisitz   9858: 
                   9859:    'Could not initialize [_1] at this time.'
1.70      zhu      9860: => '目前无法初始化[_1]。',
1.6       bisitz   9861: 
                   9862:    'Please try again.'
1.63      zhu      9863: => '请再试一次。',
1.6       bisitz   9864: 
                   9865:    'Please try again'
1.63      zhu      9866: => '请再试一次',
1.6       bisitz   9867: 
                   9868:    'in this course'
1.70      zhu      9869: => '在该课程中',
1.6       bisitz   9870: 
                   9871:    'Remove Checked Entries'
1.22      zhu      9872: => '删除选中的条目',
1.6       bisitz   9873: 
                   9874:    'Modify Student Data'
1.22      zhu      9875: => '修改学生资料',
1.6       bisitz   9876: 
                   9877:    'First name'
1.70      zhu      9878: => '名字',
1.6       bisitz   9879: 
                   9880:    'Middle name'
1.22      zhu      9881: => '第二个名字',
1.6       bisitz   9882: 
                   9883:    'Last name'
1.70      zhu      9884: => '姓氏',
1.6       bisitz   9885: 
                   9886:    'ID'
1.93      raeburn  9887: => 'ID/学号',,
1.6       bisitz   9888: 
                   9889:    'Sending critical message'
1.22      zhu      9890: => '发送重要消息',
1.6       bisitz   9891: 
                   9892:    'Replying to'
1.10      zhu      9893: => '回复',
1.6       bisitz   9894: 
1.86      bisitz   9895:    'All messages:'
1.93      raeburn  9896: => 'All messages:',
1.86      bisitz   9897: 
                   9898:    'Unread messages:'
1.93      raeburn  9899: => 'Unread messages:',
1.86      bisitz   9900: 
                   9901:    'Read messages:'
1.93      raeburn  9902: => 'Read messages:',
1.86      bisitz   9903: 
                   9904:    'Replied to messages:'
1.93      raeburn  9905: => 'Replied to messages:',
1.86      bisitz   9906: 
                   9907:    'Forwarded messages:'
1.93      raeburn  9908: => 'Forwarded messages:',
1.86      bisitz   9909: 
                   9910:    'showing messages [_1] through [_2] of [_3].'
                   9911: => '显示消息[_1]通过[_2]的[_3] 。',
1.6       bisitz   9912: 
                   9913:    'Broadcast Message'
1.22      zhu      9914: => '广播消息',
1.6       bisitz   9915: 
1.68      bisitz   9916:    'randomly pick [quant,_1,resource]'
1.101     bisitz   9917: => 'randomly pick [quant,_1,resource]', # => '随机挑选 [quant,_1,resource,resource]',
1.68      bisitz   9918: 
1.6       bisitz   9919:    'contents hidden'
1.22      zhu      9920: => '隐藏的内容',
1.6       bisitz   9921: 
1.68      bisitz   9922:    'URLs hidden'
1.70      zhu      9923: => '隐藏 URLs',
1.68      bisitz   9924: 
                   9925:    'random order'
1.70      zhu      9926: => '随机顺序',
1.68      bisitz   9927: 
1.6       bisitz   9928:    'Resources in course with version changes since yesterday'
1.63      zhu      9929: => '课程中的资源,从昨天起版本的变化',
1.6       bisitz   9930: 
                   9931:    'Version changes since Yesterday'
1.63      zhu      9932: => '从昨天起版本的变化',
1.6       bisitz   9933: 
                   9934:    'Resources in course with version changes since last week'
1.63      zhu      9935: => '课程中的资源,从上周起版本的变化',
1.6       bisitz   9936: 
                   9937:    'Version changes since last Week'
1.63      zhu      9938: => '从上周起版本的变化',
1.6       bisitz   9939: 
                   9940:    'Resources in course with version changes since last month'
1.63      zhu      9941: => '课程中的资源,从上个月起版本的变化',
1.6       bisitz   9942: 
                   9943:    'Version changes since last Month'
1.63      zhu      9944: => '从上个月起版本的变化',
1.6       bisitz   9945: 
                   9946:    'Resources in course with version changes seit start of course'
1.63      zhu      9947: => '课程中的资源,从课程开始起版本的变化',
1.6       bisitz   9948: 
                   9949:    'Version changes since start of Course'
1.63      zhu      9950: => '从课程开始起版本的变化',
1.6       bisitz   9951: 
                   9952:    'No version changes since yesterday'
1.63      zhu      9953: => '从昨天起版本没有变化',
1.6       bisitz   9954: 
                   9955:    'No version changes since last week'
1.63      zhu      9956: => '从上周起版本没有变化',
1.6       bisitz   9957: 
                   9958:    'No version changes since last month'
1.63      zhu      9959: => '从上个月起版本没有变化',
1.6       bisitz   9960: 
                   9961:    'No version changes since start of course'
1.63      zhu      9962: => '从课程开始起版本没有变化',
1.6       bisitz   9963: 
                   9964:    'version changes since yesterday'
1.63      zhu      9965: => '从昨天起版本的变化',
1.6       bisitz   9966: 
                   9967:    'version changes since last week'
1.63      zhu      9968: => '从上周起版本的变化',
1.6       bisitz   9969: 
                   9970:    'version changes since last month'
1.63      zhu      9971: => '从上个月起版本的变化',
1.6       bisitz   9972: 
                   9973:    'version changes since start of course'
1.63      zhu      9974: => '从课程开始起版本的变化',
1.6       bisitz   9975: 
                   9976:    'Roles for which access to course has expired since yesterday'
1.63      zhu      9977: => '从昨天起该课程过期的角色',
1.6       bisitz   9978: 
                   9979:    'Roles for which access to course has expired since last week'
1.63      zhu      9980: => '从上周起该课程过期的角色',
1.6       bisitz   9981: 
                   9982:    'Roles for which access to course has expired since last month'
1.63      zhu      9983: => '从上个月起该课程过期的角色',
1.6       bisitz   9984: 
                   9985:    'Roles for which access to course has expired since start of course'
1.63      zhu      9986: => '从课程开始起过期的角色',
1.6       bisitz   9987: 
                   9988:    'There are no roles which expired since yesterday'
1.63      zhu      9989: => '没有角色从昨天起过期了',
1.6       bisitz   9990: 
                   9991:    'There are no roles which expired since last week'
1.63      zhu      9992: => '没有角色从上周起过期了',
1.6       bisitz   9993: 
                   9994:    'There are no roles which expired since last month'
1.63      zhu      9995: => '没有角色从上个月起过期了',
1.6       bisitz   9996: 
                   9997:    'There are no roles which expired since start of course'
1.63      zhu      9998: => '没有角色从课程开始起过期了',
1.6       bisitz   9999: 
                   10000:    'roles which expired since yesterday'
1.63      zhu      10001: => '从昨天起该课程过期的角色',
1.6       bisitz   10002: 
                   10003:    'roles which expired since last week'
1.63      zhu      10004: => '从上周起该课程过期的角色',
1.6       bisitz   10005: 
                   10006:    'roles which expired since last month'
1.63      zhu      10007: => '从上个月起该课程过期的角色',
1.6       bisitz   10008: 
                   10009:    'roles which expired since start of course'
1.63      zhu      10010: => '从课程开始起过期的角色',
1.6       bisitz   10011: 
                   10012:    'Roles for which access to course has become available since yesterday'
1.63      zhu      10013: => '从昨天起分配给该课程的角色',
1.6       bisitz   10014: 
                   10015:    'Roles for which access to course has become available since last week'
1.63      zhu      10016: => '从上周起分配给该课程的角色',
1.6       bisitz   10017: 
                   10018:    'Roles for which access to course has become available since last month'
1.63      zhu      10019: => '从上个月起分配给该课程的角色',
1.6       bisitz   10020: 
                   10021:    'Roles for which access to course has become available since start of course'
1.63      zhu      10022: => '从课程开始起分配给该课程的角色',
1.6       bisitz   10023: 
                   10024:    'There are no roles which have become active since yesterday'
1.63      zhu      10025: => '从昨天起没有角色分配给该课程',
1.6       bisitz   10026: 
                   10027:    'There are no roles which have become active since last week'
1.63      zhu      10028: => '从上周起没有角色分配给该课程',
1.6       bisitz   10029: 
                   10030:    'There are no roles which have become active since last month'
1.63      zhu      10031: => '从上个月起没有角色分配给该课程',
1.6       bisitz   10032: 
                   10033:    'There are no roles which have become active since start of course'
1.63      zhu      10034: => '从课程开始起没有角色分配给该课程',
1.6       bisitz   10035: 
                   10036:    'roles which have become active since yesterday'
1.63      zhu      10037: => '从昨天起分配给该课程的角色',
1.6       bisitz   10038: 
                   10039:    'roles which have become active since last week'
1.63      zhu      10040: => '从上周起分配给该课程的角色',
1.6       bisitz   10041: 
                   10042:    'roles which have become active since last month'
1.63      zhu      10043: => '从上个月起分配给该课程的角色',
1.6       bisitz   10044: 
                   10045:    'roles which have become active since start of course'
1.63      zhu      10046: => '从课程开始起分配给该课程的角色',
1.6       bisitz   10047: 
                   10048:    'Show all posts'
1.27      zhu      10049: => '查看所有帖子',
1.6       bisitz   10050: 
                   10051:    'to display'
1.27      zhu      10052: => '显示', # ???
1.6       bisitz   10053: 
                   10054:    'posts previously marked read'
1.27      zhu      10055: => '帖子先前标记为已读',
1.6       bisitz   10056: 
                   10057:    'previously viewed posts'
1.27      zhu      10058: => '先前浏览的帖子',
1.6       bisitz   10059: 
                   10060:    'NEW'
1.18      zhu      10061: => '新的',
1.6       bisitz   10062: 
                   10063:    'Preferences on what is marked as NEW'
1.22      zhu      10064: => '偏好,什么将被标记为新',
1.6       bisitz   10065: 
                   10066:    'Mark NEW posts no longer new'
1.22      zhu      10067: => '随着新的帖子将不再标记为新',
1.6       bisitz   10068: 
                   10069:    'Sorting/Filtering options'
1.12      zhu      10070: => '排序/过滤选项',
1.6       bisitz   10071: 
                   10072:    'Export'
1.12      zhu      10073: => '导出',
1.6       bisitz   10074: 
                   10075:    'Attachments'
1.12      zhu      10076: => '附件',
1.6       bisitz   10077: 
                   10078:    'Download the zip file from [_1]Discussion Posting Archive'
1.12      zhu      10079: => '下载zip档案由[_1]讨论发布档案',
1.6       bisitz   10080: 
                   10081:    'The following errors occurred during export - [_1]'
1.93      raeburn  10082: => 'The following errors occurred during export - [_1]',
1.6       bisitz   10083: 
                   10084:    'Unfortunately you will not be able to retrieve an archive of the discussion posts at this time, because there was a problem creating a manifest file.'
1.93      raeburn  10085: => 'Unfortunately you will not be able to retrieve an archive of the discussion posts at this time, because there was a problem creating a manifest file.',
1.6       bisitz   10086: 
                   10087:    'Unfortunately you will not be able to retrieve an IMS archive of this posts at this time, because there was a problem creating a manifest file.'
1.93      raeburn  10088: => 'Unfortunately you will not be able to retrieve an IMS archive of this posts at this time, because there was a problem creating a manifest file.',
1.6       bisitz   10089: 
                   10090:    'Make Visible'
                   10091: => '显示',
                   10092: 
                   10093:    'Mark unread'
1.93      raeburn  10094: => 'Mark unread',
1.6       bisitz   10095: 
                   10096:    'Mark read'
1.93      raeburn  10097: => 'Mark read',
1.6       bisitz   10098: 
                   10099:    'This post has been edited by the author.'
1.93      raeburn  10100: => 'This post has been edited by the author.',
1.6       bisitz   10101: 
                   10102:    'Display all versions'
1.93      raeburn  10103: => 'Display all versions',
1.6       bisitz   10104: 
                   10105:    'Earlier version(s) were posted on: '
1.93      raeburn  10106: => 'Earlier version(s) were posted on: ',
1.6       bisitz   10107: 
                   10108:    'You do not have privileges to view all versions of posts.'
1.93      raeburn  10109: => 'You do not have privileges to view all versions of posts.',
1.6       bisitz   10110: 
                   10111:    'Please select a different role.'
1.93      raeburn  10112: => 'Please select a different role.',
1.6       bisitz   10113: 
                   10114:    'Error copying file attachment - [_1] to IMS package'
1.93      raeburn  10115: => 'Error copying file attachment - [_1] to IMS package',
1.6       bisitz   10116: 
                   10117:    'Error copying file attachment - [_1] to IMS package: '
1.93      raeburn  10118: => 'Error copying file attachment - [_1] to IMS package: ',
1.6       bisitz   10119: 
                   10120:    'Re: '
                   10121: => 'Re: ',
                   10122: 
                   10123:    'Please select a feedback type.'
1.93      raeburn  10124: => 'Please select a feedback type.',
1.6       bisitz   10125: 
1.89      bisitz   10126:    'Sorry, no feedback possible on this resource ...'
1.93      raeburn  10127: => 'Sorry, no feedback possible on this resource ...',
1.6       bisitz   10128: 
                   10129:    'Error sending message to [_1], no user specified.'
1.93      raeburn  10130: => 'Error sending message to [_1], no user specified.',
1.6       bisitz   10131: 
                   10132:    'Error sending message to [_1], no domain specified.'
1.93      raeburn  10133: => 'Error sending message to [_1], no domain specified.',
1.6       bisitz   10134: 
                   10135:    'Error sending message to'
1.93      raeburn  10136: => 'Error sending message to',
1.6       bisitz   10137: 
                   10138:    'Not registered'
1.22      zhu      10139: => '未注册', # ???
1.6       bisitz   10140: 
                   10141:    'Editing not permitted'
1.22      zhu      10142: => '不允许编辑',
1.6       bisitz   10143: 
                   10144:    'Marked postings read/unread'
1.22      zhu      10145: => '标记贴子为已读/未读',
1.6       bisitz   10146: 
                   10147:    'Changed sort/filter'
1.22      zhu      10148: => '改变排序/过滤器',
1.6       bisitz   10149: 
                   10150:    'Changed display status'
1.22      zhu      10151: => '改变显示状态',
1.6       bisitz   10152: 
                   10153:    'Deletion not permitted'
1.22      zhu      10154: => '不允许删除',
1.6       bisitz   10155: 
                   10156:    'Changed discussion status'
1.22      zhu      10157: => '讨论的状态已更改',
1.6       bisitz   10158: 
                   10159:    'Added to my course blog'
1.22      zhu      10160: => '添加到我的课程博客',
1.6       bisitz   10161: 
                   10162:    'Back to previous page'
1.18      zhu      10163: => '返回前一页',
1.6       bisitz   10164: 
                   10165:    'Go to previous page'
1.18      zhu      10166: => '返回前一页',
1.6       bisitz   10167: 
                   10168:    'Return to previous page'
1.18      zhu      10169: => '返回前一页',
1.6       bisitz   10170: 
                   10171:    'Untitled resource'
1.18      zhu      10172: => '资源没有标题',
1.6       bisitz   10173: 
                   10174:    'Discussion display options'
1.18      zhu      10175: => '讨论显示选项',
1.6       bisitz   10176: 
                   10177:    'Preferences can be set for this discussion that determine ....'
1.18      zhu      10178: => '这个讨论可以设置使用偏好',
1.6       bisitz   10179: 
                   10180:    'Which posts are displayed when you display this bulletin board or resource, and'
1.18      zhu      10181: => '哪些讨论将被显示在您的公告栏或资源里',
1.6       bisitz   10182: 
                   10183:    'Under what circumstances posts are identified as "NEW", and'
1.18      zhu      10184: => '在什么情况下讨论被确定为“新”',
1.6       bisitz   10185: 
                   10186:    'Whether individual posts can be marked as read/unread'
1.18      zhu      10187: => '个别帖子是否可以被标记为已读/未读',
1.6       bisitz   10188: 
                   10189:    'Posts not marked read'
1.18      zhu      10190: => '讨论没有标记为已读',
1.6       bisitz   10191: 
                   10192:    'New posts cease to be identified as "New"?'
1.18      zhu      10193: => '新的讨论不再被标识为“新”?',
1.6       bisitz   10194: 
                   10195:    'New posts cease to be identified as "NEW"?'
1.18      zhu      10196: => '新的讨论不再被标识为“新”?',
1.6       bisitz   10197: 
                   10198:    'Option to mark each post as read/unread?'
1.18      zhu      10199: => '选择帖子标记为已读/未读?',
1.6       bisitz   10200: 
                   10201:    'Shown'
1.10      zhu      10202: => '显示',
1.6       bisitz   10203: 
                   10204:    'Not shown'
1.10      zhu      10205: => '不显示',
1.6       bisitz   10206: 
                   10207:    'Discussion options'
1.10      zhu      10208: => '论坛选项',
1.6       bisitz   10209: 
                   10210:    'Set options that control the sort order of posts, and/or which posts are displayed.'
1.93      raeburn  10211: => 'Set options that control the sort order of posts, and/or which posts are displayed.',
1.6       bisitz   10212: 
                   10213:    'Sort order'
1.10      zhu      10214: => '排序顺序',
1.6       bisitz   10215: 
                   10216:    'Date order - oldest first'
1.10      zhu      10217: => '按日期顺序 - 最老的优先',
1.6       bisitz   10218: 
                   10219:    'Date order - newest first'
1.10      zhu      10220: => '按日期顺序 - 最新的优先',
1.6       bisitz   10221: 
                   10222:    'Threaded'
1.26      zhu      10223: => '按帖子', # ???
1.6       bisitz   10224: 
                   10225:    'By subject'
1.10      zhu      10226: => '按主题',
1.6       bisitz   10227: 
                   10228:    'By domain and username'
1.10      zhu      10229: => '按域名和用户名',
1.6       bisitz   10230: 
                   10231:    'By last name, first name'
1.10      zhu      10232: => '按姓氏,名字',
1.6       bisitz   10233: 
                   10234:    'Specific role status'
1.10      zhu      10235: => '具体角色的状态',
1.6       bisitz   10236: 
                   10237:    'Roles of any status'
1.10      zhu      10238: => '任意的角色',
1.6       bisitz   10239: 
                   10240:    'Only active roles'
1.10      zhu      10241: => '只有现在的角色',
1.6       bisitz   10242: 
                   10243:    'Only past roles'
1.10      zhu      10244: => '只有过去的角色',
1.6       bisitz   10245: 
                   10246:    'Only future roles'
1.10      zhu      10247: => '只有未来的角色',
1.6       bisitz   10248: 
                   10249:    'Specific user roles'
1.10      zhu      10250: => '特定的用户角色',
1.6       bisitz   10251: 
                   10252:    'All roles'
1.10      zhu      10253: => '所有角色',
1.6       bisitz   10254: 
                   10255:    'Students'
                   10256: => '学生',
                   10257: 
                   10258:    'Course Coordinators'
1.10      zhu      10259: => '课程协调员',
1.6       bisitz   10260: 
                   10261:    'Instructors'
                   10262: => '讲师',
                   10263: 
                   10264:    'TAs'
1.10      zhu      10265: => '辅导员',
1.6       bisitz   10266: 
                   10267:    'Exam proctors'
1.10      zhu      10268: => '监考老师',
1.6       bisitz   10269: 
                   10270:    'Custom role'
1.10      zhu      10271: => '自定义角色',
1.6       bisitz   10272: 
                   10273:    'Custom roles'
1.10      zhu      10274: => '自定义角色',
1.6       bisitz   10275: 
                   10276:    'Specific sections'
1.10      zhu      10277: => '具体章节',
1.6       bisitz   10278: 
                   10279:    'Specific groups'
1.10      zhu      10280: => '特定组',
1.6       bisitz   10281: 
                   10282:    'Pick specific users (by name)'
1.10      zhu      10283: => '选择特定的用户 (姓)',
1.6       bisitz   10284: 
                   10285:    'Show a list of current posters'
1.93      raeburn  10286: => 'Show a list of current posters',
1.6       bisitz   10287: 
                   10288:    'So far, no data has been returned for your request'
1.10      zhu      10289: => '到现在为止,您的查询没有返回任何数据。',
1.6       bisitz   10290: 
                   10291:    'Select a user'
1.10      zhu      10292: => '选择一个用户',
1.6       bisitz   10293: 
                   10294:    'An error occurred while processing this resource. The course personnel ([_1]) and the author have been notified.'
1.93      raeburn  10295: => 'An error occurred while processing this resource. The course personnel ([_1]) and the author have been notified.',
1.6       bisitz   10296: 
                   10297:    'photo'
1.10      zhu      10298: => '图片',
1.6       bisitz   10299: 
                   10300:    'Critical Message'
1.55      zhu      10301: => '重要邮件',
1.6       bisitz   10302: 
                   10303:    'Display a Message'
1.55      zhu      10304: => '显示邮件',
1.6       bisitz   10305: 
                   10306:    'Back to Folder Display'
1.10      zhu      10307: => '返回文件夹列表',
1.6       bisitz   10308: 
1.63      zhu      10309:    'Currently available actions (will open extra window):'
                   10310: => '目前可采取的行动 (在新窗口中打开):',
1.6       bisitz   10311: 
1.86      bisitz   10312:    'There are no unread messages in this folder.'
1.10      zhu      10313: => '在此文件夹中没有未阅读邮件。',
1.6       bisitz   10314: 
1.86      bisitz   10315:    'There are no read messages in this folder'
1.10      zhu      10316: => '在此文件夹中没有已阅读邮件。',
1.6       bisitz   10317: 
1.86      bisitz   10318:    'There are no forwarded messages in this folder.'
1.10      zhu      10319: => '在此文件夹中没有转发的邮件。',
1.6       bisitz   10320: 
                   10321:    'You have not replied to any messages in this folder.'
1.10      zhu      10322: => '在此文件夹中您没有需要回答的邮件。',
1.6       bisitz   10323: 
1.86      bisitz   10324:    'There are no messages in this folder.'
                   10325: => '空文件夹', # Empty Folder
1.6       bisitz   10326: 
                   10327:    'Cc:'
1.18      zhu      10328: => '抄送:',
1.6       bisitz   10329: 
                   10330:    'Bcc:'
1.18      zhu      10331: => '密送:',
1.6       bisitz   10332: 
1.12      zhu      10333:    'Bcc'
                   10334: => '密送',
                   10335: 
1.6       bisitz   10336:    'Retrieve discussion and message records'
1.26      zhu      10337: => '检索讨论和信息记录',
1.6       bisitz   10338: 
                   10339:    'New Record (record is visible to course faculty and staff)'
1.26      zhu      10340: => '新记录 (只有课程管理者和工作人员可见):',
1.6       bisitz   10341: 
                   10342:    'Post this Record'
1.12      zhu      10343: => '保存',
1.6       bisitz   10344: 
                   10345:    'Revise your search criteria for this domain'
1.93      raeburn  10346: => 'Revise your search criteria for this domain',
1.6       bisitz   10347: 
                   10348:    'Metadata Modified'
1.93      raeburn  10349: => 'Metadata Modified',
1.6       bisitz   10350: 
                   10351:    'Use of LON-CAPA requires Javascript to be enabled in your web browser.'
1.93      raeburn  10352: => 'Use of LON-CAPA requires Javascript to be enabled in your web browser.',
1.6       bisitz   10353: 
                   10354:    'As this is not the case, most functionality in the system will be unavailable.'
1.93      raeburn  10355: => 'As this is not the case, most functionality in the system will be unavailable.',
1.6       bisitz   10356: 
                   10357:    "You have requested to create file in directory [_1] which doesn't exist. The requested directory path has been removed from the requested file name."
1.93      raeburn  10358: => "You have requested to create file in directory [_1] which doesn't exist. The requested directory path has been removed from the requested file name.",
1.6       bisitz   10359: 
                   10360:    'Directory'
1.10      zhu      10361: => '目录',
1.6       bisitz   10362: 
                   10363:    'Only empty directories may be deleted.'
1.22      zhu      10364: => '只有空的目录可以被删除。',
1.6       bisitz   10365: 
                   10366:    'You must delete the contents of the directory first.'
1.22      zhu      10367: => '您必须首先删除目录中的内容。',
1.6       bisitz   10368: 
                   10369:    'Cannot delete non-obsolete published file'
1.93      raeburn  10370: => 'Cannot delete non-obsolete published file',
1.6       bisitz   10371: 
                   10372:    'Must not include'
1.93      raeburn  10373: => 'Must not include',
1.6       bisitz   10374: 
                   10375:    'Name of new file is the same as name of old file'
1.93      raeburn  10376: => 'Name of new file is the same as name of old file',
1.6       bisitz   10377: 
                   10378:    'no action taken'
1.93      raeburn  10379: => 'no action taken',
1.6       bisitz   10380: 
                   10381:    'copy metadata error'
1.93      raeburn  10382: => 'copy metadata error',
1.6       bisitz   10383: 
                   10384:    'No New filename specified'
1.93      raeburn  10385: => 'No New filename specified',
1.6       bisitz   10386: 
                   10387:    'Warning: a published problem of this name exists.'
1.93      raeburn  10388: => 'Warning: a published problem of this name exists.',
1.6       bisitz   10389: 
                   10390:    'Warning: a published library of this name exists.'
1.93      raeburn  10391: => 'Warning: a published library of this name exists.',
1.6       bisitz   10392: 
                   10393:    'Bad filename [_1].<br /> <tt>(name).(number).(extension)</tt> not allowed. <br /> Removing the <tt>.number.</tt> from requested filename.'
1.93      raeburn  10394: => 'Bad filename [_1].<br /> <tt>(name).(number).(extension)</tt> not allowed. <br /> Removing the <tt>.number.</tt> from requested filename.',
1.6       bisitz   10395: 
                   10396:    'Cannot change MIME type of a directory'
1.93      raeburn  10397: => 'Cannot change MIME type of a directory',
1.6       bisitz   10398: 
                   10399:    'Cannot rename or move non-obsolete published file'
1.93      raeburn  10400: => 'Cannot rename or move non-obsolete published file',
1.6       bisitz   10401: 
                   10402:    'Change discussion display'
1.93      raeburn  10403: => 'Change discussion display',
1.6       bisitz   10404: 
                   10405:    'Choose whether or not to display a count of the number of new posts for each resource or bulletin board which has unread posts.'
1.93      raeburn  10406: => 'Choose whether or not to display a count of the number of new posts for each resource or bulletin board which has unread posts.',
1.6       bisitz   10407: 
                   10408:    "This can increase the time taken to gather data for the '<i>What's New?</i>' page by a few seconds."
1.93      raeburn  10409: => "This can increase the time taken to gather data for the '<i>What's New?</i>' page by a few seconds.",
1.6       bisitz   10410: 
                   10411:    'Currently set to [_1].'
1.57      zhu      10412: => '当前设置为 [_1].',
1.6       bisitz   10413: 
                   10414:    'Change to [_1]'
1.57      zhu      10415: => '改变为 [_1]',
1.6       bisitz   10416: 
                   10417:    'No change'
1.12      zhu      10418: => '无变化',
1.6       bisitz   10419: 
                   10420:    'Count unread posts in discussions display set to [_1]'
1.57      zhu      10421: => '未读讨论计数显示设置为 [_1]',
1.6       bisitz   10422: 
                   10423:    'Groups Manager'
1.12      zhu      10424: => '组管理',
1.6       bisitz   10425: 
                   10426:    'Group access start and end dates'
1.12      zhu      10427: => '组访问开始和结束日期',
1.6       bisitz   10428: 
                   10429:    'None available'
1.12      zhu      10430: => '无可用',
1.6       bisitz   10431: 
                   10432:    'There are no active, future or previous group members to modify.'
1.93      raeburn  10433: => 'There are no active, future or previous group members to modify.',
1.6       bisitz   10434: 
                   10435:    'Members to delete or expire'
1.57      zhu      10436: => '成员身份到期或将被删除',
1.6       bisitz   10437: 
                   10438:    'To be deleted'
1.12      zhu      10439: => '将删除的',
1.6       bisitz   10440: 
                   10441:    'To be expired'
1.12      zhu      10442: => '期满',
1.6       bisitz   10443: 
                   10444:    'No members to be deleted or expired from the group.'
1.93      raeburn  10445: => 'No members to be deleted or expired from the group.',
1.6       bisitz   10446: 
                   10447:    'Files: [_1]'
1.18      zhu      10448: => '文件: [_1]',
1.6       bisitz   10449: 
                   10450:    'Folders: [_1]'
1.18      zhu      10451: => '文件夹: [_1]',
1.6       bisitz   10452: 
                   10453:    'Choose Task'
1.12      zhu      10454: => '选择行动',
1.6       bisitz   10455: 
                   10456:    'Modify default group settings'
1.12      zhu      10457: => '修改默认组设置',
1.6       bisitz   10458: 
                   10459:    'Modify access, tools and/or privileges for previous, future, or current members'
1.12      zhu      10460: => '修改组成员访问,工具和权限',
1.6       bisitz   10461: 
                   10462:    'Add member(s) to the group'
1.12      zhu      10463: => '添加组成员',
1.6       bisitz   10464: 
                   10465:    'Group Settings'
1.12      zhu      10466: => '组设定',
1.6       bisitz   10467: 
                   10468:    'Modify/Delete Members'
1.12      zhu      10469: => '修改/删除会员',
1.6       bisitz   10470: 
                   10471:    'Current Tool Set'
1.12      zhu      10472: => '目前的工具集',
1.6       bisitz   10473: 
                   10474:    'Change Privileges'
1.12      zhu      10475: => '更改权限',
1.6       bisitz   10476: 
                   10477:    'Membership Mapping'
1.12      zhu      10478: => '会员推荐',
1.6       bisitz   10479: 
                   10480:    'Group name, title and available collaborative tools'
1.12      zhu      10481: => '组名称,所有权和使用协作工具',
1.6       bisitz   10482: 
                   10483:    'Letters, numbers and underscore only'
1.12      zhu      10484: => '只有字母,数字和下划线',
1.6       bisitz   10485: 
                   10486:    'Discussion boards'
1.12      zhu      10487: => '论坛',
1.6       bisitz   10488: 
                   10489:    'E-mail'
1.93      raeburn  10490: => 'E-mail',
1.6       bisitz   10491: 
                   10492:    'File Repository'
1.12      zhu      10493: => '档案库',
1.6       bisitz   10494: 
                   10495:    'Group home page'
1.12      zhu      10496: => '组首页',
1.6       bisitz   10497: 
                   10498:    'Membership Roster'
1.12      zhu      10499: => '会员名册',
1.6       bisitz   10500: 
                   10501:    'Granularity:'
1.27      zhu      10502: => '細微性:',
1.6       bisitz   10503: 
                   10504:    'Different subsets of the chosen collaborative tools for different group members?'
1.27      zhu      10505: => '不同的组成员选择不同的协作工具?',
1.6       bisitz   10506: 
1.57      zhu      10507: #   'Disk quota: '
                   10508: #=> '磁盘配额: ',
                   10509: 
                   10510:    'Disk quota'
                   10511: => '磁盘配额',
1.6       bisitz   10512: 
                   10513:    'If you enable the file repository for the group, allocate a disk quota.'
1.27      zhu      10514: => '如果您对组启用了文件存放,请分配磁盘配额:',
1.6       bisitz   10515: 
                   10516:    '[_1] Mb'
                   10517: => '[_1] MB',
                   10518: 
                   10519:    'A total of [_1] Mb can be divided amongst all groups in the course, and [_2] Mb are currently unallocated.'
1.27      zhu      10520: => '该课的所有组共有 [_1] Mb 可分,[_2] MB 目前未被分配。',
1.6       bisitz   10521: 
                   10522:    'Default start and end dates for group access'
1.22      zhu      10523: => '默认情况下组访问的开始和结束日期',
1.6       bisitz   10524: 
                   10525:    'Start:'
1.18      zhu      10526: => '开始:',
1.6       bisitz   10527: 
                   10528:    'End:'
1.18      zhu      10529: => '结束:',
1.6       bisitz   10530: 
                   10531:    'Error: invalid course domain or number - group folder creation failed.'
1.12      zhu      10532: => '错误:无效的课程或域号码。建立了组列表失败。',
1.6       bisitz   10533: 
                   10534:    'Course Groups'
1.9       zhu      10535: => '课程组',
1.6       bisitz   10536: 
                   10537:    'Non-standard course - folder for all groups not added.'
1.27      zhu      10538: => '非标准课程 - 所有组的文件夹不会增加。',
1.6       bisitz   10539: 
                   10540:    'Build a list of users for selection of group members'
1.27      zhu      10541: => '从组成员里选择来建立一个用户列表',
1.6       bisitz   10542: 
                   10543:    'Group membership selection list criteria:'
1.12      zhu      10544: => '组成员名单选择标准:',
1.6       bisitz   10545: 
                   10546:    'Pick the criteria to use to build a list of course users from which you will select '
1.27      zhu      10547: => '选择的标准的使用来建立一个名单,您将选择',
1.6       bisitz   10548: 
                   10549:    'members of the new group.'
1.27      zhu      10550: => '新的组成员。',
1.6       bisitz   10551: 
                   10552:    'If you do not wish to add members when you first create the group, there is no need to pick any criteria.'
1.27      zhu      10553: => '如果您创建的组不想立即要添加成员,就没有必要选择任何标准。',
1.6       bisitz   10554: 
                   10555:    'A subsequent step will also allow you to specify automatic adding/dropping of group members triggered by specified user role and section <i>changes</i> in the course.'
1.27      zhu      10556: => '随后的步骤将自动添加/删除组成员,也可以让您指定所引发指定用户角色和第的过程中。这是通过指定的用户角色和在课程中章节<i>变化</i>被触发的。',
1.6       bisitz   10557: 
                   10558:    'Access types'
1.12      zhu      10559: => '访问类型',
1.6       bisitz   10560: 
                   10561:    'Currently has access'
1.12      zhu      10562: => '目前已获得',
1.6       bisitz   10563: 
                   10564:    'Will have future access'
1.12      zhu      10565: => '今后将有机会',
1.6       bisitz   10566: 
                   10567:    'Previously had access'
1.12      zhu      10568: => '曾获得',
1.6       bisitz   10569: 
                   10570:    'Course roles'
1.101     bisitz   10571: => '课程角色',
1.6       bisitz   10572: 
                   10573:    'Course sections'
1.101     bisitz   10574: => '课程章节',
1.6       bisitz   10575: 
                   10576:    'all sections'
1.12      zhu      10577: => '所有章节',
1.6       bisitz   10578: 
                   10579:    'no section'
1.12      zhu      10580: => '无章节',
1.6       bisitz   10581: 
                   10582:    'Go to next step'
1.12      zhu      10583: => '下一步',
1.6       bisitz   10584: 
                   10585:    'Invalid group name'
1.12      zhu      10586: => '无效的组名称',
1.6       bisitz   10587: 
                   10588:    'The group name entered '
1.12      zhu      10589: => '输入的组名称 ',
1.6       bisitz   10590: 
                   10591:    'is not a valid name.'
1.12      zhu      10592: => '不是一个有效的名称。',
1.6       bisitz   10593: 
                   10594:    'can not be used as it is the name of '
1.12      zhu      10595: => '不能使用,因为它的名字是 ',
1.6       bisitz   10596: 
1.20      bisitz   10597:    'an existing [_1]'
1.12      zhu      10598: => '现有的 [_1]',
1.6       bisitz   10599: 
                   10600:    ' in this Course'
1.12      zhu      10601: => ' 在该课程里',
1.6       bisitz   10602: 
                   10603:    'Group names and section names used in a Course must be unique.'
1.12      zhu      10604: => '组名称和章节名称在课程中必须是独一无二的。',
1.6       bisitz   10605: 
                   10606:    'Group names may only contain letters, numbers or underscores.'
1.12      zhu      10607: => '组名称只能包含字母,数字或下划线。',
1.6       bisitz   10608: 
                   10609:    'Go to previous step'
1.12      zhu      10610: => '返回',
1.6       bisitz   10611: 
                   10612:    'Select Members'
1.12      zhu      10613: => '选择成员',
1.6       bisitz   10614: 
                   10615:    'Your group selections - '
1.12      zhu      10616: => '您的组选择 - ',
1.6       bisitz   10617: 
                   10618:    'The following settings will apply to the group:'
1.12      zhu      10619: => '下面的设置将适用于本组:',
1.6       bisitz   10620: 
                   10621:    'Granularity'
1.57      zhu      10622: => '細微性',
1.6       bisitz   10623: 
                   10624:    'File quota'
1.12      zhu      10625: => '文件共享',
1.6       bisitz   10626: 
                   10627:    'Default access dates'
1.12      zhu      10628: => '默认访问日期',
1.6       bisitz   10629: 
                   10630:    'Different collaborative tools<br />for different members:'
1.27      zhu      10631: => '不同的协作工具<br />对不同的成员组成:',
1.6       bisitz   10632: 
                   10633:    'Start date'
                   10634: => '开始日期',
                   10635: 
                   10636:    'Start date:'
                   10637: => '开始日期:',
                   10638: 
                   10639:    'End date'
                   10640: => '结束日期',
                   10641: 
                   10642:    'End date:'
                   10643: => '结束日期:',
                   10644: 
                   10645:    'Available for assignment to members:'
1.57      zhu      10646: => '可供成员访问:',
1.6       bisitz   10647: 
                   10648:    'Unavailable for assignment:'
1.57      zhu      10649: => '没有可能访问:',
1.6       bisitz   10650: 
                   10651:    'User privileges for collaborative tools'
1.57      zhu      10652: => '协作工具的用户权限',
1.6       bisitz   10653: 
                   10654:    'For each collaborative tool you have chosen to include, there is a set of core privileges which all group members assigned use of the tool will receive.'
1.93      raeburn  10655: => 'For each collaborative tool you have chosen to include, there is a set of core privileges which all group members assigned use of the tool will receive.',
1.6       bisitz   10656: 
                   10657:    'For some tools there are also additional optional privileges which can be set.'
1.93      raeburn  10658: => 'For some tools there are also additional optional privileges which can be set.',
1.6       bisitz   10659: 
                   10660:    'Choose one of the following:'
1.93      raeburn  10661: => 'Choose one of the following:',
1.6       bisitz   10662: 
                   10663:    'For the collaborative tools you have chosen to include only core privileges are available, so there are no optional privileges to assign.'
1.93      raeburn  10664: => 'For the collaborative tools you have chosen to include only core privileges are available, so there are no optional privileges to assign.',
1.6       bisitz   10665: 
                   10666:    'As you have chosen not to include any collaborative tools in the group, no default optional privileges need to be set.'
1.93      raeburn  10667: => 'As you have chosen not to include any collaborative tools in the group, no default optional privileges need to be set.',
1.6       bisitz   10668: 
                   10669:    'Group membership'
1.12      zhu      10670: => '组员',
1.6       bisitz   10671: 
                   10672:    'Add members'
1.12      zhu      10673: => '添加成员',
1.6       bisitz   10674: 
                   10675:    'Assign collaborative tools'
1.27      zhu      10676: => '转让协作工具',
1.6       bisitz   10677: 
                   10678:    'Tools'
1.12      zhu      10679: => '工具',
1.6       bisitz   10680: 
                   10681:    'Add Members'
1.12      zhu      10682: => '添加成员',
1.6       bisitz   10683: 
                   10684:    'Add?'
1.18      zhu      10685: => '添加?',
1.6       bisitz   10686: 
                   10687:    'All:'
1.18      zhu      10688: => '全部:',
1.6       bisitz   10689: 
                   10690:    'You have indicated that the file repository should be enabled, but you have set the respository quota to 0 Mb.\nThis will prevent any upload of files.\nPlease set a value or disable the repository feature.'
1.93      raeburn  10691: => 'You have indicated that the file repository should be enabled, but you have set the respository quota to 0 Mb.\nThis will prevent any upload of files.\nPlease set a value or disable the repository feature.',
1.6       bisitz   10692: 
                   10693:    '[_1] [_2] was created.<br />'
1.12      zhu      10694: => '[_1] [_2] 已创建。<br />',
1.6       bisitz   10695: 
                   10696:    'Group membership list updated.'
1.12      zhu      10697: => '该组成员名单已经更新。',
1.6       bisitz   10698: 
                   10699:    'Any currently logged in course users affected by the changes you made to group membership or privileges for the [_1] group will need to log out and log back in for their LON-CAPA sessions to reflect these changes.'
1.93      raeburn  10700: => 'Any currently logged in course users affected by the changes you made to group membership or privileges for the [_1] group will need to log out and log back in for their LON-CAPA sessions to reflect these changes.',
1.6       bisitz   10701: 
                   10702:    'An error occurred while updating the group membership list:'
1.93      raeburn  10703: => 'An error occurred while updating the group membership list:',
1.6       bisitz   10704: 
                   10705:    'Choose Privileges'
1.93      raeburn  10706: => 'Choose Privileges',
1.6       bisitz   10707: 
                   10708:    'Setting Changes Complete'
1.98      bisitz   10709: => 'Setting Changes Complete',
1.6       bisitz   10710: 
                   10711:    'Modifications Complete'
1.98      bisitz   10712: => 'Modifications Complete',
1.6       bisitz   10713: 
                   10714:    'Creation Complete'
1.93      raeburn  10715: => 'Creation Complete',
1.6       bisitz   10716: 
                   10717:    'Additions Complete'
1.93      raeburn  10718: => 'Additions Complete',
1.6       bisitz   10719: 
                   10720:    'Verify deletion'
1.93      raeburn  10721: => 'Verify deletion',
1.6       bisitz   10722: 
                   10723:    'Deletion Complete'
1.93      raeburn  10724: => 'Deletion Complete',
1.6       bisitz   10725: 
                   10726:    'Create Group'
1.12      zhu      10727: => '创建组',
1.6       bisitz   10728: 
                   10729:    'discussion'
1.12      zhu      10730: => '论坛',
1.6       bisitz   10731: 
                   10732:    'email files'
1.12      zhu      10733: => '电子邮件档案',
1.6       bisitz   10734: 
                   10735:    'homepage'
1.12      zhu      10736: => '主页',
1.6       bisitz   10737: 
                   10738:    'roster'
1.12      zhu      10739: => '花名册',
1.6       bisitz   10740: 
                   10741:    'Edit Group Homepage'
1.12      zhu      10742: => '编辑组首页',
1.6       bisitz   10743: 
                   10744:    'Edit Group Settings'
1.12      zhu      10745: => '编辑组设置',
1.6       bisitz   10746: 
                   10747:    'Available Group Tools'
1.12      zhu      10748: => '可用的工具组',
1.6       bisitz   10749: 
1.22      zhu      10750:    'Group Chat Room'
1.12      zhu      10751: => '组聊天室',
1.6       bisitz   10752: 
                   10753:    'Group e-mail'
1.12      zhu      10754: => '组电子邮箱',
1.6       bisitz   10755: 
                   10756:    'Group page - [_1]'
1.12      zhu      10757: => '组页 - [_1]',
1.6       bisitz   10758: 
                   10759:    '[_1] discussion boards - [_2]'
1.12      zhu      10760: => '[_1] 论坛 - [_2]',
1.6       bisitz   10761: 
                   10762:    'New Discussion Board'
1.12      zhu      10763: => '创建新论坛',
1.6       bisitz   10764: 
                   10765:    'There are currently no discussion boards in this [_1].'
1.12      zhu      10766: => '在这 [_1] 里目前还没有论坛。',
1.6       bisitz   10767: 
                   10768:    'Discussion Board Title'
1.12      zhu      10769: => '论坛讨论标题',
1.6       bisitz   10770: 
                   10771:    'The new discussion board was added successfully.<br />'
1.12      zhu      10772: => '新的讨论论坛已成功创建。<br />',
1.6       bisitz   10773: 
                   10774:    'Edit [_1] board'
1.12      zhu      10775: => '编辑 [_1] 论坛',
1.6       bisitz   10776: 
                   10777:    'View all group discussion boards'
1.12      zhu      10778: => '查看各组讨论论坛',
1.6       bisitz   10779: 
                   10780:    'Show Student View'
1.12      zhu      10781: => '以学生视角显示',
1.6       bisitz   10782: 
                   10783:    'Note: in anonymous discussion, your name is visible only to course faculty'
1.12      zhu      10784: => '注意:在匿名的讨论中,你的名字只有课程教师看的见。',
1.6       bisitz   10785: 
                   10786:    'Send a Message in a Group'
1.12      zhu      10787: => '组内发送邮件',
1.6       bisitz   10788: 
                   10789:    'As this group has no members, there are no recipients to select.'
1.12      zhu      10790: => '由于这组没有成员,您无法选择收件人。',
1.6       bisitz   10791: 
                   10792:    'Allow replies'
1.10      zhu      10793: => '允许回复',
1.6       bisitz   10794: 
                   10795:    'Reply to'
1.10      zhu      10796: => '回复',
1.6       bisitz   10797: 
                   10798:    'Group Portfolio'
1.12      zhu      10799: => '组档案',
1.6       bisitz   10800: 
                   10801:    '[_1] portfolio files - [_2]'
1.13      zhu      10802: => '[_1] 组合文件 - [_2]',
1.6       bisitz   10803: 
                   10804:    'There are no membership data to display for this [_1]'
1.93      raeburn  10805: => 'There are no membership data to display for this [_1]',
1.6       bisitz   10806: 
                   10807:    'Group Membership'
1.12      zhu      10808: => '组成员',
1.6       bisitz   10809: 
                   10810:    '[_1] membership status - [_2]'
1.12      zhu      10811: => '[_1] 成员状态 - [_2]',
1.6       bisitz   10812: 
                   10813:    'Group Message'
1.55      zhu      10814: => '组邮件',
1.6       bisitz   10815: 
                   10816:    'Compose Group Message'
1.55      zhu      10817: => '撰写组邮件',
1.6       bisitz   10818: 
                   10819:    'Course Discussion Boards'
1.9       zhu      10820: => '课程讨论区',
1.6       bisitz   10821: 
                   10822:    'Post Discussion'
1.12      zhu      10823: => '提交讨论文件',
1.6       bisitz   10824: 
                   10825:    'Post Anonymous Discussion'
1.12      zhu      10826: => '匿名提交讨论文件',
1.6       bisitz   10827: 
                   10828:    'Content'
1.12      zhu      10829: => '内容',
1.6       bisitz   10830: 
                   10831:    'You do not currently have rights to view this group.'
1.93      raeburn  10832: => 'You do not currently have rights to view this group.',
1.6       bisitz   10833: 
                   10834:    'No page information provided.'
1.93      raeburn  10835: => 'No page information provided.',
1.6       bisitz   10836: 
                   10837:    '<p>No page information provided.</p>'
1.99      raeburn  10838: => '<p>No page information provided.</p>',
1.6       bisitz   10839: 
                   10840:    'Available functions'
1.12      zhu      10841: => '可用的功能',
1.6       bisitz   10842: 
                   10843:    'No group functionality.'
1.93      raeburn  10844: => 'No group functionality.',
1.6       bisitz   10845: 
                   10846:    'No group functionality (e.g., e-mail, discussion, chat or file upload) is currently available to you in this group: [_1].'
1.93      raeburn  10847: => 'No group functionality (e.g., e-mail, discussion, chat or file upload) is currently available to you in this group: [_1].',
1.6       bisitz   10848: 
                   10849:    'Group Page'
1.12      zhu      10850: => '组页',
1.6       bisitz   10851: 
1.57      zhu      10852:    'Quota allocated to group portfolio:'
                   10853: => '配额分配给组文件夹',
                   10854: 
1.6       bisitz   10855: 
                   10856:    'The quota is currently [_1] Mb'
1.57      zhu      10857: => '目前的配额: [_1] MB',
1.6       bisitz   10858: 
                   10859:    'The quota can be increased to [_1] Mb, by adding all unallocated space for groups in the course.'
1.57      zhu      10860: => '配额可提高到 [_1] MB, 加上该课程的组中所有未分配的空间。',
1.6       bisitz   10861: 
                   10862:    'Each collaborative tool includes core privileges assigned to all members with access to the tool. Some tools may also feature additional privileges which can be set for specific members.'
1.57      zhu      10863: => '每个协作工具,包括核心权限,分配给所有成员基本权限。某些工具可能会还具有额外的权限,即可以设置特定的成员。',
1.6       bisitz   10864: 
                   10865:    'All group members will receive the same privileges for any tool assigned to them, including the default set of optional privileges.'
1.57      zhu      10866: => '所有组成员分配给他们的任何工具将得到相同的权限,包括默认设置可选特权。',
1.6       bisitz   10867: 
                   10868:    'Different group members may receive different privileges from others for the tools they have been assigned.'
1.93      raeburn  10869: => 'Different group members may receive different privileges from others for the tools they have been assigned.',
1.6       bisitz   10870: 
                   10871:    'Indicate which <b>optional</b> privileges members will receive by default for a specific tool.'
1.93      raeburn  10872: => 'Indicate which <b>optional</b> privileges members will receive by default for a specific tool.',
1.6       bisitz   10873: 
                   10874:    'These will be the privileges given to members assigned in the future via automatic group assignment for users who receive specific sections/roles in the course '
1.93      raeburn  10875: => 'These will be the privileges given to members assigned in the future via automatic group assignment for users who receive specific sections/roles in the course ',
1.6       bisitz   10876: 
                   10877:    'if enabled on the next page'
1.93      raeburn  10878: => 'if enabled on the next page',
1.6       bisitz   10879: 
                   10880:    'if enabled below'
1.93      raeburn  10881: => 'if enabled below',
1.6       bisitz   10882: 
                   10883:    'Additional privileges'
1.93      raeburn  10884: => 'Additional privileges',
1.6       bisitz   10885: 
                   10886:    'Fixed privileges'
1.57      zhu      10887: => '固定权限',
1.6       bisitz   10888: 
                   10889:    'Optional privileges'
1.57      zhu      10890: => '任择权限',
1.6       bisitz   10891: 
                   10892:    'Collaborative Tool'
1.57      zhu      10893: => '协作工具',
1.6       bisitz   10894: 
                   10895:    'Fixed'
1.57      zhu      10896: => '固定的',
1.6       bisitz   10897: 
                   10898:    'Optional'
1.57      zhu      10899: => '可选的',
1.6       bisitz   10900: 
                   10901:    'Additional Tools'
1.57      zhu      10902: => '其他工具',
1.6       bisitz   10903: 
                   10904:    'Core privileges'
1.57      zhu      10905: => '基本权限',
1.6       bisitz   10906: 
                   10907:    'For the collaborative tools included for group members being added or modified, there are no optional privileges to set for specific members.'
1.93      raeburn  10908: => 'For the collaborative tools included for group members being added or modified, there are no optional privileges to set for specific members.',
1.6       bisitz   10909: 
                   10910:    'All new group members will receive the same privileges.'
1.57      zhu      10911: => '所有新的小组成员将得到同样的权限。',
1.6       bisitz   10912: 
                   10913:    'If previously expired members are being re-enabled, or if access for future members is being activated now, previously set privileges will be preserved.'
1.57      zhu      10914: => '如果以前到期的成员正在重新启用,或者未来进入的成员现在正在激活,先前的权限将被保留。',
1.6       bisitz   10915: 
                   10916:    'As no group members are being added, there are no specific user privileges to set.'
1.57      zhu      10917: => '由于没有增加组成员,没有设置具体用户的权限。',
1.6       bisitz   10918: 
                   10919:    'No group member privileges to display or set, as you have not indicated that you will be activating, re-enabling, changing privileges, or adding/removing tools for any current members'
1.57      zhu      10920: => '目前还没有任何组织成员的权限以显示或设置,因为您还没有表示,你将被激活,重新启用,改变权限,或添加/删除任何现有成员的工具。',
1.6       bisitz   10921: 
                   10922:    'Currently the group is configured '
1.57      zhu      10923: => '目前该组的配置, ',
1.6       bisitz   10924: 
                   10925:    'so different members can receive different optional privileges for a particular tool.'
1.57      zhu      10926: => '不同成员为特定的工具可以得到不同的可选权限。',
1.6       bisitz   10927: 
                   10928:    'so all members will receive the same optional privileges for a particular tool.'
1.57      zhu      10929: => '所有成员为特定的工具可以得到相同的可选权限。',
1.6       bisitz   10930: 
                   10931:    'Settings for automatic group enrollment'
1.57      zhu      10932: => '设置自动分配组',
1.6       bisitz   10933: 
                   10934:    'Group membership mapping to specific sections/roles'
1.93      raeburn  10935: => 'Group membership mapping to specific sections/roles',
1.6       bisitz   10936: 
                   10937:    'Enable/disable automatic group enrollment for users in specified roles and sections'
1.93      raeburn  10938: => 'Enable/disable automatic group enrollment for users in specified roles and sections',
1.6       bisitz   10939: 
                   10940:    'If automatic group enrollment is enabled, when a user is newly assigned a course-wide or section-specific role, he/she will automatically be added as a member of the group, with start and end access dates defined by the default dates set for the group, unless he/she is already a group member, with access dates that permit either current or future group access.'
1.93      raeburn  10941: => 'If automatic group enrollment is enabled, when a user is newly assigned a course-wide or section-specific role, he/she will automatically be added as a member of the group, with start and end access dates defined by the default dates set for the group, unless he/she is already a group member, with access dates that permit either current or future group access.',
1.6       bisitz   10942: 
                   10943:    "If automatic group disenrollment is enabled, when a user's role is expired, access to the group will be terminated unless the user continues to have other course-wide or section-specific active or future roles which receive automatic membership in the group."
1.93      raeburn  10944: => "If automatic group disenrollment is enabled, when a user's role is expired, access to the group will be terminated unless the user continues to have other course-wide or section-specific active or future roles which receive automatic membership in the group.",
1.6       bisitz   10945: 
                   10946:    'Automatically enable group membership when roles are added?'
1.93      raeburn  10947: => 'Automatically enable group membership when roles are added?',
1.6       bisitz   10948: 
                   10949:    'Automatically expire group membership when roles are removed?'
1.93      raeburn  10950: => 'Automatically expire group membership when roles are removed?',
1.6       bisitz   10951: 
                   10952:    'Currently set to'
1.57      zhu      10953: => '当前设置为',
1.6       bisitz   10954: 
                   10955:    'Mapping of roles and sections affected by automatic group enrollment/disenrollment follows scheme chosen below.'
1.93      raeburn  10956: => 'Mapping of roles and sections affected by automatic group enrollment/disenrollment follows scheme chosen below.',
1.6       bisitz   10957: 
                   10958:    'Pick roles and sections for automatic group enrollment'
1.93      raeburn  10959: => 'Pick roles and sections for automatic group enrollment',
1.6       bisitz   10960: 
                   10961:    'Active?'
1.57      zhu      10962: => '激活?',
1.6       bisitz   10963: 
1.57      zhu      10964:    'Send group message'
1.12      zhu      10965: => '发送组邮件', # .n.t.
1.6       bisitz   10966: 
                   10967:    'Create boards'
1.12      zhu      10968: => '创建论坛', # n.t.
1.6       bisitz   10969: 
                   10970:    'Edit own posts'
1.57      zhu      10971: => '编辑自己的帖子', # .n.t.
1.6       bisitz   10972: 
                   10973:    'Hide/Delete any post'
1.57      zhu      10974: => '隐藏/删除 任意帖子',
1.6       bisitz   10975: 
                   10976:    'View boards'
1.57      zhu      10977: => '查看论坛', # .n.t.
1.6       bisitz   10978: 
                   10979:    'Control Access'
1.57      zhu      10980: => '访问控制', # .n.t.
1.6       bisitz   10981: 
                   10982:    'Basic Display'
1.57      zhu      10983: => '基本显示', # .n.t.
1.6       bisitz   10984: 
                   10985:    'Detailed Display'
1.57      zhu      10986: => '详细显示', # .n.t.
1.6       bisitz   10987: 
                   10988:    'View page'
1.57      zhu      10989: => '查看网页', # .n.t.
1.6       bisitz   10990: 
                   10991:    'Modify page'
1.57      zhu      10992: => '修改网页', # .n.t.
1.6       bisitz   10993: 
                   10994:    'email'
1.93      raeburn  10995: => 'email',
1.6       bisitz   10996: 
1.57      zhu      10997:    'Broadcast message'
                   10998: => '广播邮件',
1.6       bisitz   10999: 
                   11000:    'files'
1.12      zhu      11001: => '文件',
1.6       bisitz   11002: 
                   11003:    'Foils without names exist. This can cause problems to malfunction.'
1.93      raeburn  11004: => 'Foils without names exist. This can cause problems to malfunction.',
1.6       bisitz   11005: 
                   11006:    'Unknown area style [_1]'
1.93      raeburn  11007: => 'Unknown area style [_1]',
1.6       bisitz   11008: 
                   11009:    "The message itself will begin with a first line: <i>'Forwarded message from'</i> followed by the original sender's name."
1.93      raeburn  11010: => "The message itself will begin with a first line: <i>'Forwarded message from'</i> followed by the original sender's name.",
1.6       bisitz   11011: 
                   11012:    'Forwarded message from '
1.93      raeburn  11013: => 'Forwarded message from ',
1.6       bisitz   11014: 
                   11015:    'You received a critical message from [_1] in LON-CAPA.'
1.93      raeburn  11016: => 'You received a critical message from [_1] in LON-CAPA.',
1.6       bisitz   11017: 
                   11018:    'You received a message from [_1] in LON-CAPA.'
1.93      raeburn  11019: => 'You received a message from [_1] in LON-CAPA.',
1.6       bisitz   11020: 
                   11021:    "'New'  critical message from "
1.93      raeburn  11022: => "'New'  critical message from ",
1.6       bisitz   11023: 
                   11024:    "'New'  message from "
1.93      raeburn  11025: => "'New'  message from ",
1.6       bisitz   11026: 
                   11027:    'Refers to'
1.93      raeburn  11028: => 'Refers to',
1.6       bisitz   11029: 
                   11030:    'Previous attempts of student (if applicable)'
1.93      raeburn  11031: => 'Previous attempts of student (if applicable)',
1.6       bisitz   11032: 
                   11033:    'Original screen output (if applicable)'
1.93      raeburn  11034: => 'Original screen output (if applicable)',
1.6       bisitz   11035: 
                   11036:    'Correct Answer(s) (if applicable)'
1.93      raeburn  11037: => 'Correct Answer(s) (if applicable)',
1.6       bisitz   11038: 
                   11039:    'LON-CAPA messages sent to you between [_1] and [_2] will be inaccessible until the end of this time period, because you are a student in a course with an active communications block.'
1.93      raeburn  11040: => 'LON-CAPA messages sent to you between [_1] and [_2] will be inaccessible until the end of this time period, because you are a student in a course with an active communications block.',
1.6       bisitz   11041: 
                   11042:    'The subject is 
                   11043: 
                   11044:  [_1]
                   11045: 
                   11046: '
1.99      raeburn  11047: => 'The subject is 
1.6       bisitz   11048: 
                   11049:  [_1]
                   11050: 
                   11051: ',
                   11052: 
                   11053:    'Excerpt'
1.93      raeburn  11054: => 'Excerpt',
1.6       bisitz   11055: 
                   11056:    'Use 
                   11057: 
                   11058:  [_1]
                   11059: 
                   11060: to access the full message.'
1.99      raeburn  11061: => 'Use 
1.6       bisitz   11062: 
                   11063:  [_1]
                   11064: 
1.99      raeburn  11065: to access the full message.',
1.6       bisitz   11066: 
                   11067:    'You can reply to this message'
1.93      raeburn  11068: => 'You can reply to this message',
1.6       bisitz   11069: 
                   11070:    'A reply will not be received by the recipient!'
1.93      raeburn  11071: => 'A reply will not be received by the recipient!',
1.6       bisitz   11072: 
                   11073:    "Include in course's 'User records' for recipient(s)"
1.10      zhu      11074: => "包括课程中的'用户记录'给收信人",
1.6       bisitz   11075: 
                   11076:    'No replies to sender'
1.10      zhu      11077: => '没有答复发件人',
1.6       bisitz   11078: 
                   11079:    'Display Message'
1.10      zhu      11080: => '显示邮件',
1.6       bisitz   11081: 
                   11082:    'Replying to a Message'
1.10      zhu      11083: => '回复邮件',
1.6       bisitz   11084: 
                   11085:    'Forwarding a Message'
1.10      zhu      11086: => '转发邮件',
1.6       bisitz   11087: 
                   11088:    'Forwarding Multiple Messages'
1.10      zhu      11089: => '转发多封邮件',
1.6       bisitz   11090: 
                   11091:    'At end of file some tags were still left unclosed, '
1.93      raeburn  11092: => 'At end of file some tags were still left unclosed, ',
1.6       bisitz   11093: 
                   11094:    'Upload and Send'
1.10      zhu      11095: => '上传和发送',
1.6       bisitz   11096: 
                   11097:    'Choose which course(s) to list.'
1.93      raeburn  11098: => 'Choose which course(s) to list.',
1.6       bisitz   11099: 
                   11100:    'Display courses'
1.10      zhu      11101: => '显示课程',
1.6       bisitz   11102: 
                   11103:    'Public'
1.10      zhu      11104: => '公开的',
1.6       bisitz   11105: 
1.35      bisitz   11106:    'Answer [_1]'
                   11107: => '答复 [_1]',
1.6       bisitz   11108: 
                   11109:    'EditXML [_1]'
1.93      raeburn  11110: => 'EditXML [_1]',
1.6       bisitz   11111: 
                   11112:    'Not authorized'
1.10      zhu      11113: => '未授权',
1.6       bisitz   11114: 
                   11115:    'An error occurred while processing this resource. The author has been notified.'
1.93      raeburn  11116: => 'An error occurred while processing this resource. The author has been notified.',
1.6       bisitz   11117: 
                   11118:    'Code ran too long. It ran for more than'
1.93      raeburn  11119: => 'Code ran too long. It ran for more than',
1.6       bisitz   11120: 
                   11121:    'seconds occurred while running &lt;while&gt; on line'
1.93      raeburn  11122: => 'seconds occurred while running &lt;while&gt; on line',
1.6       bisitz   11123: 
                   11124:    'Student View'
1.18      zhu      11125: => '学生视野',
1.6       bisitz   11126: 
                   11127:    'Correct answer'
1.18      zhu      11128: => '正确答案',
1.6       bisitz   11129: 
                   11130:    'Could not identify problem.'
1.18      zhu      11131: => '无法确定的问题。', # ???
1.6       bisitz   11132: 
                   11133:    'Chart'
1.18      zhu      11134: => '图表',
1.6       bisitz   11135: 
1.77      bisitz   11136:    'Student Data'
                   11137: => '学生资料',
1.6       bisitz   11138: 
                   11139:    'HTML, with links'
1.18      zhu      11140: => 'HTML格式,链接',
1.6       bisitz   11141: 
                   11142:    'HTML, with all links'
1.18      zhu      11143: => 'HTML格式,与所有链接',
1.6       bisitz   11144: 
                   11145:    'HTML, without links'
1.18      zhu      11146: => 'HTML格式,没有链接',
1.6       bisitz   11147: 
                   11148:    'Output Data'
1.18      zhu      11149: => '输出数据',
1.6       bisitz   11150: 
                   11151:    'Scores Summary'
1.18      zhu      11152: => '总分',
1.6       bisitz   11153: 
                   11154:    'Scores Per Problem'
1.18      zhu      11155: => '每题分数',
1.6       bisitz   11156: 
                   11157:    'Parts Correct'
1.93      raeburn  11158: => 'Parts Correct',
1.6       bisitz   11159: 
                   11160:    'fullname'
1.18      zhu      11161: => '全名',
1.6       bisitz   11162: 
                   11163:    'id'
1.18      zhu      11164: => 'ID/学生证号',
1.6       bisitz   11165: 
                   11166:    'Generate Chart'
1.18      zhu      11167: => '生成图表',
1.6       bisitz   11168: 
                   11169:    'Generate Graph'
1.18      zhu      11170: => '生成图',
1.6       bisitz   11171: 
                   11172:    'Select One Student'
1.18      zhu      11173: => '选择一个学生',
1.6       bisitz   11174: 
                   11175:    'All sections.'
1.18      zhu      11176: => '所有科目。',
1.6       bisitz   11177: 
                   11178:    'Section [_1].'
1.18      zhu      11179: => '章节 [_1]。',
1.6       bisitz   11180: 
                   11181:    'Section [_1]'
1.18      zhu      11182: => '章节 [_1]',
1.6       bisitz   11183: 
                   11184:    'Sections [_1] and [_2].'
1.18      zhu      11185: => '章节 [_1] 和 [_2]。',
1.6       bisitz   11186: 
                   11187:    'All groups.'
1.12      zhu      11188: => '所有组。',
1.6       bisitz   11189: 
                   11190:    'Group [_1].'
1.12      zhu      11191: => '组 [_1].',
1.6       bisitz   11192: 
                   11193:    'Groups [_1] and [_2].'
1.12      zhu      11194: => '组 [_1] 和 [_2].',
1.6       bisitz   11195: 
                   11196:    'Active access status.'
1.93      raeburn  11197: => 'Active access status.',
1.6       bisitz   11198: 
                   11199:    'Future access status.'
1.93      raeburn  11200: => 'Future access status.',
1.6       bisitz   11201: 
                   11202:    'Expired access status.'
1.93      raeburn  11203: => 'Expired access status.',
1.6       bisitz   11204: 
                   11205:    'Any access status.'
1.93      raeburn  11206: => 'Any access status.',
1.6       bisitz   11207: 
                   11208:    'Show links in new window:'
1.93      raeburn  11209: => 'Show links in new window:',
1.6       bisitz   11210: 
1.77      bisitz   11211:    'Summary Table'
1.93      raeburn  11212: => 'Summary Table',
1.77      bisitz   11213: 
1.6       bisitz   11214:    'Summary Tables'
1.93      raeburn  11215: => 'Summary Tables',
1.6       bisitz   11216: 
1.77      bisitz   11217:    'Summary table for [_1] ([_2])'
1.93      raeburn  11218: => 'Summary table for [_1] ([_2])',
1.6       bisitz   11219: 
                   11220:    'Average'
1.93      raeburn  11221: => 'Average',
1.6       bisitz   11222: 
1.77      bisitz   11223:    'maximum'
1.93      raeburn  11224: => 'maximum',
1.77      bisitz   11225: 
1.6       bisitz   11226:    'Maximum'
                   11227: => 'Maximum',
                   11228: 
1.77      bisitz   11229:    'Max. Total'
1.93      raeburn  11230: => 'Max. Total',
1.77      bisitz   11231: 
                   11232:    'Median'
                   11233: => 'Median',
                   11234: 
                   11235:    'Std Dev'
1.93      raeburn  11236: => 'Std Dev',
1.77      bisitz   11237: 
                   11238:    'sum'
1.93      raeburn  11239: => 'sum',
1.77      bisitz   11240: 
                   11241:    'maximum possible'
1.93      raeburn  11242: => 'maximum possible',
1.77      bisitz   11243: 
                   11244:    'parts correct'
1.93      raeburn  11245: => 'parts correct',
1.77      bisitz   11246: 
1.6       bisitz   11247:    'Return to the chart'
1.93      raeburn  11248: => 'Return to the chart',
1.6       bisitz   11249: 
1.77      bisitz   11250:    'Compiled on [_1]'
1.93      raeburn  11251: => 'Compiled on [_1]',
1.77      bisitz   11252: 
1.6       bisitz   11253:    "Click on a student's name or username to view their chart"
1.93      raeburn  11254: => "Click on a student's name or username to view their chart",
1.6       bisitz   11255: 
                   11256:    'status'
1.57      zhu      11257: => '状态',
1.6       bisitz   11258: 
                   11259:    'groups'
1.12      zhu      11260: => '组',
1.6       bisitz   11261: 
                   11262:    'Click on a students name or username to view their chart'
1.93      raeburn  11263: => 'Click on a students name or username to view their chart',
1.6       bisitz   11264: 
                   11265:    'Essay will be hand graded.'
1.93      raeburn  11266: => 'Essay will be hand graded.',
1.6       bisitz   11267: 
                   11268:    'Text you want to appear by default:'
1.18      zhu      11269: => '文字在默认情况下显示:',
1.6       bisitz   11270: 
                   11271:    'Check as many files as you wish in response to the problem:'
1.13      zhu      11272: => '选择所有的文件对于您想答复的问题:',
1.6       bisitz   11273: 
                   11274:    'Select portfolio files'
1.13      zhu      11275: => '选择组合文件',
1.6       bisitz   11276: 
                   11277:    'Select checked files, and continue selecting'
1.13      zhu      11278: => '选择文件并继续选择',
1.6       bisitz   11279: 
                   11280:    'Select checked files, and close window'
1.13      zhu      11281: => '选择文件并关闭窗口',
1.6       bisitz   11282: 
                   11283:    'Copy of'
1.93      raeburn  11284: => 'Copy of',
1.6       bisitz   11285: 
                   11286:    'The e-mail address you provided does not match the address recorded in the LON-CAPA system for the username and domain you provided.'
1.93      raeburn  11287: => 'The e-mail address you provided does not match the address recorded in the LON-CAPA system for the username and domain you provided.',
1.6       bisitz   11288: 
                   11289:    'Overall result: [_1]'
1.18      zhu      11290: => '总分: [_1]',
1.6       bisitz   11291: 
                   11292:    'Dimension: [_1], status [_2] '
1.93      raeburn  11293: => 'Dimension: [_1], status [_2] ',
1.6       bisitz   11294: 
                   11295:    'Queue Status'
1.10      zhu      11296: => '队列状态',
1.6       bisitz   11297: 
                   11298:    'Check Mark'
1.10      zhu      11299: => '核选标记',
1.6       bisitz   11300: 
                   11301:    'Return commented version of [_1] to student.'
1.93      raeburn  11302: => 'Return commented version of [_1] to student.',
1.6       bisitz   11303: 
                   11304:    'Download All Submitted Documents'
1.93      raeburn  11305: => 'Download All Submitted Documents',
1.6       bisitz   11306: 
1.52      bisitz   11307:    'Essay is [_1]% similar to an essay by [_2] in course [_3] (course id [_4]:[_5])'
1.93      raeburn  11308: => 'Essay is [_1]% similar to an essay by [_2] in course [_3] (course id [_4]:[_5])',
1.6       bisitz   11309: 
                   11310:    'Compose message to student'
1.93      raeburn  11311: => 'Compose message to student',
1.6       bisitz   11312: 
                   11313:    'incl. grades'
1.10      zhu      11314: => '包含评分',
1.6       bisitz   11315: 
1.66      bisitz   11316:    'Message will be sent when you click on Save &amp; Next below.'
1.93      raeburn  11317: => 'Message will be sent when you click on Save &amp; Next below.',
1.6       bisitz   11318: 
                   11319:    'Set/Change parameters'
1.93      raeburn  11320: => 'Set/Change parameters',
1.6       bisitz   11321: 
                   11322:    'Grading Feedback'
1.27      zhu      11323: => '评估反馈',
1.6       bisitz   11324: 
1.52      bisitz   11325:    'Sending message to [_1]'
                   11326: => '发送邮件至 [_1]',
1.6       bisitz   11327: 
                   11328:    'Not allowed to modify grades for [_1]'
1.93      raeburn  11329: => 'Not allowed to modify grades for [_1]',
1.6       bisitz   11330: 
                   11331:    'You need to specify the username or ID'
1.93      raeburn  11332: => 'You need to specify the username or ID',
1.6       bisitz   11333: 
                   11334:    'You need to specify at least one grading field'
1.93      raeburn  11335: => 'You need to specify at least one grading field',
1.6       bisitz   11336: 
                   11337:    'Specify a file containing the class scores for current resource'
1.93      raeburn  11338: => 'Specify a file containing the class scores for current resource',
1.6       bisitz   11339: 
                   11340:    'Upload Scores'
1.27      zhu      11341: => '上传分数',
1.6       bisitz   11342: 
                   11343:    'Some point values were assigned for problems with a weight of zero. These values were ignored.'
1.93      raeburn  11344: => 'Some point values were assigned for problems with a weight of zero. These values were ignored.',
1.6       bisitz   11345: 
                   11346:    'Use CODE:'
1.93      raeburn  11347: => 'Use CODE:',
1.6       bisitz   11348: 
                   11349:    'Some resources in the sequence currently are not set to exam mode. Grading these resources currently may not work correctly.'
1.93      raeburn  11350: => 'Some resources in the sequence currently are not set to exam mode. Grading these resources currently may not work correctly.',
1.6       bisitz   11351: 
                   11352:    'scores from file' # Upload scores from file
1.93      raeburn  11353: => 'scores from file',
1.6       bisitz   11354: 
                   11355:    'Process'
1.93      raeburn  11356: => 'Process',
1.6       bisitz   11357: 
                   11358:    'clicker file' # Process clicker file
1.93      raeburn  11359: => 'clicker file',
1.6       bisitz   11360: 
                   11361:    'Grade'
1.93      raeburn  11362: => 'Grade',
1.6       bisitz   11363: 
                   11364:    'scantron forms' # Grade scantron forms
1.93      raeburn  11365: => 'scantron forms',
1.6       bisitz   11366: 
                   11367:    'Verify'
1.98      bisitz   11368: => 'Verify',
1.6       bisitz   11369: 
                   11370:    'receipt'
1.93      raeburn  11371: => 'receipt',
1.6       bisitz   11372: 
                   11373:    'Manage'
1.93      raeburn  11374: => 'Manage',
1.6       bisitz   11375: 
                   11376:    'saved CODEs' # View saved CODEs
1.93      raeburn  11377: => 'saved CODEs', # n.t.
1.6       bisitz   11378: 
                   11379:    'Specify a file containing the clicker information for this resource'
1.93      raeburn  11380: => 'Specify a file containing the clicker information for this resource',
1.6       bisitz   11381: 
                   11382:    'Upload File'
1.27      zhu      11383: => '上传文件',
1.6       bisitz   11384: 
                   11385:    'Award points just for participation'
1.93      raeburn  11386: => 'Award points just for participation',
1.6       bisitz   11387: 
                   11388:    'Correctness determined from response by course personnel'
1.93      raeburn  11389: => 'Correctness determined from response by course personnel',
1.6       bisitz   11390: 
                   11391:    'Correctness determined from response with clicker ID(s)'
1.93      raeburn  11392: => 'Correctness determined from response with clicker ID(s)',
1.6       bisitz   11393: 
                   11394:    'Percentage points for correct solution'
1.93      raeburn  11395: => 'Percentage points for correct solution',
1.6       bisitz   11396: 
                   11397:    'Percentage points for incorrect solution'
1.93      raeburn  11398: => 'Percentage points for incorrect solution',
1.6       bisitz   11399: 
                   11400:    'You need to specify a clicker ID for the correct answer'
1.93      raeburn  11401: => 'You need to specify a clicker ID for the correct answer',
1.6       bisitz   11402: 
                   11403:    'Score based on attendance only'
1.93      raeburn  11404: => 'Score based on attendance only',
1.6       bisitz   11405: 
                   11406:    'Correctness determined by the following IDs'
1.93      raeburn  11407: => 'Correctness determined by the following IDs',
1.6       bisitz   11408: 
                   11409:    'specified'
1.93      raeburn  11410: => 'specified',
1.6       bisitz   11411: 
                   11412:    'No IDs found to determine correct answer'
1.93      raeburn  11413: => 'No IDs found to determine correct answer',
1.6       bisitz   11414: 
                   11415:    '[_1] Error: [_2] The file you attempted to upload, [_3] contained no information. Please check that you entered the correct filename.'
1.98      bisitz   11416: => '[_1] Error: [_2] The file you attempted to upload, [_3] contained no information. Please check that you entered the correct filename.',
1.6       bisitz   11417: 
                   11418:    'Scanning clicker file'
1.93      raeburn  11419: => 'Scanning clicker file',
1.6       bisitz   11420: 
                   11421:    'Found [_1] question(s)'
                   11422: => '[_1] Frage(n) gefunden',
                   11423: 
                   11424:    'Awarding [_1] percent for correct and [_2] percent for incorrect responses'
1.98      bisitz   11425: => 'Awarding [_1] percent for correct and [_2] percent for incorrect responses',
1.6       bisitz   11426: 
                   11427:    'Clicker registered more than once'
1.93      raeburn  11428: => 'Clicker registered more than once',
1.6       bisitz   11429: 
                   11430:    'Unregistered Clicker'
1.93      raeburn  11431: => 'Unregistered Clicker',
1.6       bisitz   11432: 
                   11433:    'Found [_1] registered and [_2] unregistered clickers.'
1.99      raeburn  11434: => 'Found [_1] registered and [_2] unregistered clickers.',
1.6       bisitz   11435: 
                   11436:    'Found no correct answers answers for grading!'
1.93      raeburn  11437: => 'Found no correct answers answers for grading!',
1.6       bisitz   11438: 
                   11439:    'Found [_1] entries for grading!'
1.98      bisitz   11440: => 'Found [_1] entries for grading!',
1.6       bisitz   11441: 
                   11442:    'Found no questions.'
1.93      raeburn  11443: => 'Found no questions.',
1.6       bisitz   11444: 
                   11445:    'Finalize Grading'
1.93      raeburn  11446: => 'Finalize Grading',
1.6       bisitz   11447: 
                   11448:    'Question [_1]'
1.93      raeburn  11449: => 'Question [_1]',
1.6       bisitz   11450: 
                   11451:    'Assigning grades based on clicker file'
1.93      raeburn  11452: => 'Assigning grades based on clicker file',
1.6       bisitz   11453: 
                   11454:    'More than one correct result given for question "[_1]": [_2] versus [_3].'
1.93      raeburn  11455: => 'More than one correct result given for question "[_1]": [_2] versus [_3].',
1.6       bisitz   11456: 
                   11457:    'No correct result given for question "[_1]"!'
1.93      raeburn  11458: => 'No correct result given for question "[_1]"!',
1.6       bisitz   11459: 
                   11460:    'Correct answer: [_1]'
1.18      zhu      11461: => '正确答案: [_1]',
1.6       bisitz   11462: 
                   11463:    'Successfully stored grades for [_1] student(s).'
1.93      raeburn  11464: => 'Successfully stored grades for [_1] student(s).',
1.6       bisitz   11465: 
                   11466:    'Grading Menu'
1.27      zhu      11467: => '评估菜单',
1.6       bisitz   11468: 
                   11469:    'Missing tags, unable to properly run file.'
1.93      raeburn  11470: => 'Missing tags, unable to properly run file.',
1.6       bisitz   11471: 
                   11472:    'Using tag [_1] on line [_2] as end tag to [_3]'
                   11473: => 'Using tag [_1] on line [_2] as end tag to [_3]', # ??? lonxml.pm [SB 2008-08-07]
                   11474: 
                   11475:    'Found tag [_1] on line [_2] when looking for [_3] in file.'
1.93      raeburn  11476: => 'Found tag [_1] on line [_2] when looking for [_3] in file.',
1.6       bisitz   11477: 
1.66      bisitz   11478:    'ID [_1] contains invalid characters. IDs are only allowed to contain letters, numbers, spaces and -'
1.93      raeburn  11479: => 'ID [_1] contains invalid characters. IDs are only allowed to contain letters, numbers, spaces and -',
1.6       bisitz   11480: 
                   11481:    'File not found'
1.93      raeburn  11482: => 'File not found',
1.6       bisitz   11483: 
                   11484:    'This file appears to be a rendering of a LON-CAPA resource. If this is correct, this resource will act very oddly and incorrectly.'
1.93      raeburn  11485: => 'This file appears to be a rendering of a LON-CAPA resource. If this is correct, this resource will act very oddly and incorrectly.', # ??? [SB 2007-11-27]
1.6       bisitz   11486: 
                   11487:    'An error occurred while processing this resource. The instructor has been notified.'
1.93      raeburn  11488: => 'An error occurred while processing this resource. The instructor has been notified.',
1.6       bisitz   11489: 
                   11490:    'CourseID'
1.27      zhu      11491: => '课程编号',
1.6       bisitz   11492: 
                   11493:    'DocID'
1.27      zhu      11494: => '文件编号',
1.6       bisitz   11495: 
                   11496:    'Username, password and domain need to be specified.'
1.27      zhu      11497: => '用户名,密码和域必须指定!',
1.6       bisitz   11498: 
                   11499:    'Untitled Resource'
1.27      zhu      11500: => '无名资源',
1.6       bisitz   11501: 
                   11502:    'Not Available'
1.93      raeburn  11503: => 'Not Available',
1.6       bisitz   11504: 
                   11505:    'Clear'
1.93      raeburn  11506: => 'Clear',
1.6       bisitz   11507: 
                   11508:    'There are no parameters.'
1.93      raeburn  11509: => 'There are no parameters.',
1.6       bisitz   11510: 
                   11511:    'enroll type/action'
1.27      zhu      11512: => '注册类型/行动',
1.6       bisitz   11513: 
                   11514:    '<br />Map not loaded: The file <tt>[_1]</tt> does not exist.'
1.99      raeburn  11515: => '<br />Map not loaded: The file <tt>[_1]</tt> does not exist.',
1.6       bisitz   11516: 
                   11517:    'Saved.'
1.18      zhu      11518: => '保存的。',
1.6       bisitz   11519: 
                   11520:    'An error occurred while saving.'
1.93      raeburn  11521: => 'An error occurred while saving.',
1.6       bisitz   11522: 
                   11523:    'Reverted.'
1.93      raeburn  11524: => 'Reverted.',
1.6       bisitz   11525: 
                   11526:    'Title in map'
1.93      raeburn  11527: => 'Title in map',
1.6       bisitz   11528: 
                   11529:    'Filename of resource'
1.93      raeburn  11530: => 'Filename of resource',
1.6       bisitz   11531: 
                   11532:    'Link to published resource'
1.93      raeburn  11533: => 'Link to published resource',
1.6       bisitz   11534: 
                   11535:    'Link to resource in Construction Space'
1.93      raeburn  11536: => 'Link to resource in Construction Space',
1.6       bisitz   11537: 
                   11538:    'Resource space'
1.93      raeburn  11539: => 'Resource space',
1.6       bisitz   11540: 
                   11541:    'Construction space'
1.93      raeburn  11542: => 'Construction space',
1.6       bisitz   11543: 
                   11544:    'discard'
1.93      raeburn  11545: => 'discard',
1.6       bisitz   11546: 
                   11547:    'Change Order'
1.93      raeburn  11548: => 'Change Order',
1.6       bisitz   11549: 
                   11550:    'Sort Imported Resources'
1.93      raeburn  11551: => 'Sort Imported Resources',
1.6       bisitz   11552: 
                   11553:    'Finalize order of resources'
1.93      raeburn  11554: => 'Finalize order of resources',
1.6       bisitz   11555: 
                   11556:    'Recover Deleted'
1.93      raeburn  11557: => 'Recover Deleted',
1.6       bisitz   11558: 
                   11559:    'Recover Removed Resources'
1.93      raeburn  11560: => 'Recover Removed Resources',
1.6       bisitz   11561: 
                   11562:    'Recover Checked'
1.93      raeburn  11563: => 'Recover Checked',
1.6       bisitz   11564: 
                   11565:    'Recent Detailed Assessment Statistical Data'
1.93      raeburn  11566: => 'Recent Detailed Assessment Statistical Data',
1.6       bisitz   11567: 
                   11568:    'No information available'
1.93      raeburn  11569: => 'No information available',
1.6       bisitz   11570: 
                   11571:    'Creating new file [_1]'
1.12      zhu      11572: => '创建新文件 [_1]',
1.6       bisitz   11573: 
                   11574:    'If you would like to associate this resource ([_1]) with a current or previous course, please select one from the list below, otherwise select, "None".'
1.93      raeburn  11575: => 'If you would like to associate this resource ([_1]) with a current or previous course, please select one from the list below, otherwise select, "None".',
1.6       bisitz   11576: 
                   11577:     'Associate Resource With Selected Course'
1.93      raeburn  11578: => 'Associate Resource With Selected Course',
1.6       bisitz   11579: 
                   11580:    'This resource is currently associated with a course ([_1]) which includes added metadata fields specific to the course.'
1.93      raeburn  11581: => 'This resource is currently associated with a course ([_1]) which includes added metadata fields specific to the course.',
1.6       bisitz   11582: 
                   11583:    'You can choose to transfer data from the added fields to the "Notes" field if you are planning to change the course association.'
1.93      raeburn  11584: => 'You can choose to transfer data from the added fields to the "Notes" field if you are planning to change the course association.',
1.6       bisitz   11585: 
                   11586:    'not available'
1.93      raeburn  11587: => 'not available',
1.6       bisitz   11588: 
                   11589:    'most recent version'
1.93      raeburn  11590: => 'most recent version',
1.6       bisitz   11591: 
                   11592:    'information not available'
1.93      raeburn  11593: => 'information not available',
1.6       bisitz   11594: 
                   11595:    'Num Student'
1.93      raeburn  11596: => 'Num Student',
1.6       bisitz   11597: 
                   11598:    'Degree of Difficulty'
1.93      raeburn  11599: => 'Degree of Difficulty',
1.6       bisitz   11600: 
                   11601:    'Degree of Discrimination'
1.93      raeburn  11602: => 'Degree of Discrimination',
1.6       bisitz   11603: 
                   11604:    'Time of computation'
1.93      raeburn  11605: => 'Time of computation',
1.6       bisitz   11606: 
                   11607:    'Messages deleted.'
1.22      zhu      11608: => '邮件已删除。',
1.6       bisitz   11609: 
                   11610:    'Error deleting messages'
1.93      raeburn  11611: => 'Error deleting messages',
1.6       bisitz   11612: 
                   11613:    'Messages cleared.'
1.22      zhu      11614: => '邮件已删除。',
1.6       bisitz   11615: 
                   11616:    'Error clearing messages'
1.22      zhu      11617: => '删除邮件时发生错误',
1.6       bisitz   11618: 
                   11619:    'Delete Messages for this Resource'
1.93      raeburn  11620: => 'Delete Messages for this Resource',
1.6       bisitz   11621: 
                   11622:    'Back To Directory'
1.10      zhu      11623: => '返回目录',
1.6       bisitz   11624: 
                   11625:    'Associated with course [_1]'
1.93      raeburn  11626: => 'Associated with course [_1]',
1.6       bisitz   11627: 
                   11628:    'This resource is not associated with a course.'
1.93      raeburn  11629: => 'This resource is not associated with a course.',
1.6       bisitz   11630: 
                   11631:    'Discard Edits and Return to Portfolio'
1.98      bisitz   11632: => 'Discard Edits and Return to Portfolio',
1.6       bisitz   11633: 
                   11634:    'Could not transfer data in added fields to notes'
1.93      raeburn  11635: => 'Could not transfer data in added fields to notes',
1.6       bisitz   11636: 
                   11637:    'Transferred data in added fields to notes'
1.93      raeburn  11638: => 'Transferred data in added fields to notes',
1.6       bisitz   11639: 
                   11640:    'Home'
1.36      zhu      11641: => '根目录',
1.6       bisitz   11642: 
                   11643:    'Usage Statistics'
1.36      zhu      11644: => '使用统计',
1.6       bisitz   11645: 
                   11646:    'Courses/Network Hits'
1.36      zhu      11647: => '课程/网络访问次数',
1.6       bisitz   11648: 
                   11649:    'Already in this course:<br />[_1] in folder/map [_2].<br />'
1.93      raeburn  11650: => 'Already in this course:<br />[_1] in folder/map [_2].<br />',
1.6       bisitz   11651: 
                   11652:    'External Resource, preview not enabled'
1.93      raeburn  11653: => 'External Resource, preview not enabled',
1.6       bisitz   11654: 
                   11655:    'Somewhere something went wrong'
1.93      raeburn  11656: => 'Somewhere something went wrong',
1.6       bisitz   11657: 
                   11658:    'Please help us to find out what.'
1.93      raeburn  11659: => 'Please help us to find out what.',
1.6       bisitz   11660: 
                   11661:    'Please take a moment to fill out the form below.'
1.93      raeburn  11662: => 'Please take a moment to fill out the form below.',
1.6       bisitz   11663: 
                   11664:    'Your information, together with internal debugging information, will be emailed to the system and server administrators.'
1.93      raeburn  11665: => 'Your information, together with internal debugging information, will be emailed to the system and server administrators.',
1.6       bisitz   11666: 
                   11667:    'Send Information'
1.18      zhu      11668: => '发送错误报告',
1.6       bisitz   11669: 
                   11670:    'Please describe what you did just before this screen came up'
1.93      raeburn  11671: => 'Please describe what you did just before this screen came up',
1.6       bisitz   11672: 
                   11673:    'Is this problem reproducible?'
1.93      raeburn  11674: => 'Is this problem reproducible?',
1.6       bisitz   11675: 
                   11676:    'Yes!'
1.18      zhu      11677: => '是!',
1.6       bisitz   11678: 
                   11679:    'Do you have any guesses why this might have happened?'
1.18      zhu      11680: => '你有任何猜测,为什么会发生?',
1.6       bisitz   11681: 
                   11682:    'Thank you for your help!'
1.18      zhu      11683: => '谢谢您的支持!',
1.6       bisitz   11684: 
                   11685:    'Internal info:'
1.18      zhu      11686: => '内部信息:',
1.6       bisitz   11687: 
                   11688:    'Report submitted'
1.18      zhu      11689: => '提交的报告',
1.6       bisitz   11690: 
                   11691:    'Sending Error Report'
1.18      zhu      11692: => '发送错误报告',
1.6       bisitz   11693: 
                   11694:    'Thank you!'
1.18      zhu      11695: => '谢谢您!',
1.6       bisitz   11696: 
                   11697:    'Warning: Report not submitted'
1.18      zhu      11698: => '警告:报告未提交',
1.6       bisitz   11699: 
                   11700:    'The administrators of the domain [_1] have not set any e-mail addresses for receipt of your error report.'
1.93      raeburn  11701: => 'The administrators of the domain [_1] have not set any e-mail addresses for receipt of your error report.',
1.6       bisitz   11702: 
                   11703:    'The document contains errors and cannot be published.'
1.93      raeburn  11704: => 'The document contains errors and cannot be published.',
1.6       bisitz   11705: 
                   11706:    'error(s)'
1.93      raeburn  11707: => 'error(s)',
1.6       bisitz   11708: 
                   11709:    '[quant,_1,error]'
1.99      raeburn  11710: => '[quant,_1,error]',
1.6       bisitz   11711: 
                   11712:    'Please fill out all fields below.'
1.18      zhu      11713: => '请填写以下所有问题。',
1.6       bisitz   11714: 
                   11715:    'Caution: this folder is set to randomly pick a subset of resources. Adding or removing resources from this folder will change the set of resources that the students see, resulting in spurious or missing credit for completed problems, not limited to ones you modify. Do not modify the contents of this folder if it is in active student use.'
1.93      raeburn  11716: => 'Caution: this folder is set to randomly pick a subset of resources. Adding or removing resources from this folder will change the set of resources that the students see, resulting in spurious or missing credit for completed problems, not limited to ones you modify. Do not modify the contents of this folder if it is in active student use.',
1.6       bisitz   11717: 
1.68      bisitz   11718:    'Caution: this folder is set to randomly order its contents. Adding or removing resources from this folder will change the order of resources shown.'
1.93      raeburn  11719: => 'Caution: this folder is set to randomly order its contents. Adding or removing resources from this folder will change the order of resources shown.',
1.68      bisitz   11720: 
1.6       bisitz   11721:    'Parameters'
1.26      zhu      11722: => '参数',
1.6       bisitz   11723: 
1.68      bisitz   11724:    'Parameters:'
                   11725: => '参数:',
                   11726: 
1.6       bisitz   11727:    'Total Score and Maximum Possible for each Sequence or Folder'
1.93      raeburn  11728: => 'Total Score and Maximum Possible for each Sequence or Folder',
1.6       bisitz   11729: 
                   11730:    'Score on each Problem Part'
1.93      raeburn  11731: => 'Score on each Problem Part',
1.6       bisitz   11732: 
                   11733:    'Number of Tries before success on each Problem Part'
1.93      raeburn  11734: => 'Number of Tries before success on each Problem Part',
1.6       bisitz   11735: 
1.77      bisitz   11736:    'Number of Problem Parts completed successfully'
1.93      raeburn  11737: => 'Number of Problem Parts completed successfully',
1.6       bisitz   11738: 
                   11739:    'Unable to retrieve course information.'
1.93      raeburn  11740: => 'Unable to retrieve course information.',
1.6       bisitz   11741: 
                   11742:    'Please select an action to perform using the new filename'
1.93      raeburn  11743: => 'Please select an action to perform using the new filename',
1.6       bisitz   11744: 
                   11745:    'View or modify a course'
1.98      bisitz   11746: => '查看或修改课程',
1.6       bisitz   11747: 
                   11748:    'Enter the course with the role of [_1]'
1.93      raeburn  11749: => 'Enter the course with the role of [_1]',
1.6       bisitz   11750: 
                   11751:    'Enter the course with the role of [_1].'
1.93      raeburn  11752: => 'Enter the course with the role of [_1].',
1.6       bisitz   11753: 
                   11754:    'View or modify course settings which only a [_1] may modify.'
1.93      raeburn  11755: => 'View or modify course settings which only a [_1] may modify.',
1.6       bisitz   11756: 
                   11757:    'Manage course users'
                   11758: => '管理课程参加者',
                   11759: 
                   11760:    'Upload a File of Course Users'
1.70      zhu      11761: => '课程用户上传文件',
1.6       bisitz   11762: 
1.69      droeschl 11763:    'Add/Modify a Course User'
1.79      bisitz   11764: => '添加/修改课程用户',
1.6       bisitz   11765: 
                   11766:    'Edit Custom Roles'
1.70      zhu      11767: => '编辑自定义角色',
                   11768: 
                   11769:    'Custom Role'
                   11770: => '自定义角色',
1.6       bisitz   11771: 
                   11772:    'Enroll a Single Student'
1.70      zhu      11773: => '注册一名学生',
1.6       bisitz   11774: 
                   11775:    'Enroll a student'
1.70      zhu      11776: => '注册学生',
1.6       bisitz   11777: 
                   11778:    'Manage Course Groups'
1.12      zhu      11779: => '管理课程组',
1.6       bisitz   11780: 
                   11781:    'This error occurred while processing response [_1] in part [_2]'
1.93      raeburn  11782: => 'This error occurred while processing response [_1] in part [_2]',
1.6       bisitz   11783: 
                   11784:    'This error occurred while processing part [_1]'
1.93      raeburn  11785: => 'This error occurred while processing part [_1]',
1.6       bisitz   11786: 
                   11787:    'Unable to find section for this student'
1.93      raeburn  11788: => 'Unable to find section for this student',
1.6       bisitz   11789: 
                   11790:    'Classlist update for "[_1]" in "[_2]".'
1.93      raeburn  11791: => 'Classlist update for "[_1]" in "[_2]".',
1.6       bisitz   11792: 
                   11793:    'Error: "[_1]" during classlist update for "[_2]" in "[_3]".'
1.93      raeburn  11794: => 'Error: "[_1]" during classlist update for "[_2]" in "[_3]".',
1.6       bisitz   11795: 
                   11796:    'Role: '
1.18      zhu      11797: => '角色: ',
1.6       bisitz   11798: 
                   11799:    'Identify fields in uploaded list'
1.93      raeburn  11800: => 'Identify fields in uploaded list',
1.6       bisitz   11801: 
                   11802:    'Default domain'
1.18      zhu      11803: => '默认域',
1.6       bisitz   11804: 
                   11805:    'Change authentication for existing users in domain "[_1]" to these settings?'
1.93      raeburn  11806: => 'Change authentication for existing users in domain "[_1]" to these settings?',
1.6       bisitz   11807: 
                   11808:    'LON-CAPA Home Server for New Users'
1.18      zhu      11809: => 'LON-CAPA 家庭服务器的新用户',
1.6       bisitz   11810: 
1.73      bisitz   11811:    'LON-CAPA domain: [_1] with home server:'
                   11812: => 'LON-CAPA 域 [_1] 与家庭服务器:',
1.6       bisitz   11813: 
1.73      bisitz   11814:    'Settings for assigning roles'
1.93      raeburn  11815: => 'Settings for assigning roles',
1.6       bisitz   11816: 
                   11817:    'Pick the action to take on roles for these users:'
1.93      raeburn  11818: => 'Pick the action to take on roles for these users:',
1.6       bisitz   11819: 
                   11820:    'No role changes'
1.93      raeburn  11821: => 'No role changes',
1.6       bisitz   11822: 
                   11823:    'Add a domain role'
1.93      raeburn  11824: => 'Add a domain role',
1.6       bisitz   11825: 
                   11826:    'Add a course role'
1.93      raeburn  11827: => 'Add a course role',
1.6       bisitz   11828: 
                   11829:    'Default role'
1.93      raeburn  11830: => 'Default role',
1.6       bisitz   11831: 
1.73      bisitz   11832:    'Choose the role to assign to users without a value specified in the uploaded file.'
1.93      raeburn  11833: => 'Choose the role to assign to users without a value specified in the uploaded file.',
1.6       bisitz   11834: 
                   11835:    'Default role and section'
1.93      raeburn  11836: => 'Default role and section',
1.6       bisitz   11837: 
1.73      bisitz   11838:    'Choose the role and/or section(s) to assign to users without values specified in the uploaded file.'
1.93      raeburn  11839: => 'Choose the role and/or section(s) to assign to users without values specified in the uploaded file.',
1.6       bisitz   11840: 
                   11841:    'Default role and/or section(s)'
1.93      raeburn  11842: => 'Default role and/or section(s)',
1.6       bisitz   11843: 
                   11844:    'Role and/or section(s) for users without values specified in the uploaded file.'
1.93      raeburn  11845: => 'Role and/or section(s) for users without values specified in the uploaded file.',
1.6       bisitz   11846: 
                   11847:    'Display students with current/future access who are not in the uploaded file.'
1.93      raeburn  11848: => 'Display students with current/future access who are not in the uploaded file.',
1.6       bisitz   11849: 
                   11850:    'Students selected from this list can be dropped.'
1.93      raeburn  11851: => 'Students selected from this list can be dropped.',
1.6       bisitz   11852: 
                   11853:    'Update Student/Employee ID in courses in which user is active/future student,[_1](if forcing change).'
1.93      raeburn  11854: => 'Update Student/Employee ID in courses in which user is active/future student,[_1](if forcing change).',
1.6       bisitz   11855: 
                   11856:    'make these dates the default access dates for future student enrollment'
1.93      raeburn  11857: => 'make these dates the default access dates for future student enrollment',
1.6       bisitz   11858: 
                   11859:    'Set default start and end access dates for course.'
1.93      raeburn  11860: => 'Set default start and end access dates for course.',
1.6       bisitz   11861: 
                   11862:    'Unable to set default access dates for course.'
1.93      raeburn  11863: => 'Unable to set default access dates for course.',
1.6       bisitz   11864: 
                   11865:    'Please select'
1.93      raeburn  11866: => 'Please select',
1.6       bisitz   11867: 
                   11868:    'User Status: [_1]'
1.18      zhu      11869: => '用户状态: [_1]',
1.6       bisitz   11870: 
                   11871:    'Role Type: [_1]'
1.18      zhu      11872: => '角色类别: [_1]',
1.6       bisitz   11873: 
                   11874:    'Any role'
1.10      zhu      11875: => '任意角色',
1.6       bisitz   11876: 
                   11877:    'Role: [_1]'
1.18      zhu      11878: => '角色: [_1]',
1.6       bisitz   11879: 
                   11880:    'Select Course(s)'
1.10      zhu      11881: => '选择课程',
1.6       bisitz   11882: 
                   11883:    'Warning: data retrieval for multiple courses can take considerable time, as this operation is not currently optimized.'
1.93      raeburn  11884: => 'Warning: data retrieval for multiple courses can take considerable time, as this operation is not currently optimized.',
1.6       bisitz   11885: 
                   11886:    'There are no co-authors to display.'
1.93      raeburn  11887: => 'There are no co-authors to display.',
1.6       bisitz   11888: 
                   11889:    'There are no users with domain roles to display.'
1.93      raeburn  11890: => 'There are no users with domain roles to display.',
1.6       bisitz   11891: 
                   11892:    'There are no authors or co-authors to display.'
1.93      raeburn  11893: => 'There are no authors or co-authors to display.',
1.6       bisitz   11894: 
                   11895:    'There are no course users to display'
1.93      raeburn  11896: => 'There are no course users to display',
1.6       bisitz   11897: 
                   11898:    'There are no course users to display.'
1.93      raeburn  11899: => 'There are no course users to display.',
1.6       bisitz   11900: 
                   11901:    'There are no users matching the search criteria.'
1.93      raeburn  11902: => 'There are no users matching the search criteria.',
1.6       bisitz   11903: 
                   11904:    "You must select at least one user by checking a user's 'Select' checkbox"
1.93      raeburn  11905: => "You must select at least one user by checking a user's 'Select' checkbox",
1.6       bisitz   11906: 
                   11907:    'You need to select an action to take for the user(s) you have selected'
1.93      raeburn  11908: => 'You need to select an action to take for the user(s) you have selected',
1.6       bisitz   11909: 
                   11910:    ' for a single user?'
1.99      raeburn  11911: => ' for a single user?',
1.6       bisitz   11912: 
                   11913:    ' for multiple users?'
1.99      raeburn  11914: => ' for multiple users?',
1.6       bisitz   11915: 
                   11916:    'Proceed'
1.18      zhu      11917: => '下一步',
1.6       bisitz   11918: 
                   11919:    'Action to take for selected users'
1.93      raeburn  11920: => 'Action to take for selected users',
1.6       bisitz   11921: 
                   11922:    'Behavior of clickable username link for each user'
1.93      raeburn  11923: => 'Behavior of clickable username link for each user',
1.6       bisitz   11924: 
                   11925:    "Display a user's personal page"
                   11926: => "显示个人网页",
                   11927: 
                   11928:    "Modify a user's information"
1.93      raeburn  11929: => "Modify a user's information",
1.6       bisitz   11930: 
                   11931:    'Course(s): description, section(s), status'
1.93      raeburn  11932: => 'Course(s): description, section(s), status',
1.6       bisitz   11933: 
                   11934:    "Click on a username to view the user's personal page."
                   11935: => "点击用户名,以查看用户的个人网页。",
                   11936: 
                   11937:    'auto'
1.18      zhu      11938: => '自动',
1.6       bisitz   11939: 
                   11940:    'manual'
1.18      zhu      11941: => '手动',
1.6       bisitz   11942: 
                   11943:    'Unlock'
1.93      raeburn  11944: => 'Unlock',
1.6       bisitz   11945: 
                   11946:    'Lock'
1.93      raeburn  11947: => 'Lock',
1.6       bisitz   11948: 
                   11949:    'Domain Roles'
1.18      zhu      11950: => '域角色',
1.6       bisitz   11951: 
                   11952:    'Co-Author Roles'
1.18      zhu      11953: => '合著者角色',
1.6       bisitz   11954: 
                   11955:    'Course Roles'
1.18      zhu      11956: => '课程角色',
1.6       bisitz   11957: 
                   11958:    'Date and Section selector'
1.18      zhu      11959: => '日期和组选择',
1.6       bisitz   11960: 
                   11961:    'Date selector'
1.18      zhu      11962: => '日期选择器',
1.6       bisitz   11963: 
                   11964:    "Check the boxes for any users for whom roles are to be revoked, and click 'Proceed'"
1.93      raeburn  11965: => "Check the boxes for any users for whom roles are to be revoked, and click 'Proceed'",
1.6       bisitz   11966: 
                   11967:    "Check the boxes for any users for whom roles are to be deleted, and click 'Proceed'"
1.93      raeburn  11968: => "Check the boxes for any users for whom roles are to be deleted, and click 'Proceed'",
1.6       bisitz   11969: 
                   11970:    'Choose an action to take for selected users'
1.93      raeburn  11971: => 'Choose an action to take for selected users',
1.6       bisitz   11972: 
                   11973:    'New section to assign'
1.93      raeburn  11974: => 'New section to assign',
1.6       bisitz   11975: 
                   11976:    'Use "Save" to update the main window with your selections.'
1.97      raeburn  11977: => 'Use "Save" to update the main window with your selections.',
1.6       bisitz   11978: 
                   11979:    'New section'
1.70      zhu      11980: => '新的章节',
1.6       bisitz   11981: 
                   11982:    'Course - [_1]:'
1.18      zhu      11983: => '课程 - [_1]:',
1.6       bisitz   11984: 
                   11985:    'Domain - [_1]:'
1.18      zhu      11986: => '域 - [_1]:',
1.6       bisitz   11987: 
                   11988:    'Users in course with expired [_1] roles'
1.93      raeburn  11989: => 'Users in course with expired [_1] roles',
1.6       bisitz   11990: 
                   11991:    'Users in course with future [_1] roles'
1.93      raeburn  11992: => 'Users in course with future [_1] roles',
1.6       bisitz   11993: 
                   11994:    'Users in course with active [_1] roles'
1.93      raeburn  11995: => 'Users in course with active [_1] roles',
1.6       bisitz   11996: 
                   11997:    'All users in course'
1.93      raeburn  11998: => 'All users in course',
1.6       bisitz   11999: 
                   12000:    'All users in course with [_1] roles'
1.93      raeburn  12001: => 'All users in course with [_1] roles',
1.6       bisitz   12002: 
                   12003:    'only users in section "[_1]"'
1.93      raeburn  12004: => 'only users in section "[_1]"',
1.6       bisitz   12005: 
                   12006:    'only users affiliated with no section or section "[_1]"'
1.93      raeburn  12007: => 'only users affiliated with no section or section "[_1]"',
1.6       bisitz   12008: 
                   12009:    ' and not in any group'
1.99      raeburn  12010: => ' and not in any group',
1.6       bisitz   12011: 
                   12012:    ' and members of group: "[_1]"'
1.99      raeburn  12013: => ' and members of group: "[_1]"',
1.6       bisitz   12014: 
                   12015:    'only users affiliated with no section'
1.93      raeburn  12016: => 'only users affiliated with no section',
1.6       bisitz   12017: 
                   12018:    'only users affiliated with section "[_1]"'
1.93      raeburn  12019: => 'only users affiliated with section "[_1]"',
1.6       bisitz   12020: 
                   12021:    'only users not in any group'
1.93      raeburn  12022: => 'only users not in any group',
1.6       bisitz   12023: 
                   12024:    ' and also not in any group'
1.99      raeburn  12025: => ' and also not in any group',
1.6       bisitz   12026: 
                   12027:    'only members of group: "[_1]"'
1.18      zhu      12028: => '只有该组成员 "[_1]"',
1.6       bisitz   12029: 
                   12030:    ' and also members of group: "[_1]"'
1.99      raeburn  12031: => ' and also members of group: "[_1]"',
1.6       bisitz   12032: 
                   12033:    'Author space for [_1]'
1.93      raeburn  12034: => 'Author space for [_1]',
1.6       bisitz   12035: 
                   12036:    'Co-authors with expired [_1] roles'
1.93      raeburn  12037: => 'Co-authors with expired [_1] roles',
1.6       bisitz   12038: 
                   12039:    'Co-authors with future [_1] roles'
1.93      raeburn  12040: => 'Co-authors with future [_1] roles',
1.6       bisitz   12041: 
                   12042:    'Co-authors with active [_1] roles'
1.93      raeburn  12043: => 'Co-authors with active [_1] roles',
1.6       bisitz   12044: 
                   12045:    'All co-authors'
1.18      zhu      12046: => '所有合著者',
1.6       bisitz   12047: 
                   12048:    'All co-authors with [_1] roles'
1.93      raeburn  12049: => 'All co-authors with [_1] roles',
1.6       bisitz   12050: 
                   12051:    'Users in domain with expired [_1] roles'
1.93      raeburn  12052: => 'Users in domain with expired [_1] roles',
1.6       bisitz   12053: 
                   12054:    'Users in domain with future [_1] roles'
1.93      raeburn  12055: => 'Users in domain with future [_1] roles',
1.6       bisitz   12056: 
                   12057:    'Users in domain with active [_1] roles'
1.93      raeburn  12058: => 'Users in domain with active [_1] roles',
1.6       bisitz   12059: 
                   12060:    'All users in domain'
1.93      raeburn  12061: => 'All users in domain',
1.6       bisitz   12062: 
                   12063:    'All users in domain with [_1] roles'
1.93      raeburn  12064: => 'All users in domain with [_1] roles',
1.6       bisitz   12065: 
                   12066:    'Co-authors in domain with expired [_1] roles'
1.93      raeburn  12067: => 'Co-authors in domain with expired [_1] roles',
1.6       bisitz   12068: 
                   12069:    'Co-authors in domain with future [_1] roles'
1.93      raeburn  12070: => 'Co-authors in domain with future [_1] roles',
1.6       bisitz   12071: 
                   12072:    'Co-authors in domain with active [_1] roles'
1.93      raeburn  12073: => 'Co-authors in domain with active [_1] roles',
1.6       bisitz   12074: 
                   12075:    'All users with co-author roles in domain'
1.93      raeburn  12076: => 'All users with co-author roles in domain',
1.6       bisitz   12077: 
                   12078:    'All co-authors in domain  with [_1] roles'
1.93      raeburn  12079: => 'All co-authors in domain  with [_1] roles',
1.6       bisitz   12080: 
                   12081:    'All courses in domain'
1.93      raeburn  12082: => 'All courses in domain',
1.6       bisitz   12083: 
                   12084:    'Courses in domain with institutional code: [_1]'
1.93      raeburn  12085: => 'Courses in domain with institutional code: [_1]',
1.6       bisitz   12086: 
                   12087:    'Selected courses in domain'
1.93      raeburn  12088: => 'Selected courses in domain',
1.6       bisitz   12089: 
                   12090:    'users with expired [_1] roles'
1.93      raeburn  12091: => 'users with expired [_1] roles',
1.6       bisitz   12092: 
                   12093:    'users with future [_1] roles'
1.93      raeburn  12094: => 'users with future [_1] roles',
1.6       bisitz   12095: 
                   12096:    'users with active [_1] roles'
1.93      raeburn  12097: => 'users with active [_1] roles',
1.6       bisitz   12098: 
                   12099:    'all users'
1.70      zhu      12100: => '所有用户',
1.6       bisitz   12101: 
                   12102:    'users with [_1] roles'
1.70      zhu      12103: => '用户角色"[_1]"',
1.6       bisitz   12104: 
                   12105:    'There are no students to drop.'
1.93      raeburn  12106: => 'There are no students to drop.',
1.6       bisitz   12107: 
                   12108:    'Upload a file containing information about users'
1.70      zhu      12109: => '上传一个包含有用户信息的文件',
1.6       bisitz   12110: 
                   12111:    'Upload file of users'
1.70      zhu      12112: => '上传用户文件',
1.6       bisitz   12113: 
                   12114:    'How do I create a users list from a spreadsheet'
1.70      zhu      12115: => '如何从电子表格建立用户列表',
1.6       bisitz   12116: 
                   12117:    'Unable to enroll users'
1.70      zhu      12118: => '无法注册用户',
1.6       bisitz   12119: 
                   12120:    'Enrolling Users'
1.70      zhu      12121: => '注册用户',
1.6       bisitz   12122: 
                   12123:    'Updating Co-authors'
1.70      zhu      12124: => '更新共同作者',
1.6       bisitz   12125: 
                   12126:    'Adding/Modifying Users'
1.70      zhu      12127: => '添加/修改用户',
1.6       bisitz   12128: 
                   12129:    'Default section name [_1] could not be used as it is a reserved word.'
1.93      raeburn  12130: => 'Default section name [_1] could not be used as it is a reserved word.',
1.6       bisitz   12131: 
                   12132:    'Default section name "[_1]" is the name of a course group. Section names and group names must be distinct.'
1.93      raeburn  12133: => 'Default section name "[_1]" is the name of a course group. Section names and group names must be distinct.',
1.6       bisitz   12134: 
                   12135:    '[_1]: Unable to enroll user [_2] [_3] [_4] [_5] in a section named "[_6]" - this is a reserved word.'
1.98      bisitz   12136: => '[_1]: Unable to enroll user [_2] [_3] [_4] [_5] in a section named "[_6]" - this is a reserved word.',
1.6       bisitz   12137: 
                   12138:    '[_1]: Unable to enroll user [_2] [_3] [_4] [_5] in a section named "[_6]" - this is a course group.'
1.98      bisitz   12139: => '[_1]: Unable to enroll user [_2] [_3] [_4] [_5] in a section named "[_6]" - this is a course group.',
1.6       bisitz   12140: 
                   12141:    'Section names and group names must be distinct.'
1.93      raeburn  12142: => 'Section names and group names must be distinct.',
1.6       bisitz   12143: 
                   12144:    '[_1]: Unable to enroll user [_2] [_3] [_4] [_5] in a section named "[_6]".'
1.98      bisitz   12145: => '[_1]: Unable to enroll user [_2] [_3] [_4] [_5] in a section named "[_6]".',
1.6       bisitz   12146: 
                   12147:    'This user already has an active/future student role in the course, unaffiliated to any section.'
1.93      raeburn  12148: => 'This user already has an active/future student role in the course, unaffiliated to any section.',
1.6       bisitz   12149: 
                   12150:    'This user already has an active/future role in section "[_1]" of the course.'
1.93      raeburn  12151: => 'This user already has an active/future role in section "[_1]" of the course.',
1.6       bisitz   12152: 
                   12153:    'Although your current role has privileges to add students to section "[_1]", you do not have privileges to modify existing enrollments in other sections.'
1.93      raeburn  12154: => 'Although your current role has privileges to add students to section "[_1]", you do not have privileges to modify existing enrollments in other sections.',
1.6       bisitz   12155: 
                   12156:    '[_1]: You do not have permission to add the requested role [_2] for the user.'
1.98      bisitz   12157: => '[_1]: You do not have permission to add the requested role [_2] for the user.',
1.6       bisitz   12158: 
                   12159:    'Allowable role(s) is/are: [_1].'
1.93      raeburn  12160: => 'Allowable role(s) is/are: [_1].',
1.6       bisitz   12161: 
                   12162:    '[_1]: Unable to enroll. No password specified.'
1.98      bisitz   12163: => '[_1]: Unable to enroll. No password specified.',
1.6       bisitz   12164: 
                   12165:    '[_1]: Unable to add co-author. No password specified.'
1.98      bisitz   12166: => '[_1]: Unable to add co-author. No password specified.',
1.6       bisitz   12167: 
                   12168:    '[_1]: Unable to add user. No password specified.'
1.98      bisitz   12169: => '[_1]: Unable to add user. No password specified.',
1.6       bisitz   12170: 
                   12171:    'Processed [quant,_1,user].'
1.101     bisitz   12172: => 'Processed [quant,_1,user].',
1.6       bisitz   12173: 
                   12174:    'Roles added for [quant,_1,user].'
1.93      raeburn  12175: => 'Roles added for [quant,_1,user].',
1.6       bisitz   12176: 
                   12177:    'If a user is currently logged-in to LON-CAPA, any new roles which are active will be available when the user next logs in.'
1.93      raeburn  12178: => 'If a user is currently logged-in to LON-CAPA, any new roles which are active will be available when the user next logs in.',
1.6       bisitz   12179: 
                   12180:    'No roles added'
1.93      raeburn  12181: => 'No roles added',
1.6       bisitz   12182: 
                   12183:    'Authentication changed for [_1] existing users.'
1.93      raeburn  12184: => 'Authentication changed for [_1] existing users.',
1.6       bisitz   12185: 
                   12186:    'Students to Drop'
1.93      raeburn  12187: => 'Students to Drop',
1.6       bisitz   12188: 
                   12189:    'There are no students with current/future access to the course.'
1.93      raeburn  12190: => 'There are no students with current/future access to the course.',
1.6       bisitz   12191: 
                   12192:    '[_1]: Unable to add/modify: [_2]'
1.98      bisitz   12193: => '[_1]: Unable to add/modify: [_2]',
1.6       bisitz   12194: 
                   12195:    '[_1]: Unable to modify authentication: [_2]'
1.98      bisitz   12196: => '[_1]: Unable to modify authentication: [_2]',
1.6       bisitz   12197: 
                   12198:    '[_1]: Unable to add role: [_2]'
1.98      bisitz   12199: => '[_1]: Unable to add role: [_2]',
1.6       bisitz   12200: 
                   12201:    'No change in section assignment (none)'
1.93      raeburn  12202: => 'No change in section assignment (none)',
1.6       bisitz   12203: 
                   12204:    "Revoked role of '[_1]' in [_2] for [_3]"
1.93      raeburn  12205: => "Revoked role of '[_1]' in [_2] for [_3]",
1.6       bisitz   12206: 
                   12207:    "Deleted role of '[_1]' in [_2] for [_3]"
1.93      raeburn  12208: => "Deleted role of '[_1]' in [_2] for [_3]",
1.6       bisitz   12209: 
                   12210:    "Re-enabled role of '[_1]' in [_2] for [_3]"
1.93      raeburn  12211: => "Re-enabled role of '[_1]' in [_2] for [_3]",
1.6       bisitz   12212: 
                   12213:    "Activated role of '[_1]' in [_2] for [_3]"
1.93      raeburn  12214: => "Activated role of '[_1]' in [_2] for [_3]",
1.6       bisitz   12215: 
                   12216:    "Changed Access Dates for role of '[_1]' in [_2] for [_3]"
1.93      raeburn  12217: => "Changed Access Dates for role of '[_1]' in [_2] for [_3]",
1.6       bisitz   12218: 
                   12219:    "Changed section for role of '[_1]' in [_2] for [_3]"
1.93      raeburn  12220: => "Changed section for role of '[_1]' in [_2] for [_3]",
1.6       bisitz   12221: 
                   12222:    "Dropped role of '[_1]' in [_2] for [_3]"
1.93      raeburn  12223: => "Dropped role of '[_1]' in [_2] for [_3]",
1.6       bisitz   12224: 
                   12225:    'Error revoking [_1] in [_2] for [_3]: [_4].'
1.93      raeburn  12226: => 'Error revoking [_1] in [_2] for [_3]: [_4].',
1.6       bisitz   12227: 
                   12228:    'Error deleting [_1] in [_2] for [_3]: [_4].'
1.93      raeburn  12229: => 'Error deleting [_1] in [_2] for [_3]: [_4].',
1.6       bisitz   12230: 
                   12231:    'Error re-enabling [_1] in [_2] for [_3]: [_4].'
1.93      raeburn  12232: => 'Error re-enabling [_1] in [_2] for [_3]: [_4].',
1.6       bisitz   12233: 
                   12234:    'Error activating [_1] in [_2] for [_3]: [_4].'
1.93      raeburn  12235: => 'Error activating [_1] in [_2] for [_3]: [_4].',
1.6       bisitz   12236: 
                   12237:    'Error changing access dates for [_1] in [_2] for [_3]: [_4].'
1.93      raeburn  12238: => 'Error changing access dates for [_1] in [_2] for [_3]: [_4].',
1.6       bisitz   12239: 
                   12240:    'Error changing section for [_1] in [_2] for [_3]: [_4].'
1.93      raeburn  12241: => 'Error changing section for [_1] in [_2] for [_3]: [_4].',
1.6       bisitz   12242: 
                   12243:    'Error dropping [_1] in [_2] for [_3]: [_4].'
1.93      raeburn  12244: => 'Error dropping [_1] in [_2] for [_3]: [_4].',
1.6       bisitz   12245: 
                   12246:    'Revoked role(s) for [quant,_1,user,users,no users].'
1.93      raeburn  12247: => 'Revoked role(s) for [quant,_1,user,users,no users].',
1.6       bisitz   12248: 
                   12249:    'Deleted role(s) for [quant,_1,user,users,no users].'
1.93      raeburn  12250: => 'Deleted role(s) for [quant,_1,user,users,no users].',
1.6       bisitz   12251: 
                   12252:    'Re-enabled role(s) for [quant,_1,user,users,no users].'
1.93      raeburn  12253: => 'Re-enabled role(s) for [quant,_1,user,users,no users].',
1.6       bisitz   12254: 
                   12255:    'Activated role(s) for [quant,_1,user,users,no users].'
1.93      raeburn  12256: => 'Activated role(s) for [quant,_1,user,users,no users].',
1.6       bisitz   12257: 
                   12258:    'Changed Access Dates for role(s) for [quant,_1,user,users,no users].'
1.93      raeburn  12259: => 'Changed Access Dates for role(s) for [quant,_1,user,users,no users].',
1.6       bisitz   12260: 
                   12261:    'Changed section for role(s) for [quant,_1,user,users,no users].'
1.93      raeburn  12262: => 'Changed section for role(s) for [quant,_1,user,users,no users].',
1.6       bisitz   12263: 
                   12264:    'Dropped role(s) for [quant,_1,user,users,no users].'
1.93      raeburn  12265: => 'Dropped role(s) for [quant,_1,user,users,no users].',
1.6       bisitz   12266: 
                   12267:    'Re-enabling will re-activate data for the role.'
1.93      raeburn  12268: => 'Re-enabling will re-activate data for the role.',
1.6       bisitz   12269: 
                   12270:    'Display User Lists'
1.93      raeburn  12271: => 'Display User Lists',
1.6       bisitz   12272: 
                   12273:    'Display current class roster'
1.93      raeburn  12274: => 'Display current class roster',
1.6       bisitz   12275: 
                   12276:    'No section'
1.93      raeburn  12277: => 'No section',
1.6       bisitz   12278: 
                   12279:    'List Users'
1.70      zhu      12280: => '用户列表',
1.6       bisitz   12281: 
                   12282:    'Pick custom role'
1.70      zhu      12283: => '选择自定义角色',
1.6       bisitz   12284: 
                   12285:    'Advanced Role'
1.70      zhu      12286: => '扩展的角色',
1.6       bisitz   12287: 
                   12288:    "Create User Notes, Display all User's Notes, Face-to-Face, Critical Messages, Broadcast Messages"
1.93      raeburn  12289: => "Create User Notes, Display all User's Notes, Face-to-Face, Critical Messages, Broadcast Messages",
1.6       bisitz   12290: 
                   12291:    'Evade communication blocking'
1.93      raeburn  12292: => 'Evade communication blocking',
1.6       bisitz   12293: 
                   12294:    'Generate anonymous statistics'
1.93      raeburn  12295: => 'Generate anonymous statistics',
1.6       bisitz   12296: 
                   12297:    'Modify grade queue'
1.98      bisitz   12298: => 'Modify grade queue',
1.6       bisitz   12299: 
                   12300:    'Grade items in grading queue'
1.93      raeburn  12301: => 'Grade items in grading queue',
1.6       bisitz   12302: 
                   12303:    'Set assessment parameters'
1.98      bisitz   12304: => 'Set assessment parameters',
1.6       bisitz   12305: 
                   12306:    'Advanced printing options (with answers, discussions, all foils, ...)'
1.93      raeburn  12307: => 'Advanced printing options (with answers, discussions, all foils, ...)',
1.6       bisitz   12308: 
                   12309:    'Print for other users and entire course'
1.93      raeburn  12310: => 'Print for other users and entire course',
1.6       bisitz   12311: 
                   12312:    'Get identity behind anonymous postings'
1.93      raeburn  12313: => 'Get identity behind anonymous postings',
1.6       bisitz   12314: 
                   12315:    'View grades'
1.93      raeburn  12316: => 'View grades',
1.6       bisitz   12317: 
                   12318:    "Access to What's New page"
1.70      zhu      12319: => "进入新页",
1.6       bisitz   12320: 
                   12321:    'Upload Users List'
1.70      zhu      12322: => '上传用户列表',
1.6       bisitz   12323: 
                   12324:    'Update Users'
1.70      zhu      12325: => '用户更新',
1.6       bisitz   12326: 
                   12327:    'Create/modify a user'
1.70      zhu      12328: => '创建/修改用户',
1.6       bisitz   12329: 
                   12330:    'Search for a user and modify/add user information or roles'
1.70      zhu      12331: => '搜索用户和修改/添加用户资料或角色',
1.6       bisitz   12332: 
                   12333:    'Add/modify a single user'
1.70      zhu      12334: => '添加/修改一个用户',
1.6       bisitz   12335: 
                   12336:    'Create users or modify the roles and privileges of users'
1.70      zhu      12337: => '创建或修改用户的角色和权限',
1.6       bisitz   12338: 
                   12339:    'Upload a File of Users'
1.70      zhu      12340: => '上传用户文件',
1.6       bisitz   12341: 
1.69      droeschl 12342:    'Add/Modify a User'
1.70      zhu      12343: => '添加/修改用户',
1.6       bisitz   12344: 
                   12345:    'create new user if required'
1.70      zhu      12346: => '如有必要,创建新用户',
1.6       bisitz   12347: 
1.69      droeschl 12348:    'Manage Users'
1.70      zhu      12349: => '管理用户',
1.6       bisitz   12350: 
                   12351:    'Create/Modify user'
1.70      zhu      12352: => '创建/修改用户',
1.6       bisitz   12353: 
                   12354:    'Visible input'
1.70      zhu      12355: => '可见输入',
1.6       bisitz   12356: 
                   12357:    'Currently in use'
1.70      zhu      12358: => '目前正在使用',
1.6       bisitz   12359: 
                   12360:    'Modify this user: [_1]'
1.70      zhu      12361: => '改此用户名: [_1]',
1.6       bisitz   12362: 
                   12363:    'Blank Problem'
1.12      zhu      12364: => '空白问题',
1.6       bisitz   12365: 
                   12366:    'Chemical Reaction Response'
1.70      zhu      12367: => '化学反应',
1.6       bisitz   12368: 
1.76      bisitz   12369:    'Chemical Reaction Response with Hints'
1.93      raeburn  12370: => 'Chemical Reaction Response with Hints', # '化学反应',
1.76      bisitz   12371: 
1.6       bisitz   12372:    'Click-On-Image Problem'
1.70      zhu      12373: => '点击图片',
1.6       bisitz   12374: 
                   12375:    'Curve Plot with Numerical Response'
1.93      raeburn  12376: => 'Curve Plot with Numerical Response',
1.6       bisitz   12377: 
                   12378:    'Custom Response'
1.93      raeburn  12379: => 'Custom Response',
1.76      bisitz   12380: 
                   12381:    'Custom Response with Partial Credit'
1.93      raeburn  12382: => 'Custom Response with Partial Credit',
1.6       bisitz   12383: 
                   12384:    'Data Plot with Numerical Response'
1.93      raeburn  12385: => 'Data Plot with Numerical Response',
1.6       bisitz   12386: 
                   12387:    'Essay Response'
1.18      zhu      12388: => '尝试回答',
1.6       bisitz   12389: 
                   12390:    'Exam Upload Resource'
1.93      raeburn  12391: => 'Exam Upload Resource',
1.6       bisitz   12392: 
                   12393:    'Formula Response using Computer Algebra System'
1.93      raeburn  12394: => 'Formula Response using Computer Algebra System',
1.6       bisitz   12395: 
                   12396:    'Formula Response using Computer Algebra System and Hints'
1.93      raeburn  12397: => 'Formula Response using Computer Algebra System and Hints',
1.6       bisitz   12398: 
1.76      bisitz   12399:    'Formula Response using Computer Algebra System R and Data Plot'
1.93      raeburn  12400: => 'Formula Response using Computer Algebra System R and Data Plot',
1.76      bisitz   12401: 
1.6       bisitz   12402:    'Formula Response with Samples'
1.93      raeburn  12403: => 'Formula Response with Samples',
1.6       bisitz   12404: 
                   12405:    'Unordered Multi-Answer Formula Response Problem'
1.93      raeburn  12406: => 'Unordered Multi-Answer Formula Response Problem',
1.6       bisitz   12407: 
1.76      bisitz   12408:    'Math Response using Computer Algebra System MAXIMA'
1.93      raeburn  12409: => 'Math Response using Computer Algebra System MAXIMA',
1.76      bisitz   12410: 
                   12411:    'Math Response using Computer Algebra System R'
1.93      raeburn  12412: => 'Math Response using Computer Algebra System R',
1.6       bisitz   12413: 
                   12414:    'Math Response using Computer Algebra System and Hints'
1.93      raeburn  12415: => 'Math Response using Computer Algebra System and Hints',
1.6       bisitz   12416: 
                   12417:    'Numerical Response'
1.93      raeburn  12418: => 'Numerical Response',
1.6       bisitz   12419: 
                   12420:    'One of Multiple Answers Numerical Problem'
1.93      raeburn  12421: => 'One of Multiple Answers Numerical Problem',
1.6       bisitz   12422: 
                   12423:    'Option Response - Matching'
1.93      raeburn  12424: => 'Option Response - Matching',
1.6       bisitz   12425: 
                   12426:    'Option Response - Concept Groups'
1.93      raeburn  12427: => 'Option Response - Concept Groups',
1.6       bisitz   12428: 
                   12429:    'Matching Response'
1.93      raeburn  12430: => 'Matching Response',
1.6       bisitz   12431: 
                   12432:    'Option Response - True/False'
1.93      raeburn  12433: => 'Option Response - True/False',
1.6       bisitz   12434: 
                   12435:    'Organic Material Response'
1.93      raeburn  12436: => 'Organic Material Response',
1.6       bisitz   12437: 
1.76      bisitz   12438:    'Organic Material Response with Hint'
1.93      raeburn  12439: => 'Organic Material Response with Hint',
1.76      bisitz   12440: 
1.6       bisitz   12441:    'Radio Button Response'
1.18      zhu      12442: => '单选',
1.6       bisitz   12443: 
                   12444:    'Randomly Labelled Image with Option Response'
1.93      raeburn  12445: => 'Randomly Labelled Image with Option Response',
1.6       bisitz   12446: 
                   12447:    'Rank Response'
1.70      zhu      12448: => '等级制度 (Rank Response)',
1.6       bisitz   12449: 
                   12450:    'String Response'
1.70      zhu      12451: => '文本输入 (String Response)',
1.6       bisitz   12452: 
1.81      bisitz   12453:    'Display catalog of courses and communities'
1.93      raeburn  12454: => '课程目录',
1.6       bisitz   12455: 
                   12456:    'Manage co-authors'
1.18      zhu      12457: => '管理共同作者',
1.6       bisitz   12458: 
                   12459:    'Upload a File of Co-authors'
1.18      zhu      12460: => '上传共同作者的文件',
1.6       bisitz   12461: 
1.69      droeschl 12462:    'Add/Modify a Co-author'
1.79      bisitz   12463: => '添加/修改一个共同的作者',
1.6       bisitz   12464: 
1.69      droeschl 12465:    'Manage Co-authors'
1.79      bisitz   12466: => '管理共同作者',
1.6       bisitz   12467: 
                   12468:    'No courses match the criteria you selected.'
1.18      zhu      12469: => '没有选择相对应的课程。',
1.6       bisitz   12470: 
                   12471:    'Key authority (<tt>id@domain</tt>) if other than course'
1.93      raeburn  12472: => 'Key authority (<tt>id@domain</tt>) if other than course',
1.6       bisitz   12473: 
                   12474:    'New bridgetask file'
1.93      raeburn  12475: => 'New bridgetask file',
1.6       bisitz   12476: 
                   12477:    'Create problem'
1.12      zhu      12478: => '创建问题',
1.6       bisitz   12479: 
                   12480:    'Create library'
1.12      zhu      12481: => '创建图书馆',
1.6       bisitz   12482: 
                   12483:    'Create survey'
1.12      zhu      12484: => '创建调查',
1.6       bisitz   12485: 
                   12486:    'Create task'
1.12      zhu      12487: => '创建任务',
1.6       bisitz   12488: 
                   12489:    'Problem Testing'
1.12      zhu      12490: => '问题测试',
1.6       bisitz   12491: 
                   12492:    "Don't Show Incorect/Correct Feedback"
1.12      zhu      12493: => "不显示不正确/正确的反馈",
1.6       bisitz   12494: 
                   12495:    "Don't Show Any Feedback"
1.12      zhu      12496: => "不显示任何反馈",
1.6       bisitz   12497: 
                   12498:    'Change View'
1.12      zhu      12499: => '更改视图',
1.6       bisitz   12500: 
                   12501:    'Show Default View'
1.12      zhu      12502: => '查看默认视图',
1.6       bisitz   12503: 
                   12504:    '[_1] for [_2] versions.'
1.70      zhu      12505: => '[_1] 的 [_2] 版本。',
1.6       bisitz   12506: 
                   12507:    'Set new preferred languages to '
1.9       zhu      12508: => '首选语言设置为 ',
1.6       bisitz   12509: 
                   12510:    'Reset preferred language.'
1.9       zhu      12511: => '重设的首选语言。',
1.6       bisitz   12512: 
                   12513:    'Set new preferred math display to '
1.93      raeburn  12514: => 'Set new preferred math display to ',
1.6       bisitz   12515: 
                   12516:    'Reset preferred math display.'
1.93      raeburn  12517: => 'Reset preferred math display.',
1.6       bisitz   12518: 
                   12519:    'Set new screenname to '
1.18      zhu      12520: => '在匿名讨论中新的昵称为 ',
1.6       bisitz   12521: 
                   12522:    'Reset screenname.'
1.9       zhu      12523: => '重置昵称。',
1.6       bisitz   12524: 
                   12525:    'Set new nickname to '
1.9       zhu      12526: => '设置新的昵称为 ',
1.6       bisitz   12527: 
                   12528:    'Reset nickname.'
1.9       zhu      12529: => '重设昵称。',
1.6       bisitz   12530: 
                   12531:    'Set menu mode to [_1].'
1.18      zhu      12532: => '设置菜单模式为 [_1]。',
1.6       bisitz   12533: 
                   12534:    'Reset '
1.9       zhu      12535: => '重置',
1.6       bisitz   12536: 
                   12537:    'Set message forwarding to '
1.22      zhu      12538: => '设置邮件转发到 ',
1.6       bisitz   12539: 
                   12540:    "Set message forwarding to 'off'."
1.22      zhu      12541: => "设置邮件转发为'关闭'。",
1.6       bisitz   12542: 
                   12543:    'Set non-critical message notification address(es) to '
1.22      zhu      12544: => '设置非重要的邮件通知地址为 ',
1.6       bisitz   12545: 
                   12546:    "Set non-critical message notification to 'off'."
1.22      zhu      12547: => "设置非重要的邮件通知为'关闭'。",
1.6       bisitz   12548: 
                   12549:    'Set critical message notification address(es) to '
1.22      zhu      12550: => '设置重要的邮件通知地址为 ',
1.6       bisitz   12551: 
                   12552:    "Set critical message notification to 'off'."
1.22      zhu      12553: => "设置重要的邮件通知为'关闭'。",
1.6       bisitz   12554: 
                   12555:    'Set address(es) to receive excerpts with html retained '
1.22      zhu      12556: => '设置保留HTML摘录的地址为 ',
1.6       bisitz   12557: 
                   12558:    'Set notification address to receive excerpts with html stripped.'
1.22      zhu      12559: => '设置接收邮件地址为不保留的HTML摘录。',
1.6       bisitz   12560: 
                   12561:    'Set all notification addresses to receive excerpts with html stripped.'
1.22      zhu      12562: => '设置所有的接收邮件地址为不保留的HTML摘录。',
1.6       bisitz   12563: 
                   12564:    'Set Page Background to '
1.22      zhu      12565: => '设置页面的背景为 ',
1.6       bisitz   12566: 
                   12567:    'Set Header Background to '
1.22      zhu      12568: => '设置页眉背景为 ',
1.6       bisitz   12569: 
                   12570:    'Set Header Border to '
1.22      zhu      12571: => '设置页眉边界为 ',
1.6       bisitz   12572: 
                   12573:    'Set Font to '
1.22      zhu      12574: => '设置字体为 ',
1.6       bisitz   12575: 
                   12576:    'Set Un-Visited Link to '
1.22      zhu      12577: => '设置未访问链接颜色为 ',
1.6       bisitz   12578: 
                   12579:    'Set Visited Link to '
1.22      zhu      12580: => '设置已访问链接颜色为 ',
1.6       bisitz   12581: 
                   12582:    'Set Active Link to '
1.22      zhu      12583: => '设置活动链接颜色为 ',
1.6       bisitz   12584: 
                   12585:    'Reset Page Background'
1.22      zhu      12586: => '重设网页背景',
1.6       bisitz   12587: 
                   12588:    'Reset Header Background'
1.22      zhu      12589: => '重置页眉背景',
1.6       bisitz   12590: 
                   12591:    'Reset Header Border'
1.22      zhu      12592: => '重置页眉边界',
1.6       bisitz   12593: 
                   12594:    'Reset Font.'
1.22      zhu      12595: => '重置字体颜色。',
1.6       bisitz   12596: 
                   12597:    'Reset Un-Visited Link.'
1.22      zhu      12598: => '重置未访问链接颜色。',
1.6       bisitz   12599: 
                   12600:    'Reset Visited Link.'
1.22      zhu      12601: => '重置已访问链接颜色。',
1.6       bisitz   12602: 
                   12603:    'Reset Active Link.'
1.22      zhu      12604: => '重置活动链接颜色。',
1.6       bisitz   12605: 
                   12606:    'Freezing Role: [_1]'
1.22      zhu      12607: => '冻结的角色: [_1]',
1.6       bisitz   12608: 
                   12609:    'Unfreezing Role: [_1]'
1.99      raeburn  12610: => '解冻的角色: [_1] reversed',
1.6       bisitz   12611: 
                   12612:    'No such user: '
1.22      zhu      12613: => '此用户不存在: ',
1.6       bisitz   12614: 
1.49      bisitz   12615:    'Sorry, the URL you provided to complete the reset of your password was invalid. Either the token included in the URL has been deleted or the URL you provided was invalid. Please submit a [_1]new request[_2] for a password reset, and follow the link to the new URL included in the e-mail that will be sent to you, to allow you to enter a new password.'
1.93      raeburn  12616: => 'Sorry, the URL you provided to complete the reset of your password was invalid. Either the token included in the URL has been deleted or the URL you provided was invalid. Please submit a [_1]new request[_2] for a password reset, and follow the link to the new URL included in the e-mail that will be sent to you, to allow you to enter a new password.',
1.6       bisitz   12617: 
                   12618:    'Sorry, the token generated when you requested a password reset has expired.'
1.93      raeburn  12619: => 'Sorry, the token generated when you requested a password reset has expired.',
1.6       bisitz   12620: 
                   12621:    'Sorry, the URL generated when you requested reset of your password contained incomplete information.'
1.93      raeburn  12622: => 'Sorry, the URL generated when you requested reset of your password contained incomplete information.',
1.6       bisitz   12623: 
                   12624:    'Page requested in unexpected context'
1.93      raeburn  12625: => 'Page requested in unexpected context',
1.6       bisitz   12626: 
                   12627:    'Invalid username and/or domain'
1.93      raeburn  12628: => 'Invalid username and/or domain',
1.6       bisitz   12629: 
                   12630:    'Username and domain were blank'
1.93      raeburn  12631: => 'Username and domain were blank',
1.6       bisitz   12632: 
                   12633:    'Authentication type for this user can not be changed by this mechanism'
1.93      raeburn  12634: => 'Authentication type for this user can not be changed by this mechanism',
1.6       bisitz   12635: 
                   12636:    'One or more password fields were blank'
1.93      raeburn  12637: => 'One or more password fields were blank',
1.6       bisitz   12638: 
                   12639:    'Please log out and try again.'
1.93      raeburn  12640: => 'Please log out and try again.',
1.6       bisitz   12641: 
                   12642:    'Please try again later.'
1.93      raeburn  12643: => 'Please try again later.',
1.6       bisitz   12644: 
                   12645:    'Unable to retrieve saved token for password decryption'
1.93      raeburn  12646: => 'Unable to retrieve saved token for password decryption',
1.6       bisitz   12647: 
                   12648:    'Could not verify current authentication.'
1.93      raeburn  12649: => 'Could not verify current authentication.',
1.6       bisitz   12650: 
                   12651:    'The new passwords you entered do not match.'
1.93      raeburn  12652: => 'The new passwords you entered do not match.',
1.6       bisitz   12653: 
                   12654:    'Passwords must be a minimum of 7 characters long.'
1.93      raeburn  12655: => 'Passwords must be a minimum of 7 characters long.',
1.6       bisitz   12656: 
                   12657:    'The password you entered contained illegal characters.'
1.93      raeburn  12658: => 'The password you entered contained illegal characters.',
1.6       bisitz   12659: 
                   12660:    'Valid characters are'
1.93      raeburn  12661: => 'Valid characters are',
1.6       bisitz   12662: 
1.21      raeburn  12663:    'The password for [_1] was successfully changed.'
1.22      zhu      12664: => '[_1] 的密码已成功更改。',
1.6       bisitz   12665: 
1.21      raeburn  12666:    'The password for [_1] was not changed.'
1.93      raeburn  12667: => 'The password for [_1] was not changed.',
1.6       bisitz   12668: 
                   12669:    'In discussions: only new posts will be displayed.'
1.93      raeburn  12670: => 'In discussions: only new posts will be displayed.',
1.6       bisitz   12671: 
                   12672:    'In discussions: all posts will be displayed.'
1.93      raeburn  12673: => 'In discussions: all posts will be displayed.',
1.6       bisitz   12674: 
                   12675:    'In discussions: new posts will be cease to be identified as "NEW" after display.'
1.93      raeburn  12676: => 'In discussions: new posts will be cease to be identified as "NEW" after display.',
1.6       bisitz   12677: 
                   12678:    'In discussions: posts will be identified as "NEW" until marked as read by the reader.'
1.93      raeburn  12679: => 'In discussions: posts will be identified as "NEW" until marked as read by the reader.',
1.6       bisitz   12680: 
                   12681:    'The e-mail address entered in row '
1.22      zhu      12682: => '电子邮件地址输入行 ',
1.6       bisitz   12683: 
                   12684:    'The e-mail address you entered'
1.22      zhu      12685: => '您输入的电子邮件地址',
1.6       bisitz   12686: 
                   12687:    'is not a valid e-mail address'
1.22      zhu      12688: => '不是一个有效的电子邮件地址',
1.6       bisitz   12689: 
                   12690:    'Title for the Uploaded Score'
1.93      raeburn  12691: => 'Title for the Uploaded Score',
1.6       bisitz   12692: 
                   12693:    'Title for the Page'
1.56      zhu      12694: => '标题页',
1.6       bisitz   12695: 
                   12696:    'Title for the Problem'
1.56      zhu      12697: => '问题的标题',
1.6       bisitz   12698: 
                   12699:    'Title for the Drop Box'
1.93      raeburn  12700: => 'Title for the Drop Box',
1.6       bisitz   12701: 
                   12702:    'Title for the Bulletin Board'
1.56      zhu      12703: => '公告栏的标题',
1.6       bisitz   12704: 
                   12705:    'Not a valid user:domain'
1.56      zhu      12706: => '不是有效的用户:域',
1.6       bisitz   12707: 
                   12708:    'Please enter both user and domain in the format user:domain'
1.56      zhu      12709: => '请输入用户和域,格式为 用户:域',
1.6       bisitz   12710: 
1.25      bisitz   12711:    'Personal Information Page of '
1.93      raeburn  12712: => 'Personal Information Page of ',
1.6       bisitz   12713: 
                   12714:    'No info'
1.93      raeburn  12715: => 'No info',
1.6       bisitz   12716: 
                   12717:    'No user information available'
1.93      raeburn  12718: => 'No user information available',
1.6       bisitz   12719: 
                   12720:    'The new directory name was changed from [_1] to [_2].'
1.93      raeburn  12721: => 'The new directory name was changed from [_1] to [_2].',
1.6       bisitz   12722: 
                   12723:    'Unable to create a directory named'
1.93      raeburn  12724: => 'Unable to create a directory named',
1.6       bisitz   12725: 
                   12726:    'A file or directory by that name already exists.'
1.93      raeburn  12727: => 'A file or directory by that name already exists.',
1.6       bisitz   12728: 
                   12729:    'Allowing others to retrieve file: [_1]'
1.93      raeburn  12730: => 'Allowing others to retrieve file: [_1]',
1.6       bisitz   12731: 
                   12732:    'Access to this file by others can be set to be one or more of the following types: public, passphrase-protected or conditional.'
1.93      raeburn  12733: => 'Access to this file by others can be set to be one or more of the following types: public, passphrase-protected or conditional.',
1.6       bisitz   12734: 
                   12735:    'Public files are available to anyone without the need for login.'
1.98      bisitz   12736: => 'Public files are available to anyone without the need for login.',
1.6       bisitz   12737: 
                   12738:    'Passphrase-protected files do not require log-in, but will require the viewer to enter the passphrase you set.'
1.93      raeburn  12739: => 'Passphrase-protected files do not require log-in, but will require the viewer to enter the passphrase you set.',
1.6       bisitz   12740: 
                   12741:    'A listing of files viewable without log-in is available at: '
1.93      raeburn  12742: => 'A listing of files viewable without log-in is available at: ',
1.6       bisitz   12743: 
                   12744:    "For logged in users a 'Display file listing' link will also appear (when there are viewable files) on your personal information page:"
1.93      raeburn  12745: => "For logged in users a 'Display file listing' link will also appear (when there are viewable files) on your personal information page:",
1.6       bisitz   12746: 
                   12747:    "Users with privileges to edit course contents may add a course information page to a course using the 'Course Info' button in DOCS"
1.93      raeburn  12748: => "Users with privileges to edit course contents may add a course information page to a course using the 'Course Info' button in DOCS",
1.6       bisitz   12749: 
                   12750:    'Conditional access controls for file: [_1]'
1.93      raeburn  12751: => 'Conditional access controls for file: [_1]',
1.6       bisitz   12752: 
                   12753:    'Help on setting up share access'
1.93      raeburn  12754: => 'Help on setting up share access',
1.6       bisitz   12755: 
                   12756:    'Help on changing settings'
1.93      raeburn  12757: => 'Help on changing settings',
1.6       bisitz   12758: 
                   12759:    'Help on removing share access'
1.93      raeburn  12760: => 'Help on removing share access',
1.6       bisitz   12761: 
                   12762:    'Public access: [_1]'
1.98      bisitz   12763: => 'Public access: [_1]',
1.6       bisitz   12764: 
                   12765:    'Dates available'
1.12      zhu      12766: => '能够使用的日期',
1.6       bisitz   12767: 
                   12768:    'Passphrase-protected access: [_1]'
1.93      raeburn  12769: => 'Passphrase-protected access: [_1]',
1.6       bisitz   12770: 
                   12771:    'Passphrase'
1.93      raeburn  12772: => 'Passphrase',
1.6       bisitz   12773: 
                   12774:    'Conditional access: [_1]'
1.93      raeburn  12775: => 'Conditional access: [_1]',
1.6       bisitz   12776: 
                   12777:    'You have previously set [_1] conditional access controls.'
1.93      raeburn  12778: => 'You have previously set [_1] conditional access controls.',
1.6       bisitz   12779: 
                   12780:    'Change Conditions'
1.93      raeburn  12781: => 'Change Conditions',
1.6       bisitz   12782: 
                   12783:    'Add conditional access'
1.93      raeburn  12784: => 'Add conditional access',
1.6       bisitz   12785: 
                   12786:    'based on domain, username, or course affiliation.'
1.93      raeburn  12787: => 'based on domain, username, or course affiliation.',
1.6       bisitz   12788: 
                   12789:    '[_1]-based conditional access: '
1.98      bisitz   12790: => '[_1]-based conditional access: ',
1.6       bisitz   12791: 
                   12792:    'conditions'
1.93      raeburn  12793: => 'conditions',
1.6       bisitz   12794: 
                   12795:    'condition'
1.93      raeburn  12796: => 'condition',
1.6       bisitz   12797: 
                   12798:    'Action?'
1.93      raeburn  12799: => 'Action?',
1.6       bisitz   12800: 
                   12801:    'Allowed [_1] member affiliations'
1.93      raeburn  12802: => 'Allowed [_1] member affiliations', # ???
1.6       bisitz   12803: 
                   12804:    'No [_1]-based conditions defined.'
1.93      raeburn  12805: => 'No [_1]-based conditions defined.',
1.6       bisitz   12806: 
                   12807:    'Type of change'
1.98      bisitz   12808: => 'Type of change',
1.6       bisitz   12809: 
                   12810:    'Access control'
1.93      raeburn  12811: => 'Access control',
1.6       bisitz   12812: 
                   12813:    'Additional information'
1.93      raeburn  12814: => 'Additional information',
1.6       bisitz   12815: 
                   12816:    'A problem occurred deleting access controls: [_1]'
1.93      raeburn  12817: => 'A problem occurred deleting access controls: [_1]',
1.6       bisitz   12818: 
                   12819:    'A problem occurred saving access control settings: [_1]'
1.93      raeburn  12820: => 'A problem occurred saving access control settings: [_1]',
1.6       bisitz   12821: 
                   12822:    'opened folder'
1.93      raeburn  12823: => 'opened folder',
1.6       bisitz   12824: 
                   12825:    'closed folder'
1.93      raeburn  12826: => 'closed folder',
1.6       bisitz   12827: 
                   12828:    'Passphrase-protected'
1.22      zhu      12829: => '密码保护',
1.6       bisitz   12830: 
                   12831:    'Conditional'
1.93      raeburn  12832: => 'Conditional',
1.6       bisitz   12833: 
                   12834:    'An error occurred ([_1]) while trying to delete [_2].'
1.93      raeburn  12835: => 'An error occurred ([_1]) while trying to delete [_2].',
1.6       bisitz   12836: 
                   12837:    'File: [_1] deleted.'
1.22      zhu      12838: => '文件 [_1] 已删除。',
1.6       bisitz   12839: 
                   12840:    'An error occurred ([_1]) while trying to delete access controls for the file.'
1.93      raeburn  12841: => 'An error occurred ([_1]) while trying to delete access controls for the file.',
1.6       bisitz   12842: 
                   12843:    'Access controls also deleted for the file.'
1.93      raeburn  12844: => 'Access controls also deleted for the file.',
1.6       bisitz   12845: 
                   12846:    'Error: no valid filename was provided to rename to.'
1.93      raeburn  12847: => 'Error: no valid filename was provided to rename to.',
1.6       bisitz   12848: 
                   12849:    'An error occurred ([_1]) while trying to rename [_2] to [_3]'
1.93      raeburn  12850: => 'An error occurred ([_1]) while trying to rename [_2] to [_3]',
1.6       bisitz   12851: 
                   12852:    'The new file name was changed from:<br />[_1] to [_2]'
1.93      raeburn  12853: => 'The new file name was changed from:<br />[_1] to [_2]',
1.6       bisitz   12854: 
                   12855:    'An error occurred ([_1]) while trying to delete access control records for the old name.'
1.93      raeburn  12856: => 'An error occurred ([_1]) while trying to delete access control records for the old name.',
1.6       bisitz   12857: 
                   12858:    'An error occurred ([_1]) while trying to upload [_2].'
1.93      raeburn  12859: => 'An error occurred ([_1]) while trying to upload [_2].',
1.6       bisitz   12860: 
                   12861:    'An error occurred (dir) ([_1]) while trying to delete [_2].'
1.93      raeburn  12862: => 'An error occurred (dir) ([_1]) while trying to delete [_2].',
1.6       bisitz   12863: 
                   12864:    'An error occurred ([_1]) while trying to upload [_2] for embedded element [_3].'
1.93      raeburn  12865: => 'An error occurred ([_1]) while trying to upload [_2] for embedded element [_3].',
1.6       bisitz   12866: 
                   12867:    'An error occurred ([_1]) while trying to create a new directory [_2].'
1.93      raeburn  12868: => 'An error occurred ([_1]) while trying to create a new directory [_2].',
1.6       bisitz   12869: 
                   12870:    'Access controls updated to reflect the name change.'
1.93      raeburn  12871: => 'Access controls updated to reflect the name change.',
1.6       bisitz   12872: 
                   12873:    'Conditional files are accessible to logged-in users with accounts in the LON-CAPA network, who satisfy the conditions you set.'
1.93      raeburn  12874: => 'Conditional files are accessible to logged-in users with accounts in the LON-CAPA network, who satisfy the conditions you set.',
1.6       bisitz   12875: 
                   12876:    'The conditions can include affiliation with a particular course, or a user account in a specific domain.'
1.93      raeburn  12877: => 'The conditions can include affiliation with a particular course, or a user account in a specific domain.',
1.6       bisitz   12878: 
                   12879:    'Alternatively access can be granted to people with specific LON-CAPA usernames and domains.'
1.93      raeburn  12880: => 'Alternatively access can be granted to people with specific LON-CAPA usernames and domains.',
1.6       bisitz   12881: 
                   12882:    'Current access controls defined for this file:'
1.93      raeburn  12883: => 'Current access controls defined for this file:',
1.6       bisitz   12884: 
                   12885:    'No access control settings currently exist for this file.'
1.93      raeburn  12886: => 'No access control settings currently exist for this file.',
1.6       bisitz   12887: 
                   12888:    'Deleted'
1.93      raeburn  12889: => 'Deleted',
1.6       bisitz   12890: 
                   12891:    'No end date'
1.22      zhu      12892: => '无结束日期',
1.6       bisitz   12893: 
                   12894:    'Start: '
1.22      zhu      12895: => '开始: ',
1.6       bisitz   12896: 
                   12897:    'End: '
1.22      zhu      12898: => '结束: ',
1.6       bisitz   12899: 
                   12900:    'Domains: '
1.22      zhu      12901: => '域: ',
1.6       bisitz   12902: 
                   12903:    'Users: '
1.22      zhu      12904: => '用户: ',
1.6       bisitz   12905: 
                   12906:    'New control(s) added'
1.93      raeburn  12907: => 'New control(s) added',
1.6       bisitz   12908: 
                   12909:    'Existing control(s) deleted'
1.93      raeburn  12910: => 'Existing control(s) deleted',
1.6       bisitz   12911: 
                   12912:    'Existing control(s) modified'
1.93      raeburn  12913: => 'Existing control(s) modified',
1.6       bisitz   12914: 
                   12915:    'Add new <b>[_1]-based</b> access control for portfolio file: <b>[_2]</b>'
1.93      raeburn  12916: => 'Add new <b>[_1]-based</b> access control for portfolio file: <b>[_2]</b>',
1.6       bisitz   12917: 
                   12918:    'Display all access settings for this file'
1.93      raeburn  12919: => 'Display all access settings for this file',
1.6       bisitz   12920: 
                   12921:    'Add a roles-based condition'
1.93      raeburn  12922: => 'Add a roles-based condition',
1.6       bisitz   12923: 
                   12924:    'New role-based condition'
1.93      raeburn  12925: => 'New role-based condition',
1.6       bisitz   12926: 
                   12927:    "Format for users' username:domain information:"
1.93      raeburn  12928: => "Format for users' username:domain information:", # ??? -> portfolio.pm
1.6       bisitz   12929: 
                   12930:    'Add new [_1] condition(s)?'
1.93      raeburn  12931: => 'Add new [_1] condition(s)?',
1.6       bisitz   12932: 
                   12933:    'Number to add: '
1.93      raeburn  12934: => 'Number to add: ',
1.6       bisitz   12935: 
                   12936:    'Select roles, course status, section(s) and group(s) for users who will be able to access the portfolio file.'
1.93      raeburn  12937: => 'Select roles, course status, section(s) and group(s) for users who will be able to access the portfolio file.',
1.6       bisitz   12938: 
1.88      bisitz   12939:    'Course status'
                   12940: => 'Course status', # '[_1] 状态',
1.6       bisitz   12941: 
                   12942:    'Files selected from other directories:'
1.93      raeburn  12943: => 'Files selected from other directories:',
1.6       bisitz   12944: 
                   12945:    'Unable to upload [_1]. (size = [_2] kilobytes). Disk quota will be exceeded.'
1.98      bisitz   12946: => 'Unable to upload [_1]. (size = [_2] kilobytes). Disk quota will be exceeded.',
1.6       bisitz   12947: 
                   12948:    'Unable to upload [_1]. A locked file by that name was found in [_2].'
1.99      raeburn  12949: => 'Unable to upload [_1]. A locked file by that name was found in [_2].',
1.6       bisitz   12950: 
                   12951:    'You will be able to rename or delete existing [_1] after a grade has been assigned.'
1.93      raeburn  12952: => 'You will be able to rename or delete existing [_1] after a grade has been assigned.',
1.6       bisitz   12953: 
                   12954:    'Unable to upload [_1]. A file by that name was found in [_2].'
1.99      raeburn  12955: => 'Unable to upload [_1]. A file by that name was found in [_2].',
1.6       bisitz   12956: 
                   12957:    'To upload, rename or delete existing [_1] in [_2].'
1.93      raeburn  12958: => 'To upload, rename or delete existing [_1] in [_2].', # ???
1.6       bisitz   12959: 
                   12960:    'Rename [_1] to [_2]?'
1.99      raeburn  12961: => 'Rename [_1] to [_2]?',
1.6       bisitz   12962: 
                   12963:    'Reference Warning'
1.93      raeburn  12964: => 'Reference Warning',
1.6       bisitz   12965: 
                   12966:    'Completed upload of the file. This file contained references to other files. You must upload the referenced files or else the uploaded file may not work properly.'
1.93      raeburn  12967: => 'Completed upload of the file. This file contained references to other files. You must upload the referenced files or else the uploaded file may not work properly.',
1.6       bisitz   12968: 
                   12969:    'Please select the locations from which the referenced files are to be uploaded.'
1.93      raeburn  12970: => 'Please select the locations from which the referenced files are to be uploaded.',
1.6       bisitz   12971: 
                   12972:    'Delete [_1]?'
1.12      zhu      12973: => '删除 [_1]?',
1.6       bisitz   12974: 
                   12975:    'Edit Portfolio File Catalog Information'
1.12      zhu      12976: => '编辑组合文件的目录信息',
1.6       bisitz   12977: 
                   12978:    'Edit Group Portfolio File Catalog Information'
1.12      zhu      12979: => '编辑组组合文件的目录信息',
1.6       bisitz   12980: 
                   12981:    'Update'
1.12      zhu      12982: => '更新',
1.6       bisitz   12983: 
                   12984:    'domains'
1.12      zhu      12985: => '域',
1.6       bisitz   12986: 
                   12987:    'users'
1.12      zhu      12988: => '用户',
1.6       bisitz   12989: 
                   12990:    'Access'
1.93      raeburn  12991: => 'Access',
1.6       bisitz   12992: 
                   12993:    'Conditional: domain-based'
1.93      raeburn  12994: => 'Conditional: domain-based',
1.6       bisitz   12995: 
                   12996:    'Conditional: user-based'
1.93      raeburn  12997: => 'Conditional: user-based',
1.6       bisitz   12998: 
                   12999:    'Conditional: course-based'
1.93      raeburn  13000: => 'Conditional: course-based',
1.6       bisitz   13001: 
                   13002:    '[_1] was submitted in response to problem: [_2]'
1.99      raeburn  13003: => '[_1] was submitted in response to problem: [_2]',
1.6       bisitz   13004: 
                   13005:    '[_1] was handed back in response to problem: [_2]'
1.98      bisitz   13006: => '[_1] was handed back in response to problem: [_2]',
1.6       bisitz   13007: 
                   13008:    'In the course:'
1.93      raeburn  13009: => 'In the course:',
1.6       bisitz   13010: 
                   13011:    'Back'
1.12      zhu      13012: => '返回',
1.6       bisitz   13013: 
                   13014:    'Error: no directory name was provided.'
1.12      zhu      13015: => '错误:没有输入目录名称。',
1.6       bisitz   13016: 
                   13017:    'Unable to create a directory named [_1].'
1.12      zhu      13018: => '无法创建目录名 [_1]。',
1.6       bisitz   13019: 
                   13020:    'Action disallowed'
1.12      zhu      13021: => '不允许行动',
1.6       bisitz   13022: 
                   13023:    'You do not have sufficient privileges to [_1]'
1.12      zhu      13024: => '您没有足够权限 [_1]',
1.6       bisitz   13025: 
                   13026:    'upload files'
1.12      zhu      13027: => '上传文件',
1.6       bisitz   13028: 
                   13029:    'delete files'
1.12      zhu      13030: => '删除文件',
1.6       bisitz   13031: 
                   13032:    'rename files'
1.12      zhu      13033: => '重命名文件',
1.6       bisitz   13034: 
                   13035:    'set access controls for files'
1.12      zhu      13036: => '设置访问控制文件',
1.6       bisitz   13037: 
                   13038:    "in the group's file repository."
1.93      raeburn  13039: => "in the group's file repository.",
1.6       bisitz   13040: 
                   13041:    'in this portfolio.'
1.12      zhu      13042: => '在这个组区。',
1.6       bisitz   13043: 
                   13044:    'You do not have the privileges required to access the shared files space for this group.'
1.12      zhu      13045: => '您没有权限访问该组的共享文件。',
1.6       bisitz   13046: 
                   13047:    'Not a valid group for this course'
1.12      zhu      13048: => '本课程里不是一个有效的组',
1.6       bisitz   13049: 
                   13050:    'Group files for [_1]'
1.12      zhu      13051: => '[_1] 组的组文件 ',
1.6       bisitz   13052: 
                   13053:    'Invalid group'
1.12      zhu      13054: => '无效组',
1.6       bisitz   13055: 
                   13056:    'No file was selected to upload.'
1.12      zhu      13057: => '没有文件被选中上传。',
1.6       bisitz   13058: 
                   13059:    'To upload a file, click <strong>Browse...</strong> and select a file, then click <strong>Upload</strong>.'
1.12      zhu      13060: => '要上传文件,请点击<strong>浏览... </strong>,并选择一个文件,然后点击<strong>上传</strong> 。',
1.6       bisitz   13061: 
                   13062:    'Edit the meta data'
1.12      zhu      13063: => '编辑元数据',
1.6       bisitz   13064: 
                   13065:    'Pick functionality'
1.12      zhu      13066: => '选择功能',
1.6       bisitz   13067: 
                   13068:    'Functionality to display/modify'
1.12      zhu      13069: => '功能显示/修改',
1.6       bisitz   13070: 
                   13071:    'You must select at least one functionality type to display.'
1.12      zhu      13072: => '您必须至少选择一个功能型。',
1.6       bisitz   13073: 
                   13074:    'Default color schemes'
1.12      zhu      13075: => '默认颜色方案',
1.6       bisitz   13076: 
                   13077:    'Log-in page options'
1.12      zhu      13078: => '登录页面选项',
1.6       bisitz   13079: 
                   13080:    'Default authentication/language/timezone'
1.12      zhu      13081: => '默认的身份验证/语言/时区',
1.6       bisitz   13082: 
                   13083:    'Default quotas for user portfolios'
1.93      raeburn  13084: => 'Default quotas for user portfolios',
1.6       bisitz   13085: 
                   13086:    'Auto-update settings'
1.12      zhu      13087: => '设置自动更新',
1.6       bisitz   13088: 
                   13089:    'Institutional directory searches'
1.93      raeburn  13090: => 'Institutional directory searches',
1.6       bisitz   13091: 
                   13092:    'User creation'
                   13093: => '创建用户',
                   13094: 
                   13095:    'User modification'
                   13096: => '用户设置',
                   13097: 
                   13098:    'Scantron format file'
1.93      raeburn  13099: => 'Scantron format file',
1.6       bisitz   13100: 
                   13101:    'Cataloging of courses'
1.12      zhu      13102: => '课程目录',
1.6       bisitz   13103: 
                   13104:    'Display options'
1.12      zhu      13105: => '显示选项',
1.6       bisitz   13106: 
                   13107:    'Display using: '
1.93      raeburn  13108: => 'Display using: ',
1.6       bisitz   13109: 
                   13110:    'one column'
1.12      zhu      13111: => '一列',
1.6       bisitz   13112: 
                   13113:    'two columns'
1.12      zhu      13114: => '两列',
1.6       bisitz   13115: 
                   13116:    'Changes made:'
1.93      raeburn  13117: => 'Changes made:',
1.6       bisitz   13118: 
                   13119:    'Back to configuration display'
1.93      raeburn  13120: => 'Back to configuration display',
1.6       bisitz   13121: 
                   13122:    'No changes made to log-in page settings'
1.93      raeburn  13123: => 'No changes made to log-in page settings',
1.6       bisitz   13124: 
                   13125:    'Support Request'
1.93      raeburn  13126: => 'Support Request',
1.6       bisitz   13127: 
                   13128:    'Do <b>not</b> use this form to ask questions about course content.'
1.93      raeburn  13129: => 'Do <b>not</b> use this form to ask questions about course content.',
1.6       bisitz   13130: 
                   13131:    'Contact your instructor instead.'
1.93      raeburn  13132: => 'Contact your instructor instead.',
1.6       bisitz   13133: 
                   13134:    'Cc'
1.12      zhu      13135: => '抄送',
1.6       bisitz   13136: 
                   13137:    'Your e-mail address'
1.27      zhu      13138: => '您的E-Mail地址',
1.6       bisitz   13139: 
                   13140:    'Search and Enroll'
1.27      zhu      13141: => '搜索和注册',
1.6       bisitz   13142: 
                   13143:    'Search or Add New User'
1.27      zhu      13144: => '搜索或添加新用户',
1.6       bisitz   13145: 
                   13146:    'No username and/or domain provided.'
1.93      raeburn  13147: => 'No username and/or domain provided.',
1.6       bisitz   13148: 
                   13149:    'No match was found for the username ([_1]) in LON-CAPA domain: [_2]'
1.93      raeburn  13150: => 'No match was found for the username ([_1]) in LON-CAPA domain: [_2]',
1.6       bisitz   13151: 
                   13152:    'Submit a request to the LON-CAPA [_1]helpdesk[_2] for [_3] if you require assistance.'
1.93      raeburn  13153: => 'Submit a request to the LON-CAPA [_1]helpdesk[_2] for [_3] if you require assistance.',
1.6       bisitz   13154: 
1.85      bisitz   13155:    'Problems occurred in creating the new Excel file.'
1.93      raeburn  13156: => 'Problems occurred in creating the new Excel file.',
1.85      bisitz   13157: 
                   13158:    'Problems occurred in creating the output file.'
1.93      raeburn  13159: => 'Problems occurred in creating the output file.',
1.85      bisitz   13160: 
                   13161:    'Problems occurred in writing the CSV file.'
1.93      raeburn  13162: => 'Problems occurred in writing the CSV file.',
1.6       bisitz   13163: 
1.85      bisitz   13164:    'This error has been logged.'
1.93      raeburn  13165: => 'This error has been logged.',
1.6       bisitz   13166: 
1.85      bisitz   13167:    'Please alert your LON-CAPA administrator.'
1.93      raeburn  13168: => 'Please alert your LON-CAPA administrator.',
1.6       bisitz   13169: 
                   13170:    'Records [_1]'
1.93      raeburn  13171: => 'Records [_1]', # ???
1.6       bisitz   13172: 
                   13173:    'Filter [_1]'
                   13174: => 'Filter [_1]',
                   13175: 
                   13176:    'Under you current role you are not permitted to change login settings for this user'
1.93      raeburn  13177: => 'Under you current role you are not permitted to change login settings for this user',
1.6       bisitz   13178: 
                   13179:    'History'
1.55      zhu      13180: => '历史',
1.6       bisitz   13181: 
                   13182:    'Part '
1.55      zhu      13183: => '部分 ',
1.6       bisitz   13184: 
                   13185:    'Transaction [_1]'
1.93      raeburn  13186: => 'Transaction [_1]', # ???
1.6       bisitz   13187: 
                   13188:    'Nothing submitted - no attempts.'
1.93      raeburn  13189: => 'Nothing submitted - no attempts.',
1.6       bisitz   13190: 
                   13191:    'No data.'
1.93      raeburn  13192: => 'No data.',
1.6       bisitz   13193: 
                   13194:    'Open in a new window'
1.93      raeburn  13195: => 'Open in a new window',
1.6       bisitz   13196: 
                   13197:    'Revoke user roles'
1.93      raeburn  13198: => 'Revoke user roles',
1.6       bisitz   13199: 
                   13200:    'Delete user roles'
1.93      raeburn  13201: => 'Delete user roles',
1.6       bisitz   13202: 
                   13203:    'Re-enable expired user roles'
1.93      raeburn  13204: => 'Re-enable expired user roles',
1.6       bisitz   13205: 
                   13206:    'Make future user roles active now'
1.93      raeburn  13207: => 'Make future user roles active now',
1.6       bisitz   13208: 
                   13209:    'Change starting/ending dates'
1.93      raeburn  13210: => 'Change starting/ending dates',
1.6       bisitz   13211: 
                   13212:    'Change section associated with user roles'
1.93      raeburn  13213: => 'Change section associated with user roles',
1.6       bisitz   13214: 
                   13215:    'Modify existing user: '
1.70      zhu      13216: => '修改现有的用户: ',
1.6       bisitz   13217: 
                   13218:    'Enroll one student'
1.70      zhu      13219: => '注册一名学生',
1.6       bisitz   13220: 
                   13221:    'Enroll one student: '
1.70      zhu      13222: => '注册一名学生: ',
1.6       bisitz   13223: 
                   13224:    'Existing Roles'
1.55      zhu      13225: => '现有的角色',
1.6       bisitz   13226: 
1.40      bisitz   13227:    'Existing Roles in this Course'
1.70      zhu      13228: => '课程中现有的角色',
1.40      bisitz   13229: 
                   13230:    'Existing Co-Author Roles in your Construction Space'
1.93      raeburn  13231: => 'Existing Co-Author Roles in your Construction Space',
1.40      bisitz   13232: 
                   13233:    'Existing Roles in this Domain'
1.70      zhu      13234: => '在该域中现有的角色',
1.40      bisitz   13235: 
1.6       bisitz   13236:    'Text-based Interface Login'
1.93      raeburn  13237: => 'Text-based Interface Login',
1.6       bisitz   13238: 
                   13239:    'Select Accessibility Options'
1.93      raeburn  13240: => 'Select Accessibility Options',
1.6       bisitz   13241: 
                   13242:    'Suppress rendering of images'
1.93      raeburn  13243: => 'Suppress rendering of images',
1.6       bisitz   13244: 
                   13245:    'Suppress Java applets'
1.55      zhu      13246: => '禁止Java小程序',
1.6       bisitz   13247: 
                   13248:    'Suppress rendering of embedded multimedia'
1.93      raeburn  13249: => 'Suppress rendering of embedded multimedia',
1.6       bisitz   13250: 
                   13251:    'Increase font size'
1.55      zhu      13252: => '放大字体',
1.6       bisitz   13253: 
                   13254:    'Switch to black and white mode'
1.55      zhu      13255: => '切换到黑白模式',
1.6       bisitz   13256: 
                   13257:    'Remember these settings for next login'
1.55      zhu      13258: => '下次登录时记住这些设置',
1.6       bisitz   13259: 
                   13260:    'You are already logged in!'
1.55      zhu      13261: => '您已经登录!',
1.6       bisitz   13262: 
                   13263:    'You are already logged in'
1.55      zhu      13264: => '您已经登录!',
1.6       bisitz   13265: 
                   13266:    'Please either [_1]continue the current session[_2] or [_3]logout[_4].'
1.55      zhu      13267: => '您的选择:[_1]继续当前的会话[_2]或者[_3]退出[_4]。',
1.6       bisitz   13268: 
                   13269:    'Login problems?'
1.9       zhu      13270: => '无法登录?',
1.6       bisitz   13271: 
                   13272:    'Reset password'
1.9       zhu      13273: => '重设密码',
1.6       bisitz   13274: 
                   13275:    'Reset forgotten LON-CAPA password'
1.55      zhu      13276: => '重置 LON-CAPA 密码',
1.6       bisitz   13277: 
1.89      bisitz   13278:    'If you use the same account for other campus services besides LON-CAPA, (e.g., e-mail, course registration, etc.), a separate centrally managed mechanism likely exists to reset a password. However, if your account is used for just LON-CAPA access you will probably be able to reset a password from this page.'
1.55      zhu      13279: => '如果您使用相同的帐户的其他校园服务除了LON-CAPA, (例如,电子邮件,课程注册等) ,一个单独的中央管理机制可以重置密码。然而,如果您的帐户只是用于LON-CAPA访问,您可以从这个网页重置密码。',
1.6       bisitz   13280: 
                   13281:    'Three conditions must be met:'
1.55      zhu      13282: => '三个条件必须满足:',
1.6       bisitz   13283: 
                   13284:    'An e-mail address must have previously been associated with your LON-CAPA username.'
1.55      zhu      13285: => '必须有一个电子邮件地址与您的LON-CAPA用户联系在一起的。',
1.6       bisitz   13286: 
                   13287:    'You must be able to access e-mail sent to that address.'
1.55      zhu      13288: => '您必须能访问即将发送的电子邮件地址。',
1.6       bisitz   13289: 
                   13290:    'Your LON-CAPA account must be of a type for which LON-CAPA can reset a password.'
1.55      zhu      13291: => '您 LON-CAPA 帐户必须是一个类型为 LON-CAPA 可以重置密码。',
1.6       bisitz   13292: 
                   13293:    'Thank you for your request to reset the password for your LON-CAPA account.'
1.55      zhu      13294: => '感谢您要求重设 LON-CAPA 帐户的密码 。',
1.6       bisitz   13295: 
                   13296:    'Email address in LON-CAPA'
1.93      raeburn  13297: => 'Email address in LON-CAPA',
1.6       bisitz   13298: 
1.55      zhu      13299:    'E-mail address in LON-CAPA'
1.93      raeburn  13300: => 'E-mail address in LON-CAPA',
1.55      zhu      13301: 
1.6       bisitz   13302:    'The username you provided was not verified as a valid username in the LON-CAPA system for the [_1] domain.'
1.56      zhu      13303: => '您提供的用户名不是有效的用户名在 LON-CAPA 系统在该[_1]域。',
1.6       bisitz   13304: 
                   13305:    'Please [_1]go back[_2] and try again.'
1.55      zhu      13306: => '请[_1]返回[_2] ,然后再试一次。',
1.6       bisitz   13307: 
                   13308:    'The e-mail address you provided does not appear to be a valid address.'
1.56      zhu      13309: => '您提供的电子邮件地址不是一个有效的地址。',
1.6       bisitz   13310: 
                   13311:    'A valid e-mail address was not located in the LON-CAPA system for the username and domain you provided.'
1.56      zhu      13312: => '您提供的用户名和域在 LON-CAPA 系统中没有找到一个有效的电子邮件地址。',
1.6       bisitz   13313: 
                   13314:    'The username you provided uses an authentication type which can not be reset directly via LON-CAPA.'
1.56      zhu      13315: => '您提供的用户名使用的身份验证类型,不能直接通过 LON-CAPA 重置密码。',
1.6       bisitz   13316: 
1.41      bisitz   13317:    'You may wish to contact the [_1]LON-CAPA helpdesk[_2] for the [_3].'
1.56      zhu      13318: => '您不妨联系[_2]的[_3]的[_1] LON-CAPA 求助。',
1.6       bisitz   13319: 
                   13320:    'You may wish to send an e-mail to the server administrator: [_1] for [_2].' # 1: e-mail, 2: domain
1.98      bisitz   13321: => '您不妨给服务器管理员发送电子邮件: [_1]的[_2] 。',
1.6       bisitz   13322: 
                   13323:    'Assigning yourself a co-author or assistant co-author role in your own author area in Construction Space is not permitted'
1.93      raeburn  13324: => 'Assigning yourself a co-author or assistant co-author role in your own author area in Construction Space is not permitted',
1.6       bisitz   13325: 
                   13326:    'Owner(s)'
1.93      raeburn  13327: => 'Owner(s)',
1.6       bisitz   13328: 
                   13329:    'Practice Problem'
1.56      zhu      13330: => '练习题',
1.6       bisitz   13331: 
                   13332:    'Submissions are not permanently recorded'
1.93      raeburn  13333: => 'Submissions are not permanently recorded',
1.6       bisitz   13334: 
                   13335:    'Submissions to practice problems are not permanently recorded.'
1.93      raeburn  13336: => 'Submissions to practice problems are not permanently recorded.',
1.6       bisitz   13337: 
                   13338:    'not graded'
1.93      raeburn  13339: => 'not graded',
1.6       bisitz   13340: 
                   13341:    'Course initialization preference'
1.93      raeburn  13342: => 'Course initialization preference',
1.6       bisitz   13343: 
                   13344:    'Choose which page will be displayed when you enter this course after selecting a role.'
1.93      raeburn  13345: => 'Choose which page will be displayed when you enter this course after selecting a role.',
1.6       bisitz   13346: 
                   13347:    'Current value is determined by'
1.93      raeburn  13348: => 'Current value is determined by',
1.6       bisitz   13349: 
                   13350:    'and is set to display'
1.93      raeburn  13351: => 'and is set to display',
1.6       bisitz   13352: 
                   13353:    'Page display controlled by'
1.93      raeburn  13354: => 'Page display controlled by',
1.6       bisitz   13355: 
                   13356:    'If'
1.93      raeburn  13357: => 'If',
1.6       bisitz   13358: 
                   13359:    'Choose course entry'
1.93      raeburn  13360: => 'Choose course entry',
1.6       bisitz   13361: 
                   13362:    'Modify course entry'
1.93      raeburn  13363: => 'Modify course entry',
1.6       bisitz   13364: 
                   13365:    'No members to add at this time, as there are no users matching the specified type(s), role(s) and section(s).'
1.93      raeburn  13366: => 'No members to add at this time, as there are no users matching the specified type(s), role(s) and section(s).',
1.6       bisitz   13367: 
                   13368:    'There are no users to add as new members, as all users matching the specified type(s), role(s), and section(s) are already affiliated with this group.'
1.93      raeburn  13369: => 'There are no users to add as new members, as all users matching the specified type(s), role(s), and section(s) are already affiliated with this group.',
1.6       bisitz   13370: 
                   13371:    "You may need to use the 'modify existing, past or future members' page if you need to re-enable or activate access for previous or future members."
1.93      raeburn  13372: => "You may need to use the 'modify existing, past or future members' page if you need to re-enable or activate access for previous or future members.",
1.6       bisitz   13373: 
                   13374:    'Setting optional privileges for specific group members'
1.57      zhu      13375: => '对具体组成员设置可选的权限',
1.6       bisitz   13376: 
                   13377:    'As no group tools will be made available to users, there are no specific user privileges to set.'
1.93      raeburn  13378: => 'As no group tools will be made available to users, there are no specific user privileges to set.',
1.6       bisitz   13379: 
                   13380:    'Create group'
1.12      zhu      13381: => '创建组',
1.6       bisitz   13382: 
                   13383:    'The value you entered for the quota for the file repository in this group contained invalid characters, so it has been set to 0 Mb. You can change this by modifying the group settings.'
1.93      raeburn  13384: => 'The value you entered for the quota for the file repository in this group contained invalid characters, so it has been set to 0 Mb. You can change this by modifying the group settings.',
1.6       bisitz   13385: 
                   13386:    'The value you entered for the quota for the file repository in this group exceeded the maximum possible value, so it has been set to [_1] Mb (the maximum possible value).'
1.93      raeburn  13387: => 'The value you entered for the quota for the file repository in this group exceeded the maximum possible value, so it has been set to [_1] Mb (the maximum possible value).',
1.6       bisitz   13388: 
                   13389:    'A problem occurred when creating folders for the new group [_1]:'
1.93      raeburn  13390: => 'A problem occurred when creating folders for the new group [_1]:',
1.6       bisitz   13391: 
                   13392:    'Group [_1] was created.'
1.12      zhu      13393: => '组 [_1] 已创建。',
1.6       bisitz   13394: 
                   13395:    'E-mail Address'
1.93      raeburn  13396: => 'E-mail Address',
1.6       bisitz   13397: 
                   13398:    'Closes '
1.93      raeburn  13399: => 'Closes ',
1.6       bisitz   13400: 
                   13401:    'The resources in "[_1]" are open for a limited time. Once you click the "Show Resource" button below you have [_2] to complete all resources "[_1]".'
1.93      raeburn  13402: => 'The resources in "[_1]" are open for a limited time. Once you click the "Show Resource" button below you have [_2] to complete all resources "[_1]".',
1.6       bisitz   13403: 
                   13404:    'This resource "[_1]" is open for a limited time. Once you click the "Show Resource" button below you have [_2] to complete this resource "[_1]".'
1.93      raeburn  13405: => 'This resource "[_1]" is open for a limited time. Once you click the "Show Resource" button below you have [_2] to complete this resource "[_1]".',
1.6       bisitz   13406: 
                   13407:    '[quant,_1,day]'
1.99      raeburn  13408: => '[quant,_1,day]',
1.6       bisitz   13409: 
                   13410:    '[quant,_1,hour]'
1.99      raeburn  13411: => '[quant,_1,hour]',
1.6       bisitz   13412: 
                   13413:    '[quant,_1,minute]'
1.99      raeburn  13414: => '[quant,_1,minute]',
1.6       bisitz   13415: 
                   13416:    '[quant,_1,second]'
1.99      raeburn  13417: => '[quant,_1,second]',
1.6       bisitz   13418: 
                   13419:    'Start Timer?'
1.93      raeburn  13420: => 'Start Timer?',
1.6       bisitz   13421: 
                   13422:    'Sign up for time to work.'
1.93      raeburn  13423: => 'Sign up for time to work.',
1.6       bisitz   13424: 
                   13425:    'Requesting Another Worktime'
1.93      raeburn  13426: => 'Requesting Another Worktime',
1.6       bisitz   13427: 
                   13428:    'No available times.'
1.93      raeburn  13429: => 'No available times.',
1.6       bisitz   13430: 
                   13431:    'Return to last resource'
1.93      raeburn  13432: => 'Return to last resource',
1.6       bisitz   13433: 
                   13434:    'My Courses'
1.9       zhu      13435: => '我的课程',
1.6       bisitz   13436: 
                   13437:    '[_1] parts'
1.99      raeburn  13438: => '[_1] parts',
1.6       bisitz   13439: 
                   13440:    'Part: [_1]'
1.27      zhu      13441: => '部分: [_1]',
1.6       bisitz   13442: 
                   13443:    'New Discussion'
1.12      zhu      13444: => '新的讨论',
1.6       bisitz   13445: 
                   13446:    'New Email'
1.12      zhu      13447: => '新的 E-Mail',
1.6       bisitz   13448: 
                   13449:    'New Error'
1.12      zhu      13450: => '新的错误',
1.6       bisitz   13451: 
                   13452:    '(randomly select [_1])'
1.98      bisitz   13453: => '(randomly select [_1])',
1.6       bisitz   13454: 
                   13455:    '(randomly ordered)'
1.98      bisitz   13456: => '(randomly ordered)',
1.6       bisitz   13457: 
                   13458:    'No course selected'
1.93      raeburn  13459: => 'No course selected',
1.6       bisitz   13460: 
                   13461:    'Open '
1.98      bisitz   13462: => 'Open ',
1.6       bisitz   13463: 
                   13464:    'Having technical difficulties; please check status later'
1.93      raeburn  13465: => 'Having technical difficulties; please check status later',
1.6       bisitz   13466: 
                   13467:    'Answer open'
1.93      raeburn  13468: => 'Answer open',
1.6       bisitz   13469: 
                   13470:    'Yes, and show correct answer if they exceed the maximum number of tries.'
1.93      raeburn  13471: => 'Yes, and show correct answer if they exceed the maximum number of tries.',
1.6       bisitz   13472: 
                   13473:    "No, don't show correct/incorrect feedback."
1.93      raeburn  13474: => "No, don't show correct/incorrect feedback.",
1.6       bisitz   13475: 
                   13476:    'No, show no feedback at all.'
1.93      raeburn  13477: => 'No, show no feedback at all.',
1.6       bisitz   13478: 
                   13479:    'single part'
1.93      raeburn  13480: => 'single part',
1.6       bisitz   13481: 
                   13482:    'Course Page'
1.36      zhu      13483: => '课程页面',
1.6       bisitz   13484: 
                   13485:    'Unable to set "number unread posts display" to [_1] due to [_2].'
1.98      bisitz   13486: => 'Unable to set "number unread posts display" to [_1] due to [_2].',
1.6       bisitz   13487: 
                   13488:    'Current value is [_1].'
1.36      zhu      13489: => '当前的值是 [_1].',
1.6       bisitz   13490: 
                   13491:    'Unable to set interval to [_1] due to [_2].'
1.93      raeburn  13492: => 'Unable to set interval to [_1] due to [_2].',
1.6       bisitz   13493: 
                   13494:    'Changes to threshold(s) for problem tracking:'
1.93      raeburn  13495: => 'Changes to threshold(s) for problem tracking:',
1.6       bisitz   13496: 
                   13497:    'Set threshold for [_1] to [_2]'
1.36      zhu      13498: => '对于 [_1] 到 [_2] 的临界值',
1.6       bisitz   13499: 
                   13500:    'Set the default page to be displayed when you select a course role'
1.36      zhu      13501: => '设置默认页, 显示您选择的课程的角色',
1.6       bisitz   13502: 
                   13503:    '(Currently: [_1])'
1.36      zhu      13504: => '(现在: [_1])',
1.6       bisitz   13505: 
                   13506:    "The global user preference you set for your courses can be overridden in an individual course by setting a course specific setting via the [_1]What's New page[_2] in the course."
1.42      bisitz   13507: => "在课程中为您的课程的全局的用户首选项设置可以覆盖个别的课程设置,通过特定的课程设置[_1]What's New page[_2]。",
1.6       bisitz   13508: 
                   13509:    'Display the [_1]first resource[_2] in the course.'
1.36      zhu      13510: => '显示课程中的[_1]第一资源[_2]。',
1.6       bisitz   13511: 
                   13512:    "Display the [_1]What's New page[_2] - a summary of items in the course which require attention."
1.36      zhu      13513: => "显示 [_1]What's New page[_2] - 课程中的内容概述需要被注意。",
1.6       bisitz   13514: 
                   13515:    'Default now set'
1.93      raeburn  13516: => 'Default now set',
1.6       bisitz   13517: 
                   13518:    'when you select a course role from the roles screen'
1.93      raeburn  13519: => 'when you select a course role from the roles screen',
1.6       bisitz   13520: 
                   13521:    'you will be taken to the start of the course.'
1.93      raeburn  13522: => 'you will be taken to the start of the course.',
1.6       bisitz   13523: 
                   13524:    'a page will be displayed that lists items in the course that may require action from you.'
1.93      raeburn  13525: => 'a page will be displayed that lists items in the course that may require action from you.',
1.6       bisitz   13526: 
                   13527:    "Display the What's New page listing course action items"
1.93      raeburn  13528: => "Display the What's New page listing course action items",
1.6       bisitz   13529: 
                   13530:    'Go to the start of the course'
1.93      raeburn  13531: => 'Go to the start of the course',
1.6       bisitz   13532: 
                   13533:    'now'
1.93      raeburn  13534: => 'now',
1.6       bisitz   13535: 
                   13536:    'No official courses to display for [_1].'
1.93      raeburn  13537: => 'No official courses to display for [_1].',
1.6       bisitz   13538: 
                   13539:    '(Month - Day - Year)'
1.13      zhu      13540: => '(月 - 日 - 年)',
1.6       bisitz   13541: 
                   13542:    'Month[_1]Day[_2]Year'
1.13      zhu      13543: => '月[_1]日[_2]年',
1.6       bisitz   13544: 
                   13545:    'Copyright/distribution option "Private" is no longer supported. Select another option from below. Consider "Custom Rights" for maximum control over the usage of your resource.'
1.93      raeburn  13546: => 'Copyright/distribution option "Private" is no longer supported. Select another option from below. Consider "Custom Rights" for maximum control over the usage of your resource.',
1.6       bisitz   13547: 
                   13548:    'Skipping'
1.93      raeburn  13549: => 'Skipping',
1.6       bisitz   13550: 
                   13551:    'Notifying host'
1.93      raeburn  13552: => 'Notifying host', # ???
1.6       bisitz   13553: 
                   13554:    'Back to Catalog Information'
1.18      zhu      13555: => '返回到目录信息',
1.6       bisitz   13556: 
                   13557:    ' at '
1.101     bisitz   13558: => ' at ',
1.6       bisitz   13559: 
                   13560:    "Computer's answer is incorrect ([_1])."
1.93      raeburn  13561: => "Computer's answer is incorrect ([_1]).",
1.6       bisitz   13562: 
                   13563:    'It is likely that the tolerance range [_1] or significant figures [_2] need to be adjusted.'
1.93      raeburn  13564: => 'It is likely that the tolerance range [_1] or significant figures [_2] need to be adjusted.',
1.6       bisitz   13565: 
                   13566:    'It is likely that the tolerance range [_1] needs to be adjusted.'
1.93      raeburn  13567: => 'It is likely that the tolerance range [_1] needs to be adjusted.',
1.6       bisitz   13568: 
                   13569:    'Submission Record'
1.93      raeburn  13570: => 'Submission Record',
1.6       bisitz   13571: 
                   13572:    'Set/Change grades'
1.93      raeburn  13573: => 'Set/Change grades',
1.6       bisitz   13574: 
                   13575:    'View of the problem'
1.93      raeburn  13576: => 'View of the problem',
1.6       bisitz   13577: 
                   13578:    'Assign Grades'
1.93      raeburn  13579: => 'Assign Grades',
1.6       bisitz   13580: 
                   13581:    'Save &amp; Next'
1.18      zhu      13582: => '保存并继续',
1.6       bisitz   13583: 
                   13584:    '[_1]student(s)'
1.22      zhu      13585: => '[_1]学生',
1.6       bisitz   13586: 
                   13587:    '(Next and Previous (student) do not save the scores.)'
1.99      raeburn  13588: => '(Next and Previous (student) do not save the scores.)',
1.6       bisitz   13589: 
                   13590:    'LON-CAPA User Message'
1.22      zhu      13591: => 'LON-CAPA 用户邮件',
1.6       bisitz   13592: 
                   13593:    '<b>Message: </b> No more students for this section or class.'
1.98      bisitz   13594: => '<b>Message: </b> No more students for this section or class.',
1.6       bisitz   13595: 
                   13596:    'Click on the button below to return to the grading menu.'
1.93      raeburn  13597: => 'Click on the button below to return to the grading menu.',
1.6       bisitz   13598: 
                   13599:    'Group files'
1.12      zhu      13600: => '组文件',
1.6       bisitz   13601: 
                   13602:    'One group portfolio file is available.'
1.93      raeburn  13603: => 'One group portfolio file is available.',
1.6       bisitz   13604: 
                   13605:    'One portfolio file owned by [_1] is available.'
1.93      raeburn  13606: => 'One portfolio file owned by [_1] is available.',
1.6       bisitz   13607: 
                   13608:    'A total of [_1] group portfolio files are available.'
1.93      raeburn  13609: => 'A total of [_1] group portfolio files are available.',
1.6       bisitz   13610: 
                   13611:    'A total of [_1] portfolio files owned by [_2] are available'
1.93      raeburn  13612: => 'A total of [_1] portfolio files owned by [_2] are available',
1.6       bisitz   13613: 
                   13614:    '[quant,_1,file is,files are] publicly accessible.'
1.93      raeburn  13615: => '[quant,_1,file is,files are] publicly accessible.',
1.6       bisitz   13616: 
                   13617:    '[quant,_1,file requires,files require] a passphrase for access.'
1.98      bisitz   13618: => '[quant,_1,file requires,files require] a passphrase for access.',
1.6       bisitz   13619: 
                   13620:    'Group Portfolio files'
1.12      zhu      13621: => '组组合文件',
1.6       bisitz   13622: 
                   13623:    'Viewable portfolio files.'
1.12      zhu      13624: => '可见组合文件。',
1.6       bisitz   13625: 
                   13626:    'Viewable portfolio files'
1.12      zhu      13627: => '可见组合文件',
1.6       bisitz   13628: 
                   13629:    'Viewable group portfolio files'
1.12      zhu      13630: => '可见组组合文件',
1.6       bisitz   13631: 
                   13632:    'Display file listing'
1.36      zhu      13633: => '显示文件列表',
1.6       bisitz   13634: 
                   13635:    'Portfolio files for [_1]'
1.36      zhu      13636: => '[_1] 的组合文件',
1.6       bisitz   13637: 
                   13638:    'File access type: '
1.36      zhu      13639: => '文件访问类型: ',
1.6       bisitz   13640: 
                   13641:    'Update display'
1.36      zhu      13642: => '更新显示',
1.6       bisitz   13643: 
                   13644:    'Course Information page'
1.36      zhu      13645: => '课程资料页',
1.6       bisitz   13646: 
                   13647:    'Information about [_1]'
1.36      zhu      13648: => '关于 [_1] 的消息',
1.6       bisitz   13649: 
                   13650:    'There are no available files of the specified access type: [_1]'
1.36      zhu      13651: => '没有提供文件的指定访问类型: [_1]',
1.6       bisitz   13652: 
                   13653:    'File Type Displayed: [_1]'
1.36      zhu      13654: => '显示文件类型: [_1]',
1.6       bisitz   13655: 
                   13656:    'All file types'
1.36      zhu      13657: => '所有文件类型',
1.6       bisitz   13658: 
                   13659:    'The resource depends on another resource with variable filename, i.e., [_1].'
1.93      raeburn  13660: => 'The resource depends on another resource with variable filename, i.e., [_1].',
1.6       bisitz   13661: 
                   13662:    'You likely need to explicitly allow access to all possible dependencies using the [_1]-tag.'
1.93      raeburn  13663: => 'You likely need to explicitly allow access to all possible dependencies using the [_1]-tag.',
1.6       bisitz   13664: 
                   13665:    'Add Selection for:'
1.93      raeburn  13666: => 'Add Selection for:',
1.6       bisitz   13667: 
1.65      zhu      13668:    'Selected Parameters:'
1.93      raeburn  13669: => 'Selected Parameters:',
1.63      zhu      13670: 
1.65      zhu      13671:    'Show detailed Parameter Selection'
1.93      raeburn  13672: => 'Show detailed Parameter Selection',
1.63      zhu      13673: 
1.65      zhu      13674: # Resource Parameters - Start
1.63      zhu      13675: 
1.65      zhu      13676:    'Problem Opening Date (opendate)'
                   13677: => '问题开始日期 (opendate)',
1.6       bisitz   13678: 
                   13679:    'Problem Opening Date'
1.12      zhu      13680: => '问题开始日期',
1.6       bisitz   13681: 
1.65      zhu      13682:    'Problem Due Date (duedate)'
                   13683: => '问题截止日期 (duedate)',
                   13684: 
1.6       bisitz   13685:    'Problem Due Date'
1.12      zhu      13686: => '问题截止日期',
1.6       bisitz   13687: 
1.65      zhu      13688:    'Problem Answer Date (answerdate)'
                   13689: => '问题答案日期 (answerdate)',
                   13690: 
1.6       bisitz   13691:    'Problem Answer Date'
1.12      zhu      13692: => '问题答案日期',
1.6       bisitz   13693: 
1.65      zhu      13694:    'Time-Limit (interval)'
                   13695: => '期限 (interval)',
                   13696: 
1.6       bisitz   13697:    'Time-Limit'
1.12      zhu      13698: => '期限',
1.6       bisitz   13699: 
1.65      zhu      13700:    'Weight (weight)'
1.93      raeburn  13701: => 'Weight (weight)',
1.65      zhu      13702: 
1.6       bisitz   13703:    'Weight'
1.93      raeburn  13704: => 'Weight',
1.6       bisitz   13705: 
1.65      zhu      13706:    'Maximum Number of Tries (maxtries)'
1.93      raeburn  13707: => 'Maximum Number of Tries (maxtries)',
1.65      zhu      13708: 
1.6       bisitz   13709:    'Maximum Number of Tries'
1.93      raeburn  13710: => 'Maximum Number of Tries',
1.6       bisitz   13711: 
1.65      zhu      13712:    'Number of Tries before hints appear (hinttries)'
1.93      raeburn  13713: => 'Number of Tries before hints appear (hinttries)',
1.65      zhu      13714: 
1.6       bisitz   13715:    'Number of Tries before hints appear'
1.93      raeburn  13716: => 'Number of Tries before hints appear',
1.6       bisitz   13717: 
1.56      zhu      13718:    'Content Opening Date (contentopen)'
1.61      bisitz   13719: => '内容开放日期 (contentopen)',
                   13720: 
1.56      zhu      13721:    'Content Due Date (contentclose)'
1.61      bisitz   13722: => '内容关闭日期 (contentclose)',
1.56      zhu      13723: 
1.63      zhu      13724:    'Content Opening Date'
                   13725: => '内容开放日期',
1.6       bisitz   13726: 
                   13727:    'Content Close Date'
1.18      zhu      13728: => '内容关闭日期',
1.6       bisitz   13729: 
1.65      zhu      13730:    'Question Type (type)'
                   13731: => '问题类型 (type)',
                   13732: 
1.6       bisitz   13733:    'Question Type'
1.18      zhu      13734: => '问题类型',
1.6       bisitz   13735: 
1.65      zhu      13736:    'Show Problem Status (problemstatus)'
1.93      raeburn  13737: => 'Show Problem Status (problemstatus)',
1.65      zhu      13738: 
1.6       bisitz   13739:    'Show Problem Status'
1.18      zhu      13740: => '查看问题状态',
1.6       bisitz   13741: 
1.65      zhu      13742:    'Resource Hidden from Students (hiddenresource)'
1.93      raeburn  13743: => 'Resource Hidden from Students (hiddenresource)',
1.65      zhu      13744: 
1.6       bisitz   13745:    'Resource Hidden from Students'
1.93      raeburn  13746: => 'Resource Hidden from Students',
1.65      zhu      13747: 
                   13748:    'Resource hidden from students (hiddenresource)'
1.93      raeburn  13749: => 'Resource hidden from students (hiddenresource)',
1.65      zhu      13750: 
                   13751:    'Resource hidden from students'
1.93      raeburn  13752: => 'Resource hidden from students',
1.65      zhu      13753: 
                   13754:    'List of hidden parts (hiddenparts)'
1.93      raeburn  13755: => 'List of hidden parts (hiddenparts)',
1.6       bisitz   13756: 
                   13757:    'List of hidden parts'
1.93      raeburn  13758: => 'List of hidden parts', # ???
1.6       bisitz   13759: 
1.65      zhu      13760:    'Part Description (display)'
1.93      raeburn  13761: => 'Part Description (display)',
1.65      zhu      13762: 
1.6       bisitz   13763:    'Part Description'
1.93      raeburn  13764: => 'Part Description',
1.6       bisitz   13765: 
1.65      zhu      13766:    'Show Parts One-at-a-Time (ordered)'
1.93      raeburn  13767: => 'Show Parts One-at-a-Time (ordered)',
1.65      zhu      13768: 
1.6       bisitz   13769:    'Show Parts One-at-a-Time'
1.93      raeburn  13770: => 'Show Parts One-at-a-Time',
1.6       bisitz   13771: 
1.65      zhu      13772:    'Numerical Tolerance (tol)'
1.93      raeburn  13773: => 'Numerical Tolerance (tol)',
1.65      zhu      13774: 
1.6       bisitz   13775:    'Numerical Tolerance'
1.93      raeburn  13776: => 'Numerical Tolerance',
1.6       bisitz   13777: 
1.65      zhu      13778:    'Significant Digits (sig)'
1.93      raeburn  13779: => 'Significant Digits (sig)',
1.65      zhu      13780: 
1.6       bisitz   13781:    'Significant Digits'
1.93      raeburn  13782: => 'Significant Digits',
1.6       bisitz   13783: 
1.65      zhu      13784:    'Show Units - Disable Entry (turnoffunit)'
1.93      raeburn  13785: => 'Show Units - Disable Entry (turnoffunit)',
1.65      zhu      13786: 
1.6       bisitz   13787:    'Show Units - Disable Entry'
1.93      raeburn  13788: => 'Show Units - Disable Entry', # ???
1.6       bisitz   13789: 
1.65      zhu      13790:    'Discussion End Time (discussend)'
1.93      raeburn  13791: => 'Discussion End Time (discussend)',
1.65      zhu      13792: 
1.6       bisitz   13793:    'Discussion End Time'
1.93      raeburn  13794: => 'Discussion End Time',
1.6       bisitz   13795: 
1.65      zhu      13796:    'Hide Closed Discussion (discusshide)'
1.93      raeburn  13797: => 'Hide Closed Discussion (discusshide)',
1.65      zhu      13798: 
1.6       bisitz   13799:    'Hide Closed Discussion'
1.93      raeburn  13800: => 'Hide Closed Discussion',
1.6       bisitz   13801: 
1.65      zhu      13802:    'Randomly Order Resources (randomorder)'
1.93      raeburn  13803: => 'Randomly Order Resources (randomorder)',
1.65      zhu      13804: 
1.6       bisitz   13805:    'Randomly Order Resources'
1.93      raeburn  13806: => 'Randomly Order Resources',
1.6       bisitz   13807: 
1.65      zhu      13808:    'Randomly pick number of resources (randompick)'
1.93      raeburn  13809: => 'Randomly pick number of resources (randompick)',
1.65      zhu      13810: 
                   13811:    'Do not show plain URL (encrypturl)'
1.93      raeburn  13812: => 'Do not show plain URL (encrypturl)',
1.6       bisitz   13813: 
                   13814:    'Do not show plain URL'
1.93      raeburn  13815: => 'Do not show plain URL',
1.6       bisitz   13816: 
1.65      zhu      13817:    'Slots of availability (available)'
1.93      raeburn  13818: => 'Slots of availability (available)',
1.65      zhu      13819: 
1.6       bisitz   13820:    'Slots of availability'
1.93      raeburn  13821: => 'Slots of availability',
1.6       bisitz   13822: 
1.65      zhu      13823:    'CSS file to link (cssfile)'
1.93      raeburn  13824: => 'CSS file to link (cssfile)',
1.65      zhu      13825: 
1.6       bisitz   13826:    'CSS file to link'
1.93      raeburn  13827: => 'CSS file to link',
1.6       bisitz   13828: 
1.65      zhu      13829:    'Use slot based access controls (useslots)'
1.93      raeburn  13830: => 'Use slot based access controls (useslots)',
1.65      zhu      13831: 
1.6       bisitz   13832:    'Use slot based access controls'
1.93      raeburn  13833: => 'Use slot based access controls',
1.6       bisitz   13834: 
1.101     bisitz   13835:    'Client IP/Name Access Control (acc)'
1.93      raeburn  13836: => 'Client IP/Name Access Control (acc)',
1.65      zhu      13837: 
1.6       bisitz   13838:    'Client IP/Name Access Control'
1.93      raeburn  13839: => 'Client IP/Name Access Control',
1.6       bisitz   13840: 
1.65      zhu      13841:    'Resource alias name for conditions (mapalias)'
1.93      raeburn  13842: => 'Resource alias name for conditions (mapalias)',
1.65      zhu      13843: 
1.6       bisitz   13844:    'Resource alias name for conditions'
1.93      raeburn  13845: => 'Resource alias name for conditions',
1.6       bisitz   13846: 
1.65      zhu      13847:    'Slots of availability selected by student (availablestudent)'
1.93      raeburn  13848: => 'Slots of availability selected by student (availablestudent)',
1.65      zhu      13849: 
1.6       bisitz   13850:    'Slots of availability selected by student'
1.93      raeburn  13851: => 'Slots of availability selected by student',
1.65      zhu      13852: 
                   13853:    'Hide buttons from students (buttonshide)'
1.93      raeburn  13854: => 'Hide buttons from students (buttonshide)',
1.6       bisitz   13855: 
                   13856:    'Hide buttons from students'
1.93      raeburn  13857: => 'Hide buttons from students', # ???
1.65      zhu      13858: 
                   13859:    'Hide DragMath-Editor (turnoffeditor)'
1.93      raeburn  13860: => 'Hide DragMath-Editor (turnoffeditor)',
1.6       bisitz   13861: 
                   13862:    'Hide DragMath-Editor'
1.93      raeburn  13863: => 'Hide DragMath-Editor',
1.6       bisitz   13864: 
1.65      zhu      13865:    'Maximum Number of Collaborators (maxcollaborators)'
1.93      raeburn  13866: => 'Maximum Number of Collaborators (maxcollaborators)',
1.65      zhu      13867: 
1.6       bisitz   13868:    'Maximum Number of Collaborators'
1.93      raeburn  13869: => 'Maximum Number of Collaborators',
1.6       bisitz   13870: 
1.65      zhu      13871:    'Allowed File Extensions for Uploaded Files (uploadedfiletypes)'
1.93      raeburn  13872: => 'Allowed File Extensions for Uploaded Files (uploadedfiletypes)',
1.65      zhu      13873: 
1.6       bisitz   13874:    'Allowed File Extensions for Uploaded Files'
1.93      raeburn  13875: => 'Allowed File Extensions for Uploaded Files',
1.6       bisitz   13876: 
1.65      zhu      13877:    'Hand Graded (handgrade)'
1.93      raeburn  13878: => 'Hand Graded (handgrade)',
1.65      zhu      13879: 
1.6       bisitz   13880:    'Hand Graded'
1.93      raeburn  13881: => 'Hand Graded',
1.6       bisitz   13882: 
1.65      zhu      13883:    'Number of bubbles in exam mode (numbubbles)'
                   13884: => '考试模式中的一些复选框 (numbubbles)',
                   13885: 
1.6       bisitz   13886:    'Number of bubbles in exam mode'
1.12      zhu      13887: => '考试模式中的一些复选框',
1.6       bisitz   13888: 
1.65      zhu      13889:    'Format for display of score (scoreformat)'
                   13890: => '评分显示格式 (scoreformat)',
                   13891: 
1.6       bisitz   13892:    'Format for display of score'
1.12      zhu      13893: => '评分显示格式',
1.6       bisitz   13894: 
1.65      zhu      13895:    'Max. Cumulative Size (MB) for Submitted Files (maxfilesize)'
                   13896: => '最大(MB)累积提交文件 (maxfilesize)',
                   13897: 
                   13898:    'Max. Cumulative Size (MB) for Submitted Files'
                   13899: => '最大(MB)累积提交文件',
                   13900: 
                   13901:    'Max. cumulative size (MB) for submitted files (maxfilesize)'
                   13902: => '最大(MB)累积提交文件 (maxfilesize)',
1.61      bisitz   13903: 
1.65      zhu      13904:    'Max. cumulative size (MB) for submitted files'
                   13905: => '最大(MB)累积提交文件',
1.63      zhu      13906: # Resource Parameters - End
1.61      bisitz   13907: 
1.65      zhu      13908: # Resource Parameter Categories - Start
                   13909:    'Problem Appearance'
1.93      raeburn  13910: => 'Problem Appearance',
1.65      zhu      13911: 
                   13912:    'Time Settings'
1.93      raeburn  13913: => 'Time Settings',
1.65      zhu      13914: 
                   13915:    'High Level Randomization'
1.98      bisitz   13916: => 'High Level Randomization',
1.65      zhu      13917: 
                   13918:    'Hiding'
1.93      raeburn  13919: => 'Hiding',
1.65      zhu      13920: 
                   13921:    'Behaviour of Input Fields'
1.93      raeburn  13922: => 'Behaviour of Input Fields',
1.65      zhu      13923: 
                   13924:    'Slots'
                   13925: => 'Slots',
                   13926: 
                   13927:    'File Submission'
1.93      raeburn  13928: => 'File Submission',
1.65      zhu      13929: # Resource Parameters Categories - End
1.6       bisitz   13930: 
                   13931:    'New LON-CAPA [_1] ID: [_2]'
1.12      zhu      13932: => '新的 LON-CAPA-[_1]-ID: [_2]',
1.6       bisitz   13933: 
                   13934:    'Not available'
1.12      zhu      13935: => '不详',
1.6       bisitz   13936: 
                   13937:    'Post Announcement'
1.12      zhu      13938: => '提交通知',
1.6       bisitz   13939: 
                   13940:    'The folder name: "[_1]" is already in use for an existing folder.'
1.10      zhu      13941: => '文件夹名称: "[_1]" 已经在现有的文件夹中。',
1.6       bisitz   13942: 
                   13943:    'The folder name: "[_1]" is already used for one of the folders automatically generated by the system.'
1.10      zhu      13944: => '文件夹名称: "[_1]" 已经用于一个文件夹自动生成系统。',
1.6       bisitz   13945: 
                   13946:    'Error - could not obtain lock on email folders record.'
1.93      raeburn  13947: => 'Error - could not obtain lock on email folders record.',
1.6       bisitz   13948: 
                   13949:    'The folder "[_1]" may not be deleted'
1.93      raeburn  13950: => 'The folder "[_1]" may not be deleted',
1.6       bisitz   13951: 
                   13952:    'The folder "[_1]" does not exist so deletion is not required.'
1.93      raeburn  13953: => 'The folder "[_1]" does not exist so deletion is not required.',
1.6       bisitz   13954: 
                   13955:    'The folder "[_1]" contains messages so it may not be deleted.'
1.22      zhu      13956: => '该文件夹“[_1]”包含有信息,因此不能删除。',
1.6       bisitz   13957: 
                   13958:    'Delete or move the messages to a different folder first.'
1.93      raeburn  13959: => 'Delete or move the messages to a different folder first.',
1.6       bisitz   13960: 
                   13961:    'The folder "[_1]" may not be renamed to "[_2]" as the new name you requested is an invalid name.'
1.93      raeburn  13962: => 'The folder "[_1]" may not be renamed to "[_2]" as the new name you requested is an invalid name.',
1.6       bisitz   13963: 
                   13964:    'The folder "[_1]" may not be renamed to "[_2]" as the new name you requested is reserved for folders provided automatically by the system.'
1.93      raeburn  13965: => 'The folder "[_1]" may not be renamed to "[_2]" as the new name you requested is reserved for folders provided automatically by the system.',
1.6       bisitz   13966: 
                   13967:    'The folder "[_1]" may not be renamed to "[_2]" because the new name you requested is already being used for an existing folder.'
1.93      raeburn  13968: => 'The folder "[_1]" may not be renamed to "[_2]" because the new name you requested is already being used for an existing folder.',
1.6       bisitz   13969: 
                   13970:    'The folder "[_1]" could not be renamed to "[_2]" because the folder does not exist.'
1.93      raeburn  13971: => 'The folder "[_1]" could not be renamed to "[_2]" because the folder does not exist.',
1.6       bisitz   13972: 
                   13973:    'Warning: failed to release lock for counter'
1.93      raeburn  13974: => 'Warning: failed to release lock for counter',
1.6       bisitz   13975: 
                   13976:    'Warning: failed to release lock for folder: [_1].'
1.93      raeburn  13977: => 'Warning: failed to release lock for folder: [_1].',
1.6       bisitz   13978: 
                   13979:    'Error uploading new folder.'
1.93      raeburn  13980: => 'Error uploading new folder.',
1.6       bisitz   13981: 
                   13982:    'Error reading contents of parent folder.'
1.93      raeburn  13983: => 'Error reading contents of parent folder.',
1.6       bisitz   13984: 
                   13985:    'Error saving updated parent folder.'
1.93      raeburn  13986: => 'Error saving updated parent folder.',
1.6       bisitz   13987: 
                   13988:    'Parameters not set for [_1] because the resource was not recognized as part of the course.'
1.101     bisitz   13989: => 'Parameters not set for [_1] because the resource was not recognized as part of the course.',
1.6       bisitz   13990: 
                   13991:    'Message not moved, Attempted to move message to the same folder as it already is in.'
1.93      raeburn  13992: => 'Message not moved, Attempted to move message to the same folder as it already is in.',
1.6       bisitz   13993: 
                   13994:    'Message not moved, A network error occurred.'
1.93      raeburn  13995: => 'Message not moved, A network error occurred.',
1.6       bisitz   13996: 
                   13997:    'Message not moved as the message is no longer in the source folder.'
1.93      raeburn  13998: => 'Message not moved as the message is no longer in the source folder.',
1.6       bisitz   13999: 
                   14000:    'Message copied to new folder but status was not, A network error occurred.'
1.93      raeburn  14001: => 'Message copied to new folder but status was not, A network error occurred.',
1.6       bisitz   14002: 
                   14003:    'Message copied, but unable to delete the original from the source folder.'
1.93      raeburn  14004: => 'Message copied, but unable to delete the original from the source folder.',
1.6       bisitz   14005: 
                   14006:    'Message copied, but unable to delete the original status from the source folder.'
1.93      raeburn  14007: => 'Message copied, but unable to delete the original status from the source folder.',
1.6       bisitz   14008: 
                   14009:    'Error: you must have a course role selected to be able to send a broadcast message to a group in the course.'
1.93      raeburn  14010: => 'Error: you must have a course role selected to be able to send a broadcast message to a group in the course.',
1.6       bisitz   14011: 
                   14012:    'Error: could not determine domain or number of course'
1.93      raeburn  14013: => 'Error: could not determine domain or number of course',
1.6       bisitz   14014: 
                   14015:    'Select message recipients from the group members listed below.'
1.93      raeburn  14016: => 'Select message recipients from the group members listed below.',
1.6       bisitz   14017: 
                   14018:    'Send another e-mail'
1.63      zhu      14019: => '发送另一个电子邮件',
1.6       bisitz   14020: 
                   14021:    'Send another group message'
1.12      zhu      14022: => '给其他组发送邮件',
1.6       bisitz   14023: 
                   14024:    'Return to group page'
1.12      zhu      14025: => '返回到组网页',
1.6       bisitz   14026: 
                   14027:    'You have to confirm that you have received this message before you can view other pages. After confirmation, this message will be moved to your regular inbox'
1.63      zhu      14028: => '您必须确认您已经收到此邮件,然后才能访问其他页面。确认后,此邮件将移至您的收件箱。',
1.6       bisitz   14029: 
                   14030:    '[quant,_1,message is, messages are] not viewable because display of LON-CAPA messages sent to you by other students between [_2] and [_3] is currently being blocked because of online exams.'
1.98      bisitz   14031: => '[quant,_1,message is, messages are] not viewable because display of LON-CAPA messages sent to you by other students between [_2] and [_3] is currently being blocked because of online exams.',
1.6       bisitz   14032: 
1.87      raeburn  14033:    'Each of the[_1] [quant,_2,message] [_3]you checked will be forwarded to the recipient(s) you select below.'
                   14034: => 'Each of the[_1] [quant,_2,message] [_3]you checked will be forwarded to the recipient(s) you select below.',
1.6       bisitz   14035: 
                   14036:    'The message you checked will be forwarded to the recipient(s) you select below.'
1.93      raeburn  14037: => 'The message you checked will be forwarded to the recipient(s) you select below.',
1.6       bisitz   14038: 
                   14039:    'Send Messages'
1.10      zhu      14040: => '发送邮件',
1.6       bisitz   14041: 
                   14042:    'Send Message'
1.43      bisitz   14043: => '发送邮件', # '发送讯息',
1.6       bisitz   14044: 
                   14045:    'Send Reply to Messages'
1.10      zhu      14046: => '发送回复邮件',
1.6       bisitz   14047: 
                   14048:    'Send Reply to Message'
1.10      zhu      14049: => '发送回复邮件',
1.6       bisitz   14050: 
                   14051:    'Forward Messages'
1.10      zhu      14052: => '转发邮件',
1.6       bisitz   14053: 
                   14054:    'Forward Message'
1.10      zhu      14055: => '转发邮件',
1.6       bisitz   14056: 
                   14057:    'Save message for re-use'
1.10      zhu      14058: => '邮件重新保存',
1.6       bisitz   14059: 
                   14060:    'Show re-usable messages'
1.10      zhu      14061: => '显示保存的邮件',
1.6       bisitz   14062: 
                   14063:    'This message was designated by the sender not to allow replies.'
1.93      raeburn  14064: => 'This message was designated by the sender not to allow replies.',
1.6       bisitz   14065: 
                   14066:    'The sender did not designate a reply to address for this message.'
1.93      raeburn  14067: => 'The sender did not designate a reply to address for this message.',
1.6       bisitz   14068: 
                   14069:    'Reply to other recipients'
1.93      raeburn  14070: => 'Reply to other recipients',
1.6       bisitz   14071: 
                   14072:    'Unless you choose otherwise:'
1.93      raeburn  14073: => 'Unless you choose otherwise:',
1.6       bisitz   14074: 
                   14075:    "The subject in each forwarded message will be <i>'Forwarding:'</i> followed by the original subject."
1.93      raeburn  14076: => "The subject in each forwarded message will be <i>'Forwarding:'</i> followed by the original subject.",
1.6       bisitz   14077: 
                   14078:    'original subject'
1.93      raeburn  14079: => 'original subject',
1.6       bisitz   14080: 
                   14081:    "sender's name"
1.93      raeburn  14082: => "sender's name",
1.6       bisitz   14083: 
                   14084:    'Message begins with:'
1.93      raeburn  14085: => 'Message begins with:',
1.6       bisitz   14086: 
                   14087:    'Any new text to display before the text of the original messages:'
1.93      raeburn  14088: => 'Any new text to display before the text of the original messages:',
1.6       bisitz   14089: 
                   14090:    'username1:domain1: text'
1.22      zhu      14091: => '用户名1:域名1: 文本',
1.6       bisitz   14092: 
                   14093:    'username2:domain2: text'
1.22      zhu      14094: => '用户名2:域名2: 文本',
1.6       bisitz   14095: 
1.26      zhu      14096:    'username3:domain1: text'
1.22      zhu      14097: => '用户名3:域名3: 文本',
1.6       bisitz   14098: 
                   14099:    "The messages will be assembled from all lines with the respective\n<tt>username:domain</tt>, and appended to the general message text."
1.22      zhu      14100: => "邮件从相应用户的所有行<tt>用户名:域</tt>收集并附加到一般消息文本。", # ???
1.6       bisitz   14101: 
                   14102:    'Not allowed'
1.22      zhu      14103: => '不允许',
1.6       bisitz   14104: 
                   14105:    'Archived Message'
1.22      zhu      14106: => '存档的邮件',
1.6       bisitz   14107: 
                   14108:    '[quant,_1,communication blocking period was,communication blocking periods were] removed.'
1.98      bisitz   14109: => '[quant,_1,communication blocking period was,communication blocking periods were] removed.',
1.6       bisitz   14110: 
                   14111:    '[quant,_1,communication blocking period was,communication blocking periods were] modified.'
1.98      bisitz   14112: => '[quant,_1,communication blocking period was,communication blocking periods were] modified.',
1.6       bisitz   14113: 
                   14114:    '[quant,_1,communication blocking period was,communication blocking periods were] added.'
1.98      bisitz   14115: => '[quant,_1,communication blocking period was,communication blocking periods were] added.',
1.6       bisitz   14116: 
                   14117:    'You attempted to display a message that is currently blocked because you are enrolled in one or more courses for which there is an ongoing online exam.'
1.93      raeburn  14118: => 'You attempted to display a message that is currently blocked because you are enrolled in one or more courses for which there is an ongoing online exam.',
1.6       bisitz   14119: 
                   14120:    'Reply To'
1.93      raeburn  14121: => 'Reply To',
1.6       bisitz   14122: 
                   14123:    'Current attempts of student (if applicable)'
1.93      raeburn  14124: => 'Current attempts of student (if applicable)',
1.6       bisitz   14125: 
                   14126:    'Current screen output (if applicable)'
1.93      raeburn  14127: => 'Current screen output (if applicable)',
1.6       bisitz   14128: 
                   14129:    'No saved comments yet.'
1.93      raeburn  14130: => 'No saved comments yet.',
1.6       bisitz   14131: 
                   14132:    'No saved comments yet for this resource.'
1.93      raeburn  14133: => 'No saved comments yet for this resource.',
1.6       bisitz   14134: 
                   14135:    'Could not deliver message'
1.93      raeburn  14136: => 'Could not deliver message',
1.6       bisitz   14137: 
                   14138:    'Please use the browser "Back" button and correct the recipient addresses ([_1]).'
1.93      raeburn  14139: => 'Please use the browser "Back" button and correct the recipient addresses ([_1]).',
1.6       bisitz   14140: 
                   14141:    'Failed to delete the message.'
1.93      raeburn  14142: => 'Failed to delete the message.',
1.6       bisitz   14143: 
                   14144:    'Marked [_1] message(s) read'
1.99      raeburn  14145: => 'Marked [_1] message(s) read',
1.6       bisitz   14146: 
                   14147:    'Marked [_1] message(s) Unread'
1.99      raeburn  14148: => 'Marked [_1] message(s) Unread',
1.6       bisitz   14149: 
                   14150:    'Destination folder [_1] is not a valid folder'
1.93      raeburn  14151: => 'Destination folder [_1] is not a valid folder',
1.6       bisitz   14152: 
                   14153:    'Failed to move [_1] message(s)'
1.99      raeburn  14154: => 'Failed to move [_1] message(s)',
1.6       bisitz   14155: 
                   14156:    'Moved [_1] message(s)'
1.99      raeburn  14157: => 'Moved [_1] message(s)',
1.6       bisitz   14158: 
                   14159:    'Failed to delete [_1] message(s)'
1.98      bisitz   14160: => 'Failed to delete [_1] message(s)',
1.6       bisitz   14161: 
                   14162:    'Deleted [_1] message(s)'
1.98      bisitz   14163: => 'Deleted [_1] message(s)',
1.6       bisitz   14164: 
                   14165:    '[quant,_1,message] forwarded.'
1.99      raeburn  14166: => '[quant,_1,message] forwarded.',
1.6       bisitz   14167: 
                   14168:    'Could not forward [quant,_1,message].'
1.99      raeburn  14169: => 'Could not forward [quant,_1,message].',
1.6       bisitz   14170: 
                   14171:    'Could not deliver forwarded message.'
1.93      raeburn  14172: => 'Could not deliver forwarded message.',
1.6       bisitz   14173: 
                   14174:    'The recipient addresses may need to be corrected'
1.93      raeburn  14175: => 'The recipient addresses may need to be corrected',
1.6       bisitz   14176: 
                   14177:    'Mail folder "[_1]" created.'
1.10      zhu      14178: => '邮件文件夹 "[_1]" 已创建。',
1.6       bisitz   14179: 
                   14180:    'Creation failed.'
1.10      zhu      14181: => '创建失败。',
1.6       bisitz   14182: 
                   14183:    'Mail folder "[_1]" deleted.'
1.10      zhu      14184: => '邮件文件夹 "[_1]" 已删除。',
1.6       bisitz   14185: 
                   14186:    'Deletion failed.'
1.10      zhu      14187: => '删除失败。',
1.6       bisitz   14188: 
                   14189:    'Mail folder "[_1]" renamed "[_2]".'
1.10      zhu      14190: => '邮件文件夹 "[_1]" 更名为 "[_2]".',
1.6       bisitz   14191: 
                   14192:    'Renaming failed.'
1.10      zhu      14193: => '重命名失败。',
1.6       bisitz   14194: 
                   14195:    'Messages'
1.10      zhu      14196: => '邮件',
1.6       bisitz   14197: 
                   14198:    'Distribute from Uploaded File'
1.10      zhu      14199: => '从上传的文件分发', # ???
1.6       bisitz   14200: 
                   14201:    'Communication Blocking'
1.10      zhu      14202: => '通讯阻塞',
1.6       bisitz   14203: 
                   14204:    'Communication blocking during scheduled exams'
1.10      zhu      14205: => '有时限的通讯阻塞',
1.6       bisitz   14206: 
                   14207:    'You can use communication blocking to prevent students enrolled in this course from displaying LON-CAPA messages sent by other students during an online exam. As blocking of communication could potentially interrupt legitimate communication between students who are also both enrolled in a different LON-CAPA course, please be careful that you select the correct start and end times for your scheduled exam when setting or modifying these parameters.'
1.26      zhu      14208: => '您可以在网上考试期间使用通信阻断,以防止该课程的学生接收其他学生的LON-CAPA信息。作为阻止的通信可能会中断参加了其他的LON-CAPA课程的学生之间的沟通,请您在在设置和更改安排考试时间时注意选择正确的开始和结束时间。',
1.6       bisitz   14209: 
                   14210:    'Modify existing communication blocking periods'
1.26      zhu      14211: => '修改现有的通信阻断时间',
1.6       bisitz   14212: 
                   14213:    'No communication blocks currently saved'
1.26      zhu      14214: => '目前任何通信被锁定。',
1.6       bisitz   14215: 
                   14216:    'Duration'
1.10      zhu      14217: => '持续',
1.6       bisitz   14218: 
                   14219:    'Event'
1.10      zhu      14220: => '事件',
1.6       bisitz   14221: 
                   14222:    'Blocked?'
1.26      zhu      14223: => '被锁定?',
1.6       bisitz   14224: 
                   14225:    'Add block'
1.26      zhu      14226: => '新增锁定',
1.6       bisitz   14227: 
                   14228:    'e.g., Exam 1'
1.26      zhu      14229: => '(例如:考试1)',
1.6       bisitz   14230: 
                   14231:    'Discussion'
1.10      zhu      14232: => '论坛',
1.6       bisitz   14233: 
                   14234:    'The following changes were made'
1.26      zhu      14235: => '进行了以下更改:',
1.6       bisitz   14236: 
                   14237:    'Add new communication blocking periods'
1.26      zhu      14238: => '添加新的的通信阻断时间',
1.6       bisitz   14239: 
                   14240:    'Set by'
1.93      raeburn  14241: => 'Set by',
1.6       bisitz   14242: 
                   14243:    'Deleted Message'
1.10      zhu      14244: => '删除的邮件',
1.6       bisitz   14245: 
                   14246:    'Marked Messages Read'
1.10      zhu      14247: => '邮件标记为已读',
1.6       bisitz   14248: 
                   14249:    'Marked Messages Unread'
1.10      zhu      14250: => '邮件标记为未读',
1.6       bisitz   14251: 
                   14252:    'Moved Messages'
1.10      zhu      14253: => '移动邮件',
1.6       bisitz   14254: 
                   14255:    'Deleted Messages'
1.10      zhu      14256: => '删除邮件',
1.6       bisitz   14257: 
                   14258:    'Marked Message as Unread'
1.10      zhu      14259: => '邮件标记为未读',
1.6       bisitz   14260: 
                   14261:    'Deleted Folder'
1.10      zhu      14262: => '删除文件夹',
1.6       bisitz   14263: 
                   14264:    'Renamed Folder'
1.10      zhu      14265: => '重命名文件夹',
1.6       bisitz   14266: 
                   14267:    'username:domain,username:domain,...'
1.10      zhu      14268: => '用户名:域,用户名:域...',
1.6       bisitz   14269: 
                   14270:    'All courses'
1.10      zhu      14271: => '所有课程',
1.6       bisitz   14272: 
                   14273:    'Pick specific course(s):'
1.93      raeburn  14274: => 'Pick specific course(s):',
1.6       bisitz   14275: 
                   14276:    'Search for a course in the [_1] domain'
1.93      raeburn  14277: => 'Search for a course in the [_1] domain',
1.6       bisitz   14278: 
                   14279:    'Actions available after searching for a course:'
1.93      raeburn  14280: => 'Actions available after searching for a course:',
1.6       bisitz   14281: 
                   14282:    'Although almost all course settings can be modified by a [_1], a number of settings exist which only a [_2] may change:'
1.93      raeburn  14283: => 'Although almost all course settings can be modified by a [_1], a number of settings exist which only a [_2] may change:',
1.6       bisitz   14284: 
                   14285:    "Certain settings which control auto-enrollment of students from your institution's student information system."
1.93      raeburn  14286: => "Certain settings which control auto-enrollment of students from your institution's student information system.",
1.6       bisitz   14287: 
                   14288:    'The total disk space allocated for storage of portfolio files in all groups in a course.'
1.93      raeburn  14289: => 'The total disk space allocated for storage of portfolio files in all groups in a course.',
1.6       bisitz   14290: 
                   14291:    'No existing sections'
1.100     raeburn  14292: => 'No existing sections',
1.6       bisitz   14293: 
                   14294:    'Broadcast e-mail to users'
1.93      raeburn  14295: => 'Broadcast e-mail to users',
1.6       bisitz   14296: 
                   14297:    'Broadcast E-mail'
1.93      raeburn  14298: => 'Broadcast E-mail',
1.6       bisitz   14299: 
                   14300:    'Broadcast e-mail to Domain'
1.93      raeburn  14301: => 'Broadcast e-mail to Domain',
1.6       bisitz   14302: 
                   14303:    'Send a new e-mail message to selected users from this domain'
1.93      raeburn  14304: => 'Send a new e-mail message to selected users from this domain',
1.6       bisitz   14305: 
                   14306:    'Send a new e-mail to selected users from this domain'
1.93      raeburn  14307: => 'Send a new e-mail to selected users from this domain',
1.6       bisitz   14308: 
                   14309:    'Display e-mail sent by Domain Coordinators in this domain'
1.93      raeburn  14310: => 'Display e-mail sent by Domain Coordinators in this domain',
1.6       bisitz   14311: 
                   14312:    'Select Audience'
1.93      raeburn  14313: => 'Select Audience',
1.6       bisitz   14314: 
                   14315:    'Choose e-mail audience'
1.93      raeburn  14316: => 'Choose e-mail audience',
1.6       bisitz   14317: 
                   14318:    'Roles:'
                   14319: => '角色:',
                   14320: 
                   14321:    'Courses:'
                   14322: => '课程:',
                   14323: 
                   14324:    '[_1] selected.' # n.t.
1.12      zhu      14325: => '[_1] 选择的。',
1.6       bisitz   14326: 
                   14327:    'Access status:'
1.93      raeburn  14328: => 'Access status:',
1.6       bisitz   14329: 
                   14330:    'Username -> Email conversion:'
1.12      zhu      14331: => '用户名 -> E-Mail 转换:',
1.6       bisitz   14332: 
                   14333:    'Building valid e-mail address from username, if missing from preferences:'
1.93      raeburn  14334: => 'Building valid e-mail address from username, if missing from preferences:',
1.6       bisitz   14335: 
                   14336:    'Kerberos: enter default for each realm used in the domain, with comma separation of entries'
1.93      raeburn  14337: => 'Kerberos: enter default for each realm used in the domain, with comma separation of entries',
1.6       bisitz   14338: 
                   14339:    '(e.g., MSU.EDU=msu.edu, MSUE.EDU=msue.msu.edu).'
1.99      raeburn  14340: => '(e.g., MSU.EDU=msu.edu, MSUE.EDU=msue.msu.edu).',
1.6       bisitz   14341: 
                   14342:    'Internal, Filesystem and Local authentication: enter single default.'
1.93      raeburn  14343: => 'Internal, Filesystem and Local authentication: enter single default.',
1.6       bisitz   14344: 
                   14345:    'Authentication Method'
1.93      raeburn  14346: => 'Authentication Method',
1.6       bisitz   14347: 
                   14348:    'Username -> e-mail conversion'
1.93      raeburn  14349: => 'Username -> e-mail conversion',
1.6       bisitz   14350: 
                   14351:    'Internal (LON-CAPA)'
1.93      raeburn  14352: => 'Internal (LON-CAPA)',
1.6       bisitz   14353: 
                   14354:    'username@'
                   14355: => '用户名@',
                   14356: 
                   14357:    'Local/Customized'
1.93      raeburn  14358: => 'Local/Customized',
1.6       bisitz   14359: 
                   14360:    'Filesystem (UNIX)'
1.93      raeburn  14361: => 'Filesystem (UNIX)',
1.6       bisitz   14362: 
                   14363:    'Compose E-mail'
1.93      raeburn  14364: => 'Compose E-mail',
1.6       bisitz   14365: 
                   14366:    'No recipients identified'
1.93      raeburn  14367: => 'No recipients identified',
1.6       bisitz   14368: 
                   14369:    'Broadcast e-mail display options'
1.93      raeburn  14370: => 'Broadcast e-mail display options',
1.6       bisitz   14371: 
                   14372:    'Date range:'
1.93      raeburn  14373: => 'Date range:',
1.6       bisitz   14374: 
                   14375:    'Earliest to display:'
1.93      raeburn  14376: => 'Earliest to display:',
1.6       bisitz   14377: 
                   14378:    'Latest to display:'
1.93      raeburn  14379: => 'Latest to display:',
1.6       bisitz   14380: 
                   14381:    'Choose sender(s):'
1.93      raeburn  14382: => 'Choose sender(s):',
1.6       bisitz   14383: 
                   14384:    'Display e-mail'
1.10      zhu      14385: => '显示 E-Mail',
1.6       bisitz   14386: 
                   14387:    'E-mail display'
1.10      zhu      14388: => '显示 E-Mail',
1.6       bisitz   14389: 
                   14390:    'Display Broadcast e-mail'
1.10      zhu      14391: => '显示广播 E-Mail',
1.6       bisitz   14392: 
                   14393:    'No mail sent matching supplied criteria'
1.93      raeburn  14394: => 'No mail sent matching supplied criteria',
1.6       bisitz   14395: 
                   14396:    'Customrole'
1.93      raeburn  14397: => 'Customrole',
1.6       bisitz   14398: 
                   14399:    'Defined by [_1] at [_2].'
1.93      raeburn  14400: => 'Defined by [_1] at [_2].',
1.6       bisitz   14401: 
                   14402:    'No students found.'
1.93      raeburn  14403: => 'No students found.',
1.6       bisitz   14404: 
                   14405:    'Spreadsheet'
1.93      raeburn  14406: => 'Spreadsheet',
1.6       bisitz   14407: 
                   14408:    'Spreadsheet Help'
1.93      raeburn  14409: => 'Spreadsheet Help',
1.6       bisitz   14410: 
                   14411:    'Editing Help'
1.93      raeburn  14412: => 'Editing Help',
1.6       bisitz   14413: 
                   14414:    'Help on printing'
1.93      raeburn  14415: => 'Help on printing',
1.6       bisitz   14416: 
                   14417:    'Metadata Diffs'
1.93      raeburn  14418: => 'Metadata Diffs',
1.6       bisitz   14419: 
                   14420:    'Retrieve Metadata'
1.93      raeburn  14421: => 'Retrieve Metadata',
1.6       bisitz   14422: 
                   14423:    'Enter course'
1.93      raeburn  14424: => 'Enter course',
1.6       bisitz   14425: 
                   14426:    'Enter Course'
1.93      raeburn  14427: => 'Enter Course',
1.6       bisitz   14428: 
                   14429:    'Enter Access Key to Unlock this Course'
1.93      raeburn  14430: => 'Enter Access Key to Unlock this Course',
1.6       bisitz   14431: 
                   14432:    'Verifying Access Key to Unlock this Course'
1.98      bisitz   14433: => 'Verifying Access Key to Unlock this Course',
1.6       bisitz   14434: 
                   14435:    'Successfully registered key'
1.93      raeburn  14436: => 'Successfully registered key',
1.6       bisitz   14437: 
                   14438:    'Re-Enter Key'
1.93      raeburn  14439: => 'Re-Enter Key',
1.6       bisitz   14440: 
                   14441:    'Assigned from [_1] at [_2] for [_3]'
1.93      raeburn  14442: => 'Assigned from [_1] at [_2] for [_3]',
1.6       bisitz   14443: 
                   14444:    'Total Matches'
1.93      raeburn  14445: => 'Total Matches',
1.6       bisitz   14446: 
                   14447:    'Time Remaining'
1.93      raeburn  14448: => 'Time Remaining',
1.6       bisitz   14449: 
                   14450:    'IMPORT'
1.93      raeburn  14451: => 'IMPORT',
1.6       bisitz   14452: 
                   14453:    'Help on slots'
1.93      raeburn  14454: => 'Help on slots',
1.6       bisitz   14455: 
                   14456:    'New user accounts in [_1]'
1.93      raeburn  14457: => 'New user accounts in [_1]',
1.6       bisitz   14458: 
                   14459:    'Student enrollment changes in [_1]'
1.98      bisitz   14460: => 'Student enrollment changes in [_1]',
1.6       bisitz   14461: 
                   14462:    'The following [quant,_1,change] occurred in [_2] - [_3] as a result of the automated classlist update:'
1.93      raeburn  14463: => 'The following [quant,_1,change] occurred in [_2] - [_3] as a result of the automated classlist update:',
1.6       bisitz   14464: 
                   14465:    'No institutional classlist data could be retrieved for [_1]'
1.93      raeburn  14466: => 'No institutional classlist data could be retrieved for [_1]',
1.6       bisitz   14467: 
                   14468:    'Not within time window for auto-enrollment in [_1]'
1.99      raeburn  14469: => 'Not within time window for auto-enrollment in [_1]',
1.6       bisitz   14470: 
                   14471:    'Auto-enrollment not currently enabled for [_1]'
1.93      raeburn  14472: => 'Auto-enrollment not currently enabled for [_1]',
1.6       bisitz   14473: 
                   14474:    'The courseID provided does not match a course in this domain.'
1.93      raeburn  14475: => 'The courseID provided does not match a course in this domain.',
1.6       bisitz   14476: 
                   14477:    'Not Open'
1.93      raeburn  14478: => 'Not Open',
1.6       bisitz   14479: 
                   14480:    "This resource currently isn't open. It will be available at [_1]."
1.93      raeburn  14481: => "This resource currently isn't open. It will be available at [_1].",
1.6       bisitz   14482: 
                   14483:    'Could not handle ambiguous resource reference'
1.93      raeburn  14484: => 'Could not handle ambiguous resource reference',
1.6       bisitz   14485: 
                   14486:    'The nature of the problem is unclear'
1.93      raeburn  14487: => 'The nature of the problem is unclear',
1.6       bisitz   14488: 
                   14489:    'Course Roster'
                   14490: => '课程名册',
                   14491: 
                   14492:    'Classlist'
                   14493: => '班级名册',
                   14494: 
                   14495:    'Display of a student-viewable course roster is not currently enabled.'
1.93      raeburn  14496: => 'Display of a student-viewable course roster is not currently enabled.',
1.6       bisitz   14497: 
                   14498:    'Student-viewable course roster'
1.93      raeburn  14499: => 'Student-viewable course roster',
1.6       bisitz   14500: 
                   14501:    'Students with no section'
1.93      raeburn  14502: => 'Students with no section',
1.6       bisitz   14503: 
                   14504:    'Students in section "[_1]"'
1.93      raeburn  14505: => 'Students in section "[_1]"',
1.6       bisitz   14506: 
                   14507:    'Students in any section'
1.93      raeburn  14508: => 'Students in any section',
1.6       bisitz   14509: 
                   14510:    'Only students who have opted to be listed in the roster ([_1] out of [_2] students) are shown.'
1.93      raeburn  14511: => 'Only students who have opted to be listed in the roster ([_1] out of [_2] students) are shown.',
1.6       bisitz   14512: 
                   14513:    'The single student without a section[_1] has opted not to be listed in the roster.'
1.93      raeburn  14514: => 'The single student without a section[_1] has opted not to be listed in the roster.',
1.6       bisitz   14515: 
                   14516:    'The single student in the section[_1] has opted not to be listed in the roster.'
1.93      raeburn  14517: => 'The single student in the section[_1] has opted not to be listed in the roster.',
1.6       bisitz   14518: 
                   14519:    'The single student in the course[_1] has opted not to be listed in the roster.'
1.93      raeburn  14520: => 'The single student in the course[_1] has opted not to be listed in the roster.',
1.6       bisitz   14521: 
                   14522:    'None of the [_1] students without a section[_2] have opted to be listed in the roster.'
1.93      raeburn  14523: => 'None of the [_1] students without a section[_2] have opted to be listed in the roster.',
1.6       bisitz   14524: 
                   14525:    'None of the [_1] students in the section[_2] have opted to be listed in the roster.'
1.93      raeburn  14526: => 'None of the [_1] students in the section[_2] have opted to be listed in the roster.',
1.6       bisitz   14527: 
                   14528:    'None of the [_1] students in the course[_2] have opted to be listed in the roster.'
1.93      raeburn  14529: => 'None of the [_1] students in the course[_2] have opted to be listed in the roster.',
1.6       bisitz   14530: 
                   14531:    'All [_1] students without a section[_2] have opted to be listed in the roster.'
1.93      raeburn  14532: => 'All [_1] students without a section[_2] have opted to be listed in the roster.',
1.6       bisitz   14533: 
                   14534:    'All [_1] students in the section[_2] have opted to be listed in the roster.'
1.93      raeburn  14535: => 'All [_1] students in the section[_2] have opted to be listed in the roster.',
1.6       bisitz   14536: 
                   14537:    'All [_1] students in the course[_2] have opted to be listed in the roster.'
1.93      raeburn  14538: => 'All [_1] students in the course[_2] have opted to be listed in the roster.',
1.6       bisitz   14539: 
                   14540:    'The single student without a section[_1] has opted to be listed in the roster.'
1.93      raeburn  14541: => 'The single student without a section[_1] has opted to be listed in the roster.',
1.6       bisitz   14542: 
                   14543:    'The single student in the section[_1] has opted to be listed in the roster.'
1.93      raeburn  14544: => 'The single student in the section[_1] has opted to be listed in the roster.',
1.6       bisitz   14545: 
                   14546:    'The single student in the course[_1] has opted to be listed in the roster.'
1.93      raeburn  14547: => 'The single student in the course[_1] has opted to be listed in the roster.',
1.6       bisitz   14548: 
                   14549:    'All [_1] students without a section[_2] are listed in the roster.'
1.93      raeburn  14550: => 'All [_1] students without a section[_2] are listed in the roster.',
1.6       bisitz   14551: 
                   14552:    'All [_1] students in the section[_2] are listed in the roster.'
1.93      raeburn  14553: => 'All [_1] students in the section[_2] are listed in the roster.',
1.6       bisitz   14554: 
                   14555:    'All [_1] students in the course[_2] are listed in the roster.'
1.93      raeburn  14556: => 'All [_1] students in the course[_2] are listed in the roster.',
1.6       bisitz   14557: 
                   14558:    'There is only a single student without a section[_1]'
1.93      raeburn  14559: => 'There is only a single student without a section[_1]',
1.6       bisitz   14560: 
                   14561:    'There is only a single student in the section[_1]'
1.93      raeburn  14562: => 'There is only a single student in the section[_1]',
1.6       bisitz   14563: 
                   14564:    'There is only a single student in the course[_1]'
1.93      raeburn  14565: => 'There is only a single student in the course[_1]',
1.6       bisitz   14566: 
                   14567:    'There are currently no students to display.'
1.93      raeburn  14568: => 'There are currently no students to display.',
1.6       bisitz   14569: 
                   14570:    'Available Portfolio files'
1.93      raeburn  14571: => 'Available Portfolio files',
1.6       bisitz   14572: 
                   14573:    'Name not given'
1.12      zhu      14574: => '姓名不详',
1.6       bisitz   14575: 
                   14576:    '[quant,_1,file,files,No files]'
                   14577: => '[quant,_1,Datei,Dateien,Keine Dateien]',
                   14578: 
                   14579:    'Error retrieving file information.'
1.93      raeburn  14580: => 'Error retrieving file information.',
1.6       bisitz   14581: 
                   14582:    'Your roster setting'
1.93      raeburn  14583: => 'Your roster setting',
1.6       bisitz   14584: 
                   14585:    'You are currently listed in the student-viewable roster.'
1.93      raeburn  14586: => 'You are currently listed in the student-viewable roster.',
1.6       bisitz   14587: 
                   14588:    'You are currently <b>not</b> listed in the student-viewable roster.'
1.93      raeburn  14589: => 'You are currently <b>not</b> listed in the student-viewable roster.',
1.6       bisitz   14590: 
                   14591:    'Include yourself in the roster?'
1.93      raeburn  14592: => 'Include yourself in the roster?',
1.6       bisitz   14593: 
                   14594:    'Display of your name in the student-viewable roster set to <b>[_1]</b>.'
1.93      raeburn  14595: => 'Display of your name in the student-viewable roster set to <b>[_1]</b>.',
1.6       bisitz   14596: 
                   14597:    'Error occurred saving display setting.'
1.93      raeburn  14598: => 'Error occurred saving display setting.',
1.6       bisitz   14599: 
                   14600:    'Display of your name in the student-viewable roster unchanged (set to <b>[_1]</b>).'
1.93      raeburn  14601: => 'Display of your name in the student-viewable roster unchanged (set to <b>[_1]</b>).',
1.6       bisitz   14602: 
                   14603:    'View course roster'
1.93      raeburn  14604: => 'View course roster',
1.6       bisitz   14605: 
                   14606:    'Change Course Page Preferences'
1.93      raeburn  14607: => 'Change Course Page Preferences',
1.6       bisitz   14608: 
                   14609:    'Change Course Page Pref'
1.93      raeburn  14610: => 'Change Course Page Pref',
1.6       bisitz   14611: 
                   14612:    'No context.'
1.93      raeburn  14613: => 'No context.',
1.6       bisitz   14614: 
                   14615:    'unable to verify variable URL'
1.93      raeburn  14616: => 'unable to verify variable URL',
1.6       bisitz   14617: 
                   14618:    'Receipt'
1.93      raeburn  14619: => 'Receipt',
1.6       bisitz   14620: 
                   14621:    'Problems during Course Initialization'
1.93      raeburn  14622: => 'Problems during Course Initialization',
1.6       bisitz   14623: 
                   14624:    'Try Selecting Again'
1.93      raeburn  14625: => 'Try Selecting Again',
1.6       bisitz   14626: 
                   14627:    '<br />Invalid map: <tt>[_1]</tt>'
1.98      bisitz   14628: => '<br />Invalid map: <tt>[_1]</tt>',
1.6       bisitz   14629: 
                   14630:    'Please either [_1]close this window[_2] or [_3]log in again[_4].'
1.93      raeburn  14631: => 'Please either [_1]close this window[_2] or [_3]log in again[_4].',
1.6       bisitz   14632: 
                   14633:    'Thank you for using LON-CAPA.'
1.9       zhu      14634: => '感谢您使用 LON-CAPA。',
1.6       bisitz   14635: 
                   14636:    'You have been successfully logged out.'
1.9       zhu      14637: => '您已成功退出。',
1.6       bisitz   14638: 
                   14639:    'You can [_1]close this window[_2] now.'
1.9       zhu      14640: => '您现在可以 [_1]关闭这个窗口[_2]。',
1.6       bisitz   14641: 
                   14642:    '[_1]Log in again[_2]'
1.9       zhu      14643: => '[_1]重新登录[_2]',
1.6       bisitz   14644: 
1.71      bisitz   14645:    'No matches found in resources.'
1.93      raeburn  14646: => 'No matches found in resources.',
1.71      bisitz   14647: 
                   14648:    'No matches found in postings.'
1.93      raeburn  14649: => 'No matches found in postings.',
1.71      bisitz   14650: 
                   14651:    'Unable to understand the search phrase [_1]. Please modify your search.'
1.93      raeburn  14652: => 'Unable to understand the search phrase [_1]. Please modify your search.',
1.71      bisitz   14653: 
                   14654:    'Unable to understand the search phrase [_1]: [_2]'
1.93      raeburn  14655: => 'Unable to understand the search phrase [_1]: [_2]',
1.71      bisitz   14656: 
                   14657:    'You did not fill in enough information for the search to be started. You need to fill in relevant fields on the search page in order for a query to be processed.'
1.101     bisitz   14658: => '搜寻无法完成,因为您没有足够的数据。您必须在搜索页面的搜索栏里填写关键词,从而使您的要求可以得到处理。', # '您没有填写足够的信息进行搜索的开始。您需要填写在有关领域在搜寻网页上,以便查询处理。'
1.6       bisitz   14659: 
                   14660:    'conditionally hidden'
1.18      zhu      14661: => '有条件的隐藏',
1.6       bisitz   14662: 
                   14663:    'Problem Parameters'
1.12      zhu      14664: => '问题参数',
1.6       bisitz   14665: 
                   14666:    'No group name provided.'
1.12      zhu      14667: => '没有组名称。',
1.6       bisitz   14668: 
                   14669:    'Invalid group name provided.'
1.12      zhu      14670: => '无效的组名称。',
1.6       bisitz   14671: 
                   14672:    'Invalid [_1]'
1.12      zhu      14673: => '无效的 [_1]', # ???
1.6       bisitz   14674: 
                   14675:    '"[_1]" is not the name of a valid group in this [_2].'
1.12      zhu      14676: => '"[_1]" 并非是一个有效的名称在本组 [_2].',
1.6       bisitz   14677: 
                   14678:    'You do not have privileges to view the membership roster in this group.'
1.12      zhu      14679: => '您没有权限以查看该组的会员名册。',
1.6       bisitz   14680: 
                   14681:    'Group membership status - [_1]'
1.12      zhu      14682: => '组会员状态: [_1]',
1.6       bisitz   14683: 
                   14684:    'group membership status - [_1]'
1.12      zhu      14685: => '组会员状态: [_1]',
1.6       bisitz   14686: 
                   14687:    'There are no membership data to display for this group.'
1.98      bisitz   14688: => '该组没有任何会员数据。',
1.6       bisitz   14689: 
                   14690:    'Membership status: '
1.12      zhu      14691: => '会员状态: ',
1.6       bisitz   14692: 
                   14693:    'There are no groups to display in this [_1].'
1.12      zhu      14694: => '没有任何组在此 [_1] 可以显示。', # ??? -> grouproster.pm
1.6       bisitz   14695: 
                   14696:    'Start Date'
1.10      zhu      14697: => '开始日期',
1.6       bisitz   14698: 
                   14699:    'End Date'
1.10      zhu      14700: => '结束日期',
1.6       bisitz   14701: 
                   14702:    'Functionality'
1.12      zhu      14703: => '功能',
1.6       bisitz   14704: 
                   14705:    'Privileges'
1.12      zhu      14706: => '权限',
1.6       bisitz   14707: 
                   14708:    'Any Membership status'
1.12      zhu      14709: => '任何会员状态',
1.6       bisitz   14710: 
                   14711:    'Active Member'
1.27      zhu      14712: => '活跃的会员',
1.6       bisitz   14713: 
                   14714:    'Former Member'
1.12      zhu      14715: => '以前的会员',
1.6       bisitz   14716: 
                   14717:    'Future Member'
1.12      zhu      14718: => '未来的会员',
1.6       bisitz   14719: 
                   14720:    'Group Folder - [_1]'
1.9       zhu      14721: => '组文件夹 - [_1]',
1.6       bisitz   14722: 
                   14723:    'Group homepage - [_1]'
1.9       zhu      14724: => '组网页 - [_1]',
1.6       bisitz   14725: 
                   14726:    'A support request has been sent to'
1.93      raeburn  14727: => 'A support request has been sent to',
1.6       bisitz   14728: 
                   14729:    'Your support request contained the following information'
1.93      raeburn  14730: => 'Your support request contained the following information',
1.6       bisitz   14731: 
                   14732:    'The following Cc e-mail address is invalid: '
1.93      raeburn  14733: => 'The following Cc e-mail address is invalid: ',
1.6       bisitz   14734: 
                   14735:    'The following Cc e-mail addresses are invalid: '
1.93      raeburn  14736: => 'The following Cc e-mail addresses are invalid: ',
1.6       bisitz   14737: 
                   14738:    'As the e-mail address provided for this LON-CAPA server ([_1]) does not appear to be a valid e-mail address, your support request has <b>not</b> been sent to the LON-CAPA support staff or administrator at your institution.'
1.93      raeburn  14739: => 'As the e-mail address provided for this LON-CAPA server ([_1]) does not appear to be a valid e-mail address, your support request has <b>not</b> been sent to the LON-CAPA support staff or administrator at your institution.',
1.6       bisitz   14740: 
                   14741:    'Instead a copy has been sent to the LON-CAPA support team at Michigan State University.'
1.93      raeburn  14742: => 'Instead a copy has been sent to the LON-CAPA support team at Michigan State University.',
1.6       bisitz   14743: 
                   14744:    'The uploaded screenshot file ([_1] bytes) included with your request exceeded the maximum allowed size - 128 KB, and has therefore been discarded.'
1.93      raeburn  14745: => 'The uploaded screenshot file ([_1] bytes) included with your request exceeded the maximum allowed size - 128 KB, and has therefore been discarded.',
1.6       bisitz   14746: 
                   14747:    'An uploaded screenshot file [_1] ([_2] bytes) was included in the request sent by [_3].'
1.93      raeburn  14748: => 'An uploaded screenshot file [_1] ([_2] bytes) was included in the request sent by [_3].',
1.6       bisitz   14749: 
                   14750:    'File does not have [_1] or [_2] starting tag'
1.93      raeburn  14751: => 'File does not have [_1] or [_2] starting tag',
1.6       bisitz   14752: 
                   14753:    'File does not have [_1] or [_2] ending tag'
1.93      raeburn  14754: => 'File does not have [_1] or [_2] ending tag',
1.6       bisitz   14755: 
1.94      raeburn  14756:    'File does not have [_1] ending tag'
                   14757: => 'File does not have [_1] ending tag',
                   14758: 
1.6       bisitz   14759:    'Example'
1.93      raeburn  14760: => 'Example',
1.6       bisitz   14761: 
                   14762:    'Algebraic Response Problems'
1.93      raeburn  14763: => 'Algebraic Response Problems',
1.6       bisitz   14764: 
                   14765:    'Chemistry Problems'
1.93      raeburn  14766: => 'Chemistry Problems',
1.6       bisitz   14767: 
                   14768:    'Free Form Problems'
1.93      raeburn  14769: => 'Free Form Problems',
1.6       bisitz   14770: 
                   14771:    'Handgraded Problems'
1.93      raeburn  14772: => 'Handgraded Problems',
1.6       bisitz   14773: 
                   14774:    'Miscellaneous'
1.93      raeburn  14775: => 'Miscellaneous',
1.6       bisitz   14776: 
                   14777:    'Multiple Choice Problems'
1.93      raeburn  14778: => 'Multiple Choice Problems',
1.6       bisitz   14779: 
                   14780:    'Numerical Problems'
1.93      raeburn  14781: => 'Numerical Problems',
1.6       bisitz   14782: 
                   14783:    'Language:'
                   14784: => '语言:',
                   14785: 
                   14786:    'Math Rendering:'
1.93      raeburn  14787: => 'Math Rendering:',
1.6       bisitz   14788: 
                   14789:    'Restrict Domain Coordinator Access'
1.93      raeburn  14790: => 'Restrict Domain Coordinator Access',
1.6       bisitz   14791: 
                   14792:    'By default, the Domain Coordinator can enter your construction space.'
1.93      raeburn  14793: => 'By default, the Domain Coordinator can enter your construction space.',
1.6       bisitz   14794: 
                   14795:    'Block access to construction space'
1.93      raeburn  14796: => 'Block access to construction space',
1.6       bisitz   14797: 
                   14798:    'jsMath'
                   14799: => 'jsMath',
                   14800: 
                   14801:    'tth (TeX to HTML)'
1.18      zhu      14802: => 'tth (TeX to HTML)',
1.6       bisitz   14803: 
                   14804:    'mimetex (Convert to Images)'
1.93      raeburn  14805: => 'mimetex (Convert to Images)',
1.6       bisitz   14806: 
                   14807:    'jsMath:'
                   14808: => 'jsMath:',
                   14809: 
                   14810:    'tth (TeX to HTML):'
1.18      zhu      14811: => 'tth (TeX to HTML):',
1.6       bisitz   14812: 
                   14813:    'mimetex (Convert to Images):'
1.93      raeburn  14814: => 'mimetex (Convert to Images):',
1.6       bisitz   14815: 
                   14816:    '[_1], [_2], or [_3]'
                   14817: => '[_1], [_2] 或者 [_3]',
                   14818: 
                   14819:    'internal, optional'
1.18      zhu      14820: => '内部的,可选的',
1.6       bisitz   14821: 
                   14822:    'user:domain,user:domain,...'
1.18      zhu      14823: => '用户名:域,用户名:域...',
1.6       bisitz   14824: 
                   14825:    'user:domain,user:domain(section;section;...;*;...),...'
1.70      zhu      14826: => '用户名:域,用户名:域(科,章节;...;*;...),...',
1.6       bisitz   14827: 
                   14828:    'user:domain,user:domain,*:domain'
1.18      zhu      14829: => '用户名:域,用户名:域,*:域',
1.6       bisitz   14830: 
                   14831:    'Course members with current access'
1.93      raeburn  14832: => 'Course members with current access',
1.6       bisitz   14833: 
                   14834:    'Course members with expired access'
1.93      raeburn  14835: => 'Course members with expired access',
1.6       bisitz   14836: 
                   14837:    'Course members with future access'
1.93      raeburn  14838: => 'Course members with future access',
1.6       bisitz   14839: 
                   14840:    'Other Roles'
                   14841: => '其他角色',
                   14842: 
                   14843:    'Select Author'
1.12      zhu      14844: => '选择作者',
1.6       bisitz   14845: 
                   14846:    'Non-standard Course'
1.12      zhu      14847: => '非标准课程',
1.6       bisitz   14848: 
                   14849:    'Switch course role to...'
                   14850: => '更改用户角色...',
                   14851: 
                   14852:    'Message'
1.22      zhu      14853: => '邮件',
1.6       bisitz   14854: 
                   14855:    'Time of change'
1.12      zhu      14856: => '更改时间',
1.6       bisitz   14857: 
                   14858:    'active'
1.27      zhu      14859: => '活跃的',
1.6       bisitz   14860: 
                   14861:    'previous'
1.27      zhu      14862: => '以前的',
1.6       bisitz   14863: 
                   14864:    'Access dates to apply for selected users'
1.93      raeburn  14865: => 'Access dates to apply for selected users',
1.6       bisitz   14866: 
                   14867:    'Changes in section affiliation to apply to selected users'
1.93      raeburn  14868: => 'Changes in section affiliation to apply to selected users',
1.6       bisitz   14869: 
                   14870:    'For student roles changing the section, will result in a section switch as students may only be in one section of a course at a time.'
1.93      raeburn  14871: => 'For student roles changing the section, will result in a section switch as students may only be in one section of a course at a time.',
1.6       bisitz   14872: 
                   14873:    'For a role in a course that is not a student role, a user may have roles in more than one section of a course at a time.'
1.93      raeburn  14874: => 'For a role in a course that is not a student role, a user may have roles in more than one section of a course at a time.',
1.6       bisitz   14875: 
                   14876:    "Retain each user's current section affiliations?"
1.93      raeburn  14877: => "Retain each user's current section affiliations?",
1.6       bisitz   14878: 
                   14879:    '(Does not apply to student roles).'
1.100     raeburn  14880: => '(Does not apply to student roles).',
1.6       bisitz   14881: 
                   14882:    '[_1]Show[_2] clicker id'
1.93      raeburn  14883: => '[_1]Show[_2] clicker id',
1.6       bisitz   14884: 
                   14885:    '[_1]Hide[_2] clicker id'
1.93      raeburn  14886: => '[_1]Hide[_2] clicker id',
1.6       bisitz   14887: 
                   14888:    'Catalog:'
                   14889: => '目录:',
                   14890: 
                   14891:    'Main Categories'
                   14892: => '主要类型',
                   14893: 
                   14894:    'Official courses (with institutional codes)'
                   14895: => '官方课程(带机构代码)',
                   14896: 
                   14897:    'Official courses'
                   14898: => '官方课程',
                   14899: 
                   14900:    'with institutional codes'
                   14901: => '带机构代码',
                   14902: 
                   14903:    'Self-enroll (if permitted)'
                   14904: => '自己报名(如果被允许)',
                   14905: 
                   14906:    'No ending date'
1.22      zhu      14907: => '无结束日期',
1.6       bisitz   14908: 
                   14909:    'From:[_1]'
1.93      raeburn  14910: => 'From:[_1]',
1.6       bisitz   14911: 
                   14912:    'To:[_1]'
1.93      raeburn  14913: => 'To:[_1]',
1.6       bisitz   14914: 
                   14915:    'Starts: [_1]'
1.22      zhu      14916: => '开始: [_1]',
1.6       bisitz   14917: 
                   14918:    'Ends: [_1]'
1.22      zhu      14919: => '结束: [_1]',
1.6       bisitz   14920: 
                   14921:    'Ended: [_1]'
1.93      raeburn  14922: => 'Ended: [_1]',
1.6       bisitz   14923: 
                   14924:    'Currently enabled'
1.93      raeburn  14925: => 'Currently enabled',
1.6       bisitz   14926: 
                   14927:    '[quant,_1,section:,sections:,No sections]'
1.99      raeburn  14928: => '[quant,_1,section:,sections:,No sections]',
1.6       bisitz   14929: 
                   14930:    'No information available for [_1].'
1.93      raeburn  14931: => 'No information available for [_1].',
1.6       bisitz   14932: 
                   14933:    'Self-enrollers:'
1.93      raeburn  14934: => 'Self-enrollers:',
1.6       bisitz   14935: 
                   14936:    'Choices:'
1.93      raeburn  14937: => 'Choices:',
1.6       bisitz   14938: 
                   14939:    'Configure User Self-enrollment'
1.70      zhu      14940: => '配置用户自助注册',
1.6       bisitz   14941: 
                   14942:    'View Change Logs'
1.98      bisitz   14943: => 'View Change Logs',
1.6       bisitz   14944: 
                   14945:    'View Log-in History'
1.98      bisitz   14946: => 'View Log-in History',
1.6       bisitz   14947: 
                   14948:    'Configure Self-enrollment'
1.70      zhu      14949: => '配置自助注册',
1.6       bisitz   14950: 
                   14951:    'Self-enrollment with a student role'
1.70      zhu      14952: => '自助注册一个学生角色',
1.6       bisitz   14953: 
                   14954:    'Users allowed to self-enroll in this course'
1.70      zhu      14955: => '用户可自行注册来参加此课程',
1.6       bisitz   14956: 
                   14957:    'Any user in any domain:'
1.70      zhu      14958: => '任何用户在任何域:',
1.6       bisitz   14959: 
                   14960:    'User types:'
1.70      zhu      14961: => '用户类型:',
1.6       bisitz   14962: 
                   14963:    'any'
1.10      zhu      14964: => '任意',
1.6       bisitz   14965: 
                   14966:    'Any Users'
1.10      zhu      14967: => '任何用户',
1.6       bisitz   14968: 
                   14969:    'Any users'
1.10      zhu      14970: => '任何用户',
1.6       bisitz   14971: 
                   14972:    'Others'
1.10      zhu      14973: => '其他',
1.6       bisitz   14974: 
                   14975:    'Additional domain:'
1.70      zhu      14976: => '其他域:',
1.6       bisitz   14977: 
                   14978:    'Users in additional domain:'
1.70      zhu      14979: => '用户在其他域:',
1.6       bisitz   14980: 
                   14981:    'Specific domain:'
1.70      zhu      14982: => '特定域:',
1.6       bisitz   14983: 
                   14984:    'Users in specific domain:'
1.70      zhu      14985: => '用户在其特定域:',
1.6       bisitz   14986: 
                   14987:    'Other domain:'
1.26      zhu      14988: => '其他域:',
1.6       bisitz   14989: 
                   14990:    'Users in other domain:'
1.70      zhu      14991: => '用户在其他域:',
1.6       bisitz   14992: 
                   14993:    'Restrict self-enrollment to students officially registered for the course'
1.70      zhu      14994: => '限制自助注册为正式注册的学生的课程',
1.6       bisitz   14995: 
                   14996:    'Dates self-enrollment available'
1.70      zhu      14997: => '自助注册期限',
1.6       bisitz   14998: 
                   14999:    'Starts'
1.70      zhu      15000: => '开始',
1.6       bisitz   15001: 
                   15002:    'Ends'
1.70      zhu      15003: => '结束',
1.6       bisitz   15004: 
                   15005:    'Course access dates assigned to self-enrolling users'
1.70      zhu      15006: => '课程访问日期分配给自助注册的用户',
1.6       bisitz   15007: 
                   15008:    'Section assigned to self-enrolling users'
1.70      zhu      15009: => '章节指派给自助注册用户',
1.6       bisitz   15010: 
                   15011:    'The following changes were made to self-enrollment settings:'
1.70      zhu      15012: => '进行了以下自助注册设置的更改:',
1.6       bisitz   15013: 
                   15014:    '[_1]: "[_2]" set to "[_3]".'
1.70      zhu      15015: => '[_1]: "[_2]" 设置为 "[_3]".',
1.6       bisitz   15016: 
                   15017:    '"[_1]" set to "[_2]".'
1.70      zhu      15018: => '"[_1]" 设置为 "[_2]".',
1.6       bisitz   15019: 
                   15020:    'No changes were made to the existing self-enrollment settings in this course.'
1.70      zhu      15021: => '现有的自助注册设置在该课程中未作任何修改。',
1.6       bisitz   15022: 
                   15023:    'Self-enrollment result'
1.70      zhu      15024: => '自助注册结果',
1.6       bisitz   15025: 
                   15026:    'Enroll in course'
1.70      zhu      15027: => '注册课程',
1.6       bisitz   15028: 
                   15029:    'Sections:'
1.70      zhu      15030: => '章节:',
1.6       bisitz   15031: 
                   15032:    'Self-enroll in course'
1.70      zhu      15033: => '自助注册参加课程',
1.6       bisitz   15034: 
                   15035:    'Self-enroll in a LON-CAPA course'
1.70      zhu      15036: => '自助注册参加LON-CAPA课程',
1.6       bisitz   15037: 
                   15038:    'Self-enroll'
1.70      zhu      15039: => '自助注册',
1.6       bisitz   15040: 
                   15041:    'Self-enroll in [_1]'
1.70      zhu      15042: => '自助注册到 [_1]',
1.6       bisitz   15043: 
                   15044:    'Self-enrollment error'
1.70      zhu      15045: => '自助注册错误',
1.6       bisitz   15046: 
                   15047:    'Invalid domain or course number'
1.26      zhu      15048: => '无效的域或课程数目',
1.6       bisitz   15049: 
                   15050:    'Self-enrollment unavailable'
1.70      zhu      15051: => '自助注册无法使用',
1.6       bisitz   15052: 
                   15053:    'Self-enrollment is restricted to students officially registered for this course.'
1.93      raeburn  15054: => 'Self-enrollment is restricted to students officially registered for this course.',
1.6       bisitz   15055: 
                   15056:    'Self-enrollment is not currently available for this course.'
1.93      raeburn  15057: => 'Self-enrollment is not currently available for this course.',
1.6       bisitz   15058: 
                   15059:    'Self-enrollment is not currently available in this course'
1.93      raeburn  15060: => 'Self-enrollment is not currently available in this course',
1.6       bisitz   15061: 
                   15062:    'Self-enrollment will become available starting [_1], and will be available to all LON-CAPA users.'
1.93      raeburn  15063: => 'Self-enrollment will become available starting [_1], and will be available to all LON-CAPA users.',
1.6       bisitz   15064: 
                   15065:    'Self-enrollment will become available starting [_1], and will be available to all LON-CAPA users at your institution ([_2]).'
1.93      raeburn  15066: => 'Self-enrollment will become available starting [_1], and will be available to all LON-CAPA users at your institution ([_2]).',
1.6       bisitz   15067: 
                   15068:    'Self-enrollment will become available starting [_1]; please enroll at that time.'
1.93      raeburn  15069: => 'Self-enrollment will become available starting [_1]; please enroll at that time.',
1.6       bisitz   15070: 
                   15071:    'Although self-enrollment will become available starting [_1], you are ineligible for enrollment.'
1.93      raeburn  15072: => 'Although self-enrollment will become available starting [_1], you are ineligible for enrollment.',
1.6       bisitz   15073: 
                   15074:    'Self-enrollment will become available starting [_1].'
1.93      raeburn  15075: => 'Self-enrollment will become available starting [_1].',
1.6       bisitz   15076: 
                   15077:    'The link to the requested page could not be followed.'
1.93      raeburn  15078: => 'The link to the requested page could not be followed.',
1.6       bisitz   15079: 
                   15080:    'The placeholder for the courseID is absent.'
1.93      raeburn  15081: => 'The placeholder for the courseID is absent.',
1.6       bisitz   15082: 
                   15083:    'LON-CAPA account required'
1.93      raeburn  15084: => 'LON-CAPA account required',
1.6       bisitz   15085: 
                   15086:    'You need to be logged into LON-CAPA to self-enroll in a course.'
1.93      raeburn  15087: => 'You need to be logged into LON-CAPA to self-enroll in a course.',
1.6       bisitz   15088: 
                   15089:    'If you have an account in LON-CAPA, [_1]log-in[_2].'
1.93      raeburn  15090: => 'If you have an account in LON-CAPA, [_1]log-in[_2].',
1.6       bisitz   15091: 
                   15092:    'Otherwise:'
1.93      raeburn  15093: => 'Otherwise:',
1.6       bisitz   15094: 
                   15095:    "if you have an institutional log-in, use your institution's [_1]single sign on page[_2] to log-in, then create an account"
1.93      raeburn  15096: => "if you have an institutional log-in, use your institution's [_1]single sign on page[_2] to log-in, then create an account",
1.6       bisitz   15097: 
                   15098:    'if you have an institutional login, [_1]create an account[_2]'
1.93      raeburn  15099: => 'if you have an institutional login, [_1]create an account[_2]',
1.6       bisitz   15100: 
                   15101:    'you can use an e-mail address to [_1]create an account[_2]'
1.93      raeburn  15102: => 'you can use an e-mail address to [_1]create an account[_2]',
1.6       bisitz   15103: 
                   15104:    'Otherwise, if you have an institutional login, [_1]create an account[_2].'
1.93      raeburn  15105: => 'Otherwise, if you have an institutional login, [_1]create an account[_2].',
1.6       bisitz   15106: 
                   15107:    'Otherwise, you will use an e-mail address to [_1]create an account[_2].'
1.93      raeburn  15108: => 'Otherwise, you will use an e-mail address to [_1]create an account[_2].',
1.6       bisitz   15109: 
                   15110:    "Otherwise, use your institution's [_1]single sign on page[_2] to log-in, then create an account."
1.93      raeburn  15111: => "Otherwise, use your institution's [_1]single sign on page[_2] to log-in, then create an account.",
1.6       bisitz   15112: 
                   15113:    'You will be able to self enroll in this course once the account has been created.'
1.93      raeburn  15114: => 'You will be able to self enroll in this course once the account has been created.',
1.6       bisitz   15115: 
                   15116:    'You will be able to self-enroll in the course you selected ([_1]) after you have successfully logged in.'
1.93      raeburn  15117: => 'You will be able to self-enroll in the course you selected ([_1]) after you have successfully logged in.',
1.6       bisitz   15118: 
                   15119:    'You must [_1]log-in[_2] to LON-CAPA with an existing account to be able to enroll in this course, as account creation at this institution ([_3]) is not permitted when self-enrolling.'
1.93      raeburn  15120: => 'You must [_1]log-in[_2] to LON-CAPA with an existing account to be able to enroll in this course, as account creation at this institution ([_3]) is not permitted when self-enrolling.',
1.6       bisitz   15121: 
                   15122:    'You already have an active student role (section: "[_1]") in this course.'
1.93      raeburn  15123: => 'You already have an active student role (section: "[_1]") in this course.',
1.6       bisitz   15124: 
                   15125:    'You have a student role (section: "[_1]") in this course which will become active [_2].'
1.93      raeburn  15126: => 'You have a student role (section: "[_1]") in this course which will become active [_2].',
1.6       bisitz   15127: 
                   15128:    'Self-enrollment is restricted to officially registered students.'
1.93      raeburn  15129: => 'Self-enrollment is restricted to officially registered students.',
1.6       bisitz   15130: 
                   15131:    'As you are not currently registered for this course, self-enrollment is unavailable.'
1.93      raeburn  15132: => 'As you are not currently registered for this course, self-enrollment is unavailable.',
1.6       bisitz   15133: 
                   15134:    'The end date for access to this course for users who self-enroll has passed.'
1.93      raeburn  15135: => 'The end date for access to this course for users who self-enroll has passed.',
1.6       bisitz   15136: 
                   15137:    'Consequently, although a new role was created for you in the course, it is an inactive role which does not provide access to the course.'
1.93      raeburn  15138: => 'Consequently, although a new role was created for you in the course, it is an inactive role which does not provide access to the course.',
1.6       bisitz   15139: 
                   15140:    'Self-enrollment in this course was successful.'
1.93      raeburn  15141: => 'Self-enrollment in this course was successful.',
1.6       bisitz   15142: 
                   15143:    'The start date for access to this course for users who self-enroll has yet to be reached.'
1.93      raeburn  15144: => 'The start date for access to this course for users who self-enroll has yet to be reached.',
1.6       bisitz   15145: 
                   15146:    'Consequently, although a new role was created for you in the course, you will not be able to select this role until [_1].'
1.93      raeburn  15147: => 'Consequently, although a new role was created for you in the course, you will not be able to select this role until [_1].',
1.6       bisitz   15148: 
                   15149:    'Your new role is available immediately, and will provide access to the course until [_1].'
1.93      raeburn  15150: => 'Your new role is available immediately, and will provide access to the course until [_1].',
1.6       bisitz   15151: 
                   15152:    'Enrollment process complete'
1.93      raeburn  15153: => 'Enrollment process complete',
1.6       bisitz   15154: 
                   15155:    'Enrollment incomplete'
1.93      raeburn  15156: => 'Enrollment incomplete',
1.6       bisitz   15157: 
                   15158:    'Self-enrollment in this course failed.'
1.93      raeburn  15159: => 'Self-enrollment in this course failed.',
1.6       bisitz   15160: 
                   15161:    'You are not permitted to enroll yourself in this course.'
1.93      raeburn  15162: => 'You are not permitted to enroll yourself in this course.',
1.6       bisitz   15163: 
                   15164:    'Enter course now'
1.93      raeburn  15165: => 'Enter course now',
1.6       bisitz   15166: 
                   15167:    'other'
1.93      raeburn  15168: => 'other',
1.6       bisitz   15169: 
                   15170:    'Self-enrollment in this course is available to any user affiliated with [_1].'
1.93      raeburn  15171: => 'Self-enrollment in this course is available to any user affiliated with [_1].',
1.6       bisitz   15172: 
                   15173:    'Self-enrollment in this course is only available to users in affiliated with [_1] who have the following status: "[_2]".'
1.93      raeburn  15174: => 'Self-enrollment in this course is only available to users in affiliated with [_1] who have the following status: "[_2]".',
1.6       bisitz   15175: 
                   15176:    'Self-enrollment is not currently available for this course for users affiliated with [_1].'
1.93      raeburn  15177: => 'Self-enrollment is not currently available for this course for users affiliated with [_1].',
1.6       bisitz   15178: 
                   15179:    'Self-enrollment in this course is only available to users affiliated with the following institutions, and who have the required status:'
1.93      raeburn  15180: => 'Self-enrollment in this course is only available to users affiliated with the following institutions, and who have the required status:',
1.6       bisitz   15181: 
                   15182:    'Your registration status could not be verified.'
1.93      raeburn  15183: => 'Your registration status could not be verified.',
1.6       bisitz   15184: 
                   15185:    'Your registration status could not determined, because a problem occurred retrieving data.'
1.93      raeburn  15186: => 'Your registration status could not determined, because a problem occurred retrieving data.',
1.6       bisitz   15187: 
                   15188:    'As no institutional course sections are currently associated with this course, your registration status is undetermined.'
1.93      raeburn  15189: => 'As no institutional course sections are currently associated with this course, your registration status is undetermined.',
1.6       bisitz   15190: 
                   15191:    '[_1]Ad hoc[_2] roles in domain [_3] --'
1.98      bisitz   15192: => '[_1]Ad hoc[_2] roles in domain [_3] --',
1.6       bisitz   15193: 
                   15194:    'Assemble resources'
                   15195: => '布置课程内容',
                   15196: 
                   15197:    'Create, edit, modify and publish resources'
1.93      raeburn  15198: => 'Create, edit, modify and publish resources',
1.6       bisitz   15199: 
                   15200:    'Create, modify and delete course groups'
1.93      raeburn  15201: => 'Create, modify and delete course groups',
1.6       bisitz   15202: 
                   15203:    'View course groups'
1.12      zhu      15204: => '查看课程组',
1.6       bisitz   15205: 
                   15206:    'View student activity'
1.93      raeburn  15207: => 'View student activity',
1.6       bisitz   15208: 
                   15209:    'Show full details for each course ([_1] only)'
1.93      raeburn  15210: => 'Show full details for each course ([_1] only)',
1.6       bisitz   15211: 
                   15212:    'Include courses set to be hidden from catalog ([_1] only)'
1.93      raeburn  15213: => 'Include courses set to be hidden from catalog ([_1] only)',
1.6       bisitz   15214: 
                   15215:    'Include subcategories within "[_1]"'
1.18      zhu      15216: => '包含子类 "[_1]"',
1.6       bisitz   15217: 
                   15218:    'Only show courses which allow self-enrollment'
1.18      zhu      15219: => '只显示允许自行登记的课程',
1.6       bisitz   15220: 
                   15221:    'include subdirectories'
1.18      zhu      15222: => '包括子目录',
1.6       bisitz   15223: 
                   15224:    'force republication of previously published files'
1.93      raeburn  15225: => 'force republication of previously published files',
1.6       bisitz   15226: 
                   15227:    'make file(s) obsolete'
1.93      raeburn  15228: => 'make file(s) obsolete',
1.6       bisitz   15229: 
                   15230:    'force directory level catalog information over existing'
1.93      raeburn  15231: => 'force directory level catalog information over existing',
1.6       bisitz   15232: 
                   15233:    'Session could not be opened.'
1.93      raeburn  15234: => 'Session could not be opened.',
1.6       bisitz   15235: 
                   15236:    'The domain you provided is not a valid LON-CAPA domain.'
1.93      raeburn  15237: => 'The domain you provided is not a valid LON-CAPA domain.',
1.6       bisitz   15238: 
                   15239:    'Student Settings'
1.93      raeburn  15240: => 'Student Settings',
1.6       bisitz   15241: 
                   15242:    'Coordinator Settings'
1.93      raeburn  15243: => 'Coordinator Settings',
1.6       bisitz   15244: 
                   15245:    'Author Settings'
1.93      raeburn  15246: => 'Author Settings',
1.6       bisitz   15247: 
                   15248:    'Administrator Settings'
1.93      raeburn  15249: => 'Administrator Settings',
1.6       bisitz   15250: 
                   15251:    'Item'
1.93      raeburn  15252: => 'Item',
1.6       bisitz   15253: 
                   15254:    'Found [_1] without responses. This resource cannot be published.'
1.93      raeburn  15255: => 'Found [_1] without responses. This resource cannot be published.',
1.6       bisitz   15256: 
                   15257:    'LON-CAPA helpdesk'
1.93      raeburn  15258: => 'LON-CAPA helpdesk',
1.6       bisitz   15259: 
                   15260:    'Create a user account in LON-CAPA'
1.93      raeburn  15261: => 'Create a user account in LON-CAPA',
1.6       bisitz   15262: 
                   15263:    'Account creation unavailable'
1.93      raeburn  15264: => 'Account creation unavailable',
1.6       bisitz   15265: 
                   15266:    'Error creating token.'
1.93      raeburn  15267: => 'Error creating token.',
1.6       bisitz   15268: 
                   15269:    'Account creation'
1.93      raeburn  15270: => 'Account creation',
1.6       bisitz   15271: 
                   15272:    'Creation of a new user account using an e-mail address or an institutional log-in ID as username is not permitted at this institution: ([_1]).'
1.93      raeburn  15273: => 'Creation of a new user account using an e-mail address or an institutional log-in ID as username is not permitted at this institution: ([_1]).',
1.6       bisitz   15274: 
                   15275:    'Creation of a new LON-CAPA user account using an e-mail address or an institutional log-in ID as your username is not permitted at [_1].'
1.93      raeburn  15276: => 'Creation of a new LON-CAPA user account using an e-mail address or an institutional log-in ID as your username is not permitted at [_1].',
1.6       bisitz   15277: 
                   15278:    "Although your username and password were authenticated by your institution's Single Sign On system, you do not currently have a LON-CAPA account in this domain."
1.93      raeburn  15279: => "Although your username and password were authenticated by your institution's Single Sign On system, you do not currently have a LON-CAPA account in this domain.",
1.6       bisitz   15280: 
                   15281:    "Although your username and password were authenticated by your institution's Single Sign On system, you do not currently have a LON-CAPA account at this institution, and you are not permitted to create one."
1.93      raeburn  15282: => "Although your username and password were authenticated by your institution's Single Sign On system, you do not currently have a LON-CAPA account at this institution, and you are not permitted to create one.",
1.6       bisitz   15283: 
                   15284:    "Although your username and password were authenticated, you do not currently have a LON-CAPA account at this institution."
1.93      raeburn  15285: => "Although your username and password were authenticated, you do not currently have a LON-CAPA account at this institution.",
1.6       bisitz   15286: 
                   15287:    "Although your username and password were authenticated, you do not currently have a LON-CAPA account in this domain, and you are not permitted to create one."
1.93      raeburn  15288: => "Although your username and password were authenticated, you do not currently have a LON-CAPA account in this domain, and you are not permitted to create one.",
1.6       bisitz   15289: 
                   15290:    'A LON-CAPA account may not be created with the username you use.'
1.93      raeburn  15291: => 'A LON-CAPA account may not be created with the username you use.',
1.6       bisitz   15292: 
                   15293:    'User Information'
1.93      raeburn  15294: => 'User Information',
1.6       bisitz   15295: 
                   15296:    'User information'
1.93      raeburn  15297: => 'User information',
1.6       bisitz   15298: 
                   15299:    'Review user information'
1.93      raeburn  15300: => 'Review user information',
1.6       bisitz   15301: 
                   15302:    'To create one, use the table below to provide information about yourself (if appropriate), then click the "Create LON-CAPA account" button.'
1.93      raeburn  15303: => 'To create one, use the table below to provide information about yourself (if appropriate), then click the "Create LON-CAPA account" button.',
1.6       bisitz   15304: 
                   15305:    'To create one, use the table below to provide information about yourself, then click the [_1]Create LON-CAPA account[_2] button.'
1.93      raeburn  15306: => 'To create one, use the table below to provide information about yourself, then click the [_1]Create LON-CAPA account[_2] button.',
1.6       bisitz   15307: 
                   15308:    'A user account will be created with information displayed in the table below, when you click the [_1]Create LON-CAPA account[_2] button.'
1.93      raeburn  15309: => 'A user account will be created with information displayed in the table below, when you click the [_1]Create LON-CAPA account[_2] button.',
1.6       bisitz   15310: 
                   15311:    'Confirmation'
1.93      raeburn  15312: => 'Confirmation',
1.6       bisitz   15313: 
                   15314:    'Confirm that you wish to create an account.'
1.93      raeburn  15315: => 'Confirm that you wish to create an account.',
1.6       bisitz   15316: 
                   15317:    'New username'
1.93      raeburn  15318: => 'New username',
1.6       bisitz   15319: 
                   15320:    'Create account'
1.93      raeburn  15321: => 'Create account',
1.6       bisitz   15322: 
                   15323:    'You must enter a password'
1.93      raeburn  15324: => 'You must enter a password',
1.6       bisitz   15325: 
                   15326:    'The passwords you entered did not match.'
1.93      raeburn  15327: => 'The passwords you entered did not match.',
1.6       bisitz   15328: 
                   15329:    'Create account with a username provided by this institution'
1.93      raeburn  15330: => 'Create account with a username provided by this institution',
1.6       bisitz   15331: 
                   15332:    'If you already have a log-in ID at this institution,[_1] you may be able to use it for LON-CAPA.'
1.93      raeburn  15333: => 'If you already have a log-in ID at this institution,[_1] you may be able to use it for LON-CAPA.',
1.6       bisitz   15334: 
                   15335:    'Type in your log-in ID and password to find out.'
1.93      raeburn  15336: => 'Type in your log-in ID and password to find out.',
1.6       bisitz   15337: 
                   15338:    'Log-in ID'
1.93      raeburn  15339: => 'Log-in ID',
1.6       bisitz   15340: 
                   15341:    'Create account with an e-mail address as your username'
1.93      raeburn  15342: => 'Create account with an e-mail address as your username',
1.6       bisitz   15343: 
                   15344:    'Provide your e-mail address to request a LON-CAPA account,[_1] if you do not have a log-in ID at your institution.'
1.93      raeburn  15345: => 'Provide your e-mail address to request a LON-CAPA account,[_1] if you do not have a log-in ID at your institution.',
1.6       bisitz   15346: 
                   15347:    'Request LON-CAPA account'
1.93      raeburn  15348: => 'Request LON-CAPA account',
1.6       bisitz   15349: 
                   15350:    'Validation'
1.93      raeburn  15351: => 'Validation',
1.6       bisitz   15352: 
                   15353:    'Thank you for your request to create a new LON-CAPA account.'
1.93      raeburn  15354: => 'Thank you for your request to create a new LON-CAPA account.',
1.6       bisitz   15355: 
                   15356:    'A request was submitted on [_1] for creation of a LON-CAPA account at the following institution:[_2].'
1.93      raeburn  15357: => 'A request was submitted on [_1] for creation of a LON-CAPA account at the following institution:[_2].',
1.6       bisitz   15358: 
                   15359:    'To complete this process please open a web browser and enter the following URL in the address/location box: [_1]'
1.93      raeburn  15360: => 'To complete this process please open a web browser and enter the following URL in the address/location box: [_1]',
1.6       bisitz   15361: 
                   15362:    'A message has been sent to the e-mail address you provided.'
1.93      raeburn  15363: => 'A message has been sent to the e-mail address you provided.',
1.6       bisitz   15364: 
                   15365:    'The message includes the web address for the link you will use to complete the account creation process.'
1.93      raeburn  15366: => 'The message includes the web address for the link you will use to complete the account creation process.',
1.6       bisitz   15367: 
                   15368:    'The link included in the message will be valid for the next [_1]two[_2] hours.'
1.93      raeburn  15369: => 'The link included in the message will be valid for the next [_1]two[_2] hours.',
1.6       bisitz   15370: 
                   15371:    'An error occurred when sending a message to the e-mail address you provided.'
1.93      raeburn  15372: => 'An error occurred when sending a message to the e-mail address you provided.',
1.6       bisitz   15373: 
                   15374:    'An error occurred creating a token required for the account creation process.'
1.93      raeburn  15375: => 'An error occurred creating a token required for the account creation process.',
1.6       bisitz   15376: 
                   15377:    'Please contact the [_1] ([_2]) for assistance.'
1.93      raeburn  15378: => 'Please contact the [_1] ([_2]) for assistance.',
1.6       bisitz   15379: 
                   15380:    'Sorry, the URL you provided to complete creation of a new LON-CAPA account was invalid. Either the token included in the URL has been deleted or the URL you provided was invalid.'
1.93      raeburn  15381: => 'Sorry, the URL you provided to complete creation of a new LON-CAPA account was invalid. Either the token included in the URL has been deleted or the URL you provided was invalid.',
1.6       bisitz   15382: 
                   15383:    'Sorry, the token generated when you requested creation of an account has expired.'
1.93      raeburn  15384: => 'Sorry, the token generated when you requested creation of an account has expired.',
1.6       bisitz   15385: 
                   15386:    'Sorry, the URL generated when you requested creation of an account contained incomplete information.'
1.93      raeburn  15387: => 'Sorry, the URL generated when you requested creation of an account contained incomplete information.',
1.6       bisitz   15388: 
                   15389:    'Please submit a [_1]new request[_2] for account creation and follow the new link included in the e-mail that will be sent to you.'
1.93      raeburn  15390: => 'Please submit a [_1]new request[_2] for account creation and follow the new link included in the e-mail that will be sent to you.',
1.6       bisitz   15391: 
1.89      bisitz   15392:    'A LON-CAPA account for the institution: [_1] has been created [_2] from IP address: [_3]. If you did not perform this action or authorize it, please contact the [_4] ([_5]).'
1.93      raeburn  15393: => 'A LON-CAPA account for the institution: [_1] has been created [_2] from IP address: [_3]. If you did not perform this action or authorize it, please contact the [_4] ([_5]).',
1.6       bisitz   15394: 
                   15395:    'A LON-CAPA account already exists for username [_1] at this institution ([_2]).'
1.93      raeburn  15396: => 'A LON-CAPA account already exists for username [_1] at this institution ([_2]).',
1.6       bisitz   15397: 
                   15398:    'The password entered was also correct so you have been logged in.'
1.93      raeburn  15399: => 'The password entered was also correct so you have been logged in.',
1.6       bisitz   15400: 
                   15401:    'Authentication failed'
1.93      raeburn  15402: => 'Authentication failed',
1.6       bisitz   15403: 
                   15404:    'An e-mail confirming creation of your new LON-CAPA account has been sent to [_1].'
1.93      raeburn  15405: => 'An e-mail confirming creation of your new LON-CAPA account has been sent to [_1].',
1.6       bisitz   15406: 
                   15407:    'An error occurred when sending e-mail to [_1] confirming creation of your LON-CAPA account.'
1.93      raeburn  15408: => 'An error occurred when sending e-mail to [_1] confirming creation of your LON-CAPA account.',
1.6       bisitz   15409: 
                   15410:    'A problem occurred when attempting to create your new LON-CAPA account.'
1.93      raeburn  15411: => 'A problem occurred when attempting to create your new LON-CAPA account.',
1.6       bisitz   15412: 
                   15413:    'Please provide user information and a password for your new account.'
1.93      raeburn  15414: => 'Please provide user information and a password for your new account.',
1.6       bisitz   15415: 
                   15416:    'Your password, which must contain at least seven characters, will be sent to the LON-CAPA server in an encrypted form.'
1.93      raeburn  15417: => 'Your password, which must contain at least seven characters, will be sent to the LON-CAPA server in an encrypted form.',
1.6       bisitz   15418: 
                   15419:    'Create LON-CAPA account'
1.93      raeburn  15420: => 'Create LON-CAPA account',
1.6       bisitz   15421: 
                   15422:    'Could not load javascript file [_1]'
1.93      raeburn  15423: => 'Could not load javascript file [_1]',
1.6       bisitz   15424: 
                   15425:    'Invalid ID format'
1.93      raeburn  15426: => 'Invalid ID format',
1.6       bisitz   15427: 
                   15428:    'An error occurred when storing a token'
1.93      raeburn  15429: => 'An error occurred when storing a token',
1.6       bisitz   15430: 
                   15431:    'You will not be able to proceed to the next stage of account creation'
1.93      raeburn  15432: => 'You will not be able to proceed to the next stage of account creation',
1.6       bisitz   15433: 
                   15434:    'A LON-CAPA account has been created for username: [_1] in domain: [_2].'
1.93      raeburn  15435: => 'A LON-CAPA account has been created for username: [_1] in domain: [_2].',
1.6       bisitz   15436: 
                   15437:    'Account creation failed for username: [_1] in domain: [_2].'
1.93      raeburn  15438: => 'Account creation failed for username: [_1] in domain: [_2].',
1.6       bisitz   15439: 
                   15440:    'User account creation is not available for the current default authentication type.'
1.93      raeburn  15441: => 'User account creation is not available for the current default authentication type.',
1.6       bisitz   15442: 
                   15443:    'The e-mail address you provided is already in use as a username at this institution.'
1.93      raeburn  15444: => 'The e-mail address you provided is already in use as a username at this institution.',
1.6       bisitz   15445: 
                   15446:    'Username rules at this institution do not allow the e-mail address you provided to be used as a username.'
1.93      raeburn  15447: => 'Username rules at this institution do not allow the e-mail address you provided to be used as a username.',
1.6       bisitz   15448: 
                   15449:    'The e-mail address you provided may not be used as a username at this LON-CAPA institution.'
1.93      raeburn  15450: => 'The e-mail address you provided may not be used as a username at this LON-CAPA institution.',
1.6       bisitz   15451: 
1.95      raeburn  15452:    'Validation of the code you entered failed.'
                   15453: => 'Validation of the code you entered failed.',
1.6       bisitz   15454: 
                   15455:    'Creation of a new user account using an e-mail address as username is not permitted at this LON-CAPA institution.'
1.93      raeburn  15456: => 'Creation of a new user account using an e-mail address as username is not permitted at this LON-CAPA institution.',
1.6       bisitz   15457: 
                   15458:    'Type in the letters/numbers shown below'
1.93      raeburn  15459: => 'Type in the letters/numbers shown below',
1.6       bisitz   15460: 
                   15461:    'You may need to reload the previous page to obtain a new token.'
1.93      raeburn  15462: => 'You may need to reload the previous page to obtain a new token.',
1.6       bisitz   15463: 
                   15464:    'Unable to retrieve your log-in information - unexpected context'
1.93      raeburn  15465: => 'Unable to retrieve your log-in information - unexpected context',
1.6       bisitz   15466: 
                   15467:    "Your e-mail address uses the same internet domain as your institution's LON-CAPA service."
1.93      raeburn  15468: => "Your e-mail address uses the same internet domain as your institution's LON-CAPA service.",
1.6       bisitz   15469: 
                   15470:    'Creation of a LON-CAPA account with this type of e-mail address as username is not permitted.'
1.93      raeburn  15471: => 'Creation of a LON-CAPA account with this type of e-mail address as username is not permitted.',
1.6       bisitz   15472: 
                   15473:    'You should request creation of a LON-CAPA account for a log-in ID of "[_1]" at your institution instead.'
1.93      raeburn  15474: => 'You should request creation of a LON-CAPA account for a log-in ID of "[_1]" at your institution instead.',
1.6       bisitz   15475: 
                   15476:    'Changes/page:'
1.63      zhu      15477: => '每页显示列数:',
1.6       bisitz   15478: 
                   15479:    'Window during which changes occurred:'
1.63      zhu      15480: => '在这个时期发生的变化:',
1.6       bisitz   15481: 
                   15482:    'This page is either empty or it only contains resources that are currently hidden'
1.93      raeburn  15483: => 'This page is either empty or it only contains resources that are currently hidden',
1.6       bisitz   15484: 
                   15485:    'Please use the LON-CAPA navigation arrows to move to another item in the course'
1.93      raeburn  15486: => 'Please use the LON-CAPA navigation arrows to move to another item in the course',
1.6       bisitz   15487: 
                   15488:    'Unable to modify requested student ([_1])'
1.93      raeburn  15489: => 'Unable to modify requested student ([_1])',
1.6       bisitz   15490: 
                   15491:    'Unable to grade requested sequence ([_1]).'
1.93      raeburn  15492: => 'Unable to grade requested sequence ([_1]).',
1.6       bisitz   15493: 
                   15494:    'No score was changed or updated.'
1.93      raeburn  15495: => 'No score was changed or updated.',
1.6       bisitz   15496: 
                   15497:    'The scores were changed for [quant,_1,problem].'
1.93      raeburn  15498: => 'The scores were changed for [quant,_1,problem].',
1.6       bisitz   15499: 
1.81      bisitz   15500:    '[_1]Visit the [_2]Course/Community Catalog[_3] to view all [_4] LON-CAPA courses and communities.' # _1: <b>, _2: <a>, _3: </a> </b>, _4: domain
1.98      bisitz   15501: => '[_1]Visit the [_2]Course/Community Catalog[_3] to view all [_4] LON-CAPA courses and communities.',
1.6       bisitz   15502: 
1.83      bisitz   15503:    'If a course or community is [_1]not[_2] in your list of current courses and communities below, you may be able to enroll if self-enrollment is permitted.'
                   15504: => 'If a course or community is [_1]not[_2] in your list of current courses and communities below, you may be able to enroll if self-enrollment is permitted.', # '如果一个课程在下面列出您目前的课程中[_1]没有[_2]显示,你可以注册,如果自我注册是允许的。',
1.6       bisitz   15505: 
                   15506: #SD begin 2008-07-02
                   15507:    'When'
1.70      zhu      15508: => '什么时候',
1.6       bisitz   15509: 
                   15510:    'Who made the change'
1.70      zhu      15511: => '谁进行了修改',
1.6       bisitz   15512: 
                   15513:    'Changed User'
1.70      zhu      15514: => '改变用户',
1.6       bisitz   15515: 
                   15516:    'Context'
1.70      zhu      15517: => '概述',
1.6       bisitz   15518: 
                   15519:    'Context:'
1.70      zhu      15520: => '概述:',
1.6       bisitz   15521: 
                   15522:    'After:'
1.70      zhu      15523: => '之后:',
1.6       bisitz   15524: 
                   15525:    'Before:'
1.70      zhu      15526: => '之前:',
1.6       bisitz   15527: 
                   15528:    'User Changes'
1.70      zhu      15529: => '用户更改',
1.6       bisitz   15530: 
                   15531:    'For this user, the default quota would be [_1]'
1.70      zhu      15532: => '此使用者的默认的配额为[_1]',
1.6       bisitz   15533: 
                   15534:    'Search for a user and enroll as a student'
1.70      zhu      15535: => '搜索用户并注册为学生',
1.6       bisitz   15536: 
                   15537:    'username is known'
1.93      raeburn  15538: => 'username is known',
1.6       bisitz   15539: 
                   15540:    'Create a new user'
1.70      zhu      15541: => '创建一个新用户',
1.6       bisitz   15542: 
                   15543:    'Enroll'
1.70      zhu      15544: => '注册',
1.6       bisitz   15545: 
                   15546:    'User Search to enroll student'
1.93      raeburn  15547: => 'User Search to enroll student',
1.6       bisitz   15548: 
                   15549:    'Select a user to enroll as a student'
1.93      raeburn  15550: => 'Select a user to enroll as a student',
1.6       bisitz   15551: 
1.101     bisitz   15552:    'modify' #context? breadcrumb_text
1.93      raeburn  15553: => 'modify',
1.6       bisitz   15554: 
                   15555:    'as a student'
1.70      zhu      15556: => '作为一名学生',
1.6       bisitz   15557: 
                   15558:    'Set section/dates'
1.70      zhu      15559: => '设置章节/日期',
1.6       bisitz   15560: 
                   15561:    'Unknown'
1.93      raeburn  15562: => 'Unknown',
1.6       bisitz   15563: 
                   15564:    'You do not have privileges to assign co-author roles.'
1.93      raeburn  15565: => 'You do not have privileges to assign co-author roles.',
1.6       bisitz   15566: 
                   15567:    'This user has an unrecognized authentication scheme'
1.93      raeburn  15568: => 'This user has an unrecognized authentication scheme',
1.6       bisitz   15569: 
                   15570:    'Please alert a domain coordinator of this situation'
1.93      raeburn  15571: => 'Please alert a domain coordinator of this situation',
1.6       bisitz   15572: 
                   15573:    'Please specify login data below'
1.93      raeburn  15574: => 'Please specify login data below',
1.6       bisitz   15575: 
                   15576:    'No domain specified'
1.93      raeburn  15577: => 'No domain specified',
1.6       bisitz   15578: 
1.19      zhu      15579:    'Invalid domain name'
1.93      raeburn  15580: => 'Invalid domain name',
1.6       bisitz   15581: 
1.19      zhu      15582:    'Only letters, numbers, periods, dashes, and underscores are valid'
1.93      raeburn  15583: => 'Only letters, numbers, periods, dashes, and underscores are valid',
1.6       bisitz   15584: 
                   15585:    'You do not have the authority to modify this users authentification information'
1.93      raeburn  15586: => 'You do not have the authority to modify this users authentification information',
1.6       bisitz   15587: 
                   15588:    'New Student/Employee ID does not match existing ID for this user.'
1.93      raeburn  15589: => 'New Student/Employee ID does not match existing ID for this user.',
1.6       bisitz   15590: 
                   15591:    "Change is not permitted without checking the 'Force ID change' checkbox on the previous page."
1.93      raeburn  15592: => "Change is not permitted without checking the 'Force ID change' checkbox on the previous page.",
1.6       bisitz   15593: 
                   15594:    'Unable to successfully change environment for'
1.93      raeburn  15595: => 'Unable to successfully change environment for',
1.6       bisitz   15596: 
                   15597:    'No roles'
1.93      raeburn  15598: => 'No roles',
1.6       bisitz   15599: 
                   15600:    'The following fields were not updated: '
1.93      raeburn  15601: => 'The following fields were not updated: ',
1.6       bisitz   15602: 
                   15603:    "You do not have the authority to change this field given the user's current set of active/future [_1] roles:"
1.96      raeburn  15604: => "You do not have the authority to change this field given the user's current set of active/future [_1] roles:",
1.6       bisitz   15605: 
                   15606:    "You do not have the authority to change these fields given the user's current set of active/future [_1] roles:"
1.96      raeburn  15607: => "You do not have the authority to change these fields given the user's current set of active/future [_1] roles:",
1.6       bisitz   15608: 
1.49      bisitz   15609:    'Please contact your [_1]helpdesk[_2] for more information.'
1.93      raeburn  15610: => 'Please contact your [_1]helpdesk[_2] for more information.',
1.6       bisitz   15611: 
                   15612:    '<b>[_1]</b> enrolled'
1.70      zhu      15613: => '<b>[_1]</b> 注册的',
1.6       bisitz   15614: 
                   15615:    'in section [_1]'
1.93      raeburn  15616: => 'in section [_1]',
1.6       bisitz   15617: 
                   15618:    'Access starts immediately'
1.70      zhu      15619: => '访问立即开始',
1.6       bisitz   15620: 
                   15621:    'Access starts: '
1.70      zhu      15622: => '访问开始: ',
1.6       bisitz   15623: 
                   15624:    'ends: no ending date'
1.70      zhu      15625: => '结束:没有结束日期',
1.6       bisitz   15626: 
                   15627:    'ends: '
1.70      zhu      15628: => '结束: ',
1.6       bisitz   15629: 
                   15630:    'If the student is currently logged-in to LON-CAPA, the new role will be available when the student next logs in.'
1.93      raeburn  15631: => 'If the student is currently logged-in to LON-CAPA, the new role will be available when the student next logs in.',
1.6       bisitz   15632: 
                   15633:    '(default)'
1.70      zhu      15634: => '(默认的)',
1.6       bisitz   15635: 
                   15636:    '(default for [_1])'
1.70      zhu      15637: => '(默认 [_1])',
1.6       bisitz   15638: 
                   15639:    'You are not authorized to make bulk changes to user roles'
1.93      raeburn  15640: => 'You are not authorized to make bulk changes to user roles',
1.6       bisitz   15641: 
                   15642:    'You do not have permission to modify dates or sections for users'
1.93      raeburn  15643: => 'You do not have permission to modify dates or sections for users',
1.6       bisitz   15644: 
                   15645:    'deleted'
1.93      raeburn  15646: => 'deleted',
1.6       bisitz   15647: 
                   15648:    'No start date'
1.10      zhu      15649: => '没有开始日期',
1.6       bisitz   15650: 
                   15651:    'Previous [_1] changes'
1.93      raeburn  15652: => 'Previous [_1] changes',
1.6       bisitz   15653: 
                   15654:    'Next [_1] changes'
1.93      raeburn  15655: => 'Next [_1] changes',
1.6       bisitz   15656: 
1.74      bisitz   15657:    'There are no records to display.'
                   15658: => '没有记录显示。',
                   15659: 
                   15660:    'There are no transactions to display.'
1.93      raeburn  15661: => 'There are no transactions to display.',
1.6       bisitz   15662: 
                   15663:    'Automated enrollment'
1.70      zhu      15664: => '自动注册',
1.6       bisitz   15665: 
                   15666:    'Roster Update'
1.70      zhu      15667: => '名册更新',
1.6       bisitz   15668: 
                   15669:    'Course Creation'
1.70      zhu      15670: => '创建课程',
1.6       bisitz   15671: 
                   15672:    'User Management in course'
1.70      zhu      15673: => '在课程中的用户管理',
1.6       bisitz   15674: 
                   15675:    'User Management in domain'
1.70      zhu      15676: => '在域中的用户管理',
1.6       bisitz   15677: 
                   15678:    'Self-enrolled'
1.70      zhu      15679: => '自助注册',
1.6       bisitz   15680: 
                   15681:    'Your search term must contain more than just spaces.'
1.93      raeburn  15682: => 'Your search term must contain more than just spaces.',
1.6       bisitz   15683: 
                   15684:    'this course'
1.70      zhu      15685: => '本课程',
1.6       bisitz   15686: 
                   15687:    'LON-CAPA domain: '
1.93      raeburn  15688: => 'LON-CAPA domain: ',
1.6       bisitz   15689: 
                   15690:    'the institutional directory for domain: '
1.93      raeburn  15691: => 'the institutional directory for domain: ',
1.6       bisitz   15692: 
1.49      bisitz   15693:    'Please contact the [_1]helpdesk[_2] if you need to create a new user.'
1.93      raeburn  15694: => 'Please contact the [_1]helpdesk[_2] if you need to create a new user.',
1.6       bisitz   15695: 
                   15696:    'Section for self-enrolled users unchanged as the proposed section is a group'
1.93      raeburn  15697: => 'Section for self-enrolled users unchanged as the proposed section is a group',
1.6       bisitz   15698: 
                   15699:    'Group names and section names must be distinct'
1.12      zhu      15700: => '组名称和章节的名称必须是不同的',
1.6       bisitz   15701: 
                   15702:    'Section for self-enrolled users unchanged, as "all" is a reserved section name.'
1.93      raeburn  15703: => 'Section for self-enrolled users unchanged, as "all" is a reserved section name.',
1.6       bisitz   15704: 
                   15705:    'An error occurred when saving changes to self-enrollment settings in this course.'
1.93      raeburn  15706: => 'An error occurred when saving changes to self-enrollment settings in this course.',
1.6       bisitz   15707: 
                   15708: #SD end 2008-07-02
                   15709: 
                   15710:    'Server Switch Required'
1.93      raeburn  15711: => 'Server Switch Required',
1.6       bisitz   15712: 
                   15713:    'Construction Space access is only available from the home server of the corresponding Author.'
1.93      raeburn  15714: => 'Construction Space access is only available from the home server of the corresponding Author.',
1.6       bisitz   15715: 
                   15716:    "Click the 'Switch Server' link to go there."
1.93      raeburn  15717: => "Click the 'Switch Server' link to go there.",
1.6       bisitz   15718: 
                   15719:    'Default in use:'
1.70      zhu      15720: => '默认情况下使用:',
1.6       bisitz   15721: 
1.89      bisitz   15722:    'Self-creation of account by users with status: [_1]'
1.93      raeburn  15723: => 'Self-creation of account by users with status: [_1]',
1.6       bisitz   15724: 
                   15725:    'modifiable fields (if institutional data blank): '
1.98      bisitz   15726: => 'modifiable fields (if institutional data blank): ',
1.6       bisitz   15727: 
                   15728:    'Source Code'
1.93      raeburn  15729: => 'Source Code',
1.6       bisitz   15730: 
                   15731:    'Copy Problem Source Code to Construction Space'
1.93      raeburn  15732: => 'Copy Problem Source Code to Construction Space',
1.6       bisitz   15733: 
                   15734:    'Please enter the directory that you would like the source code to go into.'
1.93      raeburn  15735: => 'Please enter the directory that you would like the source code to go into.',
1.6       bisitz   15736: 
                   15737:    'Note: the path is in reference to the root of your construction space, and new directories will be automatically created.'
1.93      raeburn  15738: => 'Note: the path is in reference to the root of your construction space, and new directories will be automatically created.',
1.6       bisitz   15739: 
                   15740:    'shared_source'
1.93      raeburn  15741: => 'shared_source',
1.6       bisitz   15742: 
                   15743:    'Copy to Construction Space'
1.93      raeburn  15744: => 'Copy to Construction Space',
1.6       bisitz   15745: 
1.99      raeburn  15746:    '[_1]W[_2]ARNING' 
                   15747: => '[_1]W[_2]ARNING',
1.6       bisitz   15748: 
                   15749:    'At end of file some tags were still left unclosed:'
1.93      raeburn  15750: => 'At end of file some tags were still left unclosed:',
1.6       bisitz   15751: 
                   15752:    'Unable to save file [_1]'
1.93      raeburn  15753: => 'Unable to save file [_1]',
1.6       bisitz   15754: 
                   15755:    'Warnings and Errors'
1.93      raeburn  15756: => 'Warnings and Errors',
1.6       bisitz   15757: 
                   15758:    'Edit Math'
1.93      raeburn  15759: => 'Edit Math',
1.6       bisitz   15760: 
                   15761:    'DragMath Latex Equation Editor'
1.93      raeburn  15762: => 'DragMath Latex Equation Editor', # n.t.
1.6       bisitz   15763: 
                   15764:    '[_1]Return[_2] to editing resource.'
1.98      bisitz   15765: => '[_1]Return[_2] to editing resource.',
1.6       bisitz   15766: 
                   15767:    'Counting pages for student: [_1]'
1.93      raeburn  15768: => 'Counting pages for student: [_1]',
1.6       bisitz   15769: 
                   15770:    'LaTeX could not successfully parse your tex file.'
1.93      raeburn  15771: => 'LaTeX could not successfully parse your tex file.',
1.6       bisitz   15772: 
                   15773:    'It probably has errors in it.'
1.93      raeburn  15774: => 'It probably has errors in it.',
1.6       bisitz   15775: 
                   15776:    'Here are the error messages in the LaTeX log file:'
1.93      raeburn  15777: => 'Here are the error messages in the LaTeX log file:',
1.6       bisitz   15778: 
                   15779:    'There are errors in [_1].'
1.93      raeburn  15780: => 'There are errors in [_1].',
1.6       bisitz   15781: 
                   15782:    'There are errors.'
1.93      raeburn  15783: => 'There are errors.',
1.6       bisitz   15784: 
                   15785:    'These errors prevent this resource from printing correctly.'
1.93      raeburn  15786: => 'These errors prevent this resource from printing correctly.',
1.6       bisitz   15787: 
                   15788:    'A message has been sent to the instructor describing this failure.'
1.93      raeburn  15789: => 'A message has been sent to the instructor describing this failure.',
1.6       bisitz   15790: 
                   15791:    'You are running LaTeX in [_1]batch mode[_2].'
1.93      raeburn  15792: => 'You are running LaTeX in [_1]batch mode[_2].',
1.6       bisitz   15793: 
                   15794:    'It has found an error in [_1][_2]and corrected it.'
1.93      raeburn  15795: => 'It has found an error in [_1][_2]and corrected it.',
1.6       bisitz   15796: 
                   15797:    'Usually this correction is valid but you probably need to check the indicated resource one more time and implement neccessary corrections by yourself.'
1.98      bisitz   15798: => 'Usually this correction is valid but you probably need to check the indicated resource one more time and implement neccessary corrections by yourself.',
1.6       bisitz   15799: 
                   15800:    'The link to [_1]Your log file[_2]'
1.93      raeburn  15801: => 'The link to [_1]Your log file[_2]',
1.6       bisitz   15802: 
                   15803:    'The link to [_1]Your original LaTeX file[_2]'
1.93      raeburn  15804: => 'The link to [_1]Your original LaTeX file[_2]',
1.6       bisitz   15805: 
                   15806:    'bomb'
1.93      raeburn  15807: => 'bomb',
1.6       bisitz   15808: 
                   15809:    'Output Tags'
1.93      raeburn  15810: => 'Output Tags',
1.6       bisitz   15811: 
                   15812:    'WARNING: Cannot connect to database!'
1.70      zhu      15813: => '警告:无法连接到数据库!',
1.6       bisitz   15814: 
                   15815:    'Error occurred saving new values in metadata table in LON-CAPA database!'
1.70      zhu      15816: => '保存新值数据表到LON-CAPA数据库中时发生错误!',
1.6       bisitz   15817: 
1.81      bisitz   15818:    'Your course/community currently appears in the Course/Community Catalog for this domain.'
1.93      raeburn  15819: => 'Your course/community currently appears in the Course/Community Catalog for this domain.',
1.6       bisitz   15820: 
                   15821:    'Courses can be both self-cataloging, based on an institutional code (e.g., fs08phy231), or can be assigned categories from a hierarchy defined for the domain.'
1.101     bisitz   15822: => '课程可自我编目的基础的研究所代码(例如, inf_20112012_math1 )或可通过域的定义分配类别界定。',
1.6       bisitz   15823: 
1.81      bisitz   15824:    'Your course/community does not currently appear in the Course/Community Catalog for this domain.'
1.93      raeburn  15825: => 'Your course/community does not currently appear in the Course/Community Catalog for this domain.',
1.6       bisitz   15826: 
                   15827:    'You should remedy this if you plan to allow self-enrollment, otherwise students will have difficulty finding your course.'
1.93      raeburn  15828: => 'You should remedy this if you plan to allow self-enrollment, otherwise students will have difficulty finding your course.',
1.6       bisitz   15829: 
                   15830:    'Courses can be absent from the Catalog, because they do not have an institutional code, have no assigned category, or have been specifically excluded.'
1.93      raeburn  15831: => 'Courses can be absent from the Catalog, because they do not have an institutional code, have no assigned category, or have been specifically excluded.',
1.6       bisitz   15832: 
                   15833:    'Make any changes to self-enrollment settings below, click "Save changes", then take action to include the course in the Catalog:'
1.93      raeburn  15834: => 'Make any changes to self-enrollment settings below, click "Save changes", then take action to include the course in the Catalog:',
1.6       bisitz   15835: 
                   15836:    'Take the following action to ensure the course appears in the Catalog:'
1.93      raeburn  15837: => 'Take the following action to ensure the course appears in the Catalog:',
1.6       bisitz   15838: 
                   15839:    'Ask a domain coordinator to change the "Exclude from course catalog" setting.'
1.93      raeburn  15840: => 'Ask a domain coordinator to change the "Exclude from course catalog" setting.',
1.6       bisitz   15841: 
                   15842:    'Ask a domain coordinator to enable display the catalog of "Official courses (with institutional codes)".'
1.93      raeburn  15843: => 'Ask a domain coordinator to enable display the catalog of "Official courses (with institutional codes)".',
1.6       bisitz   15844: 
                   15845:    'Ask a domain coordinator to assign an institutional code (if this is an official course).'
1.93      raeburn  15846: => 'Ask a domain coordinator to assign an institutional code (if this is an official course).',
1.6       bisitz   15847: 
                   15848:    'Ask a domain coordinator to enable or create at least one course category in the domain.'
1.93      raeburn  15849: => 'Ask a domain coordinator to enable or create at least one course category in the domain.',
1.6       bisitz   15850: 
                   15851:    'Ask a domain coordinator to create a hierarchy of categories and sub categories for courses in the domain.'
1.93      raeburn  15852: => 'Ask a domain coordinator to create a hierarchy of categories and sub categories for courses in the domain.',
1.6       bisitz   15853: 
                   15854:    'Ask a domain coordinator to change the category assigned to the course, as the one currently assigned is no longer used in the domain'
1.93      raeburn  15855: => 'Ask a domain coordinator to change the category assigned to the course, as the one currently assigned is no longer used in the domain',
1.6       bisitz   15856: 
                   15857:    'Ask a domain coordinator to assign a category to the course.'
1.93      raeburn  15858: => 'Ask a domain coordinator to assign a category to the course.',
1.6       bisitz   15859: 
1.93      raeburn  15860:    'Use [_1]Categorize course[_2] to change the "Exclude from course catalog" setting.'
                   15861: => 'Use [_1]Categorize course[_2] to change the "Exclude from course catalog" setting.',
1.6       bisitz   15862: 
                   15863:    'Use [_1]Set course environment[_2] to change the category assigned to the course, as the one currently assigned is no longer used in the domain.'
1.93      raeburn  15864: => 'Use [_1]Set course environment[_2] to change the category assigned to the course, as the one currently assigned is no longer used in the domain.',
1.6       bisitz   15865: 
                   15866:    'Use [_1]Set course environment[_2] to assign a category to the course.'
1.93      raeburn  15867: => 'Use [_1]Set course environment[_2] to assign a category to the course.',
1.6       bisitz   15868: 
                   15869:    'You are able to both assign a course category and choose to exclude this course from the catalog.'
1.93      raeburn  15870: => 'You are able to both assign a course category and choose to exclude this course from the catalog.',
1.6       bisitz   15871: 
                   15872:    'You are able to choose to exclude this course from the catalog, but only a Domain Coordinator may assign a course category.'
1.93      raeburn  15873: => 'You are able to choose to exclude this course from the catalog, but only a Domain Coordinator may assign a course category.',
1.6       bisitz   15874: 
                   15875:    'You may assign a course category, but only a Domain Coordinator may choose to exclude this course from the catalog.'
1.93      raeburn  15876: => 'You may assign a course category, but only a Domain Coordinator may choose to exclude this course from the catalog.',
1.6       bisitz   15877: 
                   15878:    'Only a Domain Coordinator may assign a course category or choose to exclude this course from the catalog.'
1.93      raeburn  15879: => 'Only a Domain Coordinator may assign a course category or choose to exclude this course from the catalog.',
1.6       bisitz   15880: 
                   15881:    "Please use the 'Select Course' link to open a separate pick course window where you may select the course you wish to enter"
1.93      raeburn  15882: => "Please use the 'Select Course' link to open a separate pick course window where you may select the course you wish to enter",
1.6       bisitz   15883: 
                   15884:    'You can only use this screen to select courses in the current domain.'
1.93      raeburn  15885: => 'You can only use this screen to select courses in the current domain.',
1.6       bisitz   15886: 
1.41      bisitz   15887:    '[_1]Your Excel spreadsheet[_2] is ready for download.'
1.101     bisitz   15888: => '[_1]Your Excel spreadsheet[_2] is ready for download.',
1.6       bisitz   15889: 
1.41      bisitz   15890:    '[_1]Your CSV file[_2] is ready for download.'
1.101     bisitz   15891: => '[_1]Your CSV file[_2] is ready for download.',
1.6       bisitz   15892: 
                   15893:    'Name (username)'
1.93      raeburn  15894: => 'Name (username)',
1.6       bisitz   15895: 
                   15896:    'Grades Assigned'
1.93      raeburn  15897: => 'Grades Assigned',
1.6       bisitz   15898: 
                   15899:    'Comments'
1.18      zhu      15900: => '注释',
1.6       bisitz   15901: 
                   15902:    'No Course Data'
1.93      raeburn  15903: => 'No Course Data',
1.6       bisitz   15904: 
                   15905:    'Error getting student data ([_1])'
1.93      raeburn  15906: => 'Error getting student data ([_1])',
1.6       bisitz   15907: 
                   15908:    'Score'
1.93      raeburn  15909: => 'Score',
1.6       bisitz   15910: 
1.77      bisitz   15911:    'score'
1.93      raeburn  15912: => 'score',
1.77      bisitz   15913: 
1.6       bisitz   15914:    'Display Options'
1.36      zhu      15915: => '显示选项',
1.6       bisitz   15916: 
                   15917:    'This role has section(s) associated with it.'
1.93      raeburn  15918: => 'This role has section(s) associated with it.',
1.6       bisitz   15919: 
                   15920:    'Enter a specific section.'
1.93      raeburn  15921: => 'Enter a specific section.',
1.6       bisitz   15922: 
                   15923:    'Enter a specific section, or leave blank for no section.'
1.93      raeburn  15924: => 'Enter a specific section, or leave blank for no section.',
1.6       bisitz   15925: 
                   15926:    'Available sections are:'
1.93      raeburn  15927: => 'Available sections are:',
1.6       bisitz   15928: 
                   15929:    'You entered an invalid section choice:'
1.93      raeburn  15930: => 'You entered an invalid section choice:',
1.6       bisitz   15931: 
                   15932:    'You may wish to contact the [_1]LON-CAPA helpdesk[_2] for the [_3] domain.'
1.56      zhu      15933: => '您不妨联系[_2][_3]域的[_1] LON-CAPA 求助。',
1.6       bisitz   15934: 
                   15935:    '([_1] time zone)'
1.9       zhu      15936: => '(时区 [_1])',
1.6       bisitz   15937: 
                   15938:    'Selecting an Author'
1.93      raeburn  15939: => 'Selecting an Author',
1.6       bisitz   15940: 
                   15941:    'Invalid domain'
1.26      zhu      15942: => '无效域',
1.6       bisitz   15943: 
                   15944:    'There are no library servers containing Construction spaces currently in domain: [_1], so you can not assume a co-author role.'
1.93      raeburn  15945: => 'There are no library servers containing Construction spaces currently in domain: [_1], so you can not assume a co-author role.',
1.6       bisitz   15946: 
                   15947:    'You do not have a domain coordinator role in domain: [_1], so you cannot choose a Construction space for which you can assume a co-author role.'
1.93      raeburn  15948: => 'You do not have a domain coordinator role in domain: [_1], so you cannot choose a Construction space for which you can assume a co-author role.',
1.6       bisitz   15949: 
                   15950:    'You do not have a domain coordinator role, so you cannot choose a Construction space for which you can assume a co-author role.'
1.93      raeburn  15951: => 'You do not have a domain coordinator role, so you cannot choose a Construction space for which you can assume a co-author role.',
1.6       bisitz   15952: 
                   15953:    'There are no author roles currently in domain: [_1], so there are no Construction spaces for which you can assume a co-author role.'
1.93      raeburn  15954: => 'There are no author roles currently in domain: [_1], so there are no Construction spaces for which you can assume a co-author role.',
1.6       bisitz   15955: 
1.83      bisitz   15956:    'As your session file for the course or community has expired, you will need to re-select it.'
1.93      raeburn  15957: => 'As your session file for the course or community has expired, you will need to re-select it.', # '当>您的课程已过期,您将需要重新选择课程。',
1.6       bisitz   15958: 
                   15959:    '[quant,_1,yr]'
1.99      raeburn  15960: => '[quant,_1,yr]',
1.6       bisitz   15961: 
                   15962:    '[quant,_1,mth]'
1.99      raeburn  15963: => '[quant,_1,mth]',
1.6       bisitz   15964: 
                   15965:    '[quant,_1,hr]'
1.99      raeburn  15966: => '[quant,_1,hr]',
1.6       bisitz   15967: 
                   15968:    '[quant,_1,min]'
1.99      raeburn  15969: => '[quant,_1,min]',
1.6       bisitz   15970: 
                   15971:    '[quant,_1,sec]'
1.99      raeburn  15972: => '[quant,_1,sec]',
1.6       bisitz   15973: 
                   15974:    'Loading student data...'
1.18      zhu      15975: => '检索学生数据...',
1.6       bisitz   15976: 
                   15977:    'Options'
1.18      zhu      15978: => '选项',
1.6       bisitz   15979: 
                   15980:    'Time Period'
1.18      zhu      15981: => '周期',
1.6       bisitz   15982: 
                   15983:    'Rsource is undefined.'
1.93      raeburn  15984: => 'Rsource is undefined.',
1.6       bisitz   15985: 
                   15986:    'Plot Graph'
1.93      raeburn  15987: => 'Plot Graph',
1.6       bisitz   15988: 
                   15989:    'Download'
1.18      zhu      15990: => '下载',
1.6       bisitz   15991: 
                   15992:    'PDF File'
1.18      zhu      15993: => 'PDF 文档',
1.6       bisitz   15994: 
                   15995:    'Zip File'
1.18      zhu      15996: => 'ZIP 文档',
1.6       bisitz   15997: 
                   15998:    'File Size (Bytes)'
1.18      zhu      15999: => '文件大小 (Bytes)',
1.6       bisitz   16000: 
                   16001:    'Contents'
1.18      zhu      16002: => '内容',
1.6       bisitz   16003: 
                   16004:    'Problem Type'
1.12      zhu      16005: => '问题类型',
1.6       bisitz   16006: 
                   16007:    'not in this course'
1.93      raeburn  16008: => 'not in this course',
1.6       bisitz   16009: #Start: redesigned menus
                   16010: #lonparmset.pm
1.18      zhu      16011: 
1.6       bisitz   16012:    'Edit environment settings for this course.'
1.93      raeburn  16013: => 'Edit environment settings for this course.',
1.6       bisitz   16014: 
                   16015:    'Portfolio Metadata'
1.27      zhu      16016: => '元数据-组合',
1.6       bisitz   16017: 
                   16018:    'Settings for this Course'
1.27      zhu      16019: => '设置这门课程',
1.6       bisitz   16020: 
                   16021:    'New and Existing Parameter Settings for Resources'
1.27      zhu      16022: => '新的和现有资源的参数设置',
1.6       bisitz   16023: 
                   16024:    'Edit Resource Parameters - Helper Mode'
1.27      zhu      16025: => '编辑源参数 - 辅助模式',
1.6       bisitz   16026: 
                   16027:    'Edit Resource Parameters - Overview Mode'
1.27      zhu      16028: => '编辑资源参数 - 概况模式',
1.6       bisitz   16029: 
                   16030:    'Edit Resource Parameters - Table Mode'
1.27      zhu      16031: => '编辑资源参数 - 表模式',
1.6       bisitz   16032: 
                   16033:    'Existing Parameter Settings for Resources'
1.27      zhu      16034: => '现有资源的参数设置',
1.6       bisitz   16035: 
                   16036:    'Change Log'
1.27      zhu      16037: => '变更记录',
1.6       bisitz   16038: 
                   16039:    'Restrict metadata for this course.'
1.93      raeburn  16040: => 'Restrict metadata for this course.',
1.6       bisitz   16041: 
                   16042:    'Manage slots for this course.'
1.93      raeburn  16043: => 'Manage slots for this course.',
1.6       bisitz   16044: 
                   16045:    'Reset access times for folders/maps, resources or the course.'
1.93      raeburn  16046: => 'Reset access times for folders/maps, resources or the course.',
1.6       bisitz   16047: 
                   16048:    'Set default actions for parameters.'
1.93      raeburn  16049: => 'Set default actions for parameters.',
1.6       bisitz   16050: 
                   16051:    'Set/Modify resource parameters in helper mode.'
1.93      raeburn  16052: => 'Set/Modify resource parameters in helper mode.',
1.6       bisitz   16053: 
                   16054:    'Set/Modify resource parameters in table mode.'
1.93      raeburn  16055: => 'Set/Modify resource parameters in table mode.',
1.6       bisitz   16056: 
                   16057:    'Set/Modify resource parameters in overview mode.'
1.93      raeburn  16058: => 'Set/Modify resource parameters in overview mode.',
1.6       bisitz   16059: 
                   16060:    'Set/Modify existing resource parameters in overview mode.'
1.93      raeburn  16061: => 'Set/Modify existing resource parameters in overview mode.',
1.6       bisitz   16062: 
                   16063:    'View parameter and course blog posting/user notification change log.'
1.93      raeburn  16064: => 'View parameter and course blog posting/user notification change log.',
1.6       bisitz   16065: #lonpreferences.pm
                   16066: 
                   16067:    'Screen Name'
                   16068: => '昵称',
                   16069: 
1.63      zhu      16070:    'Screenname'
                   16071: => '昵称',
                   16072: 
                   16073:    'Nickname'
                   16074: => '昵称',
                   16075: 
1.55      zhu      16076:    'Messages &amp; Notifications'
1.22      zhu      16077: => '邮件&公告',
1.6       bisitz   16078: 
                   16079:    'Discussion Display'
1.9       zhu      16080: => '讨论显示',
1.6       bisitz   16081: 
                   16082:    'Page Display Settings'
                   16083: => '页面显示设置',
                   16084: 
                   16085:    'Color Scheme'
                   16086: => '颜色方案',
                   16087: 
                   16088:    'Menu Display'
                   16089: => '菜单显示',
                   16090: 
                   16091:    'Content Display Settings'
1.9       zhu      16092: => '内容显示设置',
1.6       bisitz   16093: 
                   16094:    'WYSIWYG Editor'
                   16095: => 'WYSIWYG-编辑器',
                   16096: 
                   16097:    'Roles Page'
1.9       zhu      16098: => '角色页面',
1.6       bisitz   16099: 
                   16100:    'Display of Scientific Equations'
1.55      zhu      16101: => '显示科学公式',
1.6       bisitz   16102: 
                   16103:    'Edit information about yourself that should be displayed on your public profile.'
1.93      raeburn  16104: => 'Edit information about yourself that should be displayed on your public profile.',
1.6       bisitz   16105: 
                   16106:    'Change the name that is displayed in your posts.'
1.18      zhu      16107: => '变更在您的讨论中的名称。',
1.6       bisitz   16108: 
                   16109:    'Change LON-CAPA default colors.'
1.93      raeburn  16110: => 'Change LON-CAPA default colors.',
1.6       bisitz   16111: 
                   16112:    'Change messageforwarding or notifications settings.'
1.93      raeburn  16113: => 'Change messageforwarding or notifications settings.',
1.6       bisitz   16114: 
                   16115:    'Choose the default language for this user.'
1.98      bisitz   16116: => 'Choose the default language for this user.',
1.6       bisitz   16117: 
                   16118:    'Enable or disable the WYSIWYG-Editor.'
1.93      raeburn  16119: => 'Enable or disable the WYSIWYG-Editor.',
1.6       bisitz   16120: 
                   16121:    'Configure the roles hotlist.'
1.93      raeburn  16122: => 'Configure the roles hotlist.',
1.6       bisitz   16123: 
                   16124:    'Change how Scientific Equations are displayed.'
1.9       zhu      16125: => '改变如何显示科学方程。',
1.6       bisitz   16126: 
                   16127:    'Register your clicker.'
1.9       zhu      16128: => '登记您的应答设备 (遥控).',
1.6       bisitz   16129: 
                   16130:    'Change your password.'
1.9       zhu      16131: => '更改您的密码。',
1.6       bisitz   16132: 
                   16133:    'Launch the remote control for LON-CAPA.'
1.93      raeburn  16134: => 'Launch the remote control for LON-CAPA.',
1.6       bisitz   16135: 
                   16136:    'Collapse the remote control for LON-CAPA.'
1.93      raeburn  16137: => 'Collapse the remote control for LON-CAPA.',
1.6       bisitz   16138: 
                   16139:    'Restrict domain coordinator access.'
1.93      raeburn  16140: => 'Restrict domain coordinator access.',
1.6       bisitz   16141: 
                   16142:    'Set the default page to be displayed when you select a course role.'
1.98      bisitz   16143: => 'Set the default page to be displayed when you select a course role.',
1.6       bisitz   16144: 
                   16145:    'Toggle Debug Messages.'
1.93      raeburn  16146: => 'Toggle Debug Messages.',
1.6       bisitz   16147: 
                   16148:    'Change whether the menus are displayed with buttons, icons or icons and text.'
1.93      raeburn  16149: => 'Change whether the menus are displayed with buttons, icons or icons and text.',
1.6       bisitz   16150:    'Course Initialization'
1.36      zhu      16151: => '课程初始化',
1.6       bisitz   16152: #loncreateuser.pm
1.69      droeschl 16153:    'Single Users'
1.70      zhu      16154: => '单用户',
1.6       bisitz   16155: 
                   16156:    'Upload a CSV or a text file containing users.'
1.70      zhu      16157: => '课程参加者上传CSV或文本文件。',
1.6       bisitz   16158: 
                   16159:    'Add a user with a certain role to this course.'
1.70      zhu      16160: => '添加一个具有特定的角色的用户到这门课程中。',
1.6       bisitz   16161: 
1.69      droeschl 16162:    'Add/Modify a Student'
1.79      bisitz   16163: => '添加/修改学生',
1.6       bisitz   16164: 
                   16165:    'Add a user with the role student to this course.'
1.70      zhu      16166: => '添加一个用户到课程中,作为学生角色。',
1.6       bisitz   16167: 
                   16168:    'Configuration'
1.28      zhu      16169: => '设置',
1.6       bisitz   16170: 
                   16171:    'Automated enrollment manager.'
1.70      zhu      16172: => '管理自助注册',
1.6       bisitz   16173: 
1.83      bisitz   16174:    'Self-Enrollment'
1.93      raeburn  16175: => 'Self-Enrollment',
1.83      bisitz   16176: 
1.6       bisitz   16177:    'User Self-Enrollment'
1.70      zhu      16178: => '用户自助注册',
1.6       bisitz   16179: 
1.83      bisitz   16180:    'Configure user self-enrollment.'
1.70      zhu      16181: => '配置用户自助注册。',
1.6       bisitz   16182: 
                   16183:    'Manage course groups.'
1.12      zhu      16184: => '管理课程组。',
1.6       bisitz   16185: 
                   16186:    'Change Logs'
1.28      zhu      16187: => '更改记录',
1.6       bisitz   16188: 
                   16189:    'View change log.'
1.28      zhu      16190: => '显示更改记录。',
1.6       bisitz   16191: 
                   16192:    'Administration'
1.28      zhu      16193: => '管理',
1.6       bisitz   16194: 
1.69      droeschl 16195:    'Manage Course Users'
1.70      zhu      16196: => '用户课程管理',
1.6       bisitz   16197: 
                   16198:    'Show and manage users of this course.'
1.70      zhu      16199: => '查看和管理这门课程的用户。',
1.6       bisitz   16200: 
                   16201:    'Remove a student from this course.'
1.70      zhu      16202: => '从这门课程中移除一名学生。',
1.6       bisitz   16203: 
                   16204:    'Custom Roles'
1.28      zhu      16205: => '自定义角色',
1.6       bisitz   16206: 
                   16207:    'Configure a custom role.'
1.70      zhu      16208: => '配置自定义角色。',
                   16209: 
                   16210:    'Multiple Users'
                   16211: => '多用户',
                   16212: 
1.6       bisitz   16213: #lonstatistics.pm
                   16214:    'Statistics and Analyses'
1.70      zhu      16215: => '统计与分析',
1.6       bisitz   16216: 
                   16217:    'Plots'
1.70      zhu      16218: => '图表',
1.6       bisitz   16219: 
                   16220:    'Reports'
1.28      zhu      16221: => '报告',
1.6       bisitz   16222: 
1.18      zhu      16223:    'Personal Homepage'
                   16224: => '个人主页',
                   16225: 
1.56      zhu      16226:    'Link Name:'
                   16227: => '连接的名字:',
                   16228: 
                   16229:    'Address:'
                   16230: => '地址:',
                   16231: 
1.18      zhu      16232:    'Link Name'
1.56      zhu      16233: => '连接的名字',
1.18      zhu      16234: 
                   16235:    'Address'
1.56      zhu      16236: => '地址',
1.18      zhu      16237: 
                   16238:    'Broadcast to Active Members'
1.27      zhu      16239: => '通知活跃的会员',
1.18      zhu      16240: 
1.19      zhu      16241:    'Thank you for your input!'
                   16242: => '非常感谢您的评估!',
                   16243: 
                   16244:    'Saving feedback: [_1]'
                   16245: => '保存到信息反馈: [_1]',
                   16246: 
                   16247:    'Logging first evaluation'
                   16248: => '登录到首次评估',
                   16249: 
                   16250:    'The WYSIWYG editor only supports simple HTML and is in many cases unsuited for advanced authoring. In a number of cases, it may destroy advanced authoring involving LaTeX and script function calls.'
                   16251: => 'WYSIWYG 编辑器仅支持简单的 HTML,并且在许多情况下不适合复杂的创作。在一些情况下,它可能破坏复杂的创作及 LaTeX 和脚本函数的调用。',
                   16252: 
                   16253:    'Special Admin Options'
                   16254: => '特别管理选项',
                   16255: 
                   16256:    'Discussion postings'
                   16257: => '讨论帖子',
                   16258: 
1.22      zhu      16259:    'Currently using [_1] of the [_2] available.'
                   16260: => '目前使用 [_1] ,在 [_2] 可用中。',
                   16261: 
                   16262:    'Registering clickers: [_1]'
                   16263: => '注册的“遥控”号码为: [_1]',
                   16264: 
                   16265:    'New Broadcast Message'
                   16266: => '新的广播信息',
1.41      bisitz   16267: 
1.22      zhu      16268:    'Send a broadcast message to members of this Course and/or other users.'
                   16269: => '发送广播信息给这门课程的成员和/或其他用户。',
1.41      bisitz   16270: 
1.22      zhu      16271:    'New Messages from File'
                   16272: => '从文件生成新邮件',
                   16273: 
                   16274:    'Send copy to permanent e-mail address (if known)'
1.41      bisitz   16275: => '发送一份副本给外部电子邮件(如果有的话)',
1.19      zhu      16276: 
1.22      zhu      16277:    'Require return receipt?'
                   16278: => '回执确认?',
1.18      zhu      16279: 
1.26      zhu      16280:    'Message Administration'
                   16281: => '邮件管理',
                   16282: 
                   16283:    'Message Log for Selected Users'
                   16284: => '选定用户的邮件日志',
                   16285: 
1.28      zhu      16286:    'New Document'
                   16287: => '新文档',
                   16288: 
                   16289:   'Bcc: course members with current access'
                   16290: => '密送:当前访问的课程参加者',
                   16291: 
1.55      zhu      16292:    'Tools:'
                   16293: => '工具:',
                   16294: 
                   16295:    'Upload PDF Form'
                   16296: => '上传PDF格式文档',
                   16297: 
                   16298:    'Upload a PDF Form with filled Form Fields'
                   16299: => '上传带有填写表格字段的PDF格式文档',
                   16300: 
                   16301:    'Please choose a PDF-File.'
                   16302: => '请选择一个PDF文件。',
                   16303: 
                   16304:    "Can't find any valid PDF formfields."
                   16305: => '找不到任何有效的PDF格式文档 。',
                   16306: 
                   16307:    'Results of PDF Form problems'
                   16308: => 'PDF格式习题答案',
                   16309: 
1.56      zhu      16310:    'Published Documents'
                   16311: => '公开文件',
                   16312: 
1.63      zhu      16313: 
                   16314:    ''
                   16315: => '',
                   16316: 
                   16317: 
1.6       bisitz   16318: #SYNCMARKER
                   16319: );
                   16320: 
                   16321: 1;
                   16322: 

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