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

1.6       bisitz      1: # The LearningOnline Network with CAPA
                      2: # Chinese Simplified Localization Lexicon
                      3: #
1.100   ! raeburn     4: # $Id: zh.pm,v 1.99 2011/01/16 00:55:36 raeburn 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.56      zhu      2748: => '全面更新 (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: 
                   2927:    'Welcome to the Learning<i>Online</i> 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.18      zhu      4592: => '目前使用的地方(机构)的认证。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.27      zhu      4631: => "自定义", # 'anpassbar', # individuell ???
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'
                   4763: => '[_1], um zu erlauben. Alles andere, um nicht zu erlauben.',
                   4764: 
                   4765:    '"[_1]" to disable, anything else if not'
                   4766: => '"[_1]", um zu deaktivieren. Alles andere, um zu aktivieren.',
                   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.'
                   4787: => '<b>HTML verboten</b>: HTML wird in Diskussionen nicht zugelassen.',
                   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.'
                   5082: => '[_1], um zu erlauben.',
                   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.'
                   5644: => '[_1]Ihr IMS-Paket[_2] steht zum Download bereit.',
                   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.63      zhu      6211: => '最后发表的帖子的时间', #??? [SB 20.10.2006]
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.18      zhu      6586: => '资源使用或导入', #??? [SB 18.10.2006]
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'
                   7306: => '[_1] externe Ressourcen mit einbeziehen',
                   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:    'Set a quota for the total disk space available for storage of course group portfolio files.'
1.93      raeburn  7717: => 'Set a quota for the total disk space available for storage of course group portfolio files.',
1.6       bisitz   7718: 
                   7719:    'Section Numbers and corresponding LON-CAPA section IDs'
1.93      raeburn  7720: => 'Section Numbers and corresponding LON-CAPA section IDs',
1.6       bisitz   7721: 
                   7722:    'Overall Assessment Statistical Data'
1.18      zhu      7723: => '总体评价统计数据',
1.6       bisitz   7724: 
                   7725:    'No new dynamic data found.'
1.18      zhu      7726: => '没有发现新的动态数据。',
1.6       bisitz   7727: 
                   7728:    'Current value is'
1.93      raeburn  7729: => 'Current value is',
1.6       bisitz   7730: 
                   7731:    'Interval set to version changes [_1]'
1.93      raeburn  7732: => 'Interval set to version changes [_1]',
1.6       bisitz   7733: 
                   7734:    'Creating a new problem resource.'
1.93      raeburn  7735: => 'Creating a new problem resource.',
1.6       bisitz   7736: 
                   7737:    'Creating a new library resource.'
1.93      raeburn  7738: => 'Creating a new library resource.',
1.6       bisitz   7739: 
                   7740:    'Creating a new survey resource.'
1.93      raeburn  7741: => 'Creating a new survey resource.',
1.6       bisitz   7742: 
                   7743:    'Creating a new task resource.'
1.93      raeburn  7744: => 'Creating a new task resource.',
1.6       bisitz   7745: 
                   7746:    'The requested file [_1] currently does not exist.'
1.93      raeburn  7747: => 'The requested file [_1] currently does not exist.',
1.6       bisitz   7748: 
                   7749:    'To create a new problem, select a template from the list below. Then click on the "Create problem" button.'
1.93      raeburn  7750: => 'To create a new problem, select a template from the list below. Then click on the "Create problem" button.',
1.6       bisitz   7751: 
                   7752:    'To create a new library, select a template from the list below. Then click on the "Create library" button.'
1.93      raeburn  7753: => 'To create a new library, select a template from the list below. Then click on the "Create library" button.',
1.6       bisitz   7754: 
                   7755:    'To create a new survey, select a template from the list below. Then click on the "Create survey" button.'
1.93      raeburn  7756: => 'To create a new survey, select a template from the list below. Then click on the "Create survey" button.',
1.6       bisitz   7757: 
                   7758:    'To create a new task, select a template from the list below. Then click on the "Create task" button.'
1.93      raeburn  7759: => 'To create a new task, select a template from the list below. Then click on the "Create task" button.',
1.6       bisitz   7760: 
                   7761:    'Accessibility Options'
1.93      raeburn  7762: => 'Accessibility Options',
1.6       bisitz   7763: 
                   7764:    'About LON-CAPA'
                   7765: => '关于 LON-CAPA',
                   7766: 
1.81      bisitz   7767:    'Course/Community Catalog'
1.93      raeburn  7768: => '课程目录',
1.6       bisitz   7769: 
                   7770:    '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  7771: => '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   7772: 
                   7773:    'The course has yet to be created.'
1.93      raeburn  7774: => 'The course has yet to be created.',
1.6       bisitz   7775: 
                   7776:    'Automatic enrollment of registered students has not been enabled for the course.'
1.93      raeburn  7777: => 'Automatic enrollment of registered students has not been enabled for the course.',
1.6       bisitz   7778: 
                   7779:    'You are in a section of course for which automatic enrollment in the corresponding LON-CAPA course is not active.'
1.93      raeburn  7780: => 'You are in a section of course for which automatic enrollment in the corresponding LON-CAPA course is not active.',
1.6       bisitz   7781: 
                   7782:    '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  7783: => '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   7784: 
                   7785:    '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  7786: => '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   7787: 
1.83      bisitz   7788:    '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  7789: => '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   7790: 
1.83      bisitz   7791:    '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  7792: => '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   7793: 
                   7794:    'User Authentication'
1.93      raeburn  7795: => 'User Authentication',
1.6       bisitz   7796: 
                   7797:    'Log-in Help'
                   7798: => '登录帮助',
                   7799: 
                   7800:    'Forgot password?'
                   7801: => '忘记密码?',
                   7802: 
                   7803:    'New User?'
                   7804: => '新用户?',
                   7805: 
                   7806:    'Crosslisted'
1.93      raeburn  7807: => 'Crosslisted',
1.6       bisitz   7808: 
                   7809:    'Owner'
1.93      raeburn  7810: => 'Owner',
1.6       bisitz   7811: 
                   7812:    'Code'
1.93      raeburn  7813: => 'Code',
1.6       bisitz   7814: 
                   7815:    'Course listing'
                   7816: => '课程目录',
                   7817: 
                   7818:    'Display information about official [_1] classes for which LON-CAPA courses have been created:'
1.93      raeburn  7819: => 'Display information about official [_1] classes for which LON-CAPA courses have been created:',
1.6       bisitz   7820: 
                   7821:    'help/support'
1.93      raeburn  7822: => 'help/support',
1.6       bisitz   7823: 
                   7824:    'Ask helpdesk'
1.93      raeburn  7825: => 'Ask helpdesk',
1.6       bisitz   7826: 
                   7827:    'Back to last location'
1.93      raeburn  7828: => 'Back to last location',
1.6       bisitz   7829: 
                   7830:    'Note'
1.18      zhu      7831: => '注意',
                   7832: 
                   7833:    'Note:'
                   7834: => '注意:',
1.6       bisitz   7835: 
                   7836:    'Student questions about course content should be directed to the course instructor'
1.93      raeburn  7837: => 'Student questions about course content should be directed to the course instructor',
1.6       bisitz   7838: 
                   7839:    'Submit Request'
1.93      raeburn  7840: => 'Submit Request',
1.6       bisitz   7841: 
                   7842:    'E-mail address'
                   7843: => 'E-Mail 地址',
                   7844: 
                   7845:    'Enter the username you use to log-in to LON-CAPA, and your domain.'
1.93      raeburn  7846: => 'Enter the username you use to log-in to LON-CAPA, and your domain.',
1.6       bisitz   7847: 
                   7848:    'URL of page'
1.18      zhu      7849: => '该页的网址',
1.6       bisitz   7850: 
                   7851:    'Phone'
                   7852: => '电话',
                   7853: 
                   7854:    'Course Details'
1.93      raeburn  7855: => 'Course Details',
1.6       bisitz   7856: 
                   7857:    'Enter institutional course code'
1.93      raeburn  7858: => 'Enter institutional course code',
1.6       bisitz   7859: 
                   7860:    'Enter course title'
1.93      raeburn  7861: => 'Enter course title',
1.6       bisitz   7862: 
                   7863:    'Section Number'
1.93      raeburn  7864: => 'Section Number',
1.6       bisitz   7865: 
                   7866:    'Detailed Description'
1.13      zhu      7867: => '详细说明',
1.6       bisitz   7868: 
                   7869:    'Clear Form'
1.18      zhu      7870: => '重置表',
1.6       bisitz   7871: 
                   7872:    'Material presented in clear way'
1.18      zhu      7873: => '这些材料中提出一个明确的方式',
1.6       bisitz   7874: 
                   7875:    'Material covered with sufficient depth'
1.18      zhu      7876: => '这些材料包括有足够的深度',
1.6       bisitz   7877: 
                   7878:    'Material is helpful'
1.18      zhu      7879: => '这些材料是有用的',
1.6       bisitz   7880: 
                   7881:    'Material appears to be correct'
1.18      zhu      7882: => '这些材料似乎是正确的',
1.6       bisitz   7883: 
                   7884:    'This will only retrieve the resource. If you want to retrieve the metadata, you will need to do that separately.'
1.93      raeburn  7885: => 'This will only retrieve the resource. If you want to retrieve the metadata, you will need to do that separately.',
1.6       bisitz   7886: 
                   7887:    'is in this state due to author settings.'
1.93      raeburn  7888: => 'is in this state due to author settings.',
1.6       bisitz   7889: 
                   7890:    'User Data for'
1.93      raeburn  7891: => 'User Data for',
1.6       bisitz   7892: 
                   7893:    'Email Address'
1.12      zhu      7894: => 'E-Mail地址',
1.6       bisitz   7895: 
                   7896:    'Enroll Student'
1.70      zhu      7897: => '注册学生',
1.6       bisitz   7898: 
                   7899:    'If active, the new role will be available when the student next logs in to LON-CAPA.'
1.93      raeburn  7900: => 'If active, the new role will be available when the student next logs in to LON-CAPA.',
1.6       bisitz   7901: 
                   7902:    'Enroll another student'
1.70      zhu      7903: => '注册另一名学生',
1.6       bisitz   7904: 
                   7905:    'Enroll Another Student'
1.70      zhu      7906: => '注册另一名学生',
1.6       bisitz   7907: 
                   7908:    'start date'
1.10      zhu      7909: => '开始日期',
1.6       bisitz   7910: 
                   7911:    'end date'
1.10      zhu      7912: => '结束日期',
1.6       bisitz   7913: 
                   7914:    'active groups'
1.12      zhu      7915: => '活跃的组',
1.6       bisitz   7916: 
                   7917:    'active group(s)'
1.12      zhu      7918: => '活跃的组',
1.6       bisitz   7919: 
                   7920:    "Select a user name to view the user's personal page."
                   7921: => "选择一个用户名,以查看此用户的个人网页。",
                   7922: 
1.33      bisitz   7923:    'View recent activity by this student'
1.31      bisitz   7924: => '最后处于活动状态的人',
                   7925: 
                   7926:    'View recent activity'
                   7927: => '查看最近活动',
1.6       bisitz   7928: 
1.52      bisitz   7929:    'Recent activity of [_1]'
                   7930: => '最后处于活动状态的 [_1]',
1.6       bisitz   7931: 
                   7932: 
1.33      bisitz   7933:    'Compiling student activity data can take a long time. Your request continues to be processed while results are displayed.'
1.93      raeburn  7934: => 'Compiling student activity data can take a long time. Your request continues to be processed while results are displayed.',
1.6       bisitz   7935: 
                   7936:    'Composing Query'
1.93      raeburn  7937: => 'Composing Query',
1.6       bisitz   7938: 
                   7939:    'Student Activity'
1.93      raeburn  7940: => 'Student Activity',
1.6       bisitz   7941: 
                   7942:    'Waiting up to [_1] seconds for results'
1.93      raeburn  7943: => 'Waiting up to [_1] seconds for results',
1.6       bisitz   7944: 
                   7945:    'Activity data compiled up to [_1]'
1.93      raeburn  7946: => 'Activity data compiled up to [_1]',
1.6       bisitz   7947: 
                   7948:    'While data is processed, periodically reload this page for more recent activity'
1.93      raeburn  7949: => 'While data is processed, periodically reload this page for more recent activity',
1.6       bisitz   7950: 
                   7951:    'Data'
1.93      raeburn  7952: => 'Data',
1.6       bisitz   7953: 
                   7954:    'Resubmit last request to check for newer data'
1.93      raeburn  7955: => 'Resubmit last request to check for newer data',
1.6       bisitz   7956: 
                   7957:    'View Classlist'
1.93      raeburn  7958: => 'View Classlist',
1.6       bisitz   7959: 
                   7960:    'Count'
1.93      raeburn  7961: => 'Count',
1.6       bisitz   7962: 
                   7963:    'Modifying authentication:'
1.98      bisitz   7964: => 'Modifying authentication:',
1.6       bisitz   7965: 
                   7966:    'Modify User Privileges'
1.93      raeburn  7967: => 'Modify User Privileges',
1.6       bisitz   7968: 
                   7969:    'Insert:'
1.93      raeburn  7970: => 'Insert:',
1.6       bisitz   7971: 
                   7972:    'Delete?'
1.93      raeburn  7973: => 'Delete?',
1.6       bisitz   7974: 
                   7975:    'Randomize Foil Order:'
1.93      raeburn  7976: => 'Randomize Foil Order:',
1.6       bisitz   7977: 
                   7978:    'Use template:'
1.93      raeburn  7979: => 'Use template:',
1.6       bisitz   7980: 
                   7981:    'Display Direction'
1.93      raeburn  7982: => 'Display Direction',
1.6       bisitz   7983: 
                   7984:    'vertical'
1.93      raeburn  7985: => 'vertical',
1.6       bisitz   7986: 
                   7987:    'horizontal'
                   7988: => 'horizontal',
                   7989: 
                   7990:    'Script'
1.93      raeburn  7991: => 'Script', # n.t.
1.6       bisitz   7992: 
                   7993:    'Problem Editing'
1.12      zhu      7994: => '问题编辑',
1.6       bisitz   7995: 
                   7996:    'Hint'
1.12      zhu      7997: => '提示', # n.t.
1.6       bisitz   7998: 
                   7999:    'Show hint even if problem Correct:'
1.93      raeburn  8000: => 'Show hint even if problem Correct:',
1.6       bisitz   8001: 
                   8002:    'Single Line Text Entry Area'
1.93      raeburn  8003: => 'Single Line Text Entry Area', # n.t.
1.6       bisitz   8004: 
                   8005:    'Parameters for a response'
1.93      raeburn  8006: => 'Parameters for a response', # n.t.
1.6       bisitz   8007: 
                   8008:    'Problem Part'
1.27      zhu      8009: => '问题部分', # n.t.
1.6       bisitz   8010: 
                   8011:    'Part ID:'
1.27      zhu      8012: => '问题部分编号:',
1.6       bisitz   8013: 
                   8014:    'Displayed Part Description:'
1.93      raeburn  8015: => 'Displayed Part Description:',
1.6       bisitz   8016: 
                   8017:    'Readonly:'
1.93      raeburn  8018: => 'Readonly:', # n.t.
1.6       bisitz   8019: 
                   8020:    'Response: Numerical'
1.93      raeburn  8021: => 'Response: Numerical', # n.t.
1.6       bisitz   8022: 
                   8023:    'random'
1.93      raeburn  8024: => 'random',
1.6       bisitz   8025: 
                   8026:    'top'
1.93      raeburn  8027: => 'top',
1.6       bisitz   8028: 
                   8029:    'bottom'
1.93      raeburn  8030: => 'bottom',
1.6       bisitz   8031: 
                   8032:    'Add new Option:'
1.93      raeburn  8033: => 'Add new Option:',
1.6       bisitz   8034: 
                   8035:    'Delete an Option:'
1.93      raeburn  8036: => 'Delete an Option:', # n.t.
1.6       bisitz   8037: 
                   8038:    'Print options:'
1.93      raeburn  8039: => 'Print options:',
1.6       bisitz   8040: 
                   8041:    "Don't show option list"
1.93      raeburn  8042: => "Don't show option list", # n.t.
1.6       bisitz   8043: 
                   8044:    'Display of options when printed'
1.93      raeburn  8045: => 'Display of options when printed',
1.6       bisitz   8046: 
                   8047:    'Normal list'
1.93      raeburn  8048: => 'Normal list',
1.6       bisitz   8049: 
                   8050:    'Listed in vertical column'
1.93      raeburn  8051: => 'Listed in vertical column',
1.6       bisitz   8052: 
                   8053:    'Multiple Option Response Question'
1.93      raeburn  8054: => 'Multiple Option Response Question',
1.6       bisitz   8055: 
                   8056:    'Select Options'
1.93      raeburn  8057: => 'Select Options', # n.t.
1.6       bisitz   8058: 
                   8059:    'Image'
1.93      raeburn  8060: => 'Image', # n.t.
1.6       bisitz   8061: 
                   8062:    'Image Url:'
1.93      raeburn  8063: => 'Image Url:',
1.6       bisitz   8064: 
                   8065:    'width (pixel):'
1.93      raeburn  8066: => 'width (pixel):',
1.6       bisitz   8067: 
                   8068:    'height (pixel):'
1.93      raeburn  8069: => 'height (pixel):',
1.6       bisitz   8070: 
                   8071:    'Alignment:'
1.93      raeburn  8072: => 'Alignment:', # n.t.
1.6       bisitz   8073: 
                   8074:    'Encrypt URL:'
1.93      raeburn  8075: => 'Encrypt URL:', # n.t.
1.6       bisitz   8076: 
                   8077:    'no'
1.93      raeburn  8078: => 'no',
1.6       bisitz   8079: 
                   8080:    'Location:'
1.93      raeburn  8081: => 'Location:', # n.t.
1.6       bisitz   8082: 
                   8083:    'Randomly labeled image'
1.93      raeburn  8084: => 'Randomly labeled image', # n.t.
1.6       bisitz   8085: 
                   8086:    'Response: Click on Image'
1.93      raeburn  8087: => 'Response: Click on Image', # n.t.
1.6       bisitz   8088: 
                   8089:    'Collection of Imageresponse foils'
1.93      raeburn  8090: => 'Collection of Imageresponse foils', # n.t.
1.6       bisitz   8091: 
                   8092:    'Image response foil'
1.93      raeburn  8093: => 'Image response foil', # n.t.
1.6       bisitz   8094: 
                   8095:    'Enter Coordinates' # n.t.
1.93      raeburn  8096: => 'Enter Coordinates',
1.6       bisitz   8097: 
                   8098:    'Rectangle'
1.93      raeburn  8099: => 'Rectangle', # n.t.
1.6       bisitz   8100: 
                   8101:    'Coordinate Pairs'
1.93      raeburn  8102: => 'Coordinate Pairs',
1.6       bisitz   8103: 
                   8104:    'Polygon'
                   8105: => 'Polygon',
                   8106: 
                   8107:    'Coordinate list'
1.93      raeburn  8108: => 'Coordinate list', # n.t.
1.6       bisitz   8109: 
                   8110:    'Create Polygon Data'
1.93      raeburn  8111: => 'Create Polygon Data', # n.t.
1.6       bisitz   8112: 
                   8113:    'Task Description'
1.13      zhu      8114: => '问题描述', # n.t.
1.6       bisitz   8115: 
                   8116:    'Clickable Image'
1.93      raeburn  8117: => 'Clickable Image', # n.t.
1.6       bisitz   8118: 
                   8119:    'Image Source File'
1.93      raeburn  8120: => 'Image Source File', # n.t.
1.6       bisitz   8121: 
                   8122:    'Select Position on Image'
1.93      raeburn  8123: => 'Select Position on Image',
1.6       bisitz   8124: 
                   8125:    'Select First Coordinate on Image'
1.93      raeburn  8126: => 'Select First Coordinate on Image',
1.6       bisitz   8127: 
                   8128:    'Select Second Coordinate on Image'
1.93      raeburn  8129: => 'Select Second Coordinate on Image',
1.6       bisitz   8130: 
                   8131:    'Select Finish to save selection'
1.93      raeburn  8132: => 'Select Finish to save selection',
1.6       bisitz   8133: 
                   8134:    'Enter Coordinate or click finish to close Polygon'
1.93      raeburn  8135: => 'Enter Coordinate or click finish to close Polygon',
1.6       bisitz   8136: 
                   8137:    'Click to select a Coordinate or click Finish to save current selection'
1.93      raeburn  8138: => 'Click to select a Coordinate or click Finish to save current selection',
1.6       bisitz   8139: 
                   8140:    'New Name'
1.93      raeburn  8141: => 'New Name',
1.6       bisitz   8142: 
                   8143:    'Make Obsolete'
1.93      raeburn  8144: => 'Make Obsolete',
1.6       bisitz   8145: 
                   8146:    'Set Margins'
1.93      raeburn  8147: => 'Set Margins',
1.6       bisitz   8148: 
                   8149:    'How should each column be formatted?'
1.93      raeburn  8150: => 'How should each column be formatted?', # n.t.
1.6       bisitz   8151: 
                   8152:    'Width:'
1.26      zhu      8153: => '宽:', # n.t.
1.6       bisitz   8154: 
                   8155:    'Height:'
1.26      zhu      8156: => '高:', # n.t.
1.6       bisitz   8157: 
                   8158:    'Left Margin:'
1.93      raeburn  8159: => 'Left Margin:', # n.t.
1.6       bisitz   8160: 
                   8161:    'Username and/or password could not be authenticated.'
1.9       zhu      8162: => '用户名和(或)密码无法验证。',
1.6       bisitz   8163: 
                   8164:    'Please check the username and password.'
1.9       zhu      8165: => '请检查您的用户名和密码。',
1.6       bisitz   8166: 
                   8167:    'Try again'
1.9       zhu      8168: => '再试一次',
1.6       bisitz   8169: 
                   8170:    'Information needed to verify your login information is missing, inaccessible or expired.'
1.9       zhu      8171: => '验证您的登录的信息丢失,无法进入或已经过期。',
1.6       bisitz   8172: 
                   8173:    'Sending'
1.56      zhu      8174: => '发送中',
1.6       bisitz   8175: 
                   8176:    'Completed.'
1.56      zhu      8177: => '邮件已发送。',
1.6       bisitz   8178: 
                   8179:    'Messages being sent.'
1.55      zhu      8180: => '邮件被发送。',
1.6       bisitz   8181: 
                   8182:    'Assigning'
1.93      raeburn  8183: => 'Assigning',
1.6       bisitz   8184: 
                   8185:    'ending'
1.93      raeburn  8186: => 'ending',
1.6       bisitz   8187: 
                   8188:    'Assistant Co-Author'
1.93      raeburn  8189: => 'Assistant Co-Author',
1.6       bisitz   8190: 
                   8191:    'Metadata for [_1]'
1.93      raeburn  8192: => 'Metadata for [_1]',
1.6       bisitz   8193: 
                   8194:    'There are [_1] matches to your query.'
1.18      zhu      8195: => '有 [_1] 匹配您的查询。',
1.6       bisitz   8196: 
1.71      bisitz   8197:    'There were no results matching your query.'
1.93      raeburn  8198: => 'There were no results matching your query.',
1.71      bisitz   8199: 
1.6       bisitz   8200:    'Revise search'
1.18      zhu      8201: => '修改搜寻',
1.6       bisitz   8202: 
1.71      bisitz   8203:    'Internal Error - Bad view selected.'
1.93      raeburn  8204: => 'Internal Error - Bad view selected.',
1.71      bisitz   8205: 
                   8206:    'Unable to save import results.'
1.93      raeburn  8207: => 'Unable to save import results.',
1.71      bisitz   8208: 
                   8209:    'A MySQL error has occurred.'
1.93      raeburn  8210: => 'A MySQL error has occurred.',
1.71      bisitz   8211: 
1.6       bisitz   8212:    'Number of accesses'
1.93      raeburn  8213: => 'Number of accesses',
1.6       bisitz   8214: 
                   8215:    'Ascending'
1.18      zhu      8216: => '上升的',
1.6       bisitz   8217: 
                   8218:    'Descending'
1.18      zhu      8219: => '下降的',
1.6       bisitz   8220: 
                   8221:    'Students Attempting'
1.93      raeburn  8222: => 'Students Attempting', # ??? [SB 2007-07-03]
1.6       bisitz   8223: 
                   8224:    'Average Number of Tries'
1.93      raeburn  8225: => 'Average Number of Tries',
1.6       bisitz   8226: 
                   8227:    'Mean Degree of Difficulty'
1.93      raeburn  8228: => 'Mean Degree of Difficulty',
1.6       bisitz   8229: 
                   8230:    'Mean Degree of Discrimination'
1.93      raeburn  8231: => 'Mean Degree of Discrimination',
1.6       bisitz   8232: 
                   8233:    'Evaluation: Clear'
1.93      raeburn  8234: => 'Evaluation: Clear',
1.6       bisitz   8235: 
                   8236:    'Evaluation: Technically Correct'
1.93      raeburn  8237: => 'Evaluation: Technically Correct',
1.6       bisitz   8238: 
                   8239:    'Evaluation: Material is Correct'
1.93      raeburn  8240: => 'Evaluation: Material is Correct',
1.6       bisitz   8241: 
                   8242:    'Evaluation: Material is Helpful'
1.93      raeburn  8243: => 'Evaluation: Material is Helpful',
1.6       bisitz   8244: 
                   8245:    'Evaluation: Material has Depth'
1.93      raeburn  8246: => 'Evaluation: Material has Depth',
1.6       bisitz   8247: 
                   8248:    'Prev'
1.18      zhu      8249: => '上一个',
1.6       bisitz   8250: 
                   8251:    'Reload'
1.18      zhu      8252: => '重新加载',
1.6       bisitz   8253: 
                   8254:    'Results [_1] to [_2] out of [_3]'
1.18      zhu      8255: => '结果 [_1] 至 [_2] 的 [_3]',
1.6       bisitz   8256: 
1.80      bisitz   8257:    'Unactionable Search Query'
1.18      zhu      8258: => '查询被否决',
1.6       bisitz   8259: 
                   8260:    'Revise Search Request'
1.18      zhu      8261: => '修改搜索请求',
1.6       bisitz   8262: 
                   8263:    'LON-CAPA Access Control'
1.18      zhu      8264: => 'LON-CAPA 访问控制',
1.6       bisitz   8265: 
                   8266:    'Access  : '
1.18      zhu      8267: => '访问  : ',
1.6       bisitz   8268: 
                   8269:    'Resource: '
1.18      zhu      8270: => '资源: ',
1.6       bisitz   8271: 
                   8272:    'Action  : '
1.93      raeburn  8273: => 'Action  : ',
1.6       bisitz   8274: 
                   8275:    'You have modified your course recently, [_1] may fix this access problem.'
1.93      raeburn  8276: => 'You have modified your course recently, [_1] may fix this access problem.',
1.6       bisitz   8277: 
                   8278:    'Published on ...'
1.93      raeburn  8279: => 'Published on ...',
1.6       bisitz   8280: 
                   8281:    'Currently published version'
1.93      raeburn  8282: => 'Currently published version',
1.6       bisitz   8283: 
                   8284:    'Edit Metadata'
1.93      raeburn  8285: => 'Edit Metadata',
1.6       bisitz   8286: 
                   8287:    'Cleanup XML Document'
1.93      raeburn  8288: => 'Cleanup XML Document',
1.6       bisitz   8289: 
                   8290:    'Select actions to attempt:'
1.12      zhu      8291: => '选择所需的行动:',
1.6       bisitz   8292: 
                   8293:    'Linefeeds, formfeeds, and carriage returns'
1.93      raeburn  8294: => 'Linefeeds, formfeeds, and carriage returns',
1.6       bisitz   8295: 
                   8296:    'Empty tags'
1.93      raeburn  8297: => 'Empty tags',
1.6       bisitz   8298: 
                   8299:    'Lower casing'
1.93      raeburn  8300: => 'Lower casing',
1.6       bisitz   8301: 
                   8302:    'Symbol font'
1.93      raeburn  8303: => 'Symbol font', # ??? [SB 2007-07-03]
1.6       bisitz   8304: 
                   8305:    'Cleanup'
1.93      raeburn  8306: => 'Cleanup',
1.6       bisitz   8307: 
                   8308:    'Back to Source File'
1.93      raeburn  8309: => 'Back to Source File',
1.6       bisitz   8310: 
                   8311:    'Hypertext Cascading Style Sheet'
1.93      raeburn  8312: => 'Hypertext Cascading Style Sheet',
1.6       bisitz   8313: 
                   8314:    'Online Survey'
1.93      raeburn  8315: => 'Online Survey',
1.6       bisitz   8316: 
                   8317:    'Unable to find [_1]'
1.93      raeburn  8318: => 'Unable to find [_1]',
1.6       bisitz   8319: 
                   8320:    'Post Server Announcements'
1.93      raeburn  8321: => 'Post Server Announcements',
1.6       bisitz   8322: 
                   8323:    'Post announcements to the system login and roles screen'
1.93      raeburn  8324: => 'Post announcements to the system login and roles screen',
1.6       bisitz   8325: 
                   8326:    '(leave blank to delete announcement)'
1.100   ! raeburn  8327: => '(leave blank to delete announcement)',
1.6       bisitz   8328: 
                   8329:    'Check machines:'
1.93      raeburn  8330: => 'Check machines:',
1.6       bisitz   8331: 
                   8332:    'Current Announcement'
1.93      raeburn  8333: => 'Current Announcement',
1.6       bisitz   8334: 
                   8335:    'Calendar'
                   8336: => '日历',
                   8337: 
                   8338:    'Download your Calendar as iCalendar File'
1.9       zhu      8339: => '下载您的日历',
1.6       bisitz   8340: 
                   8341:    'No calendar available for this date.'
1.9       zhu      8342: => '没有日历用于此日期。',
1.6       bisitz   8343: 
                   8344:    'Posting [_1]'
1.93      raeburn  8345: => 'Posting [_1]',
1.6       bisitz   8346: 
1.74      bisitz   8347:    'This LON-CAPA server is version [_1]'
1.10      zhu      8348: => '这里是 LON-CAPA [_1]',
1.6       bisitz   8349: 
1.74      bisitz   8350:    'Only changes made from servers running LON-CAPA [_1] or later are displayed.'
1.93      raeburn  8351: => 'Only changes made from servers running LON-CAPA [_1] or later are displayed.',
1.74      bisitz   8352: 
1.6       bisitz   8353:    'Edit Answer'
1.93      raeburn  8354: => 'Edit Answer',
1.6       bisitz   8355: 
                   8356:    'Date/Time'
1.9       zhu      8357: => '日期/时间',
1.6       bisitz   8358: 
                   8359:    'Threshold Name'
1.93      raeburn  8360: => 'Threshold Name',
1.6       bisitz   8361: 
                   8362:    'Current value'
1.93      raeburn  8363: => 'Current value',
1.6       bisitz   8364: 
                   8365:    'Change?'
1.9       zhu      8366: => '改变?',
1.6       bisitz   8367: 
                   8368:    'Make changes'
1.9       zhu      8369: => '保存',
1.6       bisitz   8370: 
                   8371:    'Change thresholds'
1.93      raeburn  8372: => 'Change thresholds',
1.6       bisitz   8373: 
                   8374:    'Picture Conversion Status'
1.93      raeburn  8375: => 'Picture Conversion Status',
1.6       bisitz   8376: 
                   8377:    'Class Print Status'
1.93      raeburn  8378: => 'Class Print Status',
1.6       bisitz   8379: 
                   8380:    'Removing error messages:'
1.93      raeburn  8381: => 'Removing error messages:',
1.6       bisitz   8382: 
1.32      bisitz   8383:    'Invalid target directory, FAIL'
1.93      raeburn  8384: => 'Invalid target directory, FAIL',
1.32      bisitz   8385: 
1.6       bisitz   8386:    'Creating old version [_1]'
1.93      raeburn  8387: => 'Creating old version [_1]',
1.6       bisitz   8388: 
                   8389:    'Initial version'
1.93      raeburn  8390: => 'Initial version',
1.6       bisitz   8391: 
                   8392:    'Press "Generate Statistics" when you are ready.'
1.93      raeburn  8393: => 'Press "Generate Statistics" when you are ready.',
1.6       bisitz   8394: 
                   8395:    '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  8396: => '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   8397: 
                   8398:    'A course-wide error occurred.'
1.93      raeburn  8399: => 'A course-wide error occurred.',
1.6       bisitz   8400: 
                   8401:    'none'
1.70      zhu      8402: => '没有',
1.6       bisitz   8403: 
                   8404:    'Prepare Report'
1.70      zhu      8405: => '编写报告',
1.6       bisitz   8406: 
1.48      bisitz   8407:    'Show problem'
                   8408: => '提示显示',
1.6       bisitz   8409: 
1.48      bisitz   8410:    'Show correct answers'
1.93      raeburn  8411: => 'Show correct answers',
1.6       bisitz   8412: 
1.48      bisitz   8413:    'Show all submissions'
1.93      raeburn  8414: => 'Show all submissions',
1.6       bisitz   8415: 
1.48      bisitz   8416:    'Show problem grading'
1.93      raeburn  8417: => 'Show problem grading',
1.6       bisitz   8418: 
1.92      raeburn  8419:    'Computing correct answers greatly increases the amount of time required to prepare a report.'
1.93      raeburn  8420: => 'Computing correct answers greatly increases the amount of time required to prepare a report.',
1.6       bisitz   8421: 
                   8422:    'Please select problems and use the [_1]Prepare Report[_2] button to continue.'
1.93      raeburn  8423: => 'Please select problems and use the [_1]Prepare Report[_2] button to continue.',
1.6       bisitz   8424: 
                   8425:    'Please select a Survey to analyze'
1.93      raeburn  8426: => 'Please select a Survey to analyze',
1.6       bisitz   8427: 
                   8428:    'There are no survey problems in this course.'
1.93      raeburn  8429: => 'There are no survey problems in this course.',
1.6       bisitz   8430: 
                   8431:    'Generate Survey Report'
1.93      raeburn  8432: => 'Generate Survey Report',
1.6       bisitz   8433: 
                   8434:    'Building text document.'
1.93      raeburn  8435: => 'Building text document.',
1.6       bisitz   8436: 
                   8437:    'Generated on [_1]'
1.93      raeburn  8438: => 'Generated on [_1]',
1.6       bisitz   8439: 
                   8440:    'Your text file'
1.93      raeburn  8441: => 'Your text file',
1.6       bisitz   8442: 
                   8443:    'Done compiling text file. See link below to download.'
1.93      raeburn  8444: => 'Done compiling text file. See link below to download.',
1.6       bisitz   8445: 
                   8446:    'There is no essay or string response data to output for this survey.'
1.93      raeburn  8447: => 'There is no essay or string response data to output for this survey.',
1.6       bisitz   8448: 
                   8449:    'Building spreadsheet.'
1.18      zhu      8450: => '生成电子表格。',
1.6       bisitz   8451: 
                   8452:    '[_1]:[_2] responses to [_3] may be too long to fit Excel spreadsheet.'
1.98      bisitz   8453: => '[_1]:[_2] responses to [_3] may be too long to fit Excel spreadsheet.',
1.6       bisitz   8454: 
                   8455:    'Done compiling spreadsheet. See link below to download.'
1.93      raeburn  8456: => 'Done compiling spreadsheet. See link below to download.',
1.6       bisitz   8457: 
                   8458:    'Make a sequence selection from the "Sequences and Folders" menu and hit "Create Plot" to begin'
1.93      raeburn  8459: => 'Make a sequence selection from the "Sequences and Folders" menu and hit "Create Plot" to begin',
1.6       bisitz   8460: 
                   8461:    'Create Plot'
1.93      raeburn  8462: => 'Create Plot',
1.6       bisitz   8463: 
                   8464:    'Start Time:'
1.93      raeburn  8465: => 'Start Time:',
1.6       bisitz   8466: 
                   8467:    'End Time:'
1.93      raeburn  8468: => 'End Time:',
1.6       bisitz   8469: 
                   8470:    'Sender'
1.27      zhu      8471: => '寄件人',
1.6       bisitz   8472: 
                   8473:    'Number'
1.93      raeburn  8474: => 'Number',
1.6       bisitz   8475: 
                   8476:    'Upload Classlist'
1.93      raeburn  8477: => 'Upload Classlist',
1.6       bisitz   8478: 
                   8479:    'Semicolon separated values'
1.27      zhu      8480: => '以分号分隔',
1.6       bisitz   8481: 
                   8482:    'Show Log'
                   8483: => '查看日志',
                   8484: 
                   8485:    'Course Document Change Log'
1.93      raeburn  8486: => 'Course Document Change Log',
1.6       bisitz   8487: 
                   8488:    'Records'
1.93      raeburn  8489: => 'Records',
1.6       bisitz   8490: 
                   8491:    'Before'
                   8492: => '以前',
                   8493: 
                   8494:    'After'
                   8495: => '以后',
                   8496: 
                   8497:    'Current folder/page'
1.10      zhu      8498: => '当前文件夹/页',
1.6       bisitz   8499: 
                   8500:    'Containing phrase'
1.10      zhu      8501: => '含有短语',
1.6       bisitz   8502: 
                   8503:    'None'
1.10      zhu      8504: => '没有',
1.6       bisitz   8505: 
                   8506:    'Users'
                   8507: => '用户',
                   8508: 
                   8509:    'Include parameter types'
1.93      raeburn  8510: => 'Include parameter types',
1.6       bisitz   8511: 
                   8512:    'Parameter Change Log'
1.93      raeburn  8513: => 'Parameter Change Log',
1.6       bisitz   8514: 
                   8515:    'Announce'
1.93      raeburn  8516: => 'Announce',
1.6       bisitz   8517: 
                   8518:    'Not active anymore'
1.93      raeburn  8519: => 'Not active anymore',
1.6       bisitz   8520: 
                   8521:    'Add to Course Announcements'
1.93      raeburn  8522: => 'Add to Course Announcements',
1.6       bisitz   8523: 
                   8524:    'Username : Domain'
1.26      zhu      8525: => '用户名:域',
1.6       bisitz   8526: 
                   8527:    'Active'
1.26      zhu      8528: => '活跃的',
1.6       bisitz   8529: 
                   8530:    'Expired'
1.93      raeburn  8531: => 'Expired',
1.6       bisitz   8532: 
                   8533:    'Future'
1.93      raeburn  8534: => 'Future',
1.6       bisitz   8535: 
                   8536:    'Sort by realm first, then student (group/section)'
1.93      raeburn  8537: => 'Sort by realm first, then student (group/section)',
1.6       bisitz   8538: 
                   8539:    'Sort by student (group/section) first, then realm'
1.93      raeburn  8540: => 'Sort by student (group/section) first, then realm',
1.6       bisitz   8541: 
                   8542:    'Shift all dates based on this date'
1.93      raeburn  8543: => 'Shift all dates based on this date',
1.6       bisitz   8544: 
                   8545:    'Overview Mode'
1.27      zhu      8546: => '概况模式',
1.6       bisitz   8547: 
                   8548:    'Overview'
1.27      zhu      8549: => '概况',
1.6       bisitz   8550: 
                   8551:    'Set Parameters'
1.27      zhu      8552: => '参数设置',
1.6       bisitz   8553: 
                   8554:    'Parts'
1.27      zhu      8555: => '部分',
1.6       bisitz   8556: 
                   8557:    'Section(s)'
1.70      zhu      8558: => '章节(en)',
1.6       bisitz   8559: 
                   8560:    'Group(s)'
1.12      zhu      8561: => '组',
1.6       bisitz   8562: 
                   8563:    'Parameter Selection'
1.70      zhu      8564: => '参数选择',
1.6       bisitz   8565: 
                   8566:    'Add Selection for...'
1.93      raeburn  8567: => 'Add Selection for...',
1.6       bisitz   8568: 
                   8569:    'Select Common Only'
1.98      bisitz   8570: => 'Select Common Only',
1.6       bisitz   8571: 
                   8572:    'Problem Dates'
1.93      raeburn  8573: => 'Problem Dates',
1.6       bisitz   8574: 
                   8575:    'Content Dates'
1.93      raeburn  8576: => 'Content Dates',
1.6       bisitz   8577: 
                   8578:    'Discussion Settings'
1.93      raeburn  8579: => 'Discussion Settings',
1.6       bisitz   8580: 
                   8581:    'Visibilities'
1.70      zhu      8582: => '可见的',
1.6       bisitz   8583: 
                   8584:    'Part Parameters'
1.27      zhu      8585: => '部分参数',
1.6       bisitz   8586: 
                   8587:    'For User [_1] or Student/Employee ID [_2] at Domain [_3]'
1.27      zhu      8588: => '对于用户 [_1] 或学生/员工编号 [_2] 在域 [_3]',
1.6       bisitz   8589: 
                   8590:    'Group Files'
                   8591: => '编组文件',
                   8592: 
                   8593:    "Enter user:domain for User's 'About Me' Page"
1.93      raeburn  8594: => "Enter user:domain for User's 'About Me' Page",
1.6       bisitz   8595: 
                   8596:    'No map selected.'
1.93      raeburn  8597: => 'No map selected.',
1.6       bisitz   8598: 
                   8599:    'Most Recent:'
1.70      zhu      8600: => '最新:', # n.t.
1.6       bisitz   8601: 
                   8602:    'In Course:'
1.70      zhu      8603: => '课程:', # n.t.
1.6       bisitz   8604: 
                   8605:    'Use:'
1.70      zhu      8606: => '使用:', # n.t.
1.6       bisitz   8607: 
                   8608:    'Search LON-CAPA help'
1.70      zhu      8609: => '搜索 LON-CAPA 帮助',
1.6       bisitz   8610: 
                   8611:    'Before course enrollment start!'
1.93      raeburn  8612: => 'Before course enrollment start!',
1.6       bisitz   8613: 
                   8614:    'After course enrollment end!'
1.93      raeburn  8615: => 'After course enrollment end!',
1.6       bisitz   8616: 
                   8617:    'in the past'
1.27      zhu      8618: => '在过去',
1.6       bisitz   8619: 
                   8620:    'in the future'
1.27      zhu      8621: => '在将来',
1.6       bisitz   8622: 
                   8623:    'Choose'
1.98      bisitz   8624: => 'Choose',
1.6       bisitz   8625: 
                   8626:    'Title:'
1.27      zhu      8627: => '标题:',
1.6       bisitz   8628: 
                   8629:    'URL:'
                   8630: => 'URL:',
                   8631: 
                   8632:    'Course, Portfolio and Catalog Search'
1.36      zhu      8633: => '目录搜索,组合搜索和课程搜索',
1.6       bisitz   8634: 
                   8635:    'ERROR:'
1.36      zhu      8636: => '错误:',
1.6       bisitz   8637: 
                   8638:    'occurred while running'
1.93      raeburn  8639: => 'occurred while running', # n.t.
1.6       bisitz   8640: 
                   8641:    '(click for example)'
1.98      bisitz   8642: => '(click for example)',
1.6       bisitz   8643: 
                   8644:    'click for example'
1.93      raeburn  8645: => 'click for example',
1.6       bisitz   8646: 
                   8647:    'Re-Enable'
1.70      zhu      8648: => '重新启用',
1.6       bisitz   8649: 
                   8650:    'Script Functions'
1.93      raeburn  8651: => 'Script Functions',
1.6       bisitz   8652: 
                   8653:    'Image Options'
1.70      zhu      8654: => '图像选项', # n.t.
1.6       bisitz   8655: 
                   8656:    'left'
1.27      zhu      8657: => '左边',
1.6       bisitz   8658: 
                   8659:    'right'
1.27      zhu      8660: => '右边',
1.6       bisitz   8661: 
                   8662:    'TeXwidth (mm):'
1.26      zhu      8663: => 'TeX-宽 (mm):',
1.6       bisitz   8664: 
                   8665:    'TeXheight (mm):'
1.26      zhu      8666: => 'TeX-高 (mm):',
1.6       bisitz   8667: 
                   8668:    'TeXwrap:'
1.93      raeburn  8669: => 'TeXwrap:', # n.t., ??? [SB 2007-07-11]
1.6       bisitz   8670: 
                   8671:    'Sorry!'
1.12      zhu      8672: => '对不起...',
1.6       bisitz   8673: 
                   8674:    'Resource not available.'
1.93      raeburn  8675: => 'Resource not available.', # n.t.
1.6       bisitz   8676: 
1.88      bisitz   8677:    'File Type'
1.93      raeburn  8678: => 'File Type',
1.6       bisitz   8679: 
                   8680:    'Output of decompress:'
1.93      raeburn  8681: => 'Output of decompress:',
1.6       bisitz   8682: 
                   8683:    'Decompress complete.'
1.93      raeburn  8684: => 'Decompress complete.',
1.6       bisitz   8685: 
                   8686:    'Archive:'
1.70      zhu      8687: => '存档:',
1.6       bisitz   8688: 
                   8689:    'inflating:'
1.93      raeburn  8690: => 'inflating:',
1.6       bisitz   8691: 
                   8692:    'Incorrect:'
1.18      zhu      8693: => '错误:',
1.6       bisitz   8694: 
                   8695:    'Correct:'
1.18      zhu      8696: => '正确:',
1.6       bisitz   8697: 
                   8698:    'Correct'
1.18      zhu      8699: => '正确',
1.6       bisitz   8700: 
                   8701:    'Pick course first'
1.12      zhu      8702: => '只能选择课程',
1.6       bisitz   8703: 
                   8704:    'User Information Changed'
1.12      zhu      8705: => '用户信息变更',
1.6       bisitz   8706: 
                   8707:    'Changed To'
1.70      zhu      8708: => '改为',
1.6       bisitz   8709: 
                   8710:    'disk space allocated to portfolio files'
1.93      raeburn  8711: => 'disk space allocated to portfolio files',
1.6       bisitz   8712: 
                   8713:    'You have new messages'
1.93      raeburn  8714: => 'You have new messages',
1.6       bisitz   8715: 
                   8716:    'Destination folder'
1.55      zhu      8717: => '目的文件夹',
1.6       bisitz   8718: 
                   8719:    'Mark Read'
1.12      zhu      8720: => '标记为已读',
1.6       bisitz   8721: 
                   8722:    'Move to Folder ->'
1.12      zhu      8723: => '移至文件夹 ->',
1.6       bisitz   8724: 
1.55      zhu      8725:    'Register Response Devices (&quot;Clickers&quot;)'
1.64      zhu      8726: => '注册应答设备 (&quot;Clickers&quot;)',
1.6       bisitz   8727: 
                   8728:    'Enter response device ("clicker") numbers'
1.64      zhu      8729: => '输入应答设备(&quot;Clickers&quot;)的号码',
1.6       bisitz   8730: 
                   8731:    'Locating your clicker ID'
1.18      zhu      8732: => '定位您的应答设备编号',
1.6       bisitz   8733: 
                   8734:    'Register Clicker'
1.18      zhu      8735: => '注册应答设备',
1.6       bisitz   8736: 
                   8737:    'Register'
1.18      zhu      8738: => '注册',
1.6       bisitz   8739: 
                   8740:    'New Link'
1.13      zhu      8741: => '新的书签', # n.t.
1.6       bisitz   8742: 
                   8743:    'Refresh'
1.13      zhu      8744: => '更新', # n.t.
1.6       bisitz   8745: 
1.73      bisitz   8746:    'Custom metadata [_1]'
                   8747: => '自定义元数据 [_1]',
1.6       bisitz   8748: 
                   8749:    'Question/Comment/Feedback about course content'
1.18      zhu      8750: => '课程内容的问题/评论/反馈',
1.6       bisitz   8751: 
                   8752:    'User modify/custom role edit'
1.70      zhu      8753: => '用户帐户和权限管理',
1.6       bisitz   8754: 
                   8755:    'User Search'
1.70      zhu      8756: => '用户搜索',
1.6       bisitz   8757: 
                   8758:    'to add/modify roles'
1.70      zhu      8759: => ', 添加/修改角色',
1.6       bisitz   8760: 
                   8761:    'is'
1.70      zhu      8762: => '是',
1.6       bisitz   8763: 
                   8764:    'contains'
1.70      zhu      8765: => '包括',
1.6       bisitz   8766: 
                   8767:    'in this domain'
1.70      zhu      8768: => '在该域',
1.6       bisitz   8769: 
                   8770:    'in institutional directory'
1.70      zhu      8771: => '在研究所目录',
1.6       bisitz   8772: 
                   8773:    'Domain/institution to search'
1.93      raeburn  8774: => 'Domain/institution to search',
1.6       bisitz   8775: 
                   8776:    'Directory search has not been configured for domain: [_1]'
1.70      zhu      8777: => '目录搜索,在还没有被配置的域:[_1]',
1.6       bisitz   8778: 
                   8779:    'permanent e-mail'
1.70      zhu      8780: => '永久电子邮件',
1.6       bisitz   8781: 
                   8782:    'Set user role'
1.70      zhu      8783: => '设置用户角色',
1.6       bisitz   8784: 
                   8785:    'No exact match found for this username ([_1]) in this domain.'
1.70      zhu      8786: => '对该用户名([_1])在这个领域中没有找到完全匹配的。',
1.6       bisitz   8787: 
                   8788:    'No match found for this username ([_1]) in this domain.'
1.70      zhu      8789: => '对该用户名([_1])在这个领域中没有找到相应的。',
1.6       bisitz   8790: 
                   8791:    'Make new user "[_1]"'
1.70      zhu      8792: => '新用户 "[_1]"',
1.6       bisitz   8793: 
1.84      bisitz   8794:    'Course Editor'
1.6       bisitz   8795: => '编辑课程',
                   8796: 
1.84      bisitz   8797:    'Community Editor'
1.93      raeburn  8798: => 'Community Editor',
1.84      bisitz   8799: 
1.6       bisitz   8800:    'Choose which items you wish to export from your Course.'
1.70      zhu      8801: => '选择您要从课程中导出的项目。',
1.6       bisitz   8802: 
                   8803:    'Content items'
1.70      zhu      8804: => '内容项目',
1.6       bisitz   8805: 
                   8806:    'Discussion posts'
1.70      zhu      8807: => '讨论文章',
1.6       bisitz   8808: 
                   8809:    'Download the zip file from'
1.70      zhu      8810: => '下载zip档案从:',
1.6       bisitz   8811: 
                   8812:    'IMS course archive'
1.70      zhu      8813: => 'IMS课程存档',
1.6       bisitz   8814: 
                   8815:    'last name, first name'
1.70      zhu      8816: => '姓氏,名字',
1.6       bisitz   8817: 
                   8818:    'Select a Template'
1.93      raeburn  8819: => 'Select a Template',
1.6       bisitz   8820: 
                   8821:    'Edit custom role'
1.93      raeburn  8822: => 'Edit custom role',
1.6       bisitz   8823: 
                   8824:    'Privilege'
1.93      raeburn  8825: => 'Privilege',
1.6       bisitz   8826: 
                   8827:    'Showing users with a name starting with [_1]'
1.26      zhu      8828: => '显示用户,起始是 [_1]',
1.6       bisitz   8829: 
                   8830:    'Permanent e-mail address'
1.26      zhu      8831: => '永久的 E-Mail 地址',
1.6       bisitz   8832: 
                   8833:    'Permanent e-mail'
1.26      zhu      8834: => '永久的 E-Mail 地址',
1.6       bisitz   8835: 
                   8836:    'User [_1] in domain [_2]'
1.26      zhu      8837: => '用户 [_1] 在域 [_2]',
1.6       bisitz   8838: 
                   8839:    'Result'
1.93      raeburn  8840: => 'Result',
1.6       bisitz   8841: 
                   8842:    'Directory search in domain [_1] is not available for the requested search type: "[_2]"'
1.93      raeburn  8843: => 'Directory search in domain [_1] is not available for the requested search type: "[_2]"',
1.6       bisitz   8844: 
                   8845:    "No match found for this username ([_1]) in your institution's directory."
1.93      raeburn  8846: => "No match found for this username ([_1]) in your institution's directory.",
1.6       bisitz   8847: 
                   8848:    'Setting'
1.93      raeburn  8849: => 'Setting',
1.6       bisitz   8850: 
                   8851:    'Directory search available?'
1.93      raeburn  8852: => 'Directory search available?',
1.6       bisitz   8853: 
                   8854:    'Back to actions menu'
1.93      raeburn  8855: => 'Back to actions menu', # n.t.
1.6       bisitz   8856: 
                   8857:    'Edit action'
1.93      raeburn  8858: => 'Edit action',
1.6       bisitz   8859: 
                   8860:    'Effect'
1.93      raeburn  8861: => 'Effect',
1.6       bisitz   8862: 
                   8863:    'Course / User'
1.93      raeburn  8864: => 'Course / User',
1.6       bisitz   8865: 
                   8866:    'deny'
1.93      raeburn  8867: => 'deny',
1.6       bisitz   8868: 
                   8869:    'allow'
1.93      raeburn  8870: => 'allow',
1.6       bisitz   8871: 
                   8872:    'Delete this rule'
1.93      raeburn  8873: => 'Delete this rule',
1.6       bisitz   8874: 
                   8875:    'Insert rule above'
1.93      raeburn  8876: => 'Insert rule above',
1.6       bisitz   8877: 
                   8878:    'Insert rule below'
1.93      raeburn  8879: => 'Insert rule below',
1.6       bisitz   8880: 
                   8881:    'Move rule down'
1.93      raeburn  8882: => 'Move rule down',
1.6       bisitz   8883: 
                   8884:    'Move rule up'
1.93      raeburn  8885: => 'Move rule up',
1.6       bisitz   8886: 
                   8887:    'Warning: It can take up to 1 hour for rights changes to fully propagate.'
1.93      raeburn  8888: => 'Warning: It can take up to 1 hour for rights changes to fully propagate.',
1.6       bisitz   8889: 
                   8890:    'email address'
1.93      raeburn  8891: => 'email address',
1.6       bisitz   8892: 
                   8893:    'Updated'
1.12      zhu      8894: => '已更新',
1.6       bisitz   8895: 
1.89      bisitz   8896:    'The error occurred on host [_1]'
1.93      raeburn  8897: => 'The error occurred on host [_1]',
1.6       bisitz   8898: 
                   8899:    'This error occurred on machine [_1]'
1.93      raeburn  8900: => 'This error occurred on machine [_1]', # n.t.
1.6       bisitz   8901: 
                   8902:    'Clear all Messages in Subdirectory'
1.93      raeburn  8903: => 'Clear all Messages in Subdirectory',
1.6       bisitz   8904: 
                   8905:    'Task information'
1.93      raeburn  8906: => 'Task information',
1.6       bisitz   8907: 
                   8908:    'Automated adds/drops'
1.93      raeburn  8909: => 'Automated adds/drops',
1.6       bisitz   8910: 
                   8911:    'Change enrollment dates'
1.93      raeburn  8912: => 'Change enrollment dates',
1.6       bisitz   8913: 
                   8914:    'Change access dates'
1.93      raeburn  8915: => 'Change access dates',
1.6       bisitz   8916: 
                   8917:    'Notification of changes'
1.93      raeburn  8918: => 'Notification of changes',
1.6       bisitz   8919: 
                   8920:    'Change crosslistings'
1.93      raeburn  8921: => 'Change crosslistings',
1.6       bisitz   8922: 
                   8923:    'Section settings'
1.93      raeburn  8924: => 'Section settings',
1.6       bisitz   8925: 
                   8926:    'Student photo settings'
1.93      raeburn  8927: => 'Student photo settings',
1.6       bisitz   8928: 
                   8929:    'Update roster now'
1.93      raeburn  8930: => 'Update roster now',
1.6       bisitz   8931: 
                   8932:    'Update student photos'
1.93      raeburn  8933: => 'Update student photos',
1.6       bisitz   8934: 
                   8935:    'View students and change type'
1.93      raeburn  8936: => 'View students and change type',
1.6       bisitz   8937: 
                   8938:    'Changes to nightly automated enrollments'
1.93      raeburn  8939: => 'Changes to nightly automated enrollments',
1.6       bisitz   8940: 
                   8941:    'Currently: Nightly adds: [_1], Nightly drops: [_2]'
1.93      raeburn  8942: => 'Currently: Nightly adds: [_1], Nightly drops: [_2]',
1.6       bisitz   8943: 
                   8944:    'OFF'
1.93      raeburn  8945: => 'OFF',
1.6       bisitz   8946: 
                   8947:    'ON'
1.93      raeburn  8948: => 'ON',
1.6       bisitz   8949: 
                   8950:    'Additions based on classlist changes:'
1.93      raeburn  8951: => 'Additions based on classlist changes:',
1.6       bisitz   8952: 
                   8953:    'Removals based on classlist changes:'
1.93      raeburn  8954: => 'Removals based on classlist changes:',
1.6       bisitz   8955: 
                   8956:    'Enable'
1.93      raeburn  8957: => 'Enable',
1.6       bisitz   8958: 
                   8959:    'Disable'
1.93      raeburn  8960: => 'Disable',
1.6       bisitz   8961: 
                   8962:    '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  8963: => '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   8964: 
                   8965:    'Changes to first and/or last automated enrollment dates'
1.98      bisitz   8966: => 'Changes to first and/or last automated enrollment dates',
1.6       bisitz   8967: 
                   8968:    'Currently: First enrollment: [_1], Last enrollment: [_2]'
1.93      raeburn  8969: => 'Currently: First enrollment: [_1], Last enrollment: [_2]',
1.6       bisitz   8970: 
                   8971:    'Set date of first automated enrollment for registered students'
1.93      raeburn  8972: => 'Set date of first automated enrollment for registered students',
1.6       bisitz   8973: 
                   8974:    '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  8975: => '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   8976: 
                   8977:    'Set date of last automated enrollment for registered students'
1.93      raeburn  8978: => 'Set date of last automated enrollment for registered students',
1.6       bisitz   8979: 
                   8980:    '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  8981: => '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   8982: 
                   8983:    'Changes to default start and/or end dates for student access'
1.98      bisitz   8984: => 'Changes to default start and/or end dates for student access',
1.6       bisitz   8985: 
                   8986:    'Currently: default first access:'
1.93      raeburn  8987: => 'Currently: default first access:',
1.6       bisitz   8988: 
                   8989:    ', default last access:'
1.99      raeburn  8990: => ', default last access:',
1.6       bisitz   8991: 
                   8992:    'Set date of first access for registered students added via automated enrollment'
1.93      raeburn  8993: => 'Set date of first access for registered students added via automated enrollment',
1.6       bisitz   8994: 
                   8995:    'Set date of last access for registered students added via automated enrollment'
1.93      raeburn  8996: => 'Set date of last access for registered students added via automated enrollment',
1.6       bisitz   8997: 
                   8998:    'Changes to section settings'
1.93      raeburn  8999: => 'Changes to section settings',
1.6       bisitz   9000: 
                   9001:    'Currently no sections of'
1.93      raeburn  9002: => 'Currently no sections of',
1.6       bisitz   9003: 
                   9004:    'are contributing enrollment to the LON-CAPA class roster.'
1.93      raeburn  9005: => 'are contributing enrollment to the LON-CAPA class roster.',
1.6       bisitz   9006: 
                   9007:    'Add enrollment from additional sections.'
1.93      raeburn  9008: => 'Add enrollment from additional sections.',
1.6       bisitz   9009: 
                   9010:    'Number of new sections to add:'
1.93      raeburn  9011: => 'Number of new sections to add:',
1.6       bisitz   9012: 
                   9013:    'Students enrolling in the sections listed below will be automatically added to the class roster for LON-CAPA course'
1.93      raeburn  9014: => 'Students enrolling in the sections listed below will be automatically added to the class roster for LON-CAPA course',
1.6       bisitz   9015: 
                   9016:    'if you have chosen to enable a nightly automated enrollment update.'
1.93      raeburn  9017: => 'if you have chosen to enable a nightly automated enrollment update.',
1.6       bisitz   9018: 
                   9019:    'Nightly additions based on classlist changes now'
1.93      raeburn  9020: => 'Nightly additions based on classlist changes now',
1.6       bisitz   9021: 
                   9022:    'Nightly additions based on classlist changes still'
1.93      raeburn  9023: => 'Nightly additions based on classlist changes still',
1.6       bisitz   9024: 
                   9025:    'Nightly removals based on classlist changes now'
1.93      raeburn  9026: => 'Nightly removals based on classlist changes now',
1.6       bisitz   9027: 
                   9028:    'Nightly removals based on classlist changes still'
1.93      raeburn  9029: => 'Nightly removals based on classlist changes still',
1.6       bisitz   9030: 
                   9031:    'enabled'
1.93      raeburn  9032: => 'enabled',
1.6       bisitz   9033: 
                   9034:    'disabled'
1.93      raeburn  9035: => 'disabled',
1.6       bisitz   9036: 
                   9037:    'The first date for automated enrollment has been changed'
1.93      raeburn  9038: => 'The first date for automated enrollment has been changed',
1.6       bisitz   9039: 
                   9040:    'The last date for automated enrollment has been changed'
1.93      raeburn  9041: => 'The last date for automated enrollment has been changed',
1.6       bisitz   9042: 
                   9043:    'The first date for automated enrollment has been left unchanged as'
1.93      raeburn  9044: => 'The first date for automated enrollment has been left unchanged as',
1.6       bisitz   9045: 
                   9046:    'The last date for automated enrollment has been left unchanged as'
1.93      raeburn  9047: => 'The last date for automated enrollment has been left unchanged as',
1.6       bisitz   9048: 
                   9049:    'Currently: Notification:'
1.93      raeburn  9050: => 'Currently: Notification:',
1.6       bisitz   9051: 
                   9052:    'Notification of LON-CAPA course roster changes resulting from nightly automated enrollment process?'
1.93      raeburn  9053: => 'Notification of LON-CAPA course roster changes resulting from nightly automated enrollment process?',
1.6       bisitz   9054: 
                   9055:    'The table below contains a list of Kurs-Koordinators in this course.'
1.93      raeburn  9056: => 'The table below contains a list of Kurs-Koordinators in this course.',
1.6       bisitz   9057: 
                   9058:    'username:domain'
1.26      zhu      9059: => '用户名:域',
1.6       bisitz   9060: 
                   9061:    'Course Access'
1.93      raeburn  9062: => 'Course Access',
1.6       bisitz   9063: 
                   9064:    'Current notification status'
1.93      raeburn  9065: => 'Current notification status',
1.6       bisitz   9066: 
                   9067:    'Notification active'
1.93      raeburn  9068: => 'Notification active',
1.6       bisitz   9069: 
                   9070:    'Notification inactive'
1.93      raeburn  9071: => 'Notification inactive',
1.6       bisitz   9072: 
                   9073:    'Notification?'
1.93      raeburn  9074: => 'Notification?',
1.6       bisitz   9075: 
                   9076:    'Notification of enrollment changes now'
1.93      raeburn  9077: => 'Notification of enrollment changes now',
1.6       bisitz   9078: 
                   9079:    'Notification of enrollment changes still'
1.93      raeburn  9080: => 'Notification of enrollment changes still',
1.6       bisitz   9081: 
                   9082:    'The following will receive notification if there are any changes in enrollment in LON-CAPA course:'
1.93      raeburn  9083: => 'The following will receive notification if there are any changes in enrollment in LON-CAPA course:',
1.6       bisitz   9084: 
                   9085:    'as a result of the nightly enrollment check:'
1.93      raeburn  9086: => 'as a result of the nightly enrollment check:',
1.6       bisitz   9087: 
                   9088:    'View/Modify Course Settings'
1.93      raeburn  9089: => 'View/Modify Course Settings',
1.6       bisitz   9090: 
                   9091:    'Course search'
1.93      raeburn  9092: => 'Course search',
1.6       bisitz   9093: 
                   9094:    'View/Modify Courses'
1.93      raeburn  9095: => 'View/Modify Courses',
1.6       bisitz   9096: 
                   9097:    'Course details'
1.93      raeburn  9098: => 'Course details',
1.6       bisitz   9099: 
                   9100:    'Detailed course information:'
1.93      raeburn  9101: => 'Detailed course information:',
1.6       bisitz   9102: 
                   9103:    'Default Access Dates for Students'
1.93      raeburn  9104: => 'Default Access Dates for Students',
1.6       bisitz   9105: 
                   9106:    'Student Counts'
1.93      raeburn  9107: => 'Student Counts',
1.6       bisitz   9108: 
                   9109:    'Auto-enrollment of[_1]registered students'
1.93      raeburn  9110: => 'Auto-enrollment of[_1]registered students',
1.6       bisitz   9111: 
                   9112:    'Details'
                   9113: => 'Details',
                   9114: 
                   9115:    'Not enabled'
1.93      raeburn  9116: => 'Not enabled',
1.6       bisitz   9117: 
                   9118:    'section:'
1.93      raeburn  9119: => 'section:', # n.t.
1.6       bisitz   9120: 
                   9121:    'Previous access'
1.93      raeburn  9122: => 'Previous access',
1.6       bisitz   9123: 
                   9124:    'Current access'
1.93      raeburn  9125: => 'Current access',
1.6       bisitz   9126: 
                   9127:    'Future access'
1.93      raeburn  9128: => 'Future access',
1.6       bisitz   9129: 
                   9130:    'Back to course listing'
                   9131: => '返回课程目录',
                   9132: 
                   9133:    'Immediate course roster update'
1.93      raeburn  9134: => 'Immediate course roster update',
1.6       bisitz   9135: 
                   9136:    'There were no new students to add to the course.'
1.93      raeburn  9137: => 'There were no new students to add to the course.',
1.6       bisitz   9138: 
                   9139:    'Back to options page'
1.93      raeburn  9140: => 'Back to options page',
1.6       bisitz   9141: 
                   9142:    'View/Modify settings for: '
1.93      raeburn  9143: => 'View/Modify settings for: ',
1.6       bisitz   9144: 
                   9145:    'Modify quota for group portfolio files'
1.98      bisitz   9146: => 'Modify quota for group portfolio files',
1.6       bisitz   9147: 
                   9148:    'Display current settings for automated enrollment'
1.93      raeburn  9149: => 'Display current settings for automated enrollment',
1.6       bisitz   9150: 
                   9151:    'Modify institutional code, course owner and/or default authentication'
1.98      bisitz   9152: => 'Modify institutional code, course owner and/or default authentication',
1.6       bisitz   9153: 
                   9154:    'Modify course catalog settings for course'
1.98      bisitz   9155: => 'Modify course catalog settings for course',
1.6       bisitz   9156: 
                   9157:    'Catalog settings'
1.93      raeburn  9158: => 'Catalog settings',
1.6       bisitz   9159: 
                   9160:    'Catalog Settings for Course'
1.93      raeburn  9161: => 'Catalog Settings for Course',
1.6       bisitz   9162: 
1.81      bisitz   9163:    'Visibility in Course/Community Catalog'
1.93      raeburn  9164: => 'Visibility in Course/Community Catalog',
1.6       bisitz   9165: 
1.81      bisitz   9166:    "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  9167: => "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   9168: 
                   9169:    'Auto-cataloging is enabled and the course is assigned an institutional code'
1.93      raeburn  9170: => 'Auto-cataloging is enabled and the course is assigned an institutional code',
1.6       bisitz   9171: 
                   9172:    'The course has been categorized into at least one of the course categories defined for the domain.'
1.93      raeburn  9173: => 'The course has been categorized into at least one of the course categories defined for the domain.',
1.6       bisitz   9174: 
                   9175:    'Exclude from course catalog'
1.93      raeburn  9176: => 'Exclude from course catalog',
1.6       bisitz   9177: 
                   9178:    'Categorize Course'
1.93      raeburn  9179: => 'Categorize Course',
1.6       bisitz   9180: 
                   9181:    'No categories defined for this domain'
1.93      raeburn  9182: => 'No categories defined for this domain',
1.6       bisitz   9183: 
                   9184:    'Assign one or more categories to this course.'
1.93      raeburn  9185: => 'Assign one or more categories to this course.',
1.6       bisitz   9186: 
                   9187:    '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  9188: => '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   9189: 
                   9190:    'Category settings'
1.93      raeburn  9191: => 'Category settings',
1.6       bisitz   9192: 
                   9193:    'Show/Hide a course in the catalog'
1.93      raeburn  9194: => 'Show/Hide a course in the catalog',
1.6       bisitz   9195: 
                   9196:    'Assign a category to a course'
1.93      raeburn  9197: => 'Assign a category to a course',
1.6       bisitz   9198: 
                   9199:    'Set in "Modify Course" (Domain)'
1.93      raeburn  9200: => 'Set in "Modify Course" (Domain)',
1.6       bisitz   9201: 
                   9202:    'Set in "Modify Parameters" (Course)'
1.93      raeburn  9203: => 'Set in "Modify Parameters" (Course)',
1.6       bisitz   9204: 
                   9205:    'Categories'
1.93      raeburn  9206: => 'Categories',
1.6       bisitz   9207: 
                   9208:    'Add category'
1.93      raeburn  9209: => 'Add category',
1.6       bisitz   9210: 
                   9211:    'Add category:'
1.93      raeburn  9212: => 'Add category:',
1.6       bisitz   9213: 
                   9214:    'Add subcategory:'
1.93      raeburn  9215: => 'Add subcategory:',
1.6       bisitz   9216: 
                   9217:    'New:'
1.93      raeburn  9218: => 'New:',
1.6       bisitz   9219: 
                   9220:    'Choose a course'
1.93      raeburn  9221: => 'Choose a course',
1.6       bisitz   9222: 
                   9223:    'Pick action'
1.93      raeburn  9224: => 'Pick action',
1.6       bisitz   9225: 
                   9226:    'Display settings'
1.93      raeburn  9227: => 'Display settings',
1.6       bisitz   9228: 
                   9229:    'Course settings that control automated enrollment in this LON-CAPA course are currently:'
1.93      raeburn  9230: => 'Course settings that control automated enrollment in this LON-CAPA course are currently:',
1.6       bisitz   9231: 
                   9232:    'Course setting'
1.93      raeburn  9233: => 'Course setting',
1.6       bisitz   9234: 
                   9235:    'Modifiable by DC only'
1.93      raeburn  9236: => 'Modifiable by DC only',
1.6       bisitz   9237: 
                   9238:    'Default authentication parameter'
1.93      raeburn  9239: => 'Default authentication parameter',
1.6       bisitz   9240: 
                   9241:    'Default authentication method'
1.93      raeburn  9242: => 'Default authentication method',
1.6       bisitz   9243: 
                   9244:    'Date of last automated enrollment'
1.93      raeburn  9245: => 'Date of last automated enrollment',
1.6       bisitz   9246: 
                   9247:    'Date of first automated enrollment'
1.93      raeburn  9248: => 'Date of first automated enrollment',
1.6       bisitz   9249: 
                   9250:    'Official course code'
1.93      raeburn  9251: => 'Official course code',
1.6       bisitz   9252: 
                   9253:    'Username:domain of course owner'
1.93      raeburn  9254: => 'Username:domain of course owner',
1.6       bisitz   9255: 
                   9256:    'Date of last student access'
1.22      zhu      9257: => '学生访问的结束日期',
1.6       bisitz   9258: 
                   9259:    'Date of first student access'
1.22      zhu      9260: => '学生访问的开始日期',
1.6       bisitz   9261: 
                   9262:    'Course section number(:LON-CAPA section)'
1.93      raeburn  9263: => 'Course section number(:LON-CAPA section)',
1.6       bisitz   9264: 
                   9265:    'Show more details'
1.22      zhu      9266: => '查看更多详情',
1.6       bisitz   9267: 
1.18      zhu      9268:    'Public RSS/podcast (subscribe to)'
                   9269: => '公共RSS /播客(订阅)',
1.6       bisitz   9270: 
                   9271:    'Course Owner:'
1.13      zhu      9272: => '课程所有者:',
1.6       bisitz   9273: 
                   9274:    'Default Authentication method'
1.93      raeburn  9275: => 'Default Authentication method',
1.6       bisitz   9276: 
                   9277:    'Modify settings'
1.93      raeburn  9278: => 'Modify settings',
1.6       bisitz   9279: 
                   9280:    'Automated Enrollment'
1.93      raeburn  9281: => 'Automated Enrollment',
1.6       bisitz   9282: 
                   9283:    'Use the menu on the left to choose an enrollment management task.'
1.93      raeburn  9284: => 'Use the menu on the left to choose an enrollment management task.',
1.6       bisitz   9285: 
                   9286:    'Result of Changes to Automated Enrollment Settings.'
1.93      raeburn  9287: => 'Result of Changes to Automated Enrollment Settings.',
1.6       bisitz   9288: 
                   9289:    'The following automated enrollment parameters have been changed:'
1.93      raeburn  9290: => 'The following automated enrollment parameters have been changed:', # n.t.
1.6       bisitz   9291: 
                   9292:    'now set to'
1.93      raeburn  9293: => 'now set to', # n.t.
1.6       bisitz   9294: 
                   9295:    'still set to'
1.93      raeburn  9296: => 'still set to', # n.t.
1.6       bisitz   9297: 
                   9298:    'The following automated enrollment parameters remain unchanged:'
1.93      raeburn  9299: => 'The following automated enrollment parameters remain unchanged:', # n.t.
1.6       bisitz   9300: 
                   9301:    'Change settings'
1.93      raeburn  9302: => 'Change settings',
1.6       bisitz   9303: 
                   9304:    "Student's agreement needed for listing in student-viewable roster"
1.93      raeburn  9305: => "Student's agreement needed for listing in student-viewable roster",
1.6       bisitz   9306: 
                   9307:    'Include link to accessible portfolio files'
1.93      raeburn  9308: => 'Include link to accessible portfolio files',
1.6       bisitz   9309: 
                   9310:    'Print header format'
1.93      raeburn  9311: => 'Print header format',
1.6       bisitz   9312: 
                   9313:    'Substitutions:<br />[_1]: student name, [_2]: course id, [_3]: assignment note. Numbers after the <tt>%</tt> limit the field size.'
1.93      raeburn  9314: => 'Substitutions:<br />[_1]: student name, [_2]: course id, [_3]: assignment note. Numbers after the <tt>%</tt> limit the field size.',
1.6       bisitz   9315: 
                   9316:    'Force all students in the course to use a specific math rendering engine.'
1.93      raeburn  9317: => 'Force all students in the course to use a specific math rendering engine.',
1.6       bisitz   9318: 
                   9319:    "[_1], [_2] (Convert to Images), [_3] (TeX to HTML), or blank for student's preference"
1.98      bisitz   9320: => "[_1], [_2] (Convert to Images), [_3] (TeX to HTML), or blank for student's preference",
1.6       bisitz   9321: 
                   9322:    'Bridge Task Grading'
1.93      raeburn  9323: => 'Bridge Task Grading',
1.6       bisitz   9324: 
                   9325:    'Classlist Manager'
1.93      raeburn  9326: => 'Classlist Manager', # !?!
1.6       bisitz   9327: 
                   9328:    'Note for students:'
1.70      zhu      9329: => '注意事项:',
1.6       bisitz   9330: 
                   9331:    '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  9332: => '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   9333: 
                   9334:    'Please [_1]log in again[_2].'
1.26      zhu      9335: => '请[_1]重新登录[_2].',
1.6       bisitz   9336: 
                   9337:    'Switching Server ...'
1.70      zhu      9338: => '更换服务器 ...',
1.6       bisitz   9339: 
                   9340:    'Already logged in'
1.70      zhu      9341: => '已经登录',
1.6       bisitz   9342: 
                   9343:    'Apply style file: '
1.93      raeburn  9344: => 'Apply style file: ',
1.6       bisitz   9345: 
                   9346:    'The problem '
1.70      zhu      9347: => '问题 ',
1.6       bisitz   9348: 
                   9349:    'Search criteria'
1.70      zhu      9350: => '搜索条件',
1.6       bisitz   9351: 
                   9352:    'begins with'
1.70      zhu      9353: => '始于',
1.6       bisitz   9354: 
                   9355:    'in selected LON-CAPA domain'
1.70      zhu      9356: => '在选定的 LON-CAPA-域 ',
1.6       bisitz   9357: 
                   9358:    'in institutional directory for selected domain'
1.70      zhu      9359: => '在选定的域中的研究所列表',
1.6       bisitz   9360: 
                   9361:    'No exact match found for the username ([_1]) in LON-CAPA domain: [_2]'
1.70      zhu      9362: => '没有找到完全匹配的用户名([_1] )在LON-CAPA-域:', # n.t.
1.6       bisitz   9363: 
                   9364:    'Creating new account.'
1.70      zhu      9365: => '创建新帐户。',
1.6       bisitz   9366: 
                   9367:    'Report a documentation bug'
1.70      zhu      9368: => '报告文件错误 (Englisch)',
1.6       bisitz   9369: 
                   9370:    'You must specify a valid username. Only the following are allowed: letters numbers - . @'
1.70      zhu      9371: => '您必须指定一个有效的用户名。只允许以下字符:字母,数字, "-", "." 和 "@"',
1.6       bisitz   9372: 
                   9373:    'The following need to be corrected before the search can be run:'
1.70      zhu      9374: => '在搜索可以开始之前,下面必须予以纠正:',
1.6       bisitz   9375: 
                   9376:    'You must include some text to search for.'
1.70      zhu      9377: => '您必须包括一些要搜寻的文字。',
1.6       bisitz   9378: 
                   9379:    "The text you are searching for must contain at least two characters when using a 'begins' type search."
1.70      zhu      9380: => "文本搜索必须包含至少有两个字符,当使用的是'开始'类型的搜索。",
1.6       bisitz   9381: 
                   9382:    "The text you are searching for must contain at least three characters when using a 'contains' type search."
1.70      zhu      9383: => "文字要搜索必须包含至少3个字符时,当使用的是'包含'式的搜索。",
1.6       bisitz   9384: 
                   9385:    'You must choose a domain when using an institutional directory search.'
1.70      zhu      9386: => '您必须选择一个域,当使用的是研究所目录搜索。',
1.6       bisitz   9387: 
                   9388:    'You must choose a domain when using a domain search.'
1.70      zhu      9389: => '您必须选择一个域,当使用域搜索。',
1.6       bisitz   9390: 
                   9391:    "When using searching by last,first you must include a comma as separator between last name and first name."
1.93      raeburn  9392: => "When using searching by last,first you must include a comma as separator between last name and first name.",
1.6       bisitz   9393: 
                   9394:    "When searching by last,first you must include at least one character in the first name."
1.93      raeburn  9395: => "When searching by last,first you must include at least one character in the first name.",
1.6       bisitz   9396: 
                   9397:    'Revoking [_1] in [_2]: [_3]'
1.93      raeburn  9398: => 'Revoking [_1] in [_2]: [_3]',
1.6       bisitz   9399: 
                   9400:    'Revoking custom role:'
1.93      raeburn  9401: => 'Revoking custom role:',
1.6       bisitz   9402: 
                   9403:    'Deleting [_1] in [_2]: [_3]'
1.93      raeburn  9404: => 'Deleting [_1] in [_2]: [_3]',
1.6       bisitz   9405: 
1.52      bisitz   9406:    'Deleting custom role [_1] by [_2] in [_3]'
1.93      raeburn  9407: => 'Deleting custom role [_1] by [_2] in [_3]',
1.6       bisitz   9408: 
                   9409:    'Add to classlist'
1.93      raeburn  9410: => 'Add to classlist',
1.6       bisitz   9411: 
                   9412:    'Re-enabling [_1] in [_2]: [_3]'
1.93      raeburn  9413: => 'Re-enabling [_1] in [_2]: [_3]',
1.6       bisitz   9414: 
1.52      bisitz   9415:    'Re-enabling custom role [_1] by [_2] in [_3]: [_4]'
1.93      raeburn  9416: => 'Re-enabling custom role [_1] by [_2] in [_3]: [_4]',
1.6       bisitz   9417: 
                   9418:    'Unknown command'
1.93      raeburn  9419: => 'Unknown command',
1.6       bisitz   9420: 
                   9421:    '[_1] may not be used as the name for a section, as it is a reserved word.'
1.98      bisitz   9422: => '[_1] may not be used as the name for a section, as it is a reserved word.',
1.6       bisitz   9423: 
                   9424:    '[_1] may not be used as the name for a section, as it is the name of a course group.'
1.98      bisitz   9425: => '[_1] may not be used as the name for a section, as it is the name of a course group.',
1.6       bisitz   9426: 
                   9427:    'Please [_1]go back[_2] and choose a different section name.'
1.93      raeburn  9428: => 'Please [_1]go back[_2] and choose a different section name.',
1.6       bisitz   9429: 
                   9430:    'Drop from classlist: [_1]'
1.93      raeburn  9431: => 'Drop from classlist: [_1]',
1.6       bisitz   9432: 
                   9433:    'Existing Role'
1.93      raeburn  9434: => 'Existing Role',
1.6       bisitz   9435: 
                   9436:    'Assigning Role to Self'
                   9437: => 'Assigning Role to Self', # ???
                   9438: 
                   9439:    'Invalid search.'
1.93      raeburn  9440: => 'Invalid search.',
1.6       bisitz   9441: 
                   9442:    'You must enter a search term.'
1.93      raeburn  9443: => 'You must enter a search term.',
1.6       bisitz   9444: 
                   9445:    'You must specify a valid domain when searching in a domain or institutional directory.'
1.93      raeburn  9446: => 'You must specify a valid domain when searching in a domain or institutional directory.',
1.6       bisitz   9447: 
                   9448:    'You may want to search in the LON-CAPA domain instead of the institutional directory.'
1.93      raeburn  9449: => 'You may want to search in the LON-CAPA domain instead of the institutional directory.',
1.6       bisitz   9450: 
                   9451:    'New users can only be created in the domain to which your current role belongs - [_1].'
1.93      raeburn  9452: => 'New users can only be created in the domain to which your current role belongs - [_1].',
1.6       bisitz   9453: 
                   9454:    'Institutional directory search is not available in domain: [_1]'
1.93      raeburn  9455: => 'Institutional directory search is not available in domain: [_1]',
1.6       bisitz   9456: 
                   9457:    'Institutional directory search in domain: [_1] is only allowed for users with a current role in the domain.'
1.93      raeburn  9458: => 'Institutional directory search in domain: [_1] is only allowed for users with a current role in the domain.',
1.6       bisitz   9459: 
                   9460:    'Institutional directory search in domain: [_1] is not available to your user type: '
1.93      raeburn  9461: => 'Institutional directory search in domain: [_1] is not available to your user type: ',
1.6       bisitz   9462: 
                   9463:    'Institutional directory search has not been configured for domain: [_1]'
1.93      raeburn  9464: => 'Institutional directory search has not been configured for domain: [_1]',
1.6       bisitz   9465: 
                   9466:    'Institutional directory search in domain: [_1] is not available for searching by "[_2]"'
1.93      raeburn  9467: => 'Institutional directory search in domain: [_1] is not available for searching by "[_2]"',
1.6       bisitz   9468: 
                   9469:    'Institutional directory search in domain: [_1] is not available.'
1.93      raeburn  9470: => 'Institutional directory search in domain: [_1] is not available.',
1.6       bisitz   9471: 
                   9472:    'Institutional directory search in domain [_1] is not available for the requested search type: "[_2]"'
1.93      raeburn  9473: => 'Institutional directory search in domain [_1] is not available for the requested search type: "[_2]"',
1.6       bisitz   9474: 
                   9475:    'You may want to broaden your search to a search of the institutional directory for the domain.'
1.93      raeburn  9476: => 'You may want to broaden your search to a search of the institutional directory for the domain.',
1.6       bisitz   9477: 
                   9478:    'You may want to broaden your search to the selected LON-CAPA domain.'
1.93      raeburn  9479: => 'You may want to broaden your search to the selected LON-CAPA domain.',
1.6       bisitz   9480: 
                   9481:    'Pick group first'
1.93      raeburn  9482: => 'Pick group first',
1.6       bisitz   9483: 
                   9484:    'No login name specified'
1.93      raeburn  9485: => 'No login name specified',
1.6       bisitz   9486: 
1.19      zhu      9487:    'Invalid login name'
1.93      raeburn  9488: => 'Invalid login name',
1.6       bisitz   9489: 
1.19      zhu      9490:    'Only letters, numbers, periods, dashes, @, and underscores are valid'
1.93      raeburn  9491: => 'Only letters, numbers, periods, dashes, @, and underscores are valid',
1.6       bisitz   9492: 
                   9493:    'For this user, the default quota would be [_1] Mb.'
1.93      raeburn  9494: => 'For this user, the default quota would be [_1] Mb.',
1.6       bisitz   9495: 
                   9496:    "For this user, the default quota would be [_1] Mb, as determined by the user's institutional affiliation ([_2])."
1.93      raeburn  9497: => "For this user, the default quota would be [_1] Mb, as determined by the user's institutional affiliation ([_2]).",
1.6       bisitz   9498: 
                   9499:    "For this user, the default quota of [_1] Mb, is determined by the user's institutional affiliation ([_2])."
1.93      raeburn  9500: => "For this user, the default quota of [_1] Mb, is determined by the user's institutional affiliation ([_2]).",
1.6       bisitz   9501: 
                   9502:    'in all LON-CAPA domains.'
1.93      raeburn  9503: => 'in all LON-CAPA domains.',
1.6       bisitz   9504: 
                   9505:    'in LON-CAPA domains:'
1.93      raeburn  9506: => 'in LON-CAPA domains:',
1.6       bisitz   9507: 
                   9508:    'in LON-CAPA domain '
1.31      bisitz   9509: => '在LON-CAPA域 ',
1.6       bisitz   9510: 
                   9511:    'Course settings modifiable by [_1] only.'
1.93      raeburn  9512: => 'Course settings modifiable by [_1] only.',
1.6       bisitz   9513: 
                   9514:    'Course Owner'
1.93      raeburn  9515: => 'Course Owner',
1.6       bisitz   9516: 
                   9517:    'Username:Domain'
1.26      zhu      9518: => '用户名:域',
1.6       bisitz   9519: 
                   9520:    'Course Activity'
1.93      raeburn  9521: => 'Course Activity',
1.6       bisitz   9522: 
                   9523:    'Course Domain'
1.93      raeburn  9524: => 'Course Domain',
1.6       bisitz   9525: 
                   9526:    'Course Institutional Code'
1.93      raeburn  9527: => 'Course Institutional Code',
1.6       bisitz   9528: 
                   9529:    "Course Owner's Username"
1.93      raeburn  9530: => "Course Owner's Username",
1.6       bisitz   9531: 
                   9532:    "Course Owner's Domain"
1.93      raeburn  9533: => "Course Owner's Domain",
1.6       bisitz   9534: 
                   9535:    'Course Type'
1.93      raeburn  9536: => 'Course Type',
1.6       bisitz   9537: 
                   9538:    'LON-CAPA course ID'
1.93      raeburn  9539: => 'LON-CAPA course ID',
1.6       bisitz   9540: 
                   9541:    'None found'
1.93      raeburn  9542: => 'None found',
1.6       bisitz   9543: 
                   9544:    'Course settings which only a [_1] may modify.'
1.93      raeburn  9545: => 'Course settings which only a [_1] may modify.',
1.6       bisitz   9546: 
                   9547:    "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  9548: => "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   9549: 
                   9550:    'Single user search'
1.93      raeburn  9551: => 'Single user search',
1.6       bisitz   9552: 
                   9553:    'Set enrollment'
1.93      raeburn  9554: => 'Set enrollment',
1.6       bisitz   9555: 
                   9556:    'Please review the information in "Log-in help" and the "Getting started" guide if you are unable to log-in.'
1.93      raeburn  9557: => 'Please review the information in "Log-in help" and the "Getting started" guide if you are unable to log-in.',
1.6       bisitz   9558: 
                   9559:    'Please review the information in "Log-in help" if you are unable to log-in.'
1.93      raeburn  9560: => 'Please review the information in "Log-in help" if you are unable to log-in.',
1.6       bisitz   9561: 
                   9562:    'If your problem is still unresolved, the form below can be used to send a question to the LON-CAPA helpdesk.'
1.93      raeburn  9563: => 'If your problem is still unresolved, the form below can be used to send a question to the LON-CAPA helpdesk.',
1.6       bisitz   9564: 
                   9565:    'Getting started guide'
1.93      raeburn  9566: => 'Getting started guide',
1.6       bisitz   9567: 
                   9568:    '[_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)
                   9569: => '[_2]. [_1] [_3], [_4]:[_5]:[_6] ', # "dd. mm yyyy, hh:mi:ss"
                   9570: 
                   9571:    '[_1]Select Date[_2]'
1.13      zhu      9572: => '[_1]请选择日期[_2]',
1.6       bisitz   9573: 
                   9574:    '[_1]: students can view all sections. [_2]: students can only view their own section. blank or [_3] prevents student view.'
1.98      bisitz   9575: => '[_1]: students can view all sections. [_2]: students can only view their own section. blank or [_3] prevents student view.',
1.6       bisitz   9576: 
                   9577:    '[_1] to require students to opt-in to listing in the roster (on the roster page).'
1.98      bisitz   9578: => '[_1] to require students to opt-in to listing in the roster (on the roster page).',
1.6       bisitz   9579: 
                   9580:    "[_1] for link to each a listing of each student's files."
1.99      raeburn  9581: => "[_1] for link to each a listing of each student's files.",
1.6       bisitz   9582: 
                   9583:    '[_1]: student, [_2]: TA, [_3]: instructor'
1.26      zhu      9584: => '[_1]: 学生, [_2]: 导师, [_3]: 讲师',
1.6       bisitz   9585: 
                   9586:    'role:section,role:section,...'
1.93      raeburn  9587: => 'role:section,role:section,...',
1.6       bisitz   9588: 
                   9589:    '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  9590: => '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   9591: 
                   9592:    'supported types'
1.93      raeburn  9593: => 'supported types',
1.6       bisitz   9594: 
                   9595:    '[_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   9596: => '[_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   9597: 
                   9598:    'Instructors and TAs in sections, when grading bridge tasks, should be allowed to grade other sections.'
1.93      raeburn  9599: => 'Instructors and TAs in sections, when grading bridge tasks, should be allowed to grade other sections.',
1.6       bisitz   9600: 
                   9601:    '[_1]: they are allowed (this is the default). [_2]: no, they can only grade their own section.'
                   9602: => '[_1]: erlauben (voreingestellt). [_2]: nur eigene Sektion.',
                   9603: 
                   9604:    'Calendar Announcement for '
1.93      raeburn  9605: => 'Calendar Announcement for ',
1.6       bisitz   9606: 
                   9607:    'Opening'
1.93      raeburn  9608: => 'Opening',
1.6       bisitz   9609: 
                   9610:    'Closing'
1.93      raeburn  9611: => 'Closing',
1.6       bisitz   9612: 
                   9613:    'To add a new user:'
1.93      raeburn  9614: => 'To add a new user:',
1.6       bisitz   9615: 
                   9616:    "(You can only create new users in your current role's domain - [_1])"
1.98      bisitz   9617: => "(You can only create new users in your current role's domain - [_1])",
1.6       bisitz   9618: 
                   9619:    "You are not authorized to create new users in your current role's domain - [_1]."
1.93      raeburn  9620: => "You are not authorized to create new users in your current role's domain - [_1].",
1.6       bisitz   9621: 
                   9622:    "Set 'Domain/institution to search' to: [_1]"
1.93      raeburn  9623: => "Set 'Domain/institution to search' to: [_1]",
1.6       bisitz   9624: 
                   9625:    "Set 'Search criteria' to: [_1]username is ..... in selected LON-CAPA domain[_2]"
1.93      raeburn  9626: => "Set 'Search criteria' to: [_1]username is ..... in selected LON-CAPA domain[_2]",
1.6       bisitz   9627: 
                   9628:    'Provide the proposed username'
1.93      raeburn  9629: => 'Provide the proposed username',
1.6       bisitz   9630: 
                   9631:    'Select a user to add/modify roles'
1.93      raeburn  9632: => 'Select a user to add/modify roles',
1.6       bisitz   9633: 
                   9634:    "Click 'Search'"
1.93      raeburn  9635: => "Click 'Search'",
1.6       bisitz   9636: 
                   9637:    'User Search to add/modify roles'
1.93      raeburn  9638: => 'User Search to add/modify roles',
1.6       bisitz   9639: 
                   9640: 
                   9641: # Feedback messages:
                   9642: 
                   9643:    'You have entered that answer before'
1.18      zhu      9644: => '您已经输入了答案',
1.6       bisitz   9645: 
                   9646:    "Computer's answer now shown above."
1.18      zhu      9647: => "上面显示的是正确答案。",
1.6       bisitz   9648: 
                   9649:    'You are correct.'
1.18      zhu      9650: => '正确答案!',
1.6       bisitz   9651: 
                   9652:    'You are partially correct.'
1.18      zhu      9653: => '部分正确。',
1.6       bisitz   9654: 
                   9655:    'Incorrect'
1.18      zhu      9656: => '错误',
1.6       bisitz   9657: 
1.22      zhu      9658:    'Your receipt no. is [_1]'
                   9659: => '您的证明编号是 [_1]',
1.6       bisitz   9660: 
                   9661:    'You are excused from the problem.'
1.18      zhu      9662: => '你的作业已通过。',
1.6       bisitz   9663: 
                   9664:    'Some extra items were submitted.'
1.93      raeburn  9665: => 'Some extra items were submitted.',
1.6       bisitz   9666: 
                   9667:    'Some items were not submitted.'
1.93      raeburn  9668: => 'Some items were not submitted.',
1.6       bisitz   9669: 
                   9670:    'An error occurred while grading your answer.'
1.93      raeburn  9671: => 'An error occurred while grading your answer.',
1.6       bisitz   9672: 
                   9673:    'The submitted answer was too long.'
1.93      raeburn  9674: => 'The submitted answer was too long.',
1.6       bisitz   9675: 
                   9676:    'This question expects a numeric answer.'
1.93      raeburn  9677: => 'This question expects a numeric answer.',
1.6       bisitz   9678: 
                   9679:    'You have provided an invalid ranking.'
1.93      raeburn  9680: => 'You have provided an invalid ranking.',
1.6       bisitz   9681: 
                   9682:    'Please refer to [_1]'
1.93      raeburn  9683: => 'Please refer to [_1]',
1.6       bisitz   9684: 
                   9685:    'help on ranking problems'
1.93      raeburn  9686: => 'help on ranking problems',
1.6       bisitz   9687: 
                   9688:    "Submission won't be graded. The type of file submitted is not allowed."
1.93      raeburn  9689: => "Submission won't be graded. The type of file submitted is not allowed.",
1.6       bisitz   9690: 
                   9691:    'Submission not graded. Use fewer digits.'
1.93      raeburn  9692: => 'Submission not graded. Use fewer digits.',
1.6       bisitz   9693: 
                   9694:    'Submission not graded. Use more digits.'
1.93      raeburn  9695: => 'Submission not graded. Use more digits.',
1.6       bisitz   9696: 
                   9697:    'Error in instructor specifed unit. This error has been reported to the instructor.'
1.93      raeburn  9698: => 'Error in instructor specifed unit. This error has been reported to the instructor.',
1.6       bisitz   9699: 
                   9700:    'Unable to interpret units. Computer reads units as "[_1]".'
1.93      raeburn  9701: => 'Unable to interpret units. Computer reads units as "[_1]".',
1.6       bisitz   9702: 
                   9703:    'Incompatible units. No conversion found between "[_1]" and the required units.'
1.93      raeburn  9704: => 'Incompatible units. No conversion found between "[_1]" and the required units.',
1.6       bisitz   9705: 
                   9706:    'Only a number required. Computer reads units of "[_1]".'
1.93      raeburn  9707: => 'Only a number required. Computer reads units of "[_1]".',
1.6       bisitz   9708: 
                   9709:    'Proper comma separation is required'
1.93      raeburn  9710: => 'Proper comma separation is required',
1.6       bisitz   9711: 
                   9712:    'Unable to understand formula'
1.93      raeburn  9713: => 'Unable to understand formula',
1.6       bisitz   9714: 
                   9715:    'Your submission has been recorded.'
1.93      raeburn  9716: => 'Your submission has been recorded.',
1.6       bisitz   9717: 
                   9718:    'A draft copy has been saved.'
1.93      raeburn  9719: => 'A draft copy has been saved.',
1.6       bisitz   9720: 
                   9721:    'Nothing submitted.'
1.93      raeburn  9722: => 'Nothing submitted.',
1.6       bisitz   9723: 
                   9724:    'Unknown message'
1.93      raeburn  9725: => 'Unknown message',
1.6       bisitz   9726: 
                   9727:    'Returned file(s): [_1]'
1.93      raeburn  9728: => 'Returned file(s): [_1]',
1.6       bisitz   9729: 
                   9730:    'Answer Submitted: Your final submission will be graded after the due date.'
1.93      raeburn  9731: => 'Answer Submitted: Your final submission will be graded after the due date.',
1.6       bisitz   9732: 
                   9733: # --/
                   9734: 
                   9735: 
                   9736:    ' The last submission was after the Due Date '
1.98      bisitz   9737: => ' The last submission was after the Due Date ',
1.6       bisitz   9738: 
                   9739:    'Submit a file: (only one file can be uploaded)'
1.13      zhu      9740: => '提交档案: (只允许上传一个文件)',
1.6       bisitz   9741: 
                   9742:    'OR:'
1.13      zhu      9743: => '或者:',
1.6       bisitz   9744: 
                   9745:    'Select Portfolio Files'
1.13      zhu      9746: => '选择组合文件',
1.6       bisitz   9747: 
                   9748:    'Portfolio files previously selected: [_1]'
1.93      raeburn  9749: => 'Portfolio files previously selected: [_1]',
1.6       bisitz   9750: 
                   9751:    "These file(s) don't exist: [_1]"
1.93      raeburn  9752: => "These file(s) don't exist: [_1]",
1.6       bisitz   9753: 
                   9754:    'Previously published version'
1.93      raeburn  9755: => 'Previously published version',
1.6       bisitz   9756: 
                   9757:    'You do not have privileges to modify the authentication configuration for this user.'
1.93      raeburn  9758: => 'You do not have privileges to modify the authentication configuration for this user.',
1.6       bisitz   9759: 
                   9760:    'You do not have privileges to modify the portfolio quota for this user.'
1.93      raeburn  9761: => 'You do not have privileges to modify the portfolio quota for this user.',
1.6       bisitz   9762: 
                   9763:    'If a change is required, contact a domain coordinator for the domain'
1.93      raeburn  9764: => 'If a change is required, contact a domain coordinator for the domain',
1.6       bisitz   9765: 
                   9766:    'with submissions'
1.27      zhu      9767: => '带答案',
1.6       bisitz   9768: 
                   9769:    'in grading queue'
1.27      zhu      9770: => '在评估队列中',
1.6       bisitz   9771: 
                   9772:    'with ungraded submissions'
1.27      zhu      9773: => '未评估的答案',
1.6       bisitz   9774: 
                   9775:    'with incorrect submissions'
1.27      zhu      9776: => '错误的答案',
1.6       bisitz   9777: 
                   9778:    'with any status'
1.27      zhu      9779: => '任何状态',
1.6       bisitz   9780: 
                   9781:    'Default value or none'
1.27      zhu      9782: => '默认值或无',
1.6       bisitz   9783: 
                   9784:    'Floating Point between 1 and 0'
1.27      zhu      9785: => '浮点运算的1和0',
1.6       bisitz   9786: 
                   9787:    'Floating point number between zero and one'
1.93      raeburn  9788: => 'Floating point number between zero and one',
1.6       bisitz   9789: 
                   9790:    'Positive Floating Point'
1.93      raeburn  9791: => 'Positive Floating Point',
1.6       bisitz   9792: 
                   9793:    'Positive floating point number or zero'
1.93      raeburn  9794: => 'Positive floating point number or zero',
1.6       bisitz   9795: 
                   9796:    'Floating Point'
1.93      raeburn  9797: => 'Floating Point',
1.6       bisitz   9798: 
                   9799:    'Floating point number'
1.93      raeburn  9800: => 'Floating point number',
1.6       bisitz   9801: 
                   9802:    'Auto-enrollment settings'
1.93      raeburn  9803: => 'Auto-enrollment settings',
1.6       bisitz   9804: 
                   9805:    'Configuration setting'
1.63      zhu      9806: => '配置设置', # n.t.
1.6       bisitz   9807: 
                   9808:    'Value(s)'
1.93      raeburn  9809: => 'Value(s)', # n.t.
1.6       bisitz   9810: 
                   9811:    'Auto-enrollment active?'
1.93      raeburn  9812: => 'Auto-enrollment active?',
1.6       bisitz   9813: 
                   9814:    'Access to other pages will be prevented until you have moved the message to your inbox.'
1.63      zhu      9815: => '只有把该邮件移至收件箱才可以访问其他网页。',
1.6       bisitz   9816: 
                   9817:    'Access to other pages will be prevented until you have moved all critical messages to your inbox.'
1.63      zhu      9818: => '只有把所有的重要邮件移至收件箱才可以访问其他网页。',
1.6       bisitz   9819: 
                   9820:    'Move to Inbox'
1.63      zhu      9821: => '移至收件箱',
1.6       bisitz   9822: 
                   9823:    'Move to Inbox/Compose reply'
1.63      zhu      9824: => '移至收件箱并回复',
1.6       bisitz   9825: 
                   9826:    'Confirm Receipt'
1.63      zhu      9827: => '确认已收到',
1.6       bisitz   9828: 
                   9829:    'Confirm Receipt and Reply'
1.63      zhu      9830: => '确认已收到并回复',
1.6       bisitz   9831: 
                   9832:    'Displaying Critical Messages'
1.63      zhu      9833: => '显示重要邮件',
1.6       bisitz   9834: 
                   9835:    'Confirming Receipt'
1.63      zhu      9836: => '确认已收到',
1.6       bisitz   9837: 
                   9838:    'Confirmed Receipt'
1.63      zhu      9839: => '确认已收到',
1.6       bisitz   9840: 
                   9841:    'Communicate'
                   9842: => '通讯',
                   9843: 
                   9844:    'Replying to a Critical Message'
1.63      zhu      9845: => '针对重要邮件',
1.6       bisitz   9846: 
                   9847:    'Answer Available'
1.70      zhu      9848: => '答复可用',
1.6       bisitz   9849: 
                   9850:    ' to '
1.70      zhu      9851: => ' 到 ', # ???
1.6       bisitz   9852: 
                   9853:    'Event from [_1] to [_2]'
1.63      zhu      9854: => '活动由 [_1] 至 [_2]',
1.6       bisitz   9855: 
                   9856:    '[_1]: [_2] from domain [_3]'
1.70      zhu      9857: => '[_1]: [_2] 从域 [_3]',
1.6       bisitz   9858: 
                   9859:    'The following problems occurred:'
1.70      zhu      9860: => '发生下列问题:',
1.6       bisitz   9861: 
                   9862:    'Could not initialize [_1] at this time.'
1.70      zhu      9863: => '目前无法初始化[_1]。',
1.6       bisitz   9864: 
                   9865:    'Please try again.'
1.63      zhu      9866: => '请再试一次。',
1.6       bisitz   9867: 
                   9868:    'Please try again'
1.63      zhu      9869: => '请再试一次',
1.6       bisitz   9870: 
                   9871:    'in this course'
1.70      zhu      9872: => '在该课程中',
1.6       bisitz   9873: 
                   9874:    'Remove Checked Entries'
1.22      zhu      9875: => '删除选中的条目',
1.6       bisitz   9876: 
                   9877:    'Modify Student Data'
1.22      zhu      9878: => '修改学生资料',
1.6       bisitz   9879: 
                   9880:    'First name'
1.70      zhu      9881: => '名字',
1.6       bisitz   9882: 
                   9883:    'Middle name'
1.22      zhu      9884: => '第二个名字',
1.6       bisitz   9885: 
                   9886:    'Last name'
1.70      zhu      9887: => '姓氏',
1.6       bisitz   9888: 
                   9889:    'ID'
1.93      raeburn  9890: => 'ID/学号',,
1.6       bisitz   9891: 
                   9892:    'Sending critical message'
1.22      zhu      9893: => '发送重要消息',
1.6       bisitz   9894: 
                   9895:    'Replying to'
1.10      zhu      9896: => '回复',
1.6       bisitz   9897: 
1.86      bisitz   9898:    'All messages:'
1.93      raeburn  9899: => 'All messages:',
1.86      bisitz   9900: 
                   9901:    'Unread messages:'
1.93      raeburn  9902: => 'Unread messages:',
1.86      bisitz   9903: 
                   9904:    'Read messages:'
1.93      raeburn  9905: => 'Read messages:',
1.86      bisitz   9906: 
                   9907:    'Replied to messages:'
1.93      raeburn  9908: => 'Replied to messages:',
1.86      bisitz   9909: 
                   9910:    'Forwarded messages:'
1.93      raeburn  9911: => 'Forwarded messages:',
1.86      bisitz   9912: 
                   9913:    'showing messages [_1] through [_2] of [_3].'
                   9914: => '显示消息[_1]通过[_2]的[_3] 。',
1.6       bisitz   9915: 
                   9916:    'Broadcast Message'
1.22      zhu      9917: => '广播消息',
1.6       bisitz   9918: 
1.68      bisitz   9919:    'randomly pick [quant,_1,resource]'
1.70      zhu      9920: => '随机挑选 [quant,_1,resource,resource]',
1.68      bisitz   9921: 
1.6       bisitz   9922:    'contents hidden'
1.22      zhu      9923: => '隐藏的内容',
1.6       bisitz   9924: 
1.68      bisitz   9925:    'URLs hidden'
1.70      zhu      9926: => '隐藏 URLs',
1.68      bisitz   9927: 
                   9928:    'random order'
1.70      zhu      9929: => '随机顺序',
1.68      bisitz   9930: 
1.6       bisitz   9931:    'Resources in course with version changes since yesterday'
1.63      zhu      9932: => '课程中的资源,从昨天起版本的变化',
1.6       bisitz   9933: 
                   9934:    'Version changes since Yesterday'
1.63      zhu      9935: => '从昨天起版本的变化',
1.6       bisitz   9936: 
                   9937:    'Resources in course with version changes since last week'
1.63      zhu      9938: => '课程中的资源,从上周起版本的变化',
1.6       bisitz   9939: 
                   9940:    'Version changes since last Week'
1.63      zhu      9941: => '从上周起版本的变化',
1.6       bisitz   9942: 
                   9943:    'Resources in course with version changes since last month'
1.63      zhu      9944: => '课程中的资源,从上个月起版本的变化',
1.6       bisitz   9945: 
                   9946:    'Version changes since last Month'
1.63      zhu      9947: => '从上个月起版本的变化',
1.6       bisitz   9948: 
                   9949:    'Resources in course with version changes seit start of course'
1.63      zhu      9950: => '课程中的资源,从课程开始起版本的变化',
1.6       bisitz   9951: 
                   9952:    'Version changes since start of Course'
1.63      zhu      9953: => '从课程开始起版本的变化',
1.6       bisitz   9954: 
                   9955:    'No version changes since yesterday'
1.63      zhu      9956: => '从昨天起版本没有变化',
1.6       bisitz   9957: 
                   9958:    'No version changes since last week'
1.63      zhu      9959: => '从上周起版本没有变化',
1.6       bisitz   9960: 
                   9961:    'No version changes since last month'
1.63      zhu      9962: => '从上个月起版本没有变化',
1.6       bisitz   9963: 
                   9964:    'No version changes since start of course'
1.63      zhu      9965: => '从课程开始起版本没有变化',
1.6       bisitz   9966: 
                   9967:    'version changes since yesterday'
1.63      zhu      9968: => '从昨天起版本的变化',
1.6       bisitz   9969: 
                   9970:    'version changes since last week'
1.63      zhu      9971: => '从上周起版本的变化',
1.6       bisitz   9972: 
                   9973:    'version changes since last month'
1.63      zhu      9974: => '从上个月起版本的变化',
1.6       bisitz   9975: 
                   9976:    'version changes since start of course'
1.63      zhu      9977: => '从课程开始起版本的变化',
1.6       bisitz   9978: 
                   9979:    'Roles for which access to course has expired since yesterday'
1.63      zhu      9980: => '从昨天起该课程过期的角色',
1.6       bisitz   9981: 
                   9982:    'Roles for which access to course has expired since last week'
1.63      zhu      9983: => '从上周起该课程过期的角色',
1.6       bisitz   9984: 
                   9985:    'Roles for which access to course has expired since last month'
1.63      zhu      9986: => '从上个月起该课程过期的角色',
1.6       bisitz   9987: 
                   9988:    'Roles for which access to course has expired since start of course'
1.63      zhu      9989: => '从课程开始起过期的角色',
1.6       bisitz   9990: 
                   9991:    'There are no roles which expired since yesterday'
1.63      zhu      9992: => '没有角色从昨天起过期了',
1.6       bisitz   9993: 
                   9994:    'There are no roles which expired since last week'
1.63      zhu      9995: => '没有角色从上周起过期了',
1.6       bisitz   9996: 
                   9997:    'There are no roles which expired since last month'
1.63      zhu      9998: => '没有角色从上个月起过期了',
1.6       bisitz   9999: 
                   10000:    'There are no roles which expired since start of course'
1.63      zhu      10001: => '没有角色从课程开始起过期了',
1.6       bisitz   10002: 
                   10003:    'roles which expired since yesterday'
1.63      zhu      10004: => '从昨天起该课程过期的角色',
1.6       bisitz   10005: 
                   10006:    'roles which expired since last week'
1.63      zhu      10007: => '从上周起该课程过期的角色',
1.6       bisitz   10008: 
                   10009:    'roles which expired since last month'
1.63      zhu      10010: => '从上个月起该课程过期的角色',
1.6       bisitz   10011: 
                   10012:    'roles which expired since start of course'
1.63      zhu      10013: => '从课程开始起过期的角色',
1.6       bisitz   10014: 
                   10015:    'Roles for which access to course has become available since yesterday'
1.63      zhu      10016: => '从昨天起分配给该课程的角色',
1.6       bisitz   10017: 
                   10018:    'Roles for which access to course has become available since last week'
1.63      zhu      10019: => '从上周起分配给该课程的角色',
1.6       bisitz   10020: 
                   10021:    'Roles for which access to course has become available since last month'
1.63      zhu      10022: => '从上个月起分配给该课程的角色',
1.6       bisitz   10023: 
                   10024:    'Roles for which access to course has become available since start of course'
1.63      zhu      10025: => '从课程开始起分配给该课程的角色',
1.6       bisitz   10026: 
                   10027:    'There are no roles which have become active since yesterday'
1.63      zhu      10028: => '从昨天起没有角色分配给该课程',
1.6       bisitz   10029: 
                   10030:    'There are no roles which have become active since last week'
1.63      zhu      10031: => '从上周起没有角色分配给该课程',
1.6       bisitz   10032: 
                   10033:    'There are no roles which have become active since last month'
1.63      zhu      10034: => '从上个月起没有角色分配给该课程',
1.6       bisitz   10035: 
                   10036:    'There are no roles which have become active since start of course'
1.63      zhu      10037: => '从课程开始起没有角色分配给该课程',
1.6       bisitz   10038: 
                   10039:    'roles which have become active since yesterday'
1.63      zhu      10040: => '从昨天起分配给该课程的角色',
1.6       bisitz   10041: 
                   10042:    'roles which have become active since last week'
1.63      zhu      10043: => '从上周起分配给该课程的角色',
1.6       bisitz   10044: 
                   10045:    'roles which have become active since last month'
1.63      zhu      10046: => '从上个月起分配给该课程的角色',
1.6       bisitz   10047: 
                   10048:    'roles which have become active since start of course'
1.63      zhu      10049: => '从课程开始起分配给该课程的角色',
1.6       bisitz   10050: 
                   10051:    'Show all posts'
1.27      zhu      10052: => '查看所有帖子',
1.6       bisitz   10053: 
                   10054:    'to display'
1.27      zhu      10055: => '显示', # ???
1.6       bisitz   10056: 
                   10057:    'posts previously marked read'
1.27      zhu      10058: => '帖子先前标记为已读',
1.6       bisitz   10059: 
                   10060:    'previously viewed posts'
1.27      zhu      10061: => '先前浏览的帖子',
1.6       bisitz   10062: 
                   10063:    'NEW'
1.18      zhu      10064: => '新的',
1.6       bisitz   10065: 
                   10066:    'Preferences on what is marked as NEW'
1.22      zhu      10067: => '偏好,什么将被标记为新',
1.6       bisitz   10068: 
                   10069:    'Mark NEW posts no longer new'
1.22      zhu      10070: => '随着新的帖子将不再标记为新',
1.6       bisitz   10071: 
                   10072:    'Sorting/Filtering options'
1.12      zhu      10073: => '排序/过滤选项',
1.6       bisitz   10074: 
                   10075:    'Export'
1.12      zhu      10076: => '导出',
1.6       bisitz   10077: 
                   10078:    'Attachments'
1.12      zhu      10079: => '附件',
1.6       bisitz   10080: 
                   10081:    'Download the zip file from [_1]Discussion Posting Archive'
1.12      zhu      10082: => '下载zip档案由[_1]讨论发布档案',
1.6       bisitz   10083: 
                   10084:    'The following errors occurred during export - [_1]'
1.93      raeburn  10085: => 'The following errors occurred during export - [_1]',
1.6       bisitz   10086: 
                   10087:    '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  10088: => '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   10089: 
                   10090:    '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  10091: => '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   10092: 
                   10093:    'Make Visible'
                   10094: => '显示',
                   10095: 
                   10096:    'Mark unread'
1.93      raeburn  10097: => 'Mark unread',
1.6       bisitz   10098: 
                   10099:    'Mark read'
1.93      raeburn  10100: => 'Mark read',
1.6       bisitz   10101: 
                   10102:    'This post has been edited by the author.'
1.93      raeburn  10103: => 'This post has been edited by the author.',
1.6       bisitz   10104: 
                   10105:    'Display all versions'
1.93      raeburn  10106: => 'Display all versions',
1.6       bisitz   10107: 
                   10108:    'Earlier version(s) were posted on: '
1.93      raeburn  10109: => 'Earlier version(s) were posted on: ',
1.6       bisitz   10110: 
                   10111:    'You do not have privileges to view all versions of posts.'
1.93      raeburn  10112: => 'You do not have privileges to view all versions of posts.',
1.6       bisitz   10113: 
                   10114:    'Please select a different role.'
1.93      raeburn  10115: => 'Please select a different role.',
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:    'Error copying file attachment - [_1] to IMS package: '
1.93      raeburn  10121: => 'Error copying file attachment - [_1] to IMS package: ',
1.6       bisitz   10122: 
                   10123:    'Re: '
                   10124: => 'Re: ',
                   10125: 
                   10126:    'Please select a feedback type.'
1.93      raeburn  10127: => 'Please select a feedback type.',
1.6       bisitz   10128: 
1.89      bisitz   10129:    'Sorry, no feedback possible on this resource ...'
1.93      raeburn  10130: => 'Sorry, no feedback possible on this resource ...',
1.6       bisitz   10131: 
                   10132:    'Error sending message to [_1], no user specified.'
1.93      raeburn  10133: => 'Error sending message to [_1], no user specified.',
1.6       bisitz   10134: 
                   10135:    'Error sending message to [_1], no domain specified.'
1.93      raeburn  10136: => 'Error sending message to [_1], no domain specified.',
1.6       bisitz   10137: 
                   10138:    'Error sending message to'
1.93      raeburn  10139: => 'Error sending message to',
1.6       bisitz   10140: 
                   10141:    'Not registered'
1.22      zhu      10142: => '未注册', # ???
1.6       bisitz   10143: 
                   10144:    'Editing not permitted'
1.22      zhu      10145: => '不允许编辑',
1.6       bisitz   10146: 
                   10147:    'Marked postings read/unread'
1.22      zhu      10148: => '标记贴子为已读/未读',
1.6       bisitz   10149: 
                   10150:    'Changed sort/filter'
1.22      zhu      10151: => '改变排序/过滤器',
1.6       bisitz   10152: 
                   10153:    'Changed display status'
1.22      zhu      10154: => '改变显示状态',
1.6       bisitz   10155: 
                   10156:    'Deletion not permitted'
1.22      zhu      10157: => '不允许删除',
1.6       bisitz   10158: 
                   10159:    'Changed discussion status'
1.22      zhu      10160: => '讨论的状态已更改',
1.6       bisitz   10161: 
                   10162:    'Added to my course blog'
1.22      zhu      10163: => '添加到我的课程博客',
1.6       bisitz   10164: 
                   10165:    'Back to previous page'
1.18      zhu      10166: => '返回前一页',
1.6       bisitz   10167: 
                   10168:    'Go to previous page'
1.18      zhu      10169: => '返回前一页',
1.6       bisitz   10170: 
                   10171:    'Return to previous page'
1.18      zhu      10172: => '返回前一页',
1.6       bisitz   10173: 
                   10174:    'Untitled resource'
1.18      zhu      10175: => '资源没有标题',
1.6       bisitz   10176: 
                   10177:    'Discussion display options'
1.18      zhu      10178: => '讨论显示选项',
1.6       bisitz   10179: 
                   10180:    'Preferences can be set for this discussion that determine ....'
1.18      zhu      10181: => '这个讨论可以设置使用偏好',
1.6       bisitz   10182: 
                   10183:    'Which posts are displayed when you display this bulletin board or resource, and'
1.18      zhu      10184: => '哪些讨论将被显示在您的公告栏或资源里',
1.6       bisitz   10185: 
                   10186:    'Under what circumstances posts are identified as "NEW", and'
1.18      zhu      10187: => '在什么情况下讨论被确定为“新”',
1.6       bisitz   10188: 
                   10189:    'Whether individual posts can be marked as read/unread'
1.18      zhu      10190: => '个别帖子是否可以被标记为已读/未读',
1.6       bisitz   10191: 
                   10192:    'Posts not marked read'
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:    'New posts cease to be identified as "NEW"?'
1.18      zhu      10199: => '新的讨论不再被标识为“新”?',
1.6       bisitz   10200: 
                   10201:    'Option to mark each post as read/unread?'
1.18      zhu      10202: => '选择帖子标记为已读/未读?',
1.6       bisitz   10203: 
                   10204:    'Shown'
1.10      zhu      10205: => '显示',
1.6       bisitz   10206: 
                   10207:    'Not shown'
1.10      zhu      10208: => '不显示',
1.6       bisitz   10209: 
                   10210:    'Discussion options'
1.10      zhu      10211: => '论坛选项',
1.6       bisitz   10212: 
                   10213:    'Set options that control the sort order of posts, and/or which posts are displayed.'
1.93      raeburn  10214: => 'Set options that control the sort order of posts, and/or which posts are displayed.',
1.6       bisitz   10215: 
                   10216:    'Sort order'
1.10      zhu      10217: => '排序顺序',
1.6       bisitz   10218: 
                   10219:    'Date order - oldest first'
1.10      zhu      10220: => '按日期顺序 - 最老的优先',
1.6       bisitz   10221: 
                   10222:    'Date order - newest first'
1.10      zhu      10223: => '按日期顺序 - 最新的优先',
1.6       bisitz   10224: 
                   10225:    'Threaded'
1.26      zhu      10226: => '按帖子', # ???
1.6       bisitz   10227: 
                   10228:    'By subject'
1.10      zhu      10229: => '按主题',
1.6       bisitz   10230: 
                   10231:    'By domain and username'
1.10      zhu      10232: => '按域名和用户名',
1.6       bisitz   10233: 
                   10234:    'By last name, first name'
1.10      zhu      10235: => '按姓氏,名字',
1.6       bisitz   10236: 
                   10237:    'Specific role status'
1.10      zhu      10238: => '具体角色的状态',
1.6       bisitz   10239: 
                   10240:    'Roles of any status'
1.10      zhu      10241: => '任意的角色',
1.6       bisitz   10242: 
                   10243:    'Only active roles'
1.10      zhu      10244: => '只有现在的角色',
1.6       bisitz   10245: 
                   10246:    'Only past roles'
1.10      zhu      10247: => '只有过去的角色',
1.6       bisitz   10248: 
                   10249:    'Only future roles'
1.10      zhu      10250: => '只有未来的角色',
1.6       bisitz   10251: 
                   10252:    'Specific user roles'
1.10      zhu      10253: => '特定的用户角色',
1.6       bisitz   10254: 
                   10255:    'All roles'
1.10      zhu      10256: => '所有角色',
1.6       bisitz   10257: 
                   10258:    'Students'
                   10259: => '学生',
                   10260: 
                   10261:    'Course Coordinators'
1.10      zhu      10262: => '课程协调员',
1.6       bisitz   10263: 
                   10264:    'Instructors'
                   10265: => '讲师',
                   10266: 
                   10267:    'TAs'
1.10      zhu      10268: => '辅导员',
1.6       bisitz   10269: 
                   10270:    'Exam proctors'
1.10      zhu      10271: => '监考老师',
1.6       bisitz   10272: 
                   10273:    'Custom role'
1.10      zhu      10274: => '自定义角色',
1.6       bisitz   10275: 
                   10276:    'Custom roles'
1.10      zhu      10277: => '自定义角色',
1.6       bisitz   10278: 
                   10279:    'Specific sections'
1.10      zhu      10280: => '具体章节',
1.6       bisitz   10281: 
                   10282:    'Specific groups'
1.10      zhu      10283: => '特定组',
1.6       bisitz   10284: 
                   10285:    'Pick specific users (by name)'
1.10      zhu      10286: => '选择特定的用户 (姓)',
1.6       bisitz   10287: 
                   10288:    'Show a list of current posters'
1.93      raeburn  10289: => 'Show a list of current posters',
1.6       bisitz   10290: 
                   10291:    'So far, no data has been returned for your request'
1.10      zhu      10292: => '到现在为止,您的查询没有返回任何数据。',
1.6       bisitz   10293: 
                   10294:    'Select a user'
1.10      zhu      10295: => '选择一个用户',
1.6       bisitz   10296: 
                   10297:    'An error occurred while processing this resource. The course personnel ([_1]) and the author have been notified.'
1.93      raeburn  10298: => 'An error occurred while processing this resource. The course personnel ([_1]) and the author have been notified.',
1.6       bisitz   10299: 
                   10300:    'photo'
1.10      zhu      10301: => '图片',
1.6       bisitz   10302: 
                   10303:    'Critical Message'
1.55      zhu      10304: => '重要邮件',
1.6       bisitz   10305: 
                   10306:    'Display a Message'
1.55      zhu      10307: => '显示邮件',
1.6       bisitz   10308: 
                   10309:    'Back to Folder Display'
1.10      zhu      10310: => '返回文件夹列表',
1.6       bisitz   10311: 
1.63      zhu      10312:    'Currently available actions (will open extra window):'
                   10313: => '目前可采取的行动 (在新窗口中打开):',
1.6       bisitz   10314: 
1.86      bisitz   10315:    'There are no unread messages in this folder.'
1.10      zhu      10316: => '在此文件夹中没有未阅读邮件。',
1.6       bisitz   10317: 
1.86      bisitz   10318:    'There are no read messages in this folder'
1.10      zhu      10319: => '在此文件夹中没有已阅读邮件。',
1.6       bisitz   10320: 
1.86      bisitz   10321:    'There are no forwarded messages in this folder.'
1.10      zhu      10322: => '在此文件夹中没有转发的邮件。',
1.6       bisitz   10323: 
                   10324:    'You have not replied to any messages in this folder.'
1.10      zhu      10325: => '在此文件夹中您没有需要回答的邮件。',
1.6       bisitz   10326: 
1.86      bisitz   10327:    'There are no messages in this folder.'
                   10328: => '空文件夹', # Empty Folder
1.6       bisitz   10329: 
                   10330:    'Cc:'
1.18      zhu      10331: => '抄送:',
1.6       bisitz   10332: 
                   10333:    'Bcc:'
1.18      zhu      10334: => '密送:',
1.6       bisitz   10335: 
1.12      zhu      10336:    'Bcc'
                   10337: => '密送',
                   10338: 
1.6       bisitz   10339:    'Retrieve discussion and message records'
1.26      zhu      10340: => '检索讨论和信息记录',
1.6       bisitz   10341: 
                   10342:    'New Record (record is visible to course faculty and staff)'
1.26      zhu      10343: => '新记录 (只有课程管理者和工作人员可见):',
1.6       bisitz   10344: 
                   10345:    'Post this Record'
1.12      zhu      10346: => '保存',
1.6       bisitz   10347: 
                   10348:    'Revise your search criteria for this domain'
1.93      raeburn  10349: => 'Revise your search criteria for this domain',
1.6       bisitz   10350: 
                   10351:    'Metadata Modified'
1.93      raeburn  10352: => 'Metadata Modified',
1.6       bisitz   10353: 
                   10354:    'Use of LON-CAPA requires Javascript to be enabled in your web browser.'
1.93      raeburn  10355: => 'Use of LON-CAPA requires Javascript to be enabled in your web browser.',
1.6       bisitz   10356: 
                   10357:    'As this is not the case, most functionality in the system will be unavailable.'
1.93      raeburn  10358: => 'As this is not the case, most functionality in the system will be unavailable.',
1.6       bisitz   10359: 
                   10360:    "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  10361: => "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   10362: 
                   10363:    'Directory'
1.10      zhu      10364: => '目录',
1.6       bisitz   10365: 
                   10366:    'Only empty directories may be deleted.'
1.22      zhu      10367: => '只有空的目录可以被删除。',
1.6       bisitz   10368: 
                   10369:    'You must delete the contents of the directory first.'
1.22      zhu      10370: => '您必须首先删除目录中的内容。',
1.6       bisitz   10371: 
                   10372:    'Cannot delete non-obsolete published file'
1.93      raeburn  10373: => 'Cannot delete non-obsolete published file',
1.6       bisitz   10374: 
                   10375:    'Must not include'
1.93      raeburn  10376: => 'Must not include',
1.6       bisitz   10377: 
                   10378:    'Name of new file is the same as name of old file'
1.93      raeburn  10379: => 'Name of new file is the same as name of old file',
1.6       bisitz   10380: 
                   10381:    'no action taken'
1.93      raeburn  10382: => 'no action taken',
1.6       bisitz   10383: 
                   10384:    'copy metadata error'
1.93      raeburn  10385: => 'copy metadata error',
1.6       bisitz   10386: 
                   10387:    'No New filename specified'
1.93      raeburn  10388: => 'No New filename specified',
1.6       bisitz   10389: 
                   10390:    'Warning: a published problem of this name exists.'
1.93      raeburn  10391: => 'Warning: a published problem of this name exists.',
1.6       bisitz   10392: 
                   10393:    'Warning: a published library of this name exists.'
1.93      raeburn  10394: => 'Warning: a published library of this name exists.',
1.6       bisitz   10395: 
                   10396:    'Bad filename [_1].<br /> <tt>(name).(number).(extension)</tt> not allowed. <br /> Removing the <tt>.number.</tt> from requested filename.'
1.93      raeburn  10397: => 'Bad filename [_1].<br /> <tt>(name).(number).(extension)</tt> not allowed. <br /> Removing the <tt>.number.</tt> from requested filename.',
1.6       bisitz   10398: 
                   10399:    'Cannot change MIME type of a directory'
1.93      raeburn  10400: => 'Cannot change MIME type of a directory',
1.6       bisitz   10401: 
                   10402:    'Cannot rename or move non-obsolete published file'
1.93      raeburn  10403: => 'Cannot rename or move non-obsolete published file',
1.6       bisitz   10404: 
                   10405:    'Change discussion display'
1.93      raeburn  10406: => 'Change discussion display',
1.6       bisitz   10407: 
                   10408:    '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  10409: => '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   10410: 
                   10411:    "This can increase the time taken to gather data for the '<i>What's New?</i>' page by a few seconds."
1.93      raeburn  10412: => "This can increase the time taken to gather data for the '<i>What's New?</i>' page by a few seconds.",
1.6       bisitz   10413: 
                   10414:    'Currently set to [_1].'
1.57      zhu      10415: => '当前设置为 [_1].',
1.6       bisitz   10416: 
                   10417:    'Change to [_1]'
1.57      zhu      10418: => '改变为 [_1]',
1.6       bisitz   10419: 
                   10420:    'No change'
1.12      zhu      10421: => '无变化',
1.6       bisitz   10422: 
                   10423:    'Count unread posts in discussions display set to [_1]'
1.57      zhu      10424: => '未读讨论计数显示设置为 [_1]',
1.6       bisitz   10425: 
                   10426:    'Groups Manager'
1.12      zhu      10427: => '组管理',
1.6       bisitz   10428: 
                   10429:    'Group access start and end dates'
1.12      zhu      10430: => '组访问开始和结束日期',
1.6       bisitz   10431: 
                   10432:    'None available'
1.12      zhu      10433: => '无可用',
1.6       bisitz   10434: 
                   10435:    'There are no active, future or previous group members to modify.'
1.93      raeburn  10436: => 'There are no active, future or previous group members to modify.',
1.6       bisitz   10437: 
                   10438:    'Members to delete or expire'
1.57      zhu      10439: => '成员身份到期或将被删除',
1.6       bisitz   10440: 
                   10441:    'To be deleted'
1.12      zhu      10442: => '将删除的',
1.6       bisitz   10443: 
                   10444:    'To be expired'
1.12      zhu      10445: => '期满',
1.6       bisitz   10446: 
                   10447:    'No members to be deleted or expired from the group.'
1.93      raeburn  10448: => 'No members to be deleted or expired from the group.',
1.6       bisitz   10449: 
                   10450:    'Files: [_1]'
1.18      zhu      10451: => '文件: [_1]',
1.6       bisitz   10452: 
                   10453:    'Folders: [_1]'
1.18      zhu      10454: => '文件夹: [_1]',
1.6       bisitz   10455: 
                   10456:    'Choose Task'
1.12      zhu      10457: => '选择行动',
1.6       bisitz   10458: 
                   10459:    'Modify default group settings'
1.12      zhu      10460: => '修改默认组设置',
1.6       bisitz   10461: 
                   10462:    'Modify access, tools and/or privileges for previous, future, or current members'
1.12      zhu      10463: => '修改组成员访问,工具和权限',
1.6       bisitz   10464: 
                   10465:    'Add member(s) to the group'
1.12      zhu      10466: => '添加组成员',
1.6       bisitz   10467: 
                   10468:    'Group Settings'
1.12      zhu      10469: => '组设定',
1.6       bisitz   10470: 
                   10471:    'Modify/Delete Members'
1.12      zhu      10472: => '修改/删除会员',
1.6       bisitz   10473: 
                   10474:    'Current Tool Set'
1.12      zhu      10475: => '目前的工具集',
1.6       bisitz   10476: 
                   10477:    'Change Privileges'
1.12      zhu      10478: => '更改权限',
1.6       bisitz   10479: 
                   10480:    'Membership Mapping'
1.12      zhu      10481: => '会员推荐',
1.6       bisitz   10482: 
                   10483:    'Group name, title and available collaborative tools'
1.12      zhu      10484: => '组名称,所有权和使用协作工具',
1.6       bisitz   10485: 
                   10486:    'Letters, numbers and underscore only'
1.12      zhu      10487: => '只有字母,数字和下划线',
1.6       bisitz   10488: 
                   10489:    'Discussion boards'
1.12      zhu      10490: => '论坛',
1.6       bisitz   10491: 
                   10492:    'E-mail'
1.93      raeburn  10493: => 'E-mail',
1.6       bisitz   10494: 
                   10495:    'File Repository'
1.12      zhu      10496: => '档案库',
1.6       bisitz   10497: 
                   10498:    'Group home page'
1.12      zhu      10499: => '组首页',
1.6       bisitz   10500: 
                   10501:    'Membership Roster'
1.12      zhu      10502: => '会员名册',
1.6       bisitz   10503: 
                   10504:    'Granularity:'
1.27      zhu      10505: => '細微性:',
1.6       bisitz   10506: 
                   10507:    'Different subsets of the chosen collaborative tools for different group members?'
1.27      zhu      10508: => '不同的组成员选择不同的协作工具?',
1.6       bisitz   10509: 
1.57      zhu      10510: #   'Disk quota: '
                   10511: #=> '磁盘配额: ',
                   10512: 
                   10513:    'Disk quota'
                   10514: => '磁盘配额',
1.6       bisitz   10515: 
                   10516:    'If you enable the file repository for the group, allocate a disk quota.'
1.27      zhu      10517: => '如果您对组启用了文件存放,请分配磁盘配额:',
1.6       bisitz   10518: 
                   10519:    '[_1] Mb'
                   10520: => '[_1] MB',
                   10521: 
                   10522:    'A total of [_1] Mb can be divided amongst all groups in the course, and [_2] Mb are currently unallocated.'
1.27      zhu      10523: => '该课的所有组共有 [_1] Mb 可分,[_2] MB 目前未被分配。',
1.6       bisitz   10524: 
                   10525:    'Default start and end dates for group access'
1.22      zhu      10526: => '默认情况下组访问的开始和结束日期',
1.6       bisitz   10527: 
                   10528:    'Start:'
1.18      zhu      10529: => '开始:',
1.6       bisitz   10530: 
                   10531:    'End:'
1.18      zhu      10532: => '结束:',
1.6       bisitz   10533: 
                   10534:    'Error: invalid course domain or number - group folder creation failed.'
1.12      zhu      10535: => '错误:无效的课程或域号码。建立了组列表失败。',
1.6       bisitz   10536: 
                   10537:    'Course Groups'
1.9       zhu      10538: => '课程组',
1.6       bisitz   10539: 
                   10540:    'Non-standard course - folder for all groups not added.'
1.27      zhu      10541: => '非标准课程 - 所有组的文件夹不会增加。',
1.6       bisitz   10542: 
                   10543:    'Build a list of users for selection of group members'
1.27      zhu      10544: => '从组成员里选择来建立一个用户列表',
1.6       bisitz   10545: 
                   10546:    'Group membership selection list criteria:'
1.12      zhu      10547: => '组成员名单选择标准:',
1.6       bisitz   10548: 
                   10549:    'Pick the criteria to use to build a list of course users from which you will select '
1.27      zhu      10550: => '选择的标准的使用来建立一个名单,您将选择',
1.6       bisitz   10551: 
                   10552:    'members of the new group.'
1.27      zhu      10553: => '新的组成员。',
1.6       bisitz   10554: 
                   10555:    '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      10556: => '如果您创建的组不想立即要添加成员,就没有必要选择任何标准。',
1.6       bisitz   10557: 
                   10558:    '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      10559: => '随后的步骤将自动添加/删除组成员,也可以让您指定所引发指定用户角色和第的过程中。这是通过指定的用户角色和在课程中章节<i>变化</i>被触发的。',
1.6       bisitz   10560: 
                   10561:    'Access types'
1.12      zhu      10562: => '访问类型',
1.6       bisitz   10563: 
                   10564:    'Currently has access'
1.12      zhu      10565: => '目前已获得',
1.6       bisitz   10566: 
                   10567:    'Will have future access'
1.12      zhu      10568: => '今后将有机会',
1.6       bisitz   10569: 
                   10570:    'Previously had access'
1.12      zhu      10571: => '曾获得',
1.6       bisitz   10572: 
                   10573:    'Course roles'
1.12      zhu      10574: => '课程角色', # 'Benutzerrollen im Kurs',
1.6       bisitz   10575: 
                   10576:    'Course sections'
1.12      zhu      10577: => '课程章节', # 'Sektionen im Kurs',
1.6       bisitz   10578: 
                   10579:    'all sections'
1.12      zhu      10580: => '所有章节',
1.6       bisitz   10581: 
                   10582:    'no section'
1.12      zhu      10583: => '无章节',
1.6       bisitz   10584: 
                   10585:    'Go to next step'
1.12      zhu      10586: => '下一步',
1.6       bisitz   10587: 
                   10588:    'Invalid group name'
1.12      zhu      10589: => '无效的组名称',
1.6       bisitz   10590: 
                   10591:    'The group name entered '
1.12      zhu      10592: => '输入的组名称 ',
1.6       bisitz   10593: 
                   10594:    'is not a valid name.'
1.12      zhu      10595: => '不是一个有效的名称。',
1.6       bisitz   10596: 
                   10597:    'can not be used as it is the name of '
1.12      zhu      10598: => '不能使用,因为它的名字是 ',
1.6       bisitz   10599: 
1.20      bisitz   10600:    'an existing [_1]'
1.12      zhu      10601: => '现有的 [_1]',
1.6       bisitz   10602: 
                   10603:    ' in this Course'
1.12      zhu      10604: => ' 在该课程里',
1.6       bisitz   10605: 
                   10606:    'Group names and section names used in a Course must be unique.'
1.12      zhu      10607: => '组名称和章节名称在课程中必须是独一无二的。',
1.6       bisitz   10608: 
                   10609:    'Group names may only contain letters, numbers or underscores.'
1.12      zhu      10610: => '组名称只能包含字母,数字或下划线。',
1.6       bisitz   10611: 
                   10612:    'Go to previous step'
1.12      zhu      10613: => '返回',
1.6       bisitz   10614: 
                   10615:    'Select Members'
1.12      zhu      10616: => '选择成员',
1.6       bisitz   10617: 
                   10618:    'Your group selections - '
1.12      zhu      10619: => '您的组选择 - ',
1.6       bisitz   10620: 
                   10621:    'The following settings will apply to the group:'
1.12      zhu      10622: => '下面的设置将适用于本组:',
1.6       bisitz   10623: 
                   10624:    'Granularity'
1.57      zhu      10625: => '細微性',
1.6       bisitz   10626: 
                   10627:    'File quota'
1.12      zhu      10628: => '文件共享',
1.6       bisitz   10629: 
                   10630:    'Default access dates'
1.12      zhu      10631: => '默认访问日期',
1.6       bisitz   10632: 
                   10633:    'Different collaborative tools<br />for different members:'
1.27      zhu      10634: => '不同的协作工具<br />对不同的成员组成:',
1.6       bisitz   10635: 
                   10636:    'Start date'
                   10637: => '开始日期',
                   10638: 
                   10639:    'Start date:'
                   10640: => '开始日期:',
                   10641: 
                   10642:    'End date'
                   10643: => '结束日期',
                   10644: 
                   10645:    'End date:'
                   10646: => '结束日期:',
                   10647: 
                   10648:    'Available for assignment to members:'
1.57      zhu      10649: => '可供成员访问:',
1.6       bisitz   10650: 
                   10651:    'Unavailable for assignment:'
1.57      zhu      10652: => '没有可能访问:',
1.6       bisitz   10653: 
                   10654:    'User privileges for collaborative tools'
1.57      zhu      10655: => '协作工具的用户权限',
1.6       bisitz   10656: 
                   10657:    '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  10658: => '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   10659: 
                   10660:    'For some tools there are also additional optional privileges which can be set.'
1.93      raeburn  10661: => 'For some tools there are also additional optional privileges which can be set.',
1.6       bisitz   10662: 
                   10663:    'Choose one of the following:'
1.93      raeburn  10664: => 'Choose one of the following:',
1.6       bisitz   10665: 
                   10666:    '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  10667: => '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   10668: 
                   10669:    'As you have chosen not to include any collaborative tools in the group, no default optional privileges need to be set.'
1.93      raeburn  10670: => 'As you have chosen not to include any collaborative tools in the group, no default optional privileges need to be set.',
1.6       bisitz   10671: 
                   10672:    'Group membership'
1.12      zhu      10673: => '组员',
1.6       bisitz   10674: 
                   10675:    'Add members'
1.12      zhu      10676: => '添加成员',
1.6       bisitz   10677: 
                   10678:    'Assign collaborative tools'
1.27      zhu      10679: => '转让协作工具',
1.6       bisitz   10680: 
                   10681:    'Tools'
1.12      zhu      10682: => '工具',
1.6       bisitz   10683: 
                   10684:    'Add Members'
1.12      zhu      10685: => '添加成员',
1.6       bisitz   10686: 
                   10687:    'Add?'
1.18      zhu      10688: => '添加?',
1.6       bisitz   10689: 
                   10690:    'All:'
1.18      zhu      10691: => '全部:',
1.6       bisitz   10692: 
                   10693:    '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  10694: => '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   10695: 
                   10696:    '[_1] [_2] was created.<br />'
1.12      zhu      10697: => '[_1] [_2] 已创建。<br />',
1.6       bisitz   10698: 
                   10699:    'Group membership list updated.'
1.12      zhu      10700: => '该组成员名单已经更新。',
1.6       bisitz   10701: 
                   10702:    '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  10703: => '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   10704: 
                   10705:    'An error occurred while updating the group membership list:'
1.93      raeburn  10706: => 'An error occurred while updating the group membership list:',
1.6       bisitz   10707: 
                   10708:    'Choose Privileges'
1.93      raeburn  10709: => 'Choose Privileges',
1.6       bisitz   10710: 
                   10711:    'Setting Changes Complete'
1.98      bisitz   10712: => 'Setting Changes Complete',
1.6       bisitz   10713: 
                   10714:    'Modifications Complete'
1.98      bisitz   10715: => 'Modifications Complete',
1.6       bisitz   10716: 
                   10717:    'Creation Complete'
1.93      raeburn  10718: => 'Creation Complete',
1.6       bisitz   10719: 
                   10720:    'Additions Complete'
1.93      raeburn  10721: => 'Additions Complete',
1.6       bisitz   10722: 
                   10723:    'Verify deletion'
1.93      raeburn  10724: => 'Verify deletion',
1.6       bisitz   10725: 
                   10726:    'Deletion Complete'
1.93      raeburn  10727: => 'Deletion Complete',
1.6       bisitz   10728: 
                   10729:    'Create Group'
1.12      zhu      10730: => '创建组',
1.6       bisitz   10731: 
                   10732:    'discussion'
1.12      zhu      10733: => '论坛',
1.6       bisitz   10734: 
                   10735:    'email files'
1.12      zhu      10736: => '电子邮件档案',
1.6       bisitz   10737: 
                   10738:    'homepage'
1.12      zhu      10739: => '主页',
1.6       bisitz   10740: 
                   10741:    'roster'
1.12      zhu      10742: => '花名册',
1.6       bisitz   10743: 
                   10744:    'Edit Group Homepage'
1.12      zhu      10745: => '编辑组首页',
1.6       bisitz   10746: 
                   10747:    'Edit Group Settings'
1.12      zhu      10748: => '编辑组设置',
1.6       bisitz   10749: 
                   10750:    'Available Group Tools'
1.12      zhu      10751: => '可用的工具组',
1.6       bisitz   10752: 
1.22      zhu      10753:    'Group Chat Room'
1.12      zhu      10754: => '组聊天室',
1.6       bisitz   10755: 
                   10756:    'Group e-mail'
1.12      zhu      10757: => '组电子邮箱',
1.6       bisitz   10758: 
                   10759:    'Group page - [_1]'
1.12      zhu      10760: => '组页 - [_1]',
1.6       bisitz   10761: 
                   10762:    '[_1] discussion boards - [_2]'
1.12      zhu      10763: => '[_1] 论坛 - [_2]',
1.6       bisitz   10764: 
                   10765:    'New Discussion Board'
1.12      zhu      10766: => '创建新论坛',
1.6       bisitz   10767: 
                   10768:    'There are currently no discussion boards in this [_1].'
1.12      zhu      10769: => '在这 [_1] 里目前还没有论坛。',
1.6       bisitz   10770: 
                   10771:    'Discussion Board Title'
1.12      zhu      10772: => '论坛讨论标题',
1.6       bisitz   10773: 
                   10774:    'The new discussion board was added successfully.<br />'
1.12      zhu      10775: => '新的讨论论坛已成功创建。<br />',
1.6       bisitz   10776: 
                   10777:    'Edit [_1] board'
1.12      zhu      10778: => '编辑 [_1] 论坛',
1.6       bisitz   10779: 
                   10780:    'View all group discussion boards'
1.12      zhu      10781: => '查看各组讨论论坛',
1.6       bisitz   10782: 
                   10783:    'Show Student View'
1.12      zhu      10784: => '以学生视角显示',
1.6       bisitz   10785: 
                   10786:    'Note: in anonymous discussion, your name is visible only to course faculty'
1.12      zhu      10787: => '注意:在匿名的讨论中,你的名字只有课程教师看的见。',
1.6       bisitz   10788: 
                   10789:    'Send a Message in a Group'
1.12      zhu      10790: => '组内发送邮件',
1.6       bisitz   10791: 
                   10792:    'As this group has no members, there are no recipients to select.'
1.12      zhu      10793: => '由于这组没有成员,您无法选择收件人。',
1.6       bisitz   10794: 
                   10795:    'Allow replies'
1.10      zhu      10796: => '允许回复',
1.6       bisitz   10797: 
                   10798:    'Reply to'
1.10      zhu      10799: => '回复',
1.6       bisitz   10800: 
                   10801:    'Group Portfolio'
1.12      zhu      10802: => '组档案',
1.6       bisitz   10803: 
                   10804:    '[_1] portfolio files - [_2]'
1.13      zhu      10805: => '[_1] 组合文件 - [_2]',
1.6       bisitz   10806: 
                   10807:    'There are no membership data to display for this [_1]'
1.93      raeburn  10808: => 'There are no membership data to display for this [_1]',
1.6       bisitz   10809: 
                   10810:    'Group Membership'
1.12      zhu      10811: => '组成员',
1.6       bisitz   10812: 
                   10813:    '[_1] membership status - [_2]'
1.12      zhu      10814: => '[_1] 成员状态 - [_2]',
1.6       bisitz   10815: 
                   10816:    'Group Message'
1.55      zhu      10817: => '组邮件',
1.6       bisitz   10818: 
                   10819:    'Compose Group Message'
1.55      zhu      10820: => '撰写组邮件',
1.6       bisitz   10821: 
                   10822:    'Course Discussion Boards'
1.9       zhu      10823: => '课程讨论区',
1.6       bisitz   10824: 
                   10825:    'Post Discussion'
1.12      zhu      10826: => '提交讨论文件',
1.6       bisitz   10827: 
                   10828:    'Post Anonymous Discussion'
1.12      zhu      10829: => '匿名提交讨论文件',
1.6       bisitz   10830: 
                   10831:    'Content'
1.12      zhu      10832: => '内容',
1.6       bisitz   10833: 
                   10834:    'You do not currently have rights to view this group.'
1.93      raeburn  10835: => 'You do not currently have rights to view this group.',
1.6       bisitz   10836: 
                   10837:    'No page information provided.'
1.93      raeburn  10838: => 'No page information provided.',
1.6       bisitz   10839: 
                   10840:    '<p>No page information provided.</p>'
1.99      raeburn  10841: => '<p>No page information provided.</p>',
1.6       bisitz   10842: 
                   10843:    'Available functions'
1.12      zhu      10844: => '可用的功能',
1.6       bisitz   10845: 
                   10846:    'No group functionality.'
1.93      raeburn  10847: => 'No group functionality.',
1.6       bisitz   10848: 
                   10849:    'No group functionality (e.g., e-mail, discussion, chat or file upload) is currently available to you in this group: [_1].'
1.93      raeburn  10850: => 'No group functionality (e.g., e-mail, discussion, chat or file upload) is currently available to you in this group: [_1].',
1.6       bisitz   10851: 
                   10852:    'Group Page'
1.12      zhu      10853: => '组页',
1.6       bisitz   10854: 
1.57      zhu      10855:    'Quota allocated to group portfolio:'
                   10856: => '配额分配给组文件夹',
                   10857: 
1.6       bisitz   10858: 
                   10859:    'The quota is currently [_1] Mb'
1.57      zhu      10860: => '目前的配额: [_1] MB',
1.6       bisitz   10861: 
                   10862:    'The quota can be increased to [_1] Mb, by adding all unallocated space for groups in the course.'
1.57      zhu      10863: => '配额可提高到 [_1] MB, 加上该课程的组中所有未分配的空间。',
1.6       bisitz   10864: 
                   10865:    '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      10866: => '每个协作工具,包括核心权限,分配给所有成员基本权限。某些工具可能会还具有额外的权限,即可以设置特定的成员。',
1.6       bisitz   10867: 
                   10868:    'All group members will receive the same privileges for any tool assigned to them, including the default set of optional privileges.'
1.57      zhu      10869: => '所有组成员分配给他们的任何工具将得到相同的权限,包括默认设置可选特权。',
1.6       bisitz   10870: 
                   10871:    'Different group members may receive different privileges from others for the tools they have been assigned.'
1.93      raeburn  10872: => 'Different group members may receive different privileges from others for the tools they have been assigned.',
1.6       bisitz   10873: 
                   10874:    'Indicate which <b>optional</b> privileges members will receive by default for a specific tool.'
1.93      raeburn  10875: => 'Indicate which <b>optional</b> privileges members will receive by default for a specific tool.',
1.6       bisitz   10876: 
                   10877:    '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  10878: => '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   10879: 
                   10880:    'if enabled on the next page'
1.93      raeburn  10881: => 'if enabled on the next page',
1.6       bisitz   10882: 
                   10883:    'if enabled below'
1.93      raeburn  10884: => 'if enabled below',
1.6       bisitz   10885: 
                   10886:    'Additional privileges'
1.93      raeburn  10887: => 'Additional privileges',
1.6       bisitz   10888: 
                   10889:    'Fixed privileges'
1.57      zhu      10890: => '固定权限',
1.6       bisitz   10891: 
                   10892:    'Optional privileges'
1.57      zhu      10893: => '任择权限',
1.6       bisitz   10894: 
                   10895:    'Collaborative Tool'
1.57      zhu      10896: => '协作工具',
1.6       bisitz   10897: 
                   10898:    'Fixed'
1.57      zhu      10899: => '固定的',
1.6       bisitz   10900: 
                   10901:    'Optional'
1.57      zhu      10902: => '可选的',
1.6       bisitz   10903: 
                   10904:    'Additional Tools'
1.57      zhu      10905: => '其他工具',
1.6       bisitz   10906: 
                   10907:    'Core privileges'
1.57      zhu      10908: => '基本权限',
1.6       bisitz   10909: 
                   10910:    '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  10911: => '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   10912: 
                   10913:    'All new group members will receive the same privileges.'
1.57      zhu      10914: => '所有新的小组成员将得到同样的权限。',
1.6       bisitz   10915: 
                   10916:    '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      10917: => '如果以前到期的成员正在重新启用,或者未来进入的成员现在正在激活,先前的权限将被保留。',
1.6       bisitz   10918: 
                   10919:    'As no group members are being added, there are no specific user privileges to set.'
1.57      zhu      10920: => '由于没有增加组成员,没有设置具体用户的权限。',
1.6       bisitz   10921: 
                   10922:    '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      10923: => '目前还没有任何组织成员的权限以显示或设置,因为您还没有表示,你将被激活,重新启用,改变权限,或添加/删除任何现有成员的工具。',
1.6       bisitz   10924: 
                   10925:    'Currently the group is configured '
1.57      zhu      10926: => '目前该组的配置, ',
1.6       bisitz   10927: 
                   10928:    'so different members can receive different optional privileges for a particular tool.'
1.57      zhu      10929: => '不同成员为特定的工具可以得到不同的可选权限。',
1.6       bisitz   10930: 
                   10931:    'so all members will receive the same optional privileges for a particular tool.'
1.57      zhu      10932: => '所有成员为特定的工具可以得到相同的可选权限。',
1.6       bisitz   10933: 
                   10934:    'Settings for automatic group enrollment'
1.57      zhu      10935: => '设置自动分配组',
1.6       bisitz   10936: 
                   10937:    'Group membership mapping to specific sections/roles'
1.93      raeburn  10938: => 'Group membership mapping to specific sections/roles',
1.6       bisitz   10939: 
                   10940:    'Enable/disable automatic group enrollment for users in specified roles and sections'
1.93      raeburn  10941: => 'Enable/disable automatic group enrollment for users in specified roles and sections',
1.6       bisitz   10942: 
                   10943:    '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  10944: => '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   10945: 
                   10946:    "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  10947: => "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   10948: 
                   10949:    'Automatically enable group membership when roles are added?'
1.93      raeburn  10950: => 'Automatically enable group membership when roles are added?',
1.6       bisitz   10951: 
                   10952:    'Automatically expire group membership when roles are removed?'
1.93      raeburn  10953: => 'Automatically expire group membership when roles are removed?',
1.6       bisitz   10954: 
                   10955:    'Currently set to'
1.57      zhu      10956: => '当前设置为',
1.6       bisitz   10957: 
                   10958:    'Mapping of roles and sections affected by automatic group enrollment/disenrollment follows scheme chosen below.'
1.93      raeburn  10959: => 'Mapping of roles and sections affected by automatic group enrollment/disenrollment follows scheme chosen below.',
1.6       bisitz   10960: 
                   10961:    'Pick roles and sections for automatic group enrollment'
1.93      raeburn  10962: => 'Pick roles and sections for automatic group enrollment',
1.6       bisitz   10963: 
                   10964:    'Active?'
1.57      zhu      10965: => '激活?',
1.6       bisitz   10966: 
1.57      zhu      10967:    'Send group message'
1.12      zhu      10968: => '发送组邮件', # .n.t.
1.6       bisitz   10969: 
                   10970:    'Create boards'
1.12      zhu      10971: => '创建论坛', # n.t.
1.6       bisitz   10972: 
                   10973:    'Edit own posts'
1.57      zhu      10974: => '编辑自己的帖子', # .n.t.
1.6       bisitz   10975: 
                   10976:    'Hide/Delete any post'
1.57      zhu      10977: => '隐藏/删除 任意帖子',
1.6       bisitz   10978: 
                   10979:    'View boards'
1.57      zhu      10980: => '查看论坛', # .n.t.
1.6       bisitz   10981: 
                   10982:    'Control Access'
1.57      zhu      10983: => '访问控制', # .n.t.
1.6       bisitz   10984: 
                   10985:    'Basic Display'
1.57      zhu      10986: => '基本显示', # .n.t.
1.6       bisitz   10987: 
                   10988:    'Detailed Display'
1.57      zhu      10989: => '详细显示', # .n.t.
1.6       bisitz   10990: 
                   10991:    'View page'
1.57      zhu      10992: => '查看网页', # .n.t.
1.6       bisitz   10993: 
                   10994:    'Modify page'
1.57      zhu      10995: => '修改网页', # .n.t.
1.6       bisitz   10996: 
                   10997:    'email'
1.93      raeburn  10998: => 'email',
1.6       bisitz   10999: 
1.57      zhu      11000:    'Broadcast message'
                   11001: => '广播邮件',
1.6       bisitz   11002: 
                   11003:    'files'
1.12      zhu      11004: => '文件',
1.6       bisitz   11005: 
                   11006:    'Foils without names exist. This can cause problems to malfunction.'
1.93      raeburn  11007: => 'Foils without names exist. This can cause problems to malfunction.',
1.6       bisitz   11008: 
                   11009:    'Unknown area style [_1]'
1.93      raeburn  11010: => 'Unknown area style [_1]',
1.6       bisitz   11011: 
                   11012:    "The message itself will begin with a first line: <i>'Forwarded message from'</i> followed by the original sender's name."
1.93      raeburn  11013: => "The message itself will begin with a first line: <i>'Forwarded message from'</i> followed by the original sender's name.",
1.6       bisitz   11014: 
                   11015:    'Forwarded message from '
1.93      raeburn  11016: => 'Forwarded message from ',
1.6       bisitz   11017: 
                   11018:    'You received a critical message from [_1] in LON-CAPA.'
1.93      raeburn  11019: => 'You received a critical message from [_1] in LON-CAPA.',
1.6       bisitz   11020: 
                   11021:    'You received a message from [_1] in LON-CAPA.'
1.93      raeburn  11022: => 'You received a message from [_1] in LON-CAPA.',
1.6       bisitz   11023: 
                   11024:    "'New'  critical message from "
1.93      raeburn  11025: => "'New'  critical message from ",
1.6       bisitz   11026: 
                   11027:    "'New'  message from "
1.93      raeburn  11028: => "'New'  message from ",
1.6       bisitz   11029: 
                   11030:    'Refers to'
1.93      raeburn  11031: => 'Refers to',
1.6       bisitz   11032: 
                   11033:    'Previous attempts of student (if applicable)'
1.93      raeburn  11034: => 'Previous attempts of student (if applicable)',
1.6       bisitz   11035: 
                   11036:    'Original screen output (if applicable)'
1.93      raeburn  11037: => 'Original screen output (if applicable)',
1.6       bisitz   11038: 
                   11039:    'Correct Answer(s) (if applicable)'
1.93      raeburn  11040: => 'Correct Answer(s) (if applicable)',
1.6       bisitz   11041: 
                   11042:    '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  11043: => '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   11044: 
                   11045:    'The subject is 
                   11046: 
                   11047:  [_1]
                   11048: 
                   11049: '
1.99      raeburn  11050: => 'The subject is 
1.6       bisitz   11051: 
                   11052:  [_1]
                   11053: 
                   11054: ',
                   11055: 
                   11056:    'Excerpt'
1.93      raeburn  11057: => 'Excerpt',
1.6       bisitz   11058: 
                   11059:    'Use 
                   11060: 
                   11061:  [_1]
                   11062: 
                   11063: to access the full message.'
1.99      raeburn  11064: => 'Use 
1.6       bisitz   11065: 
                   11066:  [_1]
                   11067: 
1.99      raeburn  11068: to access the full message.',
1.6       bisitz   11069: 
                   11070:    'You can reply to this message'
1.93      raeburn  11071: => 'You can reply to this message',
1.6       bisitz   11072: 
                   11073:    'A reply will not be received by the recipient!'
1.93      raeburn  11074: => 'A reply will not be received by the recipient!',
1.6       bisitz   11075: 
                   11076:    "Include in course's 'User records' for recipient(s)"
1.10      zhu      11077: => "包括课程中的'用户记录'给收信人",
1.6       bisitz   11078: 
                   11079:    'No replies to sender'
1.10      zhu      11080: => '没有答复发件人',
1.6       bisitz   11081: 
                   11082:    'Display Message'
1.10      zhu      11083: => '显示邮件',
1.6       bisitz   11084: 
                   11085:    'Replying to a Message'
1.10      zhu      11086: => '回复邮件',
1.6       bisitz   11087: 
                   11088:    'Forwarding a Message'
1.10      zhu      11089: => '转发邮件',
1.6       bisitz   11090: 
                   11091:    'Forwarding Multiple Messages'
1.10      zhu      11092: => '转发多封邮件',
1.6       bisitz   11093: 
                   11094:    'At end of file some tags were still left unclosed, '
1.93      raeburn  11095: => 'At end of file some tags were still left unclosed, ',
1.6       bisitz   11096: 
                   11097:    'Upload and Send'
1.10      zhu      11098: => '上传和发送',
1.6       bisitz   11099: 
                   11100:    'Choose which course(s) to list.'
1.93      raeburn  11101: => 'Choose which course(s) to list.',
1.6       bisitz   11102: 
                   11103:    'Display courses'
1.10      zhu      11104: => '显示课程',
1.6       bisitz   11105: 
                   11106:    'Public'
1.10      zhu      11107: => '公开的',
1.6       bisitz   11108: 
1.35      bisitz   11109:    'Answer [_1]'
                   11110: => '答复 [_1]',
1.6       bisitz   11111: 
                   11112:    'EditXML [_1]'
1.93      raeburn  11113: => 'EditXML [_1]',
1.6       bisitz   11114: 
                   11115:    'Not authorized'
1.10      zhu      11116: => '未授权',
1.6       bisitz   11117: 
                   11118:    'An error occurred while processing this resource. The author has been notified.'
1.93      raeburn  11119: => 'An error occurred while processing this resource. The author has been notified.',
1.6       bisitz   11120: 
                   11121:    'Code ran too long. It ran for more than'
1.93      raeburn  11122: => 'Code ran too long. It ran for more than',
1.6       bisitz   11123: 
                   11124:    'seconds occurred while running &lt;while&gt; on line'
1.93      raeburn  11125: => 'seconds occurred while running &lt;while&gt; on line',
1.6       bisitz   11126: 
                   11127:    'Student View'
1.18      zhu      11128: => '学生视野',
1.6       bisitz   11129: 
                   11130:    'Correct answer'
1.18      zhu      11131: => '正确答案',
1.6       bisitz   11132: 
                   11133:    'Could not identify problem.'
1.18      zhu      11134: => '无法确定的问题。', # ???
1.6       bisitz   11135: 
                   11136:    'Chart'
1.18      zhu      11137: => '图表',
1.6       bisitz   11138: 
1.77      bisitz   11139:    'Student Data'
                   11140: => '学生资料',
1.6       bisitz   11141: 
                   11142:    'HTML, with links'
1.18      zhu      11143: => 'HTML格式,链接',
1.6       bisitz   11144: 
                   11145:    'HTML, with all links'
1.18      zhu      11146: => 'HTML格式,与所有链接',
1.6       bisitz   11147: 
                   11148:    'HTML, without links'
1.18      zhu      11149: => 'HTML格式,没有链接',
1.6       bisitz   11150: 
                   11151:    'Output Data'
1.18      zhu      11152: => '输出数据',
1.6       bisitz   11153: 
                   11154:    'Scores Summary'
1.18      zhu      11155: => '总分',
1.6       bisitz   11156: 
                   11157:    'Scores Per Problem'
1.18      zhu      11158: => '每题分数',
1.6       bisitz   11159: 
                   11160:    'Parts Correct'
1.93      raeburn  11161: => 'Parts Correct',
1.6       bisitz   11162: 
                   11163:    'fullname'
1.18      zhu      11164: => '全名',
1.6       bisitz   11165: 
                   11166:    'id'
1.18      zhu      11167: => 'ID/学生证号',
1.6       bisitz   11168: 
                   11169:    'Generate Chart'
1.18      zhu      11170: => '生成图表',
1.6       bisitz   11171: 
                   11172:    'Generate Graph'
1.18      zhu      11173: => '生成图',
1.6       bisitz   11174: 
                   11175:    'Select One Student'
1.18      zhu      11176: => '选择一个学生',
1.6       bisitz   11177: 
                   11178:    'All sections.'
1.18      zhu      11179: => '所有科目。',
1.6       bisitz   11180: 
                   11181:    'Section [_1].'
1.18      zhu      11182: => '章节 [_1]。',
1.6       bisitz   11183: 
                   11184:    'Section [_1]'
1.18      zhu      11185: => '章节 [_1]',
1.6       bisitz   11186: 
                   11187:    'Sections [_1] and [_2].'
1.18      zhu      11188: => '章节 [_1] 和 [_2]。',
1.6       bisitz   11189: 
                   11190:    'All groups.'
1.12      zhu      11191: => '所有组。',
1.6       bisitz   11192: 
                   11193:    'Group [_1].'
1.12      zhu      11194: => '组 [_1].',
1.6       bisitz   11195: 
                   11196:    'Groups [_1] and [_2].'
1.12      zhu      11197: => '组 [_1] 和 [_2].',
1.6       bisitz   11198: 
                   11199:    'Active access status.'
1.93      raeburn  11200: => 'Active access status.',
1.6       bisitz   11201: 
                   11202:    'Future access status.'
1.93      raeburn  11203: => 'Future access status.',
1.6       bisitz   11204: 
                   11205:    'Expired access status.'
1.93      raeburn  11206: => 'Expired access status.',
1.6       bisitz   11207: 
                   11208:    'Any access status.'
1.93      raeburn  11209: => 'Any access status.',
1.6       bisitz   11210: 
                   11211:    'Show links in new window:'
1.93      raeburn  11212: => 'Show links in new window:',
1.6       bisitz   11213: 
1.77      bisitz   11214:    'Summary Table'
1.93      raeburn  11215: => 'Summary Table',
1.77      bisitz   11216: 
1.6       bisitz   11217:    'Summary Tables'
1.93      raeburn  11218: => 'Summary Tables',
1.6       bisitz   11219: 
1.77      bisitz   11220:    'Summary table for [_1] ([_2])'
1.93      raeburn  11221: => 'Summary table for [_1] ([_2])',
1.6       bisitz   11222: 
                   11223:    'Average'
1.93      raeburn  11224: => 'Average',
1.6       bisitz   11225: 
1.77      bisitz   11226:    'maximum'
1.93      raeburn  11227: => 'maximum',
1.77      bisitz   11228: 
1.6       bisitz   11229:    'Maximum'
                   11230: => 'Maximum',
                   11231: 
1.77      bisitz   11232:    'Max. Total'
1.93      raeburn  11233: => 'Max. Total',
1.77      bisitz   11234: 
                   11235:    'Median'
                   11236: => 'Median',
                   11237: 
                   11238:    'Std Dev'
1.93      raeburn  11239: => 'Std Dev',
1.77      bisitz   11240: 
                   11241:    'sum'
1.93      raeburn  11242: => 'sum',
1.77      bisitz   11243: 
                   11244:    'maximum possible'
1.93      raeburn  11245: => 'maximum possible',
1.77      bisitz   11246: 
                   11247:    'parts correct'
1.93      raeburn  11248: => 'parts correct',
1.77      bisitz   11249: 
1.6       bisitz   11250:    'Return to the chart'
1.93      raeburn  11251: => 'Return to the chart',
1.6       bisitz   11252: 
1.77      bisitz   11253:    'Compiled on [_1]'
1.93      raeburn  11254: => 'Compiled on [_1]',
1.77      bisitz   11255: 
1.6       bisitz   11256:    "Click on a student's name or username to view their chart"
1.93      raeburn  11257: => "Click on a student's name or username to view their chart",
1.6       bisitz   11258: 
                   11259:    'status'
1.57      zhu      11260: => '状态',
1.6       bisitz   11261: 
                   11262:    'groups'
1.12      zhu      11263: => '组',
1.6       bisitz   11264: 
                   11265:    'Click on a students name or username to view their chart'
1.93      raeburn  11266: => 'Click on a students name or username to view their chart',
1.6       bisitz   11267: 
                   11268:    'Essay will be hand graded.'
1.93      raeburn  11269: => 'Essay will be hand graded.',
1.6       bisitz   11270: 
                   11271:    'Text you want to appear by default:'
1.18      zhu      11272: => '文字在默认情况下显示:',
1.6       bisitz   11273: 
                   11274:    'Check as many files as you wish in response to the problem:'
1.13      zhu      11275: => '选择所有的文件对于您想答复的问题:',
1.6       bisitz   11276: 
                   11277:    'Select portfolio files'
1.13      zhu      11278: => '选择组合文件',
1.6       bisitz   11279: 
                   11280:    'Select checked files, and continue selecting'
1.13      zhu      11281: => '选择文件并继续选择',
1.6       bisitz   11282: 
                   11283:    'Select checked files, and close window'
1.13      zhu      11284: => '选择文件并关闭窗口',
1.6       bisitz   11285: 
                   11286:    'Copy of'
1.93      raeburn  11287: => 'Copy of',
1.6       bisitz   11288: 
                   11289:    '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  11290: => '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   11291: 
                   11292:    'Overall result: [_1]'
1.18      zhu      11293: => '总分: [_1]',
1.6       bisitz   11294: 
                   11295:    'Dimension: [_1], status [_2] '
1.93      raeburn  11296: => 'Dimension: [_1], status [_2] ',
1.6       bisitz   11297: 
                   11298:    'Queue Status'
1.10      zhu      11299: => '队列状态',
1.6       bisitz   11300: 
                   11301:    'Check Mark'
1.10      zhu      11302: => '核选标记',
1.6       bisitz   11303: 
                   11304:    'Return commented version of [_1] to student.'
1.93      raeburn  11305: => 'Return commented version of [_1] to student.',
1.6       bisitz   11306: 
                   11307:    'Download All Submitted Documents'
1.93      raeburn  11308: => 'Download All Submitted Documents',
1.6       bisitz   11309: 
1.52      bisitz   11310:    'Essay is [_1]% similar to an essay by [_2] in course [_3] (course id [_4]:[_5])'
1.93      raeburn  11311: => 'Essay is [_1]% similar to an essay by [_2] in course [_3] (course id [_4]:[_5])',
1.6       bisitz   11312: 
                   11313:    'Compose message to student'
1.93      raeburn  11314: => 'Compose message to student',
1.6       bisitz   11315: 
                   11316:    'incl. grades'
1.10      zhu      11317: => '包含评分',
1.6       bisitz   11318: 
1.66      bisitz   11319:    'Message will be sent when you click on Save &amp; Next below.'
1.93      raeburn  11320: => 'Message will be sent when you click on Save &amp; Next below.',
1.6       bisitz   11321: 
                   11322:    'Set/Change parameters'
1.93      raeburn  11323: => 'Set/Change parameters',
1.6       bisitz   11324: 
                   11325:    'Grading Feedback'
1.27      zhu      11326: => '评估反馈',
1.6       bisitz   11327: 
1.52      bisitz   11328:    'Sending message to [_1]'
                   11329: => '发送邮件至 [_1]',
1.6       bisitz   11330: 
                   11331:    'Not allowed to modify grades for [_1]'
1.93      raeburn  11332: => 'Not allowed to modify grades for [_1]',
1.6       bisitz   11333: 
                   11334:    'You need to specify the username or ID'
1.93      raeburn  11335: => 'You need to specify the username or ID',
1.6       bisitz   11336: 
                   11337:    'You need to specify at least one grading field'
1.93      raeburn  11338: => 'You need to specify at least one grading field',
1.6       bisitz   11339: 
                   11340:    'Specify a file containing the class scores for current resource'
1.93      raeburn  11341: => 'Specify a file containing the class scores for current resource',
1.6       bisitz   11342: 
                   11343:    'Upload Scores'
1.27      zhu      11344: => '上传分数',
1.6       bisitz   11345: 
                   11346:    'Some point values were assigned for problems with a weight of zero. These values were ignored.'
1.93      raeburn  11347: => 'Some point values were assigned for problems with a weight of zero. These values were ignored.',
1.6       bisitz   11348: 
                   11349:    'Use CODE:'
1.93      raeburn  11350: => 'Use CODE:',
1.6       bisitz   11351: 
                   11352:    'Some resources in the sequence currently are not set to exam mode. Grading these resources currently may not work correctly.'
1.93      raeburn  11353: => 'Some resources in the sequence currently are not set to exam mode. Grading these resources currently may not work correctly.',
1.6       bisitz   11354: 
                   11355:    'scores from file' # Upload scores from file
1.93      raeburn  11356: => 'scores from file',
1.6       bisitz   11357: 
                   11358:    'Process'
1.93      raeburn  11359: => 'Process',
1.6       bisitz   11360: 
                   11361:    'clicker file' # Process clicker file
1.93      raeburn  11362: => 'clicker file',
1.6       bisitz   11363: 
                   11364:    'Grade'
1.93      raeburn  11365: => 'Grade',
1.6       bisitz   11366: 
                   11367:    'scantron forms' # Grade scantron forms
1.93      raeburn  11368: => 'scantron forms',
1.6       bisitz   11369: 
                   11370:    'Verify'
1.98      bisitz   11371: => 'Verify',
1.6       bisitz   11372: 
                   11373:    'receipt'
1.93      raeburn  11374: => 'receipt',
1.6       bisitz   11375: 
                   11376:    'Manage'
1.93      raeburn  11377: => 'Manage',
1.6       bisitz   11378: 
                   11379:    'saved CODEs' # View saved CODEs
1.93      raeburn  11380: => 'saved CODEs', # n.t.
1.6       bisitz   11381: 
                   11382:    'Specify a file containing the clicker information for this resource'
1.93      raeburn  11383: => 'Specify a file containing the clicker information for this resource',
1.6       bisitz   11384: 
                   11385:    'Upload File'
1.27      zhu      11386: => '上传文件',
1.6       bisitz   11387: 
                   11388:    'Award points just for participation'
1.93      raeburn  11389: => 'Award points just for participation',
1.6       bisitz   11390: 
                   11391:    'Correctness determined from response by course personnel'
1.93      raeburn  11392: => 'Correctness determined from response by course personnel',
1.6       bisitz   11393: 
                   11394:    'Correctness determined from response with clicker ID(s)'
1.93      raeburn  11395: => 'Correctness determined from response with clicker ID(s)',
1.6       bisitz   11396: 
                   11397:    'Percentage points for correct solution'
1.93      raeburn  11398: => 'Percentage points for correct solution',
1.6       bisitz   11399: 
                   11400:    'Percentage points for incorrect solution'
1.93      raeburn  11401: => 'Percentage points for incorrect solution',
1.6       bisitz   11402: 
                   11403:    'You need to specify a clicker ID for the correct answer'
1.93      raeburn  11404: => 'You need to specify a clicker ID for the correct answer',
1.6       bisitz   11405: 
                   11406:    'Score based on attendance only'
1.93      raeburn  11407: => 'Score based on attendance only',
1.6       bisitz   11408: 
                   11409:    'Correctness determined by the following IDs'
1.93      raeburn  11410: => 'Correctness determined by the following IDs',
1.6       bisitz   11411: 
                   11412:    'specified'
1.93      raeburn  11413: => 'specified',
1.6       bisitz   11414: 
                   11415:    'No IDs found to determine correct answer'
1.93      raeburn  11416: => 'No IDs found to determine correct answer',
1.6       bisitz   11417: 
                   11418:    '[_1] Error: [_2] The file you attempted to upload, [_3] contained no information. Please check that you entered the correct filename.'
1.98      bisitz   11419: => '[_1] Error: [_2] The file you attempted to upload, [_3] contained no information. Please check that you entered the correct filename.',
1.6       bisitz   11420: 
                   11421:    'Scanning clicker file'
1.93      raeburn  11422: => 'Scanning clicker file',
1.6       bisitz   11423: 
                   11424:    'Found [_1] question(s)'
                   11425: => '[_1] Frage(n) gefunden',
                   11426: 
                   11427:    'Awarding [_1] percent for correct and [_2] percent for incorrect responses'
1.98      bisitz   11428: => 'Awarding [_1] percent for correct and [_2] percent for incorrect responses',
1.6       bisitz   11429: 
                   11430:    'Clicker registered more than once'
1.93      raeburn  11431: => 'Clicker registered more than once',
1.6       bisitz   11432: 
                   11433:    'Unregistered Clicker'
1.93      raeburn  11434: => 'Unregistered Clicker',
1.6       bisitz   11435: 
                   11436:    'Found [_1] registered and [_2] unregistered clickers.'
1.99      raeburn  11437: => 'Found [_1] registered and [_2] unregistered clickers.',
1.6       bisitz   11438: 
                   11439:    'Found no correct answers answers for grading!'
1.93      raeburn  11440: => 'Found no correct answers answers for grading!',
1.6       bisitz   11441: 
                   11442:    'Found [_1] entries for grading!'
1.98      bisitz   11443: => 'Found [_1] entries for grading!',
1.6       bisitz   11444: 
                   11445:    'Found no questions.'
1.93      raeburn  11446: => 'Found no questions.',
1.6       bisitz   11447: 
                   11448:    'Finalize Grading'
1.93      raeburn  11449: => 'Finalize Grading',
1.6       bisitz   11450: 
                   11451:    'Question [_1]'
1.93      raeburn  11452: => 'Question [_1]',
1.6       bisitz   11453: 
                   11454:    'Assigning grades based on clicker file'
1.93      raeburn  11455: => 'Assigning grades based on clicker file',
1.6       bisitz   11456: 
                   11457:    'More than one correct result given for question "[_1]": [_2] versus [_3].'
1.93      raeburn  11458: => 'More than one correct result given for question "[_1]": [_2] versus [_3].',
1.6       bisitz   11459: 
                   11460:    'No correct result given for question "[_1]"!'
1.93      raeburn  11461: => 'No correct result given for question "[_1]"!',
1.6       bisitz   11462: 
                   11463:    'Correct answer: [_1]'
1.18      zhu      11464: => '正确答案: [_1]',
1.6       bisitz   11465: 
                   11466:    'Successfully stored grades for [_1] student(s).'
1.93      raeburn  11467: => 'Successfully stored grades for [_1] student(s).',
1.6       bisitz   11468: 
                   11469:    'Grading Menu'
1.27      zhu      11470: => '评估菜单',
1.6       bisitz   11471: 
                   11472:    'Missing tags, unable to properly run file.'
1.93      raeburn  11473: => 'Missing tags, unable to properly run file.',
1.6       bisitz   11474: 
                   11475:    'Using tag [_1] on line [_2] as end tag to [_3]'
                   11476: => 'Using tag [_1] on line [_2] as end tag to [_3]', # ??? lonxml.pm [SB 2008-08-07]
                   11477: 
                   11478:    'Found tag [_1] on line [_2] when looking for [_3] in file.'
1.93      raeburn  11479: => 'Found tag [_1] on line [_2] when looking for [_3] in file.',
1.6       bisitz   11480: 
1.66      bisitz   11481:    'ID [_1] contains invalid characters. IDs are only allowed to contain letters, numbers, spaces and -'
1.93      raeburn  11482: => 'ID [_1] contains invalid characters. IDs are only allowed to contain letters, numbers, spaces and -',
1.6       bisitz   11483: 
                   11484:    'File not found'
1.93      raeburn  11485: => 'File not found',
1.6       bisitz   11486: 
                   11487:    '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  11488: => '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   11489: 
                   11490:    'An error occurred while processing this resource. The instructor has been notified.'
1.93      raeburn  11491: => 'An error occurred while processing this resource. The instructor has been notified.',
1.6       bisitz   11492: 
                   11493:    'CourseID'
1.27      zhu      11494: => '课程编号',
1.6       bisitz   11495: 
                   11496:    'DocID'
1.27      zhu      11497: => '文件编号',
1.6       bisitz   11498: 
                   11499:    'Username, password and domain need to be specified.'
1.27      zhu      11500: => '用户名,密码和域必须指定!',
1.6       bisitz   11501: 
                   11502:    'Untitled Resource'
1.27      zhu      11503: => '无名资源',
1.6       bisitz   11504: 
                   11505:    'Not Available'
1.93      raeburn  11506: => 'Not Available',
1.6       bisitz   11507: 
                   11508:    'Clear'
1.93      raeburn  11509: => 'Clear',
1.6       bisitz   11510: 
                   11511:    'There are no parameters.'
1.93      raeburn  11512: => 'There are no parameters.',
1.6       bisitz   11513: 
                   11514:    'enroll type/action'
1.27      zhu      11515: => '注册类型/行动',
1.6       bisitz   11516: 
                   11517:    '<br />Map not loaded: The file <tt>[_1]</tt> does not exist.'
1.99      raeburn  11518: => '<br />Map not loaded: The file <tt>[_1]</tt> does not exist.',
1.6       bisitz   11519: 
                   11520:    'Saved.'
1.18      zhu      11521: => '保存的。',
1.6       bisitz   11522: 
                   11523:    'An error occurred while saving.'
1.93      raeburn  11524: => 'An error occurred while saving.',
1.6       bisitz   11525: 
                   11526:    'Reverted.'
1.93      raeburn  11527: => 'Reverted.',
1.6       bisitz   11528: 
                   11529:    'Title in map'
1.93      raeburn  11530: => 'Title in map',
1.6       bisitz   11531: 
                   11532:    'Filename of resource'
1.93      raeburn  11533: => 'Filename of resource',
1.6       bisitz   11534: 
                   11535:    'Link to published resource'
1.93      raeburn  11536: => 'Link to published resource',
1.6       bisitz   11537: 
                   11538:    'Link to resource in Construction Space'
1.93      raeburn  11539: => 'Link to resource in Construction Space',
1.6       bisitz   11540: 
                   11541:    'Resource space'
1.93      raeburn  11542: => 'Resource space',
1.6       bisitz   11543: 
                   11544:    'Construction space'
1.93      raeburn  11545: => 'Construction space',
1.6       bisitz   11546: 
                   11547:    'discard'
1.93      raeburn  11548: => 'discard',
1.6       bisitz   11549: 
                   11550:    'Change Order'
1.93      raeburn  11551: => 'Change Order',
1.6       bisitz   11552: 
                   11553:    'Sort Imported Resources'
1.93      raeburn  11554: => 'Sort Imported Resources',
1.6       bisitz   11555: 
                   11556:    'Finalize order of resources'
1.93      raeburn  11557: => 'Finalize order of resources',
1.6       bisitz   11558: 
                   11559:    'Recover Deleted'
1.93      raeburn  11560: => 'Recover Deleted',
1.6       bisitz   11561: 
                   11562:    'Recover Removed Resources'
1.93      raeburn  11563: => 'Recover Removed Resources',
1.6       bisitz   11564: 
                   11565:    'Recover Checked'
1.93      raeburn  11566: => 'Recover Checked',
1.6       bisitz   11567: 
                   11568:    'Recent Detailed Assessment Statistical Data'
1.93      raeburn  11569: => 'Recent Detailed Assessment Statistical Data',
1.6       bisitz   11570: 
                   11571:    'No information available'
1.93      raeburn  11572: => 'No information available',
1.6       bisitz   11573: 
                   11574:    'Creating new file [_1]'
1.12      zhu      11575: => '创建新文件 [_1]',
1.6       bisitz   11576: 
                   11577:    '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  11578: => '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   11579: 
                   11580:     'Associate Resource With Selected Course'
1.93      raeburn  11581: => 'Associate Resource With Selected Course',
1.6       bisitz   11582: 
                   11583:    'This resource is currently associated with a course ([_1]) which includes added metadata fields specific to the course.'
1.93      raeburn  11584: => 'This resource is currently associated with a course ([_1]) which includes added metadata fields specific to the course.',
1.6       bisitz   11585: 
                   11586:    '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  11587: => '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   11588: 
                   11589:    'not available'
1.93      raeburn  11590: => 'not available',
1.6       bisitz   11591: 
                   11592:    'most recent version'
1.93      raeburn  11593: => 'most recent version',
1.6       bisitz   11594: 
                   11595:    'information not available'
1.93      raeburn  11596: => 'information not available',
1.6       bisitz   11597: 
                   11598:    'Num Student'
1.93      raeburn  11599: => 'Num Student',
1.6       bisitz   11600: 
                   11601:    'Degree of Difficulty'
1.93      raeburn  11602: => 'Degree of Difficulty',
1.6       bisitz   11603: 
                   11604:    'Degree of Discrimination'
1.93      raeburn  11605: => 'Degree of Discrimination',
1.6       bisitz   11606: 
                   11607:    'Time of computation'
1.93      raeburn  11608: => 'Time of computation',
1.6       bisitz   11609: 
                   11610:    'Messages deleted.'
1.22      zhu      11611: => '邮件已删除。',
1.6       bisitz   11612: 
                   11613:    'Error deleting messages'
1.93      raeburn  11614: => 'Error deleting messages',
1.6       bisitz   11615: 
                   11616:    'Messages cleared.'
1.22      zhu      11617: => '邮件已删除。',
1.6       bisitz   11618: 
                   11619:    'Error clearing messages'
1.22      zhu      11620: => '删除邮件时发生错误',
1.6       bisitz   11621: 
                   11622:    'Delete Messages for this Resource'
1.93      raeburn  11623: => 'Delete Messages for this Resource',
1.6       bisitz   11624: 
                   11625:    'Back To Directory'
1.10      zhu      11626: => '返回目录',
1.6       bisitz   11627: 
                   11628:    'Associated with course [_1]'
1.93      raeburn  11629: => 'Associated with course [_1]',
1.6       bisitz   11630: 
                   11631:    'This resource is not associated with a course.'
1.93      raeburn  11632: => 'This resource is not associated with a course.',
1.6       bisitz   11633: 
                   11634:    'Discard Edits and Return to Portfolio'
1.98      bisitz   11635: => 'Discard Edits and Return to Portfolio',
1.6       bisitz   11636: 
                   11637:    'Could not transfer data in added fields to notes'
1.93      raeburn  11638: => 'Could not transfer data in added fields to notes',
1.6       bisitz   11639: 
                   11640:    'Transferred data in added fields to notes'
1.93      raeburn  11641: => 'Transferred data in added fields to notes',
1.6       bisitz   11642: 
                   11643:    'Home'
1.36      zhu      11644: => '根目录',
1.6       bisitz   11645: 
                   11646:    'Usage Statistics'
1.36      zhu      11647: => '使用统计',
1.6       bisitz   11648: 
                   11649:    'Courses/Network Hits'
1.36      zhu      11650: => '课程/网络访问次数',
1.6       bisitz   11651: 
                   11652:    'Already in this course:<br />[_1] in folder/map [_2].<br />'
1.93      raeburn  11653: => 'Already in this course:<br />[_1] in folder/map [_2].<br />',
1.6       bisitz   11654: 
                   11655:    'External Resource, preview not enabled'
1.93      raeburn  11656: => 'External Resource, preview not enabled',
1.6       bisitz   11657: 
                   11658:    'Somewhere something went wrong'
1.93      raeburn  11659: => 'Somewhere something went wrong',
1.6       bisitz   11660: 
                   11661:    'Please help us to find out what.'
1.93      raeburn  11662: => 'Please help us to find out what.',
1.6       bisitz   11663: 
                   11664:    'Please take a moment to fill out the form below.'
1.93      raeburn  11665: => 'Please take a moment to fill out the form below.',
1.6       bisitz   11666: 
                   11667:    'Your information, together with internal debugging information, will be emailed to the system and server administrators.'
1.93      raeburn  11668: => 'Your information, together with internal debugging information, will be emailed to the system and server administrators.',
1.6       bisitz   11669: 
                   11670:    'Send Information'
1.18      zhu      11671: => '发送错误报告',
1.6       bisitz   11672: 
                   11673:    'Please describe what you did just before this screen came up'
1.93      raeburn  11674: => 'Please describe what you did just before this screen came up',
1.6       bisitz   11675: 
                   11676:    'Is this problem reproducible?'
1.93      raeburn  11677: => 'Is this problem reproducible?',
1.6       bisitz   11678: 
                   11679:    'Yes!'
1.18      zhu      11680: => '是!',
1.6       bisitz   11681: 
                   11682:    'Do you have any guesses why this might have happened?'
1.18      zhu      11683: => '你有任何猜测,为什么会发生?',
1.6       bisitz   11684: 
                   11685:    'Thank you for your help!'
1.18      zhu      11686: => '谢谢您的支持!',
1.6       bisitz   11687: 
                   11688:    'Internal info:'
1.18      zhu      11689: => '内部信息:',
1.6       bisitz   11690: 
                   11691:    'Report submitted'
1.18      zhu      11692: => '提交的报告',
1.6       bisitz   11693: 
                   11694:    'Sending Error Report'
1.18      zhu      11695: => '发送错误报告',
1.6       bisitz   11696: 
                   11697:    'Thank you!'
1.18      zhu      11698: => '谢谢您!',
1.6       bisitz   11699: 
                   11700:    'Warning: Report not submitted'
1.18      zhu      11701: => '警告:报告未提交',
1.6       bisitz   11702: 
                   11703:    'The administrators of the domain [_1] have not set any e-mail addresses for receipt of your error report.'
1.93      raeburn  11704: => 'The administrators of the domain [_1] have not set any e-mail addresses for receipt of your error report.',
1.6       bisitz   11705: 
                   11706:    'The document contains errors and cannot be published.'
1.93      raeburn  11707: => 'The document contains errors and cannot be published.',
1.6       bisitz   11708: 
                   11709:    'error(s)'
1.93      raeburn  11710: => 'error(s)',
1.6       bisitz   11711: 
                   11712:    '[quant,_1,error]'
1.99      raeburn  11713: => '[quant,_1,error]',
1.6       bisitz   11714: 
                   11715:    'Please fill out all fields below.'
1.18      zhu      11716: => '请填写以下所有问题。',
1.6       bisitz   11717: 
                   11718:    '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  11719: => '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   11720: 
1.68      bisitz   11721:    '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  11722: => '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   11723: 
1.6       bisitz   11724:    'Parameters'
1.26      zhu      11725: => '参数',
1.6       bisitz   11726: 
1.68      bisitz   11727:    'Parameters:'
                   11728: => '参数:',
                   11729: 
1.6       bisitz   11730:    'Total Score and Maximum Possible for each Sequence or Folder'
1.93      raeburn  11731: => 'Total Score and Maximum Possible for each Sequence or Folder',
1.6       bisitz   11732: 
                   11733:    'Score on each Problem Part'
1.93      raeburn  11734: => 'Score on each Problem Part',
1.6       bisitz   11735: 
                   11736:    'Number of Tries before success on each Problem Part'
1.93      raeburn  11737: => 'Number of Tries before success on each Problem Part',
1.6       bisitz   11738: 
1.77      bisitz   11739:    'Number of Problem Parts completed successfully'
1.93      raeburn  11740: => 'Number of Problem Parts completed successfully',
1.6       bisitz   11741: 
                   11742:    'Unable to retrieve course information.'
1.93      raeburn  11743: => 'Unable to retrieve course information.',
1.6       bisitz   11744: 
                   11745:    'Please select an action to perform using the new filename'
1.93      raeburn  11746: => 'Please select an action to perform using the new filename',
1.6       bisitz   11747: 
                   11748:    'View or modify a course'
1.98      bisitz   11749: => '查看或修改课程',
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:    'Enter the course with the role of [_1].'
1.93      raeburn  11755: => 'Enter the course with the role of [_1].',
1.6       bisitz   11756: 
                   11757:    'View or modify course settings which only a [_1] may modify.'
1.93      raeburn  11758: => 'View or modify course settings which only a [_1] may modify.',
1.6       bisitz   11759: 
                   11760:    'Manage course users'
                   11761: => '管理课程参加者',
                   11762: 
                   11763:    'Upload a File of Course Users'
1.70      zhu      11764: => '课程用户上传文件',
1.6       bisitz   11765: 
1.69      droeschl 11766:    'Add/Modify a Course User'
1.79      bisitz   11767: => '添加/修改课程用户',
1.6       bisitz   11768: 
                   11769:    'Edit Custom Roles'
1.70      zhu      11770: => '编辑自定义角色',
                   11771: 
                   11772:    'Custom Role'
                   11773: => '自定义角色',
1.6       bisitz   11774: 
                   11775:    'Enroll a Single Student'
1.70      zhu      11776: => '注册一名学生',
1.6       bisitz   11777: 
                   11778:    'Enroll a student'
1.70      zhu      11779: => '注册学生',
1.6       bisitz   11780: 
                   11781:    'Manage Course Groups'
1.12      zhu      11782: => '管理课程组',
1.6       bisitz   11783: 
                   11784:    'This error occurred while processing response [_1] in part [_2]'
1.93      raeburn  11785: => 'This error occurred while processing response [_1] in part [_2]',
1.6       bisitz   11786: 
                   11787:    'This error occurred while processing part [_1]'
1.93      raeburn  11788: => 'This error occurred while processing part [_1]',
1.6       bisitz   11789: 
                   11790:    'Unable to find section for this student'
1.93      raeburn  11791: => 'Unable to find section for this student',
1.6       bisitz   11792: 
                   11793:    'Classlist update for "[_1]" in "[_2]".'
1.93      raeburn  11794: => 'Classlist update for "[_1]" in "[_2]".',
1.6       bisitz   11795: 
                   11796:    'Error: "[_1]" during classlist update for "[_2]" in "[_3]".'
1.93      raeburn  11797: => 'Error: "[_1]" during classlist update for "[_2]" in "[_3]".',
1.6       bisitz   11798: 
                   11799:    'Role: '
1.18      zhu      11800: => '角色: ',
1.6       bisitz   11801: 
                   11802:    'Identify fields in uploaded list'
1.93      raeburn  11803: => 'Identify fields in uploaded list',
1.6       bisitz   11804: 
                   11805:    'Default domain'
1.18      zhu      11806: => '默认域',
1.6       bisitz   11807: 
                   11808:    'Change authentication for existing users in domain "[_1]" to these settings?'
1.93      raeburn  11809: => 'Change authentication for existing users in domain "[_1]" to these settings?',
1.6       bisitz   11810: 
                   11811:    'LON-CAPA Home Server for New Users'
1.18      zhu      11812: => 'LON-CAPA 家庭服务器的新用户',
1.6       bisitz   11813: 
1.73      bisitz   11814:    'LON-CAPA domain: [_1] with home server:'
                   11815: => 'LON-CAPA 域 [_1] 与家庭服务器:',
1.6       bisitz   11816: 
1.73      bisitz   11817:    'Settings for assigning roles'
1.93      raeburn  11818: => 'Settings for assigning roles',
1.6       bisitz   11819: 
                   11820:    'Pick the action to take on roles for these users:'
1.93      raeburn  11821: => 'Pick the action to take on roles for these users:',
1.6       bisitz   11822: 
                   11823:    'No role changes'
1.93      raeburn  11824: => 'No role changes',
1.6       bisitz   11825: 
                   11826:    'Add a domain role'
1.93      raeburn  11827: => 'Add a domain role',
1.6       bisitz   11828: 
                   11829:    'Add a course role'
1.93      raeburn  11830: => 'Add a course role',
1.6       bisitz   11831: 
                   11832:    'Default role'
1.93      raeburn  11833: => 'Default role',
1.6       bisitz   11834: 
1.73      bisitz   11835:    'Choose the role to assign to users without a value specified in the uploaded file.'
1.93      raeburn  11836: => 'Choose the role to assign to users without a value specified in the uploaded file.',
1.6       bisitz   11837: 
                   11838:    'Default role and section'
1.93      raeburn  11839: => 'Default role and section',
1.6       bisitz   11840: 
1.73      bisitz   11841:    'Choose the role and/or section(s) to assign to users without values specified in the uploaded file.'
1.93      raeburn  11842: => 'Choose the role and/or section(s) to assign to users without values specified in the uploaded file.',
1.6       bisitz   11843: 
                   11844:    'Default role and/or section(s)'
1.93      raeburn  11845: => 'Default role and/or section(s)',
1.6       bisitz   11846: 
                   11847:    'Role and/or section(s) for users without values specified in the uploaded file.'
1.93      raeburn  11848: => 'Role and/or section(s) for users without values specified in the uploaded file.',
1.6       bisitz   11849: 
                   11850:    'Display students with current/future access who are not in the uploaded file.'
1.93      raeburn  11851: => 'Display students with current/future access who are not in the uploaded file.',
1.6       bisitz   11852: 
                   11853:    'Students selected from this list can be dropped.'
1.93      raeburn  11854: => 'Students selected from this list can be dropped.',
1.6       bisitz   11855: 
                   11856:    'Update Student/Employee ID in courses in which user is active/future student,[_1](if forcing change).'
1.93      raeburn  11857: => 'Update Student/Employee ID in courses in which user is active/future student,[_1](if forcing change).',
1.6       bisitz   11858: 
                   11859:    'make these dates the default access dates for future student enrollment'
1.93      raeburn  11860: => 'make these dates the default access dates for future student enrollment',
1.6       bisitz   11861: 
                   11862:    'Set default start and end access dates for course.'
1.93      raeburn  11863: => 'Set default start and end access dates for course.',
1.6       bisitz   11864: 
                   11865:    'Unable to set default access dates for course.'
1.93      raeburn  11866: => 'Unable to set default access dates for course.',
1.6       bisitz   11867: 
                   11868:    'Please select'
1.93      raeburn  11869: => 'Please select',
1.6       bisitz   11870: 
                   11871:    'User Status: [_1]'
1.18      zhu      11872: => '用户状态: [_1]',
1.6       bisitz   11873: 
                   11874:    'Role Type: [_1]'
1.18      zhu      11875: => '角色类别: [_1]',
1.6       bisitz   11876: 
                   11877:    'Any role'
1.10      zhu      11878: => '任意角色',
1.6       bisitz   11879: 
                   11880:    'Role: [_1]'
1.18      zhu      11881: => '角色: [_1]',
1.6       bisitz   11882: 
                   11883:    'Select Course(s)'
1.10      zhu      11884: => '选择课程',
1.6       bisitz   11885: 
                   11886:    'Warning: data retrieval for multiple courses can take considerable time, as this operation is not currently optimized.'
1.93      raeburn  11887: => 'Warning: data retrieval for multiple courses can take considerable time, as this operation is not currently optimized.',
1.6       bisitz   11888: 
                   11889:    'There are no co-authors to display.'
1.93      raeburn  11890: => 'There are no co-authors to display.',
1.6       bisitz   11891: 
                   11892:    'There are no users with domain roles to display.'
1.93      raeburn  11893: => 'There are no users with domain roles to display.',
1.6       bisitz   11894: 
                   11895:    'There are no authors or co-authors to display.'
1.93      raeburn  11896: => 'There are no authors or co-authors 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 course users to display.'
1.93      raeburn  11902: => 'There are no course users to display.',
1.6       bisitz   11903: 
                   11904:    'There are no users matching the search criteria.'
1.93      raeburn  11905: => 'There are no users matching the search criteria.',
1.6       bisitz   11906: 
                   11907:    "You must select at least one user by checking a user's 'Select' checkbox"
1.93      raeburn  11908: => "You must select at least one user by checking a user's 'Select' checkbox",
1.6       bisitz   11909: 
                   11910:    'You need to select an action to take for the user(s) you have selected'
1.93      raeburn  11911: => 'You need to select an action to take for the user(s) you have selected',
1.6       bisitz   11912: 
                   11913:    ' for a single user?'
1.99      raeburn  11914: => ' for a single user?',
1.6       bisitz   11915: 
                   11916:    ' for multiple users?'
1.99      raeburn  11917: => ' for multiple users?',
1.6       bisitz   11918: 
                   11919:    'Proceed'
1.18      zhu      11920: => '下一步',
1.6       bisitz   11921: 
                   11922:    'Action to take for selected users'
1.93      raeburn  11923: => 'Action to take for selected users',
1.6       bisitz   11924: 
                   11925:    'Behavior of clickable username link for each user'
1.93      raeburn  11926: => 'Behavior of clickable username link for each user',
1.6       bisitz   11927: 
                   11928:    "Display a user's personal page"
                   11929: => "显示个人网页",
                   11930: 
                   11931:    "Modify a user's information"
1.93      raeburn  11932: => "Modify a user's information",
1.6       bisitz   11933: 
                   11934:    'Course(s): description, section(s), status'
1.93      raeburn  11935: => 'Course(s): description, section(s), status',
1.6       bisitz   11936: 
                   11937:    "Click on a username to view the user's personal page."
                   11938: => "点击用户名,以查看用户的个人网页。",
                   11939: 
                   11940:    'auto'
1.18      zhu      11941: => '自动',
1.6       bisitz   11942: 
                   11943:    'manual'
1.18      zhu      11944: => '手动',
1.6       bisitz   11945: 
                   11946:    'Unlock'
1.93      raeburn  11947: => 'Unlock',
1.6       bisitz   11948: 
                   11949:    'Lock'
1.93      raeburn  11950: => 'Lock',
1.6       bisitz   11951: 
                   11952:    'Domain Roles'
1.18      zhu      11953: => '域角色',
1.6       bisitz   11954: 
                   11955:    'Co-Author Roles'
1.18      zhu      11956: => '合著者角色',
1.6       bisitz   11957: 
                   11958:    'Course Roles'
1.18      zhu      11959: => '课程角色',
1.6       bisitz   11960: 
                   11961:    'Date and Section selector'
1.18      zhu      11962: => '日期和组选择',
1.6       bisitz   11963: 
                   11964:    'Date selector'
1.18      zhu      11965: => '日期选择器',
1.6       bisitz   11966: 
                   11967:    "Check the boxes for any users for whom roles are to be revoked, and click 'Proceed'"
1.93      raeburn  11968: => "Check the boxes for any users for whom roles are to be revoked, and click 'Proceed'",
1.6       bisitz   11969: 
                   11970:    "Check the boxes for any users for whom roles are to be deleted, and click 'Proceed'"
1.93      raeburn  11971: => "Check the boxes for any users for whom roles are to be deleted, and click 'Proceed'",
1.6       bisitz   11972: 
                   11973:    'Choose an action to take for selected users'
1.93      raeburn  11974: => 'Choose an action to take for selected users',
1.6       bisitz   11975: 
                   11976:    'New section to assign'
1.93      raeburn  11977: => 'New section to assign',
1.6       bisitz   11978: 
                   11979:    'Use "Save" to update the main window with your selections.'
1.97      raeburn  11980: => 'Use "Save" to update the main window with your selections.',
1.6       bisitz   11981: 
                   11982:    'New section'
1.70      zhu      11983: => '新的章节',
1.6       bisitz   11984: 
                   11985:    'Course - [_1]:'
1.18      zhu      11986: => '课程 - [_1]:',
1.6       bisitz   11987: 
                   11988:    'Domain - [_1]:'
1.18      zhu      11989: => '域 - [_1]:',
1.6       bisitz   11990: 
                   11991:    'Users in course with expired [_1] roles'
1.93      raeburn  11992: => 'Users in course with expired [_1] roles',
1.6       bisitz   11993: 
                   11994:    'Users in course with future [_1] roles'
1.93      raeburn  11995: => 'Users in course with future [_1] roles',
1.6       bisitz   11996: 
                   11997:    'Users in course with active [_1] roles'
1.93      raeburn  11998: => 'Users in course with active [_1] roles',
1.6       bisitz   11999: 
                   12000:    'All users in course'
1.93      raeburn  12001: => 'All users in course',
1.6       bisitz   12002: 
                   12003:    'All users in course with [_1] roles'
1.93      raeburn  12004: => 'All users in course with [_1] roles',
1.6       bisitz   12005: 
                   12006:    'only users in section "[_1]"'
1.93      raeburn  12007: => 'only users in section "[_1]"',
1.6       bisitz   12008: 
                   12009:    'only users affiliated with no section or section "[_1]"'
1.93      raeburn  12010: => 'only users affiliated with no section or section "[_1]"',
1.6       bisitz   12011: 
                   12012:    ' and not in any group'
1.99      raeburn  12013: => ' and not in any group',
1.6       bisitz   12014: 
                   12015:    ' and members of group: "[_1]"'
1.99      raeburn  12016: => ' and members of group: "[_1]"',
1.6       bisitz   12017: 
                   12018:    'only users affiliated with no section'
1.93      raeburn  12019: => 'only users affiliated with no section',
1.6       bisitz   12020: 
                   12021:    'only users affiliated with section "[_1]"'
1.93      raeburn  12022: => 'only users affiliated with section "[_1]"',
1.6       bisitz   12023: 
                   12024:    'only users not in any group'
1.93      raeburn  12025: => 'only users not in any group',
1.6       bisitz   12026: 
                   12027:    ' and also not in any group'
1.99      raeburn  12028: => ' and also not in any group',
1.6       bisitz   12029: 
                   12030:    'only members of group: "[_1]"'
1.18      zhu      12031: => '只有该组成员 "[_1]"',
1.6       bisitz   12032: 
                   12033:    ' and also members of group: "[_1]"'
1.99      raeburn  12034: => ' and also members of group: "[_1]"',
1.6       bisitz   12035: 
                   12036:    'Author space for [_1]'
1.93      raeburn  12037: => 'Author space for [_1]',
1.6       bisitz   12038: 
                   12039:    'Co-authors with expired [_1] roles'
1.93      raeburn  12040: => 'Co-authors with expired [_1] roles',
1.6       bisitz   12041: 
                   12042:    'Co-authors with future [_1] roles'
1.93      raeburn  12043: => 'Co-authors with future [_1] roles',
1.6       bisitz   12044: 
                   12045:    'Co-authors with active [_1] roles'
1.93      raeburn  12046: => 'Co-authors with active [_1] roles',
1.6       bisitz   12047: 
                   12048:    'All co-authors'
1.18      zhu      12049: => '所有合著者',
1.6       bisitz   12050: 
                   12051:    'All co-authors with [_1] roles'
1.93      raeburn  12052: => 'All co-authors with [_1] roles',
1.6       bisitz   12053: 
                   12054:    'Users in domain with expired [_1] roles'
1.93      raeburn  12055: => 'Users in domain with expired [_1] roles',
1.6       bisitz   12056: 
                   12057:    'Users in domain with future [_1] roles'
1.93      raeburn  12058: => 'Users in domain with future [_1] roles',
1.6       bisitz   12059: 
                   12060:    'Users in domain with active [_1] roles'
1.93      raeburn  12061: => 'Users in domain with active [_1] roles',
1.6       bisitz   12062: 
                   12063:    'All users in domain'
1.93      raeburn  12064: => 'All users in domain',
1.6       bisitz   12065: 
                   12066:    'All users in domain with [_1] roles'
1.93      raeburn  12067: => 'All users in domain with [_1] roles',
1.6       bisitz   12068: 
                   12069:    'Co-authors in domain with expired [_1] roles'
1.93      raeburn  12070: => 'Co-authors in domain with expired [_1] roles',
1.6       bisitz   12071: 
                   12072:    'Co-authors in domain with future [_1] roles'
1.93      raeburn  12073: => 'Co-authors in domain with future [_1] roles',
1.6       bisitz   12074: 
                   12075:    'Co-authors in domain with active [_1] roles'
1.93      raeburn  12076: => 'Co-authors in domain with active [_1] roles',
1.6       bisitz   12077: 
                   12078:    'All users with co-author roles in domain'
1.93      raeburn  12079: => 'All users with co-author roles in domain',
1.6       bisitz   12080: 
                   12081:    'All co-authors in domain  with [_1] roles'
1.93      raeburn  12082: => 'All co-authors in domain  with [_1] roles',
1.6       bisitz   12083: 
                   12084:    'All courses in domain'
1.93      raeburn  12085: => 'All courses in domain',
1.6       bisitz   12086: 
                   12087:    'Courses in domain with institutional code: [_1]'
1.93      raeburn  12088: => 'Courses in domain with institutional code: [_1]',
1.6       bisitz   12089: 
                   12090:    'Selected courses in domain'
1.93      raeburn  12091: => 'Selected courses in domain',
1.6       bisitz   12092: 
                   12093:    'users with expired [_1] roles'
1.93      raeburn  12094: => 'users with expired [_1] roles',
1.6       bisitz   12095: 
                   12096:    'users with future [_1] roles'
1.93      raeburn  12097: => 'users with future [_1] roles',
1.6       bisitz   12098: 
                   12099:    'users with active [_1] roles'
1.93      raeburn  12100: => 'users with active [_1] roles',
1.6       bisitz   12101: 
                   12102:    'all users'
1.70      zhu      12103: => '所有用户',
1.6       bisitz   12104: 
                   12105:    'users with [_1] roles'
1.70      zhu      12106: => '用户角色"[_1]"',
1.6       bisitz   12107: 
                   12108:    'There are no students to drop.'
1.93      raeburn  12109: => 'There are no students to drop.',
1.6       bisitz   12110: 
                   12111:    'Upload a file containing information about users'
1.70      zhu      12112: => '上传一个包含有用户信息的文件',
1.6       bisitz   12113: 
                   12114:    'Upload file of users'
1.70      zhu      12115: => '上传用户文件',
1.6       bisitz   12116: 
                   12117:    'How do I create a users list from a spreadsheet'
1.70      zhu      12118: => '如何从电子表格建立用户列表',
1.6       bisitz   12119: 
                   12120:    'Unable to enroll users'
1.70      zhu      12121: => '无法注册用户',
1.6       bisitz   12122: 
                   12123:    'Enrolling Users'
1.70      zhu      12124: => '注册用户',
1.6       bisitz   12125: 
                   12126:    'Updating Co-authors'
1.70      zhu      12127: => '更新共同作者',
1.6       bisitz   12128: 
                   12129:    'Adding/Modifying Users'
1.70      zhu      12130: => '添加/修改用户',
1.6       bisitz   12131: 
                   12132:    'Default section name [_1] could not be used as it is a reserved word.'
1.93      raeburn  12133: => 'Default section name [_1] could not be used as it is a reserved word.',
1.6       bisitz   12134: 
                   12135:    'Default section name "[_1]" is the name of a course group. Section names and group names must be distinct.'
1.93      raeburn  12136: => 'Default section name "[_1]" is the name of a course group. Section names and group names must be distinct.',
1.6       bisitz   12137: 
                   12138:    '[_1]: Unable to enroll user [_2] [_3] [_4] [_5] in a section named "[_6]" - this is a reserved word.'
1.98      bisitz   12139: => '[_1]: Unable to enroll user [_2] [_3] [_4] [_5] in a section named "[_6]" - this is a reserved word.',
1.6       bisitz   12140: 
                   12141:    '[_1]: Unable to enroll user [_2] [_3] [_4] [_5] in a section named "[_6]" - this is a course group.'
1.98      bisitz   12142: => '[_1]: Unable to enroll user [_2] [_3] [_4] [_5] in a section named "[_6]" - this is a course group.',
1.6       bisitz   12143: 
                   12144:    'Section names and group names must be distinct.'
1.93      raeburn  12145: => 'Section names and group names must be distinct.',
1.6       bisitz   12146: 
                   12147:    '[_1]: Unable to enroll user [_2] [_3] [_4] [_5] in a section named "[_6]".'
1.98      bisitz   12148: => '[_1]: Unable to enroll user [_2] [_3] [_4] [_5] in a section named "[_6]".',
1.6       bisitz   12149: 
                   12150:    'This user already has an active/future student role in the course, unaffiliated to any section.'
1.93      raeburn  12151: => 'This user already has an active/future student role in the course, unaffiliated to any section.',
1.6       bisitz   12152: 
                   12153:    'This user already has an active/future role in section "[_1]" of the course.'
1.93      raeburn  12154: => 'This user already has an active/future role in section "[_1]" of the course.',
1.6       bisitz   12155: 
                   12156:    '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  12157: => '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   12158: 
                   12159:    '[_1]: You do not have permission to add the requested role [_2] for the user.'
1.98      bisitz   12160: => '[_1]: You do not have permission to add the requested role [_2] for the user.',
1.6       bisitz   12161: 
                   12162:    'Allowable role(s) is/are: [_1].'
1.93      raeburn  12163: => 'Allowable role(s) is/are: [_1].',
1.6       bisitz   12164: 
                   12165:    '[_1]: Unable to enroll. No password specified.'
1.98      bisitz   12166: => '[_1]: Unable to enroll. No password specified.',
1.6       bisitz   12167: 
                   12168:    '[_1]: Unable to add co-author. No password specified.'
1.98      bisitz   12169: => '[_1]: Unable to add co-author. No password specified.',
1.6       bisitz   12170: 
                   12171:    '[_1]: Unable to add user. No password specified.'
1.98      bisitz   12172: => '[_1]: Unable to add user. No password specified.',
1.6       bisitz   12173: 
                   12174:    'Processed [quant,_1,user].'
                   12175: => '[quant,_1,Benutzer,Benutzer] verarbeitet.',
                   12176: 
                   12177:    'Roles added for [quant,_1,user].'
1.93      raeburn  12178: => 'Roles added for [quant,_1,user].',
1.6       bisitz   12179: 
                   12180:    '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  12181: => '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   12182: 
                   12183:    'No roles added'
1.93      raeburn  12184: => 'No roles added',
1.6       bisitz   12185: 
                   12186:    'Authentication changed for [_1] existing users.'
1.93      raeburn  12187: => 'Authentication changed for [_1] existing users.',
1.6       bisitz   12188: 
                   12189:    'Students to Drop'
1.93      raeburn  12190: => 'Students to Drop',
1.6       bisitz   12191: 
                   12192:    'There are no students with current/future access to the course.'
1.93      raeburn  12193: => 'There are no students with current/future access to the course.',
1.6       bisitz   12194: 
                   12195:    '[_1]: Unable to add/modify: [_2]'
1.98      bisitz   12196: => '[_1]: Unable to add/modify: [_2]',
1.6       bisitz   12197: 
                   12198:    '[_1]: Unable to modify authentication: [_2]'
1.98      bisitz   12199: => '[_1]: Unable to modify authentication: [_2]',
1.6       bisitz   12200: 
                   12201:    '[_1]: Unable to add role: [_2]'
1.98      bisitz   12202: => '[_1]: Unable to add role: [_2]',
1.6       bisitz   12203: 
                   12204:    'No change in section assignment (none)'
1.93      raeburn  12205: => 'No change in section assignment (none)',
1.6       bisitz   12206: 
                   12207:    "Revoked role of '[_1]' in [_2] for [_3]"
1.93      raeburn  12208: => "Revoked role of '[_1]' in [_2] for [_3]",
1.6       bisitz   12209: 
                   12210:    "Deleted role of '[_1]' in [_2] for [_3]"
1.93      raeburn  12211: => "Deleted role of '[_1]' in [_2] for [_3]",
1.6       bisitz   12212: 
                   12213:    "Re-enabled role of '[_1]' in [_2] for [_3]"
1.93      raeburn  12214: => "Re-enabled role of '[_1]' in [_2] for [_3]",
1.6       bisitz   12215: 
                   12216:    "Activated role of '[_1]' in [_2] for [_3]"
1.93      raeburn  12217: => "Activated role of '[_1]' in [_2] for [_3]",
1.6       bisitz   12218: 
                   12219:    "Changed Access Dates for role of '[_1]' in [_2] for [_3]"
1.93      raeburn  12220: => "Changed Access Dates for role of '[_1]' in [_2] for [_3]",
1.6       bisitz   12221: 
                   12222:    "Changed section for role of '[_1]' in [_2] for [_3]"
1.93      raeburn  12223: => "Changed section for role of '[_1]' in [_2] for [_3]",
1.6       bisitz   12224: 
                   12225:    "Dropped role of '[_1]' in [_2] for [_3]"
1.93      raeburn  12226: => "Dropped role of '[_1]' in [_2] for [_3]",
1.6       bisitz   12227: 
                   12228:    'Error revoking [_1] in [_2] for [_3]: [_4].'
1.93      raeburn  12229: => 'Error revoking [_1] in [_2] for [_3]: [_4].',
1.6       bisitz   12230: 
                   12231:    'Error deleting [_1] in [_2] for [_3]: [_4].'
1.93      raeburn  12232: => 'Error deleting [_1] in [_2] for [_3]: [_4].',
1.6       bisitz   12233: 
                   12234:    'Error re-enabling [_1] in [_2] for [_3]: [_4].'
1.93      raeburn  12235: => 'Error re-enabling [_1] in [_2] for [_3]: [_4].',
1.6       bisitz   12236: 
                   12237:    'Error activating [_1] in [_2] for [_3]: [_4].'
1.93      raeburn  12238: => 'Error activating [_1] in [_2] for [_3]: [_4].',
1.6       bisitz   12239: 
                   12240:    'Error changing access dates for [_1] in [_2] for [_3]: [_4].'
1.93      raeburn  12241: => 'Error changing access dates for [_1] in [_2] for [_3]: [_4].',
1.6       bisitz   12242: 
                   12243:    'Error changing section for [_1] in [_2] for [_3]: [_4].'
1.93      raeburn  12244: => 'Error changing section for [_1] in [_2] for [_3]: [_4].',
1.6       bisitz   12245: 
                   12246:    'Error dropping [_1] in [_2] for [_3]: [_4].'
1.93      raeburn  12247: => 'Error dropping [_1] in [_2] for [_3]: [_4].',
1.6       bisitz   12248: 
                   12249:    'Revoked role(s) for [quant,_1,user,users,no users].'
1.93      raeburn  12250: => 'Revoked role(s) for [quant,_1,user,users,no users].',
1.6       bisitz   12251: 
                   12252:    'Deleted role(s) for [quant,_1,user,users,no users].'
1.93      raeburn  12253: => 'Deleted role(s) for [quant,_1,user,users,no users].',
1.6       bisitz   12254: 
                   12255:    'Re-enabled role(s) for [quant,_1,user,users,no users].'
1.93      raeburn  12256: => 'Re-enabled role(s) for [quant,_1,user,users,no users].',
1.6       bisitz   12257: 
                   12258:    'Activated role(s) for [quant,_1,user,users,no users].'
1.93      raeburn  12259: => 'Activated role(s) for [quant,_1,user,users,no users].',
1.6       bisitz   12260: 
                   12261:    'Changed Access Dates for role(s) for [quant,_1,user,users,no users].'
1.93      raeburn  12262: => 'Changed Access Dates for role(s) for [quant,_1,user,users,no users].',
1.6       bisitz   12263: 
                   12264:    'Changed section for role(s) for [quant,_1,user,users,no users].'
1.93      raeburn  12265: => 'Changed section for role(s) for [quant,_1,user,users,no users].',
1.6       bisitz   12266: 
                   12267:    'Dropped role(s) for [quant,_1,user,users,no users].'
1.93      raeburn  12268: => 'Dropped role(s) for [quant,_1,user,users,no users].',
1.6       bisitz   12269: 
                   12270:    'Re-enabling will re-activate data for the role.'
1.93      raeburn  12271: => 'Re-enabling will re-activate data for the role.',
1.6       bisitz   12272: 
                   12273:    'Display User Lists'
1.93      raeburn  12274: => 'Display User Lists',
1.6       bisitz   12275: 
                   12276:    'Display current class roster'
1.93      raeburn  12277: => 'Display current class roster',
1.6       bisitz   12278: 
                   12279:    'No section'
1.93      raeburn  12280: => 'No section',
1.6       bisitz   12281: 
                   12282:    'List Users'
1.70      zhu      12283: => '用户列表',
1.6       bisitz   12284: 
                   12285:    'Pick custom role'
1.70      zhu      12286: => '选择自定义角色',
1.6       bisitz   12287: 
                   12288:    'Advanced Role'
1.70      zhu      12289: => '扩展的角色',
1.6       bisitz   12290: 
                   12291:    "Create User Notes, Display all User's Notes, Face-to-Face, Critical Messages, Broadcast Messages"
1.93      raeburn  12292: => "Create User Notes, Display all User's Notes, Face-to-Face, Critical Messages, Broadcast Messages",
1.6       bisitz   12293: 
                   12294:    'Evade communication blocking'
1.93      raeburn  12295: => 'Evade communication blocking',
1.6       bisitz   12296: 
                   12297:    'Generate anonymous statistics'
1.93      raeburn  12298: => 'Generate anonymous statistics',
1.6       bisitz   12299: 
                   12300:    'Modify grade queue'
1.98      bisitz   12301: => 'Modify grade queue',
1.6       bisitz   12302: 
                   12303:    'Grade items in grading queue'
1.93      raeburn  12304: => 'Grade items in grading queue',
1.6       bisitz   12305: 
                   12306:    'Set assessment parameters'
1.98      bisitz   12307: => 'Set assessment parameters',
1.6       bisitz   12308: 
                   12309:    'Advanced printing options (with answers, discussions, all foils, ...)'
1.93      raeburn  12310: => 'Advanced printing options (with answers, discussions, all foils, ...)',
1.6       bisitz   12311: 
                   12312:    'Print for other users and entire course'
1.93      raeburn  12313: => 'Print for other users and entire course',
1.6       bisitz   12314: 
                   12315:    'Get identity behind anonymous postings'
1.93      raeburn  12316: => 'Get identity behind anonymous postings',
1.6       bisitz   12317: 
                   12318:    'View grades'
1.93      raeburn  12319: => 'View grades',
1.6       bisitz   12320: 
                   12321:    "Access to What's New page"
1.70      zhu      12322: => "进入新页",
1.6       bisitz   12323: 
                   12324:    'Upload Users List'
1.70      zhu      12325: => '上传用户列表',
1.6       bisitz   12326: 
                   12327:    'Update Users'
1.70      zhu      12328: => '用户更新',
1.6       bisitz   12329: 
                   12330:    'Create/modify a user'
1.70      zhu      12331: => '创建/修改用户',
1.6       bisitz   12332: 
                   12333:    'Search for a user and modify/add user information or roles'
1.70      zhu      12334: => '搜索用户和修改/添加用户资料或角色',
1.6       bisitz   12335: 
                   12336:    'Add/modify a single user'
1.70      zhu      12337: => '添加/修改一个用户',
1.6       bisitz   12338: 
                   12339:    'Create users or modify the roles and privileges of users'
1.70      zhu      12340: => '创建或修改用户的角色和权限',
1.6       bisitz   12341: 
                   12342:    'Upload a File of Users'
1.70      zhu      12343: => '上传用户文件',
1.6       bisitz   12344: 
1.69      droeschl 12345:    'Add/Modify a User'
1.70      zhu      12346: => '添加/修改用户',
1.6       bisitz   12347: 
                   12348:    'create new user if required'
1.70      zhu      12349: => '如有必要,创建新用户',
1.6       bisitz   12350: 
1.69      droeschl 12351:    'Manage Users'
1.70      zhu      12352: => '管理用户',
1.6       bisitz   12353: 
                   12354:    'Create/Modify user'
1.70      zhu      12355: => '创建/修改用户',
1.6       bisitz   12356: 
                   12357:    'Visible input'
1.70      zhu      12358: => '可见输入',
1.6       bisitz   12359: 
                   12360:    'Currently in use'
1.70      zhu      12361: => '目前正在使用',
1.6       bisitz   12362: 
                   12363:    'Modify this user: [_1]'
1.70      zhu      12364: => '改此用户名: [_1]',
1.6       bisitz   12365: 
                   12366:    'Blank Problem'
1.12      zhu      12367: => '空白问题',
1.6       bisitz   12368: 
                   12369:    'Chemical Reaction Response'
1.70      zhu      12370: => '化学反应',
1.6       bisitz   12371: 
1.76      bisitz   12372:    'Chemical Reaction Response with Hints'
1.93      raeburn  12373: => 'Chemical Reaction Response with Hints', # '化学反应',
1.76      bisitz   12374: 
1.6       bisitz   12375:    'Click-On-Image Problem'
1.70      zhu      12376: => '点击图片',
1.6       bisitz   12377: 
                   12378:    'Curve Plot with Numerical Response'
1.93      raeburn  12379: => 'Curve Plot with Numerical Response',
1.6       bisitz   12380: 
                   12381:    'Custom Response'
1.93      raeburn  12382: => 'Custom Response',
1.76      bisitz   12383: 
                   12384:    'Custom Response with Partial Credit'
1.93      raeburn  12385: => 'Custom Response with Partial Credit',
1.6       bisitz   12386: 
                   12387:    'Data Plot with Numerical Response'
1.93      raeburn  12388: => 'Data Plot with Numerical Response',
1.6       bisitz   12389: 
                   12390:    'Essay Response'
1.18      zhu      12391: => '尝试回答',
1.6       bisitz   12392: 
                   12393:    'Exam Upload Resource'
1.93      raeburn  12394: => 'Exam Upload Resource',
1.6       bisitz   12395: 
                   12396:    'Formula Response using Computer Algebra System'
1.93      raeburn  12397: => 'Formula Response using Computer Algebra System',
1.6       bisitz   12398: 
                   12399:    'Formula Response using Computer Algebra System and Hints'
1.93      raeburn  12400: => 'Formula Response using Computer Algebra System and Hints',
1.6       bisitz   12401: 
1.76      bisitz   12402:    'Formula Response using Computer Algebra System R and Data Plot'
1.93      raeburn  12403: => 'Formula Response using Computer Algebra System R and Data Plot',
1.76      bisitz   12404: 
1.6       bisitz   12405:    'Formula Response with Samples'
1.93      raeburn  12406: => 'Formula Response with Samples',
1.6       bisitz   12407: 
                   12408:    'Unordered Multi-Answer Formula Response Problem'
1.93      raeburn  12409: => 'Unordered Multi-Answer Formula Response Problem',
1.6       bisitz   12410: 
1.76      bisitz   12411:    'Math Response using Computer Algebra System MAXIMA'
1.93      raeburn  12412: => 'Math Response using Computer Algebra System MAXIMA',
1.76      bisitz   12413: 
                   12414:    'Math Response using Computer Algebra System R'
1.93      raeburn  12415: => 'Math Response using Computer Algebra System R',
1.6       bisitz   12416: 
                   12417:    'Math Response using Computer Algebra System and Hints'
1.93      raeburn  12418: => 'Math Response using Computer Algebra System and Hints',
1.6       bisitz   12419: 
                   12420:    'Numerical Response'
1.93      raeburn  12421: => 'Numerical Response',
1.6       bisitz   12422: 
                   12423:    'One of Multiple Answers Numerical Problem'
1.93      raeburn  12424: => 'One of Multiple Answers Numerical Problem',
1.6       bisitz   12425: 
                   12426:    'Option Response - Matching'
1.93      raeburn  12427: => 'Option Response - Matching',
1.6       bisitz   12428: 
                   12429:    'Option Response - Concept Groups'
1.93      raeburn  12430: => 'Option Response - Concept Groups',
1.6       bisitz   12431: 
                   12432:    'Matching Response'
1.93      raeburn  12433: => 'Matching Response',
1.6       bisitz   12434: 
                   12435:    'Option Response - True/False'
1.93      raeburn  12436: => 'Option Response - True/False',
1.6       bisitz   12437: 
                   12438:    'Organic Material Response'
1.93      raeburn  12439: => 'Organic Material Response',
1.6       bisitz   12440: 
1.76      bisitz   12441:    'Organic Material Response with Hint'
1.93      raeburn  12442: => 'Organic Material Response with Hint',
1.76      bisitz   12443: 
1.6       bisitz   12444:    'Radio Button Response'
1.18      zhu      12445: => '单选',
1.6       bisitz   12446: 
                   12447:    'Randomly Labelled Image with Option Response'
1.93      raeburn  12448: => 'Randomly Labelled Image with Option Response',
1.6       bisitz   12449: 
                   12450:    'Rank Response'
1.70      zhu      12451: => '等级制度 (Rank Response)',
1.6       bisitz   12452: 
                   12453:    'String Response'
1.70      zhu      12454: => '文本输入 (String Response)',
1.6       bisitz   12455: 
1.81      bisitz   12456:    'Display catalog of courses and communities'
1.93      raeburn  12457: => '课程目录',
1.6       bisitz   12458: 
                   12459:    'Manage co-authors'
1.18      zhu      12460: => '管理共同作者',
1.6       bisitz   12461: 
                   12462:    'Upload a File of Co-authors'
1.18      zhu      12463: => '上传共同作者的文件',
1.6       bisitz   12464: 
1.69      droeschl 12465:    'Add/Modify a Co-author'
1.79      bisitz   12466: => '添加/修改一个共同的作者',
1.6       bisitz   12467: 
1.69      droeschl 12468:    'Manage Co-authors'
1.79      bisitz   12469: => '管理共同作者',
1.6       bisitz   12470: 
                   12471:    'No courses match the criteria you selected.'
1.18      zhu      12472: => '没有选择相对应的课程。',
1.6       bisitz   12473: 
                   12474:    'Key authority (<tt>id@domain</tt>) if other than course'
1.93      raeburn  12475: => 'Key authority (<tt>id@domain</tt>) if other than course',
1.6       bisitz   12476: 
                   12477:    'New bridgetask file'
1.93      raeburn  12478: => 'New bridgetask file',
1.6       bisitz   12479: 
                   12480:    'Create problem'
1.12      zhu      12481: => '创建问题',
1.6       bisitz   12482: 
                   12483:    'Create library'
1.12      zhu      12484: => '创建图书馆',
1.6       bisitz   12485: 
                   12486:    'Create survey'
1.12      zhu      12487: => '创建调查',
1.6       bisitz   12488: 
                   12489:    'Create task'
1.12      zhu      12490: => '创建任务',
1.6       bisitz   12491: 
                   12492:    'Problem Testing'
1.12      zhu      12493: => '问题测试',
1.6       bisitz   12494: 
                   12495:    "Don't Show Incorect/Correct Feedback"
1.12      zhu      12496: => "不显示不正确/正确的反馈",
1.6       bisitz   12497: 
                   12498:    "Don't Show Any Feedback"
1.12      zhu      12499: => "不显示任何反馈",
1.6       bisitz   12500: 
                   12501:    'Change View'
1.12      zhu      12502: => '更改视图',
1.6       bisitz   12503: 
                   12504:    'Show Default View'
1.12      zhu      12505: => '查看默认视图',
1.6       bisitz   12506: 
                   12507:    '[_1] for [_2] versions.'
1.70      zhu      12508: => '[_1] 的 [_2] 版本。',
1.6       bisitz   12509: 
                   12510:    'Set new preferred languages to '
1.9       zhu      12511: => '首选语言设置为 ',
1.6       bisitz   12512: 
                   12513:    'Reset preferred language.'
1.9       zhu      12514: => '重设的首选语言。',
1.6       bisitz   12515: 
                   12516:    'Set new preferred math display to '
1.93      raeburn  12517: => 'Set new preferred math display to ',
1.6       bisitz   12518: 
                   12519:    'Reset preferred math display.'
1.93      raeburn  12520: => 'Reset preferred math display.',
1.6       bisitz   12521: 
                   12522:    'Set new screenname to '
1.18      zhu      12523: => '在匿名讨论中新的昵称为 ',
1.6       bisitz   12524: 
                   12525:    'Reset screenname.'
1.9       zhu      12526: => '重置昵称。',
1.6       bisitz   12527: 
                   12528:    'Set new nickname to '
1.9       zhu      12529: => '设置新的昵称为 ',
1.6       bisitz   12530: 
                   12531:    'Reset nickname.'
1.9       zhu      12532: => '重设昵称。',
1.6       bisitz   12533: 
                   12534:    'Set menu mode to [_1].'
1.18      zhu      12535: => '设置菜单模式为 [_1]。',
1.6       bisitz   12536: 
                   12537:    'Reset '
1.9       zhu      12538: => '重置',
1.6       bisitz   12539: 
                   12540:    'Set message forwarding to '
1.22      zhu      12541: => '设置邮件转发到 ',
1.6       bisitz   12542: 
                   12543:    "Set message forwarding to 'off'."
1.22      zhu      12544: => "设置邮件转发为'关闭'。",
1.6       bisitz   12545: 
                   12546:    'Set non-critical message notification address(es) to '
1.22      zhu      12547: => '设置非重要的邮件通知地址为 ',
1.6       bisitz   12548: 
                   12549:    "Set non-critical message notification to 'off'."
1.22      zhu      12550: => "设置非重要的邮件通知为'关闭'。",
1.6       bisitz   12551: 
                   12552:    'Set critical message notification address(es) to '
1.22      zhu      12553: => '设置重要的邮件通知地址为 ',
1.6       bisitz   12554: 
                   12555:    "Set critical message notification to 'off'."
1.22      zhu      12556: => "设置重要的邮件通知为'关闭'。",
1.6       bisitz   12557: 
                   12558:    'Set address(es) to receive excerpts with html retained '
1.22      zhu      12559: => '设置保留HTML摘录的地址为 ',
1.6       bisitz   12560: 
                   12561:    'Set notification address to receive excerpts with html stripped.'
1.22      zhu      12562: => '设置接收邮件地址为不保留的HTML摘录。',
1.6       bisitz   12563: 
                   12564:    'Set all notification addresses to receive excerpts with html stripped.'
1.22      zhu      12565: => '设置所有的接收邮件地址为不保留的HTML摘录。',
1.6       bisitz   12566: 
                   12567:    'Set Page Background to '
1.22      zhu      12568: => '设置页面的背景为 ',
1.6       bisitz   12569: 
                   12570:    'Set Header Background to '
1.22      zhu      12571: => '设置页眉背景为 ',
1.6       bisitz   12572: 
                   12573:    'Set Header Border to '
1.22      zhu      12574: => '设置页眉边界为 ',
1.6       bisitz   12575: 
                   12576:    'Set Font to '
1.22      zhu      12577: => '设置字体为 ',
1.6       bisitz   12578: 
                   12579:    'Set Un-Visited Link to '
1.22      zhu      12580: => '设置未访问链接颜色为 ',
1.6       bisitz   12581: 
                   12582:    'Set Visited Link to '
1.22      zhu      12583: => '设置已访问链接颜色为 ',
1.6       bisitz   12584: 
                   12585:    'Set Active Link to '
1.22      zhu      12586: => '设置活动链接颜色为 ',
1.6       bisitz   12587: 
                   12588:    'Reset Page Background'
1.22      zhu      12589: => '重设网页背景',
1.6       bisitz   12590: 
                   12591:    'Reset Header Background'
1.22      zhu      12592: => '重置页眉背景',
1.6       bisitz   12593: 
                   12594:    'Reset Header Border'
1.22      zhu      12595: => '重置页眉边界',
1.6       bisitz   12596: 
                   12597:    'Reset Font.'
1.22      zhu      12598: => '重置字体颜色。',
1.6       bisitz   12599: 
                   12600:    'Reset Un-Visited Link.'
1.22      zhu      12601: => '重置未访问链接颜色。',
1.6       bisitz   12602: 
                   12603:    'Reset Visited Link.'
1.22      zhu      12604: => '重置已访问链接颜色。',
1.6       bisitz   12605: 
                   12606:    'Reset Active Link.'
1.22      zhu      12607: => '重置活动链接颜色。',
1.6       bisitz   12608: 
                   12609:    'Freezing Role: [_1]'
1.22      zhu      12610: => '冻结的角色: [_1]',
1.6       bisitz   12611: 
                   12612:    'Unfreezing Role: [_1]'
1.99      raeburn  12613: => '解冻的角色: [_1] reversed',
1.6       bisitz   12614: 
                   12615:    'No such user: '
1.22      zhu      12616: => '此用户不存在: ',
1.6       bisitz   12617: 
1.49      bisitz   12618:    '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  12619: => '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   12620: 
                   12621:    'Sorry, the token generated when you requested a password reset has expired.'
1.93      raeburn  12622: => 'Sorry, the token generated when you requested a password reset has expired.',
1.6       bisitz   12623: 
                   12624:    'Sorry, the URL generated when you requested reset of your password contained incomplete information.'
1.93      raeburn  12625: => 'Sorry, the URL generated when you requested reset of your password contained incomplete information.',
1.6       bisitz   12626: 
                   12627:    'Page requested in unexpected context'
1.93      raeburn  12628: => 'Page requested in unexpected context',
1.6       bisitz   12629: 
                   12630:    'Invalid username and/or domain'
1.93      raeburn  12631: => 'Invalid username and/or domain',
1.6       bisitz   12632: 
                   12633:    'Username and domain were blank'
1.93      raeburn  12634: => 'Username and domain were blank',
1.6       bisitz   12635: 
                   12636:    'Authentication type for this user can not be changed by this mechanism'
1.93      raeburn  12637: => 'Authentication type for this user can not be changed by this mechanism',
1.6       bisitz   12638: 
                   12639:    'One or more password fields were blank'
1.93      raeburn  12640: => 'One or more password fields were blank',
1.6       bisitz   12641: 
                   12642:    'Please log out and try again.'
1.93      raeburn  12643: => 'Please log out and try again.',
1.6       bisitz   12644: 
                   12645:    'Please try again later.'
1.93      raeburn  12646: => 'Please try again later.',
1.6       bisitz   12647: 
                   12648:    'Unable to retrieve saved token for password decryption'
1.93      raeburn  12649: => 'Unable to retrieve saved token for password decryption',
1.6       bisitz   12650: 
                   12651:    'Could not verify current authentication.'
1.93      raeburn  12652: => 'Could not verify current authentication.',
1.6       bisitz   12653: 
                   12654:    'The new passwords you entered do not match.'
1.93      raeburn  12655: => 'The new passwords you entered do not match.',
1.6       bisitz   12656: 
                   12657:    'Passwords must be a minimum of 7 characters long.'
1.93      raeburn  12658: => 'Passwords must be a minimum of 7 characters long.',
1.6       bisitz   12659: 
                   12660:    'The password you entered contained illegal characters.'
1.93      raeburn  12661: => 'The password you entered contained illegal characters.',
1.6       bisitz   12662: 
                   12663:    'Valid characters are'
1.93      raeburn  12664: => 'Valid characters are',
1.6       bisitz   12665: 
1.21      raeburn  12666:    'The password for [_1] was successfully changed.'
1.22      zhu      12667: => '[_1] 的密码已成功更改。',
1.6       bisitz   12668: 
1.21      raeburn  12669:    'The password for [_1] was not changed.'
1.93      raeburn  12670: => 'The password for [_1] was not changed.',
1.6       bisitz   12671: 
                   12672:    'In discussions: only new posts will be displayed.'
1.93      raeburn  12673: => 'In discussions: only new posts will be displayed.',
1.6       bisitz   12674: 
                   12675:    'In discussions: all posts will be displayed.'
1.93      raeburn  12676: => 'In discussions: all posts will be displayed.',
1.6       bisitz   12677: 
                   12678:    'In discussions: new posts will be cease to be identified as "NEW" after display.'
1.93      raeburn  12679: => 'In discussions: new posts will be cease to be identified as "NEW" after display.',
1.6       bisitz   12680: 
                   12681:    'In discussions: posts will be identified as "NEW" until marked as read by the reader.'
1.93      raeburn  12682: => 'In discussions: posts will be identified as "NEW" until marked as read by the reader.',
1.6       bisitz   12683: 
                   12684:    'The e-mail address entered in row '
1.22      zhu      12685: => '电子邮件地址输入行 ',
1.6       bisitz   12686: 
                   12687:    'The e-mail address you entered'
1.22      zhu      12688: => '您输入的电子邮件地址',
1.6       bisitz   12689: 
                   12690:    'is not a valid e-mail address'
1.22      zhu      12691: => '不是一个有效的电子邮件地址',
1.6       bisitz   12692: 
                   12693:    'Title for the Uploaded Score'
1.93      raeburn  12694: => 'Title for the Uploaded Score',
1.6       bisitz   12695: 
                   12696:    'Title for the Page'
1.56      zhu      12697: => '标题页',
1.6       bisitz   12698: 
                   12699:    'Title for the Problem'
1.56      zhu      12700: => '问题的标题',
1.6       bisitz   12701: 
                   12702:    'Title for the Drop Box'
1.93      raeburn  12703: => 'Title for the Drop Box',
1.6       bisitz   12704: 
                   12705:    'Title for the Bulletin Board'
1.56      zhu      12706: => '公告栏的标题',
1.6       bisitz   12707: 
                   12708:    'Not a valid user:domain'
1.56      zhu      12709: => '不是有效的用户:域',
1.6       bisitz   12710: 
                   12711:    'Please enter both user and domain in the format user:domain'
1.56      zhu      12712: => '请输入用户和域,格式为 用户:域',
1.6       bisitz   12713: 
1.25      bisitz   12714:    'Personal Information Page of '
1.93      raeburn  12715: => 'Personal Information Page of ',
1.6       bisitz   12716: 
                   12717:    'No info'
1.93      raeburn  12718: => 'No info',
1.6       bisitz   12719: 
                   12720:    'No user information available'
1.93      raeburn  12721: => 'No user information available',
1.6       bisitz   12722: 
                   12723:    'The new directory name was changed from [_1] to [_2].'
1.93      raeburn  12724: => 'The new directory name was changed from [_1] to [_2].',
1.6       bisitz   12725: 
                   12726:    'Unable to create a directory named'
1.93      raeburn  12727: => 'Unable to create a directory named',
1.6       bisitz   12728: 
                   12729:    'A file or directory by that name already exists.'
1.93      raeburn  12730: => 'A file or directory by that name already exists.',
1.6       bisitz   12731: 
                   12732:    'Allowing others to retrieve file: [_1]'
1.93      raeburn  12733: => 'Allowing others to retrieve file: [_1]',
1.6       bisitz   12734: 
                   12735:    '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  12736: => '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   12737: 
                   12738:    'Public files are available to anyone without the need for login.'
1.98      bisitz   12739: => 'Public files are available to anyone without the need for login.',
1.6       bisitz   12740: 
                   12741:    'Passphrase-protected files do not require log-in, but will require the viewer to enter the passphrase you set.'
1.93      raeburn  12742: => 'Passphrase-protected files do not require log-in, but will require the viewer to enter the passphrase you set.',
1.6       bisitz   12743: 
                   12744:    'A listing of files viewable without log-in is available at: '
1.93      raeburn  12745: => 'A listing of files viewable without log-in is available at: ',
1.6       bisitz   12746: 
                   12747:    "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  12748: => "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   12749: 
                   12750:    "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  12751: => "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   12752: 
                   12753:    'Conditional access controls for file: [_1]'
1.93      raeburn  12754: => 'Conditional access controls for file: [_1]',
1.6       bisitz   12755: 
                   12756:    'Help on setting up share access'
1.93      raeburn  12757: => 'Help on setting up share access',
1.6       bisitz   12758: 
                   12759:    'Help on changing settings'
1.93      raeburn  12760: => 'Help on changing settings',
1.6       bisitz   12761: 
                   12762:    'Help on removing share access'
1.93      raeburn  12763: => 'Help on removing share access',
1.6       bisitz   12764: 
                   12765:    'Public access: [_1]'
1.98      bisitz   12766: => 'Public access: [_1]',
1.6       bisitz   12767: 
                   12768:    'Dates available'
1.12      zhu      12769: => '能够使用的日期',
1.6       bisitz   12770: 
                   12771:    'Passphrase-protected access: [_1]'
1.93      raeburn  12772: => 'Passphrase-protected access: [_1]',
1.6       bisitz   12773: 
                   12774:    'Passphrase'
1.93      raeburn  12775: => 'Passphrase',
1.6       bisitz   12776: 
                   12777:    'Conditional access: [_1]'
1.93      raeburn  12778: => 'Conditional access: [_1]',
1.6       bisitz   12779: 
                   12780:    'You have previously set [_1] conditional access controls.'
1.93      raeburn  12781: => 'You have previously set [_1] conditional access controls.',
1.6       bisitz   12782: 
                   12783:    'Change Conditions'
1.93      raeburn  12784: => 'Change Conditions',
1.6       bisitz   12785: 
                   12786:    'Add conditional access'
1.93      raeburn  12787: => 'Add conditional access',
1.6       bisitz   12788: 
                   12789:    'based on domain, username, or course affiliation.'
1.93      raeburn  12790: => 'based on domain, username, or course affiliation.',
1.6       bisitz   12791: 
                   12792:    '[_1]-based conditional access: '
1.98      bisitz   12793: => '[_1]-based conditional access: ',
1.6       bisitz   12794: 
                   12795:    'conditions'
1.93      raeburn  12796: => 'conditions',
1.6       bisitz   12797: 
                   12798:    'condition'
1.93      raeburn  12799: => 'condition',
1.6       bisitz   12800: 
                   12801:    'Action?'
1.93      raeburn  12802: => 'Action?',
1.6       bisitz   12803: 
                   12804:    'Allowed [_1] member affiliations'
1.93      raeburn  12805: => 'Allowed [_1] member affiliations', # ???
1.6       bisitz   12806: 
                   12807:    'No [_1]-based conditions defined.'
1.93      raeburn  12808: => 'No [_1]-based conditions defined.',
1.6       bisitz   12809: 
                   12810:    'Type of change'
1.98      bisitz   12811: => 'Type of change',
1.6       bisitz   12812: 
                   12813:    'Access control'
1.93      raeburn  12814: => 'Access control',
1.6       bisitz   12815: 
                   12816:    'Additional information'
1.93      raeburn  12817: => 'Additional information',
1.6       bisitz   12818: 
                   12819:    'A problem occurred deleting access controls: [_1]'
1.93      raeburn  12820: => 'A problem occurred deleting access controls: [_1]',
1.6       bisitz   12821: 
                   12822:    'A problem occurred saving access control settings: [_1]'
1.93      raeburn  12823: => 'A problem occurred saving access control settings: [_1]',
1.6       bisitz   12824: 
                   12825:    'opened folder'
1.93      raeburn  12826: => 'opened folder',
1.6       bisitz   12827: 
                   12828:    'closed folder'
1.93      raeburn  12829: => 'closed folder',
1.6       bisitz   12830: 
                   12831:    'Passphrase-protected'
1.22      zhu      12832: => '密码保护',
1.6       bisitz   12833: 
                   12834:    'Conditional'
1.93      raeburn  12835: => 'Conditional',
1.6       bisitz   12836: 
                   12837:    'An error occurred ([_1]) while trying to delete [_2].'
1.93      raeburn  12838: => 'An error occurred ([_1]) while trying to delete [_2].',
1.6       bisitz   12839: 
                   12840:    'File: [_1] deleted.'
1.22      zhu      12841: => '文件 [_1] 已删除。',
1.6       bisitz   12842: 
                   12843:    'An error occurred ([_1]) while trying to delete access controls for the file.'
1.93      raeburn  12844: => 'An error occurred ([_1]) while trying to delete access controls for the file.',
1.6       bisitz   12845: 
                   12846:    'Access controls also deleted for the file.'
1.93      raeburn  12847: => 'Access controls also deleted for the file.',
1.6       bisitz   12848: 
                   12849:    'Error: no valid filename was provided to rename to.'
1.93      raeburn  12850: => 'Error: no valid filename was provided to rename to.',
1.6       bisitz   12851: 
                   12852:    'An error occurred ([_1]) while trying to rename [_2] to [_3]'
1.93      raeburn  12853: => 'An error occurred ([_1]) while trying to rename [_2] to [_3]',
1.6       bisitz   12854: 
                   12855:    'The new file name was changed from:<br />[_1] to [_2]'
1.93      raeburn  12856: => 'The new file name was changed from:<br />[_1] to [_2]',
1.6       bisitz   12857: 
                   12858:    'An error occurred ([_1]) while trying to delete access control records for the old name.'
1.93      raeburn  12859: => 'An error occurred ([_1]) while trying to delete access control records for the old name.',
1.6       bisitz   12860: 
                   12861:    'An error occurred ([_1]) while trying to upload [_2].'
1.93      raeburn  12862: => 'An error occurred ([_1]) while trying to upload [_2].',
1.6       bisitz   12863: 
                   12864:    'An error occurred (dir) ([_1]) while trying to delete [_2].'
1.93      raeburn  12865: => 'An error occurred (dir) ([_1]) while trying to delete [_2].',
1.6       bisitz   12866: 
                   12867:    'An error occurred ([_1]) while trying to upload [_2] for embedded element [_3].'
1.93      raeburn  12868: => 'An error occurred ([_1]) while trying to upload [_2] for embedded element [_3].',
1.6       bisitz   12869: 
                   12870:    'An error occurred ([_1]) while trying to create a new directory [_2].'
1.93      raeburn  12871: => 'An error occurred ([_1]) while trying to create a new directory [_2].',
1.6       bisitz   12872: 
                   12873:    'Access controls updated to reflect the name change.'
1.93      raeburn  12874: => 'Access controls updated to reflect the name change.',
1.6       bisitz   12875: 
                   12876:    'Conditional files are accessible to logged-in users with accounts in the LON-CAPA network, who satisfy the conditions you set.'
1.93      raeburn  12877: => 'Conditional files are accessible to logged-in users with accounts in the LON-CAPA network, who satisfy the conditions you set.',
1.6       bisitz   12878: 
                   12879:    'The conditions can include affiliation with a particular course, or a user account in a specific domain.'
1.93      raeburn  12880: => 'The conditions can include affiliation with a particular course, or a user account in a specific domain.',
1.6       bisitz   12881: 
                   12882:    'Alternatively access can be granted to people with specific LON-CAPA usernames and domains.'
1.93      raeburn  12883: => 'Alternatively access can be granted to people with specific LON-CAPA usernames and domains.',
1.6       bisitz   12884: 
                   12885:    'Current access controls defined for this file:'
1.93      raeburn  12886: => 'Current access controls defined for this file:',
1.6       bisitz   12887: 
                   12888:    'No access control settings currently exist for this file.'
1.93      raeburn  12889: => 'No access control settings currently exist for this file.',
1.6       bisitz   12890: 
                   12891:    'Deleted'
1.93      raeburn  12892: => 'Deleted',
1.6       bisitz   12893: 
                   12894:    'No end date'
1.22      zhu      12895: => '无结束日期',
1.6       bisitz   12896: 
                   12897:    'Start: '
1.22      zhu      12898: => '开始: ',
1.6       bisitz   12899: 
                   12900:    'End: '
1.22      zhu      12901: => '结束: ',
1.6       bisitz   12902: 
                   12903:    'Domains: '
1.22      zhu      12904: => '域: ',
1.6       bisitz   12905: 
                   12906:    'Users: '
1.22      zhu      12907: => '用户: ',
1.6       bisitz   12908: 
                   12909:    'New control(s) added'
1.93      raeburn  12910: => 'New control(s) added',
1.6       bisitz   12911: 
                   12912:    'Existing control(s) deleted'
1.93      raeburn  12913: => 'Existing control(s) deleted',
1.6       bisitz   12914: 
                   12915:    'Existing control(s) modified'
1.93      raeburn  12916: => 'Existing control(s) modified',
1.6       bisitz   12917: 
                   12918:    'Add new <b>[_1]-based</b> access control for portfolio file: <b>[_2]</b>'
1.93      raeburn  12919: => 'Add new <b>[_1]-based</b> access control for portfolio file: <b>[_2]</b>',
1.6       bisitz   12920: 
                   12921:    'Display all access settings for this file'
1.93      raeburn  12922: => 'Display all access settings for this file',
1.6       bisitz   12923: 
                   12924:    'Add a roles-based condition'
1.93      raeburn  12925: => 'Add a roles-based condition',
1.6       bisitz   12926: 
                   12927:    'New role-based condition'
1.93      raeburn  12928: => 'New role-based condition',
1.6       bisitz   12929: 
                   12930:    "Format for users' username:domain information:"
1.93      raeburn  12931: => "Format for users' username:domain information:", # ??? -> portfolio.pm
1.6       bisitz   12932: 
                   12933:    'Add new [_1] condition(s)?'
1.93      raeburn  12934: => 'Add new [_1] condition(s)?',
1.6       bisitz   12935: 
                   12936:    'Number to add: '
1.93      raeburn  12937: => 'Number to add: ',
1.6       bisitz   12938: 
                   12939:    'Select roles, course status, section(s) and group(s) for users who will be able to access the portfolio file.'
1.93      raeburn  12940: => 'Select roles, course status, section(s) and group(s) for users who will be able to access the portfolio file.',
1.6       bisitz   12941: 
1.88      bisitz   12942:    'Course status'
                   12943: => 'Course status', # '[_1] 状态',
1.6       bisitz   12944: 
                   12945:    'Files selected from other directories:'
1.93      raeburn  12946: => 'Files selected from other directories:',
1.6       bisitz   12947: 
                   12948:    'Unable to upload [_1]. (size = [_2] kilobytes). Disk quota will be exceeded.'
1.98      bisitz   12949: => 'Unable to upload [_1]. (size = [_2] kilobytes). Disk quota will be exceeded.',
1.6       bisitz   12950: 
                   12951:    'Unable to upload [_1]. A locked file by that name was found in [_2].'
1.99      raeburn  12952: => 'Unable to upload [_1]. A locked file by that name was found in [_2].',
1.6       bisitz   12953: 
                   12954:    'You will be able to rename or delete existing [_1] after a grade has been assigned.'
1.93      raeburn  12955: => 'You will be able to rename or delete existing [_1] after a grade has been assigned.',
1.6       bisitz   12956: 
                   12957:    'Unable to upload [_1]. A file by that name was found in [_2].'
1.99      raeburn  12958: => 'Unable to upload [_1]. A file by that name was found in [_2].',
1.6       bisitz   12959: 
                   12960:    'To upload, rename or delete existing [_1] in [_2].'
1.93      raeburn  12961: => 'To upload, rename or delete existing [_1] in [_2].', # ???
1.6       bisitz   12962: 
                   12963:    'Rename [_1] to [_2]?'
1.99      raeburn  12964: => 'Rename [_1] to [_2]?',
1.6       bisitz   12965: 
                   12966:    'Reference Warning'
1.93      raeburn  12967: => 'Reference Warning',
1.6       bisitz   12968: 
                   12969:    '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  12970: => '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   12971: 
                   12972:    'Please select the locations from which the referenced files are to be uploaded.'
1.93      raeburn  12973: => 'Please select the locations from which the referenced files are to be uploaded.',
1.6       bisitz   12974: 
                   12975:    'Delete [_1]?'
1.12      zhu      12976: => '删除 [_1]?',
1.6       bisitz   12977: 
                   12978:    'Edit Portfolio File Catalog Information'
1.12      zhu      12979: => '编辑组合文件的目录信息',
1.6       bisitz   12980: 
                   12981:    'Edit Group Portfolio File Catalog Information'
1.12      zhu      12982: => '编辑组组合文件的目录信息',
1.6       bisitz   12983: 
                   12984:    'Update'
1.12      zhu      12985: => '更新',
1.6       bisitz   12986: 
                   12987:    'domains'
1.12      zhu      12988: => '域',
1.6       bisitz   12989: 
                   12990:    'users'
1.12      zhu      12991: => '用户',
1.6       bisitz   12992: 
                   12993:    'Access'
1.93      raeburn  12994: => 'Access',
1.6       bisitz   12995: 
                   12996:    'Conditional: domain-based'
1.93      raeburn  12997: => 'Conditional: domain-based',
1.6       bisitz   12998: 
                   12999:    'Conditional: user-based'
1.93      raeburn  13000: => 'Conditional: user-based',
1.6       bisitz   13001: 
                   13002:    'Conditional: course-based'
1.93      raeburn  13003: => 'Conditional: course-based',
1.6       bisitz   13004: 
                   13005:    '[_1] was submitted in response to problem: [_2]'
1.99      raeburn  13006: => '[_1] was submitted in response to problem: [_2]',
1.6       bisitz   13007: 
                   13008:    '[_1] was handed back in response to problem: [_2]'
1.98      bisitz   13009: => '[_1] was handed back in response to problem: [_2]',
1.6       bisitz   13010: 
                   13011:    'In the course:'
1.93      raeburn  13012: => 'In the course:',
1.6       bisitz   13013: 
                   13014:    'Back'
1.12      zhu      13015: => '返回',
1.6       bisitz   13016: 
                   13017:    'Error: no directory name was provided.'
1.12      zhu      13018: => '错误:没有输入目录名称。',
1.6       bisitz   13019: 
                   13020:    'Unable to create a directory named [_1].'
1.12      zhu      13021: => '无法创建目录名 [_1]。',
1.6       bisitz   13022: 
                   13023:    'Action disallowed'
1.12      zhu      13024: => '不允许行动',
1.6       bisitz   13025: 
                   13026:    'You do not have sufficient privileges to [_1]'
1.12      zhu      13027: => '您没有足够权限 [_1]',
1.6       bisitz   13028: 
                   13029:    'upload files'
1.12      zhu      13030: => '上传文件',
1.6       bisitz   13031: 
                   13032:    'delete files'
1.12      zhu      13033: => '删除文件',
1.6       bisitz   13034: 
                   13035:    'rename files'
1.12      zhu      13036: => '重命名文件',
1.6       bisitz   13037: 
                   13038:    'set access controls for files'
1.12      zhu      13039: => '设置访问控制文件',
1.6       bisitz   13040: 
                   13041:    "in the group's file repository."
1.93      raeburn  13042: => "in the group's file repository.",
1.6       bisitz   13043: 
                   13044:    'in this portfolio.'
1.12      zhu      13045: => '在这个组区。',
1.6       bisitz   13046: 
                   13047:    'You do not have the privileges required to access the shared files space for this group.'
1.12      zhu      13048: => '您没有权限访问该组的共享文件。',
1.6       bisitz   13049: 
                   13050:    'Not a valid group for this course'
1.12      zhu      13051: => '本课程里不是一个有效的组',
1.6       bisitz   13052: 
                   13053:    'Group files for [_1]'
1.12      zhu      13054: => '[_1] 组的组文件 ',
1.6       bisitz   13055: 
                   13056:    'Invalid group'
1.12      zhu      13057: => '无效组',
1.6       bisitz   13058: 
                   13059:    'No file was selected to upload.'
1.12      zhu      13060: => '没有文件被选中上传。',
1.6       bisitz   13061: 
                   13062:    'To upload a file, click <strong>Browse...</strong> and select a file, then click <strong>Upload</strong>.'
1.12      zhu      13063: => '要上传文件,请点击<strong>浏览... </strong>,并选择一个文件,然后点击<strong>上传</strong> 。',
1.6       bisitz   13064: 
                   13065:    'Edit the meta data'
1.12      zhu      13066: => '编辑元数据',
1.6       bisitz   13067: 
                   13068:    'Pick functionality'
1.12      zhu      13069: => '选择功能',
1.6       bisitz   13070: 
                   13071:    'Functionality to display/modify'
1.12      zhu      13072: => '功能显示/修改',
1.6       bisitz   13073: 
                   13074:    'You must select at least one functionality type to display.'
1.12      zhu      13075: => '您必须至少选择一个功能型。',
1.6       bisitz   13076: 
                   13077:    'Default color schemes'
1.12      zhu      13078: => '默认颜色方案',
1.6       bisitz   13079: 
                   13080:    'Log-in page options'
1.12      zhu      13081: => '登录页面选项',
1.6       bisitz   13082: 
                   13083:    'Default authentication/language/timezone'
1.12      zhu      13084: => '默认的身份验证/语言/时区',
1.6       bisitz   13085: 
                   13086:    'Default quotas for user portfolios'
1.93      raeburn  13087: => 'Default quotas for user portfolios',
1.6       bisitz   13088: 
                   13089:    'Auto-update settings'
1.12      zhu      13090: => '设置自动更新',
1.6       bisitz   13091: 
                   13092:    'Institutional directory searches'
1.93      raeburn  13093: => 'Institutional directory searches',
1.6       bisitz   13094: 
                   13095:    'User creation'
                   13096: => '创建用户',
                   13097: 
                   13098:    'User modification'
                   13099: => '用户设置',
                   13100: 
                   13101:    'Scantron format file'
1.93      raeburn  13102: => 'Scantron format file',
1.6       bisitz   13103: 
                   13104:    'Cataloging of courses'
1.12      zhu      13105: => '课程目录',
1.6       bisitz   13106: 
                   13107:    'Display options'
1.12      zhu      13108: => '显示选项',
1.6       bisitz   13109: 
                   13110:    'Display using: '
1.93      raeburn  13111: => 'Display using: ',
1.6       bisitz   13112: 
                   13113:    'one column'
1.12      zhu      13114: => '一列',
1.6       bisitz   13115: 
                   13116:    'two columns'
1.12      zhu      13117: => '两列',
1.6       bisitz   13118: 
                   13119:    'Changes made:'
1.93      raeburn  13120: => 'Changes made:',
1.6       bisitz   13121: 
                   13122:    'Back to configuration display'
1.93      raeburn  13123: => 'Back to configuration display',
1.6       bisitz   13124: 
                   13125:    'No changes made to log-in page settings'
1.93      raeburn  13126: => 'No changes made to log-in page settings',
1.6       bisitz   13127: 
                   13128:    'Support Request'
1.93      raeburn  13129: => 'Support Request',
1.6       bisitz   13130: 
                   13131:    'Do <b>not</b> use this form to ask questions about course content.'
1.93      raeburn  13132: => 'Do <b>not</b> use this form to ask questions about course content.',
1.6       bisitz   13133: 
                   13134:    'Contact your instructor instead.'
1.93      raeburn  13135: => 'Contact your instructor instead.',
1.6       bisitz   13136: 
                   13137:    'Cc'
1.12      zhu      13138: => '抄送',
1.6       bisitz   13139: 
                   13140:    'Your e-mail address'
1.27      zhu      13141: => '您的E-Mail地址',
1.6       bisitz   13142: 
                   13143:    'Search and Enroll'
1.27      zhu      13144: => '搜索和注册',
1.6       bisitz   13145: 
                   13146:    'Search or Add New User'
1.27      zhu      13147: => '搜索或添加新用户',
1.6       bisitz   13148: 
                   13149:    'No username and/or domain provided.'
1.93      raeburn  13150: => 'No username and/or domain provided.',
1.6       bisitz   13151: 
                   13152:    'No match was found for the username ([_1]) in LON-CAPA domain: [_2]'
1.93      raeburn  13153: => 'No match was found for the username ([_1]) in LON-CAPA domain: [_2]',
1.6       bisitz   13154: 
                   13155:    'Submit a request to the LON-CAPA [_1]helpdesk[_2] for [_3] if you require assistance.'
1.93      raeburn  13156: => 'Submit a request to the LON-CAPA [_1]helpdesk[_2] for [_3] if you require assistance.',
1.6       bisitz   13157: 
1.85      bisitz   13158:    'Problems occurred in creating the new Excel file.'
1.93      raeburn  13159: => 'Problems occurred in creating the new Excel file.',
1.85      bisitz   13160: 
                   13161:    'Problems occurred in creating the output file.'
1.93      raeburn  13162: => 'Problems occurred in creating the output file.',
1.85      bisitz   13163: 
                   13164:    'Problems occurred in writing the CSV file.'
1.93      raeburn  13165: => 'Problems occurred in writing the CSV file.',
1.6       bisitz   13166: 
1.85      bisitz   13167:    'This error has been logged.'
1.93      raeburn  13168: => 'This error has been logged.',
1.6       bisitz   13169: 
1.85      bisitz   13170:    'Please alert your LON-CAPA administrator.'
1.93      raeburn  13171: => 'Please alert your LON-CAPA administrator.',
1.6       bisitz   13172: 
                   13173:    'Records [_1]'
1.93      raeburn  13174: => 'Records [_1]', # ???
1.6       bisitz   13175: 
                   13176:    'Filter [_1]'
                   13177: => 'Filter [_1]',
                   13178: 
                   13179:    'Under you current role you are not permitted to change login settings for this user'
1.93      raeburn  13180: => 'Under you current role you are not permitted to change login settings for this user',
1.6       bisitz   13181: 
                   13182:    'History'
1.55      zhu      13183: => '历史',
1.6       bisitz   13184: 
                   13185:    'Part '
1.55      zhu      13186: => '部分 ',
1.6       bisitz   13187: 
                   13188:    'Transaction [_1]'
1.93      raeburn  13189: => 'Transaction [_1]', # ???
1.6       bisitz   13190: 
                   13191:    'Nothing submitted - no attempts.'
1.93      raeburn  13192: => 'Nothing submitted - no attempts.',
1.6       bisitz   13193: 
                   13194:    'No data.'
1.93      raeburn  13195: => 'No data.',
1.6       bisitz   13196: 
                   13197:    'Open in a new window'
1.93      raeburn  13198: => 'Open in a new window',
1.6       bisitz   13199: 
                   13200:    'Revoke user roles'
1.93      raeburn  13201: => 'Revoke user roles',
1.6       bisitz   13202: 
                   13203:    'Delete user roles'
1.93      raeburn  13204: => 'Delete user roles',
1.6       bisitz   13205: 
                   13206:    'Re-enable expired user roles'
1.93      raeburn  13207: => 'Re-enable expired user roles',
1.6       bisitz   13208: 
                   13209:    'Make future user roles active now'
1.93      raeburn  13210: => 'Make future user roles active now',
1.6       bisitz   13211: 
                   13212:    'Change starting/ending dates'
1.93      raeburn  13213: => 'Change starting/ending dates',
1.6       bisitz   13214: 
                   13215:    'Change section associated with user roles'
1.93      raeburn  13216: => 'Change section associated with user roles',
1.6       bisitz   13217: 
                   13218:    'Modify existing user: '
1.70      zhu      13219: => '修改现有的用户: ',
1.6       bisitz   13220: 
                   13221:    'Enroll one student'
1.70      zhu      13222: => '注册一名学生',
1.6       bisitz   13223: 
                   13224:    'Enroll one student: '
1.70      zhu      13225: => '注册一名学生: ',
1.6       bisitz   13226: 
                   13227:    'Existing Roles'
1.55      zhu      13228: => '现有的角色',
1.6       bisitz   13229: 
1.40      bisitz   13230:    'Existing Roles in this Course'
1.70      zhu      13231: => '课程中现有的角色',
1.40      bisitz   13232: 
                   13233:    'Existing Co-Author Roles in your Construction Space'
1.93      raeburn  13234: => 'Existing Co-Author Roles in your Construction Space',
1.40      bisitz   13235: 
                   13236:    'Existing Roles in this Domain'
1.70      zhu      13237: => '在该域中现有的角色',
1.40      bisitz   13238: 
1.6       bisitz   13239:    'Text-based Interface Login'
1.93      raeburn  13240: => 'Text-based Interface Login',
1.6       bisitz   13241: 
                   13242:    'Select Accessibility Options'
1.93      raeburn  13243: => 'Select Accessibility Options',
1.6       bisitz   13244: 
                   13245:    'Suppress rendering of images'
1.93      raeburn  13246: => 'Suppress rendering of images',
1.6       bisitz   13247: 
                   13248:    'Suppress Java applets'
1.55      zhu      13249: => '禁止Java小程序',
1.6       bisitz   13250: 
                   13251:    'Suppress rendering of embedded multimedia'
1.93      raeburn  13252: => 'Suppress rendering of embedded multimedia',
1.6       bisitz   13253: 
                   13254:    'Increase font size'
1.55      zhu      13255: => '放大字体',
1.6       bisitz   13256: 
                   13257:    'Switch to black and white mode'
1.55      zhu      13258: => '切换到黑白模式',
1.6       bisitz   13259: 
                   13260:    'Remember these settings for next login'
1.55      zhu      13261: => '下次登录时记住这些设置',
1.6       bisitz   13262: 
                   13263:    'You are already logged in!'
1.55      zhu      13264: => '您已经登录!',
1.6       bisitz   13265: 
                   13266:    'You are already logged in'
1.55      zhu      13267: => '您已经登录!',
1.6       bisitz   13268: 
                   13269:    'Please either [_1]continue the current session[_2] or [_3]logout[_4].'
1.55      zhu      13270: => '您的选择:[_1]继续当前的会话[_2]或者[_3]退出[_4]。',
1.6       bisitz   13271: 
                   13272:    'Login problems?'
1.9       zhu      13273: => '无法登录?',
1.6       bisitz   13274: 
                   13275:    'Reset password'
1.9       zhu      13276: => '重设密码',
1.6       bisitz   13277: 
                   13278:    'Reset forgotten LON-CAPA password'
1.55      zhu      13279: => '重置 LON-CAPA 密码',
1.6       bisitz   13280: 
1.89      bisitz   13281:    '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      13282: => '如果您使用相同的帐户的其他校园服务除了LON-CAPA, (例如,电子邮件,课程注册等) ,一个单独的中央管理机制可以重置密码。然而,如果您的帐户只是用于LON-CAPA访问,您可以从这个网页重置密码。',
1.6       bisitz   13283: 
                   13284:    'Three conditions must be met:'
1.55      zhu      13285: => '三个条件必须满足:',
1.6       bisitz   13286: 
                   13287:    'An e-mail address must have previously been associated with your LON-CAPA username.'
1.55      zhu      13288: => '必须有一个电子邮件地址与您的LON-CAPA用户联系在一起的。',
1.6       bisitz   13289: 
                   13290:    'You must be able to access e-mail sent to that address.'
1.55      zhu      13291: => '您必须能访问即将发送的电子邮件地址。',
1.6       bisitz   13292: 
                   13293:    'Your LON-CAPA account must be of a type for which LON-CAPA can reset a password.'
1.55      zhu      13294: => '您 LON-CAPA 帐户必须是一个类型为 LON-CAPA 可以重置密码。',
1.6       bisitz   13295: 
                   13296:    'Thank you for your request to reset the password for your LON-CAPA account.'
1.55      zhu      13297: => '感谢您要求重设 LON-CAPA 帐户的密码 。',
1.6       bisitz   13298: 
                   13299:    'Email address in LON-CAPA'
1.93      raeburn  13300: => 'Email address in LON-CAPA',
1.6       bisitz   13301: 
1.55      zhu      13302:    'E-mail address in LON-CAPA'
1.93      raeburn  13303: => 'E-mail address in LON-CAPA',
1.55      zhu      13304: 
1.6       bisitz   13305:    'The username you provided was not verified as a valid username in the LON-CAPA system for the [_1] domain.'
1.56      zhu      13306: => '您提供的用户名不是有效的用户名在 LON-CAPA 系统在该[_1]域。',
1.6       bisitz   13307: 
                   13308:    'Please [_1]go back[_2] and try again.'
1.55      zhu      13309: => '请[_1]返回[_2] ,然后再试一次。',
1.6       bisitz   13310: 
                   13311:    'The e-mail address you provided does not appear to be a valid address.'
1.56      zhu      13312: => '您提供的电子邮件地址不是一个有效的地址。',
1.6       bisitz   13313: 
                   13314:    'A valid e-mail address was not located in the LON-CAPA system for the username and domain you provided.'
1.56      zhu      13315: => '您提供的用户名和域在 LON-CAPA 系统中没有找到一个有效的电子邮件地址。',
1.6       bisitz   13316: 
                   13317:    'The username you provided uses an authentication type which can not be reset directly via LON-CAPA.'
1.56      zhu      13318: => '您提供的用户名使用的身份验证类型,不能直接通过 LON-CAPA 重置密码。',
1.6       bisitz   13319: 
1.41      bisitz   13320:    'You may wish to contact the [_1]LON-CAPA helpdesk[_2] for the [_3].'
1.56      zhu      13321: => '您不妨联系[_2]的[_3]的[_1] LON-CAPA 求助。',
1.6       bisitz   13322: 
                   13323:    'You may wish to send an e-mail to the server administrator: [_1] for [_2].' # 1: e-mail, 2: domain
1.98      bisitz   13324: => '您不妨给服务器管理员发送电子邮件: [_1]的[_2] 。',
1.6       bisitz   13325: 
                   13326:    'Assigning yourself a co-author or assistant co-author role in your own author area in Construction Space is not permitted'
1.93      raeburn  13327: => 'Assigning yourself a co-author or assistant co-author role in your own author area in Construction Space is not permitted',
1.6       bisitz   13328: 
                   13329:    'Owner(s)'
1.93      raeburn  13330: => 'Owner(s)',
1.6       bisitz   13331: 
                   13332:    'Practice Problem'
1.56      zhu      13333: => '练习题',
1.6       bisitz   13334: 
                   13335:    'Submissions are not permanently recorded'
1.93      raeburn  13336: => 'Submissions are not permanently recorded',
1.6       bisitz   13337: 
                   13338:    'Submissions to practice problems are not permanently recorded.'
1.93      raeburn  13339: => 'Submissions to practice problems are not permanently recorded.',
1.6       bisitz   13340: 
                   13341:    'not graded'
1.93      raeburn  13342: => 'not graded',
1.6       bisitz   13343: 
                   13344:    'Course initialization preference'
1.93      raeburn  13345: => 'Course initialization preference',
1.6       bisitz   13346: 
                   13347:    'Choose which page will be displayed when you enter this course after selecting a role.'
1.93      raeburn  13348: => 'Choose which page will be displayed when you enter this course after selecting a role.',
1.6       bisitz   13349: 
                   13350:    'Current value is determined by'
1.93      raeburn  13351: => 'Current value is determined by',
1.6       bisitz   13352: 
                   13353:    'and is set to display'
1.93      raeburn  13354: => 'and is set to display',
1.6       bisitz   13355: 
                   13356:    'Page display controlled by'
1.93      raeburn  13357: => 'Page display controlled by',
1.6       bisitz   13358: 
                   13359:    'If'
1.93      raeburn  13360: => 'If',
1.6       bisitz   13361: 
                   13362:    'Choose course entry'
1.93      raeburn  13363: => 'Choose course entry',
1.6       bisitz   13364: 
                   13365:    'Modify course entry'
1.93      raeburn  13366: => 'Modify course entry',
1.6       bisitz   13367: 
                   13368:    '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  13369: => '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   13370: 
                   13371:    '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  13372: => '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   13373: 
                   13374:    "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  13375: => "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   13376: 
                   13377:    'Setting optional privileges for specific group members'
1.57      zhu      13378: => '对具体组成员设置可选的权限',
1.6       bisitz   13379: 
                   13380:    'As no group tools will be made available to users, there are no specific user privileges to set.'
1.93      raeburn  13381: => 'As no group tools will be made available to users, there are no specific user privileges to set.',
1.6       bisitz   13382: 
                   13383:    'Create group'
1.12      zhu      13384: => '创建组',
1.6       bisitz   13385: 
                   13386:    '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  13387: => '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   13388: 
                   13389:    '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  13390: => '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   13391: 
                   13392:    'A problem occurred when creating folders for the new group [_1]:'
1.93      raeburn  13393: => 'A problem occurred when creating folders for the new group [_1]:',
1.6       bisitz   13394: 
                   13395:    'Group [_1] was created.'
1.12      zhu      13396: => '组 [_1] 已创建。',
1.6       bisitz   13397: 
                   13398:    'E-mail Address'
1.93      raeburn  13399: => 'E-mail Address',
1.6       bisitz   13400: 
                   13401:    'Closes '
1.93      raeburn  13402: => 'Closes ',
1.6       bisitz   13403: 
                   13404:    '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  13405: => '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   13406: 
                   13407:    '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  13408: => '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   13409: 
                   13410:    '[quant,_1,day]'
1.99      raeburn  13411: => '[quant,_1,day]',
1.6       bisitz   13412: 
                   13413:    '[quant,_1,hour]'
1.99      raeburn  13414: => '[quant,_1,hour]',
1.6       bisitz   13415: 
                   13416:    '[quant,_1,minute]'
1.99      raeburn  13417: => '[quant,_1,minute]',
1.6       bisitz   13418: 
                   13419:    '[quant,_1,second]'
1.99      raeburn  13420: => '[quant,_1,second]',
1.6       bisitz   13421: 
                   13422:    'Start Timer?'
1.93      raeburn  13423: => 'Start Timer?',
1.6       bisitz   13424: 
                   13425:    'Sign up for time to work.'
1.93      raeburn  13426: => 'Sign up for time to work.',
1.6       bisitz   13427: 
                   13428:    'Requesting Another Worktime'
1.93      raeburn  13429: => 'Requesting Another Worktime',
1.6       bisitz   13430: 
                   13431:    'No available times.'
1.93      raeburn  13432: => 'No available times.',
1.6       bisitz   13433: 
                   13434:    'Return to last resource'
1.93      raeburn  13435: => 'Return to last resource',
1.6       bisitz   13436: 
                   13437:    'My Courses'
1.9       zhu      13438: => '我的课程',
1.6       bisitz   13439: 
                   13440:    '[_1] parts'
1.99      raeburn  13441: => '[_1] parts',
1.6       bisitz   13442: 
                   13443:    'Part: [_1]'
1.27      zhu      13444: => '部分: [_1]',
1.6       bisitz   13445: 
                   13446:    'New Discussion'
1.12      zhu      13447: => '新的讨论',
1.6       bisitz   13448: 
                   13449:    'New Email'
1.12      zhu      13450: => '新的 E-Mail',
1.6       bisitz   13451: 
                   13452:    'New Error'
1.12      zhu      13453: => '新的错误',
1.6       bisitz   13454: 
                   13455:    '(randomly select [_1])'
1.98      bisitz   13456: => '(randomly select [_1])',
1.6       bisitz   13457: 
                   13458:    '(randomly ordered)'
1.98      bisitz   13459: => '(randomly ordered)',
1.6       bisitz   13460: 
                   13461:    'No course selected'
1.93      raeburn  13462: => 'No course selected',
1.6       bisitz   13463: 
                   13464:    'Open '
1.98      bisitz   13465: => 'Open ',
1.6       bisitz   13466: 
                   13467:    'Having technical difficulties; please check status later'
1.93      raeburn  13468: => 'Having technical difficulties; please check status later',
1.6       bisitz   13469: 
                   13470:    'Answer open'
1.93      raeburn  13471: => 'Answer open',
1.6       bisitz   13472: 
                   13473:    'Yes, and show correct answer if they exceed the maximum number of tries.'
1.93      raeburn  13474: => 'Yes, and show correct answer if they exceed the maximum number of tries.',
1.6       bisitz   13475: 
                   13476:    "No, don't show correct/incorrect feedback."
1.93      raeburn  13477: => "No, don't show correct/incorrect feedback.",
1.6       bisitz   13478: 
                   13479:    'No, show no feedback at all.'
1.93      raeburn  13480: => 'No, show no feedback at all.',
1.6       bisitz   13481: 
                   13482:    'single part'
1.93      raeburn  13483: => 'single part',
1.6       bisitz   13484: 
                   13485:    'Course Page'
1.36      zhu      13486: => '课程页面',
1.6       bisitz   13487: 
                   13488:    'Unable to set "number unread posts display" to [_1] due to [_2].'
1.98      bisitz   13489: => 'Unable to set "number unread posts display" to [_1] due to [_2].',
1.6       bisitz   13490: 
                   13491:    'Current value is [_1].'
1.36      zhu      13492: => '当前的值是 [_1].',
1.6       bisitz   13493: 
                   13494:    'Unable to set interval to [_1] due to [_2].'
1.93      raeburn  13495: => 'Unable to set interval to [_1] due to [_2].',
1.6       bisitz   13496: 
                   13497:    'Changes to threshold(s) for problem tracking:'
1.93      raeburn  13498: => 'Changes to threshold(s) for problem tracking:',
1.6       bisitz   13499: 
                   13500:    'Set threshold for [_1] to [_2]'
1.36      zhu      13501: => '对于 [_1] 到 [_2] 的临界值',
1.6       bisitz   13502: 
                   13503:    'Set the default page to be displayed when you select a course role'
1.36      zhu      13504: => '设置默认页, 显示您选择的课程的角色',
1.6       bisitz   13505: 
                   13506:    '(Currently: [_1])'
1.36      zhu      13507: => '(现在: [_1])',
1.6       bisitz   13508: 
                   13509:    "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   13510: => "在课程中为您的课程的全局的用户首选项设置可以覆盖个别的课程设置,通过特定的课程设置[_1]What's New page[_2]。",
1.6       bisitz   13511: 
                   13512:    'Display the [_1]first resource[_2] in the course.'
1.36      zhu      13513: => '显示课程中的[_1]第一资源[_2]。',
1.6       bisitz   13514: 
                   13515:    "Display the [_1]What's New page[_2] - a summary of items in the course which require attention."
1.36      zhu      13516: => "显示 [_1]What's New page[_2] - 课程中的内容概述需要被注意。",
1.6       bisitz   13517: 
                   13518:    'Default now set'
1.93      raeburn  13519: => 'Default now set',
1.6       bisitz   13520: 
                   13521:    'when you select a course role from the roles screen'
1.93      raeburn  13522: => 'when you select a course role from the roles screen',
1.6       bisitz   13523: 
                   13524:    'you will be taken to the start of the course.'
1.93      raeburn  13525: => 'you will be taken to the start of the course.',
1.6       bisitz   13526: 
                   13527:    'a page will be displayed that lists items in the course that may require action from you.'
1.93      raeburn  13528: => 'a page will be displayed that lists items in the course that may require action from you.',
1.6       bisitz   13529: 
                   13530:    "Display the What's New page listing course action items"
1.93      raeburn  13531: => "Display the What's New page listing course action items",
1.6       bisitz   13532: 
                   13533:    'Go to the start of the course'
1.93      raeburn  13534: => 'Go to the start of the course',
1.6       bisitz   13535: 
                   13536:    'now'
1.93      raeburn  13537: => 'now',
1.6       bisitz   13538: 
                   13539:    'No official courses to display for [_1].'
1.93      raeburn  13540: => 'No official courses to display for [_1].',
1.6       bisitz   13541: 
                   13542:    '(Month - Day - Year)'
1.13      zhu      13543: => '(月 - 日 - 年)',
1.6       bisitz   13544: 
                   13545:    'Month[_1]Day[_2]Year'
1.13      zhu      13546: => '月[_1]日[_2]年',
1.6       bisitz   13547: 
                   13548:    '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  13549: => '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   13550: 
                   13551:    'Skipping'
1.93      raeburn  13552: => 'Skipping',
1.6       bisitz   13553: 
                   13554:    'Notifying host'
1.93      raeburn  13555: => 'Notifying host', # ???
1.6       bisitz   13556: 
                   13557:    'Back to Catalog Information'
1.18      zhu      13558: => '返回到目录信息',
1.6       bisitz   13559: 
                   13560:    ' at '
                   13561: => ' in ',
                   13562: 
                   13563:    "Computer's answer is incorrect ([_1])."
1.93      raeburn  13564: => "Computer's answer is incorrect ([_1]).",
1.6       bisitz   13565: 
                   13566:    'It is likely that the tolerance range [_1] or significant figures [_2] need to be adjusted.'
1.93      raeburn  13567: => 'It is likely that the tolerance range [_1] or significant figures [_2] need to be adjusted.',
1.6       bisitz   13568: 
                   13569:    'It is likely that the tolerance range [_1] needs to be adjusted.'
1.93      raeburn  13570: => 'It is likely that the tolerance range [_1] needs to be adjusted.',
1.6       bisitz   13571: 
                   13572:    'Submission Record'
1.93      raeburn  13573: => 'Submission Record',
1.6       bisitz   13574: 
                   13575:    'Set/Change grades'
1.93      raeburn  13576: => 'Set/Change grades',
1.6       bisitz   13577: 
                   13578:    'View of the problem'
1.93      raeburn  13579: => 'View of the problem',
1.6       bisitz   13580: 
                   13581:    'Assign Grades'
1.93      raeburn  13582: => 'Assign Grades',
1.6       bisitz   13583: 
                   13584:    'Save &amp; Next'
1.18      zhu      13585: => '保存并继续',
1.6       bisitz   13586: 
                   13587:    '[_1]student(s)'
1.22      zhu      13588: => '[_1]学生',
1.6       bisitz   13589: 
                   13590:    '(Next and Previous (student) do not save the scores.)'
1.99      raeburn  13591: => '(Next and Previous (student) do not save the scores.)',
1.6       bisitz   13592: 
                   13593:    'LON-CAPA User Message'
1.22      zhu      13594: => 'LON-CAPA 用户邮件',
1.6       bisitz   13595: 
                   13596:    '<b>Message: </b> No more students for this section or class.'
1.98      bisitz   13597: => '<b>Message: </b> No more students for this section or class.',
1.6       bisitz   13598: 
                   13599:    'Click on the button below to return to the grading menu.'
1.93      raeburn  13600: => 'Click on the button below to return to the grading menu.',
1.6       bisitz   13601: 
                   13602:    'Group files'
1.12      zhu      13603: => '组文件',
1.6       bisitz   13604: 
                   13605:    'One group portfolio file is available.'
1.93      raeburn  13606: => 'One group portfolio file is available.',
1.6       bisitz   13607: 
                   13608:    'One portfolio file owned by [_1] is available.'
1.93      raeburn  13609: => 'One portfolio file owned by [_1] is available.',
1.6       bisitz   13610: 
                   13611:    'A total of [_1] group portfolio files are available.'
1.93      raeburn  13612: => 'A total of [_1] group portfolio files are available.',
1.6       bisitz   13613: 
                   13614:    'A total of [_1] portfolio files owned by [_2] are available'
1.93      raeburn  13615: => 'A total of [_1] portfolio files owned by [_2] are available',
1.6       bisitz   13616: 
                   13617:    '[quant,_1,file is,files are] publicly accessible.'
1.93      raeburn  13618: => '[quant,_1,file is,files are] publicly accessible.',
1.6       bisitz   13619: 
                   13620:    '[quant,_1,file requires,files require] a passphrase for access.'
1.98      bisitz   13621: => '[quant,_1,file requires,files require] a passphrase for access.',
1.6       bisitz   13622: 
                   13623:    'Group Portfolio files'
1.12      zhu      13624: => '组组合文件',
1.6       bisitz   13625: 
                   13626:    'Viewable portfolio files.'
1.12      zhu      13627: => '可见组合文件。',
1.6       bisitz   13628: 
                   13629:    'Viewable portfolio files'
1.12      zhu      13630: => '可见组合文件',
1.6       bisitz   13631: 
                   13632:    'Viewable group portfolio files'
1.12      zhu      13633: => '可见组组合文件',
1.6       bisitz   13634: 
                   13635:    'Display file listing'
1.36      zhu      13636: => '显示文件列表',
1.6       bisitz   13637: 
                   13638:    'Portfolio files for [_1]'
1.36      zhu      13639: => '[_1] 的组合文件',
1.6       bisitz   13640: 
                   13641:    'File access type: '
1.36      zhu      13642: => '文件访问类型: ',
1.6       bisitz   13643: 
                   13644:    'Update display'
1.36      zhu      13645: => '更新显示',
1.6       bisitz   13646: 
                   13647:    'Course Information page'
1.36      zhu      13648: => '课程资料页',
1.6       bisitz   13649: 
                   13650:    'Information about [_1]'
1.36      zhu      13651: => '关于 [_1] 的消息',
1.6       bisitz   13652: 
                   13653:    'There are no available files of the specified access type: [_1]'
1.36      zhu      13654: => '没有提供文件的指定访问类型: [_1]',
1.6       bisitz   13655: 
                   13656:    'File Type Displayed: [_1]'
1.36      zhu      13657: => '显示文件类型: [_1]',
1.6       bisitz   13658: 
                   13659:    'All file types'
1.36      zhu      13660: => '所有文件类型',
1.6       bisitz   13661: 
                   13662:    'The resource depends on another resource with variable filename, i.e., [_1].'
1.93      raeburn  13663: => 'The resource depends on another resource with variable filename, i.e., [_1].',
1.6       bisitz   13664: 
                   13665:    'You likely need to explicitly allow access to all possible dependencies using the [_1]-tag.'
1.93      raeburn  13666: => 'You likely need to explicitly allow access to all possible dependencies using the [_1]-tag.',
1.6       bisitz   13667: 
                   13668:    'Add Selection for:'
1.93      raeburn  13669: => 'Add Selection for:',
1.6       bisitz   13670: 
1.65      zhu      13671:    'Selected Parameters:'
1.93      raeburn  13672: => 'Selected Parameters:',
1.63      zhu      13673: 
1.65      zhu      13674:    'Show detailed Parameter Selection'
1.93      raeburn  13675: => 'Show detailed Parameter Selection',
1.63      zhu      13676: 
1.65      zhu      13677: # Resource Parameters - Start
1.63      zhu      13678: 
1.65      zhu      13679:    'Problem Opening Date (opendate)'
                   13680: => '问题开始日期 (opendate)',
1.6       bisitz   13681: 
                   13682:    'Problem Opening Date'
1.12      zhu      13683: => '问题开始日期',
1.6       bisitz   13684: 
1.65      zhu      13685:    'Problem Due Date (duedate)'
                   13686: => '问题截止日期 (duedate)',
                   13687: 
1.6       bisitz   13688:    'Problem Due Date'
1.12      zhu      13689: => '问题截止日期',
1.6       bisitz   13690: 
1.65      zhu      13691:    'Problem Answer Date (answerdate)'
                   13692: => '问题答案日期 (answerdate)',
                   13693: 
1.6       bisitz   13694:    'Problem Answer Date'
1.12      zhu      13695: => '问题答案日期',
1.6       bisitz   13696: 
1.65      zhu      13697:    'Time-Limit (interval)'
                   13698: => '期限 (interval)',
                   13699: 
1.6       bisitz   13700:    'Time-Limit'
1.12      zhu      13701: => '期限',
1.6       bisitz   13702: 
1.65      zhu      13703:    'Weight (weight)'
1.93      raeburn  13704: => 'Weight (weight)',
1.65      zhu      13705: 
1.6       bisitz   13706:    'Weight'
1.93      raeburn  13707: => 'Weight',
1.6       bisitz   13708: 
1.65      zhu      13709:    'Maximum Number of Tries (maxtries)'
1.93      raeburn  13710: => 'Maximum Number of Tries (maxtries)',
1.65      zhu      13711: 
1.6       bisitz   13712:    'Maximum Number of Tries'
1.93      raeburn  13713: => 'Maximum Number of Tries',
1.6       bisitz   13714: 
1.65      zhu      13715:    'Number of Tries before hints appear (hinttries)'
1.93      raeburn  13716: => 'Number of Tries before hints appear (hinttries)',
1.65      zhu      13717: 
1.6       bisitz   13718:    'Number of Tries before hints appear'
1.93      raeburn  13719: => 'Number of Tries before hints appear',
1.6       bisitz   13720: 
1.56      zhu      13721:    'Content Opening Date (contentopen)'
1.61      bisitz   13722: => '内容开放日期 (contentopen)',
                   13723: 
1.56      zhu      13724:    'Content Due Date (contentclose)'
1.61      bisitz   13725: => '内容关闭日期 (contentclose)',
1.56      zhu      13726: 
1.63      zhu      13727:    'Content Opening Date'
                   13728: => '内容开放日期',
1.6       bisitz   13729: 
                   13730:    'Content Close Date'
1.18      zhu      13731: => '内容关闭日期',
1.6       bisitz   13732: 
1.65      zhu      13733:    'Question Type (type)'
                   13734: => '问题类型 (type)',
                   13735: 
1.6       bisitz   13736:    'Question Type'
1.18      zhu      13737: => '问题类型',
1.6       bisitz   13738: 
1.65      zhu      13739:    'Show Problem Status (problemstatus)'
1.93      raeburn  13740: => 'Show Problem Status (problemstatus)',
1.65      zhu      13741: 
1.6       bisitz   13742:    'Show Problem Status'
1.18      zhu      13743: => '查看问题状态',
1.6       bisitz   13744: 
1.65      zhu      13745:    'Resource Hidden from Students (hiddenresource)'
1.93      raeburn  13746: => 'Resource Hidden from Students (hiddenresource)',
1.65      zhu      13747: 
1.6       bisitz   13748:    'Resource Hidden from Students'
1.93      raeburn  13749: => 'Resource Hidden from Students',
1.65      zhu      13750: 
                   13751:    'Resource hidden from students (hiddenresource)'
1.93      raeburn  13752: => 'Resource hidden from students (hiddenresource)',
1.65      zhu      13753: 
                   13754:    'Resource hidden from students'
1.93      raeburn  13755: => 'Resource hidden from students',
1.65      zhu      13756: 
                   13757:    'List of hidden parts (hiddenparts)'
1.93      raeburn  13758: => 'List of hidden parts (hiddenparts)',
1.6       bisitz   13759: 
                   13760:    'List of hidden parts'
1.93      raeburn  13761: => 'List of hidden parts', # ???
1.6       bisitz   13762: 
1.65      zhu      13763:    'Part Description (display)'
1.93      raeburn  13764: => 'Part Description (display)',
1.65      zhu      13765: 
1.6       bisitz   13766:    'Part Description'
1.93      raeburn  13767: => 'Part Description',
1.6       bisitz   13768: 
1.65      zhu      13769:    'Show Parts One-at-a-Time (ordered)'
1.93      raeburn  13770: => 'Show Parts One-at-a-Time (ordered)',
1.65      zhu      13771: 
1.6       bisitz   13772:    'Show Parts One-at-a-Time'
1.93      raeburn  13773: => 'Show Parts One-at-a-Time',
1.6       bisitz   13774: 
1.65      zhu      13775:    'Numerical Tolerance (tol)'
1.93      raeburn  13776: => 'Numerical Tolerance (tol)',
1.65      zhu      13777: 
1.6       bisitz   13778:    'Numerical Tolerance'
1.93      raeburn  13779: => 'Numerical Tolerance',
1.6       bisitz   13780: 
1.65      zhu      13781:    'Significant Digits (sig)'
1.93      raeburn  13782: => 'Significant Digits (sig)',
1.65      zhu      13783: 
1.6       bisitz   13784:    'Significant Digits'
1.93      raeburn  13785: => 'Significant Digits',
1.6       bisitz   13786: 
1.65      zhu      13787:    'Show Units - Disable Entry (turnoffunit)'
1.93      raeburn  13788: => 'Show Units - Disable Entry (turnoffunit)',
1.65      zhu      13789: 
1.6       bisitz   13790:    'Show Units - Disable Entry'
1.93      raeburn  13791: => 'Show Units - Disable Entry', # ???
1.6       bisitz   13792: 
1.65      zhu      13793:    'Discussion End Time (discussend)'
1.93      raeburn  13794: => 'Discussion End Time (discussend)',
1.65      zhu      13795: 
1.6       bisitz   13796:    'Discussion End Time'
1.93      raeburn  13797: => 'Discussion End Time',
1.6       bisitz   13798: 
1.65      zhu      13799:    'Hide Closed Discussion (discusshide)'
1.93      raeburn  13800: => 'Hide Closed Discussion (discusshide)',
1.65      zhu      13801: 
1.6       bisitz   13802:    'Hide Closed Discussion'
1.93      raeburn  13803: => 'Hide Closed Discussion',
1.6       bisitz   13804: 
1.65      zhu      13805:    'Randomly Order Resources (randomorder)'
1.93      raeburn  13806: => 'Randomly Order Resources (randomorder)',
1.65      zhu      13807: 
1.6       bisitz   13808:    'Randomly Order Resources'
1.93      raeburn  13809: => 'Randomly Order Resources',
1.6       bisitz   13810: 
1.65      zhu      13811:    'Randomly pick number of resources (randompick)'
1.93      raeburn  13812: => 'Randomly pick number of resources (randompick)',
1.65      zhu      13813: 
                   13814:    'Do not show plain URL (encrypturl)'
1.93      raeburn  13815: => 'Do not show plain URL (encrypturl)',
1.6       bisitz   13816: 
                   13817:    'Do not show plain URL'
1.93      raeburn  13818: => 'Do not show plain URL',
1.6       bisitz   13819: 
1.65      zhu      13820:    'Slots of availability (available)'
1.93      raeburn  13821: => 'Slots of availability (available)',
1.65      zhu      13822: 
1.6       bisitz   13823:    'Slots of availability'
1.93      raeburn  13824: => 'Slots of availability',
1.6       bisitz   13825: 
1.65      zhu      13826:    'CSS file to link (cssfile)'
1.93      raeburn  13827: => 'CSS file to link (cssfile)',
1.65      zhu      13828: 
1.6       bisitz   13829:    'CSS file to link'
1.93      raeburn  13830: => 'CSS file to link',
1.6       bisitz   13831: 
1.65      zhu      13832:    'Use slot based access controls (useslots)'
1.93      raeburn  13833: => 'Use slot based access controls (useslots)',
1.65      zhu      13834: 
1.6       bisitz   13835:    'Use slot based access controls'
1.93      raeburn  13836: => 'Use slot based access controls',
1.6       bisitz   13837: 
1.65      zhu      13838:   'Client IP/Name Access Control (acc)'
1.93      raeburn  13839: => 'Client IP/Name Access Control (acc)',
1.65      zhu      13840: 
1.6       bisitz   13841:    'Client IP/Name Access Control'
1.93      raeburn  13842: => 'Client IP/Name Access Control',
1.6       bisitz   13843: 
1.65      zhu      13844:    'Resource alias name for conditions (mapalias)'
1.93      raeburn  13845: => 'Resource alias name for conditions (mapalias)',
1.65      zhu      13846: 
1.6       bisitz   13847:    'Resource alias name for conditions'
1.93      raeburn  13848: => 'Resource alias name for conditions',
1.6       bisitz   13849: 
1.65      zhu      13850:    'Slots of availability selected by student (availablestudent)'
1.93      raeburn  13851: => 'Slots of availability selected by student (availablestudent)',
1.65      zhu      13852: 
1.6       bisitz   13853:    'Slots of availability selected by student'
1.93      raeburn  13854: => 'Slots of availability selected by student',
1.65      zhu      13855: 
                   13856:    'Hide buttons from students (buttonshide)'
1.93      raeburn  13857: => 'Hide buttons from students (buttonshide)',
1.6       bisitz   13858: 
                   13859:    'Hide buttons from students'
1.93      raeburn  13860: => 'Hide buttons from students', # ???
1.65      zhu      13861: 
                   13862:    'Hide DragMath-Editor (turnoffeditor)'
1.93      raeburn  13863: => 'Hide DragMath-Editor (turnoffeditor)',
1.6       bisitz   13864: 
                   13865:    'Hide DragMath-Editor'
1.93      raeburn  13866: => 'Hide DragMath-Editor',
1.6       bisitz   13867: 
1.65      zhu      13868:    'Maximum Number of Collaborators (maxcollaborators)'
1.93      raeburn  13869: => 'Maximum Number of Collaborators (maxcollaborators)',
1.65      zhu      13870: 
1.6       bisitz   13871:    'Maximum Number of Collaborators'
1.93      raeburn  13872: => 'Maximum Number of Collaborators',
1.6       bisitz   13873: 
1.65      zhu      13874:    'Allowed File Extensions for Uploaded Files (uploadedfiletypes)'
1.93      raeburn  13875: => 'Allowed File Extensions for Uploaded Files (uploadedfiletypes)',
1.65      zhu      13876: 
1.6       bisitz   13877:    'Allowed File Extensions for Uploaded Files'
1.93      raeburn  13878: => 'Allowed File Extensions for Uploaded Files',
1.6       bisitz   13879: 
1.65      zhu      13880:    'Hand Graded (handgrade)'
1.93      raeburn  13881: => 'Hand Graded (handgrade)',
1.65      zhu      13882: 
1.6       bisitz   13883:    'Hand Graded'
1.93      raeburn  13884: => 'Hand Graded',
1.6       bisitz   13885: 
1.65      zhu      13886:    'Number of bubbles in exam mode (numbubbles)'
                   13887: => '考试模式中的一些复选框 (numbubbles)',
                   13888: 
1.6       bisitz   13889:    'Number of bubbles in exam mode'
1.12      zhu      13890: => '考试模式中的一些复选框',
1.6       bisitz   13891: 
1.65      zhu      13892:    'Format for display of score (scoreformat)'
                   13893: => '评分显示格式 (scoreformat)',
                   13894: 
1.6       bisitz   13895:    'Format for display of score'
1.12      zhu      13896: => '评分显示格式',
1.6       bisitz   13897: 
1.65      zhu      13898:    'Max. Cumulative Size (MB) for Submitted Files (maxfilesize)'
                   13899: => '最大(MB)累积提交文件 (maxfilesize)',
                   13900: 
                   13901:    'Max. Cumulative Size (MB) for Submitted Files'
                   13902: => '最大(MB)累积提交文件',
                   13903: 
                   13904:    'Max. cumulative size (MB) for submitted files (maxfilesize)'
                   13905: => '最大(MB)累积提交文件 (maxfilesize)',
1.61      bisitz   13906: 
1.65      zhu      13907:    'Max. cumulative size (MB) for submitted files'
                   13908: => '最大(MB)累积提交文件',
1.63      zhu      13909: # Resource Parameters - End
1.61      bisitz   13910: 
1.65      zhu      13911: # Resource Parameter Categories - Start
                   13912:    'Problem Appearance'
1.93      raeburn  13913: => 'Problem Appearance',
1.65      zhu      13914: 
                   13915:    'Time Settings'
1.93      raeburn  13916: => 'Time Settings',
1.65      zhu      13917: 
                   13918:    'High Level Randomization'
1.98      bisitz   13919: => 'High Level Randomization',
1.65      zhu      13920: 
                   13921:    'Hiding'
1.93      raeburn  13922: => 'Hiding',
1.65      zhu      13923: 
                   13924:    'Behaviour of Input Fields'
1.93      raeburn  13925: => 'Behaviour of Input Fields',
1.65      zhu      13926: 
                   13927:    'Slots'
                   13928: => 'Slots',
                   13929: 
                   13930:    'File Submission'
1.93      raeburn  13931: => 'File Submission',
1.65      zhu      13932: # Resource Parameters Categories - End
1.6       bisitz   13933: 
                   13934:    'New LON-CAPA [_1] ID: [_2]'
1.12      zhu      13935: => '新的 LON-CAPA-[_1]-ID: [_2]',
1.6       bisitz   13936: 
                   13937:    'Not available'
1.12      zhu      13938: => '不详',
1.6       bisitz   13939: 
                   13940:    'Post Announcement'
1.12      zhu      13941: => '提交通知',
1.6       bisitz   13942: 
                   13943:    'The folder name: "[_1]" is already in use for an existing folder.'
1.10      zhu      13944: => '文件夹名称: "[_1]" 已经在现有的文件夹中。',
1.6       bisitz   13945: 
                   13946:    'The folder name: "[_1]" is already used for one of the folders automatically generated by the system.'
1.10      zhu      13947: => '文件夹名称: "[_1]" 已经用于一个文件夹自动生成系统。',
1.6       bisitz   13948: 
                   13949:    'Error - could not obtain lock on email folders record.'
1.93      raeburn  13950: => 'Error - could not obtain lock on email folders record.',
1.6       bisitz   13951: 
                   13952:    'The folder "[_1]" may not be deleted'
1.93      raeburn  13953: => 'The folder "[_1]" may not be deleted',
1.6       bisitz   13954: 
                   13955:    'The folder "[_1]" does not exist so deletion is not required.'
1.93      raeburn  13956: => 'The folder "[_1]" does not exist so deletion is not required.',
1.6       bisitz   13957: 
                   13958:    'The folder "[_1]" contains messages so it may not be deleted.'
1.22      zhu      13959: => '该文件夹“[_1]”包含有信息,因此不能删除。',
1.6       bisitz   13960: 
                   13961:    'Delete or move the messages to a different folder first.'
1.93      raeburn  13962: => 'Delete or move the messages to a different folder first.',
1.6       bisitz   13963: 
                   13964:    'The folder "[_1]" may not be renamed to "[_2]" as the new name you requested is an invalid name.'
1.93      raeburn  13965: => 'The folder "[_1]" may not be renamed to "[_2]" as the new name you requested is an invalid name.',
1.6       bisitz   13966: 
                   13967:    '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  13968: => '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   13969: 
                   13970:    '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  13971: => '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   13972: 
                   13973:    'The folder "[_1]" could not be renamed to "[_2]" because the folder does not exist.'
1.93      raeburn  13974: => 'The folder "[_1]" could not be renamed to "[_2]" because the folder does not exist.',
1.6       bisitz   13975: 
                   13976:    'Warning: failed to release lock for counter'
1.93      raeburn  13977: => 'Warning: failed to release lock for counter',
1.6       bisitz   13978: 
                   13979:    'Warning: failed to release lock for folder: [_1].'
1.93      raeburn  13980: => 'Warning: failed to release lock for folder: [_1].',
1.6       bisitz   13981: 
                   13982:    'Error uploading new folder.'
1.93      raeburn  13983: => 'Error uploading new folder.',
1.6       bisitz   13984: 
                   13985:    'Error reading contents of parent folder.'
1.93      raeburn  13986: => 'Error reading contents of parent folder.',
1.6       bisitz   13987: 
                   13988:    'Error saving updated parent folder.'
1.93      raeburn  13989: => 'Error saving updated parent folder.',
1.6       bisitz   13990: 
                   13991:    'Parameters not set for [_1] because the resource was not recognized as part of the course.'
                   13992: => '',
                   13993: 
                   13994:    'Message not moved, Attempted to move message to the same folder as it already is in.'
1.93      raeburn  13995: => 'Message not moved, Attempted to move message to the same folder as it already is in.',
1.6       bisitz   13996: 
                   13997:    'Message not moved, A network error occurred.'
1.93      raeburn  13998: => 'Message not moved, A network error occurred.',
1.6       bisitz   13999: 
                   14000:    'Message not moved as the message is no longer in the source folder.'
1.93      raeburn  14001: => 'Message not moved as the message is no longer in the source folder.',
1.6       bisitz   14002: 
                   14003:    'Message copied to new folder but status was not, A network error occurred.'
1.93      raeburn  14004: => 'Message copied to new folder but status was not, A network error occurred.',
1.6       bisitz   14005: 
                   14006:    'Message copied, but unable to delete the original from the source folder.'
1.93      raeburn  14007: => 'Message copied, but unable to delete the original from the source folder.',
1.6       bisitz   14008: 
                   14009:    'Message copied, but unable to delete the original status from the source folder.'
1.93      raeburn  14010: => 'Message copied, but unable to delete the original status from the source folder.',
1.6       bisitz   14011: 
                   14012:    '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  14013: => '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   14014: 
                   14015:    'Error: could not determine domain or number of course'
1.93      raeburn  14016: => 'Error: could not determine domain or number of course',
1.6       bisitz   14017: 
                   14018:    'Select message recipients from the group members listed below.'
1.93      raeburn  14019: => 'Select message recipients from the group members listed below.',
1.6       bisitz   14020: 
                   14021:    'Send another e-mail'
1.63      zhu      14022: => '发送另一个电子邮件',
1.6       bisitz   14023: 
                   14024:    'Send another group message'
1.12      zhu      14025: => '给其他组发送邮件',
1.6       bisitz   14026: 
                   14027:    'Return to group page'
1.12      zhu      14028: => '返回到组网页',
1.6       bisitz   14029: 
                   14030:    '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      14031: => '您必须确认您已经收到此邮件,然后才能访问其他页面。确认后,此邮件将移至您的收件箱。',
1.6       bisitz   14032: 
                   14033:    '[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   14034: => '[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   14035: 
1.87      raeburn  14036:    'Each of the[_1] [quant,_2,message] [_3]you checked will be forwarded to the recipient(s) you select below.'
                   14037: => 'Each of the[_1] [quant,_2,message] [_3]you checked will be forwarded to the recipient(s) you select below.',
1.6       bisitz   14038: 
                   14039:    'The message you checked will be forwarded to the recipient(s) you select below.'
1.93      raeburn  14040: => 'The message you checked will be forwarded to the recipient(s) you select below.',
1.6       bisitz   14041: 
                   14042:    'Send Messages'
1.10      zhu      14043: => '发送邮件',
1.6       bisitz   14044: 
                   14045:    'Send Message'
1.43      bisitz   14046: => '发送邮件', # '发送讯息',
1.6       bisitz   14047: 
                   14048:    'Send Reply to Messages'
1.10      zhu      14049: => '发送回复邮件',
1.6       bisitz   14050: 
                   14051:    'Send Reply to Message'
1.10      zhu      14052: => '发送回复邮件',
1.6       bisitz   14053: 
                   14054:    'Forward Messages'
1.10      zhu      14055: => '转发邮件',
1.6       bisitz   14056: 
                   14057:    'Forward Message'
1.10      zhu      14058: => '转发邮件',
1.6       bisitz   14059: 
                   14060:    'Save message for re-use'
1.10      zhu      14061: => '邮件重新保存',
1.6       bisitz   14062: 
                   14063:    'Show re-usable messages'
1.10      zhu      14064: => '显示保存的邮件',
1.6       bisitz   14065: 
                   14066:    'This message was designated by the sender not to allow replies.'
1.93      raeburn  14067: => 'This message was designated by the sender not to allow replies.',
1.6       bisitz   14068: 
                   14069:    'The sender did not designate a reply to address for this message.'
1.93      raeburn  14070: => 'The sender did not designate a reply to address for this message.',
1.6       bisitz   14071: 
                   14072:    'Reply to other recipients'
1.93      raeburn  14073: => 'Reply to other recipients',
1.6       bisitz   14074: 
                   14075:    'Unless you choose otherwise:'
1.93      raeburn  14076: => 'Unless you choose otherwise:',
1.6       bisitz   14077: 
                   14078:    "The subject in each forwarded message will be <i>'Forwarding:'</i> followed by the original subject."
1.93      raeburn  14079: => "The subject in each forwarded message will be <i>'Forwarding:'</i> followed by the original subject.",
1.6       bisitz   14080: 
                   14081:    'original subject'
1.93      raeburn  14082: => 'original subject',
1.6       bisitz   14083: 
                   14084:    "sender's name"
1.93      raeburn  14085: => "sender's name",
1.6       bisitz   14086: 
                   14087:    'Message begins with:'
1.93      raeburn  14088: => 'Message begins with:',
1.6       bisitz   14089: 
                   14090:    'Any new text to display before the text of the original messages:'
1.93      raeburn  14091: => 'Any new text to display before the text of the original messages:',
1.6       bisitz   14092: 
                   14093:    'username1:domain1: text'
1.22      zhu      14094: => '用户名1:域名1: 文本',
1.6       bisitz   14095: 
                   14096:    'username2:domain2: text'
1.22      zhu      14097: => '用户名2:域名2: 文本',
1.6       bisitz   14098: 
1.26      zhu      14099:    'username3:domain1: text'
1.22      zhu      14100: => '用户名3:域名3: 文本',
1.6       bisitz   14101: 
                   14102:    "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      14103: => "邮件从相应用户的所有行<tt>用户名:域</tt>收集并附加到一般消息文本。", # ???
1.6       bisitz   14104: 
                   14105:    'Not allowed'
1.22      zhu      14106: => '不允许',
1.6       bisitz   14107: 
                   14108:    'Archived Message'
1.22      zhu      14109: => '存档的邮件',
1.6       bisitz   14110: 
                   14111:    '[quant,_1,communication blocking period was,communication blocking periods were] removed.'
1.98      bisitz   14112: => '[quant,_1,communication blocking period was,communication blocking periods were] removed.',
1.6       bisitz   14113: 
                   14114:    '[quant,_1,communication blocking period was,communication blocking periods were] modified.'
1.98      bisitz   14115: => '[quant,_1,communication blocking period was,communication blocking periods were] modified.',
1.6       bisitz   14116: 
                   14117:    '[quant,_1,communication blocking period was,communication blocking periods were] added.'
1.98      bisitz   14118: => '[quant,_1,communication blocking period was,communication blocking periods were] added.',
1.6       bisitz   14119: 
                   14120:    '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  14121: => '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   14122: 
                   14123:    'Reply To'
1.93      raeburn  14124: => 'Reply To',
1.6       bisitz   14125: 
                   14126:    'Current attempts of student (if applicable)'
1.93      raeburn  14127: => 'Current attempts of student (if applicable)',
1.6       bisitz   14128: 
                   14129:    'Current screen output (if applicable)'
1.93      raeburn  14130: => 'Current screen output (if applicable)',
1.6       bisitz   14131: 
                   14132:    'No saved comments yet.'
1.93      raeburn  14133: => 'No saved comments yet.',
1.6       bisitz   14134: 
                   14135:    'No saved comments yet for this resource.'
1.93      raeburn  14136: => 'No saved comments yet for this resource.',
1.6       bisitz   14137: 
                   14138:    'Could not deliver message'
1.93      raeburn  14139: => 'Could not deliver message',
1.6       bisitz   14140: 
                   14141:    'Please use the browser "Back" button and correct the recipient addresses ([_1]).'
1.93      raeburn  14142: => 'Please use the browser "Back" button and correct the recipient addresses ([_1]).',
1.6       bisitz   14143: 
                   14144:    'Failed to delete the message.'
1.93      raeburn  14145: => 'Failed to delete the message.',
1.6       bisitz   14146: 
                   14147:    'Marked [_1] message(s) read'
1.99      raeburn  14148: => 'Marked [_1] message(s) read',
1.6       bisitz   14149: 
                   14150:    'Marked [_1] message(s) Unread'
1.99      raeburn  14151: => 'Marked [_1] message(s) Unread',
1.6       bisitz   14152: 
                   14153:    'Destination folder [_1] is not a valid folder'
1.93      raeburn  14154: => 'Destination folder [_1] is not a valid folder',
1.6       bisitz   14155: 
                   14156:    'Failed to move [_1] message(s)'
1.99      raeburn  14157: => 'Failed to move [_1] message(s)',
1.6       bisitz   14158: 
                   14159:    'Moved [_1] message(s)'
1.99      raeburn  14160: => 'Moved [_1] message(s)',
1.6       bisitz   14161: 
                   14162:    'Failed to delete [_1] message(s)'
1.98      bisitz   14163: => 'Failed to delete [_1] message(s)',
1.6       bisitz   14164: 
                   14165:    'Deleted [_1] message(s)'
1.98      bisitz   14166: => 'Deleted [_1] message(s)',
1.6       bisitz   14167: 
                   14168:    '[quant,_1,message] forwarded.'
1.99      raeburn  14169: => '[quant,_1,message] forwarded.',
1.6       bisitz   14170: 
                   14171:    'Could not forward [quant,_1,message].'
1.99      raeburn  14172: => 'Could not forward [quant,_1,message].',
1.6       bisitz   14173: 
                   14174:    'Could not deliver forwarded message.'
1.93      raeburn  14175: => 'Could not deliver forwarded message.',
1.6       bisitz   14176: 
                   14177:    'The recipient addresses may need to be corrected'
1.93      raeburn  14178: => 'The recipient addresses may need to be corrected',
1.6       bisitz   14179: 
                   14180:    'Mail folder "[_1]" created.'
1.10      zhu      14181: => '邮件文件夹 "[_1]" 已创建。',
1.6       bisitz   14182: 
                   14183:    'Creation failed.'
1.10      zhu      14184: => '创建失败。',
1.6       bisitz   14185: 
                   14186:    'Mail folder "[_1]" deleted.'
1.10      zhu      14187: => '邮件文件夹 "[_1]" 已删除。',
1.6       bisitz   14188: 
                   14189:    'Deletion failed.'
1.10      zhu      14190: => '删除失败。',
1.6       bisitz   14191: 
                   14192:    'Mail folder "[_1]" renamed "[_2]".'
1.10      zhu      14193: => '邮件文件夹 "[_1]" 更名为 "[_2]".',
1.6       bisitz   14194: 
                   14195:    'Renaming failed.'
1.10      zhu      14196: => '重命名失败。',
1.6       bisitz   14197: 
                   14198:    'Messages'
1.10      zhu      14199: => '邮件',
1.6       bisitz   14200: 
                   14201:    'Distribute from Uploaded File'
1.10      zhu      14202: => '从上传的文件分发', # ???
1.6       bisitz   14203: 
                   14204:    'Communication Blocking'
1.10      zhu      14205: => '通讯阻塞',
1.6       bisitz   14206: 
                   14207:    'Communication blocking during scheduled exams'
1.10      zhu      14208: => '有时限的通讯阻塞',
1.6       bisitz   14209: 
                   14210:    '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      14211: => '您可以在网上考试期间使用通信阻断,以防止该课程的学生接收其他学生的LON-CAPA信息。作为阻止的通信可能会中断参加了其他的LON-CAPA课程的学生之间的沟通,请您在在设置和更改安排考试时间时注意选择正确的开始和结束时间。',
1.6       bisitz   14212: 
                   14213:    'Modify existing communication blocking periods'
1.26      zhu      14214: => '修改现有的通信阻断时间',
1.6       bisitz   14215: 
                   14216:    'No communication blocks currently saved'
1.26      zhu      14217: => '目前任何通信被锁定。',
1.6       bisitz   14218: 
                   14219:    'Duration'
1.10      zhu      14220: => '持续',
1.6       bisitz   14221: 
                   14222:    'Event'
1.10      zhu      14223: => '事件',
1.6       bisitz   14224: 
                   14225:    'Blocked?'
1.26      zhu      14226: => '被锁定?',
1.6       bisitz   14227: 
                   14228:    'Add block'
1.26      zhu      14229: => '新增锁定',
1.6       bisitz   14230: 
                   14231:    'e.g., Exam 1'
1.26      zhu      14232: => '(例如:考试1)',
1.6       bisitz   14233: 
                   14234:    'Discussion'
1.10      zhu      14235: => '论坛',
1.6       bisitz   14236: 
                   14237:    'The following changes were made'
1.26      zhu      14238: => '进行了以下更改:',
1.6       bisitz   14239: 
                   14240:    'Add new communication blocking periods'
1.26      zhu      14241: => '添加新的的通信阻断时间',
1.6       bisitz   14242: 
                   14243:    'Set by'
1.93      raeburn  14244: => 'Set by',
1.6       bisitz   14245: 
                   14246:    'Deleted Message'
1.10      zhu      14247: => '删除的邮件',
1.6       bisitz   14248: 
                   14249:    'Marked Messages Read'
1.10      zhu      14250: => '邮件标记为已读',
1.6       bisitz   14251: 
                   14252:    'Marked Messages Unread'
1.10      zhu      14253: => '邮件标记为未读',
1.6       bisitz   14254: 
                   14255:    'Moved Messages'
1.10      zhu      14256: => '移动邮件',
1.6       bisitz   14257: 
                   14258:    'Deleted Messages'
1.10      zhu      14259: => '删除邮件',
1.6       bisitz   14260: 
                   14261:    'Marked Message as Unread'
1.10      zhu      14262: => '邮件标记为未读',
1.6       bisitz   14263: 
                   14264:    'Deleted Folder'
1.10      zhu      14265: => '删除文件夹',
1.6       bisitz   14266: 
                   14267:    'Renamed Folder'
1.10      zhu      14268: => '重命名文件夹',
1.6       bisitz   14269: 
                   14270:    'username:domain,username:domain,...'
1.10      zhu      14271: => '用户名:域,用户名:域...',
1.6       bisitz   14272: 
                   14273:    'All courses'
1.10      zhu      14274: => '所有课程',
1.6       bisitz   14275: 
                   14276:    'Pick specific course(s):'
1.93      raeburn  14277: => 'Pick specific course(s):',
1.6       bisitz   14278: 
                   14279:    'Search for a course in the [_1] domain'
1.93      raeburn  14280: => 'Search for a course in the [_1] domain',
1.6       bisitz   14281: 
                   14282:    'Actions available after searching for a course:'
1.93      raeburn  14283: => 'Actions available after searching for a course:',
1.6       bisitz   14284: 
                   14285:    '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  14286: => '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   14287: 
                   14288:    "Certain settings which control auto-enrollment of students from your institution's student information system."
1.93      raeburn  14289: => "Certain settings which control auto-enrollment of students from your institution's student information system.",
1.6       bisitz   14290: 
                   14291:    'The total disk space allocated for storage of portfolio files in all groups in a course.'
1.93      raeburn  14292: => 'The total disk space allocated for storage of portfolio files in all groups in a course.',
1.6       bisitz   14293: 
                   14294:    'No existing sections'
1.100   ! raeburn  14295: => 'No existing sections',
1.6       bisitz   14296: 
                   14297:    'Broadcast e-mail to users'
1.93      raeburn  14298: => 'Broadcast e-mail to users',
1.6       bisitz   14299: 
                   14300:    'Broadcast E-mail'
1.93      raeburn  14301: => 'Broadcast E-mail',
1.6       bisitz   14302: 
                   14303:    'Broadcast e-mail to Domain'
1.93      raeburn  14304: => 'Broadcast e-mail to Domain',
1.6       bisitz   14305: 
                   14306:    'Send a new e-mail message to selected users from this domain'
1.93      raeburn  14307: => 'Send a new e-mail message to selected users from this domain',
1.6       bisitz   14308: 
                   14309:    'Send a new e-mail to selected users from this domain'
1.93      raeburn  14310: => 'Send a new e-mail to selected users from this domain',
1.6       bisitz   14311: 
                   14312:    'Display e-mail sent by Domain Coordinators in this domain'
1.93      raeburn  14313: => 'Display e-mail sent by Domain Coordinators in this domain',
1.6       bisitz   14314: 
                   14315:    'Select Audience'
1.93      raeburn  14316: => 'Select Audience',
1.6       bisitz   14317: 
                   14318:    'Choose e-mail audience'
1.93      raeburn  14319: => 'Choose e-mail audience',
1.6       bisitz   14320: 
                   14321:    'Roles:'
                   14322: => '角色:',
                   14323: 
                   14324:    'Courses:'
                   14325: => '课程:',
                   14326: 
                   14327:    '[_1] selected.' # n.t.
1.12      zhu      14328: => '[_1] 选择的。',
1.6       bisitz   14329: 
                   14330:    'Access status:'
1.93      raeburn  14331: => 'Access status:',
1.6       bisitz   14332: 
                   14333:    'Username -> Email conversion:'
1.12      zhu      14334: => '用户名 -> E-Mail 转换:',
1.6       bisitz   14335: 
                   14336:    'Building valid e-mail address from username, if missing from preferences:'
1.93      raeburn  14337: => 'Building valid e-mail address from username, if missing from preferences:',
1.6       bisitz   14338: 
                   14339:    'Kerberos: enter default for each realm used in the domain, with comma separation of entries'
1.93      raeburn  14340: => 'Kerberos: enter default for each realm used in the domain, with comma separation of entries',
1.6       bisitz   14341: 
                   14342:    '(e.g., MSU.EDU=msu.edu, MSUE.EDU=msue.msu.edu).'
1.99      raeburn  14343: => '(e.g., MSU.EDU=msu.edu, MSUE.EDU=msue.msu.edu).',
1.6       bisitz   14344: 
                   14345:    'Internal, Filesystem and Local authentication: enter single default.'
1.93      raeburn  14346: => 'Internal, Filesystem and Local authentication: enter single default.',
1.6       bisitz   14347: 
                   14348:    'Authentication Method'
1.93      raeburn  14349: => 'Authentication Method',
1.6       bisitz   14350: 
                   14351:    'Username -> e-mail conversion'
1.93      raeburn  14352: => 'Username -> e-mail conversion',
1.6       bisitz   14353: 
                   14354:    'Internal (LON-CAPA)'
1.93      raeburn  14355: => 'Internal (LON-CAPA)',
1.6       bisitz   14356: 
                   14357:    'username@'
                   14358: => '用户名@',
                   14359: 
                   14360:    'Local/Customized'
1.93      raeburn  14361: => 'Local/Customized',
1.6       bisitz   14362: 
                   14363:    'Filesystem (UNIX)'
1.93      raeburn  14364: => 'Filesystem (UNIX)',
1.6       bisitz   14365: 
                   14366:    'Compose E-mail'
1.93      raeburn  14367: => 'Compose E-mail',
1.6       bisitz   14368: 
                   14369:    'No recipients identified'
1.93      raeburn  14370: => 'No recipients identified',
1.6       bisitz   14371: 
                   14372:    'Broadcast e-mail display options'
1.93      raeburn  14373: => 'Broadcast e-mail display options',
1.6       bisitz   14374: 
                   14375:    'Date range:'
1.93      raeburn  14376: => 'Date range:',
1.6       bisitz   14377: 
                   14378:    'Earliest to display:'
1.93      raeburn  14379: => 'Earliest to display:',
1.6       bisitz   14380: 
                   14381:    'Latest to display:'
1.93      raeburn  14382: => 'Latest to display:',
1.6       bisitz   14383: 
                   14384:    'Choose sender(s):'
1.93      raeburn  14385: => 'Choose sender(s):',
1.6       bisitz   14386: 
                   14387:    'Display e-mail'
1.10      zhu      14388: => '显示 E-Mail',
1.6       bisitz   14389: 
                   14390:    'E-mail display'
1.10      zhu      14391: => '显示 E-Mail',
1.6       bisitz   14392: 
                   14393:    'Display Broadcast e-mail'
1.10      zhu      14394: => '显示广播 E-Mail',
1.6       bisitz   14395: 
                   14396:    'No mail sent matching supplied criteria'
1.93      raeburn  14397: => 'No mail sent matching supplied criteria',
1.6       bisitz   14398: 
                   14399:    'Customrole'
1.93      raeburn  14400: => 'Customrole',
1.6       bisitz   14401: 
                   14402:    'Defined by [_1] at [_2].'
1.93      raeburn  14403: => 'Defined by [_1] at [_2].',
1.6       bisitz   14404: 
                   14405:    'No students found.'
1.93      raeburn  14406: => 'No students found.',
1.6       bisitz   14407: 
                   14408:    'Spreadsheet'
1.93      raeburn  14409: => 'Spreadsheet',
1.6       bisitz   14410: 
                   14411:    'Spreadsheet Help'
1.93      raeburn  14412: => 'Spreadsheet Help',
1.6       bisitz   14413: 
                   14414:    'Editing Help'
1.93      raeburn  14415: => 'Editing Help',
1.6       bisitz   14416: 
                   14417:    'Help on printing'
1.93      raeburn  14418: => 'Help on printing',
1.6       bisitz   14419: 
                   14420:    'Metadata Diffs'
1.93      raeburn  14421: => 'Metadata Diffs',
1.6       bisitz   14422: 
                   14423:    'Retrieve Metadata'
1.93      raeburn  14424: => 'Retrieve Metadata',
1.6       bisitz   14425: 
                   14426:    'Enter course'
1.93      raeburn  14427: => 'Enter course',
1.6       bisitz   14428: 
                   14429:    'Enter Course'
1.93      raeburn  14430: => 'Enter Course',
1.6       bisitz   14431: 
                   14432:    'Enter Access Key to Unlock this Course'
1.93      raeburn  14433: => 'Enter Access Key to Unlock this Course',
1.6       bisitz   14434: 
                   14435:    'Verifying Access Key to Unlock this Course'
1.98      bisitz   14436: => 'Verifying Access Key to Unlock this Course',
1.6       bisitz   14437: 
                   14438:    'Successfully registered key'
1.93      raeburn  14439: => 'Successfully registered key',
1.6       bisitz   14440: 
                   14441:    'Re-Enter Key'
1.93      raeburn  14442: => 'Re-Enter Key',
1.6       bisitz   14443: 
                   14444:    'Assigned from [_1] at [_2] for [_3]'
1.93      raeburn  14445: => 'Assigned from [_1] at [_2] for [_3]',
1.6       bisitz   14446: 
                   14447:    'Total Matches'
1.93      raeburn  14448: => 'Total Matches',
1.6       bisitz   14449: 
                   14450:    'Time Remaining'
1.93      raeburn  14451: => 'Time Remaining',
1.6       bisitz   14452: 
                   14453:    'IMPORT'
1.93      raeburn  14454: => 'IMPORT',
1.6       bisitz   14455: 
                   14456:    'Help on slots'
1.93      raeburn  14457: => 'Help on slots',
1.6       bisitz   14458: 
                   14459:    'New user accounts in [_1]'
1.93      raeburn  14460: => 'New user accounts in [_1]',
1.6       bisitz   14461: 
                   14462:    'Student enrollment changes in [_1]'
1.98      bisitz   14463: => 'Student enrollment changes in [_1]',
1.6       bisitz   14464: 
                   14465:    'The following [quant,_1,change] occurred in [_2] - [_3] as a result of the automated classlist update:'
1.93      raeburn  14466: => 'The following [quant,_1,change] occurred in [_2] - [_3] as a result of the automated classlist update:',
1.6       bisitz   14467: 
                   14468:    'No institutional classlist data could be retrieved for [_1]'
1.93      raeburn  14469: => 'No institutional classlist data could be retrieved for [_1]',
1.6       bisitz   14470: 
                   14471:    'Not within time window for auto-enrollment in [_1]'
1.99      raeburn  14472: => 'Not within time window for auto-enrollment in [_1]',
1.6       bisitz   14473: 
                   14474:    'Auto-enrollment not currently enabled for [_1]'
1.93      raeburn  14475: => 'Auto-enrollment not currently enabled for [_1]',
1.6       bisitz   14476: 
                   14477:    'The courseID provided does not match a course in this domain.'
1.93      raeburn  14478: => 'The courseID provided does not match a course in this domain.',
1.6       bisitz   14479: 
                   14480:    'Not Open'
1.93      raeburn  14481: => 'Not Open',
1.6       bisitz   14482: 
                   14483:    "This resource currently isn't open. It will be available at [_1]."
1.93      raeburn  14484: => "This resource currently isn't open. It will be available at [_1].",
1.6       bisitz   14485: 
                   14486:    'Could not handle ambiguous resource reference'
1.93      raeburn  14487: => 'Could not handle ambiguous resource reference',
1.6       bisitz   14488: 
                   14489:    'The nature of the problem is unclear'
1.93      raeburn  14490: => 'The nature of the problem is unclear',
1.6       bisitz   14491: 
                   14492:    'Course Roster'
                   14493: => '课程名册',
                   14494: 
                   14495:    'Classlist'
                   14496: => '班级名册',
                   14497: 
                   14498:    'Display of a student-viewable course roster is not currently enabled.'
1.93      raeburn  14499: => 'Display of a student-viewable course roster is not currently enabled.',
1.6       bisitz   14500: 
                   14501:    'Student-viewable course roster'
1.93      raeburn  14502: => 'Student-viewable course roster',
1.6       bisitz   14503: 
                   14504:    'Students with no section'
1.93      raeburn  14505: => 'Students with no section',
1.6       bisitz   14506: 
                   14507:    'Students in section "[_1]"'
1.93      raeburn  14508: => 'Students in section "[_1]"',
1.6       bisitz   14509: 
                   14510:    'Students in any section'
1.93      raeburn  14511: => 'Students in any section',
1.6       bisitz   14512: 
                   14513:    'Only students who have opted to be listed in the roster ([_1] out of [_2] students) are shown.'
1.93      raeburn  14514: => 'Only students who have opted to be listed in the roster ([_1] out of [_2] students) are shown.',
1.6       bisitz   14515: 
                   14516:    'The single student without a section[_1] has opted not to be listed in the roster.'
1.93      raeburn  14517: => 'The single student without a section[_1] has opted not to be listed in the roster.',
1.6       bisitz   14518: 
                   14519:    'The single student in the section[_1] has opted not to be listed in the roster.'
1.93      raeburn  14520: => 'The single student in the section[_1] has opted not to be listed in the roster.',
1.6       bisitz   14521: 
                   14522:    'The single student in the course[_1] has opted not to be listed in the roster.'
1.93      raeburn  14523: => 'The single student in the course[_1] has opted not to be listed in the roster.',
1.6       bisitz   14524: 
                   14525:    'None of the [_1] students without a section[_2] have opted to be listed in the roster.'
1.93      raeburn  14526: => 'None of the [_1] students without a section[_2] have opted to be listed in the roster.',
1.6       bisitz   14527: 
                   14528:    'None of the [_1] students in the section[_2] have opted to be listed in the roster.'
1.93      raeburn  14529: => 'None of the [_1] students in the section[_2] have opted to be listed in the roster.',
1.6       bisitz   14530: 
                   14531:    'None of the [_1] students in the course[_2] have opted to be listed in the roster.'
1.93      raeburn  14532: => 'None of the [_1] students in the course[_2] have opted to be listed in the roster.',
1.6       bisitz   14533: 
                   14534:    'All [_1] students without a section[_2] have opted to be listed in the roster.'
1.93      raeburn  14535: => 'All [_1] students without a section[_2] have opted to be listed in the roster.',
1.6       bisitz   14536: 
                   14537:    'All [_1] students in the section[_2] have opted to be listed in the roster.'
1.93      raeburn  14538: => 'All [_1] students in the section[_2] have opted to be listed in the roster.',
1.6       bisitz   14539: 
                   14540:    'All [_1] students in the course[_2] have opted to be listed in the roster.'
1.93      raeburn  14541: => 'All [_1] students in the course[_2] have opted to be listed in the roster.',
1.6       bisitz   14542: 
                   14543:    'The single student without a section[_1] has opted to be listed in the roster.'
1.93      raeburn  14544: => 'The single student without a section[_1] has opted to be listed in the roster.',
1.6       bisitz   14545: 
                   14546:    'The single student in the section[_1] has opted to be listed in the roster.'
1.93      raeburn  14547: => 'The single student in the section[_1] has opted to be listed in the roster.',
1.6       bisitz   14548: 
                   14549:    'The single student in the course[_1] has opted to be listed in the roster.'
1.93      raeburn  14550: => 'The single student in the course[_1] has opted to be listed in the roster.',
1.6       bisitz   14551: 
                   14552:    'All [_1] students without a section[_2] are listed in the roster.'
1.93      raeburn  14553: => 'All [_1] students without a section[_2] are listed in the roster.',
1.6       bisitz   14554: 
                   14555:    'All [_1] students in the section[_2] are listed in the roster.'
1.93      raeburn  14556: => 'All [_1] students in the section[_2] are listed in the roster.',
1.6       bisitz   14557: 
                   14558:    'All [_1] students in the course[_2] are listed in the roster.'
1.93      raeburn  14559: => 'All [_1] students in the course[_2] are listed in the roster.',
1.6       bisitz   14560: 
                   14561:    'There is only a single student without a section[_1]'
1.93      raeburn  14562: => 'There is only a single student without a section[_1]',
1.6       bisitz   14563: 
                   14564:    'There is only a single student in the section[_1]'
1.93      raeburn  14565: => 'There is only a single student in the section[_1]',
1.6       bisitz   14566: 
                   14567:    'There is only a single student in the course[_1]'
1.93      raeburn  14568: => 'There is only a single student in the course[_1]',
1.6       bisitz   14569: 
                   14570:    'There are currently no students to display.'
1.93      raeburn  14571: => 'There are currently no students to display.',
1.6       bisitz   14572: 
                   14573:    'Available Portfolio files'
1.93      raeburn  14574: => 'Available Portfolio files',
1.6       bisitz   14575: 
                   14576:    'Name not given'
1.12      zhu      14577: => '姓名不详',
1.6       bisitz   14578: 
                   14579:    '[quant,_1,file,files,No files]'
                   14580: => '[quant,_1,Datei,Dateien,Keine Dateien]',
                   14581: 
                   14582:    'Error retrieving file information.'
1.93      raeburn  14583: => 'Error retrieving file information.',
1.6       bisitz   14584: 
                   14585:    'Your roster setting'
1.93      raeburn  14586: => 'Your roster setting',
1.6       bisitz   14587: 
                   14588:    'You are currently listed in the student-viewable roster.'
1.93      raeburn  14589: => 'You are currently listed in the student-viewable roster.',
1.6       bisitz   14590: 
                   14591:    'You are currently <b>not</b> listed in the student-viewable roster.'
1.93      raeburn  14592: => 'You are currently <b>not</b> listed in the student-viewable roster.',
1.6       bisitz   14593: 
                   14594:    'Include yourself in the roster?'
1.93      raeburn  14595: => 'Include yourself in the roster?',
1.6       bisitz   14596: 
                   14597:    'Display of your name in the student-viewable roster set to <b>[_1]</b>.'
1.93      raeburn  14598: => 'Display of your name in the student-viewable roster set to <b>[_1]</b>.',
1.6       bisitz   14599: 
                   14600:    'Error occurred saving display setting.'
1.93      raeburn  14601: => 'Error occurred saving display setting.',
1.6       bisitz   14602: 
                   14603:    'Display of your name in the student-viewable roster unchanged (set to <b>[_1]</b>).'
1.93      raeburn  14604: => 'Display of your name in the student-viewable roster unchanged (set to <b>[_1]</b>).',
1.6       bisitz   14605: 
                   14606:    'View course roster'
1.93      raeburn  14607: => 'View course roster',
1.6       bisitz   14608: 
                   14609:    'Change Course Page Preferences'
1.93      raeburn  14610: => 'Change Course Page Preferences',
1.6       bisitz   14611: 
                   14612:    'Change Course Page Pref'
1.93      raeburn  14613: => 'Change Course Page Pref',
1.6       bisitz   14614: 
                   14615:    'No context.'
1.93      raeburn  14616: => 'No context.',
1.6       bisitz   14617: 
                   14618:    'unable to verify variable URL'
1.93      raeburn  14619: => 'unable to verify variable URL',
1.6       bisitz   14620: 
                   14621:    'Receipt'
1.93      raeburn  14622: => 'Receipt',
1.6       bisitz   14623: 
                   14624:    'Problems during Course Initialization'
1.93      raeburn  14625: => 'Problems during Course Initialization',
1.6       bisitz   14626: 
                   14627:    'Try Selecting Again'
1.93      raeburn  14628: => 'Try Selecting Again',
1.6       bisitz   14629: 
                   14630:    '<br />Invalid map: <tt>[_1]</tt>'
1.98      bisitz   14631: => '<br />Invalid map: <tt>[_1]</tt>',
1.6       bisitz   14632: 
                   14633:    'Please either [_1]close this window[_2] or [_3]log in again[_4].'
1.93      raeburn  14634: => 'Please either [_1]close this window[_2] or [_3]log in again[_4].',
1.6       bisitz   14635: 
                   14636:    'Thank you for using LON-CAPA.'
1.9       zhu      14637: => '感谢您使用 LON-CAPA。',
1.6       bisitz   14638: 
                   14639:    'You have been successfully logged out.'
1.9       zhu      14640: => '您已成功退出。',
1.6       bisitz   14641: 
                   14642:    'You can [_1]close this window[_2] now.'
1.9       zhu      14643: => '您现在可以 [_1]关闭这个窗口[_2]。',
1.6       bisitz   14644: 
                   14645:    '[_1]Log in again[_2]'
1.9       zhu      14646: => '[_1]重新登录[_2]',
1.6       bisitz   14647: 
1.71      bisitz   14648:    'No matches found in resources.'
1.93      raeburn  14649: => 'No matches found in resources.',
1.71      bisitz   14650: 
                   14651:    'No matches found in postings.'
1.93      raeburn  14652: => 'No matches found in postings.',
1.71      bisitz   14653: 
                   14654:    'Unable to understand the search phrase [_1]. Please modify your search.'
1.93      raeburn  14655: => 'Unable to understand the search phrase [_1]. Please modify your search.',
1.71      bisitz   14656: 
                   14657:    'Unable to understand the search phrase [_1]: [_2]'
1.93      raeburn  14658: => 'Unable to understand the search phrase [_1]: [_2]',
1.71      bisitz   14659: 
                   14660:    '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.18      zhu      14661: => '搜寻无法完成,因为您没有足够的数据。您必须在搜索页面的搜索栏里填写关键词,从而使您的要求可以得到处理。',
1.31      bisitz   14662: # '您没有填写足够的信息进行搜索的开始。您需要填写在有关领域在搜寻网页上,以便查询处理。'
1.6       bisitz   14663: 
                   14664:    'conditionally hidden'
1.18      zhu      14665: => '有条件的隐藏',
1.6       bisitz   14666: 
                   14667:    'Problem Parameters'
1.12      zhu      14668: => '问题参数',
1.6       bisitz   14669: 
                   14670:    'No group name provided.'
1.12      zhu      14671: => '没有组名称。',
1.6       bisitz   14672: 
                   14673:    'Invalid group name provided.'
1.12      zhu      14674: => '无效的组名称。',
1.6       bisitz   14675: 
                   14676:    'Invalid [_1]'
1.12      zhu      14677: => '无效的 [_1]', # ???
1.6       bisitz   14678: 
                   14679:    '"[_1]" is not the name of a valid group in this [_2].'
1.12      zhu      14680: => '"[_1]" 并非是一个有效的名称在本组 [_2].',
1.6       bisitz   14681: 
                   14682:    'You do not have privileges to view the membership roster in this group.'
1.12      zhu      14683: => '您没有权限以查看该组的会员名册。',
1.6       bisitz   14684: 
                   14685:    'Group membership status - [_1]'
1.12      zhu      14686: => '组会员状态: [_1]',
1.6       bisitz   14687: 
                   14688:    'group membership status - [_1]'
1.12      zhu      14689: => '组会员状态: [_1]',
1.6       bisitz   14690: 
                   14691:    'There are no membership data to display for this group.'
1.98      bisitz   14692: => '该组没有任何会员数据。',
1.6       bisitz   14693: 
                   14694:    'Membership status: '
1.12      zhu      14695: => '会员状态: ',
1.6       bisitz   14696: 
                   14697:    'There are no groups to display in this [_1].'
1.12      zhu      14698: => '没有任何组在此 [_1] 可以显示。', # ??? -> grouproster.pm
1.6       bisitz   14699: 
                   14700:    'Start Date'
1.10      zhu      14701: => '开始日期',
1.6       bisitz   14702: 
                   14703:    'End Date'
1.10      zhu      14704: => '结束日期',
1.6       bisitz   14705: 
                   14706:    'Functionality'
1.12      zhu      14707: => '功能',
1.6       bisitz   14708: 
                   14709:    'Privileges'
1.12      zhu      14710: => '权限',
1.6       bisitz   14711: 
                   14712:    'Any Membership status'
1.12      zhu      14713: => '任何会员状态',
1.6       bisitz   14714: 
                   14715:    'Active Member'
1.27      zhu      14716: => '活跃的会员',
1.6       bisitz   14717: 
                   14718:    'Former Member'
1.12      zhu      14719: => '以前的会员',
1.6       bisitz   14720: 
                   14721:    'Future Member'
1.12      zhu      14722: => '未来的会员',
1.6       bisitz   14723: 
                   14724:    'Group Folder - [_1]'
1.9       zhu      14725: => '组文件夹 - [_1]',
1.6       bisitz   14726: 
                   14727:    'Group homepage - [_1]'
1.9       zhu      14728: => '组网页 - [_1]',
1.6       bisitz   14729: 
                   14730:    'A support request has been sent to'
1.93      raeburn  14731: => 'A support request has been sent to',
1.6       bisitz   14732: 
                   14733:    'Your support request contained the following information'
1.93      raeburn  14734: => 'Your support request contained the following information',
1.6       bisitz   14735: 
                   14736:    'The following Cc e-mail address is invalid: '
1.93      raeburn  14737: => 'The following Cc e-mail address is invalid: ',
1.6       bisitz   14738: 
                   14739:    'The following Cc e-mail addresses are invalid: '
1.93      raeburn  14740: => 'The following Cc e-mail addresses are invalid: ',
1.6       bisitz   14741: 
                   14742:    '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  14743: => '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   14744: 
                   14745:    'Instead a copy has been sent to the LON-CAPA support team at Michigan State University.'
1.93      raeburn  14746: => 'Instead a copy has been sent to the LON-CAPA support team at Michigan State University.',
1.6       bisitz   14747: 
                   14748:    '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  14749: => '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   14750: 
                   14751:    'An uploaded screenshot file [_1] ([_2] bytes) was included in the request sent by [_3].'
1.93      raeburn  14752: => 'An uploaded screenshot file [_1] ([_2] bytes) was included in the request sent by [_3].',
1.6       bisitz   14753: 
                   14754:    'File does not have [_1] or [_2] starting tag'
1.93      raeburn  14755: => 'File does not have [_1] or [_2] starting tag',
1.6       bisitz   14756: 
                   14757:    'File does not have [_1] or [_2] ending tag'
1.93      raeburn  14758: => 'File does not have [_1] or [_2] ending tag',
1.6       bisitz   14759: 
1.94      raeburn  14760:    'File does not have [_1] ending tag'
                   14761: => 'File does not have [_1] ending tag',
                   14762: 
1.6       bisitz   14763:    'Example'
1.93      raeburn  14764: => 'Example',
1.6       bisitz   14765: 
                   14766:    'Algebraic Response Problems'
1.93      raeburn  14767: => 'Algebraic Response Problems',
1.6       bisitz   14768: 
                   14769:    'Chemistry Problems'
1.93      raeburn  14770: => 'Chemistry Problems',
1.6       bisitz   14771: 
                   14772:    'Free Form Problems'
1.93      raeburn  14773: => 'Free Form Problems',
1.6       bisitz   14774: 
                   14775:    'Handgraded Problems'
1.93      raeburn  14776: => 'Handgraded Problems',
1.6       bisitz   14777: 
                   14778:    'Miscellaneous'
1.93      raeburn  14779: => 'Miscellaneous',
1.6       bisitz   14780: 
                   14781:    'Multiple Choice Problems'
1.93      raeburn  14782: => 'Multiple Choice Problems',
1.6       bisitz   14783: 
                   14784:    'Numerical Problems'
1.93      raeburn  14785: => 'Numerical Problems',
1.6       bisitz   14786: 
                   14787:    'Language:'
                   14788: => '语言:',
                   14789: 
                   14790:    'Math Rendering:'
1.93      raeburn  14791: => 'Math Rendering:',
1.6       bisitz   14792: 
                   14793:    'Restrict Domain Coordinator Access'
1.93      raeburn  14794: => 'Restrict Domain Coordinator Access',
1.6       bisitz   14795: 
                   14796:    'By default, the Domain Coordinator can enter your construction space.'
1.93      raeburn  14797: => 'By default, the Domain Coordinator can enter your construction space.',
1.6       bisitz   14798: 
                   14799:    'Block access to construction space'
1.93      raeburn  14800: => 'Block access to construction space',
1.6       bisitz   14801: 
                   14802:    'jsMath'
                   14803: => 'jsMath',
                   14804: 
                   14805:    'tth (TeX to HTML)'
1.18      zhu      14806: => 'tth (TeX to HTML)',
1.6       bisitz   14807: 
                   14808:    'mimetex (Convert to Images)'
1.93      raeburn  14809: => 'mimetex (Convert to Images)',
1.6       bisitz   14810: 
                   14811:    'jsMath:'
                   14812: => 'jsMath:',
                   14813: 
                   14814:    'tth (TeX to HTML):'
1.18      zhu      14815: => 'tth (TeX to HTML):',
1.6       bisitz   14816: 
                   14817:    'mimetex (Convert to Images):'
1.93      raeburn  14818: => 'mimetex (Convert to Images):',
1.6       bisitz   14819: 
                   14820:    '[_1], [_2], or [_3]'
                   14821: => '[_1], [_2] 或者 [_3]',
                   14822: 
                   14823:    'internal, optional'
1.18      zhu      14824: => '内部的,可选的',
1.6       bisitz   14825: 
                   14826:    'user:domain,user:domain,...'
1.18      zhu      14827: => '用户名:域,用户名:域...',
1.6       bisitz   14828: 
                   14829:    'user:domain,user:domain(section;section;...;*;...),...'
1.70      zhu      14830: => '用户名:域,用户名:域(科,章节;...;*;...),...',
1.6       bisitz   14831: 
                   14832:    'user:domain,user:domain,*:domain'
1.18      zhu      14833: => '用户名:域,用户名:域,*:域',
1.6       bisitz   14834: 
                   14835:    'Course members with current access'
1.93      raeburn  14836: => 'Course members with current access',
1.6       bisitz   14837: 
                   14838:    'Course members with expired access'
1.93      raeburn  14839: => 'Course members with expired access',
1.6       bisitz   14840: 
                   14841:    'Course members with future access'
1.93      raeburn  14842: => 'Course members with future access',
1.6       bisitz   14843: 
                   14844:    'Other Roles'
                   14845: => '其他角色',
                   14846: 
                   14847:    'Select Author'
1.12      zhu      14848: => '选择作者',
1.6       bisitz   14849: 
                   14850:    'Non-standard Course'
1.12      zhu      14851: => '非标准课程',
1.6       bisitz   14852: 
                   14853:    'Switch course role to...'
                   14854: => '更改用户角色...',
                   14855: 
                   14856:    'Message'
1.22      zhu      14857: => '邮件',
1.6       bisitz   14858: 
                   14859:    'Time of change'
1.12      zhu      14860: => '更改时间',
1.6       bisitz   14861: 
                   14862:    'active'
1.27      zhu      14863: => '活跃的',
1.6       bisitz   14864: 
                   14865:    'previous'
1.27      zhu      14866: => '以前的',
1.6       bisitz   14867: 
                   14868:    'Access dates to apply for selected users'
1.93      raeburn  14869: => 'Access dates to apply for selected users',
1.6       bisitz   14870: 
                   14871:    'Changes in section affiliation to apply to selected users'
1.93      raeburn  14872: => 'Changes in section affiliation to apply to selected users',
1.6       bisitz   14873: 
                   14874:    '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  14875: => '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   14876: 
                   14877:    '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  14878: => '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   14879: 
                   14880:    "Retain each user's current section affiliations?"
1.93      raeburn  14881: => "Retain each user's current section affiliations?",
1.6       bisitz   14882: 
                   14883:    '(Does not apply to student roles).'
1.100   ! raeburn  14884: => '(Does not apply to student roles).',
1.6       bisitz   14885: 
                   14886:    '[_1]Show[_2] clicker id'
1.93      raeburn  14887: => '[_1]Show[_2] clicker id',
1.6       bisitz   14888: 
                   14889:    '[_1]Hide[_2] clicker id'
1.93      raeburn  14890: => '[_1]Hide[_2] clicker id',
1.6       bisitz   14891: 
                   14892:    'Catalog:'
                   14893: => '目录:',
                   14894: 
                   14895:    'Main Categories'
                   14896: => '主要类型',
                   14897: 
                   14898:    'Official courses (with institutional codes)'
                   14899: => '官方课程(带机构代码)',
                   14900: 
                   14901:    'Official courses'
                   14902: => '官方课程',
                   14903: 
                   14904:    'with institutional codes'
                   14905: => '带机构代码',
                   14906: 
                   14907:    'Self-enroll (if permitted)'
                   14908: => '自己报名(如果被允许)',
                   14909: 
                   14910:    'No ending date'
1.22      zhu      14911: => '无结束日期',
1.6       bisitz   14912: 
                   14913:    'From:[_1]'
1.93      raeburn  14914: => 'From:[_1]',
1.6       bisitz   14915: 
                   14916:    'To:[_1]'
1.93      raeburn  14917: => 'To:[_1]',
1.6       bisitz   14918: 
                   14919:    'Starts: [_1]'
1.22      zhu      14920: => '开始: [_1]',
1.6       bisitz   14921: 
                   14922:    'Ends: [_1]'
1.22      zhu      14923: => '结束: [_1]',
1.6       bisitz   14924: 
                   14925:    'Ended: [_1]'
1.93      raeburn  14926: => 'Ended: [_1]',
1.6       bisitz   14927: 
                   14928:    'Currently enabled'
1.93      raeburn  14929: => 'Currently enabled',
1.6       bisitz   14930: 
                   14931:    '[quant,_1,section:,sections:,No sections]'
1.99      raeburn  14932: => '[quant,_1,section:,sections:,No sections]',
1.6       bisitz   14933: 
                   14934:    'No information available for [_1].'
1.93      raeburn  14935: => 'No information available for [_1].',
1.6       bisitz   14936: 
                   14937:    'Self-enrollers:'
1.93      raeburn  14938: => 'Self-enrollers:',
1.6       bisitz   14939: 
                   14940:    'Choices:'
1.93      raeburn  14941: => 'Choices:',
1.6       bisitz   14942: 
                   14943:    'Configure User Self-enrollment'
1.70      zhu      14944: => '配置用户自助注册',
1.6       bisitz   14945: 
                   14946:    'View Change Logs'
1.98      bisitz   14947: => 'View Change Logs',
1.6       bisitz   14948: 
                   14949:    'View Log-in History'
1.98      bisitz   14950: => 'View Log-in History',
1.6       bisitz   14951: 
                   14952:    'Configure Self-enrollment'
1.70      zhu      14953: => '配置自助注册',
1.6       bisitz   14954: 
                   14955:    'Self-enrollment with a student role'
1.70      zhu      14956: => '自助注册一个学生角色',
1.6       bisitz   14957: 
                   14958:    'Users allowed to self-enroll in this course'
1.70      zhu      14959: => '用户可自行注册来参加此课程',
1.6       bisitz   14960: 
                   14961:    'Any user in any domain:'
1.70      zhu      14962: => '任何用户在任何域:',
1.6       bisitz   14963: 
                   14964:    'User types:'
1.70      zhu      14965: => '用户类型:',
1.6       bisitz   14966: 
                   14967:    'any'
1.10      zhu      14968: => '任意',
1.6       bisitz   14969: 
                   14970:    'Any Users'
1.10      zhu      14971: => '任何用户',
1.6       bisitz   14972: 
                   14973:    'Any users'
1.10      zhu      14974: => '任何用户',
1.6       bisitz   14975: 
                   14976:    'Others'
1.10      zhu      14977: => '其他',
1.6       bisitz   14978: 
                   14979:    'Additional domain:'
1.70      zhu      14980: => '其他域:',
1.6       bisitz   14981: 
                   14982:    'Users in additional domain:'
1.70      zhu      14983: => '用户在其他域:',
1.6       bisitz   14984: 
                   14985:    'Specific domain:'
1.70      zhu      14986: => '特定域:',
1.6       bisitz   14987: 
                   14988:    'Users in specific domain:'
1.70      zhu      14989: => '用户在其特定域:',
1.6       bisitz   14990: 
                   14991:    'Other domain:'
1.26      zhu      14992: => '其他域:',
1.6       bisitz   14993: 
                   14994:    'Users in other domain:'
1.70      zhu      14995: => '用户在其他域:',
1.6       bisitz   14996: 
                   14997:    'Restrict self-enrollment to students officially registered for the course'
1.70      zhu      14998: => '限制自助注册为正式注册的学生的课程',
1.6       bisitz   14999: 
                   15000:    'Dates self-enrollment available'
1.70      zhu      15001: => '自助注册期限',
1.6       bisitz   15002: 
                   15003:    'Starts'
1.70      zhu      15004: => '开始',
1.6       bisitz   15005: 
                   15006:    'Ends'
1.70      zhu      15007: => '结束',
1.6       bisitz   15008: 
                   15009:    'Course access dates assigned to self-enrolling users'
1.70      zhu      15010: => '课程访问日期分配给自助注册的用户',
1.6       bisitz   15011: 
                   15012:    'Section assigned to self-enrolling users'
1.70      zhu      15013: => '章节指派给自助注册用户',
1.6       bisitz   15014: 
                   15015:    'The following changes were made to self-enrollment settings:'
1.70      zhu      15016: => '进行了以下自助注册设置的更改:',
1.6       bisitz   15017: 
                   15018:    '[_1]: "[_2]" set to "[_3]".'
1.70      zhu      15019: => '[_1]: "[_2]" 设置为 "[_3]".',
1.6       bisitz   15020: 
                   15021:    '"[_1]" set to "[_2]".'
1.70      zhu      15022: => '"[_1]" 设置为 "[_2]".',
1.6       bisitz   15023: 
                   15024:    'No changes were made to the existing self-enrollment settings in this course.'
1.70      zhu      15025: => '现有的自助注册设置在该课程中未作任何修改。',
1.6       bisitz   15026: 
                   15027:    'Self-enrollment result'
1.70      zhu      15028: => '自助注册结果',
1.6       bisitz   15029: 
                   15030:    'Enroll in course'
1.70      zhu      15031: => '注册课程',
1.6       bisitz   15032: 
                   15033:    'Sections:'
1.70      zhu      15034: => '章节:',
1.6       bisitz   15035: 
                   15036:    'Self-enroll in course'
1.70      zhu      15037: => '自助注册参加课程',
1.6       bisitz   15038: 
                   15039:    'Self-enroll in a LON-CAPA course'
1.70      zhu      15040: => '自助注册参加LON-CAPA课程',
1.6       bisitz   15041: 
                   15042:    'Self-enroll'
1.70      zhu      15043: => '自助注册',
1.6       bisitz   15044: 
                   15045:    'Self-enroll in [_1]'
1.70      zhu      15046: => '自助注册到 [_1]',
1.6       bisitz   15047: 
                   15048:    'Self-enrollment error'
1.70      zhu      15049: => '自助注册错误',
1.6       bisitz   15050: 
                   15051:    'Invalid domain or course number'
1.26      zhu      15052: => '无效的域或课程数目',
1.6       bisitz   15053: 
                   15054:    'Self-enrollment unavailable'
1.70      zhu      15055: => '自助注册无法使用',
1.6       bisitz   15056: 
                   15057:    'Self-enrollment is restricted to students officially registered for this course.'
1.93      raeburn  15058: => 'Self-enrollment is restricted to students officially registered for this course.',
1.6       bisitz   15059: 
                   15060:    'Self-enrollment is not currently available for this course.'
1.93      raeburn  15061: => 'Self-enrollment is not currently available for this course.',
1.6       bisitz   15062: 
                   15063:    'Self-enrollment is not currently available in this course'
1.93      raeburn  15064: => 'Self-enrollment is not currently available in this course',
1.6       bisitz   15065: 
                   15066:    'Self-enrollment will become available starting [_1], and will be available to all LON-CAPA users.'
1.93      raeburn  15067: => 'Self-enrollment will become available starting [_1], and will be available to all LON-CAPA users.',
1.6       bisitz   15068: 
                   15069:    'Self-enrollment will become available starting [_1], and will be available to all LON-CAPA users at your institution ([_2]).'
1.93      raeburn  15070: => 'Self-enrollment will become available starting [_1], and will be available to all LON-CAPA users at your institution ([_2]).',
1.6       bisitz   15071: 
                   15072:    'Self-enrollment will become available starting [_1]; please enroll at that time.'
1.93      raeburn  15073: => 'Self-enrollment will become available starting [_1]; please enroll at that time.',
1.6       bisitz   15074: 
                   15075:    'Although self-enrollment will become available starting [_1], you are ineligible for enrollment.'
1.93      raeburn  15076: => 'Although self-enrollment will become available starting [_1], you are ineligible for enrollment.',
1.6       bisitz   15077: 
                   15078:    'Self-enrollment will become available starting [_1].'
1.93      raeburn  15079: => 'Self-enrollment will become available starting [_1].',
1.6       bisitz   15080: 
                   15081:    'The link to the requested page could not be followed.'
1.93      raeburn  15082: => 'The link to the requested page could not be followed.',
1.6       bisitz   15083: 
                   15084:    'The placeholder for the courseID is absent.'
1.93      raeburn  15085: => 'The placeholder for the courseID is absent.',
1.6       bisitz   15086: 
                   15087:    'LON-CAPA account required'
1.93      raeburn  15088: => 'LON-CAPA account required',
1.6       bisitz   15089: 
                   15090:    'You need to be logged into LON-CAPA to self-enroll in a course.'
1.93      raeburn  15091: => 'You need to be logged into LON-CAPA to self-enroll in a course.',
1.6       bisitz   15092: 
                   15093:    'If you have an account in LON-CAPA, [_1]log-in[_2].'
1.93      raeburn  15094: => 'If you have an account in LON-CAPA, [_1]log-in[_2].',
1.6       bisitz   15095: 
                   15096:    'Otherwise:'
1.93      raeburn  15097: => 'Otherwise:',
1.6       bisitz   15098: 
                   15099:    "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  15100: => "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   15101: 
                   15102:    'if you have an institutional login, [_1]create an account[_2]'
1.93      raeburn  15103: => 'if you have an institutional login, [_1]create an account[_2]',
1.6       bisitz   15104: 
                   15105:    'you can use an e-mail address to [_1]create an account[_2]'
1.93      raeburn  15106: => 'you can use an e-mail address to [_1]create an account[_2]',
1.6       bisitz   15107: 
                   15108:    'Otherwise, if you have an institutional login, [_1]create an account[_2].'
1.93      raeburn  15109: => 'Otherwise, if you have an institutional login, [_1]create an account[_2].',
1.6       bisitz   15110: 
                   15111:    'Otherwise, you will use an e-mail address to [_1]create an account[_2].'
1.93      raeburn  15112: => 'Otherwise, you will use an e-mail address to [_1]create an account[_2].',
1.6       bisitz   15113: 
                   15114:    "Otherwise, use your institution's [_1]single sign on page[_2] to log-in, then create an account."
1.93      raeburn  15115: => "Otherwise, use your institution's [_1]single sign on page[_2] to log-in, then create an account.",
1.6       bisitz   15116: 
                   15117:    'You will be able to self enroll in this course once the account has been created.'
1.93      raeburn  15118: => 'You will be able to self enroll in this course once the account has been created.',
1.6       bisitz   15119: 
                   15120:    'You will be able to self-enroll in the course you selected ([_1]) after you have successfully logged in.'
1.93      raeburn  15121: => 'You will be able to self-enroll in the course you selected ([_1]) after you have successfully logged in.',
1.6       bisitz   15122: 
                   15123:    '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  15124: => '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   15125: 
                   15126:    'You already have an active student role (section: "[_1]") in this course.'
1.93      raeburn  15127: => 'You already have an active student role (section: "[_1]") in this course.',
1.6       bisitz   15128: 
                   15129:    'You have a student role (section: "[_1]") in this course which will become active [_2].'
1.93      raeburn  15130: => 'You have a student role (section: "[_1]") in this course which will become active [_2].',
1.6       bisitz   15131: 
                   15132:    'Self-enrollment is restricted to officially registered students.'
1.93      raeburn  15133: => 'Self-enrollment is restricted to officially registered students.',
1.6       bisitz   15134: 
                   15135:    'As you are not currently registered for this course, self-enrollment is unavailable.'
1.93      raeburn  15136: => 'As you are not currently registered for this course, self-enrollment is unavailable.',
1.6       bisitz   15137: 
                   15138:    'The end date for access to this course for users who self-enroll has passed.'
1.93      raeburn  15139: => 'The end date for access to this course for users who self-enroll has passed.',
1.6       bisitz   15140: 
                   15141:    '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  15142: => '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   15143: 
                   15144:    'Self-enrollment in this course was successful.'
1.93      raeburn  15145: => 'Self-enrollment in this course was successful.',
1.6       bisitz   15146: 
                   15147:    'The start date for access to this course for users who self-enroll has yet to be reached.'
1.93      raeburn  15148: => 'The start date for access to this course for users who self-enroll has yet to be reached.',
1.6       bisitz   15149: 
                   15150:    '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  15151: => '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   15152: 
                   15153:    'Your new role is available immediately, and will provide access to the course until [_1].'
1.93      raeburn  15154: => 'Your new role is available immediately, and will provide access to the course until [_1].',
1.6       bisitz   15155: 
                   15156:    'Enrollment process complete'
1.93      raeburn  15157: => 'Enrollment process complete',
1.6       bisitz   15158: 
                   15159:    'Enrollment incomplete'
1.93      raeburn  15160: => 'Enrollment incomplete',
1.6       bisitz   15161: 
                   15162:    'Self-enrollment in this course failed.'
1.93      raeburn  15163: => 'Self-enrollment in this course failed.',
1.6       bisitz   15164: 
                   15165:    'You are not permitted to enroll yourself in this course.'
1.93      raeburn  15166: => 'You are not permitted to enroll yourself in this course.',
1.6       bisitz   15167: 
                   15168:    'Enter course now'
1.93      raeburn  15169: => 'Enter course now',
1.6       bisitz   15170: 
                   15171:    'other'
1.93      raeburn  15172: => 'other',
1.6       bisitz   15173: 
                   15174:    'Self-enrollment in this course is available to any user affiliated with [_1].'
1.93      raeburn  15175: => 'Self-enrollment in this course is available to any user affiliated with [_1].',
1.6       bisitz   15176: 
                   15177:    'Self-enrollment in this course is only available to users in affiliated with [_1] who have the following status: "[_2]".'
1.93      raeburn  15178: => 'Self-enrollment in this course is only available to users in affiliated with [_1] who have the following status: "[_2]".',
1.6       bisitz   15179: 
                   15180:    'Self-enrollment is not currently available for this course for users affiliated with [_1].'
1.93      raeburn  15181: => 'Self-enrollment is not currently available for this course for users affiliated with [_1].',
1.6       bisitz   15182: 
                   15183:    'Self-enrollment in this course is only available to users affiliated with the following institutions, and who have the required status:'
1.93      raeburn  15184: => 'Self-enrollment in this course is only available to users affiliated with the following institutions, and who have the required status:',
1.6       bisitz   15185: 
                   15186:    'Your registration status could not be verified.'
1.93      raeburn  15187: => 'Your registration status could not be verified.',
1.6       bisitz   15188: 
                   15189:    'Your registration status could not determined, because a problem occurred retrieving data.'
1.93      raeburn  15190: => 'Your registration status could not determined, because a problem occurred retrieving data.',
1.6       bisitz   15191: 
                   15192:    'As no institutional course sections are currently associated with this course, your registration status is undetermined.'
1.93      raeburn  15193: => 'As no institutional course sections are currently associated with this course, your registration status is undetermined.',
1.6       bisitz   15194: 
                   15195:    '[_1]Ad hoc[_2] roles in domain [_3] --'
1.98      bisitz   15196: => '[_1]Ad hoc[_2] roles in domain [_3] --',
1.6       bisitz   15197: 
                   15198:    'Assemble resources'
                   15199: => '布置课程内容',
                   15200: 
                   15201:    'Create, edit, modify and publish resources'
1.93      raeburn  15202: => 'Create, edit, modify and publish resources',
1.6       bisitz   15203: 
                   15204:    'Create, modify and delete course groups'
1.93      raeburn  15205: => 'Create, modify and delete course groups',
1.6       bisitz   15206: 
                   15207:    'View course groups'
1.12      zhu      15208: => '查看课程组',
1.6       bisitz   15209: 
                   15210:    'View student activity'
1.93      raeburn  15211: => 'View student activity',
1.6       bisitz   15212: 
                   15213:    'Show full details for each course ([_1] only)'
1.93      raeburn  15214: => 'Show full details for each course ([_1] only)',
1.6       bisitz   15215: 
                   15216:    'Include courses set to be hidden from catalog ([_1] only)'
1.93      raeburn  15217: => 'Include courses set to be hidden from catalog ([_1] only)',
1.6       bisitz   15218: 
                   15219:    'Include subcategories within "[_1]"'
1.18      zhu      15220: => '包含子类 "[_1]"',
1.6       bisitz   15221: 
                   15222:    'Only show courses which allow self-enrollment'
1.18      zhu      15223: => '只显示允许自行登记的课程',
1.6       bisitz   15224: 
                   15225:    'include subdirectories'
1.18      zhu      15226: => '包括子目录',
1.6       bisitz   15227: 
                   15228:    'force republication of previously published files'
1.93      raeburn  15229: => 'force republication of previously published files',
1.6       bisitz   15230: 
                   15231:    'make file(s) obsolete'
1.93      raeburn  15232: => 'make file(s) obsolete',
1.6       bisitz   15233: 
                   15234:    'force directory level catalog information over existing'
1.93      raeburn  15235: => 'force directory level catalog information over existing',
1.6       bisitz   15236: 
                   15237:    'Session could not be opened.'
1.93      raeburn  15238: => 'Session could not be opened.',
1.6       bisitz   15239: 
                   15240:    'The domain you provided is not a valid LON-CAPA domain.'
1.93      raeburn  15241: => 'The domain you provided is not a valid LON-CAPA domain.',
1.6       bisitz   15242: 
                   15243:    'Student Settings'
1.93      raeburn  15244: => 'Student Settings',
1.6       bisitz   15245: 
                   15246:    'Coordinator Settings'
1.93      raeburn  15247: => 'Coordinator Settings',
1.6       bisitz   15248: 
                   15249:    'Author Settings'
1.93      raeburn  15250: => 'Author Settings',
1.6       bisitz   15251: 
                   15252:    'Administrator Settings'
1.93      raeburn  15253: => 'Administrator Settings',
1.6       bisitz   15254: 
                   15255:    'Item'
1.93      raeburn  15256: => 'Item',
1.6       bisitz   15257: 
                   15258:    'Found [_1] without responses. This resource cannot be published.'
1.93      raeburn  15259: => 'Found [_1] without responses. This resource cannot be published.',
1.6       bisitz   15260: 
                   15261:    'LON-CAPA helpdesk'
1.93      raeburn  15262: => 'LON-CAPA helpdesk',
1.6       bisitz   15263: 
                   15264:    'Create a user account in LON-CAPA'
1.93      raeburn  15265: => 'Create a user account in LON-CAPA',
1.6       bisitz   15266: 
                   15267:    'Account creation unavailable'
1.93      raeburn  15268: => 'Account creation unavailable',
1.6       bisitz   15269: 
                   15270:    'Error creating token.'
1.93      raeburn  15271: => 'Error creating token.',
1.6       bisitz   15272: 
                   15273:    'Account creation'
1.93      raeburn  15274: => 'Account creation',
1.6       bisitz   15275: 
                   15276:    '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  15277: => '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   15278: 
                   15279:    '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  15280: => '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   15281: 
                   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 in this domain."
1.93      raeburn  15283: => "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   15284: 
                   15285:    "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  15286: => "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   15287: 
                   15288:    "Although your username and password were authenticated, you do not currently have a LON-CAPA account at this institution."
1.93      raeburn  15289: => "Although your username and password were authenticated, you do not currently have a LON-CAPA account at this institution.",
1.6       bisitz   15290: 
                   15291:    "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  15292: => "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   15293: 
                   15294:    'A LON-CAPA account may not be created with the username you use.'
1.93      raeburn  15295: => 'A LON-CAPA account may not be created with the username you use.',
1.6       bisitz   15296: 
                   15297:    'User Information'
1.93      raeburn  15298: => 'User Information',
1.6       bisitz   15299: 
                   15300:    'User information'
1.93      raeburn  15301: => 'User information',
1.6       bisitz   15302: 
                   15303:    'Review user information'
1.93      raeburn  15304: => 'Review user information',
1.6       bisitz   15305: 
                   15306:    '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  15307: => '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   15308: 
                   15309:    '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  15310: => '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   15311: 
                   15312:    '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  15313: => '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   15314: 
                   15315:    'Confirmation'
1.93      raeburn  15316: => 'Confirmation',
1.6       bisitz   15317: 
                   15318:    'Confirm that you wish to create an account.'
1.93      raeburn  15319: => 'Confirm that you wish to create an account.',
1.6       bisitz   15320: 
                   15321:    'New username'
1.93      raeburn  15322: => 'New username',
1.6       bisitz   15323: 
                   15324:    'Create account'
1.93      raeburn  15325: => 'Create account',
1.6       bisitz   15326: 
                   15327:    'You must enter a password'
1.93      raeburn  15328: => 'You must enter a password',
1.6       bisitz   15329: 
                   15330:    'The passwords you entered did not match.'
1.93      raeburn  15331: => 'The passwords you entered did not match.',
1.6       bisitz   15332: 
                   15333:    'Create account with a username provided by this institution'
1.93      raeburn  15334: => 'Create account with a username provided by this institution',
1.6       bisitz   15335: 
                   15336:    '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  15337: => '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   15338: 
                   15339:    'Type in your log-in ID and password to find out.'
1.93      raeburn  15340: => 'Type in your log-in ID and password to find out.',
1.6       bisitz   15341: 
                   15342:    'Log-in ID'
1.93      raeburn  15343: => 'Log-in ID',
1.6       bisitz   15344: 
                   15345:    'Create account with an e-mail address as your username'
1.93      raeburn  15346: => 'Create account with an e-mail address as your username',
1.6       bisitz   15347: 
                   15348:    '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  15349: => '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   15350: 
                   15351:    'Request LON-CAPA account'
1.93      raeburn  15352: => 'Request LON-CAPA account',
1.6       bisitz   15353: 
                   15354:    'Validation'
1.93      raeburn  15355: => 'Validation',
1.6       bisitz   15356: 
                   15357:    'Thank you for your request to create a new LON-CAPA account.'
1.93      raeburn  15358: => 'Thank you for your request to create a new LON-CAPA account.',
1.6       bisitz   15359: 
                   15360:    'A request was submitted on [_1] for creation of a LON-CAPA account at the following institution:[_2].'
1.93      raeburn  15361: => 'A request was submitted on [_1] for creation of a LON-CAPA account at the following institution:[_2].',
1.6       bisitz   15362: 
                   15363:    'To complete this process please open a web browser and enter the following URL in the address/location box: [_1]'
1.93      raeburn  15364: => 'To complete this process please open a web browser and enter the following URL in the address/location box: [_1]',
1.6       bisitz   15365: 
                   15366:    'A message has been sent to the e-mail address you provided.'
1.93      raeburn  15367: => 'A message has been sent to the e-mail address you provided.',
1.6       bisitz   15368: 
                   15369:    'The message includes the web address for the link you will use to complete the account creation process.'
1.93      raeburn  15370: => 'The message includes the web address for the link you will use to complete the account creation process.',
1.6       bisitz   15371: 
                   15372:    'The link included in the message will be valid for the next [_1]two[_2] hours.'
1.93      raeburn  15373: => 'The link included in the message will be valid for the next [_1]two[_2] hours.',
1.6       bisitz   15374: 
                   15375:    'An error occurred when sending a message to the e-mail address you provided.'
1.93      raeburn  15376: => 'An error occurred when sending a message to the e-mail address you provided.',
1.6       bisitz   15377: 
                   15378:    'An error occurred creating a token required for the account creation process.'
1.93      raeburn  15379: => 'An error occurred creating a token required for the account creation process.',
1.6       bisitz   15380: 
                   15381:    'Please contact the [_1] ([_2]) for assistance.'
1.93      raeburn  15382: => 'Please contact the [_1] ([_2]) for assistance.',
1.6       bisitz   15383: 
                   15384:    '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  15385: => '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   15386: 
                   15387:    'Sorry, the token generated when you requested creation of an account has expired.'
1.93      raeburn  15388: => 'Sorry, the token generated when you requested creation of an account has expired.',
1.6       bisitz   15389: 
                   15390:    'Sorry, the URL generated when you requested creation of an account contained incomplete information.'
1.93      raeburn  15391: => 'Sorry, the URL generated when you requested creation of an account contained incomplete information.',
1.6       bisitz   15392: 
                   15393:    '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  15394: => '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   15395: 
1.89      bisitz   15396:    '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  15397: => '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   15398: 
                   15399:    'A LON-CAPA account already exists for username [_1] at this institution ([_2]).'
1.93      raeburn  15400: => 'A LON-CAPA account already exists for username [_1] at this institution ([_2]).',
1.6       bisitz   15401: 
                   15402:    'The password entered was also correct so you have been logged in.'
1.93      raeburn  15403: => 'The password entered was also correct so you have been logged in.',
1.6       bisitz   15404: 
                   15405:    'Authentication failed'
1.93      raeburn  15406: => 'Authentication failed',
1.6       bisitz   15407: 
                   15408:    'An e-mail confirming creation of your new LON-CAPA account has been sent to [_1].'
1.93      raeburn  15409: => 'An e-mail confirming creation of your new LON-CAPA account has been sent to [_1].',
1.6       bisitz   15410: 
                   15411:    'An error occurred when sending e-mail to [_1] confirming creation of your LON-CAPA account.'
1.93      raeburn  15412: => 'An error occurred when sending e-mail to [_1] confirming creation of your LON-CAPA account.',
1.6       bisitz   15413: 
                   15414:    'A problem occurred when attempting to create your new LON-CAPA account.'
1.93      raeburn  15415: => 'A problem occurred when attempting to create your new LON-CAPA account.',
1.6       bisitz   15416: 
                   15417:    'Please provide user information and a password for your new account.'
1.93      raeburn  15418: => 'Please provide user information and a password for your new account.',
1.6       bisitz   15419: 
                   15420:    'Your password, which must contain at least seven characters, will be sent to the LON-CAPA server in an encrypted form.'
1.93      raeburn  15421: => 'Your password, which must contain at least seven characters, will be sent to the LON-CAPA server in an encrypted form.',
1.6       bisitz   15422: 
                   15423:    'Create LON-CAPA account'
1.93      raeburn  15424: => 'Create LON-CAPA account',
1.6       bisitz   15425: 
                   15426:    'Could not load javascript file [_1]'
1.93      raeburn  15427: => 'Could not load javascript file [_1]',
1.6       bisitz   15428: 
                   15429:    'Invalid ID format'
1.93      raeburn  15430: => 'Invalid ID format',
1.6       bisitz   15431: 
                   15432:    'An error occurred when storing a token'
1.93      raeburn  15433: => 'An error occurred when storing a token',
1.6       bisitz   15434: 
                   15435:    'You will not be able to proceed to the next stage of account creation'
1.93      raeburn  15436: => 'You will not be able to proceed to the next stage of account creation',
1.6       bisitz   15437: 
                   15438:    'A LON-CAPA account has been created for username: [_1] in domain: [_2].'
1.93      raeburn  15439: => 'A LON-CAPA account has been created for username: [_1] in domain: [_2].',
1.6       bisitz   15440: 
                   15441:    'Account creation failed for username: [_1] in domain: [_2].'
1.93      raeburn  15442: => 'Account creation failed for username: [_1] in domain: [_2].',
1.6       bisitz   15443: 
                   15444:    'User account creation is not available for the current default authentication type.'
1.93      raeburn  15445: => 'User account creation is not available for the current default authentication type.',
1.6       bisitz   15446: 
                   15447:    'The e-mail address you provided is already in use as a username at this institution.'
1.93      raeburn  15448: => 'The e-mail address you provided is already in use as a username at this institution.',
1.6       bisitz   15449: 
                   15450:    'Username rules at this institution do not allow the e-mail address you provided to be used as a username.'
1.93      raeburn  15451: => 'Username rules at this institution do not allow the e-mail address you provided to be used as a username.',
1.6       bisitz   15452: 
                   15453:    'The e-mail address you provided may not be used as a username at this LON-CAPA institution.'
1.93      raeburn  15454: => 'The e-mail address you provided may not be used as a username at this LON-CAPA institution.',
1.6       bisitz   15455: 
1.95      raeburn  15456:    'Validation of the code you entered failed.'
                   15457: => 'Validation of the code you entered failed.',
1.6       bisitz   15458: 
                   15459:    'Creation of a new user account using an e-mail address as username is not permitted at this LON-CAPA institution.'
1.93      raeburn  15460: => 'Creation of a new user account using an e-mail address as username is not permitted at this LON-CAPA institution.',
1.6       bisitz   15461: 
                   15462:    'Type in the letters/numbers shown below'
1.93      raeburn  15463: => 'Type in the letters/numbers shown below',
1.6       bisitz   15464: 
                   15465:    'You may need to reload the previous page to obtain a new token.'
1.93      raeburn  15466: => 'You may need to reload the previous page to obtain a new token.',
1.6       bisitz   15467: 
                   15468:    'Unable to retrieve your log-in information - unexpected context'
1.93      raeburn  15469: => 'Unable to retrieve your log-in information - unexpected context',
1.6       bisitz   15470: 
                   15471:    "Your e-mail address uses the same internet domain as your institution's LON-CAPA service."
1.93      raeburn  15472: => "Your e-mail address uses the same internet domain as your institution's LON-CAPA service.",
1.6       bisitz   15473: 
                   15474:    'Creation of a LON-CAPA account with this type of e-mail address as username is not permitted.'
1.93      raeburn  15475: => 'Creation of a LON-CAPA account with this type of e-mail address as username is not permitted.',
1.6       bisitz   15476: 
                   15477:    'You should request creation of a LON-CAPA account for a log-in ID of "[_1]" at your institution instead.'
1.93      raeburn  15478: => 'You should request creation of a LON-CAPA account for a log-in ID of "[_1]" at your institution instead.',
1.6       bisitz   15479: 
                   15480:    'Changes/page:'
1.63      zhu      15481: => '每页显示列数:',
1.6       bisitz   15482: 
                   15483:    'Window during which changes occurred:'
1.63      zhu      15484: => '在这个时期发生的变化:',
1.6       bisitz   15485: 
                   15486:    'This page is either empty or it only contains resources that are currently hidden'
1.93      raeburn  15487: => 'This page is either empty or it only contains resources that are currently hidden',
1.6       bisitz   15488: 
                   15489:    'Please use the LON-CAPA navigation arrows to move to another item in the course'
1.93      raeburn  15490: => 'Please use the LON-CAPA navigation arrows to move to another item in the course',
1.6       bisitz   15491: 
                   15492:    'Unable to modify requested student ([_1])'
1.93      raeburn  15493: => 'Unable to modify requested student ([_1])',
1.6       bisitz   15494: 
                   15495:    'Unable to grade requested sequence ([_1]).'
1.93      raeburn  15496: => 'Unable to grade requested sequence ([_1]).',
1.6       bisitz   15497: 
                   15498:    'No score was changed or updated.'
1.93      raeburn  15499: => 'No score was changed or updated.',
1.6       bisitz   15500: 
                   15501:    'The scores were changed for [quant,_1,problem].'
1.93      raeburn  15502: => 'The scores were changed for [quant,_1,problem].',
1.6       bisitz   15503: 
1.81      bisitz   15504:    '[_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   15505: => '[_1]Visit the [_2]Course/Community Catalog[_3] to view all [_4] LON-CAPA courses and communities.',
1.6       bisitz   15506: 
1.83      bisitz   15507:    '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.'
                   15508: => '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   15509: 
                   15510: #SD begin 2008-07-02
                   15511:    'When'
1.70      zhu      15512: => '什么时候',
1.6       bisitz   15513: 
                   15514:    'Who made the change'
1.70      zhu      15515: => '谁进行了修改',
1.6       bisitz   15516: 
                   15517:    'Changed User'
1.70      zhu      15518: => '改变用户',
1.6       bisitz   15519: 
                   15520:    'Context'
1.70      zhu      15521: => '概述',
1.6       bisitz   15522: 
                   15523:    'Context:'
1.70      zhu      15524: => '概述:',
1.6       bisitz   15525: 
                   15526:    'After:'
1.70      zhu      15527: => '之后:',
1.6       bisitz   15528: 
                   15529:    'Before:'
1.70      zhu      15530: => '之前:',
1.6       bisitz   15531: 
                   15532:    'User Changes'
1.70      zhu      15533: => '用户更改',
1.6       bisitz   15534: 
                   15535:    'For this user, the default quota would be [_1]'
1.70      zhu      15536: => '此使用者的默认的配额为[_1]',
1.6       bisitz   15537: 
                   15538:    'Search for a user and enroll as a student'
1.70      zhu      15539: => '搜索用户并注册为学生',
1.6       bisitz   15540: 
                   15541:    'username is known'
1.93      raeburn  15542: => 'username is known',
1.6       bisitz   15543: 
                   15544:    'Create a new user'
1.70      zhu      15545: => '创建一个新用户',
1.6       bisitz   15546: 
                   15547:    'Enroll'
1.70      zhu      15548: => '注册',
1.6       bisitz   15549: 
                   15550:    'User Search to enroll student'
1.93      raeburn  15551: => 'User Search to enroll student',
1.6       bisitz   15552: 
                   15553:    'Select a user to enroll as a student'
1.93      raeburn  15554: => 'Select a user to enroll as a student',
1.6       bisitz   15555: 
                   15556:    'modify' #Kontext? breadcrumb_text
1.93      raeburn  15557: => 'modify',
1.6       bisitz   15558: 
                   15559: #   'userpicked' #Kontext?
                   15560: #=> '',
                   15561: 
                   15562:    'as a student'
1.70      zhu      15563: => '作为一名学生',
1.6       bisitz   15564: 
                   15565:    'Set section/dates'
1.70      zhu      15566: => '设置章节/日期',
1.6       bisitz   15567: 
                   15568:    'Unknown'
1.93      raeburn  15569: => 'Unknown',
1.6       bisitz   15570: 
                   15571:    'You do not have privileges to assign co-author roles.'
1.93      raeburn  15572: => 'You do not have privileges to assign co-author roles.',
1.6       bisitz   15573: 
                   15574:    'This user has an unrecognized authentication scheme'
1.93      raeburn  15575: => 'This user has an unrecognized authentication scheme',
1.6       bisitz   15576: 
                   15577:    'Please alert a domain coordinator of this situation'
1.93      raeburn  15578: => 'Please alert a domain coordinator of this situation',
1.6       bisitz   15579: 
                   15580:    'Please specify login data below'
1.93      raeburn  15581: => 'Please specify login data below',
1.6       bisitz   15582: 
                   15583:    'No domain specified'
1.93      raeburn  15584: => 'No domain specified',
1.6       bisitz   15585: 
1.19      zhu      15586:    'Invalid domain name'
1.93      raeburn  15587: => 'Invalid domain name',
1.6       bisitz   15588: 
1.19      zhu      15589:    'Only letters, numbers, periods, dashes, and underscores are valid'
1.93      raeburn  15590: => 'Only letters, numbers, periods, dashes, and underscores are valid',
1.6       bisitz   15591: 
                   15592:    'You do not have the authority to modify this users authentification information'
1.93      raeburn  15593: => 'You do not have the authority to modify this users authentification information',
1.6       bisitz   15594: 
                   15595:    'New Student/Employee ID does not match existing ID for this user.'
1.93      raeburn  15596: => 'New Student/Employee ID does not match existing ID for this user.',
1.6       bisitz   15597: 
                   15598:    "Change is not permitted without checking the 'Force ID change' checkbox on the previous page."
1.93      raeburn  15599: => "Change is not permitted without checking the 'Force ID change' checkbox on the previous page.",
1.6       bisitz   15600: 
                   15601:    'Unable to successfully change environment for'
1.93      raeburn  15602: => 'Unable to successfully change environment for',
1.6       bisitz   15603: 
                   15604:    'No roles'
1.93      raeburn  15605: => 'No roles',
1.6       bisitz   15606: 
                   15607:    'The following fields were not updated: '
1.93      raeburn  15608: => 'The following fields were not updated: ',
1.6       bisitz   15609: 
                   15610:    "You do not have the authority to change this field given the user's current set of active/future [_1] roles:"
1.96      raeburn  15611: => "You do not have the authority to change this field given the user's current set of active/future [_1] roles:",
1.6       bisitz   15612: 
                   15613:    "You do not have the authority to change these fields given the user's current set of active/future [_1] roles:"
1.96      raeburn  15614: => "You do not have the authority to change these fields given the user's current set of active/future [_1] roles:",
1.6       bisitz   15615: 
1.49      bisitz   15616:    'Please contact your [_1]helpdesk[_2] for more information.'
1.93      raeburn  15617: => 'Please contact your [_1]helpdesk[_2] for more information.',
1.6       bisitz   15618: 
                   15619:    '<b>[_1]</b> enrolled'
1.70      zhu      15620: => '<b>[_1]</b> 注册的',
1.6       bisitz   15621: 
                   15622:    'in section [_1]'
1.93      raeburn  15623: => 'in section [_1]',
1.6       bisitz   15624: 
                   15625:    'Access starts immediately'
1.70      zhu      15626: => '访问立即开始',
1.6       bisitz   15627: 
                   15628:    'Access starts: '
1.70      zhu      15629: => '访问开始: ',
1.6       bisitz   15630: 
                   15631:    'ends: no ending date'
1.70      zhu      15632: => '结束:没有结束日期',
1.6       bisitz   15633: 
                   15634:    'ends: '
1.70      zhu      15635: => '结束: ',
1.6       bisitz   15636: 
                   15637:    '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  15638: => '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   15639: 
                   15640:    '(default)'
1.70      zhu      15641: => '(默认的)',
1.6       bisitz   15642: 
                   15643:    '(default for [_1])'
1.70      zhu      15644: => '(默认 [_1])',
1.6       bisitz   15645: 
                   15646:    'You are not authorized to make bulk changes to user roles'
1.93      raeburn  15647: => 'You are not authorized to make bulk changes to user roles',
1.6       bisitz   15648: 
                   15649:    'You do not have permission to modify dates or sections for users'
1.93      raeburn  15650: => 'You do not have permission to modify dates or sections for users',
1.6       bisitz   15651: 
                   15652:    'deleted'
1.93      raeburn  15653: => 'deleted',
1.6       bisitz   15654: 
                   15655:    'No start date'
1.10      zhu      15656: => '没有开始日期',
1.6       bisitz   15657: 
                   15658:    'Previous [_1] changes'
1.93      raeburn  15659: => 'Previous [_1] changes',
1.6       bisitz   15660: 
                   15661:    'Next [_1] changes'
1.93      raeburn  15662: => 'Next [_1] changes',
1.6       bisitz   15663: 
1.74      bisitz   15664:    'There are no records to display.'
                   15665: => '没有记录显示。',
                   15666: 
                   15667:    'There are no transactions to display.'
1.93      raeburn  15668: => 'There are no transactions to display.',
1.6       bisitz   15669: 
                   15670:    'Automated enrollment'
1.70      zhu      15671: => '自动注册',
1.6       bisitz   15672: 
                   15673:    'Roster Update'
1.70      zhu      15674: => '名册更新',
1.6       bisitz   15675: 
                   15676:    'Course Creation'
1.70      zhu      15677: => '创建课程',
1.6       bisitz   15678: 
                   15679:    'User Management in course'
1.70      zhu      15680: => '在课程中的用户管理',
1.6       bisitz   15681: 
                   15682:    'User Management in domain'
1.70      zhu      15683: => '在域中的用户管理',
1.6       bisitz   15684: 
                   15685:    'Self-enrolled'
1.70      zhu      15686: => '自助注册',
1.6       bisitz   15687: 
                   15688:    'Your search term must contain more than just spaces.'
1.93      raeburn  15689: => 'Your search term must contain more than just spaces.',
1.6       bisitz   15690: 
                   15691:    'this course'
1.70      zhu      15692: => '本课程',
1.6       bisitz   15693: 
                   15694:    'LON-CAPA domain: '
1.93      raeburn  15695: => 'LON-CAPA domain: ',
1.6       bisitz   15696: 
                   15697:    'the institutional directory for domain: '
1.93      raeburn  15698: => 'the institutional directory for domain: ',
1.6       bisitz   15699: 
1.49      bisitz   15700:    'Please contact the [_1]helpdesk[_2] if you need to create a new user.'
1.93      raeburn  15701: => 'Please contact the [_1]helpdesk[_2] if you need to create a new user.',
1.6       bisitz   15702: 
                   15703:    'Section for self-enrolled users unchanged as the proposed section is a group'
1.93      raeburn  15704: => 'Section for self-enrolled users unchanged as the proposed section is a group',
1.6       bisitz   15705: 
                   15706:    'Group names and section names must be distinct'
1.12      zhu      15707: => '组名称和章节的名称必须是不同的',
1.6       bisitz   15708: 
                   15709:    'Section for self-enrolled users unchanged, as "all" is a reserved section name.'
1.93      raeburn  15710: => 'Section for self-enrolled users unchanged, as "all" is a reserved section name.',
1.6       bisitz   15711: 
                   15712:    'An error occurred when saving changes to self-enrollment settings in this course.'
1.93      raeburn  15713: => 'An error occurred when saving changes to self-enrollment settings in this course.',
1.6       bisitz   15714: 
                   15715: #SD end 2008-07-02
                   15716: 
                   15717:    'Server Switch Required'
1.93      raeburn  15718: => 'Server Switch Required',
1.6       bisitz   15719: 
                   15720:    'Construction Space access is only available from the home server of the corresponding Author.'
1.93      raeburn  15721: => 'Construction Space access is only available from the home server of the corresponding Author.',
1.6       bisitz   15722: 
                   15723:    "Click the 'Switch Server' link to go there."
1.93      raeburn  15724: => "Click the 'Switch Server' link to go there.",
1.6       bisitz   15725: 
                   15726:    'Default in use:'
1.70      zhu      15727: => '默认情况下使用:',
1.6       bisitz   15728: 
1.89      bisitz   15729:    'Self-creation of account by users with status: [_1]'
1.93      raeburn  15730: => 'Self-creation of account by users with status: [_1]',
1.6       bisitz   15731: 
                   15732:    'modifiable fields (if institutional data blank): '
1.98      bisitz   15733: => 'modifiable fields (if institutional data blank): ',
1.6       bisitz   15734: 
                   15735: # domainprefs.pm
                   15736: #   'Formats disallowed for $text{$type}: '
                   15737: #=> 'Formats disallowed for $text{$type}: ',
                   15738: #
                   15739: #   'Format rules to check for $text{$type}: '
                   15740: #=> 'Format rules to check for $text{$type}: ',
                   15741: 
                   15742: # loncommon.pm
                   15743: #   "You must either choose $text{'action'} with a different format --  $text{'one'} that will not conflict with 'official' institutional $text{'items'}, or leave the ID field blank."
                   15744: # => "You must either choose $text{'action'} with a different format --  $text{'one'} that will not conflict with 'official' institutional $text{'items'}, or leave the ID field blank."
                   15745: 
                   15746:    'Source Code'
1.93      raeburn  15747: => 'Source Code',
1.6       bisitz   15748: 
                   15749:    'Copy Problem Source Code to Construction Space'
1.93      raeburn  15750: => 'Copy Problem Source Code to Construction Space',
1.6       bisitz   15751: 
                   15752:    'Please enter the directory that you would like the source code to go into.'
1.93      raeburn  15753: => 'Please enter the directory that you would like the source code to go into.',
1.6       bisitz   15754: 
                   15755:    'Note: the path is in reference to the root of your construction space, and new directories will be automatically created.'
1.93      raeburn  15756: => 'Note: the path is in reference to the root of your construction space, and new directories will be automatically created.',
1.6       bisitz   15757: 
                   15758:    'shared_source'
1.93      raeburn  15759: => 'shared_source',
1.6       bisitz   15760: 
                   15761:    'Copy to Construction Space'
1.93      raeburn  15762: => 'Copy to Construction Space',
1.6       bisitz   15763: 
1.99      raeburn  15764:    '[_1]W[_2]ARNING' 
                   15765: => '[_1]W[_2]ARNING',
1.6       bisitz   15766: 
                   15767:    'At end of file some tags were still left unclosed:'
1.93      raeburn  15768: => 'At end of file some tags were still left unclosed:',
1.6       bisitz   15769: 
                   15770:    'Unable to save file [_1]'
1.93      raeburn  15771: => 'Unable to save file [_1]',
1.6       bisitz   15772: 
                   15773:    'Warnings and Errors'
1.93      raeburn  15774: => 'Warnings and Errors',
1.6       bisitz   15775: 
                   15776:    'Edit Math'
1.93      raeburn  15777: => 'Edit Math',
1.6       bisitz   15778: 
                   15779:    'DragMath Latex Equation Editor'
1.93      raeburn  15780: => 'DragMath Latex Equation Editor', # n.t.
1.6       bisitz   15781: 
                   15782:    '[_1]Return[_2] to editing resource.'
1.98      bisitz   15783: => '[_1]Return[_2] to editing resource.',
1.6       bisitz   15784: 
                   15785:    'Counting pages for student: [_1]'
1.93      raeburn  15786: => 'Counting pages for student: [_1]',
1.6       bisitz   15787: 
                   15788:    'LaTeX could not successfully parse your tex file.'
1.93      raeburn  15789: => 'LaTeX could not successfully parse your tex file.',
1.6       bisitz   15790: 
                   15791:    'It probably has errors in it.'
1.93      raeburn  15792: => 'It probably has errors in it.',
1.6       bisitz   15793: 
                   15794:    'Here are the error messages in the LaTeX log file:'
1.93      raeburn  15795: => 'Here are the error messages in the LaTeX log file:',
1.6       bisitz   15796: 
                   15797:    'There are errors in [_1].'
1.93      raeburn  15798: => 'There are errors in [_1].',
1.6       bisitz   15799: 
                   15800:    'There are errors.'
1.93      raeburn  15801: => 'There are errors.',
1.6       bisitz   15802: 
                   15803:    'These errors prevent this resource from printing correctly.'
1.93      raeburn  15804: => 'These errors prevent this resource from printing correctly.',
1.6       bisitz   15805: 
                   15806:    'A message has been sent to the instructor describing this failure.'
1.93      raeburn  15807: => 'A message has been sent to the instructor describing this failure.',
1.6       bisitz   15808: 
                   15809:    'You are running LaTeX in [_1]batch mode[_2].'
1.93      raeburn  15810: => 'You are running LaTeX in [_1]batch mode[_2].',
1.6       bisitz   15811: 
                   15812:    'It has found an error in [_1][_2]and corrected it.'
1.93      raeburn  15813: => 'It has found an error in [_1][_2]and corrected it.',
1.6       bisitz   15814: 
                   15815:    '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   15816: => '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   15817: 
                   15818:    'The link to [_1]Your log file[_2]'
1.93      raeburn  15819: => 'The link to [_1]Your log file[_2]',
1.6       bisitz   15820: 
                   15821:    'The link to [_1]Your original LaTeX file[_2]'
1.93      raeburn  15822: => 'The link to [_1]Your original LaTeX file[_2]',
1.6       bisitz   15823: 
                   15824:    'bomb'
1.93      raeburn  15825: => 'bomb',
1.6       bisitz   15826: 
                   15827:    'Output Tags'
1.93      raeburn  15828: => 'Output Tags',
1.6       bisitz   15829: 
                   15830:    'WARNING: Cannot connect to database!'
1.70      zhu      15831: => '警告:无法连接到数据库!',
1.6       bisitz   15832: 
                   15833:    'Error occurred saving new values in metadata table in LON-CAPA database!'
1.70      zhu      15834: => '保存新值数据表到LON-CAPA数据库中时发生错误!',
1.6       bisitz   15835: 
1.81      bisitz   15836:    'Your course/community currently appears in the Course/Community Catalog for this domain.'
1.93      raeburn  15837: => 'Your course/community currently appears in the Course/Community Catalog for this domain.',
1.6       bisitz   15838: 
                   15839:    '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.70      zhu      15840: => '课程可自我编目的基础的研究所代码(例如, fbi_ws20082009_linalg )或可通过域的定义分配类别界定。',
1.6       bisitz   15841: 
1.81      bisitz   15842:    'Your course/community does not currently appear in the Course/Community Catalog for this domain.'
1.93      raeburn  15843: => 'Your course/community does not currently appear in the Course/Community Catalog for this domain.',
1.6       bisitz   15844: 
                   15845:    'You should remedy this if you plan to allow self-enrollment, otherwise students will have difficulty finding your course.'
1.93      raeburn  15846: => 'You should remedy this if you plan to allow self-enrollment, otherwise students will have difficulty finding your course.',
1.6       bisitz   15847: 
                   15848:    '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  15849: => '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   15850: 
                   15851:    'Make any changes to self-enrollment settings below, click "Save changes", then take action to include the course in the Catalog:'
1.93      raeburn  15852: => 'Make any changes to self-enrollment settings below, click "Save changes", then take action to include the course in the Catalog:',
1.6       bisitz   15853: 
                   15854:    'Take the following action to ensure the course appears in the Catalog:'
1.93      raeburn  15855: => 'Take the following action to ensure the course appears in the Catalog:',
1.6       bisitz   15856: 
                   15857:    'Ask a domain coordinator to change the "Exclude from course catalog" setting.'
1.93      raeburn  15858: => 'Ask a domain coordinator to change the "Exclude from course catalog" setting.',
1.6       bisitz   15859: 
                   15860:    'Ask a domain coordinator to enable display the catalog of "Official courses (with institutional codes)".'
1.93      raeburn  15861: => 'Ask a domain coordinator to enable display the catalog of "Official courses (with institutional codes)".',
1.6       bisitz   15862: 
                   15863:    'Ask a domain coordinator to assign an institutional code (if this is an official course).'
1.93      raeburn  15864: => 'Ask a domain coordinator to assign an institutional code (if this is an official course).',
1.6       bisitz   15865: 
                   15866:    'Ask a domain coordinator to enable or create at least one course category in the domain.'
1.93      raeburn  15867: => 'Ask a domain coordinator to enable or create at least one course category in the domain.',
1.6       bisitz   15868: 
                   15869:    'Ask a domain coordinator to create a hierarchy of categories and sub categories for courses in the domain.'
1.93      raeburn  15870: => 'Ask a domain coordinator to create a hierarchy of categories and sub categories for courses in the domain.',
1.6       bisitz   15871: 
                   15872:    '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  15873: => '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   15874: 
                   15875:    'Ask a domain coordinator to assign a category to the course.'
1.93      raeburn  15876: => 'Ask a domain coordinator to assign a category to the course.',
1.6       bisitz   15877: 
1.93      raeburn  15878:    'Use [_1]Categorize course[_2] to change the "Exclude from course catalog" setting.'
                   15879: => 'Use [_1]Categorize course[_2] to change the "Exclude from course catalog" setting.',
1.6       bisitz   15880: 
                   15881:    '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  15882: => '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   15883: 
                   15884:    'Use [_1]Set course environment[_2] to assign a category to the course.'
1.93      raeburn  15885: => 'Use [_1]Set course environment[_2] to assign a category to the course.',
1.6       bisitz   15886: 
                   15887:    'You are able to both assign a course category and choose to exclude this course from the catalog.'
1.93      raeburn  15888: => 'You are able to both assign a course category and choose to exclude this course from the catalog.',
1.6       bisitz   15889: 
                   15890:    '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  15891: => '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   15892: 
                   15893:    'You may assign a course category, but only a Domain Coordinator may choose to exclude this course from the catalog.'
1.93      raeburn  15894: => 'You may assign a course category, but only a Domain Coordinator may choose to exclude this course from the catalog.',
1.6       bisitz   15895: 
                   15896:    'Only a Domain Coordinator may assign a course category or choose to exclude this course from the catalog.'
1.93      raeburn  15897: => 'Only a Domain Coordinator may assign a course category or choose to exclude this course from the catalog.',
1.6       bisitz   15898: 
                   15899:    "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  15900: => "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   15901: 
                   15902:    'You can only use this screen to select courses in the current domain.'
1.93      raeburn  15903: => 'You can only use this screen to select courses in the current domain.',
1.6       bisitz   15904: 
1.41      bisitz   15905:    '[_1]Your Excel spreadsheet[_2] is ready for download.'
1.6       bisitz   15906: => '[_1]Ihre Exceldatei[_2] steht zum Download bereit.',
                   15907: 
1.41      bisitz   15908:    '[_1]Your CSV file[_2] is ready for download.'
1.6       bisitz   15909: => '[_1]Ihre CSV-Datei[_2] steht zum Download bereit.',
                   15910: 
                   15911:    'Name (username)'
1.93      raeburn  15912: => 'Name (username)',
1.6       bisitz   15913: 
                   15914:    'Grades Assigned'
1.93      raeburn  15915: => 'Grades Assigned',
1.6       bisitz   15916: 
                   15917:    'Comments'
1.18      zhu      15918: => '注释',
1.6       bisitz   15919: 
                   15920:    'No Course Data'
1.93      raeburn  15921: => 'No Course Data',
1.6       bisitz   15922: 
                   15923:    'Error getting student data ([_1])'
1.93      raeburn  15924: => 'Error getting student data ([_1])',
1.6       bisitz   15925: 
                   15926:    'Score'
1.93      raeburn  15927: => 'Score',
1.6       bisitz   15928: 
1.77      bisitz   15929:    'score'
1.93      raeburn  15930: => 'score',
1.77      bisitz   15931: 
1.6       bisitz   15932:    'Display Options'
1.36      zhu      15933: => '显示选项',
1.6       bisitz   15934: 
                   15935:    'This role has section(s) associated with it.'
1.93      raeburn  15936: => 'This role has section(s) associated with it.',
1.6       bisitz   15937: 
                   15938:    'Enter a specific section.'
1.93      raeburn  15939: => 'Enter a specific section.',
1.6       bisitz   15940: 
                   15941:    'Enter a specific section, or leave blank for no section.'
1.93      raeburn  15942: => 'Enter a specific section, or leave blank for no section.',
1.6       bisitz   15943: 
                   15944:    'Available sections are:'
1.93      raeburn  15945: => 'Available sections are:',
1.6       bisitz   15946: 
                   15947:    'You entered an invalid section choice:'
1.93      raeburn  15948: => 'You entered an invalid section choice:',
1.6       bisitz   15949: 
                   15950:    'You may wish to contact the [_1]LON-CAPA helpdesk[_2] for the [_3] domain.'
1.56      zhu      15951: => '您不妨联系[_2][_3]域的[_1] LON-CAPA 求助。',
1.6       bisitz   15952: 
                   15953:    '([_1] time zone)'
1.9       zhu      15954: => '(时区 [_1])',
1.6       bisitz   15955: 
                   15956:    'Selecting an Author'
1.93      raeburn  15957: => 'Selecting an Author',
1.6       bisitz   15958: 
                   15959:    'Invalid domain'
1.26      zhu      15960: => '无效域',
1.6       bisitz   15961: 
                   15962:    'There are no library servers containing Construction spaces currently in domain: [_1], so you can not assume a co-author role.'
1.93      raeburn  15963: => 'There are no library servers containing Construction spaces currently in domain: [_1], so you can not assume a co-author role.',
1.6       bisitz   15964: 
                   15965:    '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  15966: => '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   15967: 
                   15968:    '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  15969: => '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   15970: 
                   15971:    '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  15972: => '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   15973: 
1.83      bisitz   15974:    'As your session file for the course or community has expired, you will need to re-select it.'
1.93      raeburn  15975: => 'As your session file for the course or community has expired, you will need to re-select it.', # '当>您的课程已过期,您将需要重新选择课程。',
1.6       bisitz   15976: 
                   15977:    '[quant,_1,yr]'
1.99      raeburn  15978: => '[quant,_1,yr]',
1.6       bisitz   15979: 
                   15980:    '[quant,_1,mth]'
1.99      raeburn  15981: => '[quant,_1,mth]',
1.6       bisitz   15982: 
                   15983:    '[quant,_1,hr]'
1.99      raeburn  15984: => '[quant,_1,hr]',
1.6       bisitz   15985: 
                   15986:    '[quant,_1,min]'
1.99      raeburn  15987: => '[quant,_1,min]',
1.6       bisitz   15988: 
                   15989:    '[quant,_1,sec]'
1.99      raeburn  15990: => '[quant,_1,sec]',
1.6       bisitz   15991: 
                   15992:    'Loading student data...'
1.18      zhu      15993: => '检索学生数据...',
1.6       bisitz   15994: 
                   15995:    'Options'
1.18      zhu      15996: => '选项',
1.6       bisitz   15997: 
                   15998:    'Time Period'
1.18      zhu      15999: => '周期',
1.6       bisitz   16000: 
                   16001:    'Rsource is undefined.'
1.93      raeburn  16002: => 'Rsource is undefined.',
1.6       bisitz   16003: 
                   16004:    'Plot Graph'
1.93      raeburn  16005: => 'Plot Graph',
1.6       bisitz   16006: 
                   16007:    'Download'
1.18      zhu      16008: => '下载',
1.6       bisitz   16009: 
                   16010:    'PDF File'
1.18      zhu      16011: => 'PDF 文档',
1.6       bisitz   16012: 
                   16013:    'Zip File'
1.18      zhu      16014: => 'ZIP 文档',
1.6       bisitz   16015: 
                   16016:    'File Size (Bytes)'
1.18      zhu      16017: => '文件大小 (Bytes)',
1.6       bisitz   16018: 
                   16019:    'Contents'
1.18      zhu      16020: => '内容',
1.6       bisitz   16021: 
                   16022:    'Problem Type'
1.12      zhu      16023: => '问题类型',
1.6       bisitz   16024: 
                   16025:    'not in this course'
1.93      raeburn  16026: => 'not in this course',
1.6       bisitz   16027: #Start: redesigned menus
                   16028: #lonparmset.pm
1.18      zhu      16029: 
1.6       bisitz   16030:    'Edit environment settings for this course.'
1.93      raeburn  16031: => 'Edit environment settings for this course.',
1.6       bisitz   16032: 
                   16033:    'Portfolio Metadata'
1.27      zhu      16034: => '元数据-组合',
1.6       bisitz   16035: 
                   16036:    'Settings for this Course'
1.27      zhu      16037: => '设置这门课程',
1.6       bisitz   16038: 
                   16039:    'New and Existing Parameter Settings for Resources'
1.27      zhu      16040: => '新的和现有资源的参数设置',
1.6       bisitz   16041: 
                   16042:    'Edit Resource Parameters - Helper Mode'
1.27      zhu      16043: => '编辑源参数 - 辅助模式',
1.6       bisitz   16044: 
                   16045:    'Edit Resource Parameters - Overview Mode'
1.27      zhu      16046: => '编辑资源参数 - 概况模式',
1.6       bisitz   16047: 
                   16048:    'Edit Resource Parameters - Table Mode'
1.27      zhu      16049: => '编辑资源参数 - 表模式',
1.6       bisitz   16050: 
                   16051:    'Existing Parameter Settings for Resources'
1.27      zhu      16052: => '现有资源的参数设置',
1.6       bisitz   16053: 
                   16054:    'Change Log'
1.27      zhu      16055: => '变更记录',
1.6       bisitz   16056: 
                   16057:    'Restrict metadata for this course.'
1.93      raeburn  16058: => 'Restrict metadata for this course.',
1.6       bisitz   16059: 
                   16060:    'Manage slots for this course.'
1.93      raeburn  16061: => 'Manage slots for this course.',
1.6       bisitz   16062: 
                   16063:    'Reset access times for folders/maps, resources or the course.'
1.93      raeburn  16064: => 'Reset access times for folders/maps, resources or the course.',
1.6       bisitz   16065: 
                   16066:    'Set default actions for parameters.'
1.93      raeburn  16067: => 'Set default actions for parameters.',
1.6       bisitz   16068: 
                   16069:    'Set/Modify resource parameters in helper mode.'
1.93      raeburn  16070: => 'Set/Modify resource parameters in helper mode.',
1.6       bisitz   16071: 
                   16072:    'Set/Modify resource parameters in table mode.'
1.93      raeburn  16073: => 'Set/Modify resource parameters in table mode.',
1.6       bisitz   16074: 
                   16075:    'Set/Modify resource parameters in overview mode.'
1.93      raeburn  16076: => 'Set/Modify resource parameters in overview mode.',
1.6       bisitz   16077: 
                   16078:    'Set/Modify existing resource parameters in overview mode.'
1.93      raeburn  16079: => 'Set/Modify existing resource parameters in overview mode.',
1.6       bisitz   16080: 
                   16081:    'View parameter and course blog posting/user notification change log.'
1.93      raeburn  16082: => 'View parameter and course blog posting/user notification change log.',
1.6       bisitz   16083: #lonpreferences.pm
                   16084: 
                   16085:    'Screen Name'
                   16086: => '昵称',
                   16087: 
1.63      zhu      16088:    'Screenname'
                   16089: => '昵称',
                   16090: 
                   16091:    'Nickname'
                   16092: => '昵称',
                   16093: 
1.55      zhu      16094:    'Messages &amp; Notifications'
1.22      zhu      16095: => '邮件&公告',
1.6       bisitz   16096: 
                   16097:    'Discussion Display'
1.9       zhu      16098: => '讨论显示',
1.6       bisitz   16099: 
                   16100:    'Page Display Settings'
                   16101: => '页面显示设置',
                   16102: 
                   16103:    'Color Scheme'
                   16104: => '颜色方案',
                   16105: 
                   16106:    'Menu Display'
                   16107: => '菜单显示',
                   16108: 
                   16109:    'Content Display Settings'
1.9       zhu      16110: => '内容显示设置',
1.6       bisitz   16111: 
                   16112:    'WYSIWYG Editor'
                   16113: => 'WYSIWYG-编辑器',
                   16114: 
                   16115:    'Roles Page'
1.9       zhu      16116: => '角色页面',
1.6       bisitz   16117: 
                   16118:    'Display of Scientific Equations'
1.55      zhu      16119: => '显示科学公式',
1.6       bisitz   16120: 
                   16121:    'Edit information about yourself that should be displayed on your public profile.'
1.93      raeburn  16122: => 'Edit information about yourself that should be displayed on your public profile.',
1.6       bisitz   16123: 
                   16124:    'Change the name that is displayed in your posts.'
1.18      zhu      16125: => '变更在您的讨论中的名称。',
1.6       bisitz   16126: 
                   16127:    'Change LON-CAPA default colors.'
1.93      raeburn  16128: => 'Change LON-CAPA default colors.',
1.6       bisitz   16129: 
                   16130:    'Change messageforwarding or notifications settings.'
1.93      raeburn  16131: => 'Change messageforwarding or notifications settings.',
1.6       bisitz   16132: 
                   16133:    'Choose the default language for this user.'
1.98      bisitz   16134: => 'Choose the default language for this user.',
1.6       bisitz   16135: 
                   16136:    'Enable or disable the WYSIWYG-Editor.'
1.93      raeburn  16137: => 'Enable or disable the WYSIWYG-Editor.',
1.6       bisitz   16138: 
                   16139:    'Configure the roles hotlist.'
1.93      raeburn  16140: => 'Configure the roles hotlist.',
1.6       bisitz   16141: 
                   16142:    'Change how Scientific Equations are displayed.'
1.9       zhu      16143: => '改变如何显示科学方程。',
1.6       bisitz   16144: 
                   16145:    'Register your clicker.'
1.9       zhu      16146: => '登记您的应答设备 (遥控).',
1.6       bisitz   16147: 
                   16148:    'Change your password.'
1.9       zhu      16149: => '更改您的密码。',
1.6       bisitz   16150: 
                   16151:    'Launch the remote control for LON-CAPA.'
1.93      raeburn  16152: => 'Launch the remote control for LON-CAPA.',
1.6       bisitz   16153: 
                   16154:    'Collapse the remote control for LON-CAPA.'
1.93      raeburn  16155: => 'Collapse the remote control for LON-CAPA.',
1.6       bisitz   16156: 
                   16157:    'Restrict domain coordinator access.'
1.93      raeburn  16158: => 'Restrict domain coordinator access.',
1.6       bisitz   16159: 
                   16160:    'Set the default page to be displayed when you select a course role.'
1.98      bisitz   16161: => 'Set the default page to be displayed when you select a course role.',
1.6       bisitz   16162: 
                   16163:    'Toggle Debug Messages.'
1.93      raeburn  16164: => 'Toggle Debug Messages.',
1.6       bisitz   16165: 
                   16166:    'Change whether the menus are displayed with buttons, icons or icons and text.'
1.93      raeburn  16167: => 'Change whether the menus are displayed with buttons, icons or icons and text.',
1.6       bisitz   16168:    'Course Initialization'
1.36      zhu      16169: => '课程初始化',
1.6       bisitz   16170: #loncreateuser.pm
1.69      droeschl 16171:    'Single Users'
1.70      zhu      16172: => '单用户',
1.6       bisitz   16173: 
                   16174:    'Upload a CSV or a text file containing users.'
1.70      zhu      16175: => '课程参加者上传CSV或文本文件。',
1.6       bisitz   16176: 
                   16177:    'Add a user with a certain role to this course.'
1.70      zhu      16178: => '添加一个具有特定的角色的用户到这门课程中。',
1.6       bisitz   16179: 
1.69      droeschl 16180:    'Add/Modify a Student'
1.79      bisitz   16181: => '添加/修改学生',
1.6       bisitz   16182: 
                   16183:    'Add a user with the role student to this course.'
1.70      zhu      16184: => '添加一个用户到课程中,作为学生角色。',
1.6       bisitz   16185: 
                   16186:    'Configuration'
1.28      zhu      16187: => '设置',
1.6       bisitz   16188: 
                   16189:    'Automated enrollment manager.'
1.70      zhu      16190: => '管理自助注册',
1.6       bisitz   16191: 
1.83      bisitz   16192:    'Self-Enrollment'
1.93      raeburn  16193: => 'Self-Enrollment',
1.83      bisitz   16194: 
1.6       bisitz   16195:    'User Self-Enrollment'
1.70      zhu      16196: => '用户自助注册',
1.6       bisitz   16197: 
1.83      bisitz   16198:    'Configure user self-enrollment.'
1.70      zhu      16199: => '配置用户自助注册。',
1.6       bisitz   16200: 
                   16201:    'Manage course groups.'
1.12      zhu      16202: => '管理课程组。',
1.6       bisitz   16203: 
                   16204:    'Change Logs'
1.28      zhu      16205: => '更改记录',
1.6       bisitz   16206: 
                   16207:    'View change log.'
1.28      zhu      16208: => '显示更改记录。',
1.6       bisitz   16209: 
                   16210:    'Administration'
1.28      zhu      16211: => '管理',
1.6       bisitz   16212: 
1.69      droeschl 16213:    'Manage Course Users'
1.70      zhu      16214: => '用户课程管理',
1.6       bisitz   16215: 
                   16216:    'Show and manage users of this course.'
1.70      zhu      16217: => '查看和管理这门课程的用户。',
1.6       bisitz   16218: 
                   16219:    'Remove a student from this course.'
1.70      zhu      16220: => '从这门课程中移除一名学生。',
1.6       bisitz   16221: 
                   16222:    'Custom Roles'
1.28      zhu      16223: => '自定义角色',
1.6       bisitz   16224: 
                   16225:    'Configure a custom role.'
1.70      zhu      16226: => '配置自定义角色。',
                   16227: 
                   16228:    'Multiple Users'
                   16229: => '多用户',
                   16230: 
1.6       bisitz   16231: #lonstatistics.pm
                   16232:    'Statistics and Analyses'
1.70      zhu      16233: => '统计与分析',
1.6       bisitz   16234: 
                   16235:    'Plots'
1.70      zhu      16236: => '图表',
1.6       bisitz   16237: 
                   16238:    'Reports'
1.28      zhu      16239: => '报告',
1.6       bisitz   16240: 
1.18      zhu      16241:    'Personal Homepage'
                   16242: => '个人主页',
                   16243: 
1.56      zhu      16244:    'Link Name:'
                   16245: => '连接的名字:',
                   16246: 
                   16247:    'Address:'
                   16248: => '地址:',
                   16249: 
1.18      zhu      16250:    'Link Name'
1.56      zhu      16251: => '连接的名字',
1.18      zhu      16252: 
                   16253:    'Address'
1.56      zhu      16254: => '地址',
1.18      zhu      16255: 
                   16256:    'Broadcast to Active Members'
1.27      zhu      16257: => '通知活跃的会员',
1.18      zhu      16258: 
1.19      zhu      16259:    'Thank you for your input!'
                   16260: => '非常感谢您的评估!',
                   16261: 
                   16262:    'Saving feedback: [_1]'
                   16263: => '保存到信息反馈: [_1]',
                   16264: 
                   16265:    'Logging first evaluation'
                   16266: => '登录到首次评估',
                   16267: 
                   16268:    '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.'
                   16269: => 'WYSIWYG 编辑器仅支持简单的 HTML,并且在许多情况下不适合复杂的创作。在一些情况下,它可能破坏复杂的创作及 LaTeX 和脚本函数的调用。',
                   16270: 
                   16271:    'Special Admin Options'
                   16272: => '特别管理选项',
                   16273: 
                   16274:    'Discussion postings'
                   16275: => '讨论帖子',
                   16276: 
1.22      zhu      16277:    'Currently using [_1] of the [_2] available.'
                   16278: => '目前使用 [_1] ,在 [_2] 可用中。',
                   16279: 
                   16280:    'Registering clickers: [_1]'
                   16281: => '注册的“遥控”号码为: [_1]',
                   16282: 
                   16283:    'New Broadcast Message'
                   16284: => '新的广播信息',
1.41      bisitz   16285: 
1.22      zhu      16286:    'Send a broadcast message to members of this Course and/or other users.'
                   16287: => '发送广播信息给这门课程的成员和/或其他用户。',
1.41      bisitz   16288: 
1.22      zhu      16289:    'New Messages from File'
                   16290: => '从文件生成新邮件',
                   16291: 
                   16292:    'Send copy to permanent e-mail address (if known)'
1.41      bisitz   16293: => '发送一份副本给外部电子邮件(如果有的话)',
1.19      zhu      16294: 
1.22      zhu      16295:    'Require return receipt?'
                   16296: => '回执确认?',
1.18      zhu      16297: 
1.26      zhu      16298:    'Message Administration'
                   16299: => '邮件管理',
                   16300: 
                   16301:    'Message Log for Selected Users'
                   16302: => '选定用户的邮件日志',
                   16303: 
1.28      zhu      16304:    'New Document'
                   16305: => '新文档',
                   16306: 
                   16307:   'Bcc: course members with current access'
                   16308: => '密送:当前访问的课程参加者',
                   16309: 
1.55      zhu      16310:    'Tools:'
                   16311: => '工具:',
                   16312: 
                   16313:    'Upload PDF Form'
                   16314: => '上传PDF格式文档',
                   16315: 
                   16316:    'Upload a PDF Form with filled Form Fields'
                   16317: => '上传带有填写表格字段的PDF格式文档',
                   16318: 
                   16319:    'Please choose a PDF-File.'
                   16320: => '请选择一个PDF文件。',
                   16321: 
                   16322:    "Can't find any valid PDF formfields."
                   16323: => '找不到任何有效的PDF格式文档 。',
                   16324: 
                   16325:    'Results of PDF Form problems'
                   16326: => 'PDF格式习题答案',
                   16327: 
1.56      zhu      16328:    'Published Documents'
                   16329: => '公开文件',
                   16330: 
1.63      zhu      16331: 
                   16332:    ''
                   16333: => '',
                   16334: 
                   16335: 
1.6       bisitz   16336: #SYNCMARKER
                   16337: );
                   16338: 
                   16339: 1;
                   16340: 

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