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

1.6       bisitz      1: # The LearningOnline Network with CAPA
                      2: # Chinese Simplified Localization Lexicon
                      3: #
1.105   ! raeburn     4: # $Id: zh.pm,v 1.104 2011/07/31 01:18:12 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: 
1.103     bisitz   2380:    'Grant/revoke role of Bubblesheet Operator'
                   2381: => 'Grant/revoke role of Bubblesheet 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: 
1.103     bisitz   2413:    'Bubblesheet Operator'
                   2414: => 'Bubblesheet 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: 
1.103     bisitz   2425:    'Send bubblesheet data to a course'
                   2426: => 'Send bubblesheet 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: 
1.103     bisitz   2449:    'Upload bubblesheet data'
                   2450: => 'Upload bubblesheet data',
1.6       bisitz   2451: 
                   2452:    'You must choose at least one student to continue.'
1.93      raeburn  2453: => 'You must choose at least one student to continue.',
1.6       bisitz   2454: 
                   2455:    'You must choose one or more choices to continue.'
1.93      raeburn  2456: => 'You must choose one or more choices to continue.',
1.6       bisitz   2457: 
                   2458:    'may be open from a different computer.'
1.93      raeburn  2459: => 'may be open from a different computer.',
1.6       bisitz   2460: 
                   2461:    'minutes'
1.93      raeburn  2462: => 'minutes',
1.6       bisitz   2463: 
                   2464:    'remaining'
1.98      bisitz   2465: => 'remaining',
1.6       bisitz   2466: 
                   2467:    'second'
1.93      raeburn  2468: => 'second',
1.6       bisitz   2469: 
                   2470:    'seconds'
1.93      raeburn  2471: => 'seconds',
1.6       bisitz   2472: 
                   2473:    'Additional Recipients'
1.12      zhu      2474: => '其他收件人',
1.6       bisitz   2475: 
1.31      bisitz   2476:    'Analyze Over [_1] [_2]'
1.93      raeburn  2477: => 'Analyze Over [_1] [_2]',
1.6       bisitz   2478: 
                   2479:    'Analyze Problem'
1.93      raeburn  2480: => 'Analyze Problem',
1.6       bisitz   2481: 
                   2482:    'Analyze Problem Again'
1.93      raeburn  2483: => 'Analyze Problem Again',
1.6       bisitz   2484: 
                   2485:    'Analyze as '
1.93      raeburn  2486: => 'Analyze as ',
1.6       bisitz   2487: 
                   2488:    'Browsing resource, all submissions are temporary.'
1.93      raeburn  2489: => 'Browsing resource, all submissions are temporary.',
1.6       bisitz   2490: 
                   2491:    'By'
1.93      raeburn  2492: => 'By',
1.6       bisitz   2493: 
                   2494:    'Check All'
1.12      zhu      2495: => '全选',
1.6       bisitz   2496: 
                   2497:    'Check for All'
1.12      zhu      2498: => '检查所有',
1.6       bisitz   2499: 
                   2500:    'Check for None'
1.70      zhu      2501: => '检查无',
1.6       bisitz   2502: 
                   2503:    'Check for Section/Group'
1.12      zhu      2504: => '检查科/组',
1.6       bisitz   2505: 
                   2506:    'Choose a different resource'
1.12      zhu      2507: => '选择不同的资源',
1.6       bisitz   2508: 
                   2509:    'Concepts'
1.12      zhu      2510: => '草稿',
1.6       bisitz   2511: 
                   2512:    'Critical Messages'
1.12      zhu      2513: => '重要讯息',
1.6       bisitz   2514: 
                   2515:    'Delete'
1.12      zhu      2516: => '删除',
1.6       bisitz   2517: 
                   2518:    'Delete Checked'
1.12      zhu      2519: => '删除选中',
1.6       bisitz   2520: 
                   2521:    'Display All Messages'
1.12      zhu      2522: => '显示所有邮件',
1.6       bisitz   2523: 
                   2524:    'Display all Messages'
1.12      zhu      2525: => '显示所有邮件',
1.6       bisitz   2526: 
                   2527:    'Foils'
1.12      zhu      2528: => '选择',
1.6       bisitz   2529: 
                   2530:    'Forward'
1.12      zhu      2531: => '转发',
1.6       bisitz   2532: 
                   2533:    'Forwarded message from'
1.12      zhu      2534: => '转发邮件从',
1.6       bisitz   2535: 
                   2536:    'Forwarding'
1.12      zhu      2537: => '转发',
1.6       bisitz   2538: 
                   2539:    'From'
1.12      zhu      2540: => '从',
1.6       bisitz   2541: 
                   2542:    'Functions'
1.22      zhu      2543: => '功能',
1.6       bisitz   2544: 
                   2545:    'Mail'
1.12      zhu      2546: => '邮件',
1.6       bisitz   2547: 
                   2548:    'Mark Unread'
1.12      zhu      2549: => '标记为未读',
1.6       bisitz   2550: 
                   2551:    'New Problem Variation'
1.93      raeburn  2552: => 'New Problem Variation',
1.6       bisitz   2553: 
                   2554:    'New Randomization'
1.12      zhu      2555: => '新的变化',
1.6       bisitz   2556: 
                   2557:    'Next'
1.12      zhu      2558: => '下一步',
1.6       bisitz   2559: 
1.31      bisitz   2560:    'Number of Plots [_1]'
1.93      raeburn  2561: => 'Number of Plots [_1]',
1.6       bisitz   2562: 
                   2563:    'Option Response Problem Analysis'
1.93      raeburn  2564: => 'Option Response Problem Analysis',
1.6       bisitz   2565: 
                   2566:    'Previous'
1.12      zhu      2567: => '以前的',
1.6       bisitz   2568: 
                   2569:    'Re'
1.12      zhu      2570: => '回复',
1.6       bisitz   2571: 
                   2572:    'Record'
1.12      zhu      2573: => '记录',
1.6       bisitz   2574: 
                   2575:    'Reply'
1.10      zhu      2576: => '回复',
1.6       bisitz   2577: 
                   2578:    'Reset Submissions'
1.93      raeburn  2579: => 'Reset Submissions',
1.6       bisitz   2580: 
                   2581:    'Select a course'
1.12      zhu      2582: => '选择课程',
1.6       bisitz   2583: 
                   2584:    'Selecting a User'
1.12      zhu      2585: => '选择用户',
1.6       bisitz   2586: 
                   2587:    'Send New'
1.93      raeburn  2588: => 'Send New',
1.6       bisitz   2589: 
                   2590:    'Send Reply'
1.12      zhu      2591: => '发送回复',
1.6       bisitz   2592: 
                   2593:    'Send as critical message'
1.10      zhu      2594: => '发出一个重要信息',
1.6       bisitz   2595: 
                   2596:    'Simple Problem Editor'
1.18      zhu      2597: => '简单的问题编辑器',
1.6       bisitz   2598: 
                   2599:    'Starting'
1.18      zhu      2600: => '开始',
1.6       bisitz   2601: 
                   2602:    'Student Data Compilation Progress'
1.18      zhu      2603: => '学生资料汇编进展',
1.6       bisitz   2604: 
                   2605:    'Student Data Compilation Status'
1.18      zhu      2606: => '学生资料汇编状态',
1.6       bisitz   2607: 
                   2608:    'There is no student data for this problem.'
1.18      zhu      2609: => '对于这个问题,没有任何学生的数据。',
1.6       bisitz   2610: 
                   2611:    'Time'
1.10      zhu      2612: => '时间',
1.6       bisitz   2613: 
1.18      zhu      2614:    'To:'
                   2615: => '收件人:',
1.6       bisitz   2616: 
                   2617:    'Uncheck All'
1.10      zhu      2618: => '全部取消',
1.6       bisitz   2619: 
                   2620:    'Unsuccessful Login'
1.9       zhu      2621: => '登录失败',
1.6       bisitz   2622: 
                   2623:    'Update Student Data'
1.10      zhu      2624: => '更新学生资料',
1.6       bisitz   2625: 
                   2626:    'You have no critical messages.'
1.10      zhu      2627: => '您没有任何重要讯息。',
1.6       bisitz   2628: 
                   2629:    'and return receipt'
1.93      raeburn  2630: => 'and return receipt',
1.6       bisitz   2631: 
                   2632:    'can not be accessed from your location.'
1.93      raeburn  2633: => 'can not be accessed from your location.',
1.6       bisitz   2634: 
                   2635:    '[_1]: Unacceptable username for user [_2] [_3] [_4] [_5]'
1.98      bisitz   2636: => '[_1]: Unacceptable username for user [_2] [_3] [_4] [_5]',
1.6       bisitz   2637: 
                   2638:    'All Documents in Course'
1.93      raeburn  2639: => 'All Documents in Course',
1.6       bisitz   2640: 
                   2641:    'All Resources (possibly large output)'
1.93      raeburn  2642: => 'All Resources (possibly large output)',
1.6       bisitz   2643: 
                   2644:    'Anonymous'
1.18      zhu      2645: => '匿名',
1.6       bisitz   2646: 
                   2647:    'Anonymous contribution to course discussion of resource'
1.18      zhu      2648: => '匿名参加这个资源的讨论',
1.6       bisitz   2649: 
                   2650:    'As a general rule, only authors or co-authors should be filesystem authenticated (which allows access to the server filesystem).'
1.93      raeburn  2651: => 'As a general rule, only authors or co-authors should be filesystem authenticated (which allows access to the server filesystem).',
1.6       bisitz   2652: 
                   2653:    'Associate columns with student attributes.'
1.93      raeburn  2654: => 'Associate columns with student attributes.',
1.6       bisitz   2655: 
                   2656:    'Attribute'
1.93      raeburn  2657: => 'Attribute',
1.6       bisitz   2658: 
                   2659:    'CSV (comma separated values, spreadsheet)'
1.27      zhu      2660: => 'CSV (逗号分隔值, 表格)',
1.6       bisitz   2661: 
                   2662:    'Check Course Document Versions'
1.98      bisitz   2663: => 'Check Course Document Versions',
1.6       bisitz   2664: 
                   2665:    'Check/Set Resource Versions'
1.22      zhu      2666: => '检查/设置源版本',
1.6       bisitz   2667: 
                   2668:    'Chronological View'
1.22      zhu      2669: => '顺序查看',
1.6       bisitz   2670: 
                   2671:    'Column'
1.93      raeburn  2672: => 'Column',
1.6       bisitz   2673: 
                   2674:    'Column [_1]'
1.93      raeburn  2675: => 'Column [_1]',
1.6       bisitz   2676: 
                   2677:    'Continue enrollment?'
1.93      raeburn  2678: => 'Continue enrollment?',
1.6       bisitz   2679: 
                   2680:    'Contribution to course discussion of resource'
1.18      zhu      2681: => '正常参加这个资源的讨论',
1.6       bisitz   2682: 
                   2683:    'Diffs'
1.56      zhu      2684: => '区别',
1.6       bisitz   2685: 
                   2686: #   'Disable ID/Student Number Safeguard and Force Change of Conflicting IDs (only do if you know what you are doing)'
1.98      bisitz   2687: #=> 'Disable ID/Student Number Safeguard and Force Change of Conflicting IDs (only do if you know what you are doing)',
1.6       bisitz   2688: 
                   2689: 
                   2690:    'Disable Student/Employee ID Safeguard and force change of conflicting IDs'
1.70      zhu      2691: => '禁用学生/员工编号,维护和强制改变不一致的IDs',
1.6       bisitz   2692: 
                   2693:    '(only do if you know what you are doing.)'
1.70      zhu      2694: => '(只有这样做,如果你知道自己在做什么。)',
1.6       bisitz   2695: 
                   2696:    'Discussion Contributions'
1.18      zhu      2697: => '参加讨论',
1.6       bisitz   2698: 
                   2699:    'Drop Students'
1.28      zhu      2700: => '从该课程删除学生',
1.6       bisitz   2701: 
                   2702:    'Dropped [_1]'
                   2703: => '[_1] ausgeschlossen',
                   2704: 
                   2705:    'Dropped [_1] student(s).'
                   2706: => '[_1] Student(en) ausgeschlossen.',
                   2707: 
                   2708:    'Dropping Students'
1.93      raeburn  2709: => 'Dropping Students',
1.6       bisitz   2710: 
1.88      bisitz   2711:    'Dump Course Documents'
1.93      raeburn  2712: => 'Dump Course Documents',
1.6       bisitz   2713: 
                   2714:    'EMail Address'
1.93      raeburn  2715: => 'EMail Address',
1.6       bisitz   2716: 
                   2717:    'Enroll a single student'
1.70      zhu      2718: => '注册一个学生',
1.6       bisitz   2719: 
                   2720:    'Enrolling Students'
1.70      zhu      2721: => '注册学生',
1.6       bisitz   2722: 
                   2723:    'Error'
1.93      raeburn  2724: => 'Error',
1.6       bisitz   2725: 
                   2726:    'Error: '
1.93      raeburn  2727: => 'Error: ',
1.6       bisitz   2728: 
                   2729:    'Error: [_1]'
1.93      raeburn  2730: => 'Error: [_1]',
1.6       bisitz   2731: 
                   2732:    'Field'
1.93      raeburn  2733: => 'Field',
1.6       bisitz   2734: 
                   2735:    'Filenames in Construction Space'
1.93      raeburn  2736: => 'Filenames in Construction Space',
1.6       bisitz   2737: 
                   2738:    'First Name'
1.56      zhu      2739: => '名',
1.6       bisitz   2740: 
                   2741:    'Folder in Construction Space'
1.93      raeburn  2742: => 'Folder in Construction Space',
1.6       bisitz   2743: 
                   2744:    'Full Update'
1.56      zhu      2745: => '全面更新',
1.6       bisitz   2746: 
                   2747:    'Full update (also print list of users not enrolled anymore)'
1.101     bisitz   2748: => 'Full update (also print list of users not enrolled anymore)', # => '全面更新 (auch Liste von Benutzern ausgeben, die den Kurs nicht mehr belegt haben)',
1.6       bisitz   2749: 
                   2750:    'Generation'
1.70      zhu      2751: => '生成',
1.6       bisitz   2752: 
                   2753:    'Group/Section'
1.12      zhu      2754: => '组/科',
1.6       bisitz   2755: 
                   2756:    'HTML/XML'
                   2757: => 'HTML/XML',
                   2758: 
                   2759:    'Hide'
1.56      zhu      2760: => '隐藏',
1.6       bisitz   2761: 
                   2762:    'Student/Employee ID'
1.56      zhu      2763: => '学生/员工 ID',
1.6       bisitz   2764: 
                   2765:    'Identify fields'
1.93      raeburn  2766: => 'Identify fields',
1.6       bisitz   2767: 
                   2768:    'If active, the new role will be available when the students next log in to LON-CAPA.'
1.93      raeburn  2769: => 'If active, the new role will be available when the students next log in to LON-CAPA.',
1.6       bisitz   2770: 
                   2771:    'Ignore First Line'
1.27      zhu      2772: => '忽略第一行',
1.6       bisitz   2773: 
                   2774:    'Initial Password'
1.27      zhu      2775: => '初始密码',
1.6       bisitz   2776: 
                   2777:    'Internal Filename'
1.27      zhu      2778: => '内部文件名',
1.6       bisitz   2779: 
                   2780:    'Invalid home server specified'
1.93      raeburn  2781: => 'Invalid home server specified',
1.6       bisitz   2782: 
                   2783:    'Keep all Resources up-to-date with most recent Versions (default)'
1.93      raeburn  2784: => 'Keep all Resources up-to-date with most recent Versions (default)',
1.6       bisitz   2785: 
                   2786:    'LON-CAPA Domain for Students'
1.93      raeburn  2787: => 'LON-CAPA Domain for Students',
1.6       bisitz   2788: 
                   2789:    'LON-CAPA Enrollment Manager'
1.93      raeburn  2790: => 'LON-CAPA Enrollment Manager',
1.6       bisitz   2791: 
                   2792:    'LON-CAPA domain: [_1]'
1.26      zhu      2793: => 'LON-CAPA 域: [_1]',
1.6       bisitz   2794: 
                   2795:    'Last Name'
1.56      zhu      2796: => '姓',
1.6       bisitz   2797: 
                   2798:    'Last Name, First Names'
1.26      zhu      2799: => '姓,名',
1.6       bisitz   2800: 
                   2801:    'Login Type'
1.26      zhu      2802: => '登录类型',
1.6       bisitz   2803: 
                   2804:    'Middle Names/Initials'
1.26      zhu      2805: => '中名/缩写',
1.6       bisitz   2806: 
                   2807:    'Modify Parameters'
1.26      zhu      2808: => '修改参数',
1.6       bisitz   2809: 
                   2810:    'Modify student data'
1.26      zhu      2811: => '修改学生资料',
1.6       bisitz   2812: 
                   2813:    'Most recently published Version'
1.26      zhu      2814: => '最近发布的版本',
1.6       bisitz   2815: 
                   2816:    'No Kerberos domain was specified.'
1.93      raeburn  2817: => 'No Kerberos domain was specified.',
1.6       bisitz   2818: 
                   2819:    'None Found'
1.26      zhu      2820: => '没有找到',
1.6       bisitz   2821: 
                   2822:    'Note: For large courses, this operation may be time consuming.'
1.93      raeburn  2823: => 'Note: For large courses, this operation may be time consuming.',
1.6       bisitz   2824: 
1.73      bisitz   2825:    'This will not take effect if the user already exists.'
1.93      raeburn  2826: => 'This will not take effect if the user already exists.',
1.6       bisitz   2827: 
                   2828:    'Processed [_1] student(s).'
                   2829: => '[_1] Studierende bearbeitet.',
                   2830: 
                   2831:    'Re-enrollment will re-activate data.'
1.93      raeburn  2832: => 'Re-enrollment will re-activate data.',
1.6       bisitz   2833: 
                   2834:    'Registering'
1.93      raeburn  2835: => 'Registering',
1.6       bisitz   2836: 
                   2837:    'Samples'
1.56      zhu      2838: => '例如',
1.6       bisitz   2839: 
                   2840:    'Save as ...'
1.18      zhu      2841: => '另存为...',
1.6       bisitz   2842: 
                   2843:    'Set Version to be used in Course'
1.93      raeburn  2844: => 'Set Version to be used in Course',
1.6       bisitz   2845: 
                   2846:    'Set Versions to be used in Course according to Selections below'
1.93      raeburn  2847: => 'Set Versions to be used in Course according to Selections below',
1.6       bisitz   2848: 
                   2849:    'Set all Resource Versions to current Version (Fix Versions)'
1.93      raeburn  2850: => 'Set all Resource Versions to current Version (Fix Versions)',
1.6       bisitz   2851: 
                   2852:    'Show Preview'
1.93      raeburn  2853: => 'Show Preview',
1.6       bisitz   2854: 
                   2855:    'Space separated'
1.27      zhu      2856: => '以空格分隔',
1.6       bisitz   2857: 
                   2858:    'Starting and Ending Dates'
1.27      zhu      2859: => '起始和结束日期',
1.6       bisitz   2860: 
                   2861:    'Student Number'
1.27      zhu      2862: => '学生证号码',
1.6       bisitz   2863: 
                   2864:    'Tabulator separated'
1.27      zhu      2865: => '以制表符分隔',
1.6       bisitz   2866: 
                   2867:    'The optional email address field was not specified.'
1.93      raeburn  2868: => 'The optional email address field was not specified.',
1.6       bisitz   2869: 
                   2870:    'The optional name field was not specified.'
1.93      raeburn  2871: => 'The optional name field was not specified.',
1.6       bisitz   2872: 
                   2873:    'The optional ID number field was not specified.'
1.93      raeburn  2874: => 'The optional ID number field was not specified.',
1.6       bisitz   2875: 
                   2876:    'The optional section or group field was not specified.'
1.93      raeburn  2877: => 'The optional section or group field was not specified.',
1.6       bisitz   2878: 
                   2879:    'The optional student number field was not specified.'
1.93      raeburn  2880: => 'The optional student number field was not specified.',
1.6       bisitz   2881: 
                   2882:    'The optional section field was not specified.'
1.93      raeburn  2883: => 'The optional section field was not specified.',
1.6       bisitz   2884: 
                   2885:    'The optional role field was not specified.'
1.93      raeburn  2886: => 'The optional role field was not specified.',
1.6       bisitz   2887: 
                   2888:    'The optional domain field was not specified.'
1.93      raeburn  2889: => 'The optional domain field was not specified.',
1.6       bisitz   2890: 
                   2891:    'There are no students currently enrolled.'
1.93      raeburn  2892: => 'There are no students currently enrolled.',
1.6       bisitz   2893: 
                   2894:    'Continue adding users?'
1.93      raeburn  2895: => 'Continue adding users?',
1.6       bisitz   2896: 
                   2897:    'Threaded View'
1.22      zhu      2898: => '线程查看',
1.6       bisitz   2899: 
                   2900:    'Total number of records found in file: [_1]'
1.93      raeburn  2901: => 'Total number of records found in file: [_1]',
1.6       bisitz   2902: 
                   2903:    'Unable to enroll students'
1.93      raeburn  2904: => 'Unable to enroll students',
1.6       bisitz   2905: 
                   2906:    'Updating discussion time'
1.93      raeburn  2907: => 'Updating discussion time',
1.6       bisitz   2908: 
                   2909:    'Uploading Class List'
1.93      raeburn  2910: => 'Uploading Class List',
1.6       bisitz   2911: 
                   2912:    'Verify Content'
                   2913: => '检查内容',
                   2914: 
                   2915:    'Version used in Course'
1.93      raeburn  2916: => 'Version used in Course',
1.6       bisitz   2917: 
                   2918:    'View Class List'
1.93      raeburn  2919: => 'View Class List',
1.6       bisitz   2920: 
                   2921:    'View Class list'
1.93      raeburn  2922: => 'View Class list',
1.6       bisitz   2923: 
                   2924:    'Welcome'
1.22      zhu      2925: => '欢迎',
1.6       bisitz   2926: 
1.102     raeburn  2927:    'Welcome to the Learning[_1]Online[_2] Network with CAPA. Please wait while your session is being set up.'
1.12      zhu      2928: => '欢迎您到在线网络 LON-CAPA 学习。请稍候,您的会话正在建立。',
1.6       bisitz   2929: 
                   2930:    'You must choose an authentication type.'
1.22      zhu      2931: => '你必须选择一个身份验证类型。',
1.6       bisitz   2932: 
                   2933:    'You need to specify the Kerberos domain.'
1.93      raeburn  2934: => 'You need to specify the Kerberos domain.',
1.6       bisitz   2935: 
                   2936:    'You need to specify the initial password.'
1.93      raeburn  2937: => 'You need to specify the initial password.',
1.6       bisitz   2938: 
                   2939:    'You need to specify the username field.'
1.93      raeburn  2940: => 'You need to specify the username field.',
1.6       bisitz   2941: 
                   2942:    'Your Version Settings have been Saved'
1.93      raeburn  2943: => 'Your Version Settings have been Saved',
1.6       bisitz   2944: 
                   2945:    '[_1] Do not change login data'
1.12      zhu      2946: => '[_1] 不要更改登录数据',
1.6       bisitz   2947: 
                   2948:    '[_1] Kerberos authenticated with domain [_2] [_3] Version 4 [_4] Version 5 [_5]'
1.70      zhu      2949: => '[_1] Kerberos身份验证域 [_2] [_3] 版本 4 [_4] 版本 5 [_5]',
1.6       bisitz   2950: 
                   2951:    'Currently Kerberos authenticated with domain [_1] Version [_2].'
1.70      zhu      2952: => '目前的Kerberos身份验证域 [_1] 版本 [_2]。',
1.6       bisitz   2953: 
                   2954:    'Currently Kerberos authenticated, Version [_1].'
1.70      zhu      2955: => '目前Kerberos身份验证,版本 [_1]。',
1.6       bisitz   2956: 
                   2957:    'most recent'
1.12      zhu      2958: => '最新的',
1.6       bisitz   2959: 
                   2960:    'name only visible to course faculty'
1.18      zhu      2961: => '只有课程管理者能看见',
1.6       bisitz   2962: 
                   2963:    'Calculate answers'
1.70      zhu      2964: => '计算的答案',
1.6       bisitz   2965: 
1.65      zhu      2966:   'Show All Foils'
                   2967: => '显示全部选项',
                   2968: 
                   2969:    'Show All Instances'
                   2970: => '显示全部选项',
1.6       bisitz   2971: 
                   2972:    '1 out of N multiple choice (radio button)'
1.18      zhu      2973: => '单选',
1.6       bisitz   2974: 
                   2975:    'Add new option'
1.10      zhu      2976: => '添加新的选择',
1.6       bisitz   2977: 
                   2978:    'Administrator'
1.10      zhu      2979: => '管理员',
1.6       bisitz   2980: 
                   2981:    'Answer:'
1.10      zhu      2982: => '回复:',
1.6       bisitz   2983: 
                   2984:    'Attachment'
1.10      zhu      2985: => '附件',
1.6       bisitz   2986: 
                   2987:    '(128 KB max size)'
1.10      zhu      2988: => '(最大 128 KB)',
1.6       bisitz   2989: 
                   2990:    'Change'
1.10      zhu      2991: => '改变',
1.6       bisitz   2992: 
                   2993:    'Change Random Seed To:'
1.70      zhu      2994: => '随机数的基础上:',
1.6       bisitz   2995: 
                   2996:    'Change Your Language Preferences'
1.70      zhu      2997: => '变更您的语言偏好',
1.6       bisitz   2998: 
                   2999:    'Concept:'
1.70      zhu      3000: => '概念:',
1.6       bisitz   3001: 
                   3002:    'Correct Option:'
1.18      zhu      3003: => '正确的选择:',
1.6       bisitz   3004: 
                   3005:    'Create a New Course'
1.12      zhu      3006: => '创建一个新的课程',
1.6       bisitz   3007: 
                   3008:    'Create a New Course or Group Space'
1.12      zhu      3009: => '创建一个新的课程或组空间',
1.6       bisitz   3010: 
                   3011:    'Current'
1.12      zhu      3012: => '现在的',
1.6       bisitz   3013: 
                   3014:    'Delete an option'
1.12      zhu      3015: => '删除一个选项',
1.6       bisitz   3016: 
                   3017:    'Delete:'
1.12      zhu      3018: => '删除:',
1.6       bisitz   3019: 
                   3020:    'Diffs with Current Version'
1.56      zhu      3021: => '与当前版本的区别',
1.6       bisitz   3022: 
                   3023:    'Diffs with Version'
1.56      zhu      3024: => '不同版本之间的区别',
1.6       bisitz   3025: 
                   3026:    'Diffs with current Version'
1.56      zhu      3027: => '与当前版本的区别',
1.6       bisitz   3028: 
                   3029:    'Display and analysis of submission times on assessments.'
1.93      raeburn  3030: => 'Display and analysis of submission times on assessments.',
1.6       bisitz   3031: 
                   3032:    'Display foils in order given'
1.56      zhu      3033: => '在给定的分类里显示选项',
1.6       bisitz   3034: 
                   3035:    'Display foils in random order'
1.56      zhu      3036: => '在一个随机序列里显示选项',
1.6       bisitz   3037: 
                   3038:    'Domain Guest'
1.12      zhu      3039: => '网上邻居',
1.6       bisitz   3040: 
                   3041:    'Essay, open end'
1.18      zhu      3042: => '尝试,没有时间限制',
1.6       bisitz   3043: 
                   3044:    'False'
1.18      zhu      3045: => '错误的',
1.6       bisitz   3046: 
                   3047:    'Foil'
1.18      zhu      3048: => '选项',
1.6       bisitz   3049: 
                   3050:    'Format:'
1.12      zhu      3051: => '格式:',
1.6       bisitz   3052: 
                   3053:    'Height(pixel):'
1.12      zhu      3054: => '高 (Pixel):',
1.6       bisitz   3055: 
                   3056:    'Hint Text'
1.12      zhu      3057: => '提示文字',
1.6       bisitz   3058: 
                   3059:    'If this resource is in active use, student performance data from the previous version may become inaccessible.'
1.93      raeburn  3060: => 'If this resource is in active use, student performance data from the previous version may become inaccessible.',
1.6       bisitz   3061: 
                   3062:    'Image:'
1.12      zhu      3063: => '图片:',
1.6       bisitz   3064: 
                   3065:    'Incorrect Answers:'
1.12      zhu      3066: => '错误的答案:',
1.6       bisitz   3067: 
                   3068:    'Last accessed'
1.12      zhu      3069: => '上次访问',
1.6       bisitz   3070: 
                   3071:    'Librarian'
1.93      raeburn  3072: => 'Librarian',
1.6       bisitz   3073: 
                   3074:    'Making Backup to [_1]'
1.93      raeburn  3075: => 'Making Backup to [_1]',
1.6       bisitz   3076: 
                   3077:    'Max Number Of Shown Foils:'
1.56      zhu      3078: => '显示选项的最大数量:',
1.6       bisitz   3079: 
                   3080:    'Max number of foils displayed'
1.56      zhu      3081: => '显示选项的最大数量',
1.6       bisitz   3082: 
                   3083:    'Metadata'
1.12      zhu      3084: => '元数据',
1.6       bisitz   3085: 
                   3086:    'metadata'
1.12      zhu      3087: => '元数据',
1.6       bisitz   3088: 
                   3089:    'Metadata Version'
1.12      zhu      3090: => '元数据版本',
1.6       bisitz   3091: 
                   3092:    'Metadata current version'
1.12      zhu      3093: => '元数据的最新版本',
1.6       bisitz   3094: 
                   3095:    'Save Metadata'
1.12      zhu      3096: => '保存元数据',
1.6       bisitz   3097: 
                   3098:    'Name:'
1.12      zhu      3099: => '姓氏:',
1.6       bisitz   3100: 
                   3101:    'New parameters or saved values'
1.18      zhu      3102: => '新的参数或保存价值',
1.6       bisitz   3103: 
                   3104:    'No language preference'
1.56      zhu      3105: => '没有语言偏好',
1.6       bisitz   3106: 
                   3107:    'Not shown, not used'
1.18      zhu      3108: => '没有显示,没有使用',
1.6       bisitz   3109: 
                   3110:    'Obsolete parameters or saved values'
1.18      zhu      3111: => '过时的参数或保存价值',
1.6       bisitz   3112: 
                   3113:    'Option response'
1.12      zhu      3114: => '答案选项',
1.6       bisitz   3115: 
                   3116:    'Please do not reply to this address.'
1.93      raeburn  3117: => 'Please do not reply to this address.',
1.6       bisitz   3118: 
                   3119:    'Position'
                   3120: => 'Position',
                   3121: 
                   3122:    'Preferred language'
1.18      zhu      3123: => '首选语言',
1.6       bisitz   3124: 
                   3125:    'Problems'
1.93      raeburn  3126: => 'Problems',
1.6       bisitz   3127: 
                   3128:    'Produce Excel Output'
1.93      raeburn  3129: => 'Produce Excel Output',
1.6       bisitz   3130: 
                   3131:    'Question Text'
1.18      zhu      3132: => '文字问题',
1.6       bisitz   3133: 
                   3134:    'Random position'
1.18      zhu      3135: => '随机位置',
1.6       bisitz   3136: 
                   3137:    'Retrieve Published Resources'
1.18      zhu      3138: => '恢复发布的资源',
1.6       bisitz   3139: 
                   3140:    'Short string response'
1.18      zhu      3141: => '简短的文字回答',
1.6       bisitz   3142: 
                   3143:    'Show always at bottom position'
1.18      zhu      3144: => '总是在最后显示',
1.6       bisitz   3145: 
                   3146:    'Show always at top position'
1.18      zhu      3147: => '总是在最开始显示',
1.6       bisitz   3148: 
                   3149:    'Size:'
1.18      zhu      3150: => '大小:',
1.6       bisitz   3151: 
                   3152:    'Save Changes'
1.18      zhu      3153: => '保存更改',
1.6       bisitz   3154: 
                   3155:    'Submission Time Analysis'
1.18      zhu      3156: => '提交时间分析',
1.6       bisitz   3157: 
                   3158:    'Submit Changes and Edit'
1.18      zhu      3159: => '保存并继续编辑',
1.6       bisitz   3160: 
                   3161:    'TeXWidth(mm):'
1.18      zhu      3162: => 'TeX-宽 (mm):',
1.6       bisitz   3163: 
                   3164:    'Text'
1.18      zhu      3165: => '文本',
1.6       bisitz   3166: 
                   3167:    'Text Block'
1.18      zhu      3168: => '文本块',
1.6       bisitz   3169: 
                   3170:    'This is an automatic message generated by the LON-CAPA system.'
1.93      raeburn  3171: => 'This is an automatic message generated by the LON-CAPA system.',
1.6       bisitz   3172: 
                   3173:    'True'
1.18      zhu      3174: => '正确的',
1.6       bisitz   3175: 
                   3176:    'unused'
1.18      zhu      3177: => '未用过的',
1.6       bisitz   3178: 
                   3179:    'Type-in value'
1.93      raeburn  3180: => 'Type-in value',
1.6       bisitz   3181: 
                   3182:    'Unit:'
1.18      zhu      3183: => '单位:',
1.6       bisitz   3184: 
                   3185:    'Value'
1.18      zhu      3186: => '值',
1.6       bisitz   3187: 
                   3188:    'Warning!'
1.18      zhu      3189: => '警告!',
1.6       bisitz   3190: 
                   3191:    'Width(pixel):'
1.18      zhu      3192: => '宽 (Pixel):',
1.6       bisitz   3193: 
                   3194:    'anonymous'
1.18      zhu      3195: => '匿名',
1.6       bisitz   3196: 
                   3197:    'bytes'
1.93      raeburn  3198: => 'bytes',
1.6       bisitz   3199: 
                   3200:    'loginproblems.html'
                   3201: => 'loginproblems.html',
                   3202: 
                   3203:    'versions of this problem'
1.18      zhu      3204: => '这个问题的版本',
1.6       bisitz   3205: 
                   3206: 
1.45      bisitz   3207: #=====================
1.6       bisitz   3208: # Begin remote control (mydesk.tab)
                   3209: # 2x8 chars, only lower case
                   3210: # Same order as in mydesk.tab!
                   3211:    'choose[_1]'
1.44      bisitz   3212: => '选择',
1.6       bisitz   3213:    'course[_1]'
1.44      bisitz   3214: => '课程',
1.6       bisitz   3215: 
                   3216:    'switch[_1]'
1.44      bisitz   3217: => '转换',
1.6       bisitz   3218:    'course[_2]'
1.44      bisitz   3219: => '课程',
1.6       bisitz   3220: 
                   3221:    'switch[_2]'
1.44      bisitz   3222: => '转换',
1.6       bisitz   3223:    'role[_1]'
1.44      bisitz   3224: => '角色',
1.6       bisitz   3225: 
                   3226:    'choose[_2]'
1.44      bisitz   3227: => '选择',
1.6       bisitz   3228:    'role[_2]'
1.44      bisitz   3229: => '角色',
1.6       bisitz   3230: 
                   3231:    'course[_3]'
1.44      bisitz   3232: => '课程',
1.6       bisitz   3233:    'docs[_1]'
1.44      bisitz   3234: => '内容',
1.6       bisitz   3235: 
1.84      bisitz   3236:    'course[_7]'
1.44      bisitz   3237: => '编辑',
1.84      bisitz   3238:    'editor[_1]'
1.44      bisitz   3239: => '课程文档',
1.6       bisitz   3240: 
                   3241:    'navigate[_1]'
1.63      zhu      3242: => '课程',
1.6       bisitz   3243:    'contents[_1]'
1.63      zhu      3244: => '目录',
1.6       bisitz   3245: 
1.45      bisitz   3246:    'request-[_1]'
1.93      raeburn  3247: => 'request-[_1]',
1.45      bisitz   3248:    'course[_16]'
1.93      raeburn  3249: => 'course[_16]',
1.45      bisitz   3250: 
1.6       bisitz   3251:    'my[_1]'
1.63      zhu      3252: => '我的',
1.6       bisitz   3253:    'grades[_1]'
1.63      zhu      3254: => '得分',
1.6       bisitz   3255: 
                   3256:    'course[_4]'
1.63      zhu      3257: => '课程',
1.6       bisitz   3258:    'grades[_2]'
1.63      zhu      3259: => '等级',
1.6       bisitz   3260: 
                   3261:    'course[_5]'
1.93      raeburn  3262: => 'course[_5]',
1.6       bisitz   3263:    'chart[_1]'
1.93      raeburn  3264: => 'chart[_1]',
1.6       bisitz   3265: 
                   3266:    'course[_6]'
1.63      zhu      3267: => '课程',
1.6       bisitz   3268:    'stats[_1]'
1.63      zhu      3269: => '统计',
1.6       bisitz   3270: 
                   3271:    'manage[_1]'
1.93      raeburn  3272: => 'manage[_1]',
1.6       bisitz   3273:    'acc keys[_1]'
1.93      raeburn  3274: => 'acc keys[_1]',
1.6       bisitz   3275: 
                   3276:    'course[_12]'
1.63      zhu      3277: => '课程参加者',
1.6       bisitz   3278:    'roster[_1]'
1.63      zhu      3279: => '名单',
1.6       bisitz   3280: 
                   3281:    'user[_1]'
1.63      zhu      3282: => '用户',
                   3283:    'roles[_1]'
                   3284: => '角色',
1.6       bisitz   3285: 
                   3286:    'create[_1]'
1.63      zhu      3287: => '创建',
1.6       bisitz   3288:    'course[_8]'
1.63      zhu      3289: => '课程',
1.6       bisitz   3290: 
                   3291:    'course[_9]'
1.63      zhu      3292: => '课程',
1.6       bisitz   3293:    'parms[_1]'
1.63      zhu      3294: => '参数',
1.6       bisitz   3295: 
                   3296:    'con-[_1]'
1.93      raeburn  3297: => 'con-[_1]',
1.6       bisitz   3298:    'struct[_1]'
1.93      raeburn  3299: => 'struct[_1]',
1.6       bisitz   3300: 
1.45      bisitz   3301:    'co con-[_1]'
1.93      raeburn  3302: => 'co con-[_1]',
1.45      bisitz   3303:    'struct[_2]'
1.93      raeburn  3304: => 'struct[_2]',
1.45      bisitz   3305: 
1.6       bisitz   3306:    'domain[_1]'
1.63      zhu      3307: => '域',
1.6       bisitz   3308:    'config[_1]'
1.63      zhu      3309: => '配置',
1.6       bisitz   3310: 
                   3311:    'resource[_1]'
1.63      zhu      3312: => '发布', # '资源',
1.6       bisitz   3313:    'space[_1]'
1.63      zhu      3314: => '资源',
1.6       bisitz   3315: 
                   3316:    'co res[_1]'
1.93      raeburn  3317: => 'co res[_1]',
1.6       bisitz   3318:    'space[_2]'
1.93      raeburn  3319: => 'space[_2]',
1.6       bisitz   3320: 
                   3321:    'what is[_1]'
1.63      zhu      3322: => '有什么',
1.6       bisitz   3323:    'new[_1]'
1.63      zhu      3324: => '新内容',
1.6       bisitz   3325: 
                   3326:    'enter[_1]'
1.93      raeburn  3327: => 'enter[_1]',
1.6       bisitz   3328:    'grades[_3]'
1.93      raeburn  3329: => 'grades[_3]',
1.6       bisitz   3330: 
                   3331:    'send[_1]'
1.44      bisitz   3332: => '发送',
1.6       bisitz   3333:    'scantron[_1]'
1.93      raeburn  3334: => 'scantron[_1]',
1.6       bisitz   3335: 
                   3336:    'course[_13]'
1.44      bisitz   3337: => '课程',
1.6       bisitz   3338:    'catalog[_1]'
1.44      bisitz   3339: => '目录',
1.6       bisitz   3340: 
                   3341:    'view[_1]'
1.44      bisitz   3342: => '查看',
1.6       bisitz   3343:    'bookmark[_1]'
1.44      bisitz   3344: => '书签',
1.6       bisitz   3345: 
                   3346:    'calendar[_1]'
1.44      bisitz   3347: => '日历',
1.6       bisitz   3348:    'announce[_1]'
1.44      bisitz   3349: => '通告',
1.6       bisitz   3350: 
                   3351:    'commu-[_1]'
1.63      zhu      3352: => '发送和接收',
1.6       bisitz   3353:    'nication[_1]'
1.63      zhu      3354: => '邮件',
1.6       bisitz   3355: 
                   3356:    'course[_10]'
1.44      bisitz   3357: => '课程-',
1.45      bisitz   3358:    'chatroom[_1]'
1.44      bisitz   3359: => '聊天室',
1.6       bisitz   3360: 
                   3361:    'course[_14]'
1.44      bisitz   3362: => '课程-',
1.6       bisitz   3363:    'groups[_1]'
1.44      bisitz   3364: => '组',
1.6       bisitz   3365: 
                   3366:    'port-[_1]'
1.63      zhu      3367: => '文件夹',
1.6       bisitz   3368:    'folio[_1]'
1.63      zhu      3369: => '空间',
1.6       bisitz   3370: 
                   3371:    'edit[_1]'
1.44      bisitz   3372: => '编辑',
1.6       bisitz   3373:    'blogs[_1]'
1.44      bisitz   3374: => '博客',
1.6       bisitz   3375: 
                   3376:    'search[_3]'
1.93      raeburn  3377: => 'search[_3]',
1.6       bisitz   3378:    'prtfolio[_1]'
1.93      raeburn  3379: => 'prtfolio[_1]',
1.6       bisitz   3380: 
                   3381:    'search[_1]'
1.63      zhu      3382: => '在课程中',
1.6       bisitz   3383:    'course[_11]'
1.63      zhu      3384: => '搜索',
1.6       bisitz   3385: 
                   3386:    'search[_2]'
1.63      zhu      3387: => '搜索',
1.6       bisitz   3388:    'library[_1]'
1.63      zhu      3389: => '资源',
1.6       bisitz   3390: 
                   3391:    'prefer-[_1]'
1.63      zhu      3392: => '用户',
1.6       bisitz   3393:    'ences[_1]'
1.63      zhu      3394: => '设置',
1.6       bisitz   3395: 
                   3396:    'exit[_1]'
1.63      zhu      3397: => '注销',
1.6       bisitz   3398:    ' [_1]'
1.44      bisitz   3399: => ' ',
1.6       bisitz   3400: 
                   3401: #=====================
1.45      bisitz   3402: # Remote control entries which occur only in lonmenu.pm
1.6       bisitz   3403: 
1.45      bisitz   3404:    'problem[_1]'
1.93      raeburn  3405: => 'problem[_1]', # '问题',
1.45      bisitz   3406:    'grades[_4]'
1.93      raeburn  3407: => 'grades[_4]',
1.45      bisitz   3408: 
                   3409:    'sub-[_1]'
1.93      raeburn  3410: => 'sub-[_1]',
1.45      bisitz   3411:    'missions[_1]'
1.93      raeburn  3412: => 'missions[_1]',
1.6       bisitz   3413: 
1.45      bisitz   3414:    'problem[_2]'
1.93      raeburn  3415: => 'problem[_2]', # '问题',
1.45      bisitz   3416:    'parms[_2]'
1.93      raeburn  3417: => 'parms[_2]',
1.45      bisitz   3418: 
1.88      bisitz   3419:    'dir[_1]'
1.93      raeburn  3420: => 'dir[_1]',
1.88      bisitz   3421:    'list[_1]'
1.93      raeburn  3422: => 'list[_1]',
1.88      bisitz   3423: 
1.45      bisitz   3424:    'retrieve[_1]'
1.93      raeburn  3425: => 'retrieve[_1]',
1.45      bisitz   3426:    'version[_1]'
1.93      raeburn  3427: => 'version[_1]',
1.6       bisitz   3428: 
1.45      bisitz   3429:    'publish[_1]'
1.93      raeburn  3430: => 'publish[_1]',
1.45      bisitz   3431:    'resource[_3]'
1.93      raeburn  3432: => 'resource[_3]',
1.6       bisitz   3433: 
1.45      bisitz   3434:    'delete[_1]'
1.93      raeburn  3435: => 'delete[_1]',
1.45      bisitz   3436:    'resource[_2]'
1.93      raeburn  3437: => 'resource[_2]',
1.6       bisitz   3438: 
1.45      bisitz   3439:    'prepare[_1]'
1.93      raeburn  3440: => 'prepare[_1]',
1.45      bisitz   3441:    'printout[_1]'
                   3442: => '', # !
1.6       bisitz   3443: 
                   3444:    'backward[_1]'
1.93      raeburn  3445: => 'backward[_1]',
1.6       bisitz   3446: 
1.45      bisitz   3447:    'forward[_1]'
1.93      raeburn  3448: => 'forward[_1]',
1.45      bisitz   3449: 
                   3450:    'set[_1]'
1.93      raeburn  3451: => 'set[_1]',
1.6       bisitz   3452:    'bookmark[_2]'
1.93      raeburn  3453: => 'bookmark[_2]',
1.45      bisitz   3454: 
                   3455:    'anno-[_1]'
1.93      raeburn  3456: => 'anno-[_1]',
1.45      bisitz   3457:    'tations[_1]'
1.93      raeburn  3458: => 'tations[_1]',
1.45      bisitz   3459: 
                   3460:    'catalog[_2]'
1.93      raeburn  3461: => 'catalog[_2]',
1.45      bisitz   3462:    'info[_1]'
1.93      raeburn  3463: => 'info[_1]', # '信息',
1.6       bisitz   3464: 
                   3465:    'evaluate[_1]'
1.93      raeburn  3466: => 'evaluate[_1]',
1.45      bisitz   3467:    'this[_1]'
1.93      raeburn  3468: => 'this[_1]',
1.6       bisitz   3469: 
                   3470:    'feedback[_1]'
1.93      raeburn  3471: => 'feedback[_1]',
1.6       bisitz   3472:    'discuss[_1]'
1.93      raeburn  3473: => 'discuss[_1]',
1.6       bisitz   3474: 
                   3475: # End remote control
1.45      bisitz   3476: #=====================
1.6       bisitz   3477: 
                   3478:    '(Enter maximum [_1] collaborators using username or username@domain, e.g. smithje or smithje@[_2].)'
1.26      zhu      3479: => '(输入最大[_1]同事的用户名或用户名@域名,例如:smithje or smithje@[_2]。)',
1.6       bisitz   3480: 
                   3481:    '(Hand in a file you have prepared on your computer)'
1.100     raeburn  3482: => '(Hand in a file you have prepared on your computer)',
1.6       bisitz   3483: 
                   3484:    ', select a template from the pull-down menu below.'
1.98      bisitz   3485: => ', select a template from the pull-down menu below.',
1.6       bisitz   3486: 
                   3487:    '<*response>s are both inside of <part> and outside of <part>, this is not a valid problem, errors in grading may occur.'
1.98      bisitz   3488: => '<*response>s are both inside of <part> and outside of <part>, this is not a valid problem, errors in grading may occur.',
1.6       bisitz   3489: 
                   3490:    'ABSTRACT'
1.70      zhu      3491: => '摘要',
1.6       bisitz   3492: 
                   3493:    'Access Control'
1.70      zhu      3494: => '访问控制',
1.6       bisitz   3495: 
                   3496:    'Activate'
1.70      zhu      3497: => '激活',
1.6       bisitz   3498: 
                   3499:    'Add Roles'
1.70      zhu      3500: => '添加角色',
1.6       bisitz   3501: 
                   3502:    "Add one empty page/column after each student's assignment"
1.93      raeburn  3503: => "Add one empty page/column after each student's assignment",
1.6       bisitz   3504: 
                   3505:    "Add three empty pages/column after each student's assignment"
1.93      raeburn  3506: => "Add three empty pages/column after each student's assignment",
1.6       bisitz   3507: 
                   3508:    "Add two empty pages/column after each student's assignment"
1.93      raeburn  3509: => "Add two empty pages/column after each student's assignment",
1.6       bisitz   3510: 
                   3511:    'Date Shift'
1.93      raeburn  3512: => 'Date Shift',
1.6       bisitz   3513: 
                   3514:    'Do not clone date parameters'
1.93      raeburn  3515: => 'Do not clone date parameters',
1.6       bisitz   3516: 
                   3517:    'Clone date parameters as-is'
1.93      raeburn  3518: => 'Clone date parameters as-is',
1.6       bisitz   3519: 
                   3520:    'Shift date parameters by number of days'
1.93      raeburn  3521: => 'Shift date parameters by number of days',
1.6       bisitz   3522: 
                   3523:    'Additional settings, if specified below, will override cloned settings'
1.93      raeburn  3524: => 'Additional settings, if specified below, will override cloned settings',
1.6       bisitz   3525: 
                   3526:    'Advanced Edit'
1.93      raeburn  3527: => 'Advanced Edit',
1.6       bisitz   3528: 
                   3529:    'All Resources'
1.93      raeburn  3530: => 'All Resources',
1.6       bisitz   3531: 
                   3532:    'All Students'
1.26      zhu      3533: => '所有学生',
1.6       bisitz   3534: 
                   3535:    'Allowed filetypes: [_1]'
1.93      raeburn  3536: => 'Allowed filetypes: [_1]',
1.6       bisitz   3537: 
                   3538:    'An error occurred during the attempt to change the section for this student.'
1.93      raeburn  3539: => 'An error occurred during the attempt to change the section for this student.',
1.6       bisitz   3540: 
                   3541:    'An error occurred during the attempt to change the role information for this student.'
1.93      raeburn  3542: => 'An error occurred during the attempt to change the role information for this student.',
1.6       bisitz   3543: 
                   3544:    'Analyzing Results'
1.93      raeburn  3545: => 'Analyzing Results',
1.6       bisitz   3546: 
                   3547:    'Answerable'
1.93      raeburn  3548: => 'Answerable',
1.6       bisitz   3549: 
                   3550:    'Assessment Parameters'
1.93      raeburn  3551: => 'Assessment Parameters',
1.6       bisitz   3552: 
                   3553:    'Automated Enrollment Manager'
1.93      raeburn  3554: => 'Automated Enrollment Manager',
1.6       bisitz   3555: 
                   3556:    'Automated adds'
1.93      raeburn  3557: => 'Automated adds',
1.6       bisitz   3558: 
                   3559:    'Automated drops'
1.93      raeburn  3560: => 'Automated drops',
1.6       bisitz   3561: 
                   3562:    'Automated enrollment settings'
1.93      raeburn  3563: => 'Automated enrollment settings',
1.6       bisitz   3564: 
                   3565:    'Bad Filename'
1.93      raeburn  3566: => 'Bad Filename',
1.6       bisitz   3567: 
                   3568:    'Begin Enrollment'
1.93      raeburn  3569: => 'Begin Enrollment',
1.6       bisitz   3570: 
                   3571:    'Binary File'
1.93      raeburn  3572: => 'Binary File',
1.6       bisitz   3573: 
                   3574:    'Blank'
1.93      raeburn  3575: => 'Blank',
1.6       bisitz   3576: 
                   3577:    'Browse'
1.93      raeburn  3578: => 'Browse',
1.6       bisitz   3579: 
                   3580:    'CSV format'
1.93      raeburn  3581: => 'CSV format',
1.6       bisitz   3582: 
                   3583:    'Cannot publish directory'
1.93      raeburn  3584: => 'Cannot publish directory',
1.6       bisitz   3585: 
                   3586:    'Cannot retrieve directory'
1.93      raeburn  3587: => 'Cannot retrieve directory',
1.6       bisitz   3588: 
                   3589:    'Catalog Search'
1.93      raeburn  3590: => 'Catalog Search',
1.6       bisitz   3591: 
                   3592:    'Change User Privileges'
1.93      raeburn  3593: => 'Change User Privileges',
1.6       bisitz   3594: 
                   3595:    'Changed discussion view mode'
1.43      bisitz   3596: => '改变讨论视图模式',
1.6       bisitz   3597: 
                   3598:    'Click here for FAQ'
1.93      raeburn  3599: => 'Click here for FAQ',
1.6       bisitz   3600: 
                   3601:    'Click here for help'
1.93      raeburn  3602: => 'Click here for help',
1.6       bisitz   3603: 
                   3604:    'Click here to report bugs'
1.93      raeburn  3605: => 'Click here to report bugs',
1.6       bisitz   3606: 
                   3607:    'Click-On Texts (comma sep):'
1.93      raeburn  3608: => 'Click-On Texts (comma sep):',
1.6       bisitz   3609: 
                   3610:    'Clone an existing course'
1.93      raeburn  3611: => 'Clone an existing course',
1.6       bisitz   3612: 
                   3613:    'Close This Window'
1.93      raeburn  3614: => 'Close This Window',
1.6       bisitz   3615: 
                   3616:    'Closed'
1.93      raeburn  3617: => 'Closed',
1.6       bisitz   3618: 
                   3619:    'Communication'
                   3620: => '通讯',
                   3621: 
                   3622:    'Compare versions of'
1.93      raeburn  3623: => 'Compare versions of',
1.6       bisitz   3624: 
1.51      bisitz   3625:    'No differences found'
1.93      raeburn  3626: => 'No differences found',
1.51      bisitz   3627: 
1.6       bisitz   3628:    'Completely new course'
1.93      raeburn  3629: => 'Completely new course',
1.6       bisitz   3630: 
                   3631:    'Construction Space Version'
1.93      raeburn  3632: => 'Construction Space Version',
1.6       bisitz   3633: 
                   3634:    'Continue'
1.18      zhu      3635: => '下一步',
1.6       bisitz   3636: 
                   3637:    'Copy current file to'
1.93      raeburn  3638: => 'Copy current file to',
1.6       bisitz   3639: 
                   3640:    'Copy selected'
1.93      raeburn  3641: => 'Copy selected',
1.6       bisitz   3642: 
                   3643:    'Course Code'
1.93      raeburn  3644: => 'Course Code',
1.6       bisitz   3645: 
                   3646:    'Course Content'
                   3647: => '课程内容',
                   3648: 
                   3649:    'Course Data'
1.18      zhu      3650: => '课程数据',
1.6       bisitz   3651: 
                   3652:    'Course Home Server'
1.93      raeburn  3653: => 'Course Home Server',
1.6       bisitz   3654: 
                   3655:    'Course ID/Number'
1.18      zhu      3656: => '课程-ID/编号',
1.6       bisitz   3657: 
                   3658:    'Course Information'
1.18      zhu      3659: => '课程资料',
1.6       bisitz   3660: 
                   3661:    'Resource Level'
1.73      bisitz   3662: => '资源等级',
1.6       bisitz   3663: 
                   3664:    'Map/Folder Level'
1.93      raeburn  3665: => 'Map/Folder Level',
1.6       bisitz   3666: 
                   3667:    'Course Level'
1.73      bisitz   3668: => '课程等级',
1.6       bisitz   3669: 
                   3670:    'Course Search'
1.18      zhu      3671: => '课程搜寻',
1.6       bisitz   3672: 
                   3673:    'Course Title'
1.18      zhu      3674: => '课程名称',
1.6       bisitz   3675: 
                   3676:    'Create New User'
1.18      zhu      3677: => '创建新用户',
1.6       bisitz   3678: 
                   3679:    'Create User'
1.18      zhu      3680: => '创建用户',
1.6       bisitz   3681: 
                   3682:    'Crosslisted courses'
1.93      raeburn  3683: => 'Crosslisted courses',
1.6       bisitz   3684: 
                   3685:    'Current Class List'
1.22      zhu      3686: => '目前的学生名单',
1.6       bisitz   3687: 
                   3688:    'Current Ending Date: [_1]'
1.22      zhu      3689: => '目前结束日期: [_1]',
1.6       bisitz   3690: 
                   3691:    'Current Ending Date: not set'
1.22      zhu      3692: => '目前结束日期: 未设置',
1.6       bisitz   3693: 
                   3694:    'Current Resource'
1.22      zhu      3695: => '现有资源',
1.6       bisitz   3696: 
                   3697:    'Current Starting Date: [_1]'
1.22      zhu      3698: => '目前开始日期: [_1]',
1.6       bisitz   3699: 
                   3700:    'Current Starting Date: not set'
1.22      zhu      3701: => '目前开始日期: 未设置',
1.6       bisitz   3702: 
                   3703:    'Current Version'
1.22      zhu      3704: => '当前版本',
1.6       bisitz   3705: 
1.83      bisitz   3706:    'Currently no active roles, courses or communities'
                   3707: => 'Currently no active roles, courses or communities', # '目前没有任何活动的角色或课程',
1.6       bisitz   3708: 
1.83      bisitz   3709:    'Currently no additional roles, courses or communities'
                   3710: => 'Currently no additional roles, courses or communities', # '目前还没有更多的角色或课程',
1.6       bisitz   3711: 
                   3712:    'The following [quant,_1,role,roles] will become active in the future:'
1.93      raeburn  3713: => 'The following [quant,_1,role,roles] will become active in the future:',
1.6       bisitz   3714: 
                   3715:    'Currently submitted: [_1]'
1.22      zhu      3716: => '目前提交:[_1]',
1.6       bisitz   3717: 
                   3718:    'Custom Role Editor'
1.22      zhu      3719: => '自订角色编辑器',
1.6       bisitz   3720: 
                   3721:    'Cut selected'
1.93      raeburn  3722: => 'Cut selected',
1.6       bisitz   3723: 
                   3724:    'Decompress'
1.22      zhu      3725: => '解压缩',
1.6       bisitz   3726: 
                   3727:    'Default Assessment Spreadsheet'
1.93      raeburn  3728: => 'Default Assessment Spreadsheet',
1.6       bisitz   3729: 
                   3730:    'Default Course Spreadsheet'
1.93      raeburn  3731: => 'Default Course Spreadsheet',
1.6       bisitz   3732: 
                   3733:    'Default Student Spreadsheet'
1.93      raeburn  3734: => 'Default Student Spreadsheet',
1.6       bisitz   3735: 
                   3736:    'Default XML Style File'
1.93      raeburn  3737: => 'Default XML Style File',
1.6       bisitz   3738: 
                   3739:    'Default for new courses is'
1.93      raeburn  3740: => 'Default for new courses is',
1.6       bisitz   3741: 
                   3742:    'Default:'
1.93      raeburn  3743: => 'Default:',
1.6       bisitz   3744: 
                   3745:    'Define Role'
1.93      raeburn  3746: => 'Define Role',
1.6       bisitz   3747: 
                   3748:    'Dependencies'
1.93      raeburn  3749: => 'Dependencies',
1.6       bisitz   3750: 
                   3751:    'Description:'
1.13      zhu      3752: => '描述:',
1.6       bisitz   3753: 
                   3754:    'Disable student resource discussion'
1.93      raeburn  3755: => 'Disable student resource discussion',
1.6       bisitz   3756: 
                   3757:    'Disable student use of chatrooms'
1.93      raeburn  3758: => 'Disable student use of chatrooms',
1.6       bisitz   3759: 
                   3760:    'Display file attributes'
1.93      raeburn  3761: => 'Display file attributes',
1.6       bisitz   3762: 
                   3763:    'Do NOT generate as standard course'
1.93      raeburn  3764: => 'Do NOT generate as standard course',
1.6       bisitz   3765: 
                   3766:    'Domain Level'
1.93      raeburn  3767: => 'Domain Level',
1.6       bisitz   3768: 
                   3769:    "Don't Show Feedback"
1.93      raeburn  3770: => "Don't Show Feedback",
1.6       bisitz   3771: 
                   3772:    'Duration of automated classlist updates'
1.93      raeburn  3773: => 'Duration of automated classlist updates',
1.6       bisitz   3774: 
                   3775:    'Dynamic Metadata (updated periodically)'
1.18      zhu      3776: => '动态数据 (定期更新)',
1.6       bisitz   3777: 
                   3778:    'ERROR'
1.18      zhu      3779: => '错误',
1.6       bisitz   3780: 
                   3781:    'Edit Custom Role Privileges'
1.70      zhu      3782: => '编辑自定义角色权限',
1.6       bisitz   3783: 
                   3784:    'Editor Errors - these errors might not effect the running of the problem, but they will likely cause problems with further use of the Edit mode. Please use the EditXML mode to fix these errors.'
1.70      zhu      3785: => '编辑错误-这些错误可能不会影响正在运行的问题,但他们很可能会导致问题进一步使用编辑模式。请使用XML模式来解决这些错误。',
1.6       bisitz   3786: 
                   3787:    'End Time'
1.22      zhu      3788: => '结束时间',
1.6       bisitz   3789: 
                   3790:    'Ending Date'
1.22      zhu      3791: => '结束日期',
1.6       bisitz   3792: 
                   3793:    'Ending date'
1.22      zhu      3794: => '结束日期',
1.6       bisitz   3795: 
                   3796:    'Enroll One Student'
1.22      zhu      3797: => '登记一名学生',
1.6       bisitz   3798: 
                   3799:    'Enroll as student'
1.22      zhu      3800: => '登记学生',
1.6       bisitz   3801: 
                   3802:    'Enrolling'
1.22      zhu      3803: => '登记',
1.6       bisitz   3804: 
                   3805:    'Enrolling Student'
1.22      zhu      3806: => '登记学生',
1.6       bisitz   3807: 
                   3808:    'Enter as many fields as you can. The system will inform you and bring you back to this page if the data selected is insufficient to enroll students in your class.'
1.93      raeburn  3809: => 'Enter as many fields as you can. The system will inform you and bring you back to this page if the data selected is insufficient to enroll students in your class.',
1.6       bisitz   3810: 
                   3811:    'Enter as many fields as you can.<br /> The system will inform you and bring you back to this page, <br /> if the data selected are insufficient to add users.'
1.93      raeburn  3812: => 'Enter as many fields as you can.<br /> The system will inform you and bring you back to this page, <br /> if the data selected are insufficient to add users.',
1.6       bisitz   3813: 
                   3814:    'Enter terms or phrases separated by AND, OR, or NOT then press SEARCH below'
1.18      zhu      3815: => '在搜索栏里输入关键字或词组用  AND, OR, 或 NOT 间隔,然后点击下面的 搜索 ',
1.6       bisitz   3816: 
                   3817:    'Enter terms or phrases separated by search operators such as AND, OR, or NOT'
1.18      zhu      3818: => '在搜索栏里输入关键字或词组,如 AND,OR,或 NOT 间隔。',
1.6       bisitz   3819: 
                   3820:    'Entering Construction Space'
1.93      raeburn  3821: => 'Entering Construction Space',
1.6       bisitz   3822: 
                   3823:    'Error: Directory Non Empty'
1.93      raeburn  3824: => 'Error: Directory Non Empty',
1.6       bisitz   3825: 
                   3826:    'Error: destination for operation is an existing directory.'
1.93      raeburn  3827: => 'Error: destination for operation is an existing directory.',
1.6       bisitz   3828: 
                   3829:    'Evaluation Error '
1.93      raeburn  3830: => 'Evaluation Error ',
1.6       bisitz   3831: 
                   3832:    'Homework Problem'
1.98      bisitz   3833: => 'Homework Problem',
1.6       bisitz   3834: 
                   3835:    'Exam Problem'
1.93      raeburn  3836: => 'Exam Problem',
1.6       bisitz   3837: 
                   3838:    'Excel format'
1.93      raeburn  3839: => 'Excel format',
1.6       bisitz   3840: 
                   3841:    'Feedback Addresses for Course Content Comments'
1.93      raeburn  3842: => 'Feedback Addresses for Course Content Comments',
1.6       bisitz   3843: 
                   3844:    'Feedback Addresses for Course Policy'
1.93      raeburn  3845: => 'Feedback Addresses for Course Policy',
1.6       bisitz   3846: 
                   3847:    'Feedback Addresses for Resource Content Question'
1.93      raeburn  3848: => 'Feedback Addresses for Resource Content Question',
1.6       bisitz   3849: 
                   3850:    'First'
1.93      raeburn  3851: => 'First',
1.6       bisitz   3852: 
                   3853:    'First Resource'
1.93      raeburn  3854: => 'First Resource',
1.6       bisitz   3855: 
                   3856:    'Foil name [_1] appears more than once. Foil names need to be unique.'
1.93      raeburn  3857: => 'Foil name [_1] appears more than once. Foil names need to be unique.',
1.6       bisitz   3858: 
                   3859:    'Folder/Map'
1.10      zhu      3860: => '文件夹/课程内容',
1.6       bisitz   3861: 
                   3862:    'For one or more students'
1.93      raeburn  3863: => 'For one or more students',
1.6       bisitz   3864: 
                   3865:    'Found a <*response> outside of a <part> in a <part>ed problem'
1.93      raeburn  3866: => 'Found a <*response> outside of a <part> in a <part>ed problem',
1.6       bisitz   3867: 
                   3868:    'Found no analyzable respones in this problem, currently only Numerical, Formula and String response styles are supported.'
1.93      raeburn  3869: => 'Found no analyzable respones in this problem, currently only Numerical, Formula and String response styles are supported.',
1.6       bisitz   3870: 
                   3871:    'Generate messages from a file'
1.22      zhu      3872: => '从一个文件生成邮件',
1.6       bisitz   3873: 
                   3874:    'Arabic - UTF'
1.18      zhu      3875: => 'ﺎﻠﻋﺮﺒﻳﺓ - UTF',
1.6       bisitz   3876: 
                   3877:    'German - UTF'
1.18      zhu      3878: => 'Deutsch - UTF',
1.6       bisitz   3879: 
                   3880:    'English - UTF'
1.18      zhu      3881: => 'English - UTF',
1.6       bisitz   3882: 
                   3883:    'Spanish (Castellan) - UTF'
1.18      zhu      3884: => 'español (castellano) - UTF',
1.6       bisitz   3885: 
                   3886:    'Persian - UTF'
1.18      zhu      3887: => 'ﺍیﺭﺎﻧی - UTF',
1.6       bisitz   3888: 
                   3889:    'French - UTF'
1.18      zhu      3890: => 'français - UTF',
1.6       bisitz   3891: 
                   3892:    'Hebrew - UTF'
1.18      zhu      3893: => 'עברית - UTF',
1.6       bisitz   3894: 
                   3895:    'Japanese - UTF'
1.18      zhu      3896: => '日本語 - UTF',
1.6       bisitz   3897: 
                   3898:    'Portuguese - UTF'
1.18      zhu      3899: => 'Português - UTF',
1.6       bisitz   3900: 
                   3901:    'Russian - UTF'
1.29      bisitz   3902: => 'Русский - UTF',
1.6       bisitz   3903: 
                   3904:    'Turkish - UTF'
1.18      zhu      3905: => 'türkçe - UTF',
                   3906: 
                   3907:    'Chinese Simplified - UTF'
                   3908: => '简体中文 - UTF',
1.9       zhu      3909: 
                   3910:    'Swedish Chef - UTF'
1.93      raeburn  3911: => 'Swedish Chef - UTF',
1.8       bisitz   3912: 
1.9       zhu      3913:    'Undetermined - ISO'
1.18      zhu      3914: => 'Undetermined - ISO',
1.6       bisitz   3915: 
1.9       zhu      3916:    'Interlingua (International Auxiliary Language Association) - ISO'
1.18      zhu      3917: => 'Interlingua (International Auxiliary Language Association) - ISO',
1.6       bisitz   3918: 
                   3919:    'Go'
                   3920: => 'Go',
                   3921: 
                   3922:    'go'
1.93      raeburn  3923: => 'go',
1.6       bisitz   3924: 
                   3925:    'Go to ...'
1.12      zhu      3926: => '转到...',
1.6       bisitz   3927: 
                   3928:    'Help on Creating Courses'
1.93      raeburn  3929: => 'Help on Creating Courses',
1.6       bisitz   3930: 
                   3931:    'Home Server'
1.93      raeburn  3932: => 'Home Server',
1.6       bisitz   3933: 
                   3934:    'Homework problem'
1.98      bisitz   3935: => 'Homework problem',
1.6       bisitz   3936: 
                   3937:    'How do I create a CSV file from a spreadsheet'
1.27      zhu      3938: => '我如何从Excel表创建一个CSV文件',
1.6       bisitz   3939: 
                   3940:    'How do I create a class list from a spreadsheet'
1.93      raeburn  3941: => 'How do I create a class list from a spreadsheet',
1.6       bisitz   3942: 
                   3943:    'How should the results be printed?'
1.93      raeburn  3944: => 'How should the results be printed?',
1.6       bisitz   3945: 
                   3946:    'Immediately expire own role as Course Coordinator'
1.93      raeburn  3947: => 'Immediately expire own role as Course Coordinator',
1.6       bisitz   3948: 
                   3949:    'Import and Paste Area'
1.93      raeburn  3950: => 'Import and Paste Area',
1.6       bisitz   3951: 
                   3952:    'Include retrieval of student photographs?'
1.93      raeburn  3953: => 'Include retrieval of student photographs?',
1.6       bisitz   3954: 
                   3955:    'Institutional Information'
1.93      raeburn  3956: => 'Institutional Information',
1.6       bisitz   3957: 
                   3958:    'Invalid Significant figures detected'
1.93      raeburn  3959: => 'Invalid Significant figures detected',
1.6       bisitz   3960: 
                   3961:    'Invalid characters in requested name have been removed.'
1.93      raeburn  3962: => 'Invalid characters in requested name have been removed.',
1.6       bisitz   3963: 
                   3964:    'Invalid login mode or password.'
1.93      raeburn  3965: => 'Invalid login mode or password.',
1.6       bisitz   3966: 
                   3967:    'Invalid username or domain'
1.26      zhu      3968: => '无效的用户名或域',
1.6       bisitz   3969: 
                   3970:    'KEYWORDS'
1.93      raeburn  3971: => 'KEYWORDS',
1.6       bisitz   3972: 
                   3973:    'LaTeX batchmode'
1.93      raeburn  3974: => 'LaTeX batchmode',
1.6       bisitz   3975: 
                   3976:    'LaTeX mode'
1.93      raeburn  3977: => 'LaTeX mode',
1.6       bisitz   3978: 
                   3979:    'Languages used'
1.26      zhu      3980: => '所用语言',
1.6       bisitz   3981: 
                   3982:    'Last'
1.93      raeburn  3983: => 'Last',
1.6       bisitz   3984: 
                   3985:    'Leave blank on scoring form'
1.93      raeburn  3986: => 'Leave blank on scoring form',
1.6       bisitz   3987: 
                   3988:    'List Directory'
1.10      zhu      3989: => '目录列表',
1.6       bisitz   3990: 
                   3991:    'Location'
1.10      zhu      3992: => '地点',
1.6       bisitz   3993: 
                   3994:    'Login Data'
1.10      zhu      3995: => '登录数据',
1.6       bisitz   3996: 
                   3997:    'Logout'
                   3998: => '退出',
                   3999: 
                   4000:    'Make new directory'
1.10      zhu      4001: => '创建新目录',
1.6       bisitz   4002: 
                   4003:    'Make new file'
1.10      zhu      4004: => '创建新文件',
1.6       bisitz   4005: 
                   4006:    'Manual Grading'
1.10      zhu      4007: => '手动评分',
1.6       bisitz   4008: 
                   4009:    'Map has branchings. Use advanced editor.'
1.93      raeburn  4010: => 'Map has branchings. Use advanced editor.',
1.6       bisitz   4011: 
                   4012:    'Map has conditions. Use advanced editor.'
1.93      raeburn  4013: => 'Map has conditions. Use advanced editor.',
1.6       bisitz   4014: 
                   4015:    'Map has resource parameters. Use advanced editor.'
1.93      raeburn  4016: => 'Map has resource parameters. Use advanced editor.',
1.6       bisitz   4017: 
                   4018:    'Map has unconnected resources. Use advanced editor.'
1.93      raeburn  4019: => 'Map has unconnected resources. Use advanced editor.',
1.6       bisitz   4020: 
                   4021:    'Messaging'
1.26      zhu      4022: => '发送邮件',
1.6       bisitz   4023: 
                   4024:    'first'
1.26      zhu      4025: => '名', # !
1.6       bisitz   4026: 
                   4027:    'last'
1.26      zhu      4028: => '姓', # !
1.6       bisitz   4029: 
                   4030:    'middle'
1.26      zhu      4031: => '中名', # !
1.6       bisitz   4032: 
                   4033:    'Middle Name'
1.26      zhu      4034: => '中名',
1.6       bisitz   4035: 
                   4036:    'Missing Kerberos domain information.'
1.70      zhu      4037: => '丢失的Kerberos域信息。',
1.6       bisitz   4038: 
                   4039:    'Modification may make assessment data inaccessible!'
1.70      zhu      4040: => '修改可能使评估数据无法访问!',
1.6       bisitz   4041: 
                   4042:    'Modify Enrollment for'
1.70      zhu      4043: => '修改注册为',
1.6       bisitz   4044: 
                   4045:    'Modify User'
1.70      zhu      4046: => '修改用户',
1.6       bisitz   4047: 
                   4048:    'Modify another students data'
1.70      zhu      4049: => '修改另一个学生的数据',
1.6       bisitz   4050: 
                   4051:    'Modify deadlines, etc, for this resource'
1.70      zhu      4052: => '修改此资源的截止日期等',
1.6       bisitz   4053: 
                   4054:    'Modifying data for user'
1.70      zhu      4055: => '修改用户的数据',
1.6       bisitz   4056: 
                   4057:    'Modifying this will make problems have different numbers and answers!'
1.70      zhu      4058: => '修改这将使问题有不同的号码和答案!',
1.6       bisitz   4059: 
                   4060:    'Move current file to'
1.70      zhu      4061: => '目前文件移动到',
1.6       bisitz   4062: 
                   4063:    'Must create new subdirectory inside a directory'
1.70      zhu      4064: => '必须在目录里面创造新的子目录',
1.6       bisitz   4065: 
                   4066:    'Name of Role'
1.70      zhu      4067: => '角色名字',
1.6       bisitz   4068: 
                   4069:    'New Directory'
1.70      zhu      4070: => '新目录',
1.6       bisitz   4071: 
                   4072:    'New HTML file'
1.70      zhu      4073: => '新的HTML文件',
1.6       bisitz   4074: 
                   4075:    'New Resource'
1.70      zhu      4076: => '新资源',
1.6       bisitz   4077: 
                   4078:    'New Role'
1.70      zhu      4079: => '新角色',
1.6       bisitz   4080: 
                   4081:    'New User'
1.70      zhu      4082: => '新用户',
1.6       bisitz   4083: 
                   4084:    'New Value'
1.70      zhu      4085: => '新的价值',
1.6       bisitz   4086: 
                   4087:    'New assembled page'
                   4088: => '新组合页面',
                   4089: 
                   4090:    'New assembled sequence'
1.70      zhu      4091: => '新的组合序列',
1.6       bisitz   4092: 
                   4093:    'New custom rights file'
1.70      zhu      4094: => '新文件的访问控制',
1.6       bisitz   4095: 
                   4096:    'New file'
1.70      zhu      4097: => '新文件',
1.6       bisitz   4098: 
                   4099:    'New problem'
1.70      zhu      4100: => '新问题',
1.6       bisitz   4101: 
                   4102:    'New style file'
1.70      zhu      4103: => '新的风格文件',
1.6       bisitz   4104: 
                   4105:    'New subdirectory'
1.12      zhu      4106: => '新的子目录',
1.6       bisitz   4107: 
                   4108:    'Next    '
1.18      zhu      4109: => '下一步    ',
1.6       bisitz   4110: 
                   4111:    'No'
1.10      zhu      4112: => '否',
1.6       bisitz   4113: 
                   4114:    'No Access or Usages Statistics are available for this resource.'
1.18      zhu      4115: => '没有访问或使用的统计数据可用于该资源。',
1.6       bisitz   4116: 
                   4117:    'No Assessment Statistical Data is available for this resource'
1.18      zhu      4118: => '没有任何评估统计数据可用于该资源。',
1.6       bisitz   4119: 
                   4120:    'No Evaluation Data is available for this resource.'
1.18      zhu      4121: => '没有任何评价数据可用于该资源。',
1.6       bisitz   4122: 
                   4123:    'No new filename specified.'
1.18      zhu      4124: => '没有指定新的文件名。',
1.6       bisitz   4125: 
                   4126:    'No such file'
1.18      zhu      4127: => '文件未找到',
1.6       bisitz   4128: 
                   4129:    'Not Allowed'
1.18      zhu      4130: => '不允许',
1.6       bisitz   4131: 
                   4132:    'Not applicable -'
1.93      raeburn  4133: => 'Not applicable -',
1.6       bisitz   4134: 
                   4135:    'Not open to be viewed'
1.93      raeburn  4136: => 'Not open to be viewed',
1.6       bisitz   4137: 
                   4138:    'Not set -'
1.93      raeburn  4139: => 'Not set -',
1.6       bisitz   4140: 
                   4141:    'Notification of enrollment changes'
1.93      raeburn  4142: => 'Notification of enrollment changes',
1.6       bisitz   4143: 
                   4144:    'Notification to course coordinator via LON-CAPA message when enrollment changes occur during the automated update?'
1.93      raeburn  4145: => 'Notification to course coordinator via LON-CAPA message when enrollment changes occur during the automated update?',
1.6       bisitz   4146: 
                   4147:    'Number of columns'
1.93      raeburn  4148: => 'Number of columns',
1.6       bisitz   4149: 
                   4150:    'Old Value'
1.93      raeburn  4151: => 'Old Value',
1.6       bisitz   4152: 
                   4153:    'One particular problem (overrides folder and course defaults)'
1.93      raeburn  4154: => 'One particular problem (overrides folder and course defaults)',
1.6       bisitz   4155: 
                   4156:    'Online Help'
1.70      zhu      4157: => '联机帮助',
1.6       bisitz   4158: 
1.23      bisitz   4159:    'Help: [_1]'
1.70      zhu      4160: => '帮助: [_1]',
1.23      bisitz   4161: 
1.6       bisitz   4162:    'Only domain coordinators can change a users password.'
1.70      zhu      4163: => '只有域协调员可以更改用户的密码。',
1.6       bisitz   4164: 
                   4165:    'Open Course'
1.70      zhu      4166: => '创建课程',
1.6       bisitz   4167: 
                   4168:    'Open all assessments'
1.70      zhu      4169: => '所有评估访问',
1.6       bisitz   4170: 
                   4171:    'Open and correct'
1.70      zhu      4172: => '公开和正确',
1.6       bisitz   4173: 
                   4174:    'Open with full tries'
1.70      zhu      4175: => '向所有人开放的尝试',
1.6       bisitz   4176: 
                   4177:    'Output Format: [_1]'
1.70      zhu      4178: => '输出格式: [_1]',
1.6       bisitz   4179: 
                   4180:    'Layout Options'
1.70      zhu      4181: => '布局选项',
1.6       bisitz   4182: 
                   4183:    'Page layout'
1.70      zhu      4184: => '页面布局',
1.6       bisitz   4185: 
                   4186:    'Paper type'
1.70      zhu      4187: => '纸张类型',
1.6       bisitz   4188: 
                   4189:    'PDF-Formfields'
1.70      zhu      4190: => 'PDF格式字段',
1.6       bisitz   4191: 
                   4192:    'with Formfields'
1.70      zhu      4193: => '带有格式字段',
1.6       bisitz   4194: 
                   4195:    'without Formfields'
1.70      zhu      4196: => '不带有格式字段',
1.6       bisitz   4197: 
1.77      bisitz   4198:    'Problems from the Whole Course'
1.93      raeburn  4199: => 'Problems from the Whole Course',
1.77      bisitz   4200: 
                   4201:    'Resources from the Whole Course'
1.93      raeburn  4202: => 'Resources from the Whole Course',
1.77      bisitz   4203: 
1.6       bisitz   4204:    'Parameter'
1.70      zhu      4205: => '参数',
1.6       bisitz   4206: 
                   4207:    'Paste after selected'
1.93      raeburn  4208: => 'Paste after selected',
1.6       bisitz   4209: 
                   4210:    'Personal Data'
                   4211: => '个人资料',
                   4212: 
                   4213:    'Please choose the default authentication method to be used by new users added to this LON-CAPA domain by the automated enrollment process'
1.93      raeburn  4214: => 'Please choose the default authentication method to be used by new users added to this LON-CAPA domain by the automated enrollment process',
1.6       bisitz   4215: 
                   4216:    'No such user [_1] at domain [_2].' # 1: user, 2: domain
1.93      raeburn  4217: => 'No such user [_1] at domain [_2].',
1.6       bisitz   4218: 
                   4219:    'Please click Back on your browser and select another user, or [_1]Create User[_2]'
1.93      raeburn  4220: => 'Please click Back on your browser and select another user, or [_1]Create User[_2]',
1.6       bisitz   4221: 
                   4222:    'Invalid home server for course: [_1]'
1.93      raeburn  4223: => 'Invalid home server for course: [_1]',
1.6       bisitz   4224: 
                   4225:    'Please contact your LON-CAPA administrator regarding this situation.'
1.93      raeburn  4226: => 'Please contact your LON-CAPA administrator regarding this situation.',
1.6       bisitz   4227: 
                   4228:    'Please select an authentication mechanism'
1.93      raeburn  4229: => 'Please select an authentication mechanism',
1.6       bisitz   4230: 
                   4231:    'Please select the Authentication mechanism'
1.93      raeburn  4232: => 'Please select the Authentication mechanism',
1.6       bisitz   4233: 
                   4234:    'Please stand by.'
1.93      raeburn  4235: => 'Please stand by.',
1.6       bisitz   4236: 
                   4237:    "Please use browser 'Back' button and pick a filename"
1.93      raeburn  4238: => "Please use browser 'Back' button and pick a filename",
1.6       bisitz   4239: 
                   4240:    'Preparing Printout'
1.93      raeburn  4241: => 'Preparing Printout',
1.6       bisitz   4242: 
                   4243:    'Print'
1.93      raeburn  4244: => 'Print',
1.6       bisitz   4245: 
                   4246:    'Print Index'
1.93      raeburn  4247: => 'Print Index',
1.6       bisitz   4248: 
                   4249:    'Print Discussions'
1.93      raeburn  4250: => 'Print Discussions',
1.6       bisitz   4251: 
                   4252:    'Print Annotations'
1.93      raeburn  4253: => 'Print Annotations',
1.6       bisitz   4254: 
                   4255:    'Print Table of Contents'
1.93      raeburn  4256: => 'Print Table of Contents',
1.6       bisitz   4257: 
                   4258:    'Print:'
1.93      raeburn  4259: => 'Print:',
1.6       bisitz   4260: 
                   4261:    'Problems from entire course'
1.93      raeburn  4262: => 'Problems from entire course',
1.6       bisitz   4263: 
                   4264:    'Processed file: [_1]'
1.93      raeburn  4265: => 'Processed file: [_1]',
1.6       bisitz   4266: 
                   4267:    'Publish this Resource'
1.93      raeburn  4268: => 'Publish this Resource',
1.6       bisitz   4269: 
                   4270:    'Randomization algorithm used'
1.93      raeburn  4271: => 'Randomization algorithm used',
1.6       bisitz   4272: 
                   4273:    'Recent'
1.12      zhu      4274: => '最新的',
1.6       bisitz   4275: 
                   4276:    'Rename current file to'
1.12      zhu      4277: => '当前文件重命名为',
1.6       bisitz   4278: 
                   4279:    'Report a Bug'
1.12      zhu      4280: => '报告错误',
1.6       bisitz   4281: 
                   4282:    'Resource'
1.12      zhu      4283: => '资源',
1.6       bisitz   4284: 
                   4285:    'Resource Differences'
1.12      zhu      4286: => '资源的差异',
1.6       bisitz   4287: 
                   4288:    'Resources from selected sequence in course'
1.93      raeburn  4289: => 'Resources from selected sequence in course',
1.6       bisitz   4290: 
                   4291:    'Response'
1.12      zhu      4292: => '回答',
1.6       bisitz   4293: 
                   4294:    'Retrieve Old Version'
1.93      raeburn  4295: => 'Retrieve Old Version',
1.6       bisitz   4296: 
                   4297:    'Retrieving current (most recent) version'
1.93      raeburn  4298: => 'Retrieving current (most recent) version',
1.6       bisitz   4299: 
                   4300:    'Retrieving old version'
1.93      raeburn  4301: => 'Retrieving old version',
1.6       bisitz   4302: 
                   4303:    'Return to DOCS'
1.18      zhu      4304: => '回到课程内容',
1.6       bisitz   4305: 
                   4306:    'Reverse Association'
1.93      raeburn  4307: => 'Reverse Association',
1.6       bisitz   4308: 
                   4309:    'Revoke'
1.70      zhu      4310: => '撤销',
1.6       bisitz   4311: 
                   4312:    'Revoke Existing Roles'
1.70      zhu      4313: => '撤销现有的角色',
1.6       bisitz   4314: 
                   4315:    'Role'
1.18      zhu      4316: => '角色',
1.6       bisitz   4317: 
                   4318:    'Role:'
1.18      zhu      4319: => '角色:',
1.6       bisitz   4320: 
                   4321:    'Role Information'
1.70      zhu      4322: => '角色信息',
1.6       bisitz   4323: 
                   4324:    'Sample Points:'
1.93      raeburn  4325: => 'Sample Points:',
1.6       bisitz   4326: 
                   4327:    'Save entries below as a draft answer (not submitting them for credit yet)'
1.93      raeburn  4328: => 'Save entries below as a draft answer (not submitting them for credit yet)',
1.6       bisitz   4329: 
                   4330:    'Select Action'
1.9       zhu      4331: => '选择行动',
1.6       bisitz   4332: 
                   4333:    'Select All Resources'
1.63      zhu      4334: => '选择所有资源',
1.6       bisitz   4335: 
                   4336:    'Select Printing Options:'
1.63      zhu      4337: => '选择打印选项:',
1.6       bisitz   4338: 
                   4339:    'Select Problem(s) to print'
1.63      zhu      4340: => '选择要打印任务',
1.6       bisitz   4341: 
                   4342:    'Select Resource(s) to print'
1.63      zhu      4343: => '选择要打印的资源',
1.6       bisitz   4344: 
                   4345:    'Select Resources To Print'
1.63      zhu      4346: => '选择要打印的资源',
1.6       bisitz   4347: 
                   4348:    'Select Section'
1.70      zhu      4349: => '选择章节',
1.6       bisitz   4350: 
                   4351:    'Select Sequence To Print From'
1.63      zhu      4352: => '选择打印顺序',
1.6       bisitz   4353: 
                   4354:    'Select Students and Resources'
1.63      zhu      4355: => '选择学生和资源',
1.6       bisitz   4356: 
                   4357:    'Select Style File'
1.63      zhu      4358: => '选择文件风格',
1.6       bisitz   4359: 
                   4360:    "Select a user name to modify the student's information"
1.63      zhu      4361: => "选择一个用户名来修改学生的信息",
1.6       bisitz   4362: 
                   4363:    'Select a user name to view the users personal page.'
1.63      zhu      4364: => '选择一个用户名,以查看用户的个人页面。',
1.6       bisitz   4365: 
                   4366:    'Select resources for the assignment'
1.93      raeburn  4367: => 'Select resources for the assignment',
1.6       bisitz   4368: 
                   4369:    'Set'
1.22      zhu      4370: => '设置',
1.6       bisitz   4371: 
                   4372:    'Set?'
1.22      zhu      4373: => '设置?',
1.6       bisitz   4374: 
                   4375:    'Set Course Environment'
1.22      zhu      4376: => '设置课程环境',
1.6       bisitz   4377: 
                   4378:    'Set End Date'
1.22      zhu      4379: => '设置结束日期',
1.6       bisitz   4380: 
                   4381:    'Set Individual User Roles'
1.22      zhu      4382: => '设定用户角色和权限',
1.6       bisitz   4383: 
                   4384:    'Set Start Date'
1.22      zhu      4385: => '设置开始日期',
1.6       bisitz   4386: 
                   4387:    'Set content feedback to Course Coordinator'
1.93      raeburn  4388: => 'Set content feedback to Course Coordinator',
1.6       bisitz   4389: 
                   4390:    'Set course policy feedback to Course Coordinator'
1.93      raeburn  4391: => 'Set course policy feedback to Course Coordinator',
1.6       bisitz   4392: 
                   4393:    'Set opening date for all problems in the course for. . .'
1.93      raeburn  4394: => 'Set opening date for all problems in the course for. . .',
1.6       bisitz   4395: 
                   4396:    'Set to ...'
1.93      raeburn  4397: => 'Set to ...',
1.6       bisitz   4398: 
                   4399:    'Show Answer'
1.93      raeburn  4400: => 'Show Answer',
1.6       bisitz   4401: 
                   4402:    'Show Feedback'
1.93      raeburn  4403: => 'Show Feedback',
1.6       bisitz   4404: 
                   4405:    'Simple Edit'
1.93      raeburn  4406: => 'Simple Edit',
1.6       bisitz   4407: 
                   4408:    'Start Time'
1.93      raeburn  4409: => 'Start Time',
1.6       bisitz   4410: 
                   4411:    "Start each student's assignment on a new page/column (add a pagefeed after each assignment)"
1.93      raeburn  4412: => "Start each student's assignment on a new page/column (add a pagefeed after each assignment)",
1.6       bisitz   4413: 
                   4414:    'Starting Date'
1.22      zhu      4415: => '开始日期',
1.6       bisitz   4416: 
                   4417:    'Starting date'
1.22      zhu      4418: => '开始日期',
1.6       bisitz   4419: 
                   4420:    'Student ID'
1.22      zhu      4421: => '学生证',
1.6       bisitz   4422: 
                   4423:    'Student Information'
1.22      zhu      4424: => '学生信息',
1.6       bisitz   4425: 
                   4426:    'Student Sheet Links'
1.22      zhu      4427: => '学生表链接',
1.6       bisitz   4428: 
                   4429:    'Student Status'
1.22      zhu      4430: => '学生状态',
1.6       bisitz   4431: 
                   4432:    'Student Status: [_1]'
1.22      zhu      4433: => '学生状态: [_1]',
1.6       bisitz   4434: 
                   4435:    'Student information updated successfully.'
1.22      zhu      4436: => '学生信息已成功更新。',
1.6       bisitz   4437: 
                   4438:    'Students need access key to enter course'
1.93      raeburn  4439: => 'Students need access key to enter course',
1.6       bisitz   4440: 
                   4441:    'Students with expired roles'
1.93      raeburn  4442: => 'Students with expired roles',
1.6       bisitz   4443: 
                   4444:    'Subject:'
1.22      zhu      4445: => '标题:',
1.6       bisitz   4446: 
                   4447:    'Submissions'
1.93      raeburn  4448: => 'Submissions',
1.6       bisitz   4449: 
                   4450:    'Submit Modifications'
1.63      zhu      4451: => '提交更改',
1.6       bisitz   4452: 
                   4453:    'Submit entries below as answer to receive credit'
1.93      raeburn  4454: => 'Submit entries below as answer to receive credit',
1.6       bisitz   4455: 
                   4456:    'Survey Question'
1.93      raeburn  4457: => 'Survey Question',
1.6       bisitz   4458: 
                   4459:    'Survey question'
1.93      raeburn  4460: => 'Survey question',
1.6       bisitz   4461: 
                   4462:    'System Level'
1.93      raeburn  4463: => 'System Level',
1.6       bisitz   4464: 
                   4465:    'Target Edit Map'
1.93      raeburn  4466: => 'Target Edit Map', #??? [SB 18.10.2006]
1.6       bisitz   4467: 
                   4468:    'TeX unconverted due to errors'
1.93      raeburn  4469: => 'TeX unconverted due to errors',
1.6       bisitz   4470: 
                   4471:    'TeX unconverted due to previous errors'
1.93      raeburn  4472: => 'TeX unconverted due to previous errors',
1.6       bisitz   4473: 
                   4474:    'The error reported was'
1.93      raeburn  4475: => 'The error reported was',
1.6       bisitz   4476: 
                   4477:    'The following entries will be used to identify the course according to the naming scheme adopted by your institution. Your choices will be used to map an internal LON-CAPA course ID to the corresponding course section ID(s) used by the office responsible for providing official class lists for courses at your institution. This mapping is required if you choose to employ automatic population of class lists.'
1.93      raeburn  4478: => 'The following entries will be used to identify the course according to the naming scheme adopted by your institution. Your choices will be used to map an internal LON-CAPA course ID to the corresponding course section ID(s) used by the office responsible for providing official class lists for courses at your institution. This mapping is required if you choose to employ automatic population of class lists.',
1.6       bisitz   4479: 
                   4480:    "The following settings control automatic enrollment of students in this class based on information available for this specific course from your institution's official classlists."
1.93      raeburn  4481: => "The following settings control automatic enrollment of students in this class based on information available for this specific course from your institution's official classlists.",
1.6       bisitz   4482: 
                   4483:    'The requested file'
1.93      raeburn  4484: => 'The requested file',
1.6       bisitz   4485: 
                   4486:    'The student must log out and log in again to see these changes.'
1.93      raeburn  4487: => 'The student must log out and log in again to see these changes.',
1.6       bisitz   4488: 
                   4489:    'There are currently no Error Messages for this resource.'
1.93      raeburn  4490: => 'There are currently no Error Messages for this resource.',
1.6       bisitz   4491: 
                   4492:    'There are no Evaluation Comments on this resource.'
1.93      raeburn  4493: => 'There are no Evaluation Comments on this resource.',
1.6       bisitz   4494: 
                   4495:    'There was an error determining the environment values for'
1.93      raeburn  4496: => 'There was an error determining the environment values for',
1.6       bisitz   4497: 
                   4498:    'Top Level Map'
1.93      raeburn  4499: => 'Top Level Map',
1.6       bisitz   4500: 
                   4501:    'Type Name Here'
1.93      raeburn  4502: => 'Type Name Here',
1.6       bisitz   4503: 
                   4504:    'Type in value'
1.93      raeburn  4505: => 'Type in value',
1.6       bisitz   4506: 
                   4507:    'Type:'
1.93      raeburn  4508: => 'Type:',
1.6       bisitz   4509: 
                   4510:    'UNDISPLAYABLE'
1.93      raeburn  4511: => 'UNDISPLAYABLE',
1.6       bisitz   4512: 
                   4513:    'Unable to enroll'
1.93      raeburn  4514: => 'Unable to enroll',
1.6       bisitz   4515: 
                   4516:    'Unable to publish file, it contains duplicated ID(s), ID(s) need to be unique. The duplicated ID(s) are'
1.93      raeburn  4517: => 'Unable to publish file, it contains duplicated ID(s), ID(s) need to be unique. The duplicated ID(s) are',
1.6       bisitz   4518: 
                   4519:    'Unable to retrieve environment data for'
1.93      raeburn  4520: => 'Unable to retrieve environment data for',
1.6       bisitz   4521: 
                   4522:    'Unable to set default dates for course'
1.93      raeburn  4523: => 'Unable to set default dates for course',
1.6       bisitz   4524: 
                   4525:    'Unavailable course'
1.93      raeburn  4526: => 'Unavailable course',
1.6       bisitz   4527: 
                   4528:    'Unknown Action'
1.93      raeburn  4529: => 'Unknown Action',
1.6       bisitz   4530: 
                   4531:    'Upload file'
1.93      raeburn  4532: => 'Upload file',
1.6       bisitz   4533: 
                   4534:    'Upload file to Construction Space'
1.93      raeburn  4535: => 'Upload file to Construction Space',
1.6       bisitz   4536: 
                   4537:    'VIEW'
1.93      raeburn  4538: => 'VIEW',
1.6       bisitz   4539: 
                   4540:    'View the FAQ'
1.93      raeburn  4541: => 'View the FAQ',
1.6       bisitz   4542: 
                   4543:    'Visibly Separate Items on Pages'
1.93      raeburn  4544: => 'Visibly Separate Items on Pages',
1.6       bisitz   4545: 
                   4546:    'WARNING: The metadata table does not exist in the LON-CAPA database.'
1.93      raeburn  4547: => 'WARNING: The metadata table does not exist in the LON-CAPA database.',
1.6       bisitz   4548: 
                   4549:    'Warning: change of MIME type!'
1.93      raeburn  4550: => 'Warning: change of MIME type!',
1.6       bisitz   4551: 
                   4552:    'Warning: target file exists!'
1.93      raeburn  4553: => 'Warning: target file exists!',
1.6       bisitz   4554: 
                   4555:    'Warning: target file exists, and has been published!'
1.93      raeburn  4556: => 'Warning: target file exists, and has been published!',
1.6       bisitz   4557: 
                   4558:    'Width'
1.93      raeburn  4559: => 'Width',
1.6       bisitz   4560: 
                   4561:    'Print Options'
1.63      zhu      4562: => '打印选项',
1.6       bisitz   4563: 
                   4564:    'Print Answers'
1.63      zhu      4565: => '打印回答',
1.6       bisitz   4566: 
                   4567:    'Only Answers'
1.63      zhu      4568: => '只有回答',
1.6       bisitz   4569: 
                   4570:    'With Answers'
1.63      zhu      4571: => '带答案',
1.6       bisitz   4572: 
                   4573:    'Without Answers'
1.63      zhu      4574: => '没有答案',
1.6       bisitz   4575: 
                   4576:    'You are working with an unsaved version of your map.'
1.93      raeburn  4577: => 'You are working with an unsaved version of your map.',
1.6       bisitz   4578: 
                   4579:    'You changed the students id but did not disable the ID change safeguard. The students id will not be changed.'
1.93      raeburn  4580: => 'You changed the students id but did not disable the ID change safeguard. The students id will not be changed.',
1.6       bisitz   4581: 
                   4582:    'Your request to change the role information for this student was refused. You do not appear to have sufficient authority to change student information.'
1.93      raeburn  4583: => 'Your request to change the role information for this student was refused. You do not appear to have sufficient authority to change student information.',
1.6       bisitz   4584: 
                   4585:    '[_1] (what you just saw on the screen)'
1.63      zhu      4586: => '[_1] (what you just saw on the screen)',
1.6       bisitz   4587: 
                   4588:    '[_1] Local Authentication with argument [_2]'
1.70      zhu      4589: => '[_1] 局部认证带 [_2]',
1.6       bisitz   4590: 
                   4591:    'Currently using local (institutional) authentication.'
1.101     bisitz   4592: => 'Currently using local (institutional) authentication.', # => '目前使用的地方(机构)的认证。Derzeit lokal (institutionell) authentifiziert.',
1.6       bisitz   4593: 
                   4594:    'a comma separated list of course sections crosslisted with the current course, with each entry including the institutional course section name followed by a colon and then the (optional) sectionID to be used in LON-CAPA, e.g., fs03ent231001:ent1,fs03bot231001:bot1,fs03zol231002:zol2'
1.93      raeburn  4595: => 'a comma separated list of course sections crosslisted with the current course, with each entry including the institutional course section name followed by a colon and then the (optional) sectionID to be used in LON-CAPA, e.g., fs03ent231001:ent1,fs03bot231001:bot1,fs03zol231002:zol2',
1.6       bisitz   4596: 
                   4597:    'a comma separated list of institutional section numbers, each separated by a colon from the (optional) corresponding section ID to be used in LON-CAPA e.g., 001:1,002:2'
1.93      raeburn  4598: => 'a comma separated list of institutional section numbers, each separated by a colon from the (optional) corresponding section ID to be used in LON-CAPA e.g., 001:1,002:2',
1.6       bisitz   4599: 
                   4600:    'after selected'
1.70      zhu      4601: => '选定后',
1.6       bisitz   4602: 
                   4603:    'and'
1.93      raeburn  4604: => 'and',
1.6       bisitz   4605: 
                   4606:    'between'
1.93      raeburn  4607: => 'between',
1.6       bisitz   4608: 
                   4609:    'button'
1.93      raeburn  4610: => 'button',
1.6       bisitz   4611: 
                   4612:    'by'
1.93      raeburn  4613: => 'by',
1.6       bisitz   4614: 
                   4615:    'check all'
1.27      zhu      4616: => '全选',
1.6       bisitz   4617: 
                   4618:    'chmod error'
1.27      zhu      4619: => '属性错误',
1.6       bisitz   4620: 
                   4621:    'click on the'
1.93      raeburn  4622: => 'click on the',
1.6       bisitz   4623: 
                   4624:    'copy Error'
1.27      zhu      4625: => '复制错误',
1.6       bisitz   4626: 
                   4627:    'currently does not exist'
1.93      raeburn  4628: => 'currently does not exist',
1.6       bisitz   4629: 
                   4630:    'custom'
1.101     bisitz   4631: => "自定义",
1.6       bisitz   4632: 
                   4633:    'custom distribution file'
1.27      zhu      4634: => '自定义文件', # ???
1.6       bisitz   4635: 
                   4636:    'domain'
1.26      zhu      4637: => '域',
1.6       bisitz   4638: 
                   4639:    'expired or revoked'
1.93      raeburn  4640: => 'expired or revoked',
1.6       bisitz   4641: 
                   4642:    'extension'
1.93      raeburn  4643: => 'extension',
1.6       bisitz   4644: 
                   4645:    'external'
1.93      raeburn  4646: => 'external',
1.6       bisitz   4647: 
                   4648:    'file<br />extension'
1.93      raeburn  4649: => 'file<br />extension',
1.6       bisitz   4650: 
                   4651:    'first name'
1.70      zhu      4652: => '名',
1.6       bisitz   4653: 
                   4654:    'generation'
1.70      zhu      4655: => '生成',
1.6       bisitz   4656: 
                   4657:    'in domain'
1.70      zhu      4658: => '在域',
1.6       bisitz   4659: 
                   4660:    'internal'
1.18      zhu      4661: => '内部的',
1.6       bisitz   4662: 
                   4663:    'is in this state by royal decree.'
1.93      raeburn  4664: => 'is in this state by royal decree.',
1.6       bisitz   4665: 
                   4666:    'last name'
1.70      zhu      4667: => '姓',
1.6       bisitz   4668: 
                   4669:    'make these dates the default for future enrollment'
1.93      raeburn  4670: => 'make these dates the default for future enrollment',
1.6       bisitz   4671: 
                   4672:    'middle name'
1.27      zhu      4673: => '中名',
1.6       bisitz   4674: 
                   4675:    'name'
1.27      zhu      4676: => '姓',
1.6       bisitz   4677: 
                   4678:    'no ending date'
1.22      zhu      4679: => '无结束日期',
1.6       bisitz   4680: 
                   4681:    'number'
1.93      raeburn  4682: => 'number',
1.6       bisitz   4683: 
                   4684:    'obsolete replacement'
1.93      raeburn  4685: => 'obsolete replacement',
1.6       bisitz   4686: 
                   4687:    'only check if you know what you are doing'
1.93      raeburn  4688: => 'only check if you know what you are doing',
1.6       bisitz   4689: 
1.82      bisitz   4690:    'only search domain [_1]'
                   4691: => '只在该域 [_1] 搜索',
1.6       bisitz   4692: 
                   4693:    'optional'
1.18      zhu      4694: => '可选的',
1.6       bisitz   4695: 
                   4696:    'or any other value'
1.18      zhu      4697: => '或任何其他的值',
1.6       bisitz   4698: 
                   4699:    'private'
1.13      zhu      4700: => '私人的',
1.6       bisitz   4701: 
                   4702:    'public'
1.13      zhu      4703: => '公开的',
1.6       bisitz   4704: 
                   4705:    'publisher<br />owner'
1.93      raeburn  4706: => 'publisher<br />owner',
1.6       bisitz   4707: 
                   4708:    'section'
1.93      raeburn  4709: => 'section',
1.6       bisitz   4710: 
                   4711:    'standard'
1.27      zhu      4712: => '标准的',
1.6       bisitz   4713: 
                   4714:    'standard LaTeX mode'
1.27      zhu      4715: => '标准的 LaTeX 模式',
1.6       bisitz   4716: 
                   4717:    'standard courses only'
1.27      zhu      4718: => '只标准课程',
1.6       bisitz   4719: 
                   4720:    'student name'
1.26      zhu      4721: => '学生姓名',
1.6       bisitz   4722: 
                   4723:    'template'
1.26      zhu      4724: => '模板',
1.6       bisitz   4725: 
                   4726:    'to interface with institutional data, e.g., fs03glg231 for Fall 2003 Geology 231'
1.93      raeburn  4727: => 'to interface with institutional data, e.g., fs03glg231 for Fall 2003 Geology 231',
1.6       bisitz   4728: 
                   4729:    'unable to enroll'
1.27      zhu      4730: => '无法注册',
1.6       bisitz   4731: 
                   4732:    'uncheck all'
1.27      zhu      4733: => '全部取消',
1.6       bisitz   4734: 
                   4735:    'use related words'
1.18      zhu      4736: => '使用相关的关键词',
1.6       bisitz   4737: 
                   4738:    'username'
1.18      zhu      4739: => '用户名',
1.6       bisitz   4740: 
                   4741:    'versus'
1.93      raeburn  4742: => 'versus',
1.6       bisitz   4743: 
                   4744:    'with server'
1.93      raeburn  4745: => 'with server',
1.6       bisitz   4746: 
                   4747:    'yes'
1.18      zhu      4748: => '是',
1.6       bisitz   4749: 
                   4750:    'Swedish Chef'
1.93      raeburn  4751: => 'Swedish Chef',
1.6       bisitz   4752: 
                   4753:    '[_1] for default hiding'
1.98      bisitz   4754: => '[_1] for default hiding',
1.6       bisitz   4755: 
                   4756:    '[_1] for visible separation.'
1.98      bisitz   4757: => '[_1] for visible separation.',
1.6       bisitz   4758: 
                   4759:    'Changes will not show until next login.'
1.98      bisitz   4760: => 'Changes will not show until next login.',
1.6       bisitz   4761: 
                   4762:    '[_1] if allowed, anything else if not'
1.101     bisitz   4763: => '[_1] if allowed, anything else if not',
1.6       bisitz   4764: 
                   4765:    '"[_1]" to disable, anything else if not'
1.101     bisitz   4766: => '"[_1]" to disable, anything else if not',
1.6       bisitz   4767: 
                   4768:    '[_1] to suppress, anything else to not suppress'
1.98      bisitz   4769: => '[_1] to suppress, anything else to not suppress',
1.6       bisitz   4770: 
                   4771:    'Set value to [_1] to allow all roles.'
1.98      bisitz   4772: => 'Set value to [_1] to allow all roles.',
1.6       bisitz   4773: 
1.66      bisitz   4774:    '[_1] is not an acceptable number of tries. Tries must be a positive number with no decimal point.'
1.98      bisitz   4775: => '[_1] is not an acceptable number of tries. Tries must be a positive number with no decimal point.',
1.6       bisitz   4776: 
1.66      bisitz   4777:    '[_1] is not an acceptable weight. Weight must be a positive number.'
1.98      bisitz   4778: => '[_1] is not an acceptable weight. Weight must be a positive number.',
1.6       bisitz   4779: 
                   4780:    '1 minute'
1.93      raeburn  4781: => '1 minute',
1.6       bisitz   4782: 
                   4783:    '<b>HTML allowed</b>: Discussion participants can use limited HTML in their postings.'
1.98      bisitz   4784: => '<b>HTML allowed</b>: Discussion participants can use limited HTML in their postings.',
1.6       bisitz   4785: 
                   4786:    '<b>HTML banned</b>: HTML will not be allowed in discussion postings.'
1.101     bisitz   4787: => '<b>HTML banned</b>: HTML will not be allowed in discussion postings.',
1.6       bisitz   4788: 
                   4789:    '<b>Instructor</b> - instructors will not be able to participate in discussions'
1.98      bisitz   4790: => '<b>Instructor</b> - instructors will not be able to participate in discussions',
1.6       bisitz   4791: 
                   4792:    '<b>Instructor</b> - instructors will not be able to use or view the chat room'
1.98      bisitz   4793: => '<b>Instructor</b> - instructors will not be able to use or view the chat room',
1.6       bisitz   4794: 
                   4795:    '<b>Students</b> - students will not be able to participate in discussions'
1.98      bisitz   4796: => '<b>Students</b> - students will not be able to participate in discussions',
1.6       bisitz   4797: 
                   4798:    '<b>Students</b> - students will not be able to use or view the chat room.'
1.98      bisitz   4799: => '<b>Students</b> - students will not be able to use or view the chat room.',
1.6       bisitz   4800: 
                   4801:    '<b>Teaching Assistants</b> - teaching assistants will not be able to participate in discussions'
1.98      bisitz   4802: => '<b>Teaching Assistants</b> - teaching assistants will not be able to participate in discussions',
1.6       bisitz   4803: 
                   4804:    '<b>Teaching Assistants</b> - teaching assistants will not be able use or view the chat room'
1.98      bisitz   4805: => '<b>Teaching Assistants</b> - teaching assistants will not be able use or view the chat room',
1.6       bisitz   4806: 
1.66      bisitz   4807:    'Your current LON-CAPA domain is [_1].'
1.93      raeburn  4808: => 'Your current LON-CAPA domain is [_1].',
1.6       bisitz   4809: 
                   4810:    'Advanced: You can send the feedback from different sections to different people, by doing the following: Separate each entry with a comma. To send feedback to a certain address for different sections, append the section name or names (separated by semi-colons) in a parenthesized list after the user:domain. For example, john102:msu(001;002;003),bob293:msu(004;005;006),madeupname:here(007;008;009) will route course feedback to &quot;john102&quot; for sections 1, 2, and 3, to &quot;bob293&quot; for 4, 5, and 6, and to &quot;madeupname:here&quot; for 7, 8, and 9. Note there is no requirement that the addresses be in any particular domain.'
1.93      raeburn  4811: => 'Advanced: You can send the feedback from different sections to different people, by doing the following: Separate each entry with a comma. To send feedback to a certain address for different sections, append the section name or names (separated by semi-colons) in a parenthesized list after the user:domain. For example, john102:msu(001;002;003),bob293:msu(004;005;006),madeupname:here(007;008;009) will route course feedback to &quot;john102&quot; for sections 1, 2, and 3, to &quot;bob293&quot; for 4, 5, and 6, and to &quot;madeupname:here&quot; for 7, 8, and 9. Note there is no requirement that the addresses be in any particular domain.',
1.6       bisitz   4812: 
1.66      bisitz   4813:    'Granting permission to clone course'
1.93      raeburn  4814: => 'Granting permission to clone course',
1.66      bisitz   4815: 
                   4816:    'Existing courses can be cloned when creating new courses. Cloning will copy the course structure, contents, and most parameters (automatically advancing any date parameters by six months). Usernames of owners of other courses permitted to clone this course:'
1.93      raeburn  4817: => 'Existing courses can be cloned when creating new courses. Cloning will copy the course structure, contents, and most parameters (automatically advancing any date parameters by six months). Usernames of owners of other courses permitted to clone this course:',
1.66      bisitz   4818: 
                   4819:    '(Course Coordinators automatically have the right to clone their own courses.) Format: user:domain, where &quot;user&quot; and &quot;domain&quot; are the LON-CAPA username and domain of the user.Separate different users with a comma.Use *:domain to allow course to be cloned by any course owner in the specified domain.Use * to allow unrestricted cloning by all course owners in all domains.'
1.98      bisitz   4820: => '(Course Coordinators automatically have the right to clone their own courses.) Format: user:domain, where &quot;user&quot; and &quot;domain&quot; are the LON-CAPA username and domain of the user.Separate different users with a comma.Use *:domain to allow course to be cloned by any course owner in the specified domain.Use * to allow unrestricted cloning by all course owners in all domains.',
1.66      bisitz   4821: 
                   4822:    'All settings which you can change with this Helper can also be changed by going to the PARM screen and clicking on the &quot;Set course environment&quot; button. If you do not have experience coordinating LON-CAPA courses or if you prefer the Helper interface, please click &quot;Next&quot;.'
1.93      raeburn  4823: => 'All settings which you can change with this Helper can also be changed by going to the PARM screen and clicking on the &quot;Set course environment&quot; button. If you do not have experience coordinating LON-CAPA courses or if you prefer the Helper interface, please click &quot;Next&quot;.',
1.6       bisitz   4824: 
                   4825:    'Allow limited HTML in discussion posts'
1.93      raeburn  4826: => 'Allow limited HTML in discussion posts',
1.6       bisitz   4827: 
                   4828:    'Allow problems to be split over pages'
1.93      raeburn  4829: => 'Allow problems to be split over pages',
1.6       bisitz   4830: 
                   4831:    'Answer Date (answerdate)'
1.93      raeburn  4832: => 'Answer Date (answerdate)',
1.6       bisitz   4833: 
1.66      bisitz   4834:    'Chat Room Participation'
1.93      raeburn  4835: => 'Chat Room Participation',
1.66      bisitz   4836: 
1.6       bisitz   4837:    'Chat Participation'
1.93      raeburn  4838: => 'Chat Participation',
1.6       bisitz   4839: 
                   4840:    'Click here to return to the chart.'
1.93      raeburn  4841: => 'Click here to return to the chart.',
1.6       bisitz   4842: 
                   4843:    'Completed'
1.93      raeburn  4844: => 'Completed',
1.6       bisitz   4845: 
1.65      zhu      4846:    'Confirm that this information is correct, then click &quot;Save&quot; to complete setting the parameter.'
1.93      raeburn  4847: => 'Confirm that this information is correct, then click &quot;Save&quot; to complete setting the parameter.',
1.6       bisitz   4848: 
                   4849:    'Course ID or number'
1.93      raeburn  4850: => 'Course ID or number',
1.6       bisitz   4851: 
                   4852:    'Course Initialization Helper'
1.93      raeburn  4853: => 'Course Initialization Helper',
1.6       bisitz   4854: 
                   4855:    'Course default for all problems'
1.93      raeburn  4856: => 'Course default for all problems',
1.6       bisitz   4857: 
1.66      bisitz   4858:    'Course members can provide feedback about the course. You can choose who will receive the feedback, such as a different instructor or a TA. Please enter their LON-CAPA address below, in the form user:domain, where &quot;user&quot; and &quot;domain&quot; are both the LON-CAPA username and LON-CAPA domain, not an e-mail address.'
1.93      raeburn  4859: => 'Course members can provide feedback about the course. You can choose who will receive the feedback, such as a different instructor or a TA. Please enter their LON-CAPA address below, in the form user:domain, where &quot;user&quot; and &quot;domain&quot; are both the LON-CAPA username and LON-CAPA domain, not an e-mail address.',
1.6       bisitz   4860: 
                   4861:    'Courses'
                   4862: => '课程',
                   4863: 
                   4864:    'Default beginning date when enrolling students'
1.93      raeburn  4865: => 'Default beginning date when enrolling students',
1.6       bisitz   4866: 
                   4867:    'Default ending date when enrolling students'
1.93      raeburn  4868: => 'Default ending date when enrolling students',
1.6       bisitz   4869: 
                   4870: 
                   4871:    'Default set of options to pass to tth/m when converting tex'
1.93      raeburn  4872: => 'Default set of options to pass to tth/m when converting tex',
1.6       bisitz   4873: 
                   4874:    'Disable display of problem receipts'
1.93      raeburn  4875: => 'Disable display of problem receipts',
1.6       bisitz   4876: 
                   4877:    'Disallow Resource Discussion for Roles'
1.93      raeburn  4878: => 'Disallow Resource Discussion for Roles',
1.6       bisitz   4879: 
                   4880:    'Disallow Resource Discussion for Users'
1.93      raeburn  4881: => 'Disallow Resource Discussion for Users',
1.6       bisitz   4882: 
                   4883:    'Disallow live chatroom use for Roles'
1.93      raeburn  4884: => 'Disallow live chatroom use for Roles',
1.6       bisitz   4885: 
                   4886:    'Disallow live chatroom use for Users'
1.93      raeburn  4887: => 'Disallow live chatroom use for Users',
1.6       bisitz   4888: 
                   4889:    'Discussion Participation'
1.93      raeburn  4890: => 'Discussion Participation',
1.6       bisitz   4891: 
                   4892:    'Due Date (contentclose)'
1.93      raeburn  4893: => 'Due Date (contentclose)',
1.6       bisitz   4894: 
                   4895:    'Due Date (duedate)'
1.93      raeburn  4896: => 'Due Date (duedate)',
1.6       bisitz   4897: 
                   4898:    'Every problem in a particular folder (overrides course default)'
1.93      raeburn  4899: => 'Every problem in a particular folder (overrides course default)',
1.6       bisitz   4900: 
                   4901:    'Exit'
                   4902: => '退出',
                   4903: 
                   4904:    'Feedback Addresses for Course Content'
1.18      zhu      4905: => '课程内容的信息反馈地址',
1.6       bisitz   4906: 
1.63      zhu      4907:    'Finish Helper'
                   4908: => '结束帮助程序',
                   4909: 
1.6       bisitz   4910:    'HTML can be allowed or banned inside of course discussion.'
1.93      raeburn  4911: => 'HTML can be allowed or banned inside of course discussion.',
1.6       bisitz   4912: 
                   4913:    'HTML in Discussions'
1.93      raeburn  4914: => 'HTML in Discussions',
1.6       bisitz   4915: 
                   4916:    'Hide Empty Rows in Spreadsheets'
1.93      raeburn  4917: => 'Hide Empty Rows in Spreadsheets',
1.6       bisitz   4918: 
                   4919:    'How many tries should be set for all problems in the course?'
1.93      raeburn  4920: => 'How many tries should be set for all problems in the course?',
1.6       bisitz   4921: 
                   4922:    'How many tries should be set for the selected folder?'
1.93      raeburn  4923: => 'How many tries should be set for the selected folder?',
1.6       bisitz   4924: 
                   4925:    'How many tries should be set for the selected problem?'
1.93      raeburn  4926: => 'How many tries should be set for the selected problem?',
1.6       bisitz   4927: 
1.66      bisitz   4928:    'LON-CAPA has chat room functionality. This course will receive its own chat room. You may deny students, TAs, or instructors the right to access the chat room.'
1.93      raeburn  4929: => 'LON-CAPA has chat room functionality. This course will receive its own chat room. You may deny students, TAs, or instructors the right to access the chat room.',
1.6       bisitz   4930: 
                   4931:    'LON-CAPA hosts discussions on all resources in a course. By default, all users are allowed to participate in these discussions. If you do not wish certain types of users to be able to use the discussion features, select those types below. Note your class may not have all of these roles; you may safely ignore roles you do not intend to use. (For instance, &quot;Exam Proctor&quot; is generally useful only for large courses.) Types of users not allowed to participate in discussion can still view any discussion that other users post.'
1.93      raeburn  4932: => 'LON-CAPA hosts discussions on all resources in a course. By default, all users are allowed to participate in these discussions. If you do not wish certain types of users to be able to use the discussion features, select those types below. Note your class may not have all of these roles; you may safely ignore roles you do not intend to use. (For instance, &quot;Exam Proctor&quot; is generally useful only for large courses.) Types of users not allowed to participate in discussion can still view any discussion that other users post.',
1.6       bisitz   4933: 
                   4934:    'No section assigned'
1.93      raeburn  4935: => 'No section assigned',
1.6       bisitz   4936: 
                   4937:    'Number of assignments printed at the same time:'
1.93      raeburn  4938: => 'Number of assignments printed at the same time:',
1.6       bisitz   4939: 
                   4940:    'Opening Date (contentopen)'
1.93      raeburn  4941: => 'Opening Date (contentopen)',
1.6       bisitz   4942: 
                   4943:    'Opening Date (opendate)'
1.93      raeburn  4944: => 'Opening Date (opendate)',
1.6       bisitz   4945: 
                   4946:    'Please adjust significant figures.'
1.93      raeburn  4947: => 'Please adjust significant figures.',
1.41      bisitz   4948: 
1.6       bisitz   4949:    'Please select the section you wish to set the answer open date for:'
1.93      raeburn  4950: => 'Please select the section you wish to set the answer open date for:',
1.6       bisitz   4951: 
                   4952:    'Please select the section you wish to set the due date for:'
1.93      raeburn  4953: => 'Please select the section you wish to set the due date for:',
1.6       bisitz   4954: 
                   4955:    'Please select the section you wish to set the number of tries for:'
1.93      raeburn  4956: => 'Please select the section you wish to set the number of tries for:',
1.6       bisitz   4957: 
                   4958:    'Please select the section you wish to set the opening date for:'
1.93      raeburn  4959: => 'Please select the section you wish to set the opening date for:',
1.6       bisitz   4960: 
                   4961:    'Please select the section you wish to set the problem weight for:'
1.93      raeburn  4962: => 'Please select the section you wish to set the problem weight for:',
1.6       bisitz   4963: 
                   4964:    'Please select the student you wish to set the answer open date for:'
1.93      raeburn  4965: => 'Please select the student you wish to set the answer open date for:',
1.6       bisitz   4966: 
                   4967:    'Please select the student you wish to set the due date for:'
1.93      raeburn  4968: => 'Please select the student you wish to set the due date for:',
1.6       bisitz   4969: 
                   4970:    'Please select the student you wish to set the number of tries for:'
1.93      raeburn  4971: => 'Please select the student you wish to set the number of tries for:',
1.6       bisitz   4972: 
                   4973:    'Please select the student you wish to set the opening date for:'
1.93      raeburn  4974: => 'Please select the student you wish to set the opening date for:',
1.6       bisitz   4975: 
                   4976:    'Please select the student you wish to set the problem weight for:'
1.93      raeburn  4977: => 'Please select the student you wish to set the problem weight for:',
1.6       bisitz   4978: 
                   4979:    'Privileged users that should not be hidden on staff listings'
1.93      raeburn  4980: => 'Privileged users that should not be hidden on staff listings',
1.6       bisitz   4981: 
                   4982:    'Random seed for randomly picking number of resources (optional, only set if you know what you are doing) (randompickseed)'
1.93      raeburn  4983: => 'Random seed for randomly picking number of resources (optional, only set if you know what you are doing) (randompickseed)',
1.6       bisitz   4984: 
                   4985:    'Reading results from [_1]'
1.93      raeburn  4986: => 'Reading results from [_1]',
1.6       bisitz   4987: 
                   4988:    'Receipt algorithm used'
1.93      raeburn  4989: => 'Receipt algorithm used',
1.6       bisitz   4990: 
                   4991:    'Receiving results from [_1]'
1.93      raeburn  4992: => 'Receiving results from [_1]',
1.6       bisitz   4993: 
                   4994:    'Resources'
1.10      zhu      4995: => '资源',
1.6       bisitz   4996: 
1.72      bisitz   4997:    'Search Complete on Server [_1]'
1.93      raeburn  4998: => 'Search Complete on Server [_1]', # '搜索完成 [_1]',
1.6       bisitz   4999: 
                   5000:    'Search: [_1]'
1.10      zhu      5001: => '搜索: [_1]',
1.6       bisitz   5002: 
                   5003:    'Select All Files'
1.10      zhu      5004: => '选择所有文件',
1.6       bisitz   5005: 
                   5006:    'Select All Published'
1.10      zhu      5007: => '选择所有发布的',
1.6       bisitz   5008: 
                   5009:    'Select Folder'
1.10      zhu      5010: => '选择文件夹',
1.6       bisitz   5011: 
                   5012:    'Select Only Current Students'
1.10      zhu      5013: => '只选择目前的学生',
1.6       bisitz   5014: 
                   5015:    'Select Problem'
1.10      zhu      5016: => '选择任务',
1.6       bisitz   5017: 
                   5018:    'Select Student'
1.10      zhu      5019: => '选择学生',
1.6       bisitz   5020: 
                   5021:    'Select for Section/Group'
1.12      zhu      5022: => '选择科/组',
1.6       bisitz   5023: 
                   5024:    'Select the folder you wish to set the parameter for:'
1.93      raeburn  5025: => 'Select the folder you wish to set the parameter for:',
1.6       bisitz   5026: 
                   5027:    'Select the problem you wish to set the parameter for:'
1.93      raeburn  5028: => 'Select the problem you wish to set the parameter for:',
1.6       bisitz   5029: 
                   5030:    'Set Problem Tries'
1.93      raeburn  5031: => 'Set Problem Tries',
1.6       bisitz   5032: 
                   5033:    'Set Problem Weight'
1.93      raeburn  5034: => 'Set Problem Weight',
1.6       bisitz   5035: 
                   5036:    'Set answer open date for all problems in the course for ...'
1.93      raeburn  5037: => 'Set answer open date for all problems in the course for ...',
1.6       bisitz   5038: 
                   5039:    'Set answer open date for the selected folder for ...'
1.93      raeburn  5040: => 'Set answer open date for the selected folder for ...',
1.6       bisitz   5041: 
                   5042:    'Set answer open date for the selected problem for...'
1.93      raeburn  5043: => 'Set answer open date for the selected problem for...',
1.6       bisitz   5044: 
                   5045:    'Set due date for all problems in the course for ...'
1.93      raeburn  5046: => 'Set due date for all problems in the course for ...',
1.6       bisitz   5047: 
                   5048:    'Set due date for the selected folder for ...'
1.93      raeburn  5049: => 'Set due date for the selected folder for ...',
1.6       bisitz   5050: 
                   5051:    'Set due date for the selected problem for ...'
1.93      raeburn  5052: => 'Set due date for the selected problem for ...',
1.6       bisitz   5053: 
                   5054:    'Set number of tries for all problems in the course for ...'
1.93      raeburn  5055: => 'Set number of tries for all problems in the course for ...',
1.6       bisitz   5056: 
                   5057:    'Set number of tries for the selected folder for ...'
1.93      raeburn  5058: => 'Set number of tries for the selected folder for ...',
1.6       bisitz   5059: 
                   5060:    'Set number of tries for the selected problem for ...'
1.93      raeburn  5061: => 'Set number of tries for the selected problem for ...',
1.6       bisitz   5062: 
                   5063:    'Set opening date for all problems in the course for ...'
1.93      raeburn  5064: => 'Set opening date for all problems in the course for ...',
1.6       bisitz   5065: 
                   5066:    'Set opening date for the selected folder for ...'
1.93      raeburn  5067: => 'Set opening date for the selected folder for ...',
1.6       bisitz   5068: 
                   5069:    'Set opening date for the selected problem for ...'
1.93      raeburn  5070: => 'Set opening date for the selected problem for ...',
1.6       bisitz   5071: 
                   5072:    'Set problem weight for all problems in the course for ...'
1.93      raeburn  5073: => 'Set problem weight for all problems in the course for ...',
1.6       bisitz   5074: 
                   5075:    'Set problem weight for the selected folder for ...'
1.93      raeburn  5076: => 'Set problem weight for the selected folder for ...',
1.6       bisitz   5077: 
                   5078:    'Set problem weight for the selected problem for ...'
1.93      raeburn  5079: => 'Set problem weight for the selected problem for ...',
1.6       bisitz   5080: 
                   5081:    'Set value to [_1] to allow.'
1.101     bisitz   5082: => 'Set value to [_1] to allow.',
1.6       bisitz   5083: 
                   5084:    'Setting the [_1]'
1.93      raeburn  5085: => 'Setting the [_1]',
1.6       bisitz   5086: 
                   5087:    'Setting the [_1] to [_2]'
1.93      raeburn  5088: => 'Setting the [_1] to [_2]',
1.6       bisitz   5089: 
                   5090:    'Student Name'
1.26      zhu      5091: => '学生姓名',
1.6       bisitz   5092: 
1.66      bisitz   5093:    'The &quot;Course Title&quot; is the name of the course that will be seen by the students. You may now modify the description and hit &quot;Next&quot; to continue.'
1.93      raeburn  5094: => 'The &quot;Course Title&quot; is the name of the course that will be seen by the students. You may now modify the description and hit &quot;Next&quot; to continue.',
1.6       bisitz   5095: 
                   5096:    'The question can not be gotten correct, the following foils in the &lt;optionresponse&gt; have invalid correct options'
1.93      raeburn  5097: => 'The question can not be gotten correct, the following foils in the &lt;optionresponse&gt; have invalid correct options',
1.6       bisitz   5098: 
                   5099:    'There are no currently enrolled students in the course.'
1.93      raeburn  5100: => 'There are no currently enrolled students in the course.',
1.6       bisitz   5101: 
                   5102:    'There are no currently enrolled students in the selected sections.'
1.93      raeburn  5103: => 'There are no currently enrolled students in the selected sections.',
1.6       bisitz   5104: 
                   5105:    'There are no previously enrolled students in the course.'
1.93      raeburn  5106: => 'There are no previously enrolled students in the course.',
1.6       bisitz   5107: 
                   5108:    'There are no previously enrolled students in the selected sections.'
1.93      raeburn  5109: => 'There are no previously enrolled students in the selected sections.',
1.6       bisitz   5110: 
                   5111:    'There are no students with future access in the course.'
1.93      raeburn  5112: => 'There are no students with future access in the course.',
1.6       bisitz   5113: 
                   5114:    'There are no students with future access in the selected sections.'
1.93      raeburn  5115: => 'There are no students with future access in the selected sections.',
1.6       bisitz   5116: 
                   5117:    'There are no students in the course.'
1.93      raeburn  5118: => 'There are no students in the course.',
1.6       bisitz   5119: 
                   5120:    'There are no students in the selected sections.'
1.93      raeburn  5121: => 'There are no students in the selected sections.',
1.6       bisitz   5122: 
                   5123:    'This controls how receipt numbers are generated.'
1.93      raeburn  5124: => 'This controls how receipt numbers are generated.',
1.6       bisitz   5125: 
                   5126:    'This helper will set up your LON-CAPA course and choose which features will be active.'
1.93      raeburn  5127: => 'This helper will set up your LON-CAPA course and choose which features will be active.',
1.6       bisitz   5128: 
                   5129:    'Unselect All Files'
1.93      raeburn  5130: => 'Unselect All Files',
1.6       bisitz   5131: 
                   5132:    'Unselect All Published'
1.93      raeburn  5133: => 'Unselect All Published',
1.6       bisitz   5134: 
                   5135:    'Unselect All Resources'
1.93      raeburn  5136: => 'Unselect All Resources',
1.6       bisitz   5137: 
                   5138:    'Unselect for Section/Group'
1.12      zhu      5139: => '取消选择科/组',
1.6       bisitz   5140: 
                   5141:    'Welcome to Your New LON-CAPA Course'
1.12      zhu      5142: => '欢迎使用您的新 LON-CAPA 课程',
1.6       bisitz   5143: 
                   5144:    'What parameter do you want to set for the selected folder?'
1.93      raeburn  5145: => 'What parameter do you want to set for the selected folder?',
1.6       bisitz   5146: 
                   5147:    'What parameter do you want to set for the selected problem?'
1.93      raeburn  5148: => 'What parameter do you want to set for the selected problem?',
1.6       bisitz   5149: 
                   5150:    'What should the answer open date be set to?'
1.93      raeburn  5151: => 'What should the answer open date be set to?',
1.6       bisitz   5152: 
                   5153:    'What should the due date be set to?'
1.93      raeburn  5154: => 'What should the due date be set to?',
1.6       bisitz   5155: 
                   5156:    'What weight should be set for all problems in the course?'
1.93      raeburn  5157: => 'What weight should be set for all problems in the course?',
1.6       bisitz   5158: 
                   5159:    'What weight should be set for the selected folder?'
1.93      raeburn  5160: => 'What weight should be set for the selected folder?',
1.6       bisitz   5161: 
                   5162:    'What weight should be set for the selected problem?'
1.93      raeburn  5163: => 'What weight should be set for the selected problem?',
1.6       bisitz   5164: 
1.65      zhu      5165:    'Your course is now set up. Please select the Save button to re-intialize the course with your chosen settings. Remember that all of these settings can be modified in the PARMS screen (Course Configuration).'
1.93      raeburn  5166: => 'Your course is now set up. Please select the Save button to re-intialize the course with your chosen settings. Remember that all of these settings can be modified in the PARMS screen (Course Configuration).',
1.6       bisitz   5167: 
                   5168:    '[_1] Filesystem Authenticated (with initial password [_2])'
1.98      bisitz   5169: => '[_1] Filesystem Authenticated (with initial password [_2])',
1.6       bisitz   5170: 
                   5171:    'Currently Filesystem Authenticated.'
1.93      raeburn  5172: => 'Currently Filesystem Authenticated.',
1.6       bisitz   5173: 
                   5174:    '[_1] Internally authenticated (with initial password [_2])'
1.70      zhu      5175: => '[_1] LON-CAPA 内部认证 (初始密码 [_2])',
1.6       bisitz   5176: 
                   5177:    'Currently internally authenticated.'
1.70      zhu      5178: => '目前 LON-CAPA 内部认证。',
1.6       bisitz   5179: 
1.72      bisitz   5180:    'Records per Page:'
                   5181: => '每页显示结果:',
1.6       bisitz   5182: 
                   5183:    '[_1] with value [_2]'
1.70      zhu      5184: => '[_1] 与价值 [_2]',
1.6       bisitz   5185: 
                   5186:    'all resources in the course'
1.70      zhu      5187: => '课程中的所有资源',
1.6       bisitz   5188: 
                   5189:    'all students in course'
1.70      zhu      5190: => '在课程中的所有学生',
1.6       bisitz   5191: 
                   5192:    'anonymous students'
1.70      zhu      5193: => '匿名学生',
1.6       bisitz   5194: 
                   5195:    'answer date'
1.26      zhu      5196: => '回答日期',
1.6       bisitz   5197: 
                   5198:    'contacting [_1]'
1.26      zhu      5199: => '联系 [_1]',
1.6       bisitz   5200: 
                   5201:    'due date'
1.9       zhu      5202: => '截止日期',
1.6       bisitz   5203: 
                   5204:    'for'
1.93      raeburn  5205: => 'for',
1.6       bisitz   5206: 
                   5207:    'for [_1]all resources in the course[_2]'
1.70      zhu      5208: => '为 [_1]课程中的所有资源 [_2]',
1.6       bisitz   5209: 
                   5210:    'for [_1]all students in course[_2]'
1.70      zhu      5211: => '为 [_1]在课程中的所有学生 [_2]',
1.6       bisitz   5212: 
                   5213:    'for [_1]'
1.70      zhu      5214: => '为 [_1]',
1.6       bisitz   5215: 
                   5216:    'for section [_1]'
1.93      raeburn  5217: => 'for section [_1]',
1.6       bisitz   5218: 
                   5219:    'for the map named [_1]'
1.93      raeburn  5220: => 'for the map named [_1]',
1.6       bisitz   5221: 
1.65      zhu      5222:    'for the resource named [_1], part [_2]'
1.93      raeburn  5223: => 'for the resource named [_1], part [_2]',
1.65      zhu      5224: 
                   5225:    'for the resource ID [_1] (name unavailable), part [_2]'
1.93      raeburn  5226: => 'for the resource ID [_1] (name unavailable), part [_2]',
1.6       bisitz   5227: 
                   5228:    'from'
1.93      raeburn  5229: => 'from',
1.6       bisitz   5230: 
                   5231:    'from current subdirectory'
1.93      raeburn  5232: => 'from current subdirectory',
1.6       bisitz   5233: 
                   5234:    'helper'
1.70      zhu      5235: => '辅助程序',
1.6       bisitz   5236: 
                   5237:    'in'
1.93      raeburn  5238: => 'in',
1.6       bisitz   5239: 
                   5240:    'instructor'
1.27      zhu      5241: => '讲师',
1.6       bisitz   5242: 
                   5243:    'number of tries'
1.27      zhu      5244: => '尝试次数',
1.6       bisitz   5245: 
                   5246:    'opening date'
1.27      zhu      5247: => '开始日期',
1.6       bisitz   5248: 
                   5249:    'problem weight'
1.27      zhu      5250: => '问题难度',
1.6       bisitz   5251: 
                   5252:    'role,role,...'
                   5253: => '角色,角色,...',
                   5254: 
                   5255:    'selected students'
                   5256: => '选定的学生',
                   5257: 
                   5258:    'student'
                   5259: => '学生',
                   5260: 
                   5261:    'to'
1.93      raeburn  5262: => 'to',
1.6       bisitz   5263: 
                   5264:    'to [_1] ([_2])'
1.93      raeburn  5265: => 'to [_1] ([_2])',
1.6       bisitz   5266: 
                   5267:    'waiting on [_1]'
                   5268: => '等待 [_1]',
                   5269: 
                   5270:    'what you just saw on the screen'
1.93      raeburn  5271: => 'what you just saw on the screen',
1.6       bisitz   5272: 
                   5273:    'Enter my portfolio space'
                   5274: => '文件夹空间',
                   5275: 
                   5276:    'No syllabus information provided.'
1.93      raeburn  5277: => 'No syllabus information provided.',
1.6       bisitz   5278: 
                   5279:    'Sorry ...'
                   5280: => '对不起...',
                   5281: 
                   5282:    'This resource might be part of another course.'
1.93      raeburn  5283: => 'This resource might be part of another course.',
1.6       bisitz   5284: 
                   5285:    'Agree'
1.93      raeburn  5286: => 'Agree',
1.6       bisitz   5287: 
                   5288:    'Any comments?'
1.18      zhu      5289: => '评论:',
1.6       bisitz   5290: 
                   5291:    'Copy this column'
1.93      raeburn  5292: => 'Copy this column',
1.6       bisitz   5293: 
                   5294:    'Disagree'
1.93      raeburn  5295: => 'Disagree',
1.6       bisitz   5296: 
                   5297:    'General Intro'
1.93      raeburn  5298: => 'General Intro',
1.6       bisitz   5299: 
                   5300:    'Greek Symbols'
1.10      zhu      5301: => '希腊字母',
1.6       bisitz   5302: 
                   5303:    'HTML character entities'
1.93      raeburn  5304: => 'HTML character entities',
1.6       bisitz   5305: 
                   5306:    'If you are viewing this online, copy and paste the text from any of the right columns into your text area to get the symbol on the left.'
1.93      raeburn  5307: => 'If you are viewing this online, copy and paste the text from any of the right columns into your text area to get the symbol on the left.',
1.6       bisitz   5308: 
                   5309:    'LON-CAPA Help'
1.93      raeburn  5310: => 'LON-CAPA Help',
1.6       bisitz   5311: 
                   5312:    'Landscape'
1.93      raeburn  5313: => 'Landscape',
1.6       bisitz   5314: 
                   5315:    'Launch navigation window'
1.9       zhu      5316: => '启动导航窗口',
1.6       bisitz   5317: 
                   5318:    'Grade Levels'
1.13      zhu      5319: => '级别',
1.6       bisitz   5320: 
1.36      zhu      5321:    'Grade Level'
                   5322: => '级别',
                   5323: 
1.6       bisitz   5324:    'Lowest Grade Level'
1.13      zhu      5325: => '最低级别',
1.6       bisitz   5326: 
                   5327:    'Lowest Grade Level:'
1.13      zhu      5328: => '最低级别:',
1.6       bisitz   5329: 
                   5330:    'Highest Grade Level'
1.13      zhu      5331: => '最高级别',
1.6       bisitz   5332: 
                   5333:    'Highest Grade Level:'
1.13      zhu      5334: => '最高级别:',
1.6       bisitz   5335: 
                   5336:    'Mark all posts read'
1.9       zhu      5337: => '将所有帖子标记为已阅读',
1.6       bisitz   5338: 
                   5339:    'My question/comment/feedback:'
1.18      zhu      5340: => '我的问题/评论/反馈:',
1.6       bisitz   5341: 
                   5342:    'Other Symbols'
1.10      zhu      5343: => '其他符号',
1.6       bisitz   5344: 
                   5345:    'Please check at least one of the following feedback types:'
1.18      zhu      5346: => '请从以下选项:',
1.6       bisitz   5347: 
                   5348:    'Please rank the following criteria:'
1.18      zhu      5349: => '请以以下标准评价:',
1.6       bisitz   5350: 
                   5351:    'Portrait'
1.22      zhu      5352: => '竖排格式',
1.6       bisitz   5353: 
                   5354:    'Question about resource content'
1.18      zhu      5355: => '关于此资源内容的问题',
1.6       bisitz   5356: 
                   5357:    'Question/Comment/Feedback about course policy'
1.18      zhu      5358: => '关于课程规则的问题/评论/反馈',
1.6       bisitz   5359: 
                   5360:    'Select a Course to Enter'
                   5361: => '选择一个课程',
                   5362: 
                   5363:    'Sending Messages'
1.10      zhu      5364: => '发送邮件',
1.6       bisitz   5365: 
                   5366:    'Show Me My First Homework Problem'
1.93      raeburn  5367: => 'Show Me My First Homework Problem',
1.6       bisitz   5368: 
                   5369:    'Standards'
1.10      zhu      5370: => '标准',
1.6       bisitz   5371: 
                   5372:    'Strongly Agree'
1.93      raeburn  5373: => 'Strongly Agree',
1.6       bisitz   5374: 
                   5375:    'Strongly Disagree'
1.93      raeburn  5376: => 'Strongly Disagree',
1.6       bisitz   5377: 
                   5378:    'Symbol'
1.10      zhu      5379: => '符号',
1.6       bisitz   5380: 
                   5381:    'The material appears to be correct'
1.18      zhu      5382: => '这些材料似乎是正确的',
1.6       bisitz   5383: 
                   5384:    'The material is helpful'
1.18      zhu      5385: => '这些材料是有用的',
1.6       bisitz   5386: 
                   5387:    'The material is presented in a clear way'
1.18      zhu      5388: => '这些材料中提出一个明确的方式',
1.6       bisitz   5389: 
                   5390:    'The resource is technically correct (loads fast enough, does not produce errors, links work, etc)'
1.18      zhu      5391: => '资源在技术上是正确的(加载速度足够快, 不会产生错误, 链接页面可以访问, 等等)',
1.6       bisitz   5392: 
                   5393:    'HTML character enties'
1.10      zhu      5394: => 'HTML 字符实体',
1.6       bisitz   5395: 
                   5396:    '"Waiting for Remote Control window to load: "+[_1]'
1.22      zhu      5397: => '"等待加载远程控制窗口: "+[_1]',
1.6       bisitz   5398: 
1.49      bisitz   5399:    '[_1]Continue[_2] on in Inline Menu mode'
                   5400: => '[_1]继续[_2] 在内置菜单模式下',
1.6       bisitz   5401: 
                   5402:    'All posts'
1.9       zhu      5403: => '所有的讨论',
1.6       bisitz   5404: 
                   5405:    'Change Color Scheme'
1.9       zhu      5406: => '更改颜色方案',
1.6       bisitz   5407: 
                   5408:    'Change Colors'
1.9       zhu      5409: => '改变颜色',
1.6       bisitz   5410: 
                   5411:    'Change Discussion Display Preferences'
1.9       zhu      5412: => '改变讨论显示偏好',
1.6       bisitz   5413: 
                   5414:    'Change How Math Equations Are Displayed'
1.9       zhu      5415: => '改变显示科学计算公式',
1.6       bisitz   5416: 
                   5417:    'Change Language'
                   5418: => '语言',
                   5419: 
                   5420:    'Change Language Preferences'
1.10      zhu      5421: => '更改语言首选项',
1.6       bisitz   5422: 
                   5423:    'Change Message Forwarding and Notification Email Addresses'
1.10      zhu      5424: => '更改邮件转发和通知的电子邮件地址',
1.6       bisitz   5425: 
                   5426:    'Change Password'
1.10      zhu      5427: => '更改密码',
1.6       bisitz   5428: 
                   5429:    'Change Preferences'
1.9       zhu      5430: => '改变参数',
1.6       bisitz   5431: 
                   5432:    'Change Roles Page Preferences'
1.10      zhu      5433: => '改变角色页参数',
1.6       bisitz   5434: 
                   5435:    'Change Screen Name'
1.10      zhu      5436: => '改变昵称',
1.6       bisitz   5437: 
                   5438:    'Change Screenname'
1.10      zhu      5439: => '改变昵称',
1.6       bisitz   5440: 
                   5441:    'Change WYSIWYG Editor Preferences'
1.10      zhu      5442: => 'WYSIWYG-编辑器',
1.6       bisitz   5443: 
                   5444:    'Contact Helpdesk'
1.7       zhu      5445: => '联系求助',
1.6       bisitz   5446: 
                   5447:    'Current discussion settings'
1.10      zhu      5448: => '目前讨论的设置',
1.6       bisitz   5449: 
1.79      bisitz   5450:    'Duedate'
1.9       zhu      5451: => '截止日期',
1.6       bisitz   5452: 
                   5453:    'Each post can be toggled read/unread'
1.93      raeburn  5454: => 'Each post can be toggled read/unread',
1.6       bisitz   5455: 
                   5456:    "Edit the 'About Me' Personal Information Screen"
1.41      bisitz   5457: => "个人网页",
1.6       bisitz   5458: 
                   5459:    'Enable WYSIWYG Editor'
1.9       zhu      5460: => '应用 WYSIWYG-编辑器',
1.6       bisitz   5461: 
                   5462:    'End of Sequence'
1.9       zhu      5463: => '结束序列',
1.6       bisitz   5464: 
                   5465:    'Entering Course'
1.9       zhu      5466: => '进入课程',
1.6       bisitz   5467: 
                   5468:    'Get help'
1.9       zhu      5469: => '获得帮助',
1.6       bisitz   5470: 
                   5471:    'Go to main menu'
1.9       zhu      5472: => '进入主菜单',
1.6       bisitz   5473: 
                   5474:    'Has New Discussion'
1.9       zhu      5475: => '有新讨论',
1.6       bisitz   5476: 
                   5477:    'Launching of the Remote Control menu will fail if pop-up window filters are active. To use the Remote Control, disable the filter for this site.'
1.22      zhu      5478: => '当弹出式窗口过滤器被激活,远程控制启动将会失败。 为了使用远程控制,在此网站请禁用这些过滤器。',
1.6       bisitz   5479: 
                   5480:    'Navigate Course Content'
                   5481: => '浏览目录',
                   5482: 
                   5483:    'New posts only'
1.10      zhu      5484: => '只有新的讨论',
1.6       bisitz   5485: 
                   5486:    'No Resource'
1.10      zhu      5487: => '没有资源',
1.6       bisitz   5488: 
                   5489:    'No syllabus available'
1.10      zhu      5490: => '没有提供教学大纲',
1.6       bisitz   5491: 
                   5492:    'Not currently assigned.'
1.10      zhu      5493: => '目前没有任务发布。',
1.6       bisitz   5494: 
                   5495:    'Not new'
1.9       zhu      5496: => '不是新的',
1.6       bisitz   5497: 
                   5498:    'Off'
1.10      zhu      5499: => '关',
1.6       bisitz   5500: 
                   5501:    'On'
1.10      zhu      5502: => '开',
1.6       bisitz   5503: 
                   5504:    'Once displayed'
1.18      zhu      5505: => '显示一次',
1.6       bisitz   5506: 
                   5507:    'Once marked not NEW'
1.18      zhu      5508: => '一次后标记不是新的',
1.6       bisitz   5509: 
                   5510:    'Please click on the the resource you intend to access'
1.93      raeburn  5511: => 'Please click on the the resource you intend to access',
1.6       bisitz   5512: 
                   5513:    'Posts cease to be marked "NEW"'
1.93      raeburn  5514: => 'Posts cease to be marked "NEW"',
1.6       bisitz   5515: 
                   5516:    'Posts to be displayed'
1.93      raeburn  5517: => 'Posts to be displayed',
1.6       bisitz   5518: 
                   5519:    'Role selected. Please stand by.'
1.10      zhu      5520: => '角色选定。请稍候。',
1.6       bisitz   5521: 
                   5522:    'Send'
1.10      zhu      5523: => '发送',
1.6       bisitz   5524: 
                   5525:    'Set User Preferences'
                   5526: => '设置用户参数',
                   5527: 
                   5528:    'Show Preview and Check Spelling'
1.10      zhu      5529: => '查看预览和拼写检查',
1.6       bisitz   5530: 
                   5531:    'Sort by:'
1.9       zhu      5532: => '排序方式:',
1.6       bisitz   5533: 
                   5534:    'The external menu (Remote Control) has been disabled, and you will be working with the smaller inline menu. You may have either closed the Remote Control window, or it was blocked by a pop-up window filter in your browser. To use the Remote Control, disable the filter for this site, and re-launch the Remote Control from the inline menu.'
1.31      bisitz   5535: => '外部菜单(远程控制)已被禁用,继续在内置菜单模式下工作。您可能已经关闭了远程控制的窗口,或被您的浏览器的弹出窗口过滤器阻止了。为了使用远程控制,在此网站禁用该过滤器,并在内置菜单重新启动远程控制。',
1.6       bisitz   5536: 
                   5537:    'There are several possibilities of where to go next'
1.93      raeburn  5538: => 'There are several possibilities of where to go next',
1.6       bisitz   5539: 
                   5540:    'To use the Remote Control, disable the filter for this site, and re-launch the Remote Control from the inline menu.'
1.22      zhu      5541: => '为了使用远程控制,在此网站禁用弹出窗口过滤器,并在内置菜单重新启动远程控制。',
1.6       bisitz   5542: 
                   5543:    'Toggle read/unread'
1.10      zhu      5544: => '切换已读/未读',
1.6       bisitz   5545: 
                   5546:    'Unread only'
1.10      zhu      5547: => '只有未读',
1.6       bisitz   5548: 
                   5549:    "View this user's personal page"
                   5550: => "显示这个用户的个人网页",
                   5551: 
                   5552:    'You have reached the end of the sequence of materials.'
1.10      zhu      5553: => '您已达到教材序列的最后。',
1.6       bisitz   5554: 
                   5555:    'You may have either closed the Remote Control window, or it was blocked by a pop-up window filter in your browser.'
1.63      zhu      5556: => '您可能已经关闭了远程控制的窗口,或者被您的浏览器的弹出窗口过滤器拦截了。',
1.6       bisitz   5557: 
                   5558:    'attachments'
1.12      zhu      5559: => '附件',
1.6       bisitz   5560: 
                   5561:    'About User'
                   5562: => '个人网页',
                   5563: 
                   5564: 
                   5565:    'All documents out of a published map into this folder'
                   5566: => '在这个目录里面发布的所有文件的内容列表',
                   5567: 
                   5568:    'Change Math Pref'
1.93      raeburn  5569: => 'Change Math Pref',
1.6       bisitz   5570: 
                   5571:    'Change Math Preferences'
1.9       zhu      5572: => '改变显示科学方程式偏好',
1.6       bisitz   5573: 
                   5574:    'Comment'
                   5575: => '注解',
                   5576: 
                   5577:    'Communication/Messages'
1.55      zhu      5578: => '通信/邮件',
1.6       bisitz   5579: 
                   5580:    'Configure blocking of student communication during exams'
1.93      raeburn  5581: => 'Configure blocking of student communication during exams',
1.6       bisitz   5582: 
                   5583:    'Convert to Images'
1.12      zhu      5584: => '转换为图像',
1.6       bisitz   5585: 
                   5586:    'Course and Catalog Search'
1.12      zhu      5587: => '课程和目录搜索',
1.6       bisitz   5588: 
                   5589:    'Create Subdirectory'
1.12      zhu      5590: => '创建子目录',
1.6       bisitz   5591: 
                   5592:    'Upload file to current directory'
1.12      zhu      5593: => '上传文件到当前目录',
1.6       bisitz   5594: 
                   5595:    'Create subdirectory in current directory'
1.12      zhu      5596: => '在当前目录下,创建一个新的子目录',
1.6       bisitz   5597: 
1.80      bisitz   5598:    'Upload embedded images/multimedia/css/linked files if HTML file'
                   5599: => '对于HTML文件: 上传嵌入式图像/多媒体文件/CSS/链接文件',
1.6       bisitz   5600: 
                   5601:    'Delete Selected'
                   5602: => '删除所选',
                   5603: 
                   5604:    'Critical'
1.9       zhu      5605: => '重要的',
1.6       bisitz   5606: 
                   5607:    'Currently no documents.'
1.9       zhu      5608: => '目前没有任何文件。',
1.6       bisitz   5609: 
                   5610:    'Enter terms or phrases, then press "Search" below'
1.18      zhu      5611: => '在搜索栏里输入关键字或词组,然后点击下面的“搜索”。',
1.6       bisitz   5612: 
                   5613:    'INBOX'
                   5614: => '收件箱',
                   5615: 
1.80      bisitz   5616:    'Upload embedded images/multimedia files if HTML file'
                   5617: => '对于HTML文件: 上传嵌入式图像/多媒体文件',
1.6       bisitz   5618: 
1.67      bisitz   5619:    'IMS Import'
1.93      raeburn  5620: => 'IMS Import',
1.67      bisitz   5621: 
1.6       bisitz   5622:    'Import IMS package'
                   5623: => '导入 IMS-包',
                   5624: 
1.67      bisitz   5625:    'IMS Export'
1.93      raeburn  5626: => 'IMS Export',
1.67      bisitz   5627: 
                   5628:    'Export Course to IMS Package'
                   5629: => '导出-IMS-包',
                   5630: 
                   5631:    'Export content item?'
1.93      raeburn  5632: => 'Export content item?',
1.67      bisitz   5633: 
                   5634:    'Export discussion posts?'
1.93      raeburn  5635: => 'Export discussion posts?',
1.67      bisitz   5636: 
                   5637:    'As you did not select any content items or discussions for export, an IMS package has not been created.'
1.93      raeburn  5638: => 'As you did not select any content items or discussions for export, an IMS package has not been created.',
1.67      bisitz   5639: 
                   5640:    'Please [_1]go back[_2] to select either content items or discussions for export.'
1.93      raeburn  5641: => 'Please [_1]go back[_2] to select either content items or discussions for export.',
1.67      bisitz   5642: 
                   5643:    '[_1]Your IMS package[_2] is ready for download.'
1.101     bisitz   5644: => '[_1]Your IMS package[_2] is ready for download.',
1.67      bisitz   5645: 
1.6       bisitz   5646:    'Import a document'
                   5647: => 'LON-CAPA-内部文件',
                   5648: 
                   5649:    'Make New Folder'
                   5650: => '新建文件夹',
                   5651: 
                   5652:    'New Composite Page'
                   5653: => '新组合页面',
                   5654: 
                   5655:    'New Messages Only'
1.9       zhu      5656: => '只有新邮件',
1.6       bisitz   5657: 
                   5658:    'Portfolio Manager'
1.9       zhu      5659: => '组合管理',
1.6       bisitz   5660: 
                   5661:    'Preferred method to display Math'
1.9       zhu      5662: => '首选的方法来显示科学方程式',
1.6       bisitz   5663: 
                   5664:    'Published documents'
                   5665: => '发布文件',
                   5666: 
1.88      bisitz   5667:    'Recover Deleted Documents'
1.6       bisitz   5668: => '恢复已删除的资源',
                   5669: 
                   5670:    'Send a Message'
1.55      zhu      5671: => '发送邮件',
1.6       bisitz   5672: 
                   5673:    'Sent Messages'
1.55      zhu      5674: => '已发送邮件',
1.6       bisitz   5675: 
                   5676:    'Show'
                   5677: => '显示',
                   5678: 
                   5679:    'TRASH'
1.9       zhu      5680: => '已删除邮件',
1.6       bisitz   5681: 
                   5682:    'TeX to HTML'
1.9       zhu      5683: => 'TeX to HTML',
1.6       bisitz   5684: 
                   5685:    'View Folder'
1.9       zhu      5686: => '查看文件夹',
1.6       bisitz   5687: 
                   5688:    'fulltext search (time consuming)'
1.18      zhu      5689: => '全文检索 (费时的)',
1.6       bisitz   5690: 
1.18      zhu      5691:    'search discussion postings (resources and discussion boards)'
                   5692: => '搜索讨论帖子 (资源和布告栏)',
1.6       bisitz   5693: 
                   5694:    'Roles'
                   5695: => '角色',
                   5696: 
                   5697:    'Select style file'
1.18      zhu      5698: => '选择档案风格',
1.6       bisitz   5699: 
                   5700:    '(mark them then click "next" button)'
1.18      zhu      5701: => '(标记,然后点击“下一步”按钮)',
1.6       bisitz   5702: 
                   5703:    '100 Level'
1.18      zhu      5704: => '1. 学年',
1.6       bisitz   5705: 
                   5706:    '200 Level'
1.18      zhu      5707: => '2. 学年',
1.6       bisitz   5708: 
                   5709:    '300 Level'
1.18      zhu      5710: => '3. 学年',
1.6       bisitz   5711: 
                   5712:    '400 Level'
1.18      zhu      5713: => '4. 学年',
1.6       bisitz   5714: 
                   5715:    'Action'
1.10      zhu      5716: => '动作',
1.6       bisitz   5717: 
                   5718:    'Actions for current directory'
1.10      zhu      5719: => '此目录的行动',
1.6       bisitz   5720: 
                   5721:    'Change Discussion Preferences'
1.18      zhu      5722: => '改变讨论偏好',
1.6       bisitz   5723: 
                   5724:    'Change Message Forwarding/Notification'
1.10      zhu      5725: => '邮件转发和通知',
1.6       bisitz   5726: 
                   5727:    'Change WYSIWYG Preferences'
1.10      zhu      5728: => 'WYSIWYG-编辑器',
1.6       bisitz   5729: 
                   5730:    'Change to '
1.10      zhu      5731: => '变化为 ',
1.6       bisitz   5732: 
                   5733:    'Clean Up'
1.10      zhu      5734: => '清理',
1.6       bisitz   5735: 
                   5736:    'Closed - XML source is closed to everyone'
1.10      zhu      5737: => '锁定 - XML的源代码对手有人锁定',
1.6       bisitz   5738: 
                   5739:    'Copy'
                   5740: => '复制',
                   5741: 
                   5742:    'Create a new directory or LON-CAPA document'
1.10      zhu      5743: => '创建一个新的目录或 LON-CAPA 文件',
1.6       bisitz   5744: 
                   5745:    'Current setting '
1.10      zhu      5746: => '当前设置 ',
1.6       bisitz   5747: 
                   5748:    'Delete Directory'
1.10      zhu      5749: => '删除文件夹',
1.6       bisitz   5750: 
                   5751:    'Delete directory'
1.10      zhu      5752: => '删除文件夹',
1.6       bisitz   5753: 
                   5754:    'Delete this resource'
1.98      bisitz   5755: => '删除此资源',
1.6       bisitz   5756: 
                   5757:    'Disable WYSIWYG editor'
1.10      zhu      5758: => '不使用 WYSIWYG-编辑器',
1.6       bisitz   5759: 
                   5760:    'Display Preference'
1.10      zhu      5761: => '显示偏好',
1.6       bisitz   5762: 
                   5763:    'Edit catalog information'
1.18      zhu      5764: => '编辑目录信息',
1.6       bisitz   5765: 
                   5766:    'Enable WYSIWYG editor'
1.10      zhu      5767: => '使用 WYSIWYG-编辑器',
1.6       bisitz   5768: 
                   5769:    'Grade 1'
1.36      zhu      5770: => '1 级',
1.6       bisitz   5771: 
                   5772:    'Grade 10'
1.36      zhu      5773: => '10 级',
1.6       bisitz   5774: 
                   5775:    'Grade 11'
1.36      zhu      5776: => '11 级',
1.6       bisitz   5777: 
                   5778:    'Grade 12'
1.36      zhu      5779: => '12 级',
1.6       bisitz   5780: 
                   5781:    'Grade 13'
1.36      zhu      5782: => '13 级',
1.6       bisitz   5783: 
                   5784:    'Grade 2'
1.36      zhu      5785: => '2 级',
1.6       bisitz   5786: 
                   5787:    'Grade 3'
1.36      zhu      5788: => '3 级',
1.6       bisitz   5789: 
                   5790:    'Grade 4'
1.36      zhu      5791: => '4 级',
1.6       bisitz   5792: 
                   5793:    'Grade 5'
1.36      zhu      5794: => '5 级',
1.6       bisitz   5795: 
                   5796:    'Grade 6'
1.36      zhu      5797: => '6 级',
1.6       bisitz   5798: 
                   5799:    'Grade 7'
1.36      zhu      5800: => '7 级',
1.6       bisitz   5801: 
                   5802:    'Grade 8'
1.36      zhu      5803: => '8 级',
1.6       bisitz   5804: 
                   5805:    'Grade 9'
1.36      zhu      5806: => '9 级',
1.6       bisitz   5807: 
                   5808:    'Graduate Level'
1.36      zhu      5809: => '研究生层次',
1.6       bisitz   5810: 
                   5811:    'List current directory'
1.99      raeburn  5812: => '文件夹',
1.6       bisitz   5813: 
                   5814:    'Mark obsolete'
1.36      zhu      5815: => '标记为过时的',
1.6       bisitz   5816: 
                   5817:    'Move'
1.10      zhu      5818: => '移动',
1.6       bisitz   5819: 
                   5820:    'New library file'
1.36      zhu      5821: => '新的库文件',
1.6       bisitz   5822: 
                   5823:    'No file: [_1]'
1.36      zhu      5824: => '没有任何文件: [_1]',
1.6       bisitz   5825: 
                   5826:    'No personal information provided'
1.36      zhu      5827: => '没有提供的个人资料',
1.6       bisitz   5828: 
                   5829:    'Not specified'
1.36      zhu      5830: => '未指定',
1.6       bisitz   5831: 
                   5832:    'Open - XML source is open to people who want to use it'
1.36      zhu      5833: => '开放 - XML的源代码开放给想要使用它的人',
1.6       bisitz   5834: 
                   5835:    'Points Display'
1.10      zhu      5836: => '分数显示',
1.6       bisitz   5837: 
                   5838:    'Completed Problems Display'
1.10      zhu      5839: => '显示完成作业',
1.6       bisitz   5840: 
                   5841:    'Points Scored'
1.10      zhu      5842: => '得分',
1.6       bisitz   5843: 
                   5844:    'Attempted'
1.10      zhu      5845: => '尝试',
1.6       bisitz   5846: 
                   5847:    'Posts displayed?'
1.10      zhu      5848: => '帖子显示?',
1.6       bisitz   5849: 
                   5850:    'Preferences can be set that determine'
1.18      zhu      5851: => '预置可设置确定',
1.6       bisitz   5852: 
                   5853:    'Print contents of directory'
1.10      zhu      5854: => '打印目录',
1.6       bisitz   5855: 
                   5856:    'Print directory'
1.10      zhu      5857: => '打印目录',
1.6       bisitz   5858: 
                   5859:    'Problem Document'
1.43      bisitz   5860: => '任务文件', # '问题',
1.6       bisitz   5861: 
                   5862:    'Publish this Directory'
1.10      zhu      5863: => '发布此目录',
1.6       bisitz   5864: 
                   5865:    'Publish this resource'
1.98      bisitz   5866: => '发布此资源',
1.6       bisitz   5867: 
                   5868:    'Re-publish'
1.10      zhu      5869: => '重新发布',
1.6       bisitz   5870: 
                   5871:    'Retrieve old version'
1.10      zhu      5872: => '恢复旧版本',
1.6       bisitz   5873: 
                   5874:    'Select action'
1.10      zhu      5875: => '选择行动',
1.6       bisitz   5876: 
                   5877:    'Send message'
1.10      zhu      5878: => '发送消息',
1.6       bisitz   5879: 
1.65      zhu      5880:     'Set display preferences for discussion posts for both discussion boards and individual resources in all your courses.'
                   5881: => '在这里,您可以设置您的讨论是否显示在所有的课程的布告栏和个人资源里。',
1.63      zhu      5882: 
1.6       bisitz   5883:    'Source Distribution'
1.10      zhu      5884: => '源代码的访问权限',
1.6       bisitz   5885: 
                   5886:    'The preferences you set here can be overridden within each individual discussion.'
1.43      bisitz   5887: => '您的喜好设定这里可以适用在每个讨论。', # '您的喜好设定可以被每个讨论更改。',
1.6       bisitz   5888: 
1.104     raeburn  5889:    'Under what circumstances posts are identified as "NEW"'
1.18      zhu      5890: => '在什么情况下讨论被设定为“新”',
1.6       bisitz   5891: 
                   5892:    'Upload a new document'
1.18      zhu      5893: => '上传新文件',
1.6       bisitz   5894: 
                   5895:    'Use random seed'
1.36      zhu      5896: => '使用随机种子',
1.6       bisitz   5897: 
                   5898:    'Use style file'
1.36      zhu      5899: => '使用样式文件',
1.6       bisitz   5900: 
1.19      zhu      5901:    'Which posts are displayed when you display a discussion board or resource, and'
1.18      zhu      5902: => '哪些讨论将将被显示,如果你有一个布告栏或资源,',
1.6       bisitz   5903: 
                   5904:    'closed'
1.36      zhu      5905: => '锁定源代码', # !
1.6       bisitz   5906: 
                   5907:    'open'
1.36      zhu      5908: => '公开源代码', # !
1.6       bisitz   5909: 
                   5910:    '(mark desired resources then click "next" button)'
1.36      zhu      5911: => '(标记所需资源然后单击“下一步”按钮)',
1.6       bisitz   5912: 
                   5913:    '[_1]Change[_2] for just [_3]this course[_4] or for all [_5]your courses[_6].'
1.36      zhu      5914: => '[_1]改变[_2] 只为 [_3]该课程[_4] 或者为所有 [_5]您的课程[_6].',
1.6       bisitz   5915: 
                   5916:    "Page displayed after role selection in course now set by [_1]user's global preferences[_2]."
1.93      raeburn  5917: => "Page displayed after role selection in course now set by [_1]user's global preferences[_2].",
1.6       bisitz   5918: 
                   5919:    'Page displayed after role selection in this course set to [_1].'
1.93      raeburn  5920: => 'Page displayed after role selection in this course set to [_1].',
1.6       bisitz   5921: 
                   5922:    'Unable to set control of page display to [_1] due to [_2].'
1.93      raeburn  5923: => 'Unable to set control of page display to [_1] due to [_2].',
1.6       bisitz   5924: 
                   5925:    'Unable to set page display, after role selection, for this course to [_1] due to [_2].'
1.93      raeburn  5926: => 'Unable to set page display, after role selection, for this course to [_1] due to [_2].',
1.6       bisitz   5927: 
                   5928:    'Add or Edit Blog Entries'
1.12      zhu      5929: => '添加或修改博客条目',
1.6       bisitz   5930: 
                   5931:    'Add to my public course blog'
1.12      zhu      5932: => '添加到我的公共课程博客',
1.6       bisitz   5933: 
                   5934:    'Annotator'
1.12      zhu      5935: => '注释者',
1.6       bisitz   5936: 
                   5937:    'Av. Attempts'
1.93      raeburn  5938: => 'Av. Attempts',
1.6       bisitz   5939: 
                   5940:    'Available RSS Feeds and Blogs'
1.22      zhu      5941: => '可用的 RSS订阅和博客',
1.6       bisitz   5942: 
                   5943:    'Average number of attempts'
1.93      raeburn  5944: => 'Average number of attempts',
1.6       bisitz   5945: 
                   5946:    'Bookmarks'
1.12      zhu      5947: => '书签',
1.6       bisitz   5948: 
                   5949:    'Change interval?'
1.12      zhu      5950: => '更改间隔?',
1.6       bisitz   5951: 
                   5952:    'Change options?'
1.12      zhu      5953: => '更改选项?',
1.6       bisitz   5954: 
                   5955:    'Change thresholds?'
1.12      zhu      5956: => '更改阈值?',
1.6       bisitz   5957: 
                   5958:    'Clean up'
1.63      zhu      5959: => '清理',
1.6       bisitz   5960: 
                   5961:    'Close Folder'
1.12      zhu      5962: => '关闭文件夹',
1.6       bisitz   5963: 
                   5964:    'Configure Blocking of Student Communication during Exams'
1.93      raeburn  5965: => 'Configure Blocking of Student Communication during Exams',
1.6       bisitz   5966: 
                   5967:    'Course Action Items'
1.93      raeburn  5968: => 'Course Action Items',
1.6       bisitz   5969: 
                   5970:    'Creating PDF'
1.36      zhu      5971: => '创建PDF文件',
1.6       bisitz   5972: 
                   5973:    'Currently: [_1].'
1.36      zhu      5974: => '现在: [_1].',
1.6       bisitz   5975: 
                   5976:    'Deg. Diff'
1.36      zhu      5977: => '难度',
1.6       bisitz   5978: 
                   5979:    'Description'
1.13      zhu      5980: => '描述',
1.6       bisitz   5981: 
                   5982:    'Display Action Items'
1.93      raeburn  5983: => 'Display Action Items',
1.6       bisitz   5984: 
                   5985:    'Enter my groups in the course'
1.9       zhu      5986: => '我的课程组',
1.6       bisitz   5987: 
                   5988:    'Entering [_1]'
1.9       zhu      5989: => '进入 [_1]',
1.6       bisitz   5990: 
                   5991:    'Entering [_1] ...'
1.10      zhu      5992: => '进入 [_1]...',
1.6       bisitz   5993: 
                   5994:    'First resource'
1.36      zhu      5995: => '第一资源',
1.6       bisitz   5996: 
                   5997:    'Generated [_1] ([_2] bytes)'
1.36      zhu      5998: => '生成于 [_1] ([_2] bytes)',
1.6       bisitz   5999: 
                   6000:    'Go to first resource'
1.36      zhu      6001: => '转到第一资源',
1.6       bisitz   6002: 
                   6003:    'Group Documents'
1.10      zhu      6004: => '组文件',
1.6       bisitz   6005: 
                   6006:    'Groups'
1.9       zhu      6007: => '组',
1.6       bisitz   6008: 
                   6009:    'Help Menu'
1.9       zhu      6010: => '求助菜单',
1.6       bisitz   6011: 
                   6012:    'Hide all'
1.9       zhu      6013: => '全部隐藏',
1.6       bisitz   6014: 
                   6015:    'Hide this Feed'
1.10      zhu      6016: => '隐藏这个Feed',
1.6       bisitz   6017: 
                   6018:    'LON-CAPA Feed "[_1]" for [_2]'
1.13      zhu      6019: => 'LON-CAPA-Feed "[_1]" 对于 [_2]',
1.6       bisitz   6020: 
                   6021:    'Last Reset'
1.36      zhu      6022: => '最后重启',
1.6       bisitz   6023: 
                   6024:    'Last revised'
1.36      zhu      6025: => '最近更改',
1.6       bisitz   6026: 
                   6027:    'Link'
1.13      zhu      6028: => '连接',
1.6       bisitz   6029: 
                   6030:    'Log In'
1.13      zhu      6031: => '登录',
1.6       bisitz   6032: 
                   6033:    'Move Checked to Folder'
1.93      raeburn  6034: => 'Move Checked to Folder',
1.6       bisitz   6035: 
                   6036:    'Name for New Feed'
1.13      zhu      6037: => '新Feed的名字',
1.6       bisitz   6038: 
                   6039:    'Name of this Feed'
1.13      zhu      6040: => '这个Feed的名字',
1.6       bisitz   6041: 
                   6042:    'New course messages'
1.13      zhu      6043: => '新的课程信息',
1.6       bisitz   6044: 
                   6045:    'New critical messages in course'
1.36      zhu      6046: => '新的课程重要信息',
1.6       bisitz   6047: 
                   6048:    'New in course'
1.36      zhu      6049: => '新课程',
1.6       bisitz   6050: 
                   6051:    'New version'
1.13      zhu      6052: => '新版本',
1.6       bisitz   6053: 
                   6054:    'No messages sent.'
1.36      zhu      6055: => '没有寄出的邮件。',
1.6       bisitz   6056: 
                   6057:    'No new course messages'
1.36      zhu      6058: => '没有新的课程信息',
1.6       bisitz   6059: 
                   6060:    'No problems require handgrading'
1.63      zhu      6061: => '没有习题需要手动评分',
1.6       bisitz   6062: 
                   6063:    'No problems satisfy threshold criteria'
1.63      zhu      6064: => '没有问题达到要求标准',
1.6       bisitz   6065: 
                   6066:    'No problems with errors'
1.63      zhu      6067: => '没有错误的问题',
1.6       bisitz   6068: 
                   6069:    'No unread critical messages in course'
1.63      zhu      6070: => '没有未读的重要邮件',
1.6       bisitz   6071: 
                   6072:    'No unread posts in course discussions'
1.63      zhu      6073: => '没有未读的帖子在课程论坛里面',
1.6       bisitz   6074: 
                   6075:    'No updated versions'
1.63      zhu      6076: => '没有更新版本',
1.6       bisitz   6077: 
                   6078:    'Num. students'
1.63      zhu      6079: => '学生的数量',
1.6       bisitz   6080: 
                   6081:    'Number of errors'
1.63      zhu      6082: => '错误的数量',
1.6       bisitz   6083: 
                   6084:    'Number of new posts'
1.63      zhu      6085: => '新帖子的数量',
1.6       bisitz   6086: 
                   6087:    'Number ungraded'
1.63      zhu      6088: => '未评分的数量',
1.6       bisitz   6089: 
                   6090:    'Open Folder'
1.9       zhu      6091: => '打开文件夹',
1.6       bisitz   6092: 
1.9       zhu      6093: #   'Open all folders'
                   6094: #=> '打开所有文件夹',
1.6       bisitz   6095: 
                   6096:    'Page set to be displayed after you have selected a role in this course'
1.63      zhu      6097: => '页面显示设置,在您选择了该课程中的角色后',
1.6       bisitz   6098: 
                   6099:    'Please select the type of LON-CAPA entity - Course or Group - for which you wish to add/modify a user role'
1.93      raeburn  6100: => 'Please select the type of LON-CAPA entity - Course or Group - for which you wish to add/modify a user role',
1.6       bisitz   6101: 
                   6102:    'Please stand by while processing your print request, this may take some time ...'
1.93      raeburn  6103: => 'Please stand by while processing your print request, this may take some time ...',
1.6       bisitz   6104: 
                   6105:    'Problem'
1.12      zhu      6106: => '问题',
1.6       bisitz   6107: 
                   6108:    'Problem Name'
1.12      zhu      6109: => '问题描述',
1.6       bisitz   6110: 
                   6111:    'Problem is not open to be viewed. It'
1.93      raeburn  6112: => 'Problem is not open to be viewed. It',
1.6       bisitz   6113: 
                   6114:    'Problems requiring handgrading'
1.63      zhu      6115: => '必须手动评分的问题',
1.6       bisitz   6116: 
                   6117:    '(Problems with av. attempts &ge; [_1] or deg. difficulty &ge; [_2]) [_3] and total number of students with submissions &ge; [_4]'
1.63      zhu      6118: => '(问题尝试的平均数目 &ge; [_1] 或者难度 &ge; [_2]) [_3] 和回答问题的学生总数 &ge; [_4]',
1.6       bisitz   6119: 
                   6120:    'Problems with errors'
1.63      zhu      6121: => '错误的问题',
1.6       bisitz   6122: 
                   6123:    'Recently generated printouts'
1.93      raeburn  6124: => 'Recently generated printouts',
1.6       bisitz   6125: 
                   6126:    'Recently generated printout zip files'
1.93      raeburn  6127: => 'Recently generated printout zip files',
1.6       bisitz   6128: 
                   6129:    'Reset Count?'
1.63      zhu      6130: => '计数器复位?',
1.6       bisitz   6131: 
                   6132:    'Reset counters to 0'
1.63      zhu      6133: => '重置计数器为0',
1.6       bisitz   6134: 
                   6135:    'Select [_1]'
1.63      zhu      6136: => '选择 [_1]',
1.6       bisitz   6137: 
                   6138:    'Select the sequence to print resources from:'
1.63      zhu      6139: => '选择该资源的打印顺序:',
1.6       bisitz   6140: 
                   6141:    'Selected [_1]Problems[_2] from folder [_3]'
1.63      zhu      6142: => '选定[_1]问题[_2]从文件夹[_3]',
1.6       bisitz   6143: 
                   6144:    'Selected [_1]Resources[_2] from folder [_3]'
1.63      zhu      6145: => '选定[_1]资源[_2]从文件夹[_3]',
1.6       bisitz   6146: 
                   6147:    'Selected <b>Problems</b> from <b>entire course</b>'
1.63      zhu      6148: => '选定<b>问题</b>从<b>整个课程</b>',
1.6       bisitz   6149: 
                   6150:    'Selected <b>Resources</b> from <b>entire course</b>'
1.63      zhu      6151: => '选定<b>资源</b>从<b>整个课程</b>',
1.6       bisitz   6152: 
                   6153:    'Selected <b>Problems</b> from <b>entire course</b> for <b>selected people</b>'
1.63      zhu      6154: => '选定<b>资源</b>从<b>整个课程</b>给<b>选定的人</b>',
1.6       bisitz   6155: 
                   6156:    'Selected [_1]Problems[_2] from folder [_3] for [_4]selected people[_5]'
1.63      zhu      6157: => '选定[_1]问题[_2]从文件夹[_3]给[_4]选定的人[_5]',
1.6       bisitz   6158: 
                   6159:    'Selected [_1]Problems[_2] from folder [_3] for [_4]CODEd assignments[_5]'
1.63      zhu      6160: => '选定[_1]问题[_2]从文件夹[_3]给[_4]编码练习[_5]', # ???
1.6       bisitz   6161: 
                   6162:    'Selected [_1]Resources[_2] from folder [_3] for [_4]selected people[_5]'
1.63      zhu      6163: => '选定[_1]资源[_2]从文件夹[_3]给[_4]选定的人[_5]',
1.6       bisitz   6164: 
                   6165:    'Selected [_1]Resources[_2] from folder [_3] for [_4]CODEd assignments[_5]'
1.63      zhu      6166: => '选定[_1]资源[_2]从文件夹[_3]给[_4]编码练习[_5]', # ???
1.6       bisitz   6167: 
                   6168:    'Selected [_1]Problems[_2] from current subdirectory [_3]'
1.63      zhu      6169: => '选定[_1]问题[_2]从当前的子文件夹[_3]',
1.6       bisitz   6170: 
                   6171:    'Selected <b>Resources</b> from <b>selected folder</b> in course'
1.63      zhu      6172: => '选定<b>资源</b>从课程里的<b>选定的文件夹</b>',
1.6       bisitz   6173: 
                   6174:    'Show all'
1.9       zhu      6175: => '全部显示',
1.6       bisitz   6176: 
                   6177:    'Show my first due problem'
1.9       zhu      6178: => '查看我的首要问题来处理',
1.6       bisitz   6179: 
                   6180:    'Show only uncompleted problems'
1.9       zhu      6181: => '只显示未完成的问题',
1.6       bisitz   6182: 
                   6183:    'Show everything'
1.9       zhu      6184: => '查看所有',
1.6       bisitz   6185: 
                   6186:    'Uncompleted Problems'
1.9       zhu      6187: => '没有完成问题',
1.6       bisitz   6188: 
                   6189:    'All homework assignments have been completed.'
1.22      zhu      6190: => '所有的问题都已经完成。',
1.6       bisitz   6191: 
                   6192:    'Speller Suggestions'
                   6193: => 'Speller Suggestions',
                   6194: 
                   6195:    'Start a New Feed'
1.9       zhu      6196: => '开始一个新的Feed',
1.6       bisitz   6197: 
                   6198:    'Save Marked Changes'
1.9       zhu      6199: => '保存标记的更改',
1.6       bisitz   6200: 
                   6201:    'Save changes'
1.9       zhu      6202: => '保存更改',
1.6       bisitz   6203: 
                   6204:    'This action is currently not authorized.'
1.18      zhu      6205: => '这一行动目前是不被允许的。',
1.6       bisitz   6206: 
                   6207:    'Time of last post'
1.101     bisitz   6208: => '最后发表的帖子的时间',
1.6       bisitz   6209: 
                   6210:    'Title of document goes here'
1.93      raeburn  6211: => 'Title of document goes here',
1.6       bisitz   6212: 
                   6213:    'Body of document goes here'
1.93      raeburn  6214: => 'Body of document goes here',
1.6       bisitz   6215: 
                   6216:    'Total number of students with submissions'
1.93      raeburn  6217: => 'Total number of students with submissions',
1.6       bisitz   6218: 
                   6219:    'Unread course discussion posts'
1.63      zhu      6220: => '未读的课程讨论帖子',
1.6       bisitz   6221: 
                   6222:    'Version used'
1.12      zhu      6223: => '使用版本',
1.6       bisitz   6224: 
                   6225:    'View current problem status and grading information'
1.9       zhu      6226: => '查看当前的问题的状态和等级评定信息',
1.6       bisitz   6227: 
                   6228:    "What's New?"
1.9       zhu      6229: => "有什么新内容?",
1.6       bisitz   6230: 
                   6231:    "What's New? page"
1.9       zhu      6232: => "有什么新页面",
1.6       bisitz   6233: 
                   6234:    "What's New page"
1.9       zhu      6235: => "有什么新页面",
1.6       bisitz   6236: 
                   6237:    'You are accessing an invalid course'
1.63      zhu      6238: => '您在试图访问无效的课程。',
1.6       bisitz   6239: 
                   6240:    'course only'
1.93      raeburn  6241: => 'course only',
1.6       bisitz   6242: 
                   6243:    'delete'
1.9       zhu      6244: => '删除',
1.6       bisitz   6245: 
                   6246:    'first resource in the course'
1.63      zhu      6247: => '第一期课程资源',
1.6       bisitz   6248: 
                   6249:    'hidden'
1.9       zhu      6250: => '隐藏的',
1.6       bisitz   6251: 
                   6252:    'since last month'
1.63      zhu      6253: => '自上个月以来',
1.6       bisitz   6254: 
                   6255:    'since last week'
1.63      zhu      6256: => '自上周以来',
1.6       bisitz   6257: 
                   6258:    'since start of course'
1.63      zhu      6259: => '从课程开始起',
1.6       bisitz   6260: 
                   6261:    'since yesterday'
1.63      zhu      6262: => '从昨天起',
1.6       bisitz   6263: 
                   6264:    'specific setting for this course'
1.63      zhu      6265: => '这门课程的具体设置',
1.6       bisitz   6266: 
                   6267:    'user preference'
1.65      zhu      6268: => '用户偏好',
1.6       bisitz   6269: 
                   6270:    "what's new? page"
1.9       zhu      6271: => "有什么新页面",
1.6       bisitz   6272: 
                   6273:    'your general user preferences'
1.63      zhu      6274: => '您的一般使用者偏好',
1.6       bisitz   6275: 
                   6276:    'Submitting as Comment'
1.63      zhu      6277: => '提交评论',
1.6       bisitz   6278: 
                   6279:    'Submitting as Policy Feedback'
1.63      zhu      6280: => '提交课程指导方针反馈',
1.6       bisitz   6281: 
                   6282:    'Submitting as Question'
1.63      zhu      6283: => '提交的问题',
1.6       bisitz   6284: 
                   6285:    'Total Points In Course'
1.10      zhu      6286: => '课程总分',
1.6       bisitz   6287: 
                   6288:    'the resource you just saw on the screen'
1.63      zhu      6289: => 'the resource you just saw on the screen',
1.6       bisitz   6290: 
                   6291:    'Annotations'
1.9       zhu      6292: => '注释',
1.6       bisitz   6293: 
                   6294:    'Close (no save)'
1.9       zhu      6295: => '关闭 (不保存)',
1.6       bisitz   6296: 
                   6297:    'Save and Update'
1.9       zhu      6298: => '保存和更新',
1.6       bisitz   6299: 
                   6300:    'Bookmark Tree Viewer/Editor'
1.63      zhu      6301: => '书签树浏览器/编辑器',
1.6       bisitz   6302: 
                   6303:    'Chat'
1.9       zhu      6304: => '聊天',
1.6       bisitz   6305: 
1.26      zhu      6306:    'Chat Room'
1.9       zhu      6307: => '聊天室',
1.6       bisitz   6308: 
                   6309:    'Drop Box'
1.26      zhu      6310: => '收件箱',
1.6       bisitz   6311: 
                   6312:    'Import Bookmarks'
                   6313: => '导入书签',
                   6314: 
                   6315:    'The LearningOnline Network with CAPA'
                   6316: => 'The LearningOnline Network with CAPA',
                   6317: 
                   6318:    'This LON-CAPA server is temporarily not available for login.'
1.63      zhu      6319: => '该 LON-CAPA 服务器目前无法登录。',
1.6       bisitz   6320: 
                   6321:    'Please attempt to login to one of the following servers:'
1.63      zhu      6322: => '请尝试登录到下列其中一个服务器:',
1.6       bisitz   6323: 
                   6324:    '(preferred)'
1.26      zhu      6325: => '(首选的)',
1.6       bisitz   6326: 
                   6327:    '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  6328: => '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   6329: 
                   6330:    'Collaborative Tools'
1.27      zhu      6331: => '协作工具',
1.6       bisitz   6332: 
                   6333:    'Course content'
1.18      zhu      6334: => '课程内容',
1.6       bisitz   6335: 
                   6336:    'Create a new group'
1.12      zhu      6337: => '创建新组',
1.6       bisitz   6338: 
                   6339:    'Created'
1.27      zhu      6340: => '生成',
1.6       bisitz   6341: 
                   6342:    'Creator'
1.27      zhu      6343: => '创设者',
1.6       bisitz   6344: 
                   6345:    'Discussion Boards'
1.9       zhu      6346: => '讨论板',
1.6       bisitz   6347: 
                   6348:    'Disk Use (%)'
1.27      zhu      6349: => '使用的存贮空间 (%)',
1.6       bisitz   6350: 
                   6351:    'Enable Recent Roles Hotlist:'
1.22      zhu      6352: => '启用最近的角色活动表:',
1.6       bisitz   6353: 
                   6354:    'Files'
1.12      zhu      6355: => '文件',
1.6       bisitz   6356: 
                   6357:    'Group Name'
1.12      zhu      6358: => '组名',
1.6       bisitz   6359: 
                   6360:    'Group Title'
1.12      zhu      6361: => '组标题',
1.6       bisitz   6362: 
                   6363:    'Members'
1.12      zhu      6364: => '成员',
1.6       bisitz   6365: 
                   6366:    'Modify'
1.12      zhu      6367: => '修改',
1.6       bisitz   6368: 
                   6369:    'Re-enable'
1.12      zhu      6370: => '修复',
1.6       bisitz   6371: 
                   6372:    'Expire'
1.12      zhu      6373: => '失效',
1.6       bisitz   6374: 
                   6375:    'Group settings'
1.12      zhu      6376: => '组设置',
1.6       bisitz   6377: 
                   6378:    'Modify group membership'
1.12      zhu      6379: => '修改组成员',
1.6       bisitz   6380: 
                   6381:    'No groups exist.'
1.12      zhu      6382: => '没有组存在。',
1.6       bisitz   6383: 
                   6384:    'Number of roles in Hotlist:'
1.12      zhu      6385: => '角色的快速访问列表:',
1.6       bisitz   6386: 
                   6387:    'Quota (Mb)'
1.12      zhu      6388: => '容量 (MB)',
1.6       bisitz   6389: 
                   6390:    'Remote Control'
1.12      zhu      6391: => '遥控器',
1.6       bisitz   6392: 
                   6393:    '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      6394: => '一些 LON-CAPA 用户有很多角色。在快速访问列表里面将显示最近使用过的角色的最后N角色访问过的地方,这些角色将显示在角色选择页面的上方。 用户如果只有很少的角色,应该禁用快速访问列表。',
1.6       bisitz   6395: 
                   6396:    '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      6397: => '一些 LON-CAPA 用户有很多课程。在快速访问列表里面将显示最近使用过的课程的最后N课程访问过的地方,这些课程将显示在课程选择页面的上方。用户如果只有很少的角色,应该禁用快速访问列表。',
1.6       bisitz   6398: 
                   6399:    'Switch to Inline Menu Mode'
1.18      zhu      6400: => '切换到内置菜单模式',
1.6       bisitz   6401: 
                   6402:    '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      6403: => '这下面的列表可以用来<q>冻结</q>屏幕上的角色。这些标记为冻结的将不会从名单中删除,即便最近没有被使用过时。',
1.6       bisitz   6404: 
                   6405:    'View Status'
1.12      zhu      6406: => '查看状态',
1.6       bisitz   6407: 
                   6408:    'View/Change Status'
1.22      zhu      6409: => '查看/修改状态',
1.6       bisitz   6410: 
                   6411:    'You are not currently a member of any active groups in this course.'
1.93      raeburn  6412: => 'You are not currently a member of any active groups in this course.',
1.6       bisitz   6413: 
                   6414:    'Group [_1] was updated.'
1.12      zhu      6415: => '组 [_1] 已更新。',
1.6       bisitz   6416: 
                   6417:    'An error occurred while setting parameters for Discussion Boards folder: [_1]'
1.93      raeburn  6418: => 'An error occurred while setting parameters for Discussion Boards folder: [_1]',
1.6       bisitz   6419: 
                   6420:    'Discussion Boards Folder created.'
1.9       zhu      6421: => '创建讨论板夹。',
1.6       bisitz   6422: 
                   6423:    'You do not have group administration privileges in this course.'
1.93      raeburn  6424: => 'You do not have group administration privileges in this course.',
1.6       bisitz   6425: 
                   6426:    'An error occurred when [_1] the group. Please try again.'
1.93      raeburn  6427: => 'An error occurred when [_1] the group. Please try again.',
1.6       bisitz   6428: 
                   6429:    'You have requested deletion of the group [_1].'
1.93      raeburn  6430: => 'You have requested deletion of the group [_1].',
1.6       bisitz   6431: 
                   6432:    'The following users could not be activated, because an error occurred:'
1.93      raeburn  6433: => 'The following users could not be activated, because an error occurred:',
1.6       bisitz   6434: 
                   6435:    'The following users could not be reenabled, because an error occurred:'
1.93      raeburn  6436: => 'The following users could not be reenabled, because an error occurred:',
1.6       bisitz   6437: 
                   6438:    'The following users could not be modified, because an error occurred:'
1.93      raeburn  6439: => 'The following users could not be modified, because an error occurred:',
1.6       bisitz   6440: 
                   6441:    'The following users could not be added, because an error occurred:'
1.93      raeburn  6442: => 'The following users could not be added, because an error occurred:',
1.6       bisitz   6443: 
                   6444:    'The following users could not be deleted, because an error occurred:'
1.93      raeburn  6445: => 'The following users could not be deleted, because an error occurred:',
1.6       bisitz   6446: 
                   6447:    'The following users could not be expired, because an error occurred:'
1.93      raeburn  6448: => 'The following users could not be expired, because an error occurred:',
1.6       bisitz   6449: 
                   6450:    'No change occurred for the following users:'
1.93      raeburn  6451: => 'No change occurred for the following users:',
1.6       bisitz   6452: 
                   6453:    'When a group is deleted the following occurs:'
1.93      raeburn  6454: => 'When a group is deleted the following occurs:',
1.6       bisitz   6455: 
                   6456:    'All group membership is terminated.'
1.93      raeburn  6457: => 'All group membership is terminated.',
1.6       bisitz   6458: 
                   6459:    'The group ceases to be available either for viewing or for modification of group settings and membership.'
1.93      raeburn  6460: => 'The group ceases to be available either for viewing or for modification of group settings and membership.',
1.6       bisitz   6461: 
                   6462:    '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  6463: => '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   6464: 
                   6465:    '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  6466: => '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   6467: 
                   6468:    'Delete group'
1.12      zhu      6469: => '删除组',
1.6       bisitz   6470: 
                   6471:    'Group deletion failed because deletion of [_1] out of [_2] members failed.'
1.42      bisitz   6472: => '删除组失败,因为[_1]的[_2]成员不能被删除。',
1.6       bisitz   6473: 
                   6474:    'Group successfully deleted.'
1.12      zhu      6475: => '该组已成功删除。',
1.6       bisitz   6476: 
                   6477:    "Although the group was deleted, an error occurred when removing the group's folder from the 'Course Groups' folder: [_1]"
1.12      zhu      6478: => "该组已被删除,从课程组的文件夹删除组文件夹时发生错误:[_1]",
1.6       bisitz   6479: 
                   6480:    'Group deletion failed.'
1.12      zhu      6481: => '组删除失败。',
1.6       bisitz   6482: 
                   6483:    'Course Folder -[_1]'
1.12      zhu      6484: => '课程文件夹 [_1]',
1.6       bisitz   6485: 
                   6486:    'An error occurred when reading contents of parent folder to group:'
1.93      raeburn  6487: => 'An error occurred when reading contents of parent folder to group:',
1.6       bisitz   6488: 
                   6489:    'An error occurred when saving updated parent folder to group:'
1.93      raeburn  6490: => 'An error occurred when saving updated parent folder to group:',
1.6       bisitz   6491: 
                   6492:    'You have requested enabling the previously deleted group [_1].'
1.93      raeburn  6493: => 'You have requested enabling the previously deleted group [_1].',
1.6       bisitz   6494: 
                   6495:    'When a deleted group is re-enabled the following occurs:'
1.93      raeburn  6496: => 'When a deleted group is re-enabled the following occurs:',
1.6       bisitz   6497: 
                   6498:    'Group settings and membership at the time the group was deleted are reinstated.'
1.93      raeburn  6499: => 'Group settings and membership at the time the group was deleted are reinstated.',
1.6       bisitz   6500: 
                   6501:    'A group folder is added to the "Course Groups" folder which contains folders for all groups in the course.'
1.93      raeburn  6502: => 'A group folder is added to the "Course Groups" folder which contains folders for all groups in the course.',
1.6       bisitz   6503: 
                   6504:    'Reenable group'
1.12      zhu      6505: => '组恢复',
1.6       bisitz   6506: 
                   6507:    '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  6508: => '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   6509: 
                   6510:    'No end date set'
1.12      zhu      6511: => '没有设定结束日期',
1.6       bisitz   6512: 
                   6513:    'Membership reinstated for [quant,_1,user], each with start and end dates for group access set to defaults: [_2] and [_3]'
1.93      raeburn  6514: => 'Membership reinstated for [quant,_1,user], each with start and end dates for group access set to defaults: [_2] and [_3]',
1.6       bisitz   6515: 
                   6516:    "Although the group was re-enabled, an error occurred when adding the group's folder to the 'Course Groups' folder: [_1]"
1.93      raeburn  6517: => "Although the group was re-enabled, an error occurred when adding the group's folder to the 'Course Groups' folder: [_1]",
1.6       bisitz   6518: 
                   6519:    'Re-enabling group failed.'
1.18      zhu      6520: => '重新启用组失败。',
1.6       bisitz   6521: 
                   6522:    'with related words'
1.18      zhu      6523: => '相关的关键词',
1.6       bisitz   6524: 
                   6525:    'with no related words'
1.18      zhu      6526: => '没有相关的关键词',
1.6       bisitz   6527: 
                   6528:    'Change Roles Preferences'
1.18      zhu      6529: => '改变角色偏好',
1.6       bisitz   6530: 
                   6531:    'Display [_1] Most Recent Roles'
1.22      zhu      6532: => '显示 [_1] 个最近角色',
1.6       bisitz   6533: 
                   6534:    'Freeze Role'
1.18      zhu      6535: => '冻结角色',
1.6       bisitz   6536: 
                   6537:    'Recent Roles Hotlist is Disabled'
1.22      zhu      6538: => '禁用最近使用角色的快速访问列表',
1.6       bisitz   6539: 
                   6540:    'Recent Roles Hotlist is Enabled'
1.22      zhu      6541: => '启用最近使用角色的快速访问列表',
1.6       bisitz   6542: 
                   6543:    'Author Space'
1.13      zhu      6544: => '作者空间',
1.6       bisitz   6545: 
                   6546:    'Degree of discrimination'
1.18      zhu      6547: => '分化程度',
1.6       bisitz   6548: 
                   6549:    'Disable WYSIWYG Editor'
1.13      zhu      6550: => '禁用WYSIWYG编辑器',
1.6       bisitz   6551: 
                   6552:    'Hypertext Document'
1.13      zhu      6553: => 'HTML 文件',
1.6       bisitz   6554: 
                   6555:    'Last Modifying User'
1.13      zhu      6556: => '上次修改用户',
1.6       bisitz   6557: 
                   6558:    'Last Revision Date'
1.18      zhu      6559: => '最近修订日期',
1.6       bisitz   6560: 
                   6561:    'Linked/Related Resources'
1.18      zhu      6562: => '联系/相关资源',
1.6       bisitz   6563: 
                   6564:    'Network-wide courses using resource'
1.18      zhu      6565: => '网络上使用该课程资源',
1.6       bisitz   6566: 
                   6567:    'Never'
1.18      zhu      6568: => '从不',
1.6       bisitz   6569: 
                   6570:    'Preview'
1.18      zhu      6571: => '预览',
1.6       bisitz   6572: 
                   6573:    'Resources that follow this resource in maps'
1.93      raeburn  6574: => 'Resources that follow this resource in maps',
1.6       bisitz   6575: 
                   6576:    'Resources that lead up to this resource in maps'
1.93      raeburn  6577: => 'Resources that lead up to this resource in maps',
1.6       bisitz   6578: 
                   6579:    'Resources used by this resource'
1.93      raeburn  6580: => 'Resources used by this resource',
1.6       bisitz   6581: 
                   6582:    'Resources using or importing resource'
1.101     bisitz   6583: => '资源使用或导入',
1.6       bisitz   6584: 
                   6585:    'Return'
                   6586: => '后退',
                   6587: 
                   6588:    'Setting WYSIWYG editor to:'
1.57      zhu      6589: => 'WYSIWYG-编辑器设置为:',
1.6       bisitz   6590: 
                   6591:    'Source Available'
1.18      zhu      6592: => '源代码可用',
1.6       bisitz   6593: 
                   6594:    'Source Custom Distribution File'
1.18      zhu      6595: => '源代码的访问权限',
1.6       bisitz   6596: 
                   6597:    'Start new page<br />before selected'
                   6598: => 'Start new page<br />before selected',
                   6599: 
                   6600:    'on'
1.57      zhu      6601: => '开',
1.6       bisitz   6602: 
                   6603:    '(on)'
1.63      zhu      6604: => '(on)',
1.6       bisitz   6605: 
                   6606:    'off'
1.57      zhu      6607: => '关',
1.6       bisitz   6608: 
                   6609:    '(off)'
1.63      zhu      6610: => '(off)',
1.6       bisitz   6611: 
                   6612:    '(re-initialize course to access)'
1.63      zhu      6613: => '(re-initialize course to access)',
1.6       bisitz   6614: 
                   6615:    'All Parts'
1.93      raeburn  6616: => 'All Parts',
1.6       bisitz   6617: 
                   6618:    'Changes will become active for your current session after [_1], or the next time you log in.'
                   6619: => '点击 [_1] 按钮来保存最后的更改。',
                   6620: 
                   6621:    'Cut'
                   6622: => '剪切',
                   6623: 
                   6624:    'Random Order'
                   6625: => '任意顺序',
                   6626: 
                   6627:    'Due and Answer Available'
1.93      raeburn  6628: => 'Due and Answer Available',
1.6       bisitz   6629: 
                   6630:    'Edit any group in the course'
                   6631: => '课程分组管理',
                   6632: 
                   6633:    'Editing the Table of Contents for your Course'
                   6634: => '如何修改课程内容',
                   6635: 
                   6636:    'Enter any group in the course'
1.93      raeburn  6637: => 'Enter any group in the course',
1.6       bisitz   6638: 
                   6639:    'Existing Parameter Settings for Your Resources'
1.93      raeburn  6640: => 'Existing Parameter Settings for Your Resources',
1.6       bisitz   6641: 
                   6642:    'Group'
1.12      zhu      6643: => '组',
1.6       bisitz   6644: 
                   6645:    'Group:'
1.18      zhu      6646: => '组:',
1.6       bisitz   6647: 
                   6648:    'Hidden'
                   6649: => '隐藏',
                   6650: 
                   6651:    'List Symbs'
                   6652: => '内部标识',
                   6653: 
                   6654:    'Symb List'
1.12      zhu      6655: => '内部标识名单',
1.6       bisitz   6656: 
1.55      zhu      6657: #   'Manage Course Slots'
                   6658: #=> '管理课程插槽',
                   6659: 
                   6660:    'Manage Slots'
                   6661: => 'Manage Slots',
1.6       bisitz   6662: 
                   6663:    'Manage student enrollment '
1.27      zhu      6664: => '招生管理 ',
1.6       bisitz   6665: 
                   6666:    'Modify Resource Parameters - Overview Mode'
1.27      zhu      6667: => '修改资源参数 - 概况模式',
1.6       bisitz   6668: 
                   6669:    'Modify parameter settings (due dates, etc) for resources and the course'
                   6670: => '修改课程和资源参数',
                   6671: 
                   6672:    'Modify parameter settings for this resource'
1.98      bisitz   6673: => '参数设置',
1.6       bisitz   6674: 
                   6675:    'New and Existing Parameter Settings for Your Resources'
1.27      zhu      6676: => '为您的资源设置新的和现有的参数',
1.6       bisitz   6677: 
                   6678:    'Parameter Change Log and Course Blog Posting/User Notification'
1.27      zhu      6679: => '参数变更记录和课程博客/用户通知',
1.6       bisitz   6680: 
                   6681:    'Parameter Manager'
                   6682: => '参数管理',
                   6683: 
                   6684:    'Randomly Pick: '
                   6685: => '随机挑选: ',
                   6686: 
                   6687:    'Remove'
                   6688: => '删除',
                   6689: 
                   6690:    'Rendering:'
1.12      zhu      6691: => '检查:',
1.6       bisitz   6692: 
                   6693:    'Select Parameters to View'
1.27      zhu      6694: => '选择想要查看的参数',
1.6       bisitz   6695: 
                   6696:    'Select Parts to View'
1.27      zhu      6697: => '选择想要查看的部分',
1.6       bisitz   6698: 
                   6699:    'Set Parameter Setting Default Actions'
1.70      zhu      6700: => '设置默认操作的参数',
1.6       bisitz   6701: 
                   6702:    'Set Portfolio Metadata'
1.27      zhu      6703: => '设置元数据-组合',
1.6       bisitz   6704: 
                   6705:    'Set/Modify Resource Parameters - Helper Mode'
1.27      zhu      6706: => '设置/修改资源参数 - 辅助模式',
1.6       bisitz   6707: 
                   6708:    'Set/Modify Resource Parameters - Overview Mode'
1.27      zhu      6709: => '设置/修改资源参数 - 概况模式',
1.6       bisitz   6710: 
                   6711:    'Set/Modify Resource Parameters - Table Mode'
1.27      zhu      6712: => '设置/修改资源参数 - 表模式',
1.6       bisitz   6713: 
                   6714:    'Settings for Your Course'
1.27      zhu      6715: => '课程设置',
1.6       bisitz   6716: 
                   6717:    'Table Mode'
1.27      zhu      6718: => '表模式',
1.6       bisitz   6719: 
                   6720:    'Table Mode Parameter Setting'
1.27      zhu      6721: => '表模式参数设定',
1.6       bisitz   6722: 
                   6723:    '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  6724: => '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   6725: 
                   6726:    'URL hidden'
                   6727: => '隐藏 URL',
                   6728: 
                   6729:    'Update Parameter Display'
1.27      zhu      6730: => '更新参数',
1.6       bisitz   6731: 
                   6732:    'View calculated grades (Spreadsheet)'
1.63      zhu      6733: => '计算评分(Spreadsheet)',
1.6       bisitz   6734: 
                   6735:    "What's new?"
                   6736: => "有什么新的?",
                   6737: 
                   6738:    're-initializing Course'
                   6739: => '重新初始化课程',
                   6740: 
                   6741:    'Show Resource'
1.18      zhu      6742: => '查看资源',
1.6       bisitz   6743: 
                   6744:    'Feedback to resource author'
1.18      zhu      6745: => '反馈给此资源的作者',
1.6       bisitz   6746: 
1.20      bisitz   6747:    'Click to add/remove attachments'
1.12      zhu      6748: => '单击添加/删除附件',
1.6       bisitz   6749: 
                   6750:    'New attachments'
1.12      zhu      6751: => '新附件',
1.6       bisitz   6752: 
                   6753:    'Retained attachments'
1.12      zhu      6754: => '保留附件',
1.6       bisitz   6755: 
                   6756:    'Add a new attachment to this post.'
1.19      zhu      6757: => '给这个信息添加新的附件:',
1.6       bisitz   6758: 
                   6759:    'Discussion Post Attachments'
1.12      zhu      6760: => '讨论张贴附件',
1.6       bisitz   6761: 
                   6762:    'Modify course settings'
1.93      raeburn  6763: => 'Modify course settings',
1.6       bisitz   6764: 
                   6765:    'Send and display broadcast e-mail'
1.93      raeburn  6766: => 'Send and display broadcast e-mail',
1.6       bisitz   6767: 
                   6768:    'Awarded Total Points'
1.10      zhu      6769: => '达到总分',
1.6       bisitz   6770: 
                   6771:    'Total Parts Done'
1.93      raeburn  6772: => 'Total Parts Done',
1.6       bisitz   6773: 
                   6774:    'Create a single course'
1.93      raeburn  6775: => 'Create a single course',
1.6       bisitz   6776: 
                   6777:    'Create a new course by completing an online form.'
1.93      raeburn  6778: => 'Create a new course by completing an online form.',
1.6       bisitz   6779: 
                   6780:    'Create a single collaborative group space'
1.93      raeburn  6781: => 'Create a single collaborative group space',
1.6       bisitz   6782: 
                   6783:    'Create a new group space for non-course use by completing an online form.'
1.93      raeburn  6784: => 'Create a new group space for non-course use by completing an online form.',
1.6       bisitz   6785: 
                   6786:    'Create courses/groups by uploading an attributes file'
1.93      raeburn  6787: => 'Create courses/groups by uploading an attributes file',
1.6       bisitz   6788: 
                   6789:    'Upload an attributes file containing specifications for one or more courses or groups in XML format.'
1.93      raeburn  6790: => 'Upload an attributes file containing specifications for one or more courses or groups in XML format.',
1.6       bisitz   6791: 
                   6792:    'current'
1.12      zhu      6793: => '当前的',
1.6       bisitz   6794: 
                   6795:    'Version changes'
1.93      raeburn  6796: => 'Version changes',
1.6       bisitz   6797: 
                   6798:    'Change interval'
1.93      raeburn  6799: => 'Change interval',
1.6       bisitz   6800: 
                   6801:    'Student Submission Reports'
1.93      raeburn  6802: => 'Student Submission Reports',
1.6       bisitz   6803: 
                   6804:    'Prepare reports of student submissions.'
1.93      raeburn  6805: => 'Prepare reports of student submissions.',
1.6       bisitz   6806: 
                   6807:    'Survey Reports'
1.93      raeburn  6808: => 'Survey Reports',
1.6       bisitz   6809: 
                   6810:    'Prepare reports on survey results.'
1.93      raeburn  6811: => 'Prepare reports on survey results.',
1.6       bisitz   6812: 
                   6813:    'View survey'
1.93      raeburn  6814: => 'View survey',
1.6       bisitz   6815: 
                   6816:    'Previous Survey'
1.93      raeburn  6817: => 'Previous Survey',
1.6       bisitz   6818: 
                   6819:    'Next Survey'
1.93      raeburn  6820: => 'Next Survey',
1.6       bisitz   6821: 
                   6822:    'Choose a different Survey'
1.93      raeburn  6823: => 'Choose a different Survey',
1.6       bisitz   6824: 
                   6825:    'Generate Report'
1.93      raeburn  6826: => 'Generate Report',
1.6       bisitz   6827: 
                   6828:    'Part [_1], Response [_2]'
1.27      zhu      6829: => '部份 [_1], 答案 [_2]',
1.6       bisitz   6830: 
                   6831:    'Foil Name'
1.93      raeburn  6832: => 'Foil Name',
1.6       bisitz   6833: 
                   6834:    'Foil Text'
1.93      raeburn  6835: => 'Foil Text',
1.6       bisitz   6836: 
                   6837:    'Percent'
1.27      zhu      6838: => '百分比',
1.6       bisitz   6839: 
                   6840:    'Correct Problems Plot'
1.93      raeburn  6841: => 'Correct Problems Plot',
1.6       bisitz   6842: 
                   6843:    'Display a histogram of student performance in the course.'
1.93      raeburn  6844: => 'Display a histogram of student performance in the course.',
1.6       bisitz   6845: 
                   6846:    'Access Status'
1.27      zhu      6847: => '访问状态',
1.6       bisitz   6848: 
1.31      bisitz   6849:    '[_1] Limit by time'
                   6850: => '[_1] 限制时间',
1.6       bisitz   6851: 
                   6852:    'Submission Time Plots'
1.93      raeburn  6853: => 'Submission Time Plots',
1.6       bisitz   6854: 
                   6855:    'Currently Has Access'
1.27      zhu      6856: => '目前访问',
1.6       bisitz   6857: 
                   6858:    'Will Have Future Access'
1.27      zhu      6859: => '将来的访问',
1.6       bisitz   6860: 
                   6861:    'Previously Had Access'
1.27      zhu      6862: => '此前的访问',
1.6       bisitz   6863: 
                   6864:    'Any Access Status'
1.27      zhu      6865: => '任易的访问状态',
1.6       bisitz   6866: 
                   6867:    'Previous Problem'
1.12      zhu      6868: => '前面的问题',
1.6       bisitz   6869: 
                   6870:    'Next Problem'
1.12      zhu      6871: => '下一个问题',
1.6       bisitz   6872: 
                   6873:    'Choose a different Problem'
1.93      raeburn  6874: => 'Choose a different Problem',
1.6       bisitz   6875: 
                   6876:    'Update Caches'
1.93      raeburn  6877: => 'Update Caches',
1.6       bisitz   6878: 
                   6879:    'Begin'
1.93      raeburn  6880: => 'Begin',
1.6       bisitz   6881: 
                   6882:    'There are no students in the sections selected.'
1.93      raeburn  6883: => 'There are no students in the sections selected.',
1.6       bisitz   6884: 
                   6885:    'There are no students in the sections/groups selected.'
1.93      raeburn  6886: => 'There are no students in the sections/groups selected.',
1.6       bisitz   6887: 
                   6888:    'There is no submission data for this problem at all.'
1.93      raeburn  6889: => 'There is no submission data for this problem at all.',
1.6       bisitz   6890: 
                   6891:    'There is no submission data for this problem.'
1.93      raeburn  6892: => 'There is no submission data for this problem.',
1.6       bisitz   6893: 
                   6894:    'There is no submission data for this resource.'
1.93      raeburn  6895: => 'There is no submission data for this resource.',
1.6       bisitz   6896: 
                   6897:    'There is no data to plot.'
1.93      raeburn  6898: => 'There is no data to plot.',
1.6       bisitz   6899: 
                   6900:    'Analysis of [_1] is not supported.'
1.93      raeburn  6901: => 'Analysis of [_1] is not supported.',
1.6       bisitz   6902: 
                   6903:    'None of the selected students attempted the problem more than [_1] times.'
1.93      raeburn  6904: => 'None of the selected students attempted the problem more than [_1] times.',
1.6       bisitz   6905: 
                   6906:    'None of the selected students attempted the problem.'
1.93      raeburn  6907: => 'None of the selected students attempted the problem.',
1.6       bisitz   6908: 
                   6909:    'The analysis you have selected is not supported at this time.'
1.93      raeburn  6910: => 'The analysis you have selected is not supported at this time.',
1.6       bisitz   6911: 
                   6912:    'Graph Problem Submission Times'
1.93      raeburn  6913: => 'Graph Problem Submission Times',
1.6       bisitz   6914: 
                   6915:    'Return to Directory'
1.10      zhu      6916: => '返回目录',
1.6       bisitz   6917: 
                   6918:    'Return to directory'
1.10      zhu      6919: => '返回目录',
1.6       bisitz   6920: 
                   6921:    'My Roles'
                   6922: => '我的角色',
                   6923: 
                   6924:    'My Space'
                   6925: => '我的空间',
                   6926: 
                   6927:    'Edit blogs, RSS feeds, and podcasts'
1.18      zhu      6928: => '博客, RSS-反馈 和 播客',
1.6       bisitz   6929: 
                   6930:    'Content Library'
                   6931: => '内容',
                   6932: 
                   6933:    'Search the contents of this course or accessible portfolio files'
1.9       zhu      6934: => '搜索这门课程的内容,或可组合文件',
1.6       bisitz   6935: 
                   6936:    'Grading and Statistics'
                   6937: => '审查和统计',
                   6938: 
                   6939:    'Other'
                   6940: => '其他',
                   6941: 
                   6942:    'group'
1.12      zhu      6943: => '组',
1.6       bisitz   6944: 
                   6945:    'Size'
1.12      zhu      6946: => '大小',
1.6       bisitz   6947: 
                   6948:    'Current Access Status'
1.9       zhu      6949: => '目前获得状态',
1.6       bisitz   6950: 
                   6951:    'Delete Checked Files'
1.22      zhu      6952: => '删除选中的文件',
1.6       bisitz   6953: 
                   6954:    'Using the portfolio file list'
1.12      zhu      6955: => '使用组合的文件列表',
1.6       bisitz   6956: 
                   6957:    'Help on the portfolio'
1.31      bisitz   6958: => '组帮助',
1.6       bisitz   6959: 
                   6960:    'Private'
1.9       zhu      6961: => '私人的',
1.6       bisitz   6962: 
                   6963:    'Change How Menus are Displayed'
1.22      zhu      6964: => '改变菜单显示',
1.6       bisitz   6965: 
                   6966:    'Use icons and text'
1.22      zhu      6967: => '使用图标和文本',
1.6       bisitz   6968: 
                   6969:    'Use buttons and text'
1.22      zhu      6970: => '使用按钮和文本',
1.6       bisitz   6971: 
                   6972:    'Use icons only'
1.22      zhu      6973: => '只有图标',
1.6       bisitz   6974: 
                   6975:    'Previous Tries'
1.18      zhu      6976: => '以前的尝试',
1.6       bisitz   6977: 
                   6978:    'Change Main Menu'
1.18      zhu      6979: => '改变主菜单',
1.6       bisitz   6980: 
1.18      zhu      6981:    'New screenname (shown if you post anonymously)'
                   6982: => '新昵称(显示在匿名讨论中)',
1.6       bisitz   6983: 
1.18      zhu      6984:    'New nickname (shown if you post non-anonymously)'
                   6985: => '新昵称(显示在正常讨论中)',
1.6       bisitz   6986: 
                   6987:    'Choose the time window to use to display roles for which access to the course expired.'
1.93      raeburn  6988: => 'Choose the time window to use to display roles for which access to the course expired.',
1.6       bisitz   6989: 
                   6990:    'Choose the time window to use to display roles for which access to the course became available.'
1.93      raeburn  6991: => 'Choose the time window to use to display roles for which access to the course became available.',
1.6       bisitz   6992: 
                   6993:    'Choose the time window to use to display resources in the course with version changes.'
1.63      zhu      6994: => '选择的时间窗口,显示课程资源与版本变化。',
1.6       bisitz   6995: 
                   6996:    'User Management'
                   6997: => '用户管理',
                   6998: 
                   6999:    'Manage student enrollment'
1.63      zhu      7000: => '招生管理',
1.6       bisitz   7001: 
                   7002:    'Modify an existing group'
1.10      zhu      7003: => '修改现有的组',
1.6       bisitz   7004: 
                   7005:    'Delete an existing group'
1.10      zhu      7006: => '删除现有的组',
1.6       bisitz   7007: 
                   7008:    'Re-enable a deleted group'
1.10      zhu      7009: => '还原已删除的组',
1.6       bisitz   7010: 
                   7011:    'Enter an existing group'
1.10      zhu      7012: => '加入现有的组',
1.6       bisitz   7013: 
                   7014:    'Course Management'
                   7015: => '课程管理',
                   7016: 
                   7017:    'Reset Student Access Times'
1.10      zhu      7018: => '重置学生的访问时间',
1.6       bisitz   7019: 
                   7020:    'Submission #'
1.18      zhu      7021: => '回答次数',
1.6       bisitz   7022: 
                   7023:    'Try'
1.10      zhu      7024: => '尝试',
1.6       bisitz   7025: 
                   7026:    'Try [_1]'
1.10      zhu      7027: => '尝试 [_1]。',
1.6       bisitz   7028: 
                   7029:    'Submitted Answer'
1.10      zhu      7030: => '提交答案',
1.6       bisitz   7031: 
                   7032:    'Close Window'
1.10      zhu      7033: => '关闭窗口',
1.6       bisitz   7034: 
                   7035:    'Close window'
1.10      zhu      7036: => '关闭窗口',
1.6       bisitz   7037: 
                   7038:    'Portfolio Search'
1.10      zhu      7039: => '组合搜索',
1.6       bisitz   7040: 
                   7041:    'Enter words and quoted phrases'
1.10      zhu      7042: => '输入字词和引用短语',
1.6       bisitz   7043: 
                   7044:    'Portfolio and Course Search'
1.9       zhu      7045: => '组合及课程搜寻',
1.6       bisitz   7046: 
                   7047:    'Message Status'
1.55      zhu      7048: => '邮件状态',
1.6       bisitz   7049: 
                   7050:    'Any'
1.10      zhu      7051: => '任意的',
1.6       bisitz   7052: 
                   7053:    'Unread'
1.10      zhu      7054: => '未阅读',
1.6       bisitz   7055: 
                   7056:    'Read'
1.10      zhu      7057: => '已阅读',
1.6       bisitz   7058: 
                   7059:    'Replied to'
1.10      zhu      7060: => '回复',
1.6       bisitz   7061: 
                   7062:    'Forwarded'
1.10      zhu      7063: => '转发',
1.6       bisitz   7064: 
                   7065:    'Rename Folder'
1.10      zhu      7066: => '重命名文件夹',
1.6       bisitz   7067: 
                   7068:    'Delete Folder'
1.10      zhu      7069: => '删除文件夹',
1.6       bisitz   7070: 
                   7071:    'Recent Roles'
1.10      zhu      7072: => '最近的角色',
1.6       bisitz   7073: 
                   7074:    'Close navigation window'
1.9       zhu      7075: => '关闭导航窗口',
1.6       bisitz   7076: 
                   7077:    'Post Anonymous'
1.10      zhu      7078: => '匿名发送',
1.6       bisitz   7079: 
                   7080:    'Post'
1.10      zhu      7081: => '发送',
1.6       bisitz   7082: 
                   7083:    'Back to preferences menu'
1.10      zhu      7084: => '后退',
1.6       bisitz   7085: 
1.80      bisitz   7086:    'Forward messages to other account(s) in LON-CAPA'
1.93      raeburn  7087: => 'Forward messages to other account(s) in LON-CAPA',
1.80      bisitz   7088: 
                   7089:    'Forward to account(s)'
1.93      raeburn  7090: => 'Forward to account(s)', # '转发地址',
1.6       bisitz   7091: 
                   7092:    'e.g. <tt>userA:domain1,userB:domain2,...</tt>'
1.10      zhu      7093: => '例如 <tt>用户A:领域1,用户B:领域2,...</tt>',
1.6       bisitz   7094: 
                   7095:    'Notification E-mail Address(es)'
1.93      raeburn  7096: => 'Notification E-mail Address(es)',
1.6       bisitz   7097: 
1.80      bisitz   7098:    'E-mail address(es) which should be notified about new LON-CAPA messages'
1.10      zhu      7099: => '关于 LON-CAPA 新消息被通知的 E-Mail 地址',
1.6       bisitz   7100: 
                   7101:    'e.g. <tt>joe@doe.com</tt>'
1.10      zhu      7102: => '例如 <tt>xiaoming@sohu.com</tt>',
1.6       bisitz   7103: 
                   7104:    'Notification address'
1.10      zhu      7105: => '通知地址',
1.6       bisitz   7106: 
                   7107:    'Types of message for which notification is sent'
1.10      zhu      7108: => '发出应该被通知的信息',
1.6       bisitz   7109: 
                   7110:    'Excerpt retains HTML tags in message'
1.10      zhu      7111: => '在邮件中保持 HTML',
1.6       bisitz   7112: 
                   7113:    'All'
1.10      zhu      7114: => '所有的',
1.6       bisitz   7115: 
                   7116:    'Critical only'
1.10      zhu      7117: => '只重要的',
1.6       bisitz   7118: 
                   7119:    'Non-critical only'
1.10      zhu      7120: => '非重要的',
1.6       bisitz   7121: 
                   7122:    'Add new address'
1.10      zhu      7123: => '添加新的地址',
1.6       bisitz   7124: 
                   7125:    'What are forwarding and notification addresses?'
1.10      zhu      7126: => '什么是转发和通知地址?',
1.6       bisitz   7127: 
                   7128:    'What are critical messages?'
1.10      zhu      7129: => '什么是重要的信息?',
1.6       bisitz   7130: 
                   7131:    'Change Roles Page Pref'
1.10      zhu      7132: => '用户角色快速访问列表',
1.6       bisitz   7133: 
                   7134:    'Number of Roles in Hotlist:'
1.10      zhu      7135: => '一些角色的快速访问列表:',
1.6       bisitz   7136: 
                   7137:    'Current Password'
1.10      zhu      7138: => '当前密码',
1.6       bisitz   7139: 
                   7140:    'New Password'
1.10      zhu      7141: => '新密码',
1.6       bisitz   7142: 
                   7143:    'Confirm Password'
1.10      zhu      7144: => '新密码确认',
1.6       bisitz   7145: 
                   7146:    'Passwords must be a minimum of 7 characters long. Please try again.'
1.10      zhu      7147: => '密码必须至少有7个字符长。请再试一次。',
1.6       bisitz   7148: 
                   7149:    'The new passwords you entered do not match. Please try again.'
1.10      zhu      7150: => '新的密码输入不匹配。请再试一次。',
1.6       bisitz   7151: 
                   7152:    'Please make sure your old password was entered correctly.'
1.10      zhu      7153: => '请确认您的旧密码输入正确。',
1.6       bisitz   7154: 
                   7155:    'Send me a message'
                   7156: => '请给我发送邮件',
                   7157: 
                   7158:    'Show Public View'
                   7159: => '查看公众视野',
                   7160: 
                   7161:    'Delete Photo'
                   7162: => '删除照片',
                   7163: 
                   7164:    'Help with filling in text boxes'
                   7165: => '文本框输入帮助',
                   7166: 
                   7167:    'Examples'
1.10      zhu      7168: => '例子',
1.6       bisitz   7169: 
                   7170:    'Summary Preview'
1.10      zhu      7171: => '摘要预览',
1.6       bisitz   7172: 
                   7173:    'Send copy to permanent email address (if known)'
1.10      zhu      7174: => '发送副本到其它的电子邮件地址 (如果已知)',
1.6       bisitz   7175: 
                   7176:    'Include in course RSS newsfeed'
1.10      zhu      7177: => '包括课程的 RSS-Feeds',
1.6       bisitz   7178: 
                   7179:    'Allow replies:'
1.10      zhu      7180: => '允许答复:',
1.6       bisitz   7181: 
                   7182:    'Reply to:'
1.10      zhu      7183: => '回复:',
1.6       bisitz   7184: 
                   7185:    'Domain Management'
1.10      zhu      7186: => '域管理',
1.6       bisitz   7187: 
                   7188:    'Course ID of Key Authority:'
1.93      raeburn  7189: => 'Course ID of Key Authority:',
1.6       bisitz   7190: 
                   7191:    'Set domain configuration'
1.10      zhu      7192: => '域配置',
1.6       bisitz   7193: 
                   7194:    'Domain Configuration'
1.10      zhu      7195: => '域配置',
1.6       bisitz   7196: 
                   7197:    'View/Modify Domain Settings'
1.10      zhu      7198: => '查看/修改域配置',
1.6       bisitz   7199: 
                   7200:    'Menu'
                   7201: => '菜单',
                   7202: 
                   7203:    'Domain Settings'
1.10      zhu      7204: => '域配置',
1.6       bisitz   7205: 
                   7206:    'Course Environment'
1.10      zhu      7207: => '课程环境',
1.6       bisitz   7208: 
                   7209:    'Edit Course Environment'
1.10      zhu      7210: => '编辑课程环境',
1.6       bisitz   7211: 
                   7212:    'Users allowed to clone course'
1.93      raeburn  7213: => 'Users allowed to clone course',
1.6       bisitz   7214: 
                   7215:    'Users with active Course Coordinator role in this course are permitted to clone and need not be included.'
1.93      raeburn  7216: => 'Users with active Course Coordinator role in this course are permitted to clone and need not be included.',
1.6       bisitz   7217: 
                   7218:    'Use [_1] to allow course to be cloned by anyone in the specified domain.'
1.98      bisitz   7219: => 'Use [_1] to allow course to be cloned by anyone in the specified domain.',
1.6       bisitz   7220: 
                   7221:    'Use [_1] to allow unrestricted cloning in all domains.'
1.98      bisitz   7222: => 'Use [_1] to allow unrestricted cloning in all domains.',
1.6       bisitz   7223: 
                   7224:    'URL of Syllabus (not using internal handler)'
1.18      zhu      7225: => '教学大纲的网址 (URL)',
1.6       bisitz   7226: 
                   7227:    'Custom Text for Resource Content Question Option in Feedback'
1.93      raeburn  7228: => 'Custom Text for Resource Content Question Option in Feedback',
1.6       bisitz   7229: 
                   7230:    'Custom Text for Course Content Option in Feedback'
1.93      raeburn  7231: => 'Custom Text for Course Content Option in Feedback',
1.6       bisitz   7232: 
                   7233:    'Custom Text for Course Policy Option in Feedback'
1.93      raeburn  7234: => 'Custom Text for Course Policy Option in Feedback',
1.6       bisitz   7235: 
                   7236:    'Allow students to view classlist.'
1.93      raeburn  7237: => 'Allow students to view classlist.',
1.6       bisitz   7238: 
                   7239:    'Allow users with specified roles to edit/delete their own discussion posts'
1.93      raeburn  7240: => 'Allow users with specified roles to edit/delete their own discussion posts',
1.6       bisitz   7241: 
                   7242:    'Suppress number of tries in printing'
1.93      raeburn  7243: => 'Suppress number of tries in printing',
1.6       bisitz   7244: 
                   7245:    'Default paper type'
1.93      raeburn  7246: => 'Default paper type',
1.6       bisitz   7247: 
                   7248:    'Default beginning date for student access.'
1.22      zhu      7249: => '学生访问的默认开始日期',
1.6       bisitz   7250: 
                   7251:    'Default ending date for student access.'
1.22      zhu      7252: => '学生访问的默认结束日期',
1.6       bisitz   7253: 
                   7254:    'Disable checking of Significant Figures'
1.98      bisitz   7255: => 'Disable checking of Significant Figures',
1.6       bisitz   7256: 
                   7257:    'Disable automatically printing point values onto exams.'
1.93      raeburn  7258: => 'Disable automatically printing point values onto exams.',
1.6       bisitz   7259: 
                   7260:    'Send message to student when clicking Done on Tasks'
1.93      raeburn  7261: => 'Send message to student when clicking Done on Tasks', # ???
1.6       bisitz   7262: 
                   7263:    'Restrict Metadata'
1.27      zhu      7264: => '限制数据',
1.6       bisitz   7265: 
                   7266:    'Show to student'
1.93      raeburn  7267: => 'Show to student',
1.6       bisitz   7268: 
                   7269:    'Provide text area for students to type metadata'
1.93      raeburn  7270: => 'Provide text area for students to type metadata',
1.6       bisitz   7271: 
                   7272:    'Provide choices for students to select from'
1.93      raeburn  7273: => 'Provide choices for students to select from',
1.6       bisitz   7274: 
                   7275:    'Student may select multiple choices from list'
1.93      raeburn  7276: => 'Student may select multiple choices from list',
1.6       bisitz   7277: 
                   7278:    'Student may select only one choice from list'
1.93      raeburn  7279: => 'Student may select only one choice from list',
1.6       bisitz   7280: 
                   7281:    'Add a Metadata Field'
1.93      raeburn  7282: => 'Add a Metadata Field',
1.6       bisitz   7283: 
                   7284:    'Order Metadata Fields'
                   7285: => 'Order Metadata Fields',
                   7286: 
                   7287:    'Continue Import'
1.93      raeburn  7288: => 'Continue Import',
1.6       bisitz   7289: 
                   7290:    'Continue Search'
1.93      raeburn  7291: => 'Continue Search',
1.6       bisitz   7292: 
                   7293:    'Finish Import'
1.93      raeburn  7294: => 'Finish Import',
1.6       bisitz   7295: 
                   7296:    'Include'
1.93      raeburn  7297: => 'Include',
1.6       bisitz   7298: 
                   7299:    'LON-CAPA Catalog Search'
1.36      zhu      7300: => 'LON-CAPA 目录搜索',
1.6       bisitz   7301: 
                   7302:    '[_1] include external resources'
1.101     bisitz   7303: => '[_1] include external resources',
1.6       bisitz   7304: 
                   7305:    'Change Course Initialization Preference'
1.36      zhu      7306: => '课程初始化设置',
1.6       bisitz   7307: 
                   7308:    'Change Course Init. Pref.'
1.36      zhu      7309: => '课程初始化设置',
1.6       bisitz   7310: 
                   7311:    'Reset Access Times'
1.93      raeburn  7312: => 'Reset Access Times',
1.6       bisitz   7313: 
                   7314:    'Select Scope'
1.93      raeburn  7315: => 'Select Scope',
1.6       bisitz   7316: 
                   7317:    'Reset times on one or more folders/maps for a single student.'
1.93      raeburn  7318: => 'Reset times on one or more folders/maps for a single student.',
1.6       bisitz   7319: 
                   7320:    'Reset times on a single folder/map for a section or whole clase.'
1.93      raeburn  7321: => 'Reset times on a single folder/map for a section or whole clase.',
1.6       bisitz   7322: 
                   7323:    'Choose a student:'
1.22      zhu      7324: => '选择一个学生:',
1.6       bisitz   7325: 
                   7326:    'Select Currently Enrolled Students and Active Course Personnel'
1.93      raeburn  7327: => 'Select Currently Enrolled Students and Active Course Personnel',
1.6       bisitz   7328: 
1.15      bisitz   7329:    'This is a list of first access times and what was accessed, please select those you want deleted.'
1.93      raeburn  7330: => 'This is a list of first access times and what was accessed, please select those you want deleted.',
1.6       bisitz   7331: 
                   7332:    'Select:'
1.10      zhu      7333: => '选择:',
1.6       bisitz   7334: 
                   7335:    'All Course Personnel'
1.22      zhu      7336: => '所有课程人员',
1.6       bisitz   7337: 
                   7338:    'No Section'
1.22      zhu      7339: => 'No Section',
1.6       bisitz   7340: 
                   7341:    'Unselect'
1.10      zhu      7342: => '取消',
1.6       bisitz   7343: 
                   7344:    'Select a folder/map'
                   7345: => '选择目录/内容列表',
                   7346: 
                   7347:    'Will remove access times for'
1.93      raeburn  7348: => 'Will remove access times for',
1.6       bisitz   7349: 
                   7350:    'from users'
1.93      raeburn  7351: => 'from users',
1.6       bisitz   7352: 
                   7353:    'No Access times found for student'
1.93      raeburn  7354: => 'No Access times found for student',
1.6       bisitz   7355: 
                   7356:    'Finish'
1.93      raeburn  7357: => 'Finish',
1.6       bisitz   7358: 
                   7359:    'Name of New Folder'
1.56      zhu      7360: => '新建文件夹的名称',
1.6       bisitz   7361: 
                   7362:    'Name of New Page'
1.56      zhu      7363: => '新组合页面的名称',
1.6       bisitz   7364: 
                   7365:    'New Page'
                   7366: => '新组合页面',
                   7367: 
                   7368:    'WARNING: Removing a resource makes associated grades and scores inaccessible!'
1.93      raeburn  7369: => 'WARNING: Removing a resource makes associated grades and scores inaccessible!',
1.6       bisitz   7370: 
1.68      bisitz   7371:    'Clipboard'
1.93      raeburn  7372: => 'Clipboard',
1.68      bisitz   7373: 
1.6       bisitz   7374:    'Remove[_99]'
1.93      raeburn  7375: => 'Remove[_99]',
1.6       bisitz   7376: 
                   7377:    '?[_99]'
1.93      raeburn  7378: => '?[_99]',
1.6       bisitz   7379: 
                   7380:    'WARNING: Cutting a resource makes associated grades and scores inaccessible!'
1.93      raeburn  7381: => 'WARNING: Cutting a resource makes associated grades and scores inaccessible!',
1.6       bisitz   7382: 
                   7383:    'Grades remain inaccessible if resource is pasted into another folder.'
1.93      raeburn  7384: => 'Grades remain inaccessible if resource is pasted into another folder.',
1.6       bisitz   7385: 
                   7386:    'Cut[_98]'
1.93      raeburn  7387: => 'Cut[_98]',
1.6       bisitz   7388: 
                   7389:    '?[_98]'
1.93      raeburn  7390: => '?[_98]',
1.6       bisitz   7391: 
                   7392:    'Paste'
1.93      raeburn  7393: => 'Paste',
1.6       bisitz   7394: 
                   7395:    '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  7396: => '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   7397: 
                   7398:    'This may take a few moments to display.'
1.10      zhu      7399: => '计算需要几分钟的时间。',
1.6       bisitz   7400: 
                   7401:    'Detailed Citation Preview'
1.10      zhu      7402: => '详细引文预览',
1.6       bisitz   7403: 
                   7404:    'related words'
1.10      zhu      7405: => '相关词',
1.6       bisitz   7406: 
                   7407:    'Any domain'
1.10      zhu      7408: => '任何域',
1.6       bisitz   7409: 
                   7410:    'Reset'
1.10      zhu      7411: => '重置',
1.6       bisitz   7412: 
                   7413:    'MIME Type Category'
1.10      zhu      7414: => 'MIME 类型分类',
1.6       bisitz   7415: 
                   7416:    'Domains'
1.10      zhu      7417: => '域',
1.6       bisitz   7418: 
                   7419:    'Custom Metadata fields'
1.13      zhu      7420: => '自定义元数据字段',
1.6       bisitz   7421: 
                   7422:    'Field Name'
1.10      zhu      7423: => '域名',
1.6       bisitz   7424: 
                   7425:    'Field Value(s)'
1.10      zhu      7426: => '域值',
1.6       bisitz   7427: 
                   7428:    'Another custom field/value pair?'
1.13      zhu      7429: => '其他自定义字段/值配对?',
1.6       bisitz   7430: 
                   7431:    'Creation and Modification dates'
1.13      zhu      7432: => '建立与修改日期',
1.6       bisitz   7433: 
                   7434:    'Created between'
1.13      zhu      7435: => '创建时间',
1.6       bisitz   7436: 
                   7437:    'Last modified between'
1.13      zhu      7438: => '上次修改时间',
1.6       bisitz   7439: 
                   7440:    'Standard Portfolio Metadata'
1.27      zhu      7441: => '标准的元数据组合',
1.6       bisitz   7442: 
                   7443:    'Advanced Portfolio Search'
1.13      zhu      7444: => '高级组合搜索',
1.6       bisitz   7445: 
                   7446:    'Standard Catalog Metadata'
1.27      zhu      7447: => '标准目录元数据',
1.6       bisitz   7448: 
                   7449:    'Problem Statistics'
1.12      zhu      7450: => '问题统计',
1.6       bisitz   7451: 
                   7452:    'Statistics calculated for number of students'
1.18      zhu      7453: => '统计计算出以下的学生人数',
1.6       bisitz   7454: 
                   7455:    'Portfolio and Catalog Search'
                   7456: => '搜索文件夹和目录',
                   7457: 
                   7458:    'Search the database of accessible portfolio files'
1.93      raeburn  7459: => 'Search the database of accessible portfolio files',
1.6       bisitz   7460: 
                   7461:    'Construction Space:'
1.93      raeburn  7462: => 'Construction Space:',
1.6       bisitz   7463: 
                   7464:    'Problem Status:'
1.12      zhu      7465: => '问题状态:',
1.6       bisitz   7466: 
                   7467:    'Problem Type:'
1.12      zhu      7468: => '问题类型:',
1.6       bisitz   7469: 
                   7470:    'Feedback Mode:'
1.12      zhu      7471: => '反馈模式:',
1.6       bisitz   7472: 
                   7473:    'Answer for Part: [_1]'
1.93      raeburn  7474: => 'Answer for Part: [_1]',
1.6       bisitz   7475: 
                   7476:    'Script Vars'
1.93      raeburn  7477: => 'Script Vars',
1.6       bisitz   7478: 
                   7479:    'Regular file'
1.93      raeburn  7480: => 'Regular file',
1.6       bisitz   7481: 
                   7482:    'Testbank file'
1.93      raeburn  7483: => 'Testbank file',
1.6       bisitz   7484: 
                   7485:    'IMS package'
1.12      zhu      7486: => 'IMS-软件包',
1.6       bisitz   7487: 
                   7488:    'There are unsaved changes'
1.93      raeburn  7489: => 'There are unsaved changes',
1.6       bisitz   7490: 
1.32      bisitz   7491:    'Found no analyzable responses in this problem. Currently only Numerical, Formula and String response styles are supported.'
1.93      raeburn  7492: => 'Found no analyzable responses in this problem. Currently only Numerical, Formula and String response styles are supported.',
1.6       bisitz   7493: 
                   7494:    'Active Link'
1.18      zhu      7495: => '活动链接',
1.6       bisitz   7496: 
                   7497:    'Font'
1.18      zhu      7498: => '字体',
1.6       bisitz   7499: 
                   7500:    'Un-Visited Link'
1.18      zhu      7501: => '未访问过的链接',
1.6       bisitz   7502: 
                   7503:    'Page Background'
1.18      zhu      7504: => '网页背景',
1.6       bisitz   7505: 
                   7506:    'Header Border'
1.18      zhu      7507: => '标题边框',
1.6       bisitz   7508: 
                   7509:    'Header Background'
1.18      zhu      7510: => '标题背景',
1.6       bisitz   7511: 
                   7512:    'Visited Link'
1.18      zhu      7513: => '访问过的链接',
1.6       bisitz   7514: 
                   7515:    'Change Custom Colors'
1.18      zhu      7516: => '更改自定义颜色',
1.6       bisitz   7517: 
1.19      zhu      7518:    'Reset All'
1.18      zhu      7519: => '所有颜色重置为默认颜色',
1.6       bisitz   7520: 
                   7521:    'Save and Edit'
1.18      zhu      7522: => '保存并继续编辑',
1.6       bisitz   7523: 
                   7524:    'Save and View'
1.18      zhu      7525: => '保存和查看',
1.6       bisitz   7526: 
                   7527:    'Check Spelling'
1.18      zhu      7528: => '拼写检查',
1.6       bisitz   7529: 
                   7530:    'Selecting a Course'
1.12      zhu      7531: => '选择课程',
1.6       bisitz   7532: 
                   7533:    'Course Activity:'
1.93      raeburn  7534: => 'Course Activity:',
1.6       bisitz   7535: 
                   7536:    'Course Domain:'
1.93      raeburn  7537: => 'Course Domain:',
1.6       bisitz   7538: 
                   7539:    'Course Institutional Code:'
1.93      raeburn  7540: => 'Course Institutional Code:',
1.6       bisitz   7541: 
                   7542:    "Course Owner's Username:"
1.96      raeburn  7543: => "Course Owner's Username:",
1.6       bisitz   7544: 
                   7545:    "Course Owner's Domain:"
1.96      raeburn  7546: => "Course Owner's Domain:",
1.6       bisitz   7547: 
                   7548:    'LON-CAPA course ID:'
1.63      zhu      7549: => 'LON-CAPA 课程 ID:',
1.6       bisitz   7550: 
1.38      bisitz   7551:    'Course Description'
1.63      zhu      7552: => '课程简介',
1.6       bisitz   7553: 
                   7554:    'Resource Space Home'
1.63      zhu      7555: => '资源空间主页',
1.6       bisitz   7556: 
                   7557:    'Default start and end dates for student access'
1.93      raeburn  7558: => 'Default start and end dates for student access',
1.6       bisitz   7559: 
                   7560:    'Notification to domain coordinator via LON-CAPA message when enrollment changes occur during the automated update?'
1.93      raeburn  7561: => 'Notification to domain coordinator via LON-CAPA message when enrollment changes occur during the automated update?',
1.6       bisitz   7562: 
                   7563:    'Course Group Settings'
1.12      zhu      7564: => '课程组设置',
1.6       bisitz   7565: 
1.98      bisitz   7566:    'Set a quota for the total disk space available for storage of course group portfolio files.'
                   7567: => 'Set a quota for the total disk space available for storage of course group portfolio files.',
1.6       bisitz   7568: 
                   7569:    'Creation Options'
1.63      zhu      7570: => '创建选项',
1.6       bisitz   7571: 
                   7572:    ' Creation Settings'
1.63      zhu      7573: => ' 创建设置',
1.6       bisitz   7574: 
                   7575:    'Creation Outcome'
1.63      zhu      7576: => '创作成果',
1.6       bisitz   7577: 
                   7578:    'New LON-CAPA course ID:'
1.63      zhu      7579: => '新的 LON-CAPA 课程 ID:',
1.6       bisitz   7580: 
                   7581:    'Created on'
1.63      zhu      7582: => '创建于',
1.6       bisitz   7583: 
                   7584:    'Cloning course from'
1.93      raeburn  7585: => 'Cloning course from',
1.6       bisitz   7586: 
                   7587:    'Setting environment'
1.93      raeburn  7588: => 'Setting environment',
1.6       bisitz   7589: 
                   7590:    'Opening all assignments'
1.93      raeburn  7591: => 'Opening all assignments',
1.6       bisitz   7592: 
                   7593:    'Setting first resource'
1.93      raeburn  7594: => 'Setting first resource',
1.6       bisitz   7595: 
                   7596:    'Assigning role of [_1] Coordinator to [_2] at [_3]: '
1.93      raeburn  7597: => 'Assigning role of [_1] Coordinator to [_2] at [_3]: ',
1.6       bisitz   7598: 
                   7599:    'Roles will be active at next login'
1.93      raeburn  7600: => 'Roles will be active at next login',
1.6       bisitz   7601: 
                   7602:    'Active at next login.'
1.93      raeburn  7603: => 'Active at next login.',
1.6       bisitz   7604: 
                   7605:    'Expired after logout.'
1.93      raeburn  7606: => 'Expired after logout.',
1.6       bisitz   7607: 
                   7608:    'No new course created.'
1.93      raeburn  7609: => 'No new course created.',
1.6       bisitz   7610: 
                   7611:    'A new course could not be cloned from the specified original - [_1] - because it is a non-existent course.'
1.93      raeburn  7612: => 'A new course could not be cloned from the specified original - [_1] - because it is a non-existent course.',
1.6       bisitz   7613: 
                   7614:    '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  7615: => '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   7616: 
                   7617:    'Create Another [_1]'
1.93      raeburn  7618: => 'Create Another [_1]',
1.6       bisitz   7619: 
                   7620:    'from domain'
1.93      raeburn  7621: => 'from domain',
1.6       bisitz   7622: 
                   7623:    'Submit Evaluation'
1.18      zhu      7624: => '提交评价',
1.6       bisitz   7625: 
                   7626:    'Standard Problem'
1.12      zhu      7627: => '标准问题',
1.6       bisitz   7628: 
                   7629:    'Practice'
1.98      bisitz   7630: => 'Practice',
1.6       bisitz   7631: 
                   7632:    'Exam'
1.93      raeburn  7633: => 'Exam',
1.6       bisitz   7634: 
                   7635:    'Survey'
1.63      zhu      7636: => '调查',
1.6       bisitz   7637: 
                   7638:    'Library'
1.63      zhu      7639: => '图书馆',
1.6       bisitz   7640: 
                   7641:    'Value:'
1.93      raeburn  7642: => 'Value:',
1.6       bisitz   7643: 
                   7644:    'String Value'
1.93      raeburn  7645: => 'String Value',
1.6       bisitz   7646: 
                   7647:    'practice'
1.98      bisitz   7648: => 'practice',
1.6       bisitz   7649: 
                   7650:    'Loading Domain Coordinator Menu'
1.93      raeburn  7651: => 'Loading Domain Coordinator Menu',
1.6       bisitz   7652: 
                   7653:    "Disk space allocated to user's portfolio files"
1.93      raeburn  7654: => "Disk space allocated to user's portfolio files",
1.6       bisitz   7655: 
                   7656:    'Current quota'
1.63      zhu      7657: => '目前的配额',
1.6       bisitz   7658: 
                   7659:    'For this user, the default quota is [_1] Mb.'
1.63      zhu      7660: => '此用户的默认配额是 [_1] MB。',
1.6       bisitz   7661: 
                   7662:    'Change quota'
1.63      zhu      7663: => '更改配额',
1.6       bisitz   7664: 
                   7665:    'Custom quota'
1.70      zhu      7666: => '自定义配额',
1.6       bisitz   7667: 
                   7668:    'Existing sections'
1.70      zhu      7669: => '现有的章节',
1.6       bisitz   7670: 
                   7671:    'Define new section'
1.70      zhu      7672: => '创建新的章节',
1.6       bisitz   7673: 
                   7674:    'Create/Modify Another User'
1.70      zhu      7675: => '创建/修改另一个用户',
1.6       bisitz   7676: 
                   7677:    'Set Privileges for New User'
1.70      zhu      7678: => '设置新用户的权限',
1.6       bisitz   7679: 
                   7680:    'Generating user'
1.70      zhu      7681: => '生成用户',
1.6       bisitz   7682: 
                   7683:    'Generating user: [_1]'
1.70      zhu      7684: => '生成用户: [_1]',
1.6       bisitz   7685: 
                   7686:    'Home server'
1.93      raeburn  7687: => 'Home server',
1.6       bisitz   7688: 
                   7689:    'Home server: [_1]'
1.93      raeburn  7690: => 'Home server: [_1]',
1.6       bisitz   7691: 
                   7692:    'Modifying Roles'
1.70      zhu      7693: => '修改角色',
1.6       bisitz   7694: 
                   7695:    'No roles to modify'
1.70      zhu      7696: => '没有角色修改',
1.6       bisitz   7697: 
                   7698:    'starting'
1.70      zhu      7699: => '开始',
1.6       bisitz   7700: 
                   7701:    'Add to classlist:'
1.70      zhu      7702: => '添加到学生名册:',
1.6       bisitz   7703: 
                   7704:    'Change Current Login Data'
1.93      raeburn  7705: => 'Change Current Login Data',
1.6       bisitz   7706: 
                   7707:    'Enter New Login Data'
1.93      raeburn  7708: => 'Enter New Login Data',
1.6       bisitz   7709: 
                   7710:    'will override current values'
1.98      bisitz   7711: => 'will override current values',
1.6       bisitz   7712: 
                   7713:    'Section Numbers and corresponding LON-CAPA section IDs'
1.93      raeburn  7714: => 'Section Numbers and corresponding LON-CAPA section IDs',
1.6       bisitz   7715: 
                   7716:    'Overall Assessment Statistical Data'
1.18      zhu      7717: => '总体评价统计数据',
1.6       bisitz   7718: 
                   7719:    'No new dynamic data found.'
1.18      zhu      7720: => '没有发现新的动态数据。',
1.6       bisitz   7721: 
                   7722:    'Current value is'
1.93      raeburn  7723: => 'Current value is',
1.6       bisitz   7724: 
                   7725:    'Interval set to version changes [_1]'
1.93      raeburn  7726: => 'Interval set to version changes [_1]',
1.6       bisitz   7727: 
                   7728:    'Creating a new problem resource.'
1.93      raeburn  7729: => 'Creating a new problem resource.',
1.6       bisitz   7730: 
                   7731:    'Creating a new library resource.'
1.93      raeburn  7732: => 'Creating a new library resource.',
1.6       bisitz   7733: 
                   7734:    'Creating a new survey resource.'
1.93      raeburn  7735: => 'Creating a new survey resource.',
1.6       bisitz   7736: 
                   7737:    'Creating a new task resource.'
1.93      raeburn  7738: => 'Creating a new task resource.',
1.6       bisitz   7739: 
                   7740:    'The requested file [_1] currently does not exist.'
1.93      raeburn  7741: => 'The requested file [_1] currently does not exist.',
1.6       bisitz   7742: 
                   7743:    'To create a new problem, select a template from the list below. Then click on the "Create problem" button.'
1.93      raeburn  7744: => 'To create a new problem, select a template from the list below. Then click on the "Create problem" button.',
1.6       bisitz   7745: 
                   7746:    'To create a new library, select a template from the list below. Then click on the "Create library" button.'
1.93      raeburn  7747: => 'To create a new library, select a template from the list below. Then click on the "Create library" button.',
1.6       bisitz   7748: 
                   7749:    'To create a new survey, select a template from the list below. Then click on the "Create survey" button.'
1.93      raeburn  7750: => 'To create a new survey, select a template from the list below. Then click on the "Create survey" button.',
1.6       bisitz   7751: 
                   7752:    'To create a new task, select a template from the list below. Then click on the "Create task" button.'
1.93      raeburn  7753: => 'To create a new task, select a template from the list below. Then click on the "Create task" button.',
1.6       bisitz   7754: 
                   7755:    'Accessibility Options'
1.93      raeburn  7756: => 'Accessibility Options',
1.6       bisitz   7757: 
                   7758:    'About LON-CAPA'
                   7759: => '关于 LON-CAPA',
                   7760: 
1.81      bisitz   7761:    'Course/Community Catalog'
1.93      raeburn  7762: => '课程目录',
1.6       bisitz   7763: 
                   7764:    '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  7765: => '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   7766: 
                   7767:    'The course has yet to be created.'
1.93      raeburn  7768: => 'The course has yet to be created.',
1.6       bisitz   7769: 
                   7770:    'Automatic enrollment of registered students has not been enabled for the course.'
1.93      raeburn  7771: => 'Automatic enrollment of registered students has not been enabled for the course.',
1.6       bisitz   7772: 
                   7773:    'You are in a section of course for which automatic enrollment in the corresponding LON-CAPA course is not active.'
1.93      raeburn  7774: => 'You are in a section of course for which automatic enrollment in the corresponding LON-CAPA course is not active.',
1.6       bisitz   7775: 
                   7776:    '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  7777: => '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   7778: 
                   7779:    '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  7780: => '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   7781: 
1.83      bisitz   7782:    '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  7783: => '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   7784: 
1.83      bisitz   7785:    '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  7786: => '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   7787: 
                   7788:    'User Authentication'
1.93      raeburn  7789: => 'User Authentication',
1.6       bisitz   7790: 
                   7791:    'Log-in Help'
                   7792: => '登录帮助',
                   7793: 
                   7794:    'Forgot password?'
                   7795: => '忘记密码?',
                   7796: 
                   7797:    'New User?'
                   7798: => '新用户?',
                   7799: 
                   7800:    'Crosslisted'
1.93      raeburn  7801: => 'Crosslisted',
1.6       bisitz   7802: 
                   7803:    'Owner'
1.93      raeburn  7804: => 'Owner',
1.6       bisitz   7805: 
                   7806:    'Code'
1.93      raeburn  7807: => 'Code',
1.6       bisitz   7808: 
                   7809:    'Course listing'
                   7810: => '课程目录',
                   7811: 
                   7812:    'Display information about official [_1] classes for which LON-CAPA courses have been created:'
1.93      raeburn  7813: => 'Display information about official [_1] classes for which LON-CAPA courses have been created:',
1.6       bisitz   7814: 
                   7815:    'help/support'
1.93      raeburn  7816: => 'help/support',
1.6       bisitz   7817: 
                   7818:    'Ask helpdesk'
1.93      raeburn  7819: => 'Ask helpdesk',
1.6       bisitz   7820: 
                   7821:    'Back to last location'
1.93      raeburn  7822: => 'Back to last location',
1.6       bisitz   7823: 
                   7824:    'Note'
1.18      zhu      7825: => '注意',
                   7826: 
                   7827:    'Note:'
                   7828: => '注意:',
1.6       bisitz   7829: 
                   7830:    'Student questions about course content should be directed to the course instructor'
1.93      raeburn  7831: => 'Student questions about course content should be directed to the course instructor',
1.6       bisitz   7832: 
                   7833:    'Submit Request'
1.93      raeburn  7834: => 'Submit Request',
1.6       bisitz   7835: 
                   7836:    'E-mail address'
                   7837: => 'E-Mail 地址',
                   7838: 
                   7839:    'Enter the username you use to log-in to LON-CAPA, and your domain.'
1.93      raeburn  7840: => 'Enter the username you use to log-in to LON-CAPA, and your domain.',
1.6       bisitz   7841: 
                   7842:    'URL of page'
1.18      zhu      7843: => '该页的网址',
1.6       bisitz   7844: 
                   7845:    'Phone'
                   7846: => '电话',
                   7847: 
                   7848:    'Course Details'
1.93      raeburn  7849: => 'Course Details',
1.6       bisitz   7850: 
                   7851:    'Enter institutional course code'
1.93      raeburn  7852: => 'Enter institutional course code',
1.6       bisitz   7853: 
                   7854:    'Enter course title'
1.93      raeburn  7855: => 'Enter course title',
1.6       bisitz   7856: 
                   7857:    'Section Number'
1.93      raeburn  7858: => 'Section Number',
1.6       bisitz   7859: 
                   7860:    'Detailed Description'
1.13      zhu      7861: => '详细说明',
1.6       bisitz   7862: 
                   7863:    'Clear Form'
1.18      zhu      7864: => '重置表',
1.6       bisitz   7865: 
                   7866:    'Material presented in clear way'
1.18      zhu      7867: => '这些材料中提出一个明确的方式',
1.6       bisitz   7868: 
                   7869:    'Material covered with sufficient depth'
1.18      zhu      7870: => '这些材料包括有足够的深度',
1.6       bisitz   7871: 
                   7872:    'Material is helpful'
1.18      zhu      7873: => '这些材料是有用的',
1.6       bisitz   7874: 
                   7875:    'Material appears to be correct'
1.18      zhu      7876: => '这些材料似乎是正确的',
1.6       bisitz   7877: 
                   7878:    'This will only retrieve the resource. If you want to retrieve the metadata, you will need to do that separately.'
1.93      raeburn  7879: => 'This will only retrieve the resource. If you want to retrieve the metadata, you will need to do that separately.',
1.6       bisitz   7880: 
                   7881:    'is in this state due to author settings.'
1.93      raeburn  7882: => 'is in this state due to author settings.',
1.6       bisitz   7883: 
                   7884:    'User Data for'
1.93      raeburn  7885: => 'User Data for',
1.6       bisitz   7886: 
                   7887:    'Email Address'
1.12      zhu      7888: => 'E-Mail地址',
1.6       bisitz   7889: 
                   7890:    'Enroll Student'
1.70      zhu      7891: => '注册学生',
1.6       bisitz   7892: 
                   7893:    'If active, the new role will be available when the student next logs in to LON-CAPA.'
1.93      raeburn  7894: => 'If active, the new role will be available when the student next logs in to LON-CAPA.',
1.6       bisitz   7895: 
                   7896:    'Enroll another student'
1.70      zhu      7897: => '注册另一名学生',
1.6       bisitz   7898: 
                   7899:    'Enroll Another Student'
1.70      zhu      7900: => '注册另一名学生',
1.6       bisitz   7901: 
                   7902:    'start date'
1.10      zhu      7903: => '开始日期',
1.6       bisitz   7904: 
                   7905:    'end date'
1.10      zhu      7906: => '结束日期',
1.6       bisitz   7907: 
                   7908:    'active groups'
1.12      zhu      7909: => '活跃的组',
1.6       bisitz   7910: 
                   7911:    'active group(s)'
1.12      zhu      7912: => '活跃的组',
1.6       bisitz   7913: 
                   7914:    "Select a user name to view the user's personal page."
                   7915: => "选择一个用户名,以查看此用户的个人网页。",
                   7916: 
1.33      bisitz   7917:    'View recent activity by this student'
1.31      bisitz   7918: => '最后处于活动状态的人',
                   7919: 
                   7920:    'View recent activity'
                   7921: => '查看最近活动',
1.6       bisitz   7922: 
1.52      bisitz   7923:    'Recent activity of [_1]'
                   7924: => '最后处于活动状态的 [_1]',
1.6       bisitz   7925: 
                   7926: 
1.33      bisitz   7927:    'Compiling student activity data can take a long time. Your request continues to be processed while results are displayed.'
1.93      raeburn  7928: => 'Compiling student activity data can take a long time. Your request continues to be processed while results are displayed.',
1.6       bisitz   7929: 
                   7930:    'Composing Query'
1.93      raeburn  7931: => 'Composing Query',
1.6       bisitz   7932: 
                   7933:    'Student Activity'
1.93      raeburn  7934: => 'Student Activity',
1.6       bisitz   7935: 
                   7936:    'Waiting up to [_1] seconds for results'
1.93      raeburn  7937: => 'Waiting up to [_1] seconds for results',
1.6       bisitz   7938: 
                   7939:    'Activity data compiled up to [_1]'
1.93      raeburn  7940: => 'Activity data compiled up to [_1]',
1.6       bisitz   7941: 
                   7942:    'While data is processed, periodically reload this page for more recent activity'
1.93      raeburn  7943: => 'While data is processed, periodically reload this page for more recent activity',
1.6       bisitz   7944: 
                   7945:    'Data'
1.93      raeburn  7946: => 'Data',
1.6       bisitz   7947: 
                   7948:    'Resubmit last request to check for newer data'
1.93      raeburn  7949: => 'Resubmit last request to check for newer data',
1.6       bisitz   7950: 
                   7951:    'View Classlist'
1.93      raeburn  7952: => 'View Classlist',
1.6       bisitz   7953: 
                   7954:    'Count'
1.93      raeburn  7955: => 'Count',
1.6       bisitz   7956: 
                   7957:    'Modifying authentication:'
1.98      bisitz   7958: => 'Modifying authentication:',
1.6       bisitz   7959: 
                   7960:    'Modify User Privileges'
1.93      raeburn  7961: => 'Modify User Privileges',
1.6       bisitz   7962: 
                   7963:    'Insert:'
1.93      raeburn  7964: => 'Insert:',
1.6       bisitz   7965: 
                   7966:    'Delete?'
1.93      raeburn  7967: => 'Delete?',
1.6       bisitz   7968: 
                   7969:    'Randomize Foil Order:'
1.93      raeburn  7970: => 'Randomize Foil Order:',
1.6       bisitz   7971: 
                   7972:    'Use template:'
1.93      raeburn  7973: => 'Use template:',
1.6       bisitz   7974: 
                   7975:    'Display Direction'
1.93      raeburn  7976: => 'Display Direction',
1.6       bisitz   7977: 
                   7978:    'vertical'
1.93      raeburn  7979: => 'vertical',
1.6       bisitz   7980: 
                   7981:    'horizontal'
                   7982: => 'horizontal',
                   7983: 
                   7984:    'Script'
1.93      raeburn  7985: => 'Script', # n.t.
1.6       bisitz   7986: 
                   7987:    'Problem Editing'
1.12      zhu      7988: => '问题编辑',
1.6       bisitz   7989: 
                   7990:    'Hint'
1.12      zhu      7991: => '提示', # n.t.
1.6       bisitz   7992: 
                   7993:    'Show hint even if problem Correct:'
1.93      raeburn  7994: => 'Show hint even if problem Correct:',
1.6       bisitz   7995: 
                   7996:    'Single Line Text Entry Area'
1.93      raeburn  7997: => 'Single Line Text Entry Area', # n.t.
1.6       bisitz   7998: 
                   7999:    'Parameters for a response'
1.93      raeburn  8000: => 'Parameters for a response', # n.t.
1.6       bisitz   8001: 
                   8002:    'Problem Part'
1.27      zhu      8003: => '问题部分', # n.t.
1.6       bisitz   8004: 
                   8005:    'Part ID:'
1.27      zhu      8006: => '问题部分编号:',
1.6       bisitz   8007: 
                   8008:    'Displayed Part Description:'
1.93      raeburn  8009: => 'Displayed Part Description:',
1.6       bisitz   8010: 
                   8011:    'Readonly:'
1.93      raeburn  8012: => 'Readonly:', # n.t.
1.6       bisitz   8013: 
                   8014:    'Response: Numerical'
1.93      raeburn  8015: => 'Response: Numerical', # n.t.
1.6       bisitz   8016: 
                   8017:    'random'
1.93      raeburn  8018: => 'random',
1.6       bisitz   8019: 
                   8020:    'top'
1.93      raeburn  8021: => 'top',
1.6       bisitz   8022: 
                   8023:    'bottom'
1.93      raeburn  8024: => 'bottom',
1.6       bisitz   8025: 
                   8026:    'Add new Option:'
1.93      raeburn  8027: => 'Add new Option:',
1.6       bisitz   8028: 
                   8029:    'Delete an Option:'
1.93      raeburn  8030: => 'Delete an Option:', # n.t.
1.6       bisitz   8031: 
                   8032:    'Print options:'
1.93      raeburn  8033: => 'Print options:',
1.6       bisitz   8034: 
                   8035:    "Don't show option list"
1.93      raeburn  8036: => "Don't show option list", # n.t.
1.6       bisitz   8037: 
                   8038:    'Display of options when printed'
1.93      raeburn  8039: => 'Display of options when printed',
1.6       bisitz   8040: 
                   8041:    'Normal list'
1.93      raeburn  8042: => 'Normal list',
1.6       bisitz   8043: 
                   8044:    'Listed in vertical column'
1.93      raeburn  8045: => 'Listed in vertical column',
1.6       bisitz   8046: 
                   8047:    'Multiple Option Response Question'
1.93      raeburn  8048: => 'Multiple Option Response Question',
1.6       bisitz   8049: 
                   8050:    'Select Options'
1.93      raeburn  8051: => 'Select Options', # n.t.
1.6       bisitz   8052: 
                   8053:    'Image'
1.93      raeburn  8054: => 'Image', # n.t.
1.6       bisitz   8055: 
                   8056:    'Image Url:'
1.93      raeburn  8057: => 'Image Url:',
1.6       bisitz   8058: 
                   8059:    'width (pixel):'
1.93      raeburn  8060: => 'width (pixel):',
1.6       bisitz   8061: 
                   8062:    'height (pixel):'
1.93      raeburn  8063: => 'height (pixel):',
1.6       bisitz   8064: 
                   8065:    'Alignment:'
1.93      raeburn  8066: => 'Alignment:', # n.t.
1.6       bisitz   8067: 
                   8068:    'Encrypt URL:'
1.93      raeburn  8069: => 'Encrypt URL:', # n.t.
1.6       bisitz   8070: 
                   8071:    'no'
1.93      raeburn  8072: => 'no',
1.6       bisitz   8073: 
                   8074:    'Location:'
1.93      raeburn  8075: => 'Location:', # n.t.
1.6       bisitz   8076: 
                   8077:    'Randomly labeled image'
1.93      raeburn  8078: => 'Randomly labeled image', # n.t.
1.6       bisitz   8079: 
                   8080:    'Response: Click on Image'
1.93      raeburn  8081: => 'Response: Click on Image', # n.t.
1.6       bisitz   8082: 
                   8083:    'Collection of Imageresponse foils'
1.93      raeburn  8084: => 'Collection of Imageresponse foils', # n.t.
1.6       bisitz   8085: 
                   8086:    'Image response foil'
1.93      raeburn  8087: => 'Image response foil', # n.t.
1.6       bisitz   8088: 
                   8089:    'Enter Coordinates' # n.t.
1.93      raeburn  8090: => 'Enter Coordinates',
1.6       bisitz   8091: 
                   8092:    'Rectangle'
1.93      raeburn  8093: => 'Rectangle', # n.t.
1.6       bisitz   8094: 
                   8095:    'Coordinate Pairs'
1.93      raeburn  8096: => 'Coordinate Pairs',
1.6       bisitz   8097: 
                   8098:    'Polygon'
                   8099: => 'Polygon',
                   8100: 
                   8101:    'Coordinate list'
1.93      raeburn  8102: => 'Coordinate list', # n.t.
1.6       bisitz   8103: 
                   8104:    'Create Polygon Data'
1.93      raeburn  8105: => 'Create Polygon Data', # n.t.
1.6       bisitz   8106: 
                   8107:    'Task Description'
1.13      zhu      8108: => '问题描述', # n.t.
1.6       bisitz   8109: 
                   8110:    'Clickable Image'
1.93      raeburn  8111: => 'Clickable Image', # n.t.
1.6       bisitz   8112: 
                   8113:    'Image Source File'
1.93      raeburn  8114: => 'Image Source File', # n.t.
1.6       bisitz   8115: 
                   8116:    'Select Position on Image'
1.93      raeburn  8117: => 'Select Position on Image',
1.6       bisitz   8118: 
                   8119:    'Select First Coordinate on Image'
1.93      raeburn  8120: => 'Select First Coordinate on Image',
1.6       bisitz   8121: 
                   8122:    'Select Second Coordinate on Image'
1.93      raeburn  8123: => 'Select Second Coordinate on Image',
1.6       bisitz   8124: 
                   8125:    'Select Finish to save selection'
1.93      raeburn  8126: => 'Select Finish to save selection',
1.6       bisitz   8127: 
                   8128:    'Enter Coordinate or click finish to close Polygon'
1.93      raeburn  8129: => 'Enter Coordinate or click finish to close Polygon',
1.6       bisitz   8130: 
                   8131:    'Click to select a Coordinate or click Finish to save current selection'
1.93      raeburn  8132: => 'Click to select a Coordinate or click Finish to save current selection',
1.6       bisitz   8133: 
                   8134:    'New Name'
1.93      raeburn  8135: => 'New Name',
1.6       bisitz   8136: 
                   8137:    'Make Obsolete'
1.93      raeburn  8138: => 'Make Obsolete',
1.6       bisitz   8139: 
                   8140:    'Set Margins'
1.93      raeburn  8141: => 'Set Margins',
1.6       bisitz   8142: 
                   8143:    'How should each column be formatted?'
1.93      raeburn  8144: => 'How should each column be formatted?', # n.t.
1.6       bisitz   8145: 
                   8146:    'Width:'
1.26      zhu      8147: => '宽:', # n.t.
1.6       bisitz   8148: 
                   8149:    'Height:'
1.26      zhu      8150: => '高:', # n.t.
1.6       bisitz   8151: 
                   8152:    'Left Margin:'
1.93      raeburn  8153: => 'Left Margin:', # n.t.
1.6       bisitz   8154: 
                   8155:    'Username and/or password could not be authenticated.'
1.9       zhu      8156: => '用户名和(或)密码无法验证。',
1.6       bisitz   8157: 
                   8158:    'Please check the username and password.'
1.9       zhu      8159: => '请检查您的用户名和密码。',
1.6       bisitz   8160: 
                   8161:    'Try again'
1.9       zhu      8162: => '再试一次',
1.6       bisitz   8163: 
                   8164:    'Information needed to verify your login information is missing, inaccessible or expired.'
1.9       zhu      8165: => '验证您的登录的信息丢失,无法进入或已经过期。',
1.6       bisitz   8166: 
                   8167:    'Sending'
1.56      zhu      8168: => '发送中',
1.6       bisitz   8169: 
                   8170:    'Completed.'
1.56      zhu      8171: => '邮件已发送。',
1.6       bisitz   8172: 
                   8173:    'Messages being sent.'
1.55      zhu      8174: => '邮件被发送。',
1.6       bisitz   8175: 
                   8176:    'Assigning'
1.93      raeburn  8177: => 'Assigning',
1.6       bisitz   8178: 
                   8179:    'ending'
1.93      raeburn  8180: => 'ending',
1.6       bisitz   8181: 
                   8182:    'Assistant Co-Author'
1.93      raeburn  8183: => 'Assistant Co-Author',
1.6       bisitz   8184: 
                   8185:    'Metadata for [_1]'
1.93      raeburn  8186: => 'Metadata for [_1]',
1.6       bisitz   8187: 
                   8188:    'There are [_1] matches to your query.'
1.18      zhu      8189: => '有 [_1] 匹配您的查询。',
1.6       bisitz   8190: 
1.71      bisitz   8191:    'There were no results matching your query.'
1.93      raeburn  8192: => 'There were no results matching your query.',
1.71      bisitz   8193: 
1.6       bisitz   8194:    'Revise search'
1.18      zhu      8195: => '修改搜寻',
1.6       bisitz   8196: 
1.71      bisitz   8197:    'Internal Error - Bad view selected.'
1.93      raeburn  8198: => 'Internal Error - Bad view selected.',
1.71      bisitz   8199: 
                   8200:    'Unable to save import results.'
1.93      raeburn  8201: => 'Unable to save import results.',
1.71      bisitz   8202: 
                   8203:    'A MySQL error has occurred.'
1.93      raeburn  8204: => 'A MySQL error has occurred.',
1.71      bisitz   8205: 
1.6       bisitz   8206:    'Number of accesses'
1.93      raeburn  8207: => 'Number of accesses',
1.6       bisitz   8208: 
                   8209:    'Ascending'
1.18      zhu      8210: => '上升的',
1.6       bisitz   8211: 
                   8212:    'Descending'
1.18      zhu      8213: => '下降的',
1.6       bisitz   8214: 
                   8215:    'Students Attempting'
1.93      raeburn  8216: => 'Students Attempting', # ??? [SB 2007-07-03]
1.6       bisitz   8217: 
                   8218:    'Average Number of Tries'
1.93      raeburn  8219: => 'Average Number of Tries',
1.6       bisitz   8220: 
                   8221:    'Mean Degree of Difficulty'
1.93      raeburn  8222: => 'Mean Degree of Difficulty',
1.6       bisitz   8223: 
                   8224:    'Mean Degree of Discrimination'
1.93      raeburn  8225: => 'Mean Degree of Discrimination',
1.6       bisitz   8226: 
                   8227:    'Evaluation: Clear'
1.93      raeburn  8228: => 'Evaluation: Clear',
1.6       bisitz   8229: 
                   8230:    'Evaluation: Technically Correct'
1.93      raeburn  8231: => 'Evaluation: Technically Correct',
1.6       bisitz   8232: 
                   8233:    'Evaluation: Material is Correct'
1.93      raeburn  8234: => 'Evaluation: Material is Correct',
1.6       bisitz   8235: 
                   8236:    'Evaluation: Material is Helpful'
1.93      raeburn  8237: => 'Evaluation: Material is Helpful',
1.6       bisitz   8238: 
                   8239:    'Evaluation: Material has Depth'
1.93      raeburn  8240: => 'Evaluation: Material has Depth',
1.6       bisitz   8241: 
                   8242:    'Prev'
1.18      zhu      8243: => '上一个',
1.6       bisitz   8244: 
                   8245:    'Reload'
1.18      zhu      8246: => '重新加载',
1.6       bisitz   8247: 
                   8248:    'Results [_1] to [_2] out of [_3]'
1.18      zhu      8249: => '结果 [_1] 至 [_2] 的 [_3]',
1.6       bisitz   8250: 
1.80      bisitz   8251:    'Unactionable Search Query'
1.18      zhu      8252: => '查询被否决',
1.6       bisitz   8253: 
                   8254:    'Revise Search Request'
1.18      zhu      8255: => '修改搜索请求',
1.6       bisitz   8256: 
                   8257:    'LON-CAPA Access Control'
1.18      zhu      8258: => 'LON-CAPA 访问控制',
1.6       bisitz   8259: 
                   8260:    'Access  : '
1.18      zhu      8261: => '访问  : ',
1.6       bisitz   8262: 
                   8263:    'Resource: '
1.18      zhu      8264: => '资源: ',
1.6       bisitz   8265: 
                   8266:    'Action  : '
1.93      raeburn  8267: => 'Action  : ',
1.6       bisitz   8268: 
                   8269:    'You have modified your course recently, [_1] may fix this access problem.'
1.93      raeburn  8270: => 'You have modified your course recently, [_1] may fix this access problem.',
1.6       bisitz   8271: 
                   8272:    'Published on ...'
1.93      raeburn  8273: => 'Published on ...',
1.6       bisitz   8274: 
                   8275:    'Currently published version'
1.93      raeburn  8276: => 'Currently published version',
1.6       bisitz   8277: 
                   8278:    'Edit Metadata'
1.93      raeburn  8279: => 'Edit Metadata',
1.6       bisitz   8280: 
                   8281:    'Cleanup XML Document'
1.93      raeburn  8282: => 'Cleanup XML Document',
1.6       bisitz   8283: 
                   8284:    'Select actions to attempt:'
1.12      zhu      8285: => '选择所需的行动:',
1.6       bisitz   8286: 
                   8287:    'Linefeeds, formfeeds, and carriage returns'
1.93      raeburn  8288: => 'Linefeeds, formfeeds, and carriage returns',
1.6       bisitz   8289: 
                   8290:    'Empty tags'
1.93      raeburn  8291: => 'Empty tags',
1.6       bisitz   8292: 
                   8293:    'Lower casing'
1.93      raeburn  8294: => 'Lower casing',
1.6       bisitz   8295: 
                   8296:    'Symbol font'
1.93      raeburn  8297: => 'Symbol font', # ??? [SB 2007-07-03]
1.6       bisitz   8298: 
                   8299:    'Cleanup'
1.93      raeburn  8300: => 'Cleanup',
1.6       bisitz   8301: 
                   8302:    'Back to Source File'
1.93      raeburn  8303: => 'Back to Source File',
1.6       bisitz   8304: 
                   8305:    'Hypertext Cascading Style Sheet'
1.93      raeburn  8306: => 'Hypertext Cascading Style Sheet',
1.6       bisitz   8307: 
                   8308:    'Online Survey'
1.93      raeburn  8309: => 'Online Survey',
1.6       bisitz   8310: 
                   8311:    'Unable to find [_1]'
1.93      raeburn  8312: => 'Unable to find [_1]',
1.6       bisitz   8313: 
                   8314:    'Post Server Announcements'
1.93      raeburn  8315: => 'Post Server Announcements',
1.6       bisitz   8316: 
                   8317:    'Post announcements to the system login and roles screen'
1.93      raeburn  8318: => 'Post announcements to the system login and roles screen',
1.6       bisitz   8319: 
                   8320:    '(leave blank to delete announcement)'
1.100     raeburn  8321: => '(leave blank to delete announcement)',
1.6       bisitz   8322: 
                   8323:    'Check machines:'
1.93      raeburn  8324: => 'Check machines:',
1.6       bisitz   8325: 
                   8326:    'Current Announcement'
1.93      raeburn  8327: => 'Current Announcement',
1.6       bisitz   8328: 
                   8329:    'Calendar'
                   8330: => '日历',
                   8331: 
                   8332:    'Download your Calendar as iCalendar File'
1.9       zhu      8333: => '下载您的日历',
1.6       bisitz   8334: 
                   8335:    'No calendar available for this date.'
1.9       zhu      8336: => '没有日历用于此日期。',
1.6       bisitz   8337: 
                   8338:    'Posting [_1]'
1.93      raeburn  8339: => 'Posting [_1]',
1.6       bisitz   8340: 
1.74      bisitz   8341:    'This LON-CAPA server is version [_1]'
1.10      zhu      8342: => '这里是 LON-CAPA [_1]',
1.6       bisitz   8343: 
1.74      bisitz   8344:    'Only changes made from servers running LON-CAPA [_1] or later are displayed.'
1.93      raeburn  8345: => 'Only changes made from servers running LON-CAPA [_1] or later are displayed.',
1.74      bisitz   8346: 
1.6       bisitz   8347:    'Edit Answer'
1.93      raeburn  8348: => 'Edit Answer',
1.6       bisitz   8349: 
                   8350:    'Date/Time'
1.9       zhu      8351: => '日期/时间',
1.6       bisitz   8352: 
                   8353:    'Threshold Name'
1.93      raeburn  8354: => 'Threshold Name',
1.6       bisitz   8355: 
                   8356:    'Current value'
1.93      raeburn  8357: => 'Current value',
1.6       bisitz   8358: 
                   8359:    'Change?'
1.9       zhu      8360: => '改变?',
1.6       bisitz   8361: 
                   8362:    'Make changes'
1.9       zhu      8363: => '保存',
1.6       bisitz   8364: 
                   8365:    'Change thresholds'
1.93      raeburn  8366: => 'Change thresholds',
1.6       bisitz   8367: 
                   8368:    'Picture Conversion Status'
1.93      raeburn  8369: => 'Picture Conversion Status',
1.6       bisitz   8370: 
                   8371:    'Class Print Status'
1.93      raeburn  8372: => 'Class Print Status',
1.6       bisitz   8373: 
                   8374:    'Removing error messages:'
1.93      raeburn  8375: => 'Removing error messages:',
1.6       bisitz   8376: 
1.32      bisitz   8377:    'Invalid target directory, FAIL'
1.93      raeburn  8378: => 'Invalid target directory, FAIL',
1.32      bisitz   8379: 
1.6       bisitz   8380:    'Creating old version [_1]'
1.93      raeburn  8381: => 'Creating old version [_1]',
1.6       bisitz   8382: 
                   8383:    'Initial version'
1.93      raeburn  8384: => 'Initial version',
1.6       bisitz   8385: 
                   8386:    'Press "Generate Statistics" when you are ready.'
1.93      raeburn  8387: => 'Press "Generate Statistics" when you are ready.',
1.6       bisitz   8388: 
                   8389:    '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  8390: => '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   8391: 
                   8392:    'A course-wide error occurred.'
1.93      raeburn  8393: => 'A course-wide error occurred.',
1.6       bisitz   8394: 
                   8395:    'none'
1.70      zhu      8396: => '没有',
1.6       bisitz   8397: 
                   8398:    'Prepare Report'
1.70      zhu      8399: => '编写报告',
1.6       bisitz   8400: 
1.48      bisitz   8401:    'Show problem'
                   8402: => '提示显示',
1.6       bisitz   8403: 
1.48      bisitz   8404:    'Show correct answers'
1.93      raeburn  8405: => 'Show correct answers',
1.6       bisitz   8406: 
1.48      bisitz   8407:    'Show all submissions'
1.93      raeburn  8408: => 'Show all submissions',
1.6       bisitz   8409: 
1.48      bisitz   8410:    'Show problem grading'
1.93      raeburn  8411: => 'Show problem grading',
1.6       bisitz   8412: 
1.92      raeburn  8413:    'Computing correct answers greatly increases the amount of time required to prepare a report.'
1.93      raeburn  8414: => 'Computing correct answers greatly increases the amount of time required to prepare a report.',
1.6       bisitz   8415: 
                   8416:    'Please select problems and use the [_1]Prepare Report[_2] button to continue.'
1.93      raeburn  8417: => 'Please select problems and use the [_1]Prepare Report[_2] button to continue.',
1.6       bisitz   8418: 
                   8419:    'Please select a Survey to analyze'
1.93      raeburn  8420: => 'Please select a Survey to analyze',
1.6       bisitz   8421: 
                   8422:    'There are no survey problems in this course.'
1.93      raeburn  8423: => 'There are no survey problems in this course.',
1.6       bisitz   8424: 
                   8425:    'Generate Survey Report'
1.93      raeburn  8426: => 'Generate Survey Report',
1.6       bisitz   8427: 
                   8428:    'Building text document.'
1.93      raeburn  8429: => 'Building text document.',
1.6       bisitz   8430: 
                   8431:    'Generated on [_1]'
1.93      raeburn  8432: => 'Generated on [_1]',
1.6       bisitz   8433: 
                   8434:    'Your text file'
1.93      raeburn  8435: => 'Your text file',
1.6       bisitz   8436: 
                   8437:    'Done compiling text file. See link below to download.'
1.93      raeburn  8438: => 'Done compiling text file. See link below to download.',
1.6       bisitz   8439: 
                   8440:    'There is no essay or string response data to output for this survey.'
1.93      raeburn  8441: => 'There is no essay or string response data to output for this survey.',
1.6       bisitz   8442: 
                   8443:    'Building spreadsheet.'
1.18      zhu      8444: => '生成电子表格。',
1.6       bisitz   8445: 
                   8446:    '[_1]:[_2] responses to [_3] may be too long to fit Excel spreadsheet.'
1.98      bisitz   8447: => '[_1]:[_2] responses to [_3] may be too long to fit Excel spreadsheet.',
1.6       bisitz   8448: 
                   8449:    'Done compiling spreadsheet. See link below to download.'
1.93      raeburn  8450: => 'Done compiling spreadsheet. See link below to download.',
1.6       bisitz   8451: 
                   8452:    'Make a sequence selection from the "Sequences and Folders" menu and hit "Create Plot" to begin'
1.93      raeburn  8453: => 'Make a sequence selection from the "Sequences and Folders" menu and hit "Create Plot" to begin',
1.6       bisitz   8454: 
                   8455:    'Create Plot'
1.93      raeburn  8456: => 'Create Plot',
1.6       bisitz   8457: 
                   8458:    'Start Time:'
1.93      raeburn  8459: => 'Start Time:',
1.6       bisitz   8460: 
                   8461:    'End Time:'
1.93      raeburn  8462: => 'End Time:',
1.6       bisitz   8463: 
                   8464:    'Sender'
1.27      zhu      8465: => '寄件人',
1.6       bisitz   8466: 
                   8467:    'Number'
1.93      raeburn  8468: => 'Number',
1.6       bisitz   8469: 
                   8470:    'Upload Classlist'
1.93      raeburn  8471: => 'Upload Classlist',
1.6       bisitz   8472: 
                   8473:    'Semicolon separated values'
1.27      zhu      8474: => '以分号分隔',
1.6       bisitz   8475: 
                   8476:    'Show Log'
                   8477: => '查看日志',
                   8478: 
                   8479:    'Course Document Change Log'
1.93      raeburn  8480: => 'Course Document Change Log',
1.6       bisitz   8481: 
                   8482:    'Records'
1.93      raeburn  8483: => 'Records',
1.6       bisitz   8484: 
                   8485:    'Before'
                   8486: => '以前',
                   8487: 
                   8488:    'After'
                   8489: => '以后',
                   8490: 
                   8491:    'Current folder/page'
1.10      zhu      8492: => '当前文件夹/页',
1.6       bisitz   8493: 
                   8494:    'Containing phrase'
1.10      zhu      8495: => '含有短语',
1.6       bisitz   8496: 
                   8497:    'None'
1.10      zhu      8498: => '没有',
1.6       bisitz   8499: 
                   8500:    'Users'
                   8501: => '用户',
                   8502: 
                   8503:    'Include parameter types'
1.93      raeburn  8504: => 'Include parameter types',
1.6       bisitz   8505: 
                   8506:    'Parameter Change Log'
1.93      raeburn  8507: => 'Parameter Change Log',
1.6       bisitz   8508: 
                   8509:    'Announce'
1.93      raeburn  8510: => 'Announce',
1.6       bisitz   8511: 
                   8512:    'Not active anymore'
1.93      raeburn  8513: => 'Not active anymore',
1.6       bisitz   8514: 
                   8515:    'Add to Course Announcements'
1.93      raeburn  8516: => 'Add to Course Announcements',
1.6       bisitz   8517: 
                   8518:    'Username : Domain'
1.26      zhu      8519: => '用户名:域',
1.6       bisitz   8520: 
                   8521:    'Active'
1.26      zhu      8522: => '活跃的',
1.6       bisitz   8523: 
                   8524:    'Expired'
1.93      raeburn  8525: => 'Expired',
1.6       bisitz   8526: 
                   8527:    'Future'
1.93      raeburn  8528: => 'Future',
1.6       bisitz   8529: 
                   8530:    'Sort by realm first, then student (group/section)'
1.93      raeburn  8531: => 'Sort by realm first, then student (group/section)',
1.6       bisitz   8532: 
                   8533:    'Sort by student (group/section) first, then realm'
1.93      raeburn  8534: => 'Sort by student (group/section) first, then realm',
1.6       bisitz   8535: 
                   8536:    'Shift all dates based on this date'
1.93      raeburn  8537: => 'Shift all dates based on this date',
1.6       bisitz   8538: 
                   8539:    'Overview Mode'
1.27      zhu      8540: => '概况模式',
1.6       bisitz   8541: 
                   8542:    'Overview'
1.27      zhu      8543: => '概况',
1.6       bisitz   8544: 
                   8545:    'Set Parameters'
1.27      zhu      8546: => '参数设置',
1.6       bisitz   8547: 
                   8548:    'Parts'
1.27      zhu      8549: => '部分',
1.6       bisitz   8550: 
                   8551:    'Section(s)'
1.70      zhu      8552: => '章节(en)',
1.6       bisitz   8553: 
                   8554:    'Group(s)'
1.12      zhu      8555: => '组',
1.6       bisitz   8556: 
                   8557:    'Parameter Selection'
1.70      zhu      8558: => '参数选择',
1.6       bisitz   8559: 
                   8560:    'Add Selection for...'
1.93      raeburn  8561: => 'Add Selection for...',
1.6       bisitz   8562: 
                   8563:    'Select Common Only'
1.98      bisitz   8564: => 'Select Common Only',
1.6       bisitz   8565: 
                   8566:    'Problem Dates'
1.93      raeburn  8567: => 'Problem Dates',
1.6       bisitz   8568: 
                   8569:    'Content Dates'
1.93      raeburn  8570: => 'Content Dates',
1.6       bisitz   8571: 
                   8572:    'Discussion Settings'
1.93      raeburn  8573: => 'Discussion Settings',
1.6       bisitz   8574: 
                   8575:    'Visibilities'
1.70      zhu      8576: => '可见的',
1.6       bisitz   8577: 
                   8578:    'Part Parameters'
1.27      zhu      8579: => '部分参数',
1.6       bisitz   8580: 
                   8581:    'For User [_1] or Student/Employee ID [_2] at Domain [_3]'
1.27      zhu      8582: => '对于用户 [_1] 或学生/员工编号 [_2] 在域 [_3]',
1.6       bisitz   8583: 
                   8584:    'Group Files'
                   8585: => '编组文件',
                   8586: 
                   8587:    "Enter user:domain for User's 'About Me' Page"
1.93      raeburn  8588: => "Enter user:domain for User's 'About Me' Page",
1.6       bisitz   8589: 
                   8590:    'No map selected.'
1.93      raeburn  8591: => 'No map selected.',
1.6       bisitz   8592: 
                   8593:    'Most Recent:'
1.70      zhu      8594: => '最新:', # n.t.
1.6       bisitz   8595: 
                   8596:    'In Course:'
1.70      zhu      8597: => '课程:', # n.t.
1.6       bisitz   8598: 
                   8599:    'Use:'
1.70      zhu      8600: => '使用:', # n.t.
1.6       bisitz   8601: 
                   8602:    'Search LON-CAPA help'
1.70      zhu      8603: => '搜索 LON-CAPA 帮助',
1.6       bisitz   8604: 
                   8605:    'Before course enrollment start!'
1.93      raeburn  8606: => 'Before course enrollment start!',
1.6       bisitz   8607: 
                   8608:    'After course enrollment end!'
1.93      raeburn  8609: => 'After course enrollment end!',
1.6       bisitz   8610: 
                   8611:    'in the past'
1.27      zhu      8612: => '在过去',
1.6       bisitz   8613: 
                   8614:    'in the future'
1.27      zhu      8615: => '在将来',
1.6       bisitz   8616: 
                   8617:    'Choose'
1.98      bisitz   8618: => 'Choose',
1.6       bisitz   8619: 
                   8620:    'Title:'
1.27      zhu      8621: => '标题:',
1.6       bisitz   8622: 
                   8623:    'URL:'
                   8624: => 'URL:',
                   8625: 
                   8626:    'Course, Portfolio and Catalog Search'
1.36      zhu      8627: => '目录搜索,组合搜索和课程搜索',
1.6       bisitz   8628: 
                   8629:    'ERROR:'
1.36      zhu      8630: => '错误:',
1.6       bisitz   8631: 
                   8632:    'occurred while running'
1.93      raeburn  8633: => 'occurred while running', # n.t.
1.6       bisitz   8634: 
                   8635:    '(click for example)'
1.98      bisitz   8636: => '(click for example)',
1.6       bisitz   8637: 
                   8638:    'click for example'
1.93      raeburn  8639: => 'click for example',
1.6       bisitz   8640: 
                   8641:    'Re-Enable'
1.70      zhu      8642: => '重新启用',
1.6       bisitz   8643: 
                   8644:    'Script Functions'
1.93      raeburn  8645: => 'Script Functions',
1.6       bisitz   8646: 
                   8647:    'Image Options'
1.70      zhu      8648: => '图像选项', # n.t.
1.6       bisitz   8649: 
                   8650:    'left'
1.27      zhu      8651: => '左边',
1.6       bisitz   8652: 
                   8653:    'right'
1.27      zhu      8654: => '右边',
1.6       bisitz   8655: 
                   8656:    'TeXwidth (mm):'
1.26      zhu      8657: => 'TeX-宽 (mm):',
1.6       bisitz   8658: 
                   8659:    'TeXheight (mm):'
1.26      zhu      8660: => 'TeX-高 (mm):',
1.6       bisitz   8661: 
                   8662:    'TeXwrap:'
1.93      raeburn  8663: => 'TeXwrap:', # n.t., ??? [SB 2007-07-11]
1.6       bisitz   8664: 
                   8665:    'Sorry!'
1.12      zhu      8666: => '对不起...',
1.6       bisitz   8667: 
                   8668:    'Resource not available.'
1.93      raeburn  8669: => 'Resource not available.', # n.t.
1.6       bisitz   8670: 
1.88      bisitz   8671:    'File Type'
1.93      raeburn  8672: => 'File Type',
1.6       bisitz   8673: 
                   8674:    'Output of decompress:'
1.93      raeburn  8675: => 'Output of decompress:',
1.6       bisitz   8676: 
                   8677:    'Decompress complete.'
1.93      raeburn  8678: => 'Decompress complete.',
1.6       bisitz   8679: 
                   8680:    'Archive:'
1.70      zhu      8681: => '存档:',
1.6       bisitz   8682: 
                   8683:    'inflating:'
1.93      raeburn  8684: => 'inflating:',
1.6       bisitz   8685: 
                   8686:    'Incorrect:'
1.18      zhu      8687: => '错误:',
1.6       bisitz   8688: 
                   8689:    'Correct:'
1.18      zhu      8690: => '正确:',
1.6       bisitz   8691: 
                   8692:    'Correct'
1.18      zhu      8693: => '正确',
1.6       bisitz   8694: 
                   8695:    'Pick course first'
1.12      zhu      8696: => '只能选择课程',
1.6       bisitz   8697: 
                   8698:    'User Information Changed'
1.12      zhu      8699: => '用户信息变更',
1.6       bisitz   8700: 
                   8701:    'Changed To'
1.70      zhu      8702: => '改为',
1.6       bisitz   8703: 
                   8704:    'disk space allocated to portfolio files'
1.93      raeburn  8705: => 'disk space allocated to portfolio files',
1.6       bisitz   8706: 
                   8707:    'You have new messages'
1.93      raeburn  8708: => 'You have new messages',
1.6       bisitz   8709: 
                   8710:    'Destination folder'
1.55      zhu      8711: => '目的文件夹',
1.6       bisitz   8712: 
                   8713:    'Mark Read'
1.12      zhu      8714: => '标记为已读',
1.6       bisitz   8715: 
                   8716:    'Move to Folder ->'
1.12      zhu      8717: => '移至文件夹 ->',
1.6       bisitz   8718: 
1.55      zhu      8719:    'Register Response Devices (&quot;Clickers&quot;)'
1.64      zhu      8720: => '注册应答设备 (&quot;Clickers&quot;)',
1.6       bisitz   8721: 
                   8722:    'Enter response device ("clicker") numbers'
1.64      zhu      8723: => '输入应答设备(&quot;Clickers&quot;)的号码',
1.6       bisitz   8724: 
                   8725:    'Locating your clicker ID'
1.18      zhu      8726: => '定位您的应答设备编号',
1.6       bisitz   8727: 
                   8728:    'Register Clicker'
1.18      zhu      8729: => '注册应答设备',
1.6       bisitz   8730: 
                   8731:    'Register'
1.18      zhu      8732: => '注册',
1.6       bisitz   8733: 
                   8734:    'New Link'
1.13      zhu      8735: => '新的书签', # n.t.
1.6       bisitz   8736: 
                   8737:    'Refresh'
1.13      zhu      8738: => '更新', # n.t.
1.6       bisitz   8739: 
1.73      bisitz   8740:    'Custom metadata [_1]'
                   8741: => '自定义元数据 [_1]',
1.6       bisitz   8742: 
                   8743:    'Question/Comment/Feedback about course content'
1.18      zhu      8744: => '课程内容的问题/评论/反馈',
1.6       bisitz   8745: 
                   8746:    'User modify/custom role edit'
1.70      zhu      8747: => '用户帐户和权限管理',
1.6       bisitz   8748: 
                   8749:    'User Search'
1.70      zhu      8750: => '用户搜索',
1.6       bisitz   8751: 
                   8752:    'to add/modify roles'
1.70      zhu      8753: => ', 添加/修改角色',
1.6       bisitz   8754: 
                   8755:    'is'
1.70      zhu      8756: => '是',
1.6       bisitz   8757: 
                   8758:    'contains'
1.70      zhu      8759: => '包括',
1.6       bisitz   8760: 
                   8761:    'in this domain'
1.70      zhu      8762: => '在该域',
1.6       bisitz   8763: 
                   8764:    'in institutional directory'
1.70      zhu      8765: => '在研究所目录',
1.6       bisitz   8766: 
                   8767:    'Domain/institution to search'
1.93      raeburn  8768: => 'Domain/institution to search',
1.6       bisitz   8769: 
                   8770:    'Directory search has not been configured for domain: [_1]'
1.70      zhu      8771: => '目录搜索,在还没有被配置的域:[_1]',
1.6       bisitz   8772: 
                   8773:    'permanent e-mail'
1.70      zhu      8774: => '永久电子邮件',
1.6       bisitz   8775: 
                   8776:    'Set user role'
1.70      zhu      8777: => '设置用户角色',
1.6       bisitz   8778: 
                   8779:    'No exact match found for this username ([_1]) in this domain.'
1.70      zhu      8780: => '对该用户名([_1])在这个领域中没有找到完全匹配的。',
1.6       bisitz   8781: 
                   8782:    'No match found for this username ([_1]) in this domain.'
1.70      zhu      8783: => '对该用户名([_1])在这个领域中没有找到相应的。',
1.6       bisitz   8784: 
                   8785:    'Make new user "[_1]"'
1.70      zhu      8786: => '新用户 "[_1]"',
1.6       bisitz   8787: 
1.84      bisitz   8788:    'Course Editor'
1.6       bisitz   8789: => '编辑课程',
                   8790: 
1.84      bisitz   8791:    'Community Editor'
1.93      raeburn  8792: => 'Community Editor',
1.84      bisitz   8793: 
1.6       bisitz   8794:    'Choose which items you wish to export from your Course.'
1.70      zhu      8795: => '选择您要从课程中导出的项目。',
1.6       bisitz   8796: 
                   8797:    'Content items'
1.70      zhu      8798: => '内容项目',
1.6       bisitz   8799: 
                   8800:    'Discussion posts'
1.70      zhu      8801: => '讨论文章',
1.6       bisitz   8802: 
                   8803:    'Download the zip file from'
1.70      zhu      8804: => '下载zip档案从:',
1.6       bisitz   8805: 
                   8806:    'IMS course archive'
1.70      zhu      8807: => 'IMS课程存档',
1.6       bisitz   8808: 
                   8809:    'last name, first name'
1.70      zhu      8810: => '姓氏,名字',
1.6       bisitz   8811: 
                   8812:    'Select a Template'
1.93      raeburn  8813: => 'Select a Template',
1.6       bisitz   8814: 
                   8815:    'Edit custom role'
1.93      raeburn  8816: => 'Edit custom role',
1.6       bisitz   8817: 
                   8818:    'Privilege'
1.93      raeburn  8819: => 'Privilege',
1.6       bisitz   8820: 
                   8821:    'Showing users with a name starting with [_1]'
1.26      zhu      8822: => '显示用户,起始是 [_1]',
1.6       bisitz   8823: 
                   8824:    'Permanent e-mail address'
1.26      zhu      8825: => '永久的 E-Mail 地址',
1.6       bisitz   8826: 
                   8827:    'Permanent e-mail'
1.26      zhu      8828: => '永久的 E-Mail 地址',
1.6       bisitz   8829: 
                   8830:    'User [_1] in domain [_2]'
1.26      zhu      8831: => '用户 [_1] 在域 [_2]',
1.6       bisitz   8832: 
                   8833:    'Result'
1.93      raeburn  8834: => 'Result',
1.6       bisitz   8835: 
                   8836:    'Directory search in domain [_1] is not available for the requested search type: "[_2]"'
1.93      raeburn  8837: => 'Directory search in domain [_1] is not available for the requested search type: "[_2]"',
1.6       bisitz   8838: 
                   8839:    "No match found for this username ([_1]) in your institution's directory."
1.93      raeburn  8840: => "No match found for this username ([_1]) in your institution's directory.",
1.6       bisitz   8841: 
                   8842:    'Setting'
1.93      raeburn  8843: => 'Setting',
1.6       bisitz   8844: 
                   8845:    'Directory search available?'
1.93      raeburn  8846: => 'Directory search available?',
1.6       bisitz   8847: 
                   8848:    'Back to actions menu'
1.93      raeburn  8849: => 'Back to actions menu', # n.t.
1.6       bisitz   8850: 
                   8851:    'Edit action'
1.93      raeburn  8852: => 'Edit action',
1.6       bisitz   8853: 
                   8854:    'Effect'
1.93      raeburn  8855: => 'Effect',
1.6       bisitz   8856: 
                   8857:    'Course / User'
1.93      raeburn  8858: => 'Course / User',
1.6       bisitz   8859: 
                   8860:    'deny'
1.93      raeburn  8861: => 'deny',
1.6       bisitz   8862: 
                   8863:    'allow'
1.93      raeburn  8864: => 'allow',
1.6       bisitz   8865: 
                   8866:    'Delete this rule'
1.93      raeburn  8867: => 'Delete this rule',
1.6       bisitz   8868: 
                   8869:    'Insert rule above'
1.93      raeburn  8870: => 'Insert rule above',
1.6       bisitz   8871: 
                   8872:    'Insert rule below'
1.93      raeburn  8873: => 'Insert rule below',
1.6       bisitz   8874: 
                   8875:    'Move rule down'
1.93      raeburn  8876: => 'Move rule down',
1.6       bisitz   8877: 
                   8878:    'Move rule up'
1.93      raeburn  8879: => 'Move rule up',
1.6       bisitz   8880: 
                   8881:    'Warning: It can take up to 1 hour for rights changes to fully propagate.'
1.93      raeburn  8882: => 'Warning: It can take up to 1 hour for rights changes to fully propagate.',
1.6       bisitz   8883: 
                   8884:    'email address'
1.93      raeburn  8885: => 'email address',
1.6       bisitz   8886: 
                   8887:    'Updated'
1.12      zhu      8888: => '已更新',
1.6       bisitz   8889: 
1.89      bisitz   8890:    'The error occurred on host [_1]'
1.93      raeburn  8891: => 'The error occurred on host [_1]',
1.6       bisitz   8892: 
                   8893:    'This error occurred on machine [_1]'
1.93      raeburn  8894: => 'This error occurred on machine [_1]', # n.t.
1.6       bisitz   8895: 
                   8896:    'Clear all Messages in Subdirectory'
1.93      raeburn  8897: => 'Clear all Messages in Subdirectory',
1.6       bisitz   8898: 
                   8899:    'Task information'
1.93      raeburn  8900: => 'Task information',
1.6       bisitz   8901: 
                   8902:    'Automated adds/drops'
1.93      raeburn  8903: => 'Automated adds/drops',
1.6       bisitz   8904: 
                   8905:    'Change enrollment dates'
1.93      raeburn  8906: => 'Change enrollment dates',
1.6       bisitz   8907: 
                   8908:    'Change access dates'
1.93      raeburn  8909: => 'Change access dates',
1.6       bisitz   8910: 
                   8911:    'Notification of changes'
1.93      raeburn  8912: => 'Notification of changes',
1.6       bisitz   8913: 
                   8914:    'Change crosslistings'
1.93      raeburn  8915: => 'Change crosslistings',
1.6       bisitz   8916: 
                   8917:    'Section settings'
1.93      raeburn  8918: => 'Section settings',
1.6       bisitz   8919: 
                   8920:    'Student photo settings'
1.93      raeburn  8921: => 'Student photo settings',
1.6       bisitz   8922: 
                   8923:    'Update roster now'
1.93      raeburn  8924: => 'Update roster now',
1.6       bisitz   8925: 
                   8926:    'Update student photos'
1.93      raeburn  8927: => 'Update student photos',
1.6       bisitz   8928: 
                   8929:    'View students and change type'
1.93      raeburn  8930: => 'View students and change type',
1.6       bisitz   8931: 
                   8932:    'Changes to nightly automated enrollments'
1.93      raeburn  8933: => 'Changes to nightly automated enrollments',
1.6       bisitz   8934: 
                   8935:    'Currently: Nightly adds: [_1], Nightly drops: [_2]'
1.93      raeburn  8936: => 'Currently: Nightly adds: [_1], Nightly drops: [_2]',
1.6       bisitz   8937: 
                   8938:    'OFF'
1.93      raeburn  8939: => 'OFF',
1.6       bisitz   8940: 
                   8941:    'ON'
1.93      raeburn  8942: => 'ON',
1.6       bisitz   8943: 
                   8944:    'Additions based on classlist changes:'
1.93      raeburn  8945: => 'Additions based on classlist changes:',
1.6       bisitz   8946: 
                   8947:    'Removals based on classlist changes:'
1.93      raeburn  8948: => 'Removals based on classlist changes:',
1.6       bisitz   8949: 
                   8950:    'Enable'
1.93      raeburn  8951: => 'Enable',
1.6       bisitz   8952: 
                   8953:    'Disable'
1.93      raeburn  8954: => 'Disable',
1.6       bisitz   8955: 
                   8956:    '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  8957: => '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   8958: 
                   8959:    'Changes to first and/or last automated enrollment dates'
1.98      bisitz   8960: => 'Changes to first and/or last automated enrollment dates',
1.6       bisitz   8961: 
                   8962:    'Currently: First enrollment: [_1], Last enrollment: [_2]'
1.93      raeburn  8963: => 'Currently: First enrollment: [_1], Last enrollment: [_2]',
1.6       bisitz   8964: 
                   8965:    'Set date of first automated enrollment for registered students'
1.93      raeburn  8966: => 'Set date of first automated enrollment for registered students',
1.6       bisitz   8967: 
                   8968:    '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  8969: => '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   8970: 
                   8971:    'Set date of last automated enrollment for registered students'
1.93      raeburn  8972: => 'Set date of last 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, until the last enrollment date has been reached.'
1.93      raeburn  8975: => '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   8976: 
                   8977:    'Changes to default start and/or end dates for student access'
1.98      bisitz   8978: => 'Changes to default start and/or end dates for student access',
1.6       bisitz   8979: 
                   8980:    'Currently: default first access:'
1.93      raeburn  8981: => 'Currently: default first access:',
1.6       bisitz   8982: 
                   8983:    ', default last access:'
1.99      raeburn  8984: => ', default last access:',
1.6       bisitz   8985: 
                   8986:    'Set date of first access for registered students added via automated enrollment'
1.93      raeburn  8987: => 'Set date of first access for registered students added via automated enrollment',
1.6       bisitz   8988: 
                   8989:    'Set date of last access for registered students added via automated enrollment'
1.93      raeburn  8990: => 'Set date of last access for registered students added via automated enrollment',
1.6       bisitz   8991: 
                   8992:    'Changes to section settings'
1.93      raeburn  8993: => 'Changes to section settings',
1.6       bisitz   8994: 
                   8995:    'Currently no sections of'
1.93      raeburn  8996: => 'Currently no sections of',
1.6       bisitz   8997: 
                   8998:    'are contributing enrollment to the LON-CAPA class roster.'
1.93      raeburn  8999: => 'are contributing enrollment to the LON-CAPA class roster.',
1.6       bisitz   9000: 
                   9001:    'Add enrollment from additional sections.'
1.93      raeburn  9002: => 'Add enrollment from additional sections.',
1.6       bisitz   9003: 
                   9004:    'Number of new sections to add:'
1.93      raeburn  9005: => 'Number of new sections to add:',
1.6       bisitz   9006: 
                   9007:    'Students enrolling in the sections listed below will be automatically added to the class roster for LON-CAPA course'
1.93      raeburn  9008: => 'Students enrolling in the sections listed below will be automatically added to the class roster for LON-CAPA course',
1.6       bisitz   9009: 
                   9010:    'if you have chosen to enable a nightly automated enrollment update.'
1.93      raeburn  9011: => 'if you have chosen to enable a nightly automated enrollment update.',
1.6       bisitz   9012: 
                   9013:    'Nightly additions based on classlist changes now'
1.93      raeburn  9014: => 'Nightly additions based on classlist changes now',
1.6       bisitz   9015: 
                   9016:    'Nightly additions based on classlist changes still'
1.93      raeburn  9017: => 'Nightly additions based on classlist changes still',
1.6       bisitz   9018: 
                   9019:    'Nightly removals based on classlist changes now'
1.93      raeburn  9020: => 'Nightly removals based on classlist changes now',
1.6       bisitz   9021: 
                   9022:    'Nightly removals based on classlist changes still'
1.93      raeburn  9023: => 'Nightly removals based on classlist changes still',
1.6       bisitz   9024: 
                   9025:    'enabled'
1.93      raeburn  9026: => 'enabled',
1.6       bisitz   9027: 
                   9028:    'disabled'
1.93      raeburn  9029: => 'disabled',
1.6       bisitz   9030: 
                   9031:    'The first date for automated enrollment has been changed'
1.93      raeburn  9032: => 'The first date for automated enrollment has been changed',
1.6       bisitz   9033: 
                   9034:    'The last date for automated enrollment has been changed'
1.93      raeburn  9035: => 'The last date for automated enrollment has been changed',
1.6       bisitz   9036: 
                   9037:    'The first date for automated enrollment has been left unchanged as'
1.93      raeburn  9038: => 'The first date for automated enrollment has been left unchanged as',
1.6       bisitz   9039: 
                   9040:    'The last date for automated enrollment has been left unchanged as'
1.93      raeburn  9041: => 'The last date for automated enrollment has been left unchanged as',
1.6       bisitz   9042: 
                   9043:    'Currently: Notification:'
1.93      raeburn  9044: => 'Currently: Notification:',
1.6       bisitz   9045: 
                   9046:    'Notification of LON-CAPA course roster changes resulting from nightly automated enrollment process?'
1.93      raeburn  9047: => 'Notification of LON-CAPA course roster changes resulting from nightly automated enrollment process?',
1.6       bisitz   9048: 
                   9049:    'The table below contains a list of Kurs-Koordinators in this course.'
1.93      raeburn  9050: => 'The table below contains a list of Kurs-Koordinators in this course.',
1.6       bisitz   9051: 
                   9052:    'username:domain'
1.26      zhu      9053: => '用户名:域',
1.6       bisitz   9054: 
                   9055:    'Course Access'
1.93      raeburn  9056: => 'Course Access',
1.6       bisitz   9057: 
                   9058:    'Current notification status'
1.93      raeburn  9059: => 'Current notification status',
1.6       bisitz   9060: 
                   9061:    'Notification active'
1.93      raeburn  9062: => 'Notification active',
1.6       bisitz   9063: 
                   9064:    'Notification inactive'
1.93      raeburn  9065: => 'Notification inactive',
1.6       bisitz   9066: 
                   9067:    'Notification?'
1.93      raeburn  9068: => 'Notification?',
1.6       bisitz   9069: 
                   9070:    'Notification of enrollment changes now'
1.93      raeburn  9071: => 'Notification of enrollment changes now',
1.6       bisitz   9072: 
                   9073:    'Notification of enrollment changes still'
1.93      raeburn  9074: => 'Notification of enrollment changes still',
1.6       bisitz   9075: 
                   9076:    'The following will receive notification if there are any changes in enrollment in LON-CAPA course:'
1.93      raeburn  9077: => 'The following will receive notification if there are any changes in enrollment in LON-CAPA course:',
1.6       bisitz   9078: 
                   9079:    'as a result of the nightly enrollment check:'
1.93      raeburn  9080: => 'as a result of the nightly enrollment check:',
1.6       bisitz   9081: 
                   9082:    'View/Modify Course Settings'
1.93      raeburn  9083: => 'View/Modify Course Settings',
1.6       bisitz   9084: 
                   9085:    'Course search'
1.93      raeburn  9086: => 'Course search',
1.6       bisitz   9087: 
                   9088:    'View/Modify Courses'
1.93      raeburn  9089: => 'View/Modify Courses',
1.6       bisitz   9090: 
                   9091:    'Course details'
1.93      raeburn  9092: => 'Course details',
1.6       bisitz   9093: 
                   9094:    'Detailed course information:'
1.93      raeburn  9095: => 'Detailed course information:',
1.6       bisitz   9096: 
                   9097:    'Default Access Dates for Students'
1.93      raeburn  9098: => 'Default Access Dates for Students',
1.6       bisitz   9099: 
                   9100:    'Student Counts'
1.93      raeburn  9101: => 'Student Counts',
1.6       bisitz   9102: 
                   9103:    'Auto-enrollment of[_1]registered students'
1.93      raeburn  9104: => 'Auto-enrollment of[_1]registered students',
1.6       bisitz   9105: 
                   9106:    'Details'
                   9107: => 'Details',
                   9108: 
                   9109:    'Not enabled'
1.93      raeburn  9110: => 'Not enabled',
1.6       bisitz   9111: 
                   9112:    'section:'
1.93      raeburn  9113: => 'section:', # n.t.
1.6       bisitz   9114: 
                   9115:    'Previous access'
1.93      raeburn  9116: => 'Previous access',
1.6       bisitz   9117: 
                   9118:    'Current access'
1.93      raeburn  9119: => 'Current access',
1.6       bisitz   9120: 
                   9121:    'Future access'
1.93      raeburn  9122: => 'Future access',
1.6       bisitz   9123: 
                   9124:    'Back to course listing'
                   9125: => '返回课程目录',
                   9126: 
                   9127:    'Immediate course roster update'
1.93      raeburn  9128: => 'Immediate course roster update',
1.6       bisitz   9129: 
                   9130:    'There were no new students to add to the course.'
1.93      raeburn  9131: => 'There were no new students to add to the course.',
1.6       bisitz   9132: 
                   9133:    'Back to options page'
1.93      raeburn  9134: => 'Back to options page',
1.6       bisitz   9135: 
                   9136:    'View/Modify settings for: '
1.93      raeburn  9137: => 'View/Modify settings for: ',
1.6       bisitz   9138: 
                   9139:    'Modify quota for group portfolio files'
1.98      bisitz   9140: => 'Modify quota for group portfolio files',
1.6       bisitz   9141: 
                   9142:    'Display current settings for automated enrollment'
1.93      raeburn  9143: => 'Display current settings for automated enrollment',
1.6       bisitz   9144: 
                   9145:    'Modify institutional code, course owner and/or default authentication'
1.98      bisitz   9146: => 'Modify institutional code, course owner and/or default authentication',
1.6       bisitz   9147: 
                   9148:    'Modify course catalog settings for course'
1.98      bisitz   9149: => 'Modify course catalog settings for course',
1.6       bisitz   9150: 
                   9151:    'Catalog settings'
1.93      raeburn  9152: => 'Catalog settings',
1.6       bisitz   9153: 
                   9154:    'Catalog Settings for Course'
1.93      raeburn  9155: => 'Catalog Settings for Course',
1.6       bisitz   9156: 
1.81      bisitz   9157:    'Visibility in Course/Community Catalog'
1.93      raeburn  9158: => 'Visibility in Course/Community Catalog',
1.6       bisitz   9159: 
1.81      bisitz   9160:    "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  9161: => "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   9162: 
                   9163:    'Auto-cataloging is enabled and the course is assigned an institutional code'
1.93      raeburn  9164: => 'Auto-cataloging is enabled and the course is assigned an institutional code',
1.6       bisitz   9165: 
                   9166:    'The course has been categorized into at least one of the course categories defined for the domain.'
1.93      raeburn  9167: => 'The course has been categorized into at least one of the course categories defined for the domain.',
1.6       bisitz   9168: 
                   9169:    'Exclude from course catalog'
1.93      raeburn  9170: => 'Exclude from course catalog',
1.6       bisitz   9171: 
                   9172:    'Categorize Course'
1.93      raeburn  9173: => 'Categorize Course',
1.6       bisitz   9174: 
                   9175:    'No categories defined for this domain'
1.93      raeburn  9176: => 'No categories defined for this domain',
1.6       bisitz   9177: 
                   9178:    'Assign one or more categories to this course.'
1.93      raeburn  9179: => 'Assign one or more categories to this course.',
1.6       bisitz   9180: 
                   9181:    '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  9182: => '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   9183: 
                   9184:    'Category settings'
1.93      raeburn  9185: => 'Category settings',
1.6       bisitz   9186: 
                   9187:    'Show/Hide a course in the catalog'
1.93      raeburn  9188: => 'Show/Hide a course in the catalog',
1.6       bisitz   9189: 
                   9190:    'Assign a category to a course'
1.93      raeburn  9191: => 'Assign a category to a course',
1.6       bisitz   9192: 
                   9193:    'Set in "Modify Course" (Domain)'
1.93      raeburn  9194: => 'Set in "Modify Course" (Domain)',
1.6       bisitz   9195: 
                   9196:    'Set in "Modify Parameters" (Course)'
1.93      raeburn  9197: => 'Set in "Modify Parameters" (Course)',
1.6       bisitz   9198: 
                   9199:    'Categories'
1.93      raeburn  9200: => 'Categories',
1.6       bisitz   9201: 
                   9202:    'Add category'
1.93      raeburn  9203: => 'Add category',
1.6       bisitz   9204: 
                   9205:    'Add category:'
1.93      raeburn  9206: => 'Add category:',
1.6       bisitz   9207: 
                   9208:    'Add subcategory:'
1.93      raeburn  9209: => 'Add subcategory:',
1.6       bisitz   9210: 
                   9211:    'New:'
1.93      raeburn  9212: => 'New:',
1.6       bisitz   9213: 
                   9214:    'Choose a course'
1.93      raeburn  9215: => 'Choose a course',
1.6       bisitz   9216: 
                   9217:    'Pick action'
1.93      raeburn  9218: => 'Pick action',
1.6       bisitz   9219: 
                   9220:    'Display settings'
1.93      raeburn  9221: => 'Display settings',
1.6       bisitz   9222: 
                   9223:    'Course settings that control automated enrollment in this LON-CAPA course are currently:'
1.93      raeburn  9224: => 'Course settings that control automated enrollment in this LON-CAPA course are currently:',
1.6       bisitz   9225: 
                   9226:    'Course setting'
1.93      raeburn  9227: => 'Course setting',
1.6       bisitz   9228: 
                   9229:    'Modifiable by DC only'
1.93      raeburn  9230: => 'Modifiable by DC only',
1.6       bisitz   9231: 
                   9232:    'Default authentication parameter'
1.93      raeburn  9233: => 'Default authentication parameter',
1.6       bisitz   9234: 
                   9235:    'Default authentication method'
1.93      raeburn  9236: => 'Default authentication method',
1.6       bisitz   9237: 
                   9238:    'Date of last automated enrollment'
1.93      raeburn  9239: => 'Date of last automated enrollment',
1.6       bisitz   9240: 
                   9241:    'Date of first automated enrollment'
1.93      raeburn  9242: => 'Date of first automated enrollment',
1.6       bisitz   9243: 
                   9244:    'Official course code'
1.93      raeburn  9245: => 'Official course code',
1.6       bisitz   9246: 
                   9247:    'Username:domain of course owner'
1.93      raeburn  9248: => 'Username:domain of course owner',
1.6       bisitz   9249: 
                   9250:    'Date of last student access'
1.22      zhu      9251: => '学生访问的结束日期',
1.6       bisitz   9252: 
                   9253:    'Date of first student access'
1.22      zhu      9254: => '学生访问的开始日期',
1.6       bisitz   9255: 
                   9256:    'Course section number(:LON-CAPA section)'
1.93      raeburn  9257: => 'Course section number(:LON-CAPA section)',
1.6       bisitz   9258: 
                   9259:    'Show more details'
1.22      zhu      9260: => '查看更多详情',
1.6       bisitz   9261: 
1.18      zhu      9262:    'Public RSS/podcast (subscribe to)'
                   9263: => '公共RSS /播客(订阅)',
1.6       bisitz   9264: 
                   9265:    'Course Owner:'
1.13      zhu      9266: => '课程所有者:',
1.6       bisitz   9267: 
                   9268:    'Default Authentication method'
1.93      raeburn  9269: => 'Default Authentication method',
1.6       bisitz   9270: 
                   9271:    'Modify settings'
1.93      raeburn  9272: => 'Modify settings',
1.6       bisitz   9273: 
                   9274:    'Automated Enrollment'
1.93      raeburn  9275: => 'Automated Enrollment',
1.6       bisitz   9276: 
                   9277:    'Use the menu on the left to choose an enrollment management task.'
1.93      raeburn  9278: => 'Use the menu on the left to choose an enrollment management task.',
1.6       bisitz   9279: 
                   9280:    'Result of Changes to Automated Enrollment Settings.'
1.93      raeburn  9281: => 'Result of Changes to Automated Enrollment Settings.',
1.6       bisitz   9282: 
                   9283:    'The following automated enrollment parameters have been changed:'
1.93      raeburn  9284: => 'The following automated enrollment parameters have been changed:', # n.t.
1.6       bisitz   9285: 
                   9286:    'now set to'
1.93      raeburn  9287: => 'now set to', # n.t.
1.6       bisitz   9288: 
                   9289:    'still set to'
1.93      raeburn  9290: => 'still set to', # n.t.
1.6       bisitz   9291: 
                   9292:    'The following automated enrollment parameters remain unchanged:'
1.93      raeburn  9293: => 'The following automated enrollment parameters remain unchanged:', # n.t.
1.6       bisitz   9294: 
                   9295:    'Change settings'
1.93      raeburn  9296: => 'Change settings',
1.6       bisitz   9297: 
                   9298:    "Student's agreement needed for listing in student-viewable roster"
1.93      raeburn  9299: => "Student's agreement needed for listing in student-viewable roster",
1.6       bisitz   9300: 
                   9301:    'Include link to accessible portfolio files'
1.93      raeburn  9302: => 'Include link to accessible portfolio files',
1.6       bisitz   9303: 
                   9304:    'Print header format'
1.93      raeburn  9305: => 'Print header format',
1.6       bisitz   9306: 
                   9307:    'Substitutions:<br />[_1]: student name, [_2]: course id, [_3]: assignment note. Numbers after the <tt>%</tt> limit the field size.'
1.93      raeburn  9308: => 'Substitutions:<br />[_1]: student name, [_2]: course id, [_3]: assignment note. Numbers after the <tt>%</tt> limit the field size.',
1.6       bisitz   9309: 
                   9310:    'Force all students in the course to use a specific math rendering engine.'
1.93      raeburn  9311: => 'Force all students in the course to use a specific math rendering engine.',
1.6       bisitz   9312: 
                   9313:    "[_1], [_2] (Convert to Images), [_3] (TeX to HTML), or blank for student's preference"
1.98      bisitz   9314: => "[_1], [_2] (Convert to Images), [_3] (TeX to HTML), or blank for student's preference",
1.6       bisitz   9315: 
                   9316:    'Bridge Task Grading'
1.93      raeburn  9317: => 'Bridge Task Grading',
1.6       bisitz   9318: 
                   9319:    'Classlist Manager'
1.93      raeburn  9320: => 'Classlist Manager', # !?!
1.6       bisitz   9321: 
                   9322:    'Note for students:'
1.70      zhu      9323: => '注意事项:',
1.6       bisitz   9324: 
                   9325:    '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  9326: => '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   9327: 
                   9328:    'Please [_1]log in again[_2].'
1.26      zhu      9329: => '请[_1]重新登录[_2].',
1.6       bisitz   9330: 
                   9331:    'Switching Server ...'
1.70      zhu      9332: => '更换服务器 ...',
1.6       bisitz   9333: 
                   9334:    'Already logged in'
1.70      zhu      9335: => '已经登录',
1.6       bisitz   9336: 
                   9337:    'Apply style file: '
1.93      raeburn  9338: => 'Apply style file: ',
1.6       bisitz   9339: 
                   9340:    'The problem '
1.70      zhu      9341: => '问题 ',
1.6       bisitz   9342: 
                   9343:    'Search criteria'
1.70      zhu      9344: => '搜索条件',
1.6       bisitz   9345: 
                   9346:    'begins with'
1.70      zhu      9347: => '始于',
1.6       bisitz   9348: 
                   9349:    'in selected LON-CAPA domain'
1.70      zhu      9350: => '在选定的 LON-CAPA-域 ',
1.6       bisitz   9351: 
                   9352:    'in institutional directory for selected domain'
1.70      zhu      9353: => '在选定的域中的研究所列表',
1.6       bisitz   9354: 
                   9355:    'No exact match found for the username ([_1]) in LON-CAPA domain: [_2]'
1.70      zhu      9356: => '没有找到完全匹配的用户名([_1] )在LON-CAPA-域:', # n.t.
1.6       bisitz   9357: 
                   9358:    'Creating new account.'
1.70      zhu      9359: => '创建新帐户。',
1.6       bisitz   9360: 
                   9361:    'Report a documentation bug'
1.70      zhu      9362: => '报告文件错误 (Englisch)',
1.6       bisitz   9363: 
                   9364:    'You must specify a valid username. Only the following are allowed: letters numbers - . @'
1.70      zhu      9365: => '您必须指定一个有效的用户名。只允许以下字符:字母,数字, "-", "." 和 "@"',
1.6       bisitz   9366: 
                   9367:    'The following need to be corrected before the search can be run:'
1.70      zhu      9368: => '在搜索可以开始之前,下面必须予以纠正:',
1.6       bisitz   9369: 
                   9370:    'You must include some text to search for.'
1.70      zhu      9371: => '您必须包括一些要搜寻的文字。',
1.6       bisitz   9372: 
                   9373:    "The text you are searching for must contain at least two characters when using a 'begins' type search."
1.70      zhu      9374: => "文本搜索必须包含至少有两个字符,当使用的是'开始'类型的搜索。",
1.6       bisitz   9375: 
                   9376:    "The text you are searching for must contain at least three characters when using a 'contains' type search."
1.70      zhu      9377: => "文字要搜索必须包含至少3个字符时,当使用的是'包含'式的搜索。",
1.6       bisitz   9378: 
                   9379:    'You must choose a domain when using an institutional directory search.'
1.70      zhu      9380: => '您必须选择一个域,当使用的是研究所目录搜索。',
1.6       bisitz   9381: 
                   9382:    'You must choose a domain when using a domain search.'
1.70      zhu      9383: => '您必须选择一个域,当使用域搜索。',
1.6       bisitz   9384: 
                   9385:    "When using searching by last,first you must include a comma as separator between last name and first name."
1.93      raeburn  9386: => "When using searching by last,first you must include a comma as separator between last name and first name.",
1.6       bisitz   9387: 
                   9388:    "When searching by last,first you must include at least one character in the first name."
1.93      raeburn  9389: => "When searching by last,first you must include at least one character in the first name.",
1.6       bisitz   9390: 
                   9391:    'Revoking [_1] in [_2]: [_3]'
1.93      raeburn  9392: => 'Revoking [_1] in [_2]: [_3]',
1.6       bisitz   9393: 
                   9394:    'Revoking custom role:'
1.93      raeburn  9395: => 'Revoking custom role:',
1.6       bisitz   9396: 
                   9397:    'Deleting [_1] in [_2]: [_3]'
1.93      raeburn  9398: => 'Deleting [_1] in [_2]: [_3]',
1.6       bisitz   9399: 
1.52      bisitz   9400:    'Deleting custom role [_1] by [_2] in [_3]'
1.93      raeburn  9401: => 'Deleting custom role [_1] by [_2] in [_3]',
1.6       bisitz   9402: 
                   9403:    'Add to classlist'
1.93      raeburn  9404: => 'Add to classlist',
1.6       bisitz   9405: 
                   9406:    'Re-enabling [_1] in [_2]: [_3]'
1.93      raeburn  9407: => 'Re-enabling [_1] in [_2]: [_3]',
1.6       bisitz   9408: 
1.52      bisitz   9409:    'Re-enabling custom role [_1] by [_2] in [_3]: [_4]'
1.93      raeburn  9410: => 'Re-enabling custom role [_1] by [_2] in [_3]: [_4]',
1.6       bisitz   9411: 
                   9412:    'Unknown command'
1.93      raeburn  9413: => 'Unknown command',
1.6       bisitz   9414: 
                   9415:    '[_1] may not be used as the name for a section, as it is a reserved word.'
1.98      bisitz   9416: => '[_1] may not be used as the name for a section, as it is a reserved word.',
1.6       bisitz   9417: 
                   9418:    '[_1] may not be used as the name for a section, as it is the name of a course group.'
1.98      bisitz   9419: => '[_1] may not be used as the name for a section, as it is the name of a course group.',
1.6       bisitz   9420: 
                   9421:    'Please [_1]go back[_2] and choose a different section name.'
1.93      raeburn  9422: => 'Please [_1]go back[_2] and choose a different section name.',
1.6       bisitz   9423: 
                   9424:    'Drop from classlist: [_1]'
1.93      raeburn  9425: => 'Drop from classlist: [_1]',
1.6       bisitz   9426: 
                   9427:    'Existing Role'
1.93      raeburn  9428: => 'Existing Role',
1.6       bisitz   9429: 
                   9430:    'Assigning Role to Self'
                   9431: => 'Assigning Role to Self', # ???
                   9432: 
                   9433:    'Invalid search.'
1.93      raeburn  9434: => 'Invalid search.',
1.6       bisitz   9435: 
                   9436:    'You must enter a search term.'
1.93      raeburn  9437: => 'You must enter a search term.',
1.6       bisitz   9438: 
                   9439:    'You must specify a valid domain when searching in a domain or institutional directory.'
1.93      raeburn  9440: => 'You must specify a valid domain when searching in a domain or institutional directory.',
1.6       bisitz   9441: 
                   9442:    'You may want to search in the LON-CAPA domain instead of the institutional directory.'
1.93      raeburn  9443: => 'You may want to search in the LON-CAPA domain instead of the institutional directory.',
1.6       bisitz   9444: 
                   9445:    'New users can only be created in the domain to which your current role belongs - [_1].'
1.93      raeburn  9446: => 'New users can only be created in the domain to which your current role belongs - [_1].',
1.6       bisitz   9447: 
                   9448:    'Institutional directory search is not available in domain: [_1]'
1.93      raeburn  9449: => 'Institutional directory search is not available in domain: [_1]',
1.6       bisitz   9450: 
                   9451:    'Institutional directory search in domain: [_1] is only allowed for users with a current role in the domain.'
1.93      raeburn  9452: => 'Institutional directory search in domain: [_1] is only allowed for users with a current role in the domain.',
1.6       bisitz   9453: 
                   9454:    'Institutional directory search in domain: [_1] is not available to your user type: '
1.93      raeburn  9455: => 'Institutional directory search in domain: [_1] is not available to your user type: ',
1.6       bisitz   9456: 
                   9457:    'Institutional directory search has not been configured for domain: [_1]'
1.93      raeburn  9458: => 'Institutional directory search has not been configured for domain: [_1]',
1.6       bisitz   9459: 
                   9460:    'Institutional directory search in domain: [_1] is not available for searching by "[_2]"'
1.93      raeburn  9461: => 'Institutional directory search in domain: [_1] is not available for searching by "[_2]"',
1.6       bisitz   9462: 
                   9463:    'Institutional directory search in domain: [_1] is not available.'
1.93      raeburn  9464: => 'Institutional directory search in domain: [_1] is not available.',
1.6       bisitz   9465: 
                   9466:    'Institutional directory search in domain [_1] is not available for the requested search type: "[_2]"'
1.93      raeburn  9467: => 'Institutional directory search in domain [_1] is not available for the requested search type: "[_2]"',
1.6       bisitz   9468: 
                   9469:    'You may want to broaden your search to a search of the institutional directory for the domain.'
1.93      raeburn  9470: => 'You may want to broaden your search to a search of the institutional directory for the domain.',
1.6       bisitz   9471: 
                   9472:    'You may want to broaden your search to the selected LON-CAPA domain.'
1.93      raeburn  9473: => 'You may want to broaden your search to the selected LON-CAPA domain.',
1.6       bisitz   9474: 
                   9475:    'Pick group first'
1.93      raeburn  9476: => 'Pick group first',
1.6       bisitz   9477: 
                   9478:    'No login name specified'
1.93      raeburn  9479: => 'No login name specified',
1.6       bisitz   9480: 
1.19      zhu      9481:    'Invalid login name'
1.93      raeburn  9482: => 'Invalid login name',
1.6       bisitz   9483: 
1.19      zhu      9484:    'Only letters, numbers, periods, dashes, @, and underscores are valid'
1.93      raeburn  9485: => 'Only letters, numbers, periods, dashes, @, and underscores are valid',
1.6       bisitz   9486: 
                   9487:    'For this user, the default quota would be [_1] Mb.'
1.93      raeburn  9488: => 'For this user, the default quota would be [_1] Mb.',
1.6       bisitz   9489: 
                   9490:    "For this user, the default quota would be [_1] Mb, as determined by the user's institutional affiliation ([_2])."
1.93      raeburn  9491: => "For this user, the default quota would be [_1] Mb, as determined by the user's institutional affiliation ([_2]).",
1.6       bisitz   9492: 
                   9493:    "For this user, the default quota of [_1] Mb, is determined by the user's institutional affiliation ([_2])."
1.93      raeburn  9494: => "For this user, the default quota of [_1] Mb, is determined by the user's institutional affiliation ([_2]).",
1.6       bisitz   9495: 
                   9496:    'in all LON-CAPA domains.'
1.93      raeburn  9497: => 'in all LON-CAPA domains.',
1.6       bisitz   9498: 
                   9499:    'in LON-CAPA domains:'
1.93      raeburn  9500: => 'in LON-CAPA domains:',
1.6       bisitz   9501: 
                   9502:    'in LON-CAPA domain '
1.31      bisitz   9503: => '在LON-CAPA域 ',
1.6       bisitz   9504: 
                   9505:    'Course settings modifiable by [_1] only.'
1.93      raeburn  9506: => 'Course settings modifiable by [_1] only.',
1.6       bisitz   9507: 
                   9508:    'Course Owner'
1.93      raeburn  9509: => 'Course Owner',
1.6       bisitz   9510: 
                   9511:    'Username:Domain'
1.26      zhu      9512: => '用户名:域',
1.6       bisitz   9513: 
                   9514:    'Course Activity'
1.93      raeburn  9515: => 'Course Activity',
1.6       bisitz   9516: 
                   9517:    'Course Domain'
1.93      raeburn  9518: => 'Course Domain',
1.6       bisitz   9519: 
                   9520:    'Course Institutional Code'
1.93      raeburn  9521: => 'Course Institutional Code',
1.6       bisitz   9522: 
                   9523:    "Course Owner's Username"
1.93      raeburn  9524: => "Course Owner's Username",
1.6       bisitz   9525: 
                   9526:    "Course Owner's Domain"
1.93      raeburn  9527: => "Course Owner's Domain",
1.6       bisitz   9528: 
                   9529:    'Course Type'
1.93      raeburn  9530: => 'Course Type',
1.6       bisitz   9531: 
                   9532:    'LON-CAPA course ID'
1.93      raeburn  9533: => 'LON-CAPA course ID',
1.6       bisitz   9534: 
                   9535:    'None found'
1.93      raeburn  9536: => 'None found',
1.6       bisitz   9537: 
                   9538:    'Course settings which only a [_1] may modify.'
1.93      raeburn  9539: => 'Course settings which only a [_1] may modify.',
1.6       bisitz   9540: 
                   9541:    "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  9542: => "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   9543: 
                   9544:    'Single user search'
1.93      raeburn  9545: => 'Single user search',
1.6       bisitz   9546: 
                   9547:    'Set enrollment'
1.93      raeburn  9548: => 'Set enrollment',
1.6       bisitz   9549: 
                   9550:    'Please review the information in "Log-in help" and the "Getting started" guide if you are unable to log-in.'
1.93      raeburn  9551: => 'Please review the information in "Log-in help" and the "Getting started" guide if you are unable to log-in.',
1.6       bisitz   9552: 
                   9553:    'Please review the information in "Log-in help" if you are unable to log-in.'
1.93      raeburn  9554: => 'Please review the information in "Log-in help" if you are unable to log-in.',
1.6       bisitz   9555: 
                   9556:    'If your problem is still unresolved, the form below can be used to send a question to the LON-CAPA helpdesk.'
1.93      raeburn  9557: => 'If your problem is still unresolved, the form below can be used to send a question to the LON-CAPA helpdesk.',
1.6       bisitz   9558: 
                   9559:    'Getting started guide'
1.93      raeburn  9560: => 'Getting started guide',
1.6       bisitz   9561: 
                   9562:    '[_1] [_2] [_3] [_4] [_5]m [_6]s ' # "mm dd yyyy hh mi ss" (1:month, 2:day, 3:year, 4:hour, 5:minute, 6:second)
1.101     bisitz   9563: => '[_1] [_2] [_3] [_4] [_5]m [_6]s ', # => '[_2]. [_1] [_3], [_4]:[_5]:[_6] ', # "dd. mm yyyy, hh:mi:ss" (German date format)
1.6       bisitz   9564: 
                   9565:    '[_1]Select Date[_2]'
1.13      zhu      9566: => '[_1]请选择日期[_2]',
1.6       bisitz   9567: 
                   9568:    '[_1]: students can view all sections. [_2]: students can only view their own section. blank or [_3] prevents student view.'
1.98      bisitz   9569: => '[_1]: students can view all sections. [_2]: students can only view their own section. blank or [_3] prevents student view.',
1.6       bisitz   9570: 
                   9571:    '[_1] to require students to opt-in to listing in the roster (on the roster page).'
1.98      bisitz   9572: => '[_1] to require students to opt-in to listing in the roster (on the roster page).',
1.6       bisitz   9573: 
                   9574:    "[_1] for link to each a listing of each student's files."
1.99      raeburn  9575: => "[_1] for link to each a listing of each student's files.",
1.6       bisitz   9576: 
                   9577:    '[_1]: student, [_2]: TA, [_3]: instructor'
1.26      zhu      9578: => '[_1]: 学生, [_2]: 导师, [_3]: 讲师',
1.6       bisitz   9579: 
                   9580:    'role:section,role:section,...'
1.93      raeburn  9581: => 'role:section,role:section,...',
1.6       bisitz   9582: 
                   9583:    '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  9584: => '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   9585: 
                   9586:    'supported types'
1.93      raeburn  9587: => 'supported types',
1.6       bisitz   9588: 
                   9589:    '[_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   9590: => '[_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   9591: 
                   9592:    'Instructors and TAs in sections, when grading bridge tasks, should be allowed to grade other sections.'
1.93      raeburn  9593: => 'Instructors and TAs in sections, when grading bridge tasks, should be allowed to grade other sections.',
1.6       bisitz   9594: 
                   9595:    '[_1]: they are allowed (this is the default). [_2]: no, they can only grade their own section.'
1.101     bisitz   9596: => '[_1]: they are allowed (this is the default). [_2]: no, they can only grade their own section.',
1.6       bisitz   9597: 
                   9598:    'Calendar Announcement for '
1.93      raeburn  9599: => 'Calendar Announcement for ',
1.6       bisitz   9600: 
                   9601:    'Opening'
1.93      raeburn  9602: => 'Opening',
1.6       bisitz   9603: 
                   9604:    'Closing'
1.93      raeburn  9605: => 'Closing',
1.6       bisitz   9606: 
                   9607:    'To add a new user:'
1.93      raeburn  9608: => 'To add a new user:',
1.6       bisitz   9609: 
                   9610:    "(You can only create new users in your current role's domain - [_1])"
1.98      bisitz   9611: => "(You can only create new users in your current role's domain - [_1])",
1.6       bisitz   9612: 
                   9613:    "You are not authorized to create new users in your current role's domain - [_1]."
1.93      raeburn  9614: => "You are not authorized to create new users in your current role's domain - [_1].",
1.6       bisitz   9615: 
                   9616:    "Set 'Domain/institution to search' to: [_1]"
1.93      raeburn  9617: => "Set 'Domain/institution to search' to: [_1]",
1.6       bisitz   9618: 
                   9619:    "Set 'Search criteria' to: [_1]username is ..... in selected LON-CAPA domain[_2]"
1.93      raeburn  9620: => "Set 'Search criteria' to: [_1]username is ..... in selected LON-CAPA domain[_2]",
1.6       bisitz   9621: 
                   9622:    'Provide the proposed username'
1.93      raeburn  9623: => 'Provide the proposed username',
1.6       bisitz   9624: 
                   9625:    'Select a user to add/modify roles'
1.93      raeburn  9626: => 'Select a user to add/modify roles',
1.6       bisitz   9627: 
                   9628:    "Click 'Search'"
1.93      raeburn  9629: => "Click 'Search'",
1.6       bisitz   9630: 
                   9631:    'User Search to add/modify roles'
1.93      raeburn  9632: => 'User Search to add/modify roles',
1.6       bisitz   9633: 
                   9634: 
                   9635: # Feedback messages:
                   9636: 
                   9637:    'You have entered that answer before'
1.18      zhu      9638: => '您已经输入了答案',
1.6       bisitz   9639: 
                   9640:    "Computer's answer now shown above."
1.18      zhu      9641: => "上面显示的是正确答案。",
1.6       bisitz   9642: 
                   9643:    'You are correct.'
1.18      zhu      9644: => '正确答案!',
1.6       bisitz   9645: 
                   9646:    'You are partially correct.'
1.18      zhu      9647: => '部分正确。',
1.6       bisitz   9648: 
                   9649:    'Incorrect'
1.18      zhu      9650: => '错误',
1.6       bisitz   9651: 
1.22      zhu      9652:    'Your receipt no. is [_1]'
                   9653: => '您的证明编号是 [_1]',
1.6       bisitz   9654: 
                   9655:    'You are excused from the problem.'
1.18      zhu      9656: => '你的作业已通过。',
1.6       bisitz   9657: 
                   9658:    'Some extra items were submitted.'
1.93      raeburn  9659: => 'Some extra items were submitted.',
1.6       bisitz   9660: 
                   9661:    'Some items were not submitted.'
1.93      raeburn  9662: => 'Some items were not submitted.',
1.6       bisitz   9663: 
                   9664:    'An error occurred while grading your answer.'
1.93      raeburn  9665: => 'An error occurred while grading your answer.',
1.6       bisitz   9666: 
                   9667:    'The submitted answer was too long.'
1.93      raeburn  9668: => 'The submitted answer was too long.',
1.6       bisitz   9669: 
                   9670:    'This question expects a numeric answer.'
1.93      raeburn  9671: => 'This question expects a numeric answer.',
1.6       bisitz   9672: 
                   9673:    'You have provided an invalid ranking.'
1.93      raeburn  9674: => 'You have provided an invalid ranking.',
1.6       bisitz   9675: 
                   9676:    'Please refer to [_1]'
1.93      raeburn  9677: => 'Please refer to [_1]',
1.6       bisitz   9678: 
                   9679:    'help on ranking problems'
1.93      raeburn  9680: => 'help on ranking problems',
1.6       bisitz   9681: 
                   9682:    "Submission won't be graded. The type of file submitted is not allowed."
1.93      raeburn  9683: => "Submission won't be graded. The type of file submitted is not allowed.",
1.6       bisitz   9684: 
                   9685:    'Submission not graded. Use fewer digits.'
1.93      raeburn  9686: => 'Submission not graded. Use fewer digits.',
1.6       bisitz   9687: 
                   9688:    'Submission not graded. Use more digits.'
1.93      raeburn  9689: => 'Submission not graded. Use more digits.',
1.6       bisitz   9690: 
                   9691:    'Error in instructor specifed unit. This error has been reported to the instructor.'
1.93      raeburn  9692: => 'Error in instructor specifed unit. This error has been reported to the instructor.',
1.6       bisitz   9693: 
                   9694:    'Unable to interpret units. Computer reads units as "[_1]".'
1.93      raeburn  9695: => 'Unable to interpret units. Computer reads units as "[_1]".',
1.6       bisitz   9696: 
                   9697:    'Incompatible units. No conversion found between "[_1]" and the required units.'
1.93      raeburn  9698: => 'Incompatible units. No conversion found between "[_1]" and the required units.',
1.6       bisitz   9699: 
                   9700:    'Only a number required. Computer reads units of "[_1]".'
1.93      raeburn  9701: => 'Only a number required. Computer reads units of "[_1]".',
1.6       bisitz   9702: 
                   9703:    'Proper comma separation is required'
1.93      raeburn  9704: => 'Proper comma separation is required',
1.6       bisitz   9705: 
                   9706:    'Unable to understand formula'
1.93      raeburn  9707: => 'Unable to understand formula',
1.6       bisitz   9708: 
                   9709:    'Your submission has been recorded.'
1.93      raeburn  9710: => 'Your submission has been recorded.',
1.6       bisitz   9711: 
                   9712:    'A draft copy has been saved.'
1.93      raeburn  9713: => 'A draft copy has been saved.',
1.6       bisitz   9714: 
                   9715:    'Nothing submitted.'
1.93      raeburn  9716: => 'Nothing submitted.',
1.6       bisitz   9717: 
                   9718:    'Unknown message'
1.93      raeburn  9719: => 'Unknown message',
1.6       bisitz   9720: 
                   9721:    'Returned file(s): [_1]'
1.93      raeburn  9722: => 'Returned file(s): [_1]',
1.6       bisitz   9723: 
                   9724:    'Answer Submitted: Your final submission will be graded after the due date.'
1.93      raeburn  9725: => 'Answer Submitted: Your final submission will be graded after the due date.',
1.6       bisitz   9726: 
                   9727: # --/
                   9728: 
                   9729: 
                   9730:    ' The last submission was after the Due Date '
1.98      bisitz   9731: => ' The last submission was after the Due Date ',
1.6       bisitz   9732: 
                   9733:    'Submit a file: (only one file can be uploaded)'
1.13      zhu      9734: => '提交档案: (只允许上传一个文件)',
1.6       bisitz   9735: 
                   9736:    'OR:'
1.13      zhu      9737: => '或者:',
1.6       bisitz   9738: 
                   9739:    'Select Portfolio Files'
1.13      zhu      9740: => '选择组合文件',
1.6       bisitz   9741: 
                   9742:    'Portfolio files previously selected: [_1]'
1.93      raeburn  9743: => 'Portfolio files previously selected: [_1]',
1.6       bisitz   9744: 
                   9745:    "These file(s) don't exist: [_1]"
1.93      raeburn  9746: => "These file(s) don't exist: [_1]",
1.6       bisitz   9747: 
                   9748:    'Previously published version'
1.93      raeburn  9749: => 'Previously published version',
1.6       bisitz   9750: 
                   9751:    'You do not have privileges to modify the authentication configuration for this user.'
1.93      raeburn  9752: => 'You do not have privileges to modify the authentication configuration for this user.',
1.6       bisitz   9753: 
                   9754:    'You do not have privileges to modify the portfolio quota for this user.'
1.93      raeburn  9755: => 'You do not have privileges to modify the portfolio quota for this user.',
1.6       bisitz   9756: 
                   9757:    'If a change is required, contact a domain coordinator for the domain'
1.93      raeburn  9758: => 'If a change is required, contact a domain coordinator for the domain',
1.6       bisitz   9759: 
                   9760:    'with submissions'
1.27      zhu      9761: => '带答案',
1.6       bisitz   9762: 
                   9763:    'in grading queue'
1.27      zhu      9764: => '在评估队列中',
1.6       bisitz   9765: 
                   9766:    'with ungraded submissions'
1.27      zhu      9767: => '未评估的答案',
1.6       bisitz   9768: 
                   9769:    'with incorrect submissions'
1.27      zhu      9770: => '错误的答案',
1.6       bisitz   9771: 
                   9772:    'with any status'
1.27      zhu      9773: => '任何状态',
1.6       bisitz   9774: 
                   9775:    'Default value or none'
1.27      zhu      9776: => '默认值或无',
1.6       bisitz   9777: 
                   9778:    'Floating Point between 1 and 0'
1.27      zhu      9779: => '浮点运算的1和0',
1.6       bisitz   9780: 
                   9781:    'Floating point number between zero and one'
1.93      raeburn  9782: => 'Floating point number between zero and one',
1.6       bisitz   9783: 
                   9784:    'Positive Floating Point'
1.93      raeburn  9785: => 'Positive Floating Point',
1.6       bisitz   9786: 
                   9787:    'Positive floating point number or zero'
1.93      raeburn  9788: => 'Positive floating point number or zero',
1.6       bisitz   9789: 
                   9790:    'Floating Point'
1.93      raeburn  9791: => 'Floating Point',
1.6       bisitz   9792: 
                   9793:    'Floating point number'
1.93      raeburn  9794: => 'Floating point number',
1.6       bisitz   9795: 
                   9796:    'Auto-enrollment settings'
1.93      raeburn  9797: => 'Auto-enrollment settings',
1.6       bisitz   9798: 
                   9799:    'Configuration setting'
1.63      zhu      9800: => '配置设置', # n.t.
1.6       bisitz   9801: 
                   9802:    'Value(s)'
1.93      raeburn  9803: => 'Value(s)', # n.t.
1.6       bisitz   9804: 
                   9805:    'Auto-enrollment active?'
1.93      raeburn  9806: => 'Auto-enrollment active?',
1.6       bisitz   9807: 
                   9808:    'Access to other pages will be prevented until you have moved the message to your inbox.'
1.63      zhu      9809: => '只有把该邮件移至收件箱才可以访问其他网页。',
1.6       bisitz   9810: 
                   9811:    'Access to other pages will be prevented until you have moved all critical messages to your inbox.'
1.63      zhu      9812: => '只有把所有的重要邮件移至收件箱才可以访问其他网页。',
1.6       bisitz   9813: 
                   9814:    'Move to Inbox'
1.63      zhu      9815: => '移至收件箱',
1.6       bisitz   9816: 
                   9817:    'Move to Inbox/Compose reply'
1.63      zhu      9818: => '移至收件箱并回复',
1.6       bisitz   9819: 
                   9820:    'Confirm Receipt'
1.63      zhu      9821: => '确认已收到',
1.6       bisitz   9822: 
                   9823:    'Confirm Receipt and Reply'
1.63      zhu      9824: => '确认已收到并回复',
1.6       bisitz   9825: 
                   9826:    'Displaying Critical Messages'
1.63      zhu      9827: => '显示重要邮件',
1.6       bisitz   9828: 
                   9829:    'Confirming Receipt'
1.63      zhu      9830: => '确认已收到',
1.6       bisitz   9831: 
                   9832:    'Confirmed Receipt'
1.63      zhu      9833: => '确认已收到',
1.6       bisitz   9834: 
                   9835:    'Communicate'
                   9836: => '通讯',
                   9837: 
                   9838:    'Replying to a Critical Message'
1.63      zhu      9839: => '针对重要邮件',
1.6       bisitz   9840: 
                   9841:    'Answer Available'
1.70      zhu      9842: => '答复可用',
1.6       bisitz   9843: 
                   9844:    ' to '
1.70      zhu      9845: => ' 到 ', # ???
1.6       bisitz   9846: 
                   9847:    'Event from [_1] to [_2]'
1.63      zhu      9848: => '活动由 [_1] 至 [_2]',
1.6       bisitz   9849: 
                   9850:    '[_1]: [_2] from domain [_3]'
1.70      zhu      9851: => '[_1]: [_2] 从域 [_3]',
1.6       bisitz   9852: 
                   9853:    'The following problems occurred:'
1.70      zhu      9854: => '发生下列问题:',
1.6       bisitz   9855: 
                   9856:    'Could not initialize [_1] at this time.'
1.70      zhu      9857: => '目前无法初始化[_1]。',
1.6       bisitz   9858: 
                   9859:    'Please try again.'
1.63      zhu      9860: => '请再试一次。',
1.6       bisitz   9861: 
                   9862:    'Please try again'
1.63      zhu      9863: => '请再试一次',
1.6       bisitz   9864: 
                   9865:    'in this course'
1.70      zhu      9866: => '在该课程中',
1.6       bisitz   9867: 
                   9868:    'Remove Checked Entries'
1.22      zhu      9869: => '删除选中的条目',
1.6       bisitz   9870: 
                   9871:    'Modify Student Data'
1.22      zhu      9872: => '修改学生资料',
1.6       bisitz   9873: 
                   9874:    'First name'
1.70      zhu      9875: => '名字',
1.6       bisitz   9876: 
                   9877:    'Middle name'
1.22      zhu      9878: => '第二个名字',
1.6       bisitz   9879: 
                   9880:    'Last name'
1.70      zhu      9881: => '姓氏',
1.6       bisitz   9882: 
                   9883:    'ID'
1.93      raeburn  9884: => 'ID/学号',,
1.6       bisitz   9885: 
                   9886:    'Sending critical message'
1.22      zhu      9887: => '发送重要消息',
1.6       bisitz   9888: 
                   9889:    'Replying to'
1.10      zhu      9890: => '回复',
1.6       bisitz   9891: 
1.86      bisitz   9892:    'All messages:'
1.93      raeburn  9893: => 'All messages:',
1.86      bisitz   9894: 
                   9895:    'Unread messages:'
1.93      raeburn  9896: => 'Unread messages:',
1.86      bisitz   9897: 
                   9898:    'Read messages:'
1.93      raeburn  9899: => 'Read messages:',
1.86      bisitz   9900: 
                   9901:    'Replied to messages:'
1.93      raeburn  9902: => 'Replied to messages:',
1.86      bisitz   9903: 
                   9904:    'Forwarded messages:'
1.93      raeburn  9905: => 'Forwarded messages:',
1.86      bisitz   9906: 
                   9907:    'showing messages [_1] through [_2] of [_3].'
                   9908: => '显示消息[_1]通过[_2]的[_3] 。',
1.6       bisitz   9909: 
                   9910:    'Broadcast Message'
1.22      zhu      9911: => '广播消息',
1.6       bisitz   9912: 
1.68      bisitz   9913:    'randomly pick [quant,_1,resource]'
1.101     bisitz   9914: => 'randomly pick [quant,_1,resource]', # => '随机挑选 [quant,_1,resource,resource]',
1.68      bisitz   9915: 
1.6       bisitz   9916:    'contents hidden'
1.22      zhu      9917: => '隐藏的内容',
1.6       bisitz   9918: 
1.68      bisitz   9919:    'URLs hidden'
1.70      zhu      9920: => '隐藏 URLs',
1.68      bisitz   9921: 
                   9922:    'random order'
1.70      zhu      9923: => '随机顺序',
1.68      bisitz   9924: 
1.6       bisitz   9925:    'Resources in course with version changes since yesterday'
1.63      zhu      9926: => '课程中的资源,从昨天起版本的变化',
1.6       bisitz   9927: 
                   9928:    'Version changes since Yesterday'
1.63      zhu      9929: => '从昨天起版本的变化',
1.6       bisitz   9930: 
                   9931:    'Resources in course with version changes since last week'
1.63      zhu      9932: => '课程中的资源,从上周起版本的变化',
1.6       bisitz   9933: 
                   9934:    'Version changes since last Week'
1.63      zhu      9935: => '从上周起版本的变化',
1.6       bisitz   9936: 
                   9937:    'Resources in course with version changes since last month'
1.63      zhu      9938: => '课程中的资源,从上个月起版本的变化',
1.6       bisitz   9939: 
                   9940:    'Version changes since last Month'
1.63      zhu      9941: => '从上个月起版本的变化',
1.6       bisitz   9942: 
                   9943:    'Resources in course with version changes seit start of course'
1.63      zhu      9944: => '课程中的资源,从课程开始起版本的变化',
1.6       bisitz   9945: 
                   9946:    'Version changes since start of Course'
1.63      zhu      9947: => '从课程开始起版本的变化',
1.6       bisitz   9948: 
                   9949:    'No version changes since yesterday'
1.63      zhu      9950: => '从昨天起版本没有变化',
1.6       bisitz   9951: 
                   9952:    'No version changes since last week'
1.63      zhu      9953: => '从上周起版本没有变化',
1.6       bisitz   9954: 
                   9955:    'No version changes since last month'
1.63      zhu      9956: => '从上个月起版本没有变化',
1.6       bisitz   9957: 
                   9958:    'No version changes since start of course'
1.63      zhu      9959: => '从课程开始起版本没有变化',
1.6       bisitz   9960: 
                   9961:    'version changes since yesterday'
1.63      zhu      9962: => '从昨天起版本的变化',
1.6       bisitz   9963: 
                   9964:    'version changes since last week'
1.63      zhu      9965: => '从上周起版本的变化',
1.6       bisitz   9966: 
                   9967:    'version changes since last month'
1.63      zhu      9968: => '从上个月起版本的变化',
1.6       bisitz   9969: 
                   9970:    'version changes since start of course'
1.63      zhu      9971: => '从课程开始起版本的变化',
1.6       bisitz   9972: 
                   9973:    'Roles for which access to course has expired since yesterday'
1.63      zhu      9974: => '从昨天起该课程过期的角色',
1.6       bisitz   9975: 
                   9976:    'Roles for which access to course has expired since last week'
1.63      zhu      9977: => '从上周起该课程过期的角色',
1.6       bisitz   9978: 
                   9979:    'Roles for which access to course has expired since last month'
1.63      zhu      9980: => '从上个月起该课程过期的角色',
1.6       bisitz   9981: 
                   9982:    'Roles for which access to course has expired since start of course'
1.63      zhu      9983: => '从课程开始起过期的角色',
1.6       bisitz   9984: 
                   9985:    'There are no roles which expired since yesterday'
1.63      zhu      9986: => '没有角色从昨天起过期了',
1.6       bisitz   9987: 
                   9988:    'There are no roles which expired since last week'
1.63      zhu      9989: => '没有角色从上周起过期了',
1.6       bisitz   9990: 
                   9991:    'There are no roles which expired since last month'
1.63      zhu      9992: => '没有角色从上个月起过期了',
1.6       bisitz   9993: 
                   9994:    'There are no roles which expired since start of course'
1.63      zhu      9995: => '没有角色从课程开始起过期了',
1.6       bisitz   9996: 
                   9997:    'roles which expired since yesterday'
1.63      zhu      9998: => '从昨天起该课程过期的角色',
1.6       bisitz   9999: 
                   10000:    'roles which expired since last week'
1.63      zhu      10001: => '从上周起该课程过期的角色',
1.6       bisitz   10002: 
                   10003:    'roles which expired since last month'
1.63      zhu      10004: => '从上个月起该课程过期的角色',
1.6       bisitz   10005: 
                   10006:    'roles which expired since start of course'
1.63      zhu      10007: => '从课程开始起过期的角色',
1.6       bisitz   10008: 
                   10009:    'Roles for which access to course has become available since yesterday'
1.63      zhu      10010: => '从昨天起分配给该课程的角色',
1.6       bisitz   10011: 
                   10012:    'Roles for which access to course has become available since last week'
1.63      zhu      10013: => '从上周起分配给该课程的角色',
1.6       bisitz   10014: 
                   10015:    'Roles for which access to course has become available since last month'
1.63      zhu      10016: => '从上个月起分配给该课程的角色',
1.6       bisitz   10017: 
                   10018:    'Roles for which access to course has become available since start of course'
1.63      zhu      10019: => '从课程开始起分配给该课程的角色',
1.6       bisitz   10020: 
                   10021:    'There are no roles which have become active since yesterday'
1.63      zhu      10022: => '从昨天起没有角色分配给该课程',
1.6       bisitz   10023: 
                   10024:    'There are no roles which have become active since last week'
1.63      zhu      10025: => '从上周起没有角色分配给该课程',
1.6       bisitz   10026: 
                   10027:    'There are no roles which have become active since last month'
1.63      zhu      10028: => '从上个月起没有角色分配给该课程',
1.6       bisitz   10029: 
                   10030:    'There are no roles which have become active since start of course'
1.63      zhu      10031: => '从课程开始起没有角色分配给该课程',
1.6       bisitz   10032: 
                   10033:    'roles which have become active since yesterday'
1.63      zhu      10034: => '从昨天起分配给该课程的角色',
1.6       bisitz   10035: 
                   10036:    'roles which have become active since last week'
1.63      zhu      10037: => '从上周起分配给该课程的角色',
1.6       bisitz   10038: 
                   10039:    'roles which have become active since last month'
1.63      zhu      10040: => '从上个月起分配给该课程的角色',
1.6       bisitz   10041: 
                   10042:    'roles which have become active since start of course'
1.63      zhu      10043: => '从课程开始起分配给该课程的角色',
1.6       bisitz   10044: 
                   10045:    'Show all posts'
1.27      zhu      10046: => '查看所有帖子',
1.6       bisitz   10047: 
                   10048:    'to display'
1.27      zhu      10049: => '显示', # ???
1.6       bisitz   10050: 
                   10051:    'posts previously marked read'
1.27      zhu      10052: => '帖子先前标记为已读',
1.6       bisitz   10053: 
                   10054:    'previously viewed posts'
1.27      zhu      10055: => '先前浏览的帖子',
1.6       bisitz   10056: 
                   10057:    'NEW'
1.18      zhu      10058: => '新的',
1.6       bisitz   10059: 
                   10060:    'Preferences on what is marked as NEW'
1.22      zhu      10061: => '偏好,什么将被标记为新',
1.6       bisitz   10062: 
                   10063:    'Mark NEW posts no longer new'
1.22      zhu      10064: => '随着新的帖子将不再标记为新',
1.6       bisitz   10065: 
                   10066:    'Sorting/Filtering options'
1.12      zhu      10067: => '排序/过滤选项',
1.6       bisitz   10068: 
                   10069:    'Export'
1.12      zhu      10070: => '导出',
1.6       bisitz   10071: 
                   10072:    'Attachments'
1.12      zhu      10073: => '附件',
1.6       bisitz   10074: 
                   10075:    'Download the zip file from [_1]Discussion Posting Archive'
1.12      zhu      10076: => '下载zip档案由[_1]讨论发布档案',
1.6       bisitz   10077: 
                   10078:    'The following errors occurred during export - [_1]'
1.93      raeburn  10079: => 'The following errors occurred during export - [_1]',
1.6       bisitz   10080: 
                   10081:    '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  10082: => '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   10083: 
                   10084:    '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  10085: => '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   10086: 
                   10087:    'Make Visible'
                   10088: => '显示',
                   10089: 
                   10090:    'Mark unread'
1.93      raeburn  10091: => 'Mark unread',
1.6       bisitz   10092: 
                   10093:    'Mark read'
1.93      raeburn  10094: => 'Mark read',
1.6       bisitz   10095: 
                   10096:    'This post has been edited by the author.'
1.93      raeburn  10097: => 'This post has been edited by the author.',
1.6       bisitz   10098: 
                   10099:    'Display all versions'
1.93      raeburn  10100: => 'Display all versions',
1.6       bisitz   10101: 
                   10102:    'Earlier version(s) were posted on: '
1.93      raeburn  10103: => 'Earlier version(s) were posted on: ',
1.6       bisitz   10104: 
                   10105:    'You do not have privileges to view all versions of posts.'
1.93      raeburn  10106: => 'You do not have privileges to view all versions of posts.',
1.6       bisitz   10107: 
                   10108:    'Please select a different role.'
1.93      raeburn  10109: => 'Please select a different role.',
1.6       bisitz   10110: 
                   10111:    'Error copying file attachment - [_1] to IMS package'
1.93      raeburn  10112: => 'Error copying file attachment - [_1] to IMS package',
1.6       bisitz   10113: 
                   10114:    'Error copying file attachment - [_1] to IMS package: '
1.93      raeburn  10115: => 'Error copying file attachment - [_1] to IMS package: ',
1.6       bisitz   10116: 
                   10117:    'Re: '
                   10118: => 'Re: ',
                   10119: 
                   10120:    'Please select a feedback type.'
1.93      raeburn  10121: => 'Please select a feedback type.',
1.6       bisitz   10122: 
1.89      bisitz   10123:    'Sorry, no feedback possible on this resource ...'
1.93      raeburn  10124: => 'Sorry, no feedback possible on this resource ...',
1.6       bisitz   10125: 
                   10126:    'Error sending message to [_1], no user specified.'
1.93      raeburn  10127: => 'Error sending message to [_1], no user specified.',
1.6       bisitz   10128: 
                   10129:    'Error sending message to [_1], no domain specified.'
1.93      raeburn  10130: => 'Error sending message to [_1], no domain specified.',
1.6       bisitz   10131: 
                   10132:    'Error sending message to'
1.93      raeburn  10133: => 'Error sending message to',
1.6       bisitz   10134: 
                   10135:    'Not registered'
1.22      zhu      10136: => '未注册', # ???
1.6       bisitz   10137: 
                   10138:    'Editing not permitted'
1.22      zhu      10139: => '不允许编辑',
1.6       bisitz   10140: 
                   10141:    'Marked postings read/unread'
1.22      zhu      10142: => '标记贴子为已读/未读',
1.6       bisitz   10143: 
                   10144:    'Changed sort/filter'
1.22      zhu      10145: => '改变排序/过滤器',
1.6       bisitz   10146: 
                   10147:    'Changed display status'
1.22      zhu      10148: => '改变显示状态',
1.6       bisitz   10149: 
                   10150:    'Deletion not permitted'
1.22      zhu      10151: => '不允许删除',
1.6       bisitz   10152: 
                   10153:    'Changed discussion status'
1.22      zhu      10154: => '讨论的状态已更改',
1.6       bisitz   10155: 
                   10156:    'Added to my course blog'
1.22      zhu      10157: => '添加到我的课程博客',
1.6       bisitz   10158: 
                   10159:    'Back to previous page'
1.18      zhu      10160: => '返回前一页',
1.6       bisitz   10161: 
                   10162:    'Go to previous page'
1.18      zhu      10163: => '返回前一页',
1.6       bisitz   10164: 
                   10165:    'Return to previous page'
1.18      zhu      10166: => '返回前一页',
1.6       bisitz   10167: 
                   10168:    'Untitled resource'
1.18      zhu      10169: => '资源没有标题',
1.6       bisitz   10170: 
                   10171:    'Discussion display options'
1.18      zhu      10172: => '讨论显示选项',
1.6       bisitz   10173: 
                   10174:    'Preferences can be set for this discussion that determine ....'
1.18      zhu      10175: => '这个讨论可以设置使用偏好',
1.6       bisitz   10176: 
                   10177:    'Which posts are displayed when you display this bulletin board or resource, and'
1.18      zhu      10178: => '哪些讨论将被显示在您的公告栏或资源里',
1.6       bisitz   10179: 
                   10180:    'Under what circumstances posts are identified as "NEW", and'
1.18      zhu      10181: => '在什么情况下讨论被确定为“新”',
1.6       bisitz   10182: 
                   10183:    'Whether individual posts can be marked as read/unread'
1.18      zhu      10184: => '个别帖子是否可以被标记为已读/未读',
1.6       bisitz   10185: 
                   10186:    'Posts not marked read'
1.18      zhu      10187: => '讨论没有标记为已读',
1.6       bisitz   10188: 
                   10189:    'New posts cease to be identified as "NEW"?'
1.18      zhu      10190: => '新的讨论不再被标识为“新”?',
1.6       bisitz   10191: 
                   10192:    'Option to mark each post as read/unread?'
1.18      zhu      10193: => '选择帖子标记为已读/未读?',
1.6       bisitz   10194: 
                   10195:    'Shown'
1.10      zhu      10196: => '显示',
1.6       bisitz   10197: 
                   10198:    'Not shown'
1.10      zhu      10199: => '不显示',
1.6       bisitz   10200: 
                   10201:    'Discussion options'
1.10      zhu      10202: => '论坛选项',
1.6       bisitz   10203: 
                   10204:    'Set options that control the sort order of posts, and/or which posts are displayed.'
1.93      raeburn  10205: => 'Set options that control the sort order of posts, and/or which posts are displayed.',
1.6       bisitz   10206: 
                   10207:    'Sort order'
1.10      zhu      10208: => '排序顺序',
1.6       bisitz   10209: 
                   10210:    'Date order - oldest first'
1.10      zhu      10211: => '按日期顺序 - 最老的优先',
1.6       bisitz   10212: 
                   10213:    'Date order - newest first'
1.10      zhu      10214: => '按日期顺序 - 最新的优先',
1.6       bisitz   10215: 
                   10216:    'Threaded'
1.26      zhu      10217: => '按帖子', # ???
1.6       bisitz   10218: 
                   10219:    'By subject'
1.10      zhu      10220: => '按主题',
1.6       bisitz   10221: 
                   10222:    'By domain and username'
1.10      zhu      10223: => '按域名和用户名',
1.6       bisitz   10224: 
                   10225:    'By last name, first name'
1.10      zhu      10226: => '按姓氏,名字',
1.6       bisitz   10227: 
                   10228:    'Specific role status'
1.10      zhu      10229: => '具体角色的状态',
1.6       bisitz   10230: 
                   10231:    'Roles of any status'
1.10      zhu      10232: => '任意的角色',
1.6       bisitz   10233: 
                   10234:    'Only active roles'
1.10      zhu      10235: => '只有现在的角色',
1.6       bisitz   10236: 
                   10237:    'Only past roles'
1.10      zhu      10238: => '只有过去的角色',
1.6       bisitz   10239: 
                   10240:    'Only future roles'
1.10      zhu      10241: => '只有未来的角色',
1.6       bisitz   10242: 
                   10243:    'Specific user roles'
1.10      zhu      10244: => '特定的用户角色',
1.6       bisitz   10245: 
                   10246:    'All roles'
1.10      zhu      10247: => '所有角色',
1.6       bisitz   10248: 
                   10249:    'Students'
                   10250: => '学生',
                   10251: 
                   10252:    'Course Coordinators'
1.10      zhu      10253: => '课程协调员',
1.6       bisitz   10254: 
                   10255:    'Instructors'
                   10256: => '讲师',
                   10257: 
                   10258:    'TAs'
1.10      zhu      10259: => '辅导员',
1.6       bisitz   10260: 
                   10261:    'Exam proctors'
1.10      zhu      10262: => '监考老师',
1.6       bisitz   10263: 
                   10264:    'Custom role'
1.10      zhu      10265: => '自定义角色',
1.6       bisitz   10266: 
                   10267:    'Custom roles'
1.10      zhu      10268: => '自定义角色',
1.6       bisitz   10269: 
                   10270:    'Specific sections'
1.10      zhu      10271: => '具体章节',
1.6       bisitz   10272: 
                   10273:    'Specific groups'
1.10      zhu      10274: => '特定组',
1.6       bisitz   10275: 
                   10276:    'Pick specific users (by name)'
1.10      zhu      10277: => '选择特定的用户 (姓)',
1.6       bisitz   10278: 
                   10279:    'Show a list of current posters'
1.93      raeburn  10280: => 'Show a list of current posters',
1.6       bisitz   10281: 
                   10282:    'So far, no data has been returned for your request'
1.10      zhu      10283: => '到现在为止,您的查询没有返回任何数据。',
1.6       bisitz   10284: 
                   10285:    'Select a user'
1.10      zhu      10286: => '选择一个用户',
1.6       bisitz   10287: 
                   10288:    'An error occurred while processing this resource. The course personnel ([_1]) and the author have been notified.'
1.93      raeburn  10289: => 'An error occurred while processing this resource. The course personnel ([_1]) and the author have been notified.',
1.6       bisitz   10290: 
                   10291:    'photo'
1.10      zhu      10292: => '图片',
1.6       bisitz   10293: 
                   10294:    'Critical Message'
1.55      zhu      10295: => '重要邮件',
1.6       bisitz   10296: 
                   10297:    'Display a Message'
1.55      zhu      10298: => '显示邮件',
1.6       bisitz   10299: 
                   10300:    'Back to Folder Display'
1.10      zhu      10301: => '返回文件夹列表',
1.6       bisitz   10302: 
1.63      zhu      10303:    'Currently available actions (will open extra window):'
                   10304: => '目前可采取的行动 (在新窗口中打开):',
1.6       bisitz   10305: 
1.86      bisitz   10306:    'There are no unread messages in this folder.'
1.10      zhu      10307: => '在此文件夹中没有未阅读邮件。',
1.6       bisitz   10308: 
1.86      bisitz   10309:    'There are no read messages in this folder'
1.10      zhu      10310: => '在此文件夹中没有已阅读邮件。',
1.6       bisitz   10311: 
1.86      bisitz   10312:    'There are no forwarded messages in this folder.'
1.10      zhu      10313: => '在此文件夹中没有转发的邮件。',
1.6       bisitz   10314: 
                   10315:    'You have not replied to any messages in this folder.'
1.10      zhu      10316: => '在此文件夹中您没有需要回答的邮件。',
1.6       bisitz   10317: 
1.86      bisitz   10318:    'There are no messages in this folder.'
                   10319: => '空文件夹', # Empty Folder
1.6       bisitz   10320: 
                   10321:    'Cc:'
1.18      zhu      10322: => '抄送:',
1.6       bisitz   10323: 
                   10324:    'Bcc:'
1.18      zhu      10325: => '密送:',
1.6       bisitz   10326: 
1.12      zhu      10327:    'Bcc'
                   10328: => '密送',
                   10329: 
1.6       bisitz   10330:    'Retrieve discussion and message records'
1.26      zhu      10331: => '检索讨论和信息记录',
1.6       bisitz   10332: 
                   10333:    'New Record (record is visible to course faculty and staff)'
1.26      zhu      10334: => '新记录 (只有课程管理者和工作人员可见):',
1.6       bisitz   10335: 
                   10336:    'Post this Record'
1.12      zhu      10337: => '保存',
1.6       bisitz   10338: 
                   10339:    'Revise your search criteria for this domain'
1.93      raeburn  10340: => 'Revise your search criteria for this domain',
1.6       bisitz   10341: 
                   10342:    'Metadata Modified'
1.93      raeburn  10343: => 'Metadata Modified',
1.6       bisitz   10344: 
                   10345:    'Use of LON-CAPA requires Javascript to be enabled in your web browser.'
1.93      raeburn  10346: => 'Use of LON-CAPA requires Javascript to be enabled in your web browser.',
1.6       bisitz   10347: 
                   10348:    'As this is not the case, most functionality in the system will be unavailable.'
1.93      raeburn  10349: => 'As this is not the case, most functionality in the system will be unavailable.',
1.6       bisitz   10350: 
                   10351:    "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  10352: => "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   10353: 
                   10354:    'Directory'
1.10      zhu      10355: => '目录',
1.6       bisitz   10356: 
                   10357:    'Only empty directories may be deleted.'
1.22      zhu      10358: => '只有空的目录可以被删除。',
1.6       bisitz   10359: 
                   10360:    'You must delete the contents of the directory first.'
1.22      zhu      10361: => '您必须首先删除目录中的内容。',
1.6       bisitz   10362: 
                   10363:    'Cannot delete non-obsolete published file'
1.93      raeburn  10364: => 'Cannot delete non-obsolete published file',
1.6       bisitz   10365: 
                   10366:    'Must not include'
1.93      raeburn  10367: => 'Must not include',
1.6       bisitz   10368: 
                   10369:    'Name of new file is the same as name of old file'
1.93      raeburn  10370: => 'Name of new file is the same as name of old file',
1.6       bisitz   10371: 
                   10372:    'no action taken'
1.93      raeburn  10373: => 'no action taken',
1.6       bisitz   10374: 
                   10375:    'copy metadata error'
1.93      raeburn  10376: => 'copy metadata error',
1.6       bisitz   10377: 
                   10378:    'No New filename specified'
1.93      raeburn  10379: => 'No New filename specified',
1.6       bisitz   10380: 
                   10381:    'Warning: a published problem of this name exists.'
1.93      raeburn  10382: => 'Warning: a published problem of this name exists.',
1.6       bisitz   10383: 
                   10384:    'Warning: a published library of this name exists.'
1.93      raeburn  10385: => 'Warning: a published library of this name exists.',
1.6       bisitz   10386: 
                   10387:    'Bad filename [_1].<br /> <tt>(name).(number).(extension)</tt> not allowed. <br /> Removing the <tt>.number.</tt> from requested filename.'
1.93      raeburn  10388: => 'Bad filename [_1].<br /> <tt>(name).(number).(extension)</tt> not allowed. <br /> Removing the <tt>.number.</tt> from requested filename.',
1.6       bisitz   10389: 
                   10390:    'Cannot change MIME type of a directory'
1.93      raeburn  10391: => 'Cannot change MIME type of a directory',
1.6       bisitz   10392: 
                   10393:    'Cannot rename or move non-obsolete published file'
1.93      raeburn  10394: => 'Cannot rename or move non-obsolete published file',
1.6       bisitz   10395: 
                   10396:    'Change discussion display'
1.93      raeburn  10397: => 'Change discussion display',
1.6       bisitz   10398: 
                   10399:    '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  10400: => '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   10401: 
                   10402:    "This can increase the time taken to gather data for the '<i>What's New?</i>' page by a few seconds."
1.93      raeburn  10403: => "This can increase the time taken to gather data for the '<i>What's New?</i>' page by a few seconds.",
1.6       bisitz   10404: 
                   10405:    'Currently set to [_1].'
1.57      zhu      10406: => '当前设置为 [_1].',
1.6       bisitz   10407: 
                   10408:    'Change to [_1]'
1.57      zhu      10409: => '改变为 [_1]',
1.6       bisitz   10410: 
                   10411:    'No change'
1.12      zhu      10412: => '无变化',
1.6       bisitz   10413: 
                   10414:    'Count unread posts in discussions display set to [_1]'
1.57      zhu      10415: => '未读讨论计数显示设置为 [_1]',
1.6       bisitz   10416: 
                   10417:    'Groups Manager'
1.12      zhu      10418: => '组管理',
1.6       bisitz   10419: 
                   10420:    'Group access start and end dates'
1.12      zhu      10421: => '组访问开始和结束日期',
1.6       bisitz   10422: 
                   10423:    'None available'
1.12      zhu      10424: => '无可用',
1.6       bisitz   10425: 
                   10426:    'There are no active, future or previous group members to modify.'
1.93      raeburn  10427: => 'There are no active, future or previous group members to modify.',
1.6       bisitz   10428: 
                   10429:    'Members to delete or expire'
1.57      zhu      10430: => '成员身份到期或将被删除',
1.6       bisitz   10431: 
                   10432:    'To be deleted'
1.12      zhu      10433: => '将删除的',
1.6       bisitz   10434: 
                   10435:    'To be expired'
1.12      zhu      10436: => '期满',
1.6       bisitz   10437: 
                   10438:    'No members to be deleted or expired from the group.'
1.93      raeburn  10439: => 'No members to be deleted or expired from the group.',
1.6       bisitz   10440: 
                   10441:    'Files: [_1]'
1.18      zhu      10442: => '文件: [_1]',
1.6       bisitz   10443: 
                   10444:    'Folders: [_1]'
1.18      zhu      10445: => '文件夹: [_1]',
1.6       bisitz   10446: 
                   10447:    'Choose Task'
1.12      zhu      10448: => '选择行动',
1.6       bisitz   10449: 
                   10450:    'Modify default group settings'
1.12      zhu      10451: => '修改默认组设置',
1.6       bisitz   10452: 
                   10453:    'Modify access, tools and/or privileges for previous, future, or current members'
1.12      zhu      10454: => '修改组成员访问,工具和权限',
1.6       bisitz   10455: 
                   10456:    'Add member(s) to the group'
1.12      zhu      10457: => '添加组成员',
1.6       bisitz   10458: 
                   10459:    'Group Settings'
1.12      zhu      10460: => '组设定',
1.6       bisitz   10461: 
                   10462:    'Modify/Delete Members'
1.12      zhu      10463: => '修改/删除会员',
1.6       bisitz   10464: 
                   10465:    'Current Tool Set'
1.12      zhu      10466: => '目前的工具集',
1.6       bisitz   10467: 
                   10468:    'Change Privileges'
1.12      zhu      10469: => '更改权限',
1.6       bisitz   10470: 
                   10471:    'Membership Mapping'
1.12      zhu      10472: => '会员推荐',
1.6       bisitz   10473: 
                   10474:    'Group name, title and available collaborative tools'
1.12      zhu      10475: => '组名称,所有权和使用协作工具',
1.6       bisitz   10476: 
                   10477:    'Letters, numbers and underscore only'
1.12      zhu      10478: => '只有字母,数字和下划线',
1.6       bisitz   10479: 
                   10480:    'Discussion boards'
1.12      zhu      10481: => '论坛',
1.6       bisitz   10482: 
                   10483:    'E-mail'
1.93      raeburn  10484: => 'E-mail',
1.6       bisitz   10485: 
                   10486:    'File Repository'
1.12      zhu      10487: => '档案库',
1.6       bisitz   10488: 
                   10489:    'Group home page'
1.12      zhu      10490: => '组首页',
1.6       bisitz   10491: 
                   10492:    'Membership Roster'
1.12      zhu      10493: => '会员名册',
1.6       bisitz   10494: 
                   10495:    'Granularity:'
1.27      zhu      10496: => '細微性:',
1.6       bisitz   10497: 
                   10498:    'Different subsets of the chosen collaborative tools for different group members?'
1.27      zhu      10499: => '不同的组成员选择不同的协作工具?',
1.6       bisitz   10500: 
1.57      zhu      10501: #   'Disk quota: '
                   10502: #=> '磁盘配额: ',
                   10503: 
                   10504:    'Disk quota'
                   10505: => '磁盘配额',
1.6       bisitz   10506: 
                   10507:    'If you enable the file repository for the group, allocate a disk quota.'
1.27      zhu      10508: => '如果您对组启用了文件存放,请分配磁盘配额:',
1.6       bisitz   10509: 
                   10510:    '[_1] Mb'
                   10511: => '[_1] MB',
                   10512: 
                   10513:    'A total of [_1] Mb can be divided amongst all groups in the course, and [_2] Mb are currently unallocated.'
1.27      zhu      10514: => '该课的所有组共有 [_1] Mb 可分,[_2] MB 目前未被分配。',
1.6       bisitz   10515: 
                   10516:    'Default start and end dates for group access'
1.22      zhu      10517: => '默认情况下组访问的开始和结束日期',
1.6       bisitz   10518: 
                   10519:    'Start:'
1.18      zhu      10520: => '开始:',
1.6       bisitz   10521: 
                   10522:    'End:'
1.18      zhu      10523: => '结束:',
1.6       bisitz   10524: 
                   10525:    'Error: invalid course domain or number - group folder creation failed.'
1.12      zhu      10526: => '错误:无效的课程或域号码。建立了组列表失败。',
1.6       bisitz   10527: 
                   10528:    'Course Groups'
1.9       zhu      10529: => '课程组',
1.6       bisitz   10530: 
                   10531:    'Non-standard course - folder for all groups not added.'
1.27      zhu      10532: => '非标准课程 - 所有组的文件夹不会增加。',
1.6       bisitz   10533: 
                   10534:    'Build a list of users for selection of group members'
1.27      zhu      10535: => '从组成员里选择来建立一个用户列表',
1.6       bisitz   10536: 
                   10537:    'Group membership selection list criteria:'
1.12      zhu      10538: => '组成员名单选择标准:',
1.6       bisitz   10539: 
                   10540:    'Pick the criteria to use to build a list of course users from which you will select '
1.27      zhu      10541: => '选择的标准的使用来建立一个名单,您将选择',
1.6       bisitz   10542: 
                   10543:    'members of the new group.'
1.27      zhu      10544: => '新的组成员。',
1.6       bisitz   10545: 
                   10546:    '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      10547: => '如果您创建的组不想立即要添加成员,就没有必要选择任何标准。',
1.6       bisitz   10548: 
                   10549:    '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      10550: => '随后的步骤将自动添加/删除组成员,也可以让您指定所引发指定用户角色和第的过程中。这是通过指定的用户角色和在课程中章节<i>变化</i>被触发的。',
1.6       bisitz   10551: 
                   10552:    'Access types'
1.12      zhu      10553: => '访问类型',
1.6       bisitz   10554: 
                   10555:    'Currently has access'
1.12      zhu      10556: => '目前已获得',
1.6       bisitz   10557: 
                   10558:    'Will have future access'
1.12      zhu      10559: => '今后将有机会',
1.6       bisitz   10560: 
                   10561:    'Previously had access'
1.12      zhu      10562: => '曾获得',
1.6       bisitz   10563: 
                   10564:    'Course roles'
1.101     bisitz   10565: => '课程角色',
1.6       bisitz   10566: 
                   10567:    'Course sections'
1.101     bisitz   10568: => '课程章节',
1.6       bisitz   10569: 
                   10570:    'all sections'
1.12      zhu      10571: => '所有章节',
1.6       bisitz   10572: 
                   10573:    'no section'
1.12      zhu      10574: => '无章节',
1.6       bisitz   10575: 
                   10576:    'Go to next step'
1.12      zhu      10577: => '下一步',
1.6       bisitz   10578: 
                   10579:    'Invalid group name'
1.12      zhu      10580: => '无效的组名称',
1.6       bisitz   10581: 
                   10582:    'The group name entered '
1.12      zhu      10583: => '输入的组名称 ',
1.6       bisitz   10584: 
                   10585:    'is not a valid name.'
1.12      zhu      10586: => '不是一个有效的名称。',
1.6       bisitz   10587: 
                   10588:    'can not be used as it is the name of '
1.12      zhu      10589: => '不能使用,因为它的名字是 ',
1.6       bisitz   10590: 
1.20      bisitz   10591:    'an existing [_1]'
1.12      zhu      10592: => '现有的 [_1]',
1.6       bisitz   10593: 
                   10594:    ' in this Course'
1.12      zhu      10595: => ' 在该课程里',
1.6       bisitz   10596: 
                   10597:    'Group names and section names used in a Course must be unique.'
1.12      zhu      10598: => '组名称和章节名称在课程中必须是独一无二的。',
1.6       bisitz   10599: 
                   10600:    'Group names may only contain letters, numbers or underscores.'
1.12      zhu      10601: => '组名称只能包含字母,数字或下划线。',
1.6       bisitz   10602: 
                   10603:    'Go to previous step'
1.12      zhu      10604: => '返回',
1.6       bisitz   10605: 
                   10606:    'Select Members'
1.12      zhu      10607: => '选择成员',
1.6       bisitz   10608: 
                   10609:    'Your group selections - '
1.12      zhu      10610: => '您的组选择 - ',
1.6       bisitz   10611: 
                   10612:    'The following settings will apply to the group:'
1.12      zhu      10613: => '下面的设置将适用于本组:',
1.6       bisitz   10614: 
                   10615:    'Granularity'
1.57      zhu      10616: => '細微性',
1.6       bisitz   10617: 
                   10618:    'File quota'
1.12      zhu      10619: => '文件共享',
1.6       bisitz   10620: 
                   10621:    'Default access dates'
1.12      zhu      10622: => '默认访问日期',
1.6       bisitz   10623: 
                   10624:    'Different collaborative tools<br />for different members:'
1.27      zhu      10625: => '不同的协作工具<br />对不同的成员组成:',
1.6       bisitz   10626: 
                   10627:    'Start date'
                   10628: => '开始日期',
                   10629: 
                   10630:    'Start date:'
                   10631: => '开始日期:',
                   10632: 
                   10633:    'End date'
                   10634: => '结束日期',
                   10635: 
                   10636:    'End date:'
                   10637: => '结束日期:',
                   10638: 
                   10639:    'Available for assignment to members:'
1.57      zhu      10640: => '可供成员访问:',
1.6       bisitz   10641: 
                   10642:    'Unavailable for assignment:'
1.57      zhu      10643: => '没有可能访问:',
1.6       bisitz   10644: 
                   10645:    'User privileges for collaborative tools'
1.57      zhu      10646: => '协作工具的用户权限',
1.6       bisitz   10647: 
                   10648:    '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  10649: => '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   10650: 
                   10651:    'For some tools there are also additional optional privileges which can be set.'
1.93      raeburn  10652: => 'For some tools there are also additional optional privileges which can be set.',
1.6       bisitz   10653: 
                   10654:    'Choose one of the following:'
1.93      raeburn  10655: => 'Choose one of the following:',
1.6       bisitz   10656: 
                   10657:    '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  10658: => '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   10659: 
                   10660:    'As you have chosen not to include any collaborative tools in the group, no default optional privileges need to be set.'
1.93      raeburn  10661: => 'As you have chosen not to include any collaborative tools in the group, no default optional privileges need to be set.',
1.6       bisitz   10662: 
                   10663:    'Group membership'
1.12      zhu      10664: => '组员',
1.6       bisitz   10665: 
                   10666:    'Add members'
1.12      zhu      10667: => '添加成员',
1.6       bisitz   10668: 
                   10669:    'Assign collaborative tools'
1.27      zhu      10670: => '转让协作工具',
1.6       bisitz   10671: 
                   10672:    'Tools'
1.12      zhu      10673: => '工具',
1.6       bisitz   10674: 
                   10675:    'Add Members'
1.12      zhu      10676: => '添加成员',
1.6       bisitz   10677: 
                   10678:    'Add?'
1.18      zhu      10679: => '添加?',
1.6       bisitz   10680: 
                   10681:    'All:'
1.18      zhu      10682: => '全部:',
1.6       bisitz   10683: 
                   10684:    '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  10685: => '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   10686: 
                   10687:    '[_1] [_2] was created.<br />'
1.12      zhu      10688: => '[_1] [_2] 已创建。<br />',
1.6       bisitz   10689: 
                   10690:    'Group membership list updated.'
1.12      zhu      10691: => '该组成员名单已经更新。',
1.6       bisitz   10692: 
                   10693:    '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  10694: => '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   10695: 
                   10696:    'An error occurred while updating the group membership list:'
1.93      raeburn  10697: => 'An error occurred while updating the group membership list:',
1.6       bisitz   10698: 
                   10699:    'Choose Privileges'
1.93      raeburn  10700: => 'Choose Privileges',
1.6       bisitz   10701: 
                   10702:    'Setting Changes Complete'
1.98      bisitz   10703: => 'Setting Changes Complete',
1.6       bisitz   10704: 
                   10705:    'Modifications Complete'
1.98      bisitz   10706: => 'Modifications Complete',
1.6       bisitz   10707: 
                   10708:    'Creation Complete'
1.93      raeburn  10709: => 'Creation Complete',
1.6       bisitz   10710: 
                   10711:    'Additions Complete'
1.93      raeburn  10712: => 'Additions Complete',
1.6       bisitz   10713: 
                   10714:    'Verify deletion'
1.93      raeburn  10715: => 'Verify deletion',
1.6       bisitz   10716: 
                   10717:    'Deletion Complete'
1.93      raeburn  10718: => 'Deletion Complete',
1.6       bisitz   10719: 
                   10720:    'Create Group'
1.12      zhu      10721: => '创建组',
1.6       bisitz   10722: 
                   10723:    'discussion'
1.12      zhu      10724: => '论坛',
1.6       bisitz   10725: 
                   10726:    'email files'
1.12      zhu      10727: => '电子邮件档案',
1.6       bisitz   10728: 
                   10729:    'homepage'
1.12      zhu      10730: => '主页',
1.6       bisitz   10731: 
                   10732:    'roster'
1.12      zhu      10733: => '花名册',
1.6       bisitz   10734: 
                   10735:    'Edit Group Homepage'
1.12      zhu      10736: => '编辑组首页',
1.6       bisitz   10737: 
                   10738:    'Edit Group Settings'
1.12      zhu      10739: => '编辑组设置',
1.6       bisitz   10740: 
                   10741:    'Available Group Tools'
1.12      zhu      10742: => '可用的工具组',
1.6       bisitz   10743: 
1.22      zhu      10744:    'Group Chat Room'
1.12      zhu      10745: => '组聊天室',
1.6       bisitz   10746: 
                   10747:    'Group e-mail'
1.12      zhu      10748: => '组电子邮箱',
1.6       bisitz   10749: 
                   10750:    'Group page - [_1]'
1.12      zhu      10751: => '组页 - [_1]',
1.6       bisitz   10752: 
                   10753:    '[_1] discussion boards - [_2]'
1.12      zhu      10754: => '[_1] 论坛 - [_2]',
1.6       bisitz   10755: 
                   10756:    'New Discussion Board'
1.12      zhu      10757: => '创建新论坛',
1.6       bisitz   10758: 
                   10759:    'There are currently no discussion boards in this [_1].'
1.12      zhu      10760: => '在这 [_1] 里目前还没有论坛。',
1.6       bisitz   10761: 
                   10762:    'Discussion Board Title'
1.12      zhu      10763: => '论坛讨论标题',
1.6       bisitz   10764: 
                   10765:    'The new discussion board was added successfully.<br />'
1.12      zhu      10766: => '新的讨论论坛已成功创建。<br />',
1.6       bisitz   10767: 
                   10768:    'Edit [_1] board'
1.12      zhu      10769: => '编辑 [_1] 论坛',
1.6       bisitz   10770: 
                   10771:    'View all group discussion boards'
1.12      zhu      10772: => '查看各组讨论论坛',
1.6       bisitz   10773: 
                   10774:    'Show Student View'
1.12      zhu      10775: => '以学生视角显示',
1.6       bisitz   10776: 
                   10777:    'Note: in anonymous discussion, your name is visible only to course faculty'
1.12      zhu      10778: => '注意:在匿名的讨论中,你的名字只有课程教师看的见。',
1.6       bisitz   10779: 
                   10780:    'Send a Message in a Group'
1.12      zhu      10781: => '组内发送邮件',
1.6       bisitz   10782: 
                   10783:    'As this group has no members, there are no recipients to select.'
1.12      zhu      10784: => '由于这组没有成员,您无法选择收件人。',
1.6       bisitz   10785: 
                   10786:    'Allow replies'
1.10      zhu      10787: => '允许回复',
1.6       bisitz   10788: 
                   10789:    'Reply to'
1.10      zhu      10790: => '回复',
1.6       bisitz   10791: 
                   10792:    'Group Portfolio'
1.12      zhu      10793: => '组档案',
1.6       bisitz   10794: 
                   10795:    '[_1] portfolio files - [_2]'
1.13      zhu      10796: => '[_1] 组合文件 - [_2]',
1.6       bisitz   10797: 
                   10798:    'There are no membership data to display for this [_1]'
1.93      raeburn  10799: => 'There are no membership data to display for this [_1]',
1.6       bisitz   10800: 
                   10801:    'Group Membership'
1.12      zhu      10802: => '组成员',
1.6       bisitz   10803: 
                   10804:    '[_1] membership status - [_2]'
1.12      zhu      10805: => '[_1] 成员状态 - [_2]',
1.6       bisitz   10806: 
                   10807:    'Group Message'
1.55      zhu      10808: => '组邮件',
1.6       bisitz   10809: 
                   10810:    'Compose Group Message'
1.55      zhu      10811: => '撰写组邮件',
1.6       bisitz   10812: 
                   10813:    'Course Discussion Boards'
1.9       zhu      10814: => '课程讨论区',
1.6       bisitz   10815: 
                   10816:    'Post Discussion'
1.12      zhu      10817: => '提交讨论文件',
1.6       bisitz   10818: 
                   10819:    'Post Anonymous Discussion'
1.12      zhu      10820: => '匿名提交讨论文件',
1.6       bisitz   10821: 
                   10822:    'Content'
1.12      zhu      10823: => '内容',
1.6       bisitz   10824: 
                   10825:    'You do not currently have rights to view this group.'
1.93      raeburn  10826: => 'You do not currently have rights to view this group.',
1.6       bisitz   10827: 
                   10828:    'No page information provided.'
1.93      raeburn  10829: => 'No page information provided.',
1.6       bisitz   10830: 
                   10831:    '<p>No page information provided.</p>'
1.99      raeburn  10832: => '<p>No page information provided.</p>',
1.6       bisitz   10833: 
                   10834:    'Available functions'
1.12      zhu      10835: => '可用的功能',
1.6       bisitz   10836: 
                   10837:    'No group functionality.'
1.93      raeburn  10838: => 'No group functionality.',
1.6       bisitz   10839: 
                   10840:    'No group functionality (e.g., e-mail, discussion, chat or file upload) is currently available to you in this group: [_1].'
1.93      raeburn  10841: => 'No group functionality (e.g., e-mail, discussion, chat or file upload) is currently available to you in this group: [_1].',
1.6       bisitz   10842: 
                   10843:    'Group Page'
1.12      zhu      10844: => '组页',
1.6       bisitz   10845: 
1.57      zhu      10846:    'Quota allocated to group portfolio:'
                   10847: => '配额分配给组文件夹',
                   10848: 
1.6       bisitz   10849: 
                   10850:    'The quota is currently [_1] Mb'
1.57      zhu      10851: => '目前的配额: [_1] MB',
1.6       bisitz   10852: 
                   10853:    'The quota can be increased to [_1] Mb, by adding all unallocated space for groups in the course.'
1.57      zhu      10854: => '配额可提高到 [_1] MB, 加上该课程的组中所有未分配的空间。',
1.6       bisitz   10855: 
                   10856:    '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      10857: => '每个协作工具,包括核心权限,分配给所有成员基本权限。某些工具可能会还具有额外的权限,即可以设置特定的成员。',
1.6       bisitz   10858: 
                   10859:    'All group members will receive the same privileges for any tool assigned to them, including the default set of optional privileges.'
1.57      zhu      10860: => '所有组成员分配给他们的任何工具将得到相同的权限,包括默认设置可选特权。',
1.6       bisitz   10861: 
                   10862:    'Different group members may receive different privileges from others for the tools they have been assigned.'
1.93      raeburn  10863: => 'Different group members may receive different privileges from others for the tools they have been assigned.',
1.6       bisitz   10864: 
                   10865:    'Indicate which <b>optional</b> privileges members will receive by default for a specific tool.'
1.93      raeburn  10866: => 'Indicate which <b>optional</b> privileges members will receive by default for a specific tool.',
1.6       bisitz   10867: 
                   10868:    '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  10869: => '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   10870: 
                   10871:    'if enabled on the next page'
1.93      raeburn  10872: => 'if enabled on the next page',
1.6       bisitz   10873: 
                   10874:    'if enabled below'
1.93      raeburn  10875: => 'if enabled below',
1.6       bisitz   10876: 
                   10877:    'Additional privileges'
1.93      raeburn  10878: => 'Additional privileges',
1.6       bisitz   10879: 
                   10880:    'Fixed privileges'
1.57      zhu      10881: => '固定权限',
1.6       bisitz   10882: 
                   10883:    'Optional privileges'
1.57      zhu      10884: => '任择权限',
1.6       bisitz   10885: 
                   10886:    'Collaborative Tool'
1.57      zhu      10887: => '协作工具',
1.6       bisitz   10888: 
                   10889:    'Fixed'
1.57      zhu      10890: => '固定的',
1.6       bisitz   10891: 
                   10892:    'Optional'
1.57      zhu      10893: => '可选的',
1.6       bisitz   10894: 
                   10895:    'Additional Tools'
1.57      zhu      10896: => '其他工具',
1.6       bisitz   10897: 
                   10898:    'Core privileges'
1.57      zhu      10899: => '基本权限',
1.6       bisitz   10900: 
                   10901:    '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  10902: => '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   10903: 
                   10904:    'All new group members will receive the same privileges.'
1.57      zhu      10905: => '所有新的小组成员将得到同样的权限。',
1.6       bisitz   10906: 
                   10907:    '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      10908: => '如果以前到期的成员正在重新启用,或者未来进入的成员现在正在激活,先前的权限将被保留。',
1.6       bisitz   10909: 
                   10910:    'As no group members are being added, there are no specific user privileges to set.'
1.57      zhu      10911: => '由于没有增加组成员,没有设置具体用户的权限。',
1.6       bisitz   10912: 
                   10913:    '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      10914: => '目前还没有任何组织成员的权限以显示或设置,因为您还没有表示,你将被激活,重新启用,改变权限,或添加/删除任何现有成员的工具。',
1.6       bisitz   10915: 
                   10916:    'Currently the group is configured '
1.57      zhu      10917: => '目前该组的配置, ',
1.6       bisitz   10918: 
                   10919:    'so different members can receive different optional privileges for a particular tool.'
1.57      zhu      10920: => '不同成员为特定的工具可以得到不同的可选权限。',
1.6       bisitz   10921: 
                   10922:    'so all members will receive the same optional privileges for a particular tool.'
1.57      zhu      10923: => '所有成员为特定的工具可以得到相同的可选权限。',
1.6       bisitz   10924: 
                   10925:    'Settings for automatic group enrollment'
1.57      zhu      10926: => '设置自动分配组',
1.6       bisitz   10927: 
                   10928:    'Group membership mapping to specific sections/roles'
1.93      raeburn  10929: => 'Group membership mapping to specific sections/roles',
1.6       bisitz   10930: 
                   10931:    'Enable/disable automatic group enrollment for users in specified roles and sections'
1.93      raeburn  10932: => 'Enable/disable automatic group enrollment for users in specified roles and sections',
1.6       bisitz   10933: 
                   10934:    '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  10935: => '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   10936: 
                   10937:    "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  10938: => "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   10939: 
                   10940:    'Automatically enable group membership when roles are added?'
1.93      raeburn  10941: => 'Automatically enable group membership when roles are added?',
1.6       bisitz   10942: 
                   10943:    'Automatically expire group membership when roles are removed?'
1.93      raeburn  10944: => 'Automatically expire group membership when roles are removed?',
1.6       bisitz   10945: 
                   10946:    'Currently set to'
1.57      zhu      10947: => '当前设置为',
1.6       bisitz   10948: 
                   10949:    'Mapping of roles and sections affected by automatic group enrollment/disenrollment follows scheme chosen below.'
1.93      raeburn  10950: => 'Mapping of roles and sections affected by automatic group enrollment/disenrollment follows scheme chosen below.',
1.6       bisitz   10951: 
                   10952:    'Pick roles and sections for automatic group enrollment'
1.93      raeburn  10953: => 'Pick roles and sections for automatic group enrollment',
1.6       bisitz   10954: 
                   10955:    'Active?'
1.57      zhu      10956: => '激活?',
1.6       bisitz   10957: 
1.57      zhu      10958:    'Send group message'
1.12      zhu      10959: => '发送组邮件', # .n.t.
1.6       bisitz   10960: 
                   10961:    'Create boards'
1.12      zhu      10962: => '创建论坛', # n.t.
1.6       bisitz   10963: 
                   10964:    'Edit own posts'
1.57      zhu      10965: => '编辑自己的帖子', # .n.t.
1.6       bisitz   10966: 
                   10967:    'Hide/Delete any post'
1.57      zhu      10968: => '隐藏/删除 任意帖子',
1.6       bisitz   10969: 
                   10970:    'View boards'
1.57      zhu      10971: => '查看论坛', # .n.t.
1.6       bisitz   10972: 
                   10973:    'Control Access'
1.57      zhu      10974: => '访问控制', # .n.t.
1.6       bisitz   10975: 
                   10976:    'Basic Display'
1.57      zhu      10977: => '基本显示', # .n.t.
1.6       bisitz   10978: 
                   10979:    'Detailed Display'
1.57      zhu      10980: => '详细显示', # .n.t.
1.6       bisitz   10981: 
                   10982:    'View page'
1.57      zhu      10983: => '查看网页', # .n.t.
1.6       bisitz   10984: 
                   10985:    'Modify page'
1.57      zhu      10986: => '修改网页', # .n.t.
1.6       bisitz   10987: 
                   10988:    'email'
1.93      raeburn  10989: => 'email',
1.6       bisitz   10990: 
1.57      zhu      10991:    'Broadcast message'
                   10992: => '广播邮件',
1.6       bisitz   10993: 
                   10994:    'files'
1.12      zhu      10995: => '文件',
1.6       bisitz   10996: 
                   10997:    'Foils without names exist. This can cause problems to malfunction.'
1.93      raeburn  10998: => 'Foils without names exist. This can cause problems to malfunction.',
1.6       bisitz   10999: 
                   11000:    'Unknown area style [_1]'
1.93      raeburn  11001: => 'Unknown area style [_1]',
1.6       bisitz   11002: 
                   11003:    "The message itself will begin with a first line: <i>'Forwarded message from'</i> followed by the original sender's name."
1.93      raeburn  11004: => "The message itself will begin with a first line: <i>'Forwarded message from'</i> followed by the original sender's name.",
1.6       bisitz   11005: 
                   11006:    'Forwarded message from '
1.93      raeburn  11007: => 'Forwarded message from ',
1.6       bisitz   11008: 
                   11009:    'You received a critical message from [_1] in LON-CAPA.'
1.93      raeburn  11010: => 'You received a critical message from [_1] in LON-CAPA.',
1.6       bisitz   11011: 
                   11012:    'You received a message from [_1] in LON-CAPA.'
1.93      raeburn  11013: => 'You received a message from [_1] in LON-CAPA.',
1.6       bisitz   11014: 
                   11015:    "'New'  critical message from "
1.93      raeburn  11016: => "'New'  critical message from ",
1.6       bisitz   11017: 
                   11018:    "'New'  message from "
1.93      raeburn  11019: => "'New'  message from ",
1.6       bisitz   11020: 
                   11021:    'Refers to'
1.93      raeburn  11022: => 'Refers to',
1.6       bisitz   11023: 
                   11024:    'Previous attempts of student (if applicable)'
1.93      raeburn  11025: => 'Previous attempts of student (if applicable)',
1.6       bisitz   11026: 
                   11027:    'Original screen output (if applicable)'
1.93      raeburn  11028: => 'Original screen output (if applicable)',
1.6       bisitz   11029: 
                   11030:    'Correct Answer(s) (if applicable)'
1.93      raeburn  11031: => 'Correct Answer(s) (if applicable)',
1.6       bisitz   11032: 
                   11033:    '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  11034: => '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   11035: 
                   11036:    'The subject is 
                   11037: 
                   11038:  [_1]
                   11039: 
                   11040: '
1.99      raeburn  11041: => 'The subject is 
1.6       bisitz   11042: 
                   11043:  [_1]
                   11044: 
                   11045: ',
                   11046: 
                   11047:    'Excerpt'
1.93      raeburn  11048: => 'Excerpt',
1.6       bisitz   11049: 
                   11050:    'Use 
                   11051: 
                   11052:  [_1]
                   11053: 
                   11054: to access the full message.'
1.99      raeburn  11055: => 'Use 
1.6       bisitz   11056: 
                   11057:  [_1]
                   11058: 
1.99      raeburn  11059: to access the full message.',
1.6       bisitz   11060: 
                   11061:    'You can reply to this message'
1.93      raeburn  11062: => 'You can reply to this message',
1.6       bisitz   11063: 
                   11064:    'A reply will not be received by the recipient!'
1.93      raeburn  11065: => 'A reply will not be received by the recipient!',
1.6       bisitz   11066: 
                   11067:    "Include in course's 'User records' for recipient(s)"
1.10      zhu      11068: => "包括课程中的'用户记录'给收信人",
1.6       bisitz   11069: 
                   11070:    'No replies to sender'
1.10      zhu      11071: => '没有答复发件人',
1.6       bisitz   11072: 
                   11073:    'Display Message'
1.10      zhu      11074: => '显示邮件',
1.6       bisitz   11075: 
                   11076:    'Replying to a Message'
1.10      zhu      11077: => '回复邮件',
1.6       bisitz   11078: 
                   11079:    'Forwarding a Message'
1.10      zhu      11080: => '转发邮件',
1.6       bisitz   11081: 
                   11082:    'Forwarding Multiple Messages'
1.10      zhu      11083: => '转发多封邮件',
1.6       bisitz   11084: 
                   11085:    'At end of file some tags were still left unclosed, '
1.93      raeburn  11086: => 'At end of file some tags were still left unclosed, ',
1.6       bisitz   11087: 
                   11088:    'Upload and Send'
1.10      zhu      11089: => '上传和发送',
1.6       bisitz   11090: 
                   11091:    'Choose which course(s) to list.'
1.93      raeburn  11092: => 'Choose which course(s) to list.',
1.6       bisitz   11093: 
                   11094:    'Display courses'
1.10      zhu      11095: => '显示课程',
1.6       bisitz   11096: 
                   11097:    'Public'
1.10      zhu      11098: => '公开的',
1.6       bisitz   11099: 
1.35      bisitz   11100:    'Answer [_1]'
                   11101: => '答复 [_1]',
1.6       bisitz   11102: 
                   11103:    'EditXML [_1]'
1.93      raeburn  11104: => 'EditXML [_1]',
1.6       bisitz   11105: 
                   11106:    'Not authorized'
1.10      zhu      11107: => '未授权',
1.6       bisitz   11108: 
                   11109:    'An error occurred while processing this resource. The author has been notified.'
1.93      raeburn  11110: => 'An error occurred while processing this resource. The author has been notified.',
1.6       bisitz   11111: 
                   11112:    'Code ran too long. It ran for more than'
1.93      raeburn  11113: => 'Code ran too long. It ran for more than',
1.6       bisitz   11114: 
                   11115:    'seconds occurred while running &lt;while&gt; on line'
1.93      raeburn  11116: => 'seconds occurred while running &lt;while&gt; on line',
1.6       bisitz   11117: 
                   11118:    'Student View'
1.18      zhu      11119: => '学生视野',
1.6       bisitz   11120: 
                   11121:    'Correct answer'
1.18      zhu      11122: => '正确答案',
1.6       bisitz   11123: 
                   11124:    'Could not identify problem.'
1.18      zhu      11125: => '无法确定的问题。', # ???
1.6       bisitz   11126: 
                   11127:    'Chart'
1.18      zhu      11128: => '图表',
1.6       bisitz   11129: 
1.77      bisitz   11130:    'Student Data'
                   11131: => '学生资料',
1.6       bisitz   11132: 
                   11133:    'HTML, with links'
1.18      zhu      11134: => 'HTML格式,链接',
1.6       bisitz   11135: 
                   11136:    'HTML, with all links'
1.18      zhu      11137: => 'HTML格式,与所有链接',
1.6       bisitz   11138: 
                   11139:    'HTML, without links'
1.18      zhu      11140: => 'HTML格式,没有链接',
1.6       bisitz   11141: 
                   11142:    'Output Data'
1.18      zhu      11143: => '输出数据',
1.6       bisitz   11144: 
                   11145:    'Scores Summary'
1.18      zhu      11146: => '总分',
1.6       bisitz   11147: 
                   11148:    'Scores Per Problem'
1.18      zhu      11149: => '每题分数',
1.6       bisitz   11150: 
                   11151:    'Parts Correct'
1.93      raeburn  11152: => 'Parts Correct',
1.6       bisitz   11153: 
                   11154:    'fullname'
1.18      zhu      11155: => '全名',
1.6       bisitz   11156: 
                   11157:    'id'
1.18      zhu      11158: => 'ID/学生证号',
1.6       bisitz   11159: 
                   11160:    'Generate Chart'
1.18      zhu      11161: => '生成图表',
1.6       bisitz   11162: 
                   11163:    'Generate Graph'
1.18      zhu      11164: => '生成图',
1.6       bisitz   11165: 
                   11166:    'Select One Student'
1.18      zhu      11167: => '选择一个学生',
1.6       bisitz   11168: 
                   11169:    'All sections.'
1.18      zhu      11170: => '所有科目。',
1.6       bisitz   11171: 
                   11172:    'Section [_1].'
1.18      zhu      11173: => '章节 [_1]。',
1.6       bisitz   11174: 
                   11175:    'Section [_1]'
1.18      zhu      11176: => '章节 [_1]',
1.6       bisitz   11177: 
                   11178:    'Sections [_1] and [_2].'
1.18      zhu      11179: => '章节 [_1] 和 [_2]。',
1.6       bisitz   11180: 
                   11181:    'All groups.'
1.12      zhu      11182: => '所有组。',
1.6       bisitz   11183: 
                   11184:    'Group [_1].'
1.12      zhu      11185: => '组 [_1].',
1.6       bisitz   11186: 
                   11187:    'Groups [_1] and [_2].'
1.12      zhu      11188: => '组 [_1] 和 [_2].',
1.6       bisitz   11189: 
                   11190:    'Active access status.'
1.93      raeburn  11191: => 'Active access status.',
1.6       bisitz   11192: 
                   11193:    'Future access status.'
1.93      raeburn  11194: => 'Future access status.',
1.6       bisitz   11195: 
                   11196:    'Expired access status.'
1.93      raeburn  11197: => 'Expired access status.',
1.6       bisitz   11198: 
                   11199:    'Any access status.'
1.93      raeburn  11200: => 'Any access status.',
1.6       bisitz   11201: 
                   11202:    'Show links in new window:'
1.93      raeburn  11203: => 'Show links in new window:',
1.6       bisitz   11204: 
1.77      bisitz   11205:    'Summary Table'
1.93      raeburn  11206: => 'Summary Table',
1.77      bisitz   11207: 
1.6       bisitz   11208:    'Summary Tables'
1.93      raeburn  11209: => 'Summary Tables',
1.6       bisitz   11210: 
1.77      bisitz   11211:    'Summary table for [_1] ([_2])'
1.93      raeburn  11212: => 'Summary table for [_1] ([_2])',
1.6       bisitz   11213: 
                   11214:    'Average'
1.93      raeburn  11215: => 'Average',
1.6       bisitz   11216: 
1.77      bisitz   11217:    'maximum'
1.93      raeburn  11218: => 'maximum',
1.77      bisitz   11219: 
1.6       bisitz   11220:    'Maximum'
                   11221: => 'Maximum',
                   11222: 
1.77      bisitz   11223:    'Max. Total'
1.93      raeburn  11224: => 'Max. Total',
1.77      bisitz   11225: 
                   11226:    'Median'
                   11227: => 'Median',
                   11228: 
                   11229:    'Std Dev'
1.93      raeburn  11230: => 'Std Dev',
1.77      bisitz   11231: 
                   11232:    'sum'
1.93      raeburn  11233: => 'sum',
1.77      bisitz   11234: 
                   11235:    'maximum possible'
1.93      raeburn  11236: => 'maximum possible',
1.77      bisitz   11237: 
                   11238:    'parts correct'
1.93      raeburn  11239: => 'parts correct',
1.77      bisitz   11240: 
1.6       bisitz   11241:    'Return to the chart'
1.93      raeburn  11242: => 'Return to the chart',
1.6       bisitz   11243: 
1.77      bisitz   11244:    'Compiled on [_1]'
1.93      raeburn  11245: => 'Compiled on [_1]',
1.77      bisitz   11246: 
1.6       bisitz   11247:    "Click on a student's name or username to view their chart"
1.93      raeburn  11248: => "Click on a student's name or username to view their chart",
1.6       bisitz   11249: 
                   11250:    'status'
1.57      zhu      11251: => '状态',
1.6       bisitz   11252: 
                   11253:    'groups'
1.12      zhu      11254: => '组',
1.6       bisitz   11255: 
                   11256:    'Click on a students name or username to view their chart'
1.93      raeburn  11257: => 'Click on a students name or username to view their chart',
1.6       bisitz   11258: 
                   11259:    'Essay will be hand graded.'
1.93      raeburn  11260: => 'Essay will be hand graded.',
1.6       bisitz   11261: 
                   11262:    'Text you want to appear by default:'
1.18      zhu      11263: => '文字在默认情况下显示:',
1.6       bisitz   11264: 
                   11265:    'Check as many files as you wish in response to the problem:'
1.13      zhu      11266: => '选择所有的文件对于您想答复的问题:',
1.6       bisitz   11267: 
                   11268:    'Select portfolio files'
1.13      zhu      11269: => '选择组合文件',
1.6       bisitz   11270: 
                   11271:    'Select checked files, and continue selecting'
1.13      zhu      11272: => '选择文件并继续选择',
1.6       bisitz   11273: 
                   11274:    'Select checked files, and close window'
1.13      zhu      11275: => '选择文件并关闭窗口',
1.6       bisitz   11276: 
                   11277:    'Copy of'
1.93      raeburn  11278: => 'Copy of',
1.6       bisitz   11279: 
                   11280:    '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  11281: => '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   11282: 
                   11283:    'Overall result: [_1]'
1.18      zhu      11284: => '总分: [_1]',
1.6       bisitz   11285: 
                   11286:    'Dimension: [_1], status [_2] '
1.93      raeburn  11287: => 'Dimension: [_1], status [_2] ',
1.6       bisitz   11288: 
                   11289:    'Queue Status'
1.10      zhu      11290: => '队列状态',
1.6       bisitz   11291: 
                   11292:    'Check Mark'
1.10      zhu      11293: => '核选标记',
1.6       bisitz   11294: 
                   11295:    'Return commented version of [_1] to student.'
1.93      raeburn  11296: => 'Return commented version of [_1] to student.',
1.6       bisitz   11297: 
                   11298:    'Download All Submitted Documents'
1.93      raeburn  11299: => 'Download All Submitted Documents',
1.6       bisitz   11300: 
1.52      bisitz   11301:    'Essay is [_1]% similar to an essay by [_2] in course [_3] (course id [_4]:[_5])'
1.93      raeburn  11302: => 'Essay is [_1]% similar to an essay by [_2] in course [_3] (course id [_4]:[_5])',
1.6       bisitz   11303: 
                   11304:    'Compose message to student'
1.93      raeburn  11305: => 'Compose message to student',
1.6       bisitz   11306: 
                   11307:    'incl. grades'
1.10      zhu      11308: => '包含评分',
1.6       bisitz   11309: 
1.66      bisitz   11310:    'Message will be sent when you click on Save &amp; Next below.'
1.93      raeburn  11311: => 'Message will be sent when you click on Save &amp; Next below.',
1.6       bisitz   11312: 
                   11313:    'Set/Change parameters'
1.93      raeburn  11314: => 'Set/Change parameters',
1.6       bisitz   11315: 
                   11316:    'Grading Feedback'
1.27      zhu      11317: => '评估反馈',
1.6       bisitz   11318: 
1.52      bisitz   11319:    'Sending message to [_1]'
                   11320: => '发送邮件至 [_1]',
1.6       bisitz   11321: 
                   11322:    'Not allowed to modify grades for [_1]'
1.93      raeburn  11323: => 'Not allowed to modify grades for [_1]',
1.6       bisitz   11324: 
                   11325:    'You need to specify the username or ID'
1.93      raeburn  11326: => 'You need to specify the username or ID',
1.6       bisitz   11327: 
                   11328:    'You need to specify at least one grading field'
1.93      raeburn  11329: => 'You need to specify at least one grading field',
1.6       bisitz   11330: 
                   11331:    'Specify a file containing the class scores for current resource'
1.93      raeburn  11332: => 'Specify a file containing the class scores for current resource',
1.6       bisitz   11333: 
                   11334:    'Upload Scores'
1.27      zhu      11335: => '上传分数',
1.6       bisitz   11336: 
                   11337:    'Some point values were assigned for problems with a weight of zero. These values were ignored.'
1.93      raeburn  11338: => 'Some point values were assigned for problems with a weight of zero. These values were ignored.',
1.6       bisitz   11339: 
                   11340:    'Use CODE:'
1.93      raeburn  11341: => 'Use CODE:',
1.6       bisitz   11342: 
                   11343:    'Some resources in the sequence currently are not set to exam mode. Grading these resources currently may not work correctly.'
1.93      raeburn  11344: => 'Some resources in the sequence currently are not set to exam mode. Grading these resources currently may not work correctly.',
1.6       bisitz   11345: 
                   11346:    'scores from file' # Upload scores from file
1.93      raeburn  11347: => 'scores from file',
1.6       bisitz   11348: 
                   11349:    'Process'
1.93      raeburn  11350: => 'Process',
1.6       bisitz   11351: 
                   11352:    'clicker file' # Process clicker file
1.93      raeburn  11353: => 'clicker file',
1.6       bisitz   11354: 
                   11355:    'Grade'
1.93      raeburn  11356: => 'Grade',
1.6       bisitz   11357: 
1.103     bisitz   11358:    'bubblesheet forms' # Grade scantron forms
                   11359: => 'bubblesheet forms',
1.6       bisitz   11360: 
                   11361:    'Verify'
1.98      bisitz   11362: => 'Verify',
1.6       bisitz   11363: 
                   11364:    'receipt'
1.93      raeburn  11365: => 'receipt',
1.6       bisitz   11366: 
                   11367:    'Manage'
1.93      raeburn  11368: => 'Manage',
1.6       bisitz   11369: 
                   11370:    'saved CODEs' # View saved CODEs
1.93      raeburn  11371: => 'saved CODEs', # n.t.
1.6       bisitz   11372: 
                   11373:    'Specify a file containing the clicker information for this resource'
1.93      raeburn  11374: => 'Specify a file containing the clicker information for this resource',
1.6       bisitz   11375: 
                   11376:    'Upload File'
1.27      zhu      11377: => '上传文件',
1.6       bisitz   11378: 
                   11379:    'Award points just for participation'
1.93      raeburn  11380: => 'Award points just for participation',
1.6       bisitz   11381: 
                   11382:    'Correctness determined from response by course personnel'
1.93      raeburn  11383: => 'Correctness determined from response by course personnel',
1.6       bisitz   11384: 
                   11385:    'Correctness determined from response with clicker ID(s)'
1.93      raeburn  11386: => 'Correctness determined from response with clicker ID(s)',
1.6       bisitz   11387: 
                   11388:    'Percentage points for correct solution'
1.93      raeburn  11389: => 'Percentage points for correct solution',
1.6       bisitz   11390: 
                   11391:    'Percentage points for incorrect solution'
1.93      raeburn  11392: => 'Percentage points for incorrect solution',
1.6       bisitz   11393: 
                   11394:    'You need to specify a clicker ID for the correct answer'
1.93      raeburn  11395: => 'You need to specify a clicker ID for the correct answer',
1.6       bisitz   11396: 
                   11397:    'Score based on attendance only'
1.93      raeburn  11398: => 'Score based on attendance only',
1.6       bisitz   11399: 
                   11400:    'Correctness determined by the following IDs'
1.93      raeburn  11401: => 'Correctness determined by the following IDs',
1.6       bisitz   11402: 
                   11403:    'specified'
1.93      raeburn  11404: => 'specified',
1.6       bisitz   11405: 
                   11406:    'No IDs found to determine correct answer'
1.93      raeburn  11407: => 'No IDs found to determine correct answer',
1.6       bisitz   11408: 
                   11409:    '[_1] Error: [_2] The file you attempted to upload, [_3] contained no information. Please check that you entered the correct filename.'
1.98      bisitz   11410: => '[_1] Error: [_2] The file you attempted to upload, [_3] contained no information. Please check that you entered the correct filename.',
1.6       bisitz   11411: 
                   11412:    'Scanning clicker file'
1.93      raeburn  11413: => 'Scanning clicker file',
1.6       bisitz   11414: 
                   11415:    'Found [_1] question(s)'
                   11416: => '[_1] Frage(n) gefunden',
                   11417: 
                   11418:    'Awarding [_1] percent for correct and [_2] percent for incorrect responses'
1.98      bisitz   11419: => 'Awarding [_1] percent for correct and [_2] percent for incorrect responses',
1.6       bisitz   11420: 
                   11421:    'Clicker registered more than once'
1.93      raeburn  11422: => 'Clicker registered more than once',
1.6       bisitz   11423: 
                   11424:    'Unregistered Clicker'
1.93      raeburn  11425: => 'Unregistered Clicker',
1.6       bisitz   11426: 
                   11427:    'Found [_1] registered and [_2] unregistered clickers.'
1.99      raeburn  11428: => 'Found [_1] registered and [_2] unregistered clickers.',
1.6       bisitz   11429: 
                   11430:    'Found no correct answers answers for grading!'
1.93      raeburn  11431: => 'Found no correct answers answers for grading!',
1.6       bisitz   11432: 
                   11433:    'Found [_1] entries for grading!'
1.98      bisitz   11434: => 'Found [_1] entries for grading!',
1.6       bisitz   11435: 
                   11436:    'Found no questions.'
1.93      raeburn  11437: => 'Found no questions.',
1.6       bisitz   11438: 
                   11439:    'Finalize Grading'
1.93      raeburn  11440: => 'Finalize Grading',
1.6       bisitz   11441: 
                   11442:    'Question [_1]'
1.93      raeburn  11443: => 'Question [_1]',
1.6       bisitz   11444: 
                   11445:    'Assigning grades based on clicker file'
1.93      raeburn  11446: => 'Assigning grades based on clicker file',
1.6       bisitz   11447: 
                   11448:    'More than one correct result given for question "[_1]": [_2] versus [_3].'
1.93      raeburn  11449: => 'More than one correct result given for question "[_1]": [_2] versus [_3].',
1.6       bisitz   11450: 
                   11451:    'No correct result given for question "[_1]"!'
1.93      raeburn  11452: => 'No correct result given for question "[_1]"!',
1.6       bisitz   11453: 
                   11454:    'Correct answer: [_1]'
1.18      zhu      11455: => '正确答案: [_1]',
1.6       bisitz   11456: 
                   11457:    'Successfully stored grades for [_1] student(s).'
1.93      raeburn  11458: => 'Successfully stored grades for [_1] student(s).',
1.6       bisitz   11459: 
                   11460:    'Grading Menu'
1.27      zhu      11461: => '评估菜单',
1.6       bisitz   11462: 
                   11463:    'Missing tags, unable to properly run file.'
1.93      raeburn  11464: => 'Missing tags, unable to properly run file.',
1.6       bisitz   11465: 
                   11466:    'Using tag [_1] on line [_2] as end tag to [_3]'
                   11467: => 'Using tag [_1] on line [_2] as end tag to [_3]', # ??? lonxml.pm [SB 2008-08-07]
                   11468: 
                   11469:    'Found tag [_1] on line [_2] when looking for [_3] in file.'
1.93      raeburn  11470: => 'Found tag [_1] on line [_2] when looking for [_3] in file.',
1.6       bisitz   11471: 
1.66      bisitz   11472:    'ID [_1] contains invalid characters. IDs are only allowed to contain letters, numbers, spaces and -'
1.93      raeburn  11473: => 'ID [_1] contains invalid characters. IDs are only allowed to contain letters, numbers, spaces and -',
1.6       bisitz   11474: 
                   11475:    'File not found'
1.93      raeburn  11476: => 'File not found',
1.6       bisitz   11477: 
                   11478:    '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  11479: => '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   11480: 
                   11481:    'An error occurred while processing this resource. The instructor has been notified.'
1.93      raeburn  11482: => 'An error occurred while processing this resource. The instructor has been notified.',
1.6       bisitz   11483: 
                   11484:    'CourseID'
1.27      zhu      11485: => '课程编号',
1.6       bisitz   11486: 
                   11487:    'DocID'
1.27      zhu      11488: => '文件编号',
1.6       bisitz   11489: 
                   11490:    'Username, password and domain need to be specified.'
1.27      zhu      11491: => '用户名,密码和域必须指定!',
1.6       bisitz   11492: 
                   11493:    'Untitled Resource'
1.27      zhu      11494: => '无名资源',
1.6       bisitz   11495: 
                   11496:    'Not Available'
1.93      raeburn  11497: => 'Not Available',
1.6       bisitz   11498: 
                   11499:    'Clear'
1.93      raeburn  11500: => 'Clear',
1.6       bisitz   11501: 
                   11502:    'There are no parameters.'
1.93      raeburn  11503: => 'There are no parameters.',
1.6       bisitz   11504: 
                   11505:    'enroll type/action'
1.27      zhu      11506: => '注册类型/行动',
1.6       bisitz   11507: 
                   11508:    '<br />Map not loaded: The file <tt>[_1]</tt> does not exist.'
1.99      raeburn  11509: => '<br />Map not loaded: The file <tt>[_1]</tt> does not exist.',
1.6       bisitz   11510: 
                   11511:    'Saved.'
1.18      zhu      11512: => '保存的。',
1.6       bisitz   11513: 
                   11514:    'An error occurred while saving.'
1.93      raeburn  11515: => 'An error occurred while saving.',
1.6       bisitz   11516: 
                   11517:    'Reverted.'
1.93      raeburn  11518: => 'Reverted.',
1.6       bisitz   11519: 
                   11520:    'Title in map'
1.93      raeburn  11521: => 'Title in map',
1.6       bisitz   11522: 
                   11523:    'Filename of resource'
1.93      raeburn  11524: => 'Filename of resource',
1.6       bisitz   11525: 
                   11526:    'Link to published resource'
1.93      raeburn  11527: => 'Link to published resource',
1.6       bisitz   11528: 
                   11529:    'Link to resource in Construction Space'
1.93      raeburn  11530: => 'Link to resource in Construction Space',
1.6       bisitz   11531: 
                   11532:    'Resource space'
1.93      raeburn  11533: => 'Resource space',
1.6       bisitz   11534: 
                   11535:    'Construction space'
1.93      raeburn  11536: => 'Construction space',
1.6       bisitz   11537: 
                   11538:    'discard'
1.93      raeburn  11539: => 'discard',
1.6       bisitz   11540: 
                   11541:    'Change Order'
1.93      raeburn  11542: => 'Change Order',
1.6       bisitz   11543: 
                   11544:    'Sort Imported Resources'
1.93      raeburn  11545: => 'Sort Imported Resources',
1.6       bisitz   11546: 
                   11547:    'Finalize order of resources'
1.93      raeburn  11548: => 'Finalize order of resources',
1.6       bisitz   11549: 
                   11550:    'Recover Deleted'
1.93      raeburn  11551: => 'Recover Deleted',
1.6       bisitz   11552: 
                   11553:    'Recover Removed Resources'
1.93      raeburn  11554: => 'Recover Removed Resources',
1.6       bisitz   11555: 
                   11556:    'Recover Checked'
1.93      raeburn  11557: => 'Recover Checked',
1.6       bisitz   11558: 
                   11559:    'Recent Detailed Assessment Statistical Data'
1.93      raeburn  11560: => 'Recent Detailed Assessment Statistical Data',
1.6       bisitz   11561: 
                   11562:    'No information available'
1.93      raeburn  11563: => 'No information available',
1.6       bisitz   11564: 
                   11565:    'Creating new file [_1]'
1.12      zhu      11566: => '创建新文件 [_1]',
1.6       bisitz   11567: 
                   11568:    '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  11569: => '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   11570: 
                   11571:     'Associate Resource With Selected Course'
1.93      raeburn  11572: => 'Associate Resource With Selected Course',
1.6       bisitz   11573: 
                   11574:    'This resource is currently associated with a course ([_1]) which includes added metadata fields specific to the course.'
1.93      raeburn  11575: => 'This resource is currently associated with a course ([_1]) which includes added metadata fields specific to the course.',
1.6       bisitz   11576: 
                   11577:    '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  11578: => '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   11579: 
                   11580:    'not available'
1.93      raeburn  11581: => 'not available',
1.6       bisitz   11582: 
                   11583:    'most recent version'
1.93      raeburn  11584: => 'most recent version',
1.6       bisitz   11585: 
                   11586:    'information not available'
1.93      raeburn  11587: => 'information not available',
1.6       bisitz   11588: 
                   11589:    'Num Student'
1.93      raeburn  11590: => 'Num Student',
1.6       bisitz   11591: 
                   11592:    'Degree of Difficulty'
1.93      raeburn  11593: => 'Degree of Difficulty',
1.6       bisitz   11594: 
                   11595:    'Degree of Discrimination'
1.93      raeburn  11596: => 'Degree of Discrimination',
1.6       bisitz   11597: 
                   11598:    'Time of computation'
1.93      raeburn  11599: => 'Time of computation',
1.6       bisitz   11600: 
                   11601:    'Messages deleted.'
1.22      zhu      11602: => '邮件已删除。',
1.6       bisitz   11603: 
                   11604:    'Error deleting messages'
1.93      raeburn  11605: => 'Error deleting messages',
1.6       bisitz   11606: 
                   11607:    'Messages cleared.'
1.22      zhu      11608: => '邮件已删除。',
1.6       bisitz   11609: 
                   11610:    'Error clearing messages'
1.22      zhu      11611: => '删除邮件时发生错误',
1.6       bisitz   11612: 
                   11613:    'Delete Messages for this Resource'
1.93      raeburn  11614: => 'Delete Messages for this Resource',
1.6       bisitz   11615: 
                   11616:    'Back To Directory'
1.10      zhu      11617: => '返回目录',
1.6       bisitz   11618: 
                   11619:    'Associated with course [_1]'
1.93      raeburn  11620: => 'Associated with course [_1]',
1.6       bisitz   11621: 
                   11622:    'This resource is not associated with a course.'
1.93      raeburn  11623: => 'This resource is not associated with a course.',
1.6       bisitz   11624: 
                   11625:    'Discard Edits and Return to Portfolio'
1.98      bisitz   11626: => 'Discard Edits and Return to Portfolio',
1.6       bisitz   11627: 
                   11628:    'Could not transfer data in added fields to notes'
1.93      raeburn  11629: => 'Could not transfer data in added fields to notes',
1.6       bisitz   11630: 
                   11631:    'Transferred data in added fields to notes'
1.93      raeburn  11632: => 'Transferred data in added fields to notes',
1.6       bisitz   11633: 
                   11634:    'Home'
1.36      zhu      11635: => '根目录',
1.6       bisitz   11636: 
                   11637:    'Usage Statistics'
1.36      zhu      11638: => '使用统计',
1.6       bisitz   11639: 
                   11640:    'Courses/Network Hits'
1.36      zhu      11641: => '课程/网络访问次数',
1.6       bisitz   11642: 
                   11643:    'Already in this course:<br />[_1] in folder/map [_2].<br />'
1.93      raeburn  11644: => 'Already in this course:<br />[_1] in folder/map [_2].<br />',
1.6       bisitz   11645: 
                   11646:    'External Resource, preview not enabled'
1.93      raeburn  11647: => 'External Resource, preview not enabled',
1.6       bisitz   11648: 
                   11649:    'Somewhere something went wrong'
1.93      raeburn  11650: => 'Somewhere something went wrong',
1.6       bisitz   11651: 
                   11652:    'Please help us to find out what.'
1.93      raeburn  11653: => 'Please help us to find out what.',
1.6       bisitz   11654: 
                   11655:    'Please take a moment to fill out the form below.'
1.93      raeburn  11656: => 'Please take a moment to fill out the form below.',
1.6       bisitz   11657: 
                   11658:    'Your information, together with internal debugging information, will be emailed to the system and server administrators.'
1.93      raeburn  11659: => 'Your information, together with internal debugging information, will be emailed to the system and server administrators.',
1.6       bisitz   11660: 
                   11661:    'Send Information'
1.18      zhu      11662: => '发送错误报告',
1.6       bisitz   11663: 
                   11664:    'Please describe what you did just before this screen came up'
1.93      raeburn  11665: => 'Please describe what you did just before this screen came up',
1.6       bisitz   11666: 
                   11667:    'Is this problem reproducible?'
1.93      raeburn  11668: => 'Is this problem reproducible?',
1.6       bisitz   11669: 
                   11670:    'Yes!'
1.18      zhu      11671: => '是!',
1.6       bisitz   11672: 
                   11673:    'Do you have any guesses why this might have happened?'
1.18      zhu      11674: => '你有任何猜测,为什么会发生?',
1.6       bisitz   11675: 
                   11676:    'Thank you for your help!'
1.18      zhu      11677: => '谢谢您的支持!',
1.6       bisitz   11678: 
                   11679:    'Internal info:'
1.18      zhu      11680: => '内部信息:',
1.6       bisitz   11681: 
                   11682:    'Report submitted'
1.18      zhu      11683: => '提交的报告',
1.6       bisitz   11684: 
                   11685:    'Sending Error Report'
1.18      zhu      11686: => '发送错误报告',
1.6       bisitz   11687: 
                   11688:    'Thank you!'
1.18      zhu      11689: => '谢谢您!',
1.6       bisitz   11690: 
                   11691:    'Warning: Report not submitted'
1.18      zhu      11692: => '警告:报告未提交',
1.6       bisitz   11693: 
                   11694:    'The administrators of the domain [_1] have not set any e-mail addresses for receipt of your error report.'
1.93      raeburn  11695: => 'The administrators of the domain [_1] have not set any e-mail addresses for receipt of your error report.',
1.6       bisitz   11696: 
                   11697:    'The document contains errors and cannot be published.'
1.93      raeburn  11698: => 'The document contains errors and cannot be published.',
1.6       bisitz   11699: 
                   11700:    'error(s)'
1.93      raeburn  11701: => 'error(s)',
1.6       bisitz   11702: 
                   11703:    '[quant,_1,error]'
1.99      raeburn  11704: => '[quant,_1,error]',
1.6       bisitz   11705: 
                   11706:    'Please fill out all fields below.'
1.18      zhu      11707: => '请填写以下所有问题。',
1.6       bisitz   11708: 
                   11709:    '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  11710: => '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   11711: 
1.68      bisitz   11712:    '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  11713: => '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   11714: 
1.6       bisitz   11715:    'Parameters'
1.26      zhu      11716: => '参数',
1.6       bisitz   11717: 
1.68      bisitz   11718:    'Parameters:'
                   11719: => '参数:',
                   11720: 
1.6       bisitz   11721:    'Total Score and Maximum Possible for each Sequence or Folder'
1.93      raeburn  11722: => 'Total Score and Maximum Possible for each Sequence or Folder',
1.6       bisitz   11723: 
                   11724:    'Score on each Problem Part'
1.93      raeburn  11725: => 'Score on each Problem Part',
1.6       bisitz   11726: 
                   11727:    'Number of Tries before success on each Problem Part'
1.93      raeburn  11728: => 'Number of Tries before success on each Problem Part',
1.6       bisitz   11729: 
1.77      bisitz   11730:    'Number of Problem Parts completed successfully'
1.93      raeburn  11731: => 'Number of Problem Parts completed successfully',
1.6       bisitz   11732: 
                   11733:    'Unable to retrieve course information.'
1.93      raeburn  11734: => 'Unable to retrieve course information.',
1.6       bisitz   11735: 
                   11736:    'Please select an action to perform using the new filename'
1.93      raeburn  11737: => 'Please select an action to perform using the new filename',
1.6       bisitz   11738: 
                   11739:    'View or modify a course'
1.98      bisitz   11740: => '查看或修改课程',
1.6       bisitz   11741: 
                   11742:    'Enter the course with the role of [_1]'
1.93      raeburn  11743: => 'Enter the course with the role of [_1]',
1.6       bisitz   11744: 
                   11745:    'Enter the course with the role of [_1].'
1.93      raeburn  11746: => 'Enter the course with the role of [_1].',
1.6       bisitz   11747: 
                   11748:    'View or modify course settings which only a [_1] may modify.'
1.93      raeburn  11749: => 'View or modify course settings which only a [_1] may modify.',
1.6       bisitz   11750: 
                   11751:    'Manage course users'
                   11752: => '管理课程参加者',
                   11753: 
                   11754:    'Upload a File of Course Users'
1.70      zhu      11755: => '课程用户上传文件',
1.6       bisitz   11756: 
1.69      droeschl 11757:    'Add/Modify a Course User'
1.79      bisitz   11758: => '添加/修改课程用户',
1.6       bisitz   11759: 
                   11760:    'Edit Custom Roles'
1.70      zhu      11761: => '编辑自定义角色',
                   11762: 
                   11763:    'Custom Role'
                   11764: => '自定义角色',
1.6       bisitz   11765: 
                   11766:    'Enroll a Single Student'
1.70      zhu      11767: => '注册一名学生',
1.6       bisitz   11768: 
                   11769:    'Enroll a student'
1.70      zhu      11770: => '注册学生',
1.6       bisitz   11771: 
                   11772:    'Manage Course Groups'
1.12      zhu      11773: => '管理课程组',
1.6       bisitz   11774: 
                   11775:    'This error occurred while processing response [_1] in part [_2]'
1.93      raeburn  11776: => 'This error occurred while processing response [_1] in part [_2]',
1.6       bisitz   11777: 
                   11778:    'This error occurred while processing part [_1]'
1.93      raeburn  11779: => 'This error occurred while processing part [_1]',
1.6       bisitz   11780: 
                   11781:    'Unable to find section for this student'
1.93      raeburn  11782: => 'Unable to find section for this student',
1.6       bisitz   11783: 
                   11784:    'Classlist update for "[_1]" in "[_2]".'
1.93      raeburn  11785: => 'Classlist update for "[_1]" in "[_2]".',
1.6       bisitz   11786: 
                   11787:    'Error: "[_1]" during classlist update for "[_2]" in "[_3]".'
1.93      raeburn  11788: => 'Error: "[_1]" during classlist update for "[_2]" in "[_3]".',
1.6       bisitz   11789: 
                   11790:    'Role: '
1.18      zhu      11791: => '角色: ',
1.6       bisitz   11792: 
                   11793:    'Identify fields in uploaded list'
1.93      raeburn  11794: => 'Identify fields in uploaded list',
1.6       bisitz   11795: 
                   11796:    'Default domain'
1.18      zhu      11797: => '默认域',
1.6       bisitz   11798: 
                   11799:    'Change authentication for existing users in domain "[_1]" to these settings?'
1.93      raeburn  11800: => 'Change authentication for existing users in domain "[_1]" to these settings?',
1.6       bisitz   11801: 
                   11802:    'LON-CAPA Home Server for New Users'
1.18      zhu      11803: => 'LON-CAPA 家庭服务器的新用户',
1.6       bisitz   11804: 
1.73      bisitz   11805:    'LON-CAPA domain: [_1] with home server:'
                   11806: => 'LON-CAPA 域 [_1] 与家庭服务器:',
1.6       bisitz   11807: 
1.73      bisitz   11808:    'Settings for assigning roles'
1.93      raeburn  11809: => 'Settings for assigning roles',
1.6       bisitz   11810: 
                   11811:    'Pick the action to take on roles for these users:'
1.93      raeburn  11812: => 'Pick the action to take on roles for these users:',
1.6       bisitz   11813: 
                   11814:    'No role changes'
1.93      raeburn  11815: => 'No role changes',
1.6       bisitz   11816: 
                   11817:    'Add a domain role'
1.93      raeburn  11818: => 'Add a domain role',
1.6       bisitz   11819: 
                   11820:    'Add a course role'
1.93      raeburn  11821: => 'Add a course role',
1.6       bisitz   11822: 
                   11823:    'Default role'
1.93      raeburn  11824: => 'Default role',
1.6       bisitz   11825: 
1.73      bisitz   11826:    'Choose the role to assign to users without a value specified in the uploaded file.'
1.93      raeburn  11827: => 'Choose the role to assign to users without a value specified in the uploaded file.',
1.6       bisitz   11828: 
                   11829:    'Default role and section'
1.93      raeburn  11830: => 'Default role and section',
1.6       bisitz   11831: 
1.73      bisitz   11832:    'Choose the role and/or section(s) to assign to users without values specified in the uploaded file.'
1.93      raeburn  11833: => 'Choose the role and/or section(s) to assign to users without values specified in the uploaded file.',
1.6       bisitz   11834: 
                   11835:    'Default role and/or section(s)'
1.93      raeburn  11836: => 'Default role and/or section(s)',
1.6       bisitz   11837: 
                   11838:    'Role and/or section(s) for users without values specified in the uploaded file.'
1.93      raeburn  11839: => 'Role and/or section(s) for users without values specified in the uploaded file.',
1.6       bisitz   11840: 
                   11841:    'Display students with current/future access who are not in the uploaded file.'
1.93      raeburn  11842: => 'Display students with current/future access who are not in the uploaded file.',
1.6       bisitz   11843: 
                   11844:    'Students selected from this list can be dropped.'
1.93      raeburn  11845: => 'Students selected from this list can be dropped.',
1.6       bisitz   11846: 
                   11847:    'Update Student/Employee ID in courses in which user is active/future student,[_1](if forcing change).'
1.93      raeburn  11848: => 'Update Student/Employee ID in courses in which user is active/future student,[_1](if forcing change).',
1.6       bisitz   11849: 
                   11850:    'make these dates the default access dates for future student enrollment'
1.93      raeburn  11851: => 'make these dates the default access dates for future student enrollment',
1.6       bisitz   11852: 
                   11853:    'Set default start and end access dates for course.'
1.93      raeburn  11854: => 'Set default start and end access dates for course.',
1.6       bisitz   11855: 
                   11856:    'Unable to set default access dates for course.'
1.93      raeburn  11857: => 'Unable to set default access dates for course.',
1.6       bisitz   11858: 
                   11859:    'Please select'
1.93      raeburn  11860: => 'Please select',
1.6       bisitz   11861: 
                   11862:    'User Status: [_1]'
1.18      zhu      11863: => '用户状态: [_1]',
1.6       bisitz   11864: 
                   11865:    'Role Type: [_1]'
1.18      zhu      11866: => '角色类别: [_1]',
1.6       bisitz   11867: 
                   11868:    'Any role'
1.10      zhu      11869: => '任意角色',
1.6       bisitz   11870: 
                   11871:    'Role: [_1]'
1.18      zhu      11872: => '角色: [_1]',
1.6       bisitz   11873: 
                   11874:    'Select Course(s)'
1.10      zhu      11875: => '选择课程',
1.6       bisitz   11876: 
                   11877:    'Warning: data retrieval for multiple courses can take considerable time, as this operation is not currently optimized.'
1.93      raeburn  11878: => 'Warning: data retrieval for multiple courses can take considerable time, as this operation is not currently optimized.',
1.6       bisitz   11879: 
                   11880:    'There are no co-authors to display.'
1.93      raeburn  11881: => 'There are no co-authors to display.',
1.6       bisitz   11882: 
                   11883:    'There are no users with domain roles to display.'
1.93      raeburn  11884: => 'There are no users with domain roles to display.',
1.6       bisitz   11885: 
                   11886:    'There are no authors or co-authors to display.'
1.93      raeburn  11887: => 'There are no authors or co-authors to display.',
1.6       bisitz   11888: 
                   11889:    'There are no course users to display'
1.93      raeburn  11890: => 'There are no course users to display',
1.6       bisitz   11891: 
                   11892:    'There are no course users to display.'
1.93      raeburn  11893: => 'There are no course users to display.',
1.6       bisitz   11894: 
                   11895:    'There are no users matching the search criteria.'
1.93      raeburn  11896: => 'There are no users matching the search criteria.',
1.6       bisitz   11897: 
                   11898:    "You must select at least one user by checking a user's 'Select' checkbox"
1.93      raeburn  11899: => "You must select at least one user by checking a user's 'Select' checkbox",
1.6       bisitz   11900: 
                   11901:    'You need to select an action to take for the user(s) you have selected'
1.93      raeburn  11902: => 'You need to select an action to take for the user(s) you have selected',
1.6       bisitz   11903: 
                   11904:    ' for a single user?'
1.99      raeburn  11905: => ' for a single user?',
1.6       bisitz   11906: 
                   11907:    ' for multiple users?'
1.99      raeburn  11908: => ' for multiple users?',
1.6       bisitz   11909: 
                   11910:    'Proceed'
1.18      zhu      11911: => '下一步',
1.6       bisitz   11912: 
                   11913:    'Action to take for selected users'
1.93      raeburn  11914: => 'Action to take for selected users',
1.6       bisitz   11915: 
                   11916:    'Behavior of clickable username link for each user'
1.93      raeburn  11917: => 'Behavior of clickable username link for each user',
1.6       bisitz   11918: 
                   11919:    "Display a user's personal page"
                   11920: => "显示个人网页",
                   11921: 
                   11922:    "Modify a user's information"
1.93      raeburn  11923: => "Modify a user's information",
1.6       bisitz   11924: 
                   11925:    'Course(s): description, section(s), status'
1.93      raeburn  11926: => 'Course(s): description, section(s), status',
1.6       bisitz   11927: 
                   11928:    "Click on a username to view the user's personal page."
                   11929: => "点击用户名,以查看用户的个人网页。",
                   11930: 
                   11931:    'auto'
1.18      zhu      11932: => '自动',
1.6       bisitz   11933: 
                   11934:    'manual'
1.18      zhu      11935: => '手动',
1.6       bisitz   11936: 
                   11937:    'Unlock'
1.93      raeburn  11938: => 'Unlock',
1.6       bisitz   11939: 
                   11940:    'Lock'
1.93      raeburn  11941: => 'Lock',
1.6       bisitz   11942: 
                   11943:    'Domain Roles'
1.18      zhu      11944: => '域角色',
1.6       bisitz   11945: 
                   11946:    'Co-Author Roles'
1.18      zhu      11947: => '合著者角色',
1.6       bisitz   11948: 
                   11949:    'Course Roles'
1.18      zhu      11950: => '课程角色',
1.6       bisitz   11951: 
                   11952:    'Date and Section selector'
1.18      zhu      11953: => '日期和组选择',
1.6       bisitz   11954: 
                   11955:    'Date selector'
1.18      zhu      11956: => '日期选择器',
1.6       bisitz   11957: 
                   11958:    "Check the boxes for any users for whom roles are to be revoked, and click 'Proceed'"
1.93      raeburn  11959: => "Check the boxes for any users for whom roles are to be revoked, and click 'Proceed'",
1.6       bisitz   11960: 
                   11961:    "Check the boxes for any users for whom roles are to be deleted, and click 'Proceed'"
1.93      raeburn  11962: => "Check the boxes for any users for whom roles are to be deleted, and click 'Proceed'",
1.6       bisitz   11963: 
                   11964:    'Choose an action to take for selected users'
1.93      raeburn  11965: => 'Choose an action to take for selected users',
1.6       bisitz   11966: 
                   11967:    'New section to assign'
1.93      raeburn  11968: => 'New section to assign',
1.6       bisitz   11969: 
                   11970:    'Use "Save" to update the main window with your selections.'
1.97      raeburn  11971: => 'Use "Save" to update the main window with your selections.',
1.6       bisitz   11972: 
                   11973:    'New section'
1.70      zhu      11974: => '新的章节',
1.6       bisitz   11975: 
                   11976:    'Course - [_1]:'
1.18      zhu      11977: => '课程 - [_1]:',
1.6       bisitz   11978: 
                   11979:    'Domain - [_1]:'
1.18      zhu      11980: => '域 - [_1]:',
1.6       bisitz   11981: 
                   11982:    'Users in course with expired [_1] roles'
1.93      raeburn  11983: => 'Users in course with expired [_1] roles',
1.6       bisitz   11984: 
                   11985:    'Users in course with future [_1] roles'
1.93      raeburn  11986: => 'Users in course with future [_1] roles',
1.6       bisitz   11987: 
                   11988:    'Users in course with active [_1] roles'
1.93      raeburn  11989: => 'Users in course with active [_1] roles',
1.6       bisitz   11990: 
                   11991:    'All users in course'
1.93      raeburn  11992: => 'All users in course',
1.6       bisitz   11993: 
                   11994:    'All users in course with [_1] roles'
1.93      raeburn  11995: => 'All users in course with [_1] roles',
1.6       bisitz   11996: 
                   11997:    'only users in section "[_1]"'
1.93      raeburn  11998: => 'only users in section "[_1]"',
1.6       bisitz   11999: 
                   12000:    'only users affiliated with no section or section "[_1]"'
1.93      raeburn  12001: => 'only users affiliated with no section or section "[_1]"',
1.6       bisitz   12002: 
                   12003:    ' and not in any group'
1.99      raeburn  12004: => ' and not in any group',
1.6       bisitz   12005: 
                   12006:    ' and members of group: "[_1]"'
1.99      raeburn  12007: => ' and members of group: "[_1]"',
1.6       bisitz   12008: 
                   12009:    'only users affiliated with no section'
1.93      raeburn  12010: => 'only users affiliated with no section',
1.6       bisitz   12011: 
                   12012:    'only users affiliated with section "[_1]"'
1.93      raeburn  12013: => 'only users affiliated with section "[_1]"',
1.6       bisitz   12014: 
                   12015:    'only users not in any group'
1.93      raeburn  12016: => 'only users not in any group',
1.6       bisitz   12017: 
                   12018:    ' and also not in any group'
1.99      raeburn  12019: => ' and also not in any group',
1.6       bisitz   12020: 
                   12021:    'only members of group: "[_1]"'
1.18      zhu      12022: => '只有该组成员 "[_1]"',
1.6       bisitz   12023: 
                   12024:    ' and also members of group: "[_1]"'
1.99      raeburn  12025: => ' and also members of group: "[_1]"',
1.6       bisitz   12026: 
                   12027:    'Author space for [_1]'
1.93      raeburn  12028: => 'Author space for [_1]',
1.6       bisitz   12029: 
                   12030:    'Co-authors with expired [_1] roles'
1.93      raeburn  12031: => 'Co-authors with expired [_1] roles',
1.6       bisitz   12032: 
                   12033:    'Co-authors with future [_1] roles'
1.93      raeburn  12034: => 'Co-authors with future [_1] roles',
1.6       bisitz   12035: 
                   12036:    'Co-authors with active [_1] roles'
1.93      raeburn  12037: => 'Co-authors with active [_1] roles',
1.6       bisitz   12038: 
                   12039:    'All co-authors'
1.18      zhu      12040: => '所有合著者',
1.6       bisitz   12041: 
                   12042:    'All co-authors with [_1] roles'
1.93      raeburn  12043: => 'All co-authors with [_1] roles',
1.6       bisitz   12044: 
                   12045:    'Users in domain with expired [_1] roles'
1.93      raeburn  12046: => 'Users in domain with expired [_1] roles',
1.6       bisitz   12047: 
                   12048:    'Users in domain with future [_1] roles'
1.93      raeburn  12049: => 'Users in domain with future [_1] roles',
1.6       bisitz   12050: 
                   12051:    'Users in domain with active [_1] roles'
1.93      raeburn  12052: => 'Users in domain with active [_1] roles',
1.6       bisitz   12053: 
                   12054:    'All users in domain'
1.93      raeburn  12055: => 'All users in domain',
1.6       bisitz   12056: 
                   12057:    'All users in domain with [_1] roles'
1.93      raeburn  12058: => 'All users in domain with [_1] roles',
1.6       bisitz   12059: 
                   12060:    'Co-authors in domain with expired [_1] roles'
1.93      raeburn  12061: => 'Co-authors in domain with expired [_1] roles',
1.6       bisitz   12062: 
                   12063:    'Co-authors in domain with future [_1] roles'
1.93      raeburn  12064: => 'Co-authors in domain with future [_1] roles',
1.6       bisitz   12065: 
                   12066:    'Co-authors in domain with active [_1] roles'
1.93      raeburn  12067: => 'Co-authors in domain with active [_1] roles',
1.6       bisitz   12068: 
                   12069:    'All users with co-author roles in domain'
1.93      raeburn  12070: => 'All users with co-author roles in domain',
1.6       bisitz   12071: 
                   12072:    'All co-authors in domain  with [_1] roles'
1.93      raeburn  12073: => 'All co-authors in domain  with [_1] roles',
1.6       bisitz   12074: 
                   12075:    'All courses in domain'
1.93      raeburn  12076: => 'All courses in domain',
1.6       bisitz   12077: 
                   12078:    'Courses in domain with institutional code: [_1]'
1.93      raeburn  12079: => 'Courses in domain with institutional code: [_1]',
1.6       bisitz   12080: 
                   12081:    'Selected courses in domain'
1.93      raeburn  12082: => 'Selected courses in domain',
1.6       bisitz   12083: 
                   12084:    'users with expired [_1] roles'
1.93      raeburn  12085: => 'users with expired [_1] roles',
1.6       bisitz   12086: 
                   12087:    'users with future [_1] roles'
1.93      raeburn  12088: => 'users with future [_1] roles',
1.6       bisitz   12089: 
                   12090:    'users with active [_1] roles'
1.93      raeburn  12091: => 'users with active [_1] roles',
1.6       bisitz   12092: 
                   12093:    'all users'
1.70      zhu      12094: => '所有用户',
1.6       bisitz   12095: 
                   12096:    'users with [_1] roles'
1.70      zhu      12097: => '用户角色"[_1]"',
1.6       bisitz   12098: 
                   12099:    'There are no students to drop.'
1.93      raeburn  12100: => 'There are no students to drop.',
1.6       bisitz   12101: 
                   12102:    'Upload a file containing information about users'
1.70      zhu      12103: => '上传一个包含有用户信息的文件',
1.6       bisitz   12104: 
                   12105:    'Upload file of users'
1.70      zhu      12106: => '上传用户文件',
1.6       bisitz   12107: 
                   12108:    'How do I create a users list from a spreadsheet'
1.70      zhu      12109: => '如何从电子表格建立用户列表',
1.6       bisitz   12110: 
                   12111:    'Unable to enroll users'
1.70      zhu      12112: => '无法注册用户',
1.6       bisitz   12113: 
                   12114:    'Enrolling Users'
1.70      zhu      12115: => '注册用户',
1.6       bisitz   12116: 
                   12117:    'Updating Co-authors'
1.70      zhu      12118: => '更新共同作者',
1.6       bisitz   12119: 
                   12120:    'Adding/Modifying Users'
1.70      zhu      12121: => '添加/修改用户',
1.6       bisitz   12122: 
                   12123:    'Default section name [_1] could not be used as it is a reserved word.'
1.93      raeburn  12124: => 'Default section name [_1] could not be used as it is a reserved word.',
1.6       bisitz   12125: 
                   12126:    'Default section name "[_1]" is the name of a course group. Section names and group names must be distinct.'
1.93      raeburn  12127: => 'Default section name "[_1]" is the name of a course group. Section names and group names must be distinct.',
1.6       bisitz   12128: 
                   12129:    '[_1]: Unable to enroll user [_2] [_3] [_4] [_5] in a section named "[_6]" - this is a reserved word.'
1.98      bisitz   12130: => '[_1]: Unable to enroll user [_2] [_3] [_4] [_5] in a section named "[_6]" - this is a reserved word.',
1.6       bisitz   12131: 
                   12132:    '[_1]: Unable to enroll user [_2] [_3] [_4] [_5] in a section named "[_6]" - this is a course group.'
1.98      bisitz   12133: => '[_1]: Unable to enroll user [_2] [_3] [_4] [_5] in a section named "[_6]" - this is a course group.',
1.6       bisitz   12134: 
                   12135:    'Section names and group names must be distinct.'
1.93      raeburn  12136: => '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]".'
1.98      bisitz   12139: => '[_1]: Unable to enroll user [_2] [_3] [_4] [_5] in a section named "[_6]".',
1.6       bisitz   12140: 
                   12141:    'This user already has an active/future student role in the course, unaffiliated to any section.'
1.93      raeburn  12142: => 'This user already has an active/future student role in the course, unaffiliated to any section.',
1.6       bisitz   12143: 
                   12144:    'This user already has an active/future role in section "[_1]" of the course.'
1.93      raeburn  12145: => 'This user already has an active/future role in section "[_1]" of the course.',
1.6       bisitz   12146: 
                   12147:    '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  12148: => '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   12149: 
                   12150:    '[_1]: You do not have permission to add the requested role [_2] for the user.'
1.98      bisitz   12151: => '[_1]: You do not have permission to add the requested role [_2] for the user.',
1.6       bisitz   12152: 
                   12153:    'Allowable role(s) is/are: [_1].'
1.93      raeburn  12154: => 'Allowable role(s) is/are: [_1].',
1.6       bisitz   12155: 
                   12156:    '[_1]: Unable to enroll. No password specified.'
1.98      bisitz   12157: => '[_1]: Unable to enroll. No password specified.',
1.6       bisitz   12158: 
                   12159:    '[_1]: Unable to add co-author. No password specified.'
1.98      bisitz   12160: => '[_1]: Unable to add co-author. No password specified.',
1.6       bisitz   12161: 
                   12162:    '[_1]: Unable to add user. No password specified.'
1.98      bisitz   12163: => '[_1]: Unable to add user. No password specified.',
1.6       bisitz   12164: 
                   12165:    'Processed [quant,_1,user].'
1.101     bisitz   12166: => 'Processed [quant,_1,user].',
1.6       bisitz   12167: 
                   12168:    'Roles added for [quant,_1,user].'
1.93      raeburn  12169: => 'Roles added for [quant,_1,user].',
1.6       bisitz   12170: 
                   12171:    '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  12172: => '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   12173: 
                   12174:    'No roles added'
1.93      raeburn  12175: => 'No roles added',
1.6       bisitz   12176: 
                   12177:    'Authentication changed for [_1] existing users.'
1.93      raeburn  12178: => 'Authentication changed for [_1] existing users.',
1.6       bisitz   12179: 
                   12180:    'Students to Drop'
1.93      raeburn  12181: => 'Students to Drop',
1.6       bisitz   12182: 
                   12183:    'There are no students with current/future access to the course.'
1.93      raeburn  12184: => 'There are no students with current/future access to the course.',
1.6       bisitz   12185: 
                   12186:    '[_1]: Unable to add/modify: [_2]'
1.98      bisitz   12187: => '[_1]: Unable to add/modify: [_2]',
1.6       bisitz   12188: 
                   12189:    '[_1]: Unable to modify authentication: [_2]'
1.98      bisitz   12190: => '[_1]: Unable to modify authentication: [_2]',
1.6       bisitz   12191: 
                   12192:    '[_1]: Unable to add role: [_2]'
1.98      bisitz   12193: => '[_1]: Unable to add role: [_2]',
1.6       bisitz   12194: 
                   12195:    'No change in section assignment (none)'
1.93      raeburn  12196: => 'No change in section assignment (none)',
1.6       bisitz   12197: 
                   12198:    "Revoked role of '[_1]' in [_2] for [_3]"
1.93      raeburn  12199: => "Revoked role of '[_1]' in [_2] for [_3]",
1.6       bisitz   12200: 
                   12201:    "Deleted role of '[_1]' in [_2] for [_3]"
1.93      raeburn  12202: => "Deleted role of '[_1]' in [_2] for [_3]",
1.6       bisitz   12203: 
                   12204:    "Re-enabled role of '[_1]' in [_2] for [_3]"
1.93      raeburn  12205: => "Re-enabled role of '[_1]' in [_2] for [_3]",
1.6       bisitz   12206: 
                   12207:    "Activated role of '[_1]' in [_2] for [_3]"
1.93      raeburn  12208: => "Activated role of '[_1]' in [_2] for [_3]",
1.6       bisitz   12209: 
                   12210:    "Changed Access Dates for role of '[_1]' in [_2] for [_3]"
1.93      raeburn  12211: => "Changed Access Dates for role of '[_1]' in [_2] for [_3]",
1.6       bisitz   12212: 
                   12213:    "Changed section for role of '[_1]' in [_2] for [_3]"
1.93      raeburn  12214: => "Changed section for role of '[_1]' in [_2] for [_3]",
1.6       bisitz   12215: 
                   12216:    "Dropped role of '[_1]' in [_2] for [_3]"
1.93      raeburn  12217: => "Dropped role of '[_1]' in [_2] for [_3]",
1.6       bisitz   12218: 
                   12219:    'Error revoking [_1] in [_2] for [_3]: [_4].'
1.93      raeburn  12220: => 'Error revoking [_1] in [_2] for [_3]: [_4].',
1.6       bisitz   12221: 
                   12222:    'Error deleting [_1] in [_2] for [_3]: [_4].'
1.93      raeburn  12223: => 'Error deleting [_1] in [_2] for [_3]: [_4].',
1.6       bisitz   12224: 
                   12225:    'Error re-enabling [_1] in [_2] for [_3]: [_4].'
1.93      raeburn  12226: => 'Error re-enabling [_1] in [_2] for [_3]: [_4].',
1.6       bisitz   12227: 
                   12228:    'Error activating [_1] in [_2] for [_3]: [_4].'
1.93      raeburn  12229: => 'Error activating [_1] in [_2] for [_3]: [_4].',
1.6       bisitz   12230: 
                   12231:    'Error changing access dates for [_1] in [_2] for [_3]: [_4].'
1.93      raeburn  12232: => 'Error changing access dates for [_1] in [_2] for [_3]: [_4].',
1.6       bisitz   12233: 
                   12234:    'Error changing section for [_1] in [_2] for [_3]: [_4].'
1.93      raeburn  12235: => 'Error changing section for [_1] in [_2] for [_3]: [_4].',
1.6       bisitz   12236: 
                   12237:    'Error dropping [_1] in [_2] for [_3]: [_4].'
1.93      raeburn  12238: => 'Error dropping [_1] in [_2] for [_3]: [_4].',
1.6       bisitz   12239: 
                   12240:    'Revoked role(s) for [quant,_1,user,users,no users].'
1.93      raeburn  12241: => 'Revoked role(s) for [quant,_1,user,users,no users].',
1.6       bisitz   12242: 
                   12243:    'Deleted role(s) for [quant,_1,user,users,no users].'
1.93      raeburn  12244: => 'Deleted role(s) for [quant,_1,user,users,no users].',
1.6       bisitz   12245: 
                   12246:    'Re-enabled role(s) for [quant,_1,user,users,no users].'
1.93      raeburn  12247: => 'Re-enabled role(s) for [quant,_1,user,users,no users].',
1.6       bisitz   12248: 
                   12249:    'Activated role(s) for [quant,_1,user,users,no users].'
1.93      raeburn  12250: => 'Activated role(s) for [quant,_1,user,users,no users].',
1.6       bisitz   12251: 
                   12252:    'Changed Access Dates for role(s) for [quant,_1,user,users,no users].'
1.93      raeburn  12253: => 'Changed Access Dates for role(s) for [quant,_1,user,users,no users].',
1.6       bisitz   12254: 
                   12255:    'Changed section for role(s) for [quant,_1,user,users,no users].'
1.93      raeburn  12256: => 'Changed section for role(s) for [quant,_1,user,users,no users].',
1.6       bisitz   12257: 
                   12258:    'Dropped role(s) for [quant,_1,user,users,no users].'
1.93      raeburn  12259: => 'Dropped role(s) for [quant,_1,user,users,no users].',
1.6       bisitz   12260: 
                   12261:    'Re-enabling will re-activate data for the role.'
1.93      raeburn  12262: => 'Re-enabling will re-activate data for the role.',
1.6       bisitz   12263: 
                   12264:    'Display User Lists'
1.93      raeburn  12265: => 'Display User Lists',
1.6       bisitz   12266: 
                   12267:    'Display current class roster'
1.93      raeburn  12268: => 'Display current class roster',
1.6       bisitz   12269: 
                   12270:    'No section'
1.93      raeburn  12271: => 'No section',
1.6       bisitz   12272: 
                   12273:    'List Users'
1.70      zhu      12274: => '用户列表',
1.6       bisitz   12275: 
                   12276:    'Pick custom role'
1.70      zhu      12277: => '选择自定义角色',
1.6       bisitz   12278: 
                   12279:    'Advanced Role'
1.70      zhu      12280: => '扩展的角色',
1.6       bisitz   12281: 
                   12282:    "Create User Notes, Display all User's Notes, Face-to-Face, Critical Messages, Broadcast Messages"
1.93      raeburn  12283: => "Create User Notes, Display all User's Notes, Face-to-Face, Critical Messages, Broadcast Messages",
1.6       bisitz   12284: 
                   12285:    'Evade communication blocking'
1.93      raeburn  12286: => 'Evade communication blocking',
1.6       bisitz   12287: 
                   12288:    'Generate anonymous statistics'
1.93      raeburn  12289: => 'Generate anonymous statistics',
1.6       bisitz   12290: 
                   12291:    'Modify grade queue'
1.98      bisitz   12292: => 'Modify grade queue',
1.6       bisitz   12293: 
                   12294:    'Grade items in grading queue'
1.93      raeburn  12295: => 'Grade items in grading queue',
1.6       bisitz   12296: 
                   12297:    'Set assessment parameters'
1.98      bisitz   12298: => 'Set assessment parameters',
1.6       bisitz   12299: 
                   12300:    'Advanced printing options (with answers, discussions, all foils, ...)'
1.93      raeburn  12301: => 'Advanced printing options (with answers, discussions, all foils, ...)',
1.6       bisitz   12302: 
                   12303:    'Print for other users and entire course'
1.93      raeburn  12304: => 'Print for other users and entire course',
1.6       bisitz   12305: 
                   12306:    'Get identity behind anonymous postings'
1.93      raeburn  12307: => 'Get identity behind anonymous postings',
1.6       bisitz   12308: 
                   12309:    'View grades'
1.93      raeburn  12310: => 'View grades',
1.6       bisitz   12311: 
                   12312:    "Access to What's New page"
1.70      zhu      12313: => "进入新页",
1.6       bisitz   12314: 
                   12315:    'Upload Users List'
1.70      zhu      12316: => '上传用户列表',
1.6       bisitz   12317: 
                   12318:    'Update Users'
1.70      zhu      12319: => '用户更新',
1.6       bisitz   12320: 
                   12321:    'Create/modify a user'
1.70      zhu      12322: => '创建/修改用户',
1.6       bisitz   12323: 
                   12324:    'Search for a user and modify/add user information or roles'
1.70      zhu      12325: => '搜索用户和修改/添加用户资料或角色',
1.6       bisitz   12326: 
                   12327:    'Add/modify a single user'
1.70      zhu      12328: => '添加/修改一个用户',
1.6       bisitz   12329: 
                   12330:    'Create users or modify the roles and privileges of users'
1.70      zhu      12331: => '创建或修改用户的角色和权限',
1.6       bisitz   12332: 
                   12333:    'Upload a File of Users'
1.70      zhu      12334: => '上传用户文件',
1.6       bisitz   12335: 
1.69      droeschl 12336:    'Add/Modify a User'
1.70      zhu      12337: => '添加/修改用户',
1.6       bisitz   12338: 
                   12339:    'create new user if required'
1.70      zhu      12340: => '如有必要,创建新用户',
1.6       bisitz   12341: 
1.69      droeschl 12342:    'Manage Users'
1.70      zhu      12343: => '管理用户',
1.6       bisitz   12344: 
                   12345:    'Create/Modify user'
1.70      zhu      12346: => '创建/修改用户',
1.6       bisitz   12347: 
                   12348:    'Visible input'
1.70      zhu      12349: => '可见输入',
1.6       bisitz   12350: 
                   12351:    'Currently in use'
1.70      zhu      12352: => '目前正在使用',
1.6       bisitz   12353: 
                   12354:    'Modify this user: [_1]'
1.70      zhu      12355: => '改此用户名: [_1]',
1.6       bisitz   12356: 
                   12357:    'Blank Problem'
1.12      zhu      12358: => '空白问题',
1.6       bisitz   12359: 
                   12360:    'Chemical Reaction Response'
1.70      zhu      12361: => '化学反应',
1.6       bisitz   12362: 
1.76      bisitz   12363:    'Chemical Reaction Response with Hints'
1.93      raeburn  12364: => 'Chemical Reaction Response with Hints', # '化学反应',
1.76      bisitz   12365: 
1.6       bisitz   12366:    'Click-On-Image Problem'
1.70      zhu      12367: => '点击图片',
1.6       bisitz   12368: 
                   12369:    'Curve Plot with Numerical Response'
1.93      raeburn  12370: => 'Curve Plot with Numerical Response',
1.6       bisitz   12371: 
                   12372:    'Custom Response'
1.93      raeburn  12373: => 'Custom Response',
1.76      bisitz   12374: 
                   12375:    'Custom Response with Partial Credit'
1.93      raeburn  12376: => 'Custom Response with Partial Credit',
1.6       bisitz   12377: 
                   12378:    'Data Plot with Numerical Response'
1.93      raeburn  12379: => 'Data Plot with Numerical Response',
1.6       bisitz   12380: 
                   12381:    'Essay Response'
1.18      zhu      12382: => '尝试回答',
1.6       bisitz   12383: 
                   12384:    'Exam Upload Resource'
1.93      raeburn  12385: => 'Exam Upload Resource',
1.6       bisitz   12386: 
                   12387:    'Formula Response using Computer Algebra System'
1.93      raeburn  12388: => 'Formula Response using Computer Algebra System',
1.6       bisitz   12389: 
                   12390:    'Formula Response using Computer Algebra System and Hints'
1.93      raeburn  12391: => 'Formula Response using Computer Algebra System and Hints',
1.6       bisitz   12392: 
1.76      bisitz   12393:    'Formula Response using Computer Algebra System R and Data Plot'
1.93      raeburn  12394: => 'Formula Response using Computer Algebra System R and Data Plot',
1.76      bisitz   12395: 
1.6       bisitz   12396:    'Formula Response with Samples'
1.93      raeburn  12397: => 'Formula Response with Samples',
1.6       bisitz   12398: 
                   12399:    'Unordered Multi-Answer Formula Response Problem'
1.93      raeburn  12400: => 'Unordered Multi-Answer Formula Response Problem',
1.6       bisitz   12401: 
1.76      bisitz   12402:    'Math Response using Computer Algebra System MAXIMA'
1.93      raeburn  12403: => 'Math Response using Computer Algebra System MAXIMA',
1.76      bisitz   12404: 
                   12405:    'Math Response using Computer Algebra System R'
1.93      raeburn  12406: => 'Math Response using Computer Algebra System R',
1.6       bisitz   12407: 
                   12408:    'Math Response using Computer Algebra System and Hints'
1.93      raeburn  12409: => 'Math Response using Computer Algebra System and Hints',
1.6       bisitz   12410: 
                   12411:    'Numerical Response'
1.93      raeburn  12412: => 'Numerical Response',
1.6       bisitz   12413: 
                   12414:    'One of Multiple Answers Numerical Problem'
1.93      raeburn  12415: => 'One of Multiple Answers Numerical Problem',
1.6       bisitz   12416: 
                   12417:    'Option Response - Matching'
1.93      raeburn  12418: => 'Option Response - Matching',
1.6       bisitz   12419: 
                   12420:    'Option Response - Concept Groups'
1.93      raeburn  12421: => 'Option Response - Concept Groups',
1.6       bisitz   12422: 
                   12423:    'Matching Response'
1.93      raeburn  12424: => 'Matching Response',
1.6       bisitz   12425: 
                   12426:    'Option Response - True/False'
1.93      raeburn  12427: => 'Option Response - True/False',
1.6       bisitz   12428: 
                   12429:    'Organic Material Response'
1.93      raeburn  12430: => 'Organic Material Response',
1.6       bisitz   12431: 
1.76      bisitz   12432:    'Organic Material Response with Hint'
1.93      raeburn  12433: => 'Organic Material Response with Hint',
1.76      bisitz   12434: 
1.6       bisitz   12435:    'Radio Button Response'
1.18      zhu      12436: => '单选',
1.6       bisitz   12437: 
                   12438:    'Randomly Labelled Image with Option Response'
1.93      raeburn  12439: => 'Randomly Labelled Image with Option Response',
1.6       bisitz   12440: 
                   12441:    'Rank Response'
1.70      zhu      12442: => '等级制度 (Rank Response)',
1.6       bisitz   12443: 
                   12444:    'String Response'
1.70      zhu      12445: => '文本输入 (String Response)',
1.6       bisitz   12446: 
1.81      bisitz   12447:    'Display catalog of courses and communities'
1.93      raeburn  12448: => '课程目录',
1.6       bisitz   12449: 
                   12450:    'Manage co-authors'
1.18      zhu      12451: => '管理共同作者',
1.6       bisitz   12452: 
                   12453:    'Upload a File of Co-authors'
1.18      zhu      12454: => '上传共同作者的文件',
1.6       bisitz   12455: 
1.69      droeschl 12456:    'Add/Modify a Co-author'
1.79      bisitz   12457: => '添加/修改一个共同的作者',
1.6       bisitz   12458: 
1.69      droeschl 12459:    'Manage Co-authors'
1.79      bisitz   12460: => '管理共同作者',
1.6       bisitz   12461: 
                   12462:    'No courses match the criteria you selected.'
1.18      zhu      12463: => '没有选择相对应的课程。',
1.6       bisitz   12464: 
                   12465:    'Key authority (<tt>id@domain</tt>) if other than course'
1.93      raeburn  12466: => 'Key authority (<tt>id@domain</tt>) if other than course',
1.6       bisitz   12467: 
                   12468:    'New bridgetask file'
1.93      raeburn  12469: => 'New bridgetask file',
1.6       bisitz   12470: 
                   12471:    'Create problem'
1.12      zhu      12472: => '创建问题',
1.6       bisitz   12473: 
                   12474:    'Create library'
1.12      zhu      12475: => '创建图书馆',
1.6       bisitz   12476: 
                   12477:    'Create survey'
1.12      zhu      12478: => '创建调查',
1.6       bisitz   12479: 
                   12480:    'Create task'
1.12      zhu      12481: => '创建任务',
1.6       bisitz   12482: 
                   12483:    'Problem Testing'
1.12      zhu      12484: => '问题测试',
1.6       bisitz   12485: 
                   12486:    "Don't Show Incorect/Correct Feedback"
1.12      zhu      12487: => "不显示不正确/正确的反馈",
1.6       bisitz   12488: 
                   12489:    "Don't Show Any Feedback"
1.12      zhu      12490: => "不显示任何反馈",
1.6       bisitz   12491: 
                   12492:    'Change View'
1.12      zhu      12493: => '更改视图',
1.6       bisitz   12494: 
                   12495:    'Show Default View'
1.12      zhu      12496: => '查看默认视图',
1.6       bisitz   12497: 
                   12498:    '[_1] for [_2] versions.'
1.70      zhu      12499: => '[_1] 的 [_2] 版本。',
1.6       bisitz   12500: 
                   12501:    'Set new preferred languages to '
1.9       zhu      12502: => '首选语言设置为 ',
1.6       bisitz   12503: 
                   12504:    'Reset preferred language.'
1.9       zhu      12505: => '重设的首选语言。',
1.6       bisitz   12506: 
                   12507:    'Set new preferred math display to '
1.93      raeburn  12508: => 'Set new preferred math display to ',
1.6       bisitz   12509: 
                   12510:    'Reset preferred math display.'
1.93      raeburn  12511: => 'Reset preferred math display.',
1.6       bisitz   12512: 
                   12513:    'Set new screenname to '
1.18      zhu      12514: => '在匿名讨论中新的昵称为 ',
1.6       bisitz   12515: 
                   12516:    'Reset screenname.'
1.9       zhu      12517: => '重置昵称。',
1.6       bisitz   12518: 
                   12519:    'Set new nickname to '
1.9       zhu      12520: => '设置新的昵称为 ',
1.6       bisitz   12521: 
                   12522:    'Reset nickname.'
1.9       zhu      12523: => '重设昵称。',
1.6       bisitz   12524: 
                   12525:    'Set menu mode to [_1].'
1.18      zhu      12526: => '设置菜单模式为 [_1]。',
1.6       bisitz   12527: 
                   12528:    'Reset '
1.9       zhu      12529: => '重置',
1.6       bisitz   12530: 
                   12531:    'Set message forwarding to '
1.22      zhu      12532: => '设置邮件转发到 ',
1.6       bisitz   12533: 
                   12534:    "Set message forwarding to 'off'."
1.22      zhu      12535: => "设置邮件转发为'关闭'。",
1.6       bisitz   12536: 
                   12537:    'Set non-critical message notification address(es) to '
1.22      zhu      12538: => '设置非重要的邮件通知地址为 ',
1.6       bisitz   12539: 
                   12540:    "Set non-critical message notification to 'off'."
1.22      zhu      12541: => "设置非重要的邮件通知为'关闭'。",
1.6       bisitz   12542: 
                   12543:    'Set critical message notification address(es) to '
1.22      zhu      12544: => '设置重要的邮件通知地址为 ',
1.6       bisitz   12545: 
                   12546:    "Set critical message notification to 'off'."
1.22      zhu      12547: => "设置重要的邮件通知为'关闭'。",
1.6       bisitz   12548: 
                   12549:    'Set address(es) to receive excerpts with html retained '
1.22      zhu      12550: => '设置保留HTML摘录的地址为 ',
1.6       bisitz   12551: 
                   12552:    'Set notification address to receive excerpts with html stripped.'
1.22      zhu      12553: => '设置接收邮件地址为不保留的HTML摘录。',
1.6       bisitz   12554: 
                   12555:    'Set all notification addresses to receive excerpts with html stripped.'
1.22      zhu      12556: => '设置所有的接收邮件地址为不保留的HTML摘录。',
1.6       bisitz   12557: 
                   12558:    'Set Page Background to '
1.22      zhu      12559: => '设置页面的背景为 ',
1.6       bisitz   12560: 
                   12561:    'Set Header Background to '
1.22      zhu      12562: => '设置页眉背景为 ',
1.6       bisitz   12563: 
                   12564:    'Set Header Border to '
1.22      zhu      12565: => '设置页眉边界为 ',
1.6       bisitz   12566: 
                   12567:    'Set Font to '
1.22      zhu      12568: => '设置字体为 ',
1.6       bisitz   12569: 
                   12570:    'Set Un-Visited Link to '
1.22      zhu      12571: => '设置未访问链接颜色为 ',
1.6       bisitz   12572: 
                   12573:    'Set Visited Link to '
1.22      zhu      12574: => '设置已访问链接颜色为 ',
1.6       bisitz   12575: 
                   12576:    'Set Active Link to '
1.22      zhu      12577: => '设置活动链接颜色为 ',
1.6       bisitz   12578: 
                   12579:    'Reset Page Background'
1.22      zhu      12580: => '重设网页背景',
1.6       bisitz   12581: 
                   12582:    'Reset Header Background'
1.22      zhu      12583: => '重置页眉背景',
1.6       bisitz   12584: 
                   12585:    'Reset Header Border'
1.22      zhu      12586: => '重置页眉边界',
1.6       bisitz   12587: 
                   12588:    'Reset Font.'
1.22      zhu      12589: => '重置字体颜色。',
1.6       bisitz   12590: 
                   12591:    'Reset Un-Visited Link.'
1.22      zhu      12592: => '重置未访问链接颜色。',
1.6       bisitz   12593: 
                   12594:    'Reset Visited Link.'
1.22      zhu      12595: => '重置已访问链接颜色。',
1.6       bisitz   12596: 
                   12597:    'Reset Active Link.'
1.22      zhu      12598: => '重置活动链接颜色。',
1.6       bisitz   12599: 
                   12600:    'Freezing Role: [_1]'
1.22      zhu      12601: => '冻结的角色: [_1]',
1.6       bisitz   12602: 
                   12603:    'Unfreezing Role: [_1]'
1.99      raeburn  12604: => '解冻的角色: [_1] reversed',
1.6       bisitz   12605: 
                   12606:    'No such user: '
1.22      zhu      12607: => '此用户不存在: ',
1.6       bisitz   12608: 
1.49      bisitz   12609:    '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  12610: => '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   12611: 
                   12612:    'Sorry, the token generated when you requested a password reset has expired.'
1.93      raeburn  12613: => 'Sorry, the token generated when you requested a password reset has expired.',
1.6       bisitz   12614: 
                   12615:    'Sorry, the URL generated when you requested reset of your password contained incomplete information.'
1.93      raeburn  12616: => 'Sorry, the URL generated when you requested reset of your password contained incomplete information.',
1.6       bisitz   12617: 
                   12618:    'Page requested in unexpected context'
1.93      raeburn  12619: => 'Page requested in unexpected context',
1.6       bisitz   12620: 
                   12621:    'Invalid username and/or domain'
1.93      raeburn  12622: => 'Invalid username and/or domain',
1.6       bisitz   12623: 
                   12624:    'Username and domain were blank'
1.93      raeburn  12625: => 'Username and domain were blank',
1.6       bisitz   12626: 
                   12627:    'Authentication type for this user can not be changed by this mechanism'
1.93      raeburn  12628: => 'Authentication type for this user can not be changed by this mechanism',
1.6       bisitz   12629: 
                   12630:    'One or more password fields were blank'
1.93      raeburn  12631: => 'One or more password fields were blank',
1.6       bisitz   12632: 
                   12633:    'Please log out and try again.'
1.93      raeburn  12634: => 'Please log out and try again.',
1.6       bisitz   12635: 
                   12636:    'Please try again later.'
1.93      raeburn  12637: => 'Please try again later.',
1.6       bisitz   12638: 
                   12639:    'Unable to retrieve saved token for password decryption'
1.93      raeburn  12640: => 'Unable to retrieve saved token for password decryption',
1.6       bisitz   12641: 
                   12642:    'Could not verify current authentication.'
1.93      raeburn  12643: => 'Could not verify current authentication.',
1.6       bisitz   12644: 
                   12645:    'The new passwords you entered do not match.'
1.93      raeburn  12646: => 'The new passwords you entered do not match.',
1.6       bisitz   12647: 
                   12648:    'Passwords must be a minimum of 7 characters long.'
1.93      raeburn  12649: => 'Passwords must be a minimum of 7 characters long.',
1.6       bisitz   12650: 
                   12651:    'The password you entered contained illegal characters.'
1.93      raeburn  12652: => 'The password you entered contained illegal characters.',
1.6       bisitz   12653: 
                   12654:    'Valid characters are'
1.93      raeburn  12655: => 'Valid characters are',
1.6       bisitz   12656: 
1.21      raeburn  12657:    'The password for [_1] was successfully changed.'
1.22      zhu      12658: => '[_1] 的密码已成功更改。',
1.6       bisitz   12659: 
1.21      raeburn  12660:    'The password for [_1] was not changed.'
1.93      raeburn  12661: => 'The password for [_1] was not changed.',
1.6       bisitz   12662: 
                   12663:    'In discussions: only new posts will be displayed.'
1.93      raeburn  12664: => 'In discussions: only new posts will be displayed.',
1.6       bisitz   12665: 
                   12666:    'In discussions: all posts will be displayed.'
1.93      raeburn  12667: => 'In discussions: all posts will be displayed.',
1.6       bisitz   12668: 
                   12669:    'In discussions: new posts will be cease to be identified as "NEW" after display.'
1.93      raeburn  12670: => 'In discussions: new posts will be cease to be identified as "NEW" after display.',
1.6       bisitz   12671: 
1.104     raeburn  12672:    'In discussions: posts will be identified as "NEW" until marked as not "NEW".'
                   12673: => 'In discussions: posts will be identified as "NEW" until marked as not "NEW".',
1.6       bisitz   12674: 
                   12675:    'The e-mail address entered in row '
1.22      zhu      12676: => '电子邮件地址输入行 ',
1.6       bisitz   12677: 
                   12678:    'The e-mail address you entered'
1.22      zhu      12679: => '您输入的电子邮件地址',
1.6       bisitz   12680: 
                   12681:    'is not a valid e-mail address'
1.22      zhu      12682: => '不是一个有效的电子邮件地址',
1.6       bisitz   12683: 
                   12684:    'Title for the Uploaded Score'
1.93      raeburn  12685: => 'Title for the Uploaded Score',
1.6       bisitz   12686: 
                   12687:    'Title for the Page'
1.56      zhu      12688: => '标题页',
1.6       bisitz   12689: 
                   12690:    'Title for the Problem'
1.56      zhu      12691: => '问题的标题',
1.6       bisitz   12692: 
                   12693:    'Title for the Drop Box'
1.93      raeburn  12694: => 'Title for the Drop Box',
1.6       bisitz   12695: 
                   12696:    'Title for the Bulletin Board'
1.56      zhu      12697: => '公告栏的标题',
1.6       bisitz   12698: 
                   12699:    'Not a valid user:domain'
1.56      zhu      12700: => '不是有效的用户:域',
1.6       bisitz   12701: 
                   12702:    'Please enter both user and domain in the format user:domain'
1.56      zhu      12703: => '请输入用户和域,格式为 用户:域',
1.6       bisitz   12704: 
1.25      bisitz   12705:    'Personal Information Page of '
1.93      raeburn  12706: => 'Personal Information Page of ',
1.6       bisitz   12707: 
                   12708:    'No info'
1.93      raeburn  12709: => 'No info',
1.6       bisitz   12710: 
                   12711:    'No user information available'
1.93      raeburn  12712: => 'No user information available',
1.6       bisitz   12713: 
                   12714:    'The new directory name was changed from [_1] to [_2].'
1.93      raeburn  12715: => 'The new directory name was changed from [_1] to [_2].',
1.6       bisitz   12716: 
                   12717:    'Unable to create a directory named'
1.93      raeburn  12718: => 'Unable to create a directory named',
1.6       bisitz   12719: 
                   12720:    'A file or directory by that name already exists.'
1.93      raeburn  12721: => 'A file or directory by that name already exists.',
1.6       bisitz   12722: 
                   12723:    'Allowing others to retrieve file: [_1]'
1.93      raeburn  12724: => 'Allowing others to retrieve file: [_1]',
1.6       bisitz   12725: 
                   12726:    '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  12727: => '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   12728: 
                   12729:    'Public files are available to anyone without the need for login.'
1.98      bisitz   12730: => 'Public files are available to anyone without the need for login.',
1.6       bisitz   12731: 
                   12732:    'Passphrase-protected files do not require log-in, but will require the viewer to enter the passphrase you set.'
1.93      raeburn  12733: => 'Passphrase-protected files do not require log-in, but will require the viewer to enter the passphrase you set.',
1.6       bisitz   12734: 
                   12735:    'A listing of files viewable without log-in is available at: '
1.93      raeburn  12736: => 'A listing of files viewable without log-in is available at: ',
1.6       bisitz   12737: 
                   12738:    "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  12739: => "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   12740: 
                   12741:    "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  12742: => "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   12743: 
                   12744:    'Conditional access controls for file: [_1]'
1.93      raeburn  12745: => 'Conditional access controls for file: [_1]',
1.6       bisitz   12746: 
                   12747:    'Help on setting up share access'
1.93      raeburn  12748: => 'Help on setting up share access',
1.6       bisitz   12749: 
                   12750:    'Help on changing settings'
1.93      raeburn  12751: => 'Help on changing settings',
1.6       bisitz   12752: 
                   12753:    'Help on removing share access'
1.93      raeburn  12754: => 'Help on removing share access',
1.6       bisitz   12755: 
                   12756:    'Public access: [_1]'
1.98      bisitz   12757: => 'Public access: [_1]',
1.6       bisitz   12758: 
                   12759:    'Dates available'
1.12      zhu      12760: => '能够使用的日期',
1.6       bisitz   12761: 
                   12762:    'Passphrase-protected access: [_1]'
1.93      raeburn  12763: => 'Passphrase-protected access: [_1]',
1.6       bisitz   12764: 
                   12765:    'Passphrase'
1.93      raeburn  12766: => 'Passphrase',
1.6       bisitz   12767: 
                   12768:    'Conditional access: [_1]'
1.93      raeburn  12769: => 'Conditional access: [_1]',
1.6       bisitz   12770: 
                   12771:    'You have previously set [_1] conditional access controls.'
1.93      raeburn  12772: => 'You have previously set [_1] conditional access controls.',
1.6       bisitz   12773: 
                   12774:    'Change Conditions'
1.93      raeburn  12775: => 'Change Conditions',
1.6       bisitz   12776: 
                   12777:    'Add conditional access'
1.93      raeburn  12778: => 'Add conditional access',
1.6       bisitz   12779: 
                   12780:    'based on domain, username, or course affiliation.'
1.93      raeburn  12781: => 'based on domain, username, or course affiliation.',
1.6       bisitz   12782: 
                   12783:    '[_1]-based conditional access: '
1.98      bisitz   12784: => '[_1]-based conditional access: ',
1.6       bisitz   12785: 
                   12786:    'conditions'
1.93      raeburn  12787: => 'conditions',
1.6       bisitz   12788: 
                   12789:    'condition'
1.93      raeburn  12790: => 'condition',
1.6       bisitz   12791: 
                   12792:    'Action?'
1.93      raeburn  12793: => 'Action?',
1.6       bisitz   12794: 
                   12795:    'Allowed [_1] member affiliations'
1.93      raeburn  12796: => 'Allowed [_1] member affiliations', # ???
1.6       bisitz   12797: 
                   12798:    'No [_1]-based conditions defined.'
1.93      raeburn  12799: => 'No [_1]-based conditions defined.',
1.6       bisitz   12800: 
                   12801:    'Type of change'
1.98      bisitz   12802: => 'Type of change',
1.6       bisitz   12803: 
                   12804:    'Access control'
1.93      raeburn  12805: => 'Access control',
1.6       bisitz   12806: 
                   12807:    'Additional information'
1.93      raeburn  12808: => 'Additional information',
1.6       bisitz   12809: 
                   12810:    'A problem occurred deleting access controls: [_1]'
1.93      raeburn  12811: => 'A problem occurred deleting access controls: [_1]',
1.6       bisitz   12812: 
                   12813:    'A problem occurred saving access control settings: [_1]'
1.93      raeburn  12814: => 'A problem occurred saving access control settings: [_1]',
1.6       bisitz   12815: 
                   12816:    'opened folder'
1.93      raeburn  12817: => 'opened folder',
1.6       bisitz   12818: 
                   12819:    'closed folder'
1.93      raeburn  12820: => 'closed folder',
1.6       bisitz   12821: 
                   12822:    'Passphrase-protected'
1.22      zhu      12823: => '密码保护',
1.6       bisitz   12824: 
                   12825:    'Conditional'
1.93      raeburn  12826: => 'Conditional',
1.6       bisitz   12827: 
                   12828:    'An error occurred ([_1]) while trying to delete [_2].'
1.93      raeburn  12829: => 'An error occurred ([_1]) while trying to delete [_2].',
1.6       bisitz   12830: 
                   12831:    'File: [_1] deleted.'
1.22      zhu      12832: => '文件 [_1] 已删除。',
1.6       bisitz   12833: 
                   12834:    'An error occurred ([_1]) while trying to delete access controls for the file.'
1.93      raeburn  12835: => 'An error occurred ([_1]) while trying to delete access controls for the file.',
1.6       bisitz   12836: 
                   12837:    'Access controls also deleted for the file.'
1.93      raeburn  12838: => 'Access controls also deleted for the file.',
1.6       bisitz   12839: 
                   12840:    'Error: no valid filename was provided to rename to.'
1.93      raeburn  12841: => 'Error: no valid filename was provided to rename to.',
1.6       bisitz   12842: 
                   12843:    'An error occurred ([_1]) while trying to rename [_2] to [_3]'
1.93      raeburn  12844: => 'An error occurred ([_1]) while trying to rename [_2] to [_3]',
1.6       bisitz   12845: 
                   12846:    'The new file name was changed from:<br />[_1] to [_2]'
1.93      raeburn  12847: => 'The new file name was changed from:<br />[_1] to [_2]',
1.6       bisitz   12848: 
                   12849:    'An error occurred ([_1]) while trying to delete access control records for the old name.'
1.93      raeburn  12850: => 'An error occurred ([_1]) while trying to delete access control records for the old name.',
1.6       bisitz   12851: 
                   12852:    'An error occurred ([_1]) while trying to upload [_2].'
1.93      raeburn  12853: => 'An error occurred ([_1]) while trying to upload [_2].',
1.6       bisitz   12854: 
                   12855:    'An error occurred (dir) ([_1]) while trying to delete [_2].'
1.93      raeburn  12856: => 'An error occurred (dir) ([_1]) while trying to delete [_2].',
1.6       bisitz   12857: 
                   12858:    'An error occurred ([_1]) while trying to upload [_2] for embedded element [_3].'
1.93      raeburn  12859: => 'An error occurred ([_1]) while trying to upload [_2] for embedded element [_3].',
1.6       bisitz   12860: 
                   12861:    'An error occurred ([_1]) while trying to create a new directory [_2].'
1.93      raeburn  12862: => 'An error occurred ([_1]) while trying to create a new directory [_2].',
1.6       bisitz   12863: 
                   12864:    'Access controls updated to reflect the name change.'
1.93      raeburn  12865: => 'Access controls updated to reflect the name change.',
1.6       bisitz   12866: 
                   12867:    'Conditional files are accessible to logged-in users with accounts in the LON-CAPA network, who satisfy the conditions you set.'
1.93      raeburn  12868: => 'Conditional files are accessible to logged-in users with accounts in the LON-CAPA network, who satisfy the conditions you set.',
1.6       bisitz   12869: 
                   12870:    'The conditions can include affiliation with a particular course, or a user account in a specific domain.'
1.93      raeburn  12871: => 'The conditions can include affiliation with a particular course, or a user account in a specific domain.',
1.6       bisitz   12872: 
                   12873:    'Alternatively access can be granted to people with specific LON-CAPA usernames and domains.'
1.93      raeburn  12874: => 'Alternatively access can be granted to people with specific LON-CAPA usernames and domains.',
1.6       bisitz   12875: 
                   12876:    'Current access controls defined for this file:'
1.93      raeburn  12877: => 'Current access controls defined for this file:',
1.6       bisitz   12878: 
                   12879:    'No access control settings currently exist for this file.'
1.93      raeburn  12880: => 'No access control settings currently exist for this file.',
1.6       bisitz   12881: 
                   12882:    'Deleted'
1.93      raeburn  12883: => 'Deleted',
1.6       bisitz   12884: 
                   12885:    'No end date'
1.22      zhu      12886: => '无结束日期',
1.6       bisitz   12887: 
                   12888:    'Start: '
1.22      zhu      12889: => '开始: ',
1.6       bisitz   12890: 
                   12891:    'End: '
1.22      zhu      12892: => '结束: ',
1.6       bisitz   12893: 
                   12894:    'Domains: '
1.22      zhu      12895: => '域: ',
1.6       bisitz   12896: 
                   12897:    'Users: '
1.22      zhu      12898: => '用户: ',
1.6       bisitz   12899: 
                   12900:    'New control(s) added'
1.93      raeburn  12901: => 'New control(s) added',
1.6       bisitz   12902: 
                   12903:    'Existing control(s) deleted'
1.93      raeburn  12904: => 'Existing control(s) deleted',
1.6       bisitz   12905: 
                   12906:    'Existing control(s) modified'
1.93      raeburn  12907: => 'Existing control(s) modified',
1.6       bisitz   12908: 
                   12909:    'Add new <b>[_1]-based</b> access control for portfolio file: <b>[_2]</b>'
1.93      raeburn  12910: => 'Add new <b>[_1]-based</b> access control for portfolio file: <b>[_2]</b>',
1.6       bisitz   12911: 
                   12912:    'Display all access settings for this file'
1.93      raeburn  12913: => 'Display all access settings for this file',
1.6       bisitz   12914: 
                   12915:    'Add a roles-based condition'
1.93      raeburn  12916: => 'Add a roles-based condition',
1.6       bisitz   12917: 
                   12918:    'New role-based condition'
1.93      raeburn  12919: => 'New role-based condition',
1.6       bisitz   12920: 
                   12921:    "Format for users' username:domain information:"
1.93      raeburn  12922: => "Format for users' username:domain information:", # ??? -> portfolio.pm
1.6       bisitz   12923: 
                   12924:    'Add new [_1] condition(s)?'
1.93      raeburn  12925: => 'Add new [_1] condition(s)?',
1.6       bisitz   12926: 
                   12927:    'Number to add: '
1.93      raeburn  12928: => 'Number to add: ',
1.6       bisitz   12929: 
                   12930:    'Select roles, course status, section(s) and group(s) for users who will be able to access the portfolio file.'
1.93      raeburn  12931: => 'Select roles, course status, section(s) and group(s) for users who will be able to access the portfolio file.',
1.6       bisitz   12932: 
1.88      bisitz   12933:    'Course status'
                   12934: => 'Course status', # '[_1] 状态',
1.6       bisitz   12935: 
                   12936:    'Files selected from other directories:'
1.93      raeburn  12937: => 'Files selected from other directories:',
1.6       bisitz   12938: 
                   12939:    'Unable to upload [_1]. (size = [_2] kilobytes). Disk quota will be exceeded.'
1.98      bisitz   12940: => 'Unable to upload [_1]. (size = [_2] kilobytes). Disk quota will be exceeded.',
1.6       bisitz   12941: 
                   12942:    'Unable to upload [_1]. A locked file by that name was found in [_2].'
1.99      raeburn  12943: => 'Unable to upload [_1]. A locked file by that name was found in [_2].',
1.6       bisitz   12944: 
                   12945:    'You will be able to rename or delete existing [_1] after a grade has been assigned.'
1.93      raeburn  12946: => 'You will be able to rename or delete existing [_1] after a grade has been assigned.',
1.6       bisitz   12947: 
                   12948:    'Unable to upload [_1]. A file by that name was found in [_2].'
1.99      raeburn  12949: => 'Unable to upload [_1]. A file by that name was found in [_2].',
1.6       bisitz   12950: 
                   12951:    'To upload, rename or delete existing [_1] in [_2].'
1.93      raeburn  12952: => 'To upload, rename or delete existing [_1] in [_2].', # ???
1.6       bisitz   12953: 
                   12954:    'Rename [_1] to [_2]?'
1.99      raeburn  12955: => 'Rename [_1] to [_2]?',
1.6       bisitz   12956: 
                   12957:    'Reference Warning'
1.93      raeburn  12958: => 'Reference Warning',
1.6       bisitz   12959: 
                   12960:    '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  12961: => '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   12962: 
                   12963:    'Please select the locations from which the referenced files are to be uploaded.'
1.93      raeburn  12964: => 'Please select the locations from which the referenced files are to be uploaded.',
1.6       bisitz   12965: 
                   12966:    'Delete [_1]?'
1.12      zhu      12967: => '删除 [_1]?',
1.6       bisitz   12968: 
                   12969:    'Edit Portfolio File Catalog Information'
1.12      zhu      12970: => '编辑组合文件的目录信息',
1.6       bisitz   12971: 
                   12972:    'Edit Group Portfolio File Catalog Information'
1.12      zhu      12973: => '编辑组组合文件的目录信息',
1.6       bisitz   12974: 
                   12975:    'Update'
1.12      zhu      12976: => '更新',
1.6       bisitz   12977: 
                   12978:    'domains'
1.12      zhu      12979: => '域',
1.6       bisitz   12980: 
                   12981:    'users'
1.12      zhu      12982: => '用户',
1.6       bisitz   12983: 
                   12984:    'Access'
1.93      raeburn  12985: => 'Access',
1.6       bisitz   12986: 
                   12987:    'Conditional: domain-based'
1.93      raeburn  12988: => 'Conditional: domain-based',
1.6       bisitz   12989: 
                   12990:    'Conditional: user-based'
1.93      raeburn  12991: => 'Conditional: user-based',
1.6       bisitz   12992: 
                   12993:    'Conditional: course-based'
1.93      raeburn  12994: => 'Conditional: course-based',
1.6       bisitz   12995: 
                   12996:    '[_1] was submitted in response to problem: [_2]'
1.99      raeburn  12997: => '[_1] was submitted in response to problem: [_2]',
1.6       bisitz   12998: 
                   12999:    '[_1] was handed back in response to problem: [_2]'
1.98      bisitz   13000: => '[_1] was handed back in response to problem: [_2]',
1.6       bisitz   13001: 
                   13002:    'In the course:'
1.93      raeburn  13003: => 'In the course:',
1.6       bisitz   13004: 
                   13005:    'Back'
1.12      zhu      13006: => '返回',
1.6       bisitz   13007: 
                   13008:    'Error: no directory name was provided.'
1.12      zhu      13009: => '错误:没有输入目录名称。',
1.6       bisitz   13010: 
                   13011:    'Unable to create a directory named [_1].'
1.12      zhu      13012: => '无法创建目录名 [_1]。',
1.6       bisitz   13013: 
                   13014:    'Action disallowed'
1.12      zhu      13015: => '不允许行动',
1.6       bisitz   13016: 
                   13017:    'You do not have sufficient privileges to [_1]'
1.12      zhu      13018: => '您没有足够权限 [_1]',
1.6       bisitz   13019: 
                   13020:    'upload files'
1.12      zhu      13021: => '上传文件',
1.6       bisitz   13022: 
                   13023:    'delete files'
1.12      zhu      13024: => '删除文件',
1.6       bisitz   13025: 
                   13026:    'rename files'
1.12      zhu      13027: => '重命名文件',
1.6       bisitz   13028: 
                   13029:    'set access controls for files'
1.12      zhu      13030: => '设置访问控制文件',
1.6       bisitz   13031: 
                   13032:    "in the group's file repository."
1.93      raeburn  13033: => "in the group's file repository.",
1.6       bisitz   13034: 
                   13035:    'in this portfolio.'
1.12      zhu      13036: => '在这个组区。',
1.6       bisitz   13037: 
                   13038:    'You do not have the privileges required to access the shared files space for this group.'
1.12      zhu      13039: => '您没有权限访问该组的共享文件。',
1.6       bisitz   13040: 
                   13041:    'Not a valid group for this course'
1.12      zhu      13042: => '本课程里不是一个有效的组',
1.6       bisitz   13043: 
                   13044:    'Group files for [_1]'
1.12      zhu      13045: => '[_1] 组的组文件 ',
1.6       bisitz   13046: 
                   13047:    'Invalid group'
1.12      zhu      13048: => '无效组',
1.6       bisitz   13049: 
                   13050:    'No file was selected to upload.'
1.12      zhu      13051: => '没有文件被选中上传。',
1.6       bisitz   13052: 
                   13053:    'To upload a file, click <strong>Browse...</strong> and select a file, then click <strong>Upload</strong>.'
1.12      zhu      13054: => '要上传文件,请点击<strong>浏览... </strong>,并选择一个文件,然后点击<strong>上传</strong> 。',
1.6       bisitz   13055: 
                   13056:    'Edit the meta data'
1.12      zhu      13057: => '编辑元数据',
1.6       bisitz   13058: 
                   13059:    'Pick functionality'
1.12      zhu      13060: => '选择功能',
1.6       bisitz   13061: 
                   13062:    'Functionality to display/modify'
1.12      zhu      13063: => '功能显示/修改',
1.6       bisitz   13064: 
                   13065:    'You must select at least one functionality type to display.'
1.12      zhu      13066: => '您必须至少选择一个功能型。',
1.6       bisitz   13067: 
                   13068:    'Default color schemes'
1.12      zhu      13069: => '默认颜色方案',
1.6       bisitz   13070: 
                   13071:    'Log-in page options'
1.12      zhu      13072: => '登录页面选项',
1.6       bisitz   13073: 
                   13074:    'Default authentication/language/timezone'
1.12      zhu      13075: => '默认的身份验证/语言/时区',
1.6       bisitz   13076: 
                   13077:    'Default quotas for user portfolios'
1.93      raeburn  13078: => 'Default quotas for user portfolios',
1.6       bisitz   13079: 
                   13080:    'Auto-update settings'
1.12      zhu      13081: => '设置自动更新',
1.6       bisitz   13082: 
                   13083:    'Institutional directory searches'
1.93      raeburn  13084: => 'Institutional directory searches',
1.6       bisitz   13085: 
                   13086:    'User creation'
                   13087: => '创建用户',
                   13088: 
                   13089:    'User modification'
                   13090: => '用户设置',
                   13091: 
1.103     bisitz   13092:    'Bubblesheet format file'
                   13093: => 'Bubblesheet format file',
1.6       bisitz   13094: 
                   13095:    'Cataloging of courses'
1.12      zhu      13096: => '课程目录',
1.6       bisitz   13097: 
                   13098:    'Display options'
1.12      zhu      13099: => '显示选项',
1.6       bisitz   13100: 
                   13101:    'Display using: '
1.93      raeburn  13102: => 'Display using: ',
1.6       bisitz   13103: 
                   13104:    'one column'
1.12      zhu      13105: => '一列',
1.6       bisitz   13106: 
                   13107:    'two columns'
1.12      zhu      13108: => '两列',
1.6       bisitz   13109: 
                   13110:    'Changes made:'
1.93      raeburn  13111: => 'Changes made:',
1.6       bisitz   13112: 
                   13113:    'Back to configuration display'
1.93      raeburn  13114: => 'Back to configuration display',
1.6       bisitz   13115: 
                   13116:    'No changes made to log-in page settings'
1.93      raeburn  13117: => 'No changes made to log-in page settings',
1.6       bisitz   13118: 
                   13119:    'Support Request'
1.93      raeburn  13120: => 'Support Request',
1.6       bisitz   13121: 
                   13122:    'Do <b>not</b> use this form to ask questions about course content.'
1.93      raeburn  13123: => 'Do <b>not</b> use this form to ask questions about course content.',
1.6       bisitz   13124: 
                   13125:    'Contact your instructor instead.'
1.93      raeburn  13126: => 'Contact your instructor instead.',
1.6       bisitz   13127: 
                   13128:    'Cc'
1.12      zhu      13129: => '抄送',
1.6       bisitz   13130: 
                   13131:    'Your e-mail address'
1.27      zhu      13132: => '您的E-Mail地址',
1.6       bisitz   13133: 
                   13134:    'Search and Enroll'
1.27      zhu      13135: => '搜索和注册',
1.6       bisitz   13136: 
                   13137:    'Search or Add New User'
1.27      zhu      13138: => '搜索或添加新用户',
1.6       bisitz   13139: 
                   13140:    'No username and/or domain provided.'
1.93      raeburn  13141: => 'No username and/or domain provided.',
1.6       bisitz   13142: 
                   13143:    'No match was found for the username ([_1]) in LON-CAPA domain: [_2]'
1.93      raeburn  13144: => 'No match was found for the username ([_1]) in LON-CAPA domain: [_2]',
1.6       bisitz   13145: 
                   13146:    'Submit a request to the LON-CAPA [_1]helpdesk[_2] for [_3] if you require assistance.'
1.93      raeburn  13147: => 'Submit a request to the LON-CAPA [_1]helpdesk[_2] for [_3] if you require assistance.',
1.6       bisitz   13148: 
1.85      bisitz   13149:    'Problems occurred in creating the new Excel file.'
1.93      raeburn  13150: => 'Problems occurred in creating the new Excel file.',
1.85      bisitz   13151: 
                   13152:    'Problems occurred in creating the output file.'
1.93      raeburn  13153: => 'Problems occurred in creating the output file.',
1.85      bisitz   13154: 
                   13155:    'Problems occurred in writing the CSV file.'
1.93      raeburn  13156: => 'Problems occurred in writing the CSV file.',
1.6       bisitz   13157: 
1.85      bisitz   13158:    'This error has been logged.'
1.93      raeburn  13159: => 'This error has been logged.',
1.6       bisitz   13160: 
1.85      bisitz   13161:    'Please alert your LON-CAPA administrator.'
1.93      raeburn  13162: => 'Please alert your LON-CAPA administrator.',
1.6       bisitz   13163: 
                   13164:    'Records [_1]'
1.93      raeburn  13165: => 'Records [_1]', # ???
1.6       bisitz   13166: 
                   13167:    'Filter [_1]'
                   13168: => 'Filter [_1]',
                   13169: 
                   13170:    'Under you current role you are not permitted to change login settings for this user'
1.93      raeburn  13171: => 'Under you current role you are not permitted to change login settings for this user',
1.6       bisitz   13172: 
                   13173:    'History'
1.55      zhu      13174: => '历史',
1.6       bisitz   13175: 
                   13176:    'Part '
1.55      zhu      13177: => '部分 ',
1.6       bisitz   13178: 
                   13179:    'Transaction [_1]'
1.93      raeburn  13180: => 'Transaction [_1]', # ???
1.6       bisitz   13181: 
                   13182:    'Nothing submitted - no attempts.'
1.93      raeburn  13183: => 'Nothing submitted - no attempts.',
1.6       bisitz   13184: 
                   13185:    'No data.'
1.93      raeburn  13186: => 'No data.',
1.6       bisitz   13187: 
                   13188:    'Open in a new window'
1.93      raeburn  13189: => 'Open in a new window',
1.6       bisitz   13190: 
                   13191:    'Revoke user roles'
1.93      raeburn  13192: => 'Revoke user roles',
1.6       bisitz   13193: 
                   13194:    'Delete user roles'
1.93      raeburn  13195: => 'Delete user roles',
1.6       bisitz   13196: 
                   13197:    'Re-enable expired user roles'
1.93      raeburn  13198: => 'Re-enable expired user roles',
1.6       bisitz   13199: 
                   13200:    'Make future user roles active now'
1.93      raeburn  13201: => 'Make future user roles active now',
1.6       bisitz   13202: 
                   13203:    'Change starting/ending dates'
1.93      raeburn  13204: => 'Change starting/ending dates',
1.6       bisitz   13205: 
                   13206:    'Change section associated with user roles'
1.93      raeburn  13207: => 'Change section associated with user roles',
1.6       bisitz   13208: 
                   13209:    'Modify existing user: '
1.70      zhu      13210: => '修改现有的用户: ',
1.6       bisitz   13211: 
                   13212:    'Enroll one student'
1.70      zhu      13213: => '注册一名学生',
1.6       bisitz   13214: 
                   13215:    'Enroll one student: '
1.70      zhu      13216: => '注册一名学生: ',
1.6       bisitz   13217: 
                   13218:    'Existing Roles'
1.55      zhu      13219: => '现有的角色',
1.6       bisitz   13220: 
1.40      bisitz   13221:    'Existing Roles in this Course'
1.70      zhu      13222: => '课程中现有的角色',
1.40      bisitz   13223: 
                   13224:    'Existing Co-Author Roles in your Construction Space'
1.93      raeburn  13225: => 'Existing Co-Author Roles in your Construction Space',
1.40      bisitz   13226: 
                   13227:    'Existing Roles in this Domain'
1.70      zhu      13228: => '在该域中现有的角色',
1.40      bisitz   13229: 
1.6       bisitz   13230:    'Text-based Interface Login'
1.93      raeburn  13231: => 'Text-based Interface Login',
1.6       bisitz   13232: 
                   13233:    'Select Accessibility Options'
1.93      raeburn  13234: => 'Select Accessibility Options',
1.6       bisitz   13235: 
                   13236:    'Suppress rendering of images'
1.93      raeburn  13237: => 'Suppress rendering of images',
1.6       bisitz   13238: 
                   13239:    'Suppress Java applets'
1.55      zhu      13240: => '禁止Java小程序',
1.6       bisitz   13241: 
                   13242:    'Suppress rendering of embedded multimedia'
1.93      raeburn  13243: => 'Suppress rendering of embedded multimedia',
1.6       bisitz   13244: 
                   13245:    'Increase font size'
1.55      zhu      13246: => '放大字体',
1.6       bisitz   13247: 
                   13248:    'Switch to black and white mode'
1.55      zhu      13249: => '切换到黑白模式',
1.6       bisitz   13250: 
                   13251:    'Remember these settings for next login'
1.55      zhu      13252: => '下次登录时记住这些设置',
1.6       bisitz   13253: 
                   13254:    'You are already logged in!'
1.55      zhu      13255: => '您已经登录!',
1.6       bisitz   13256: 
                   13257:    'You are already logged in'
1.55      zhu      13258: => '您已经登录!',
1.6       bisitz   13259: 
                   13260:    'Please either [_1]continue the current session[_2] or [_3]logout[_4].'
1.55      zhu      13261: => '您的选择:[_1]继续当前的会话[_2]或者[_3]退出[_4]。',
1.6       bisitz   13262: 
                   13263:    'Login problems?'
1.9       zhu      13264: => '无法登录?',
1.6       bisitz   13265: 
                   13266:    'Reset password'
1.9       zhu      13267: => '重设密码',
1.6       bisitz   13268: 
                   13269:    'Reset forgotten LON-CAPA password'
1.55      zhu      13270: => '重置 LON-CAPA 密码',
1.6       bisitz   13271: 
1.89      bisitz   13272:    '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      13273: => '如果您使用相同的帐户的其他校园服务除了LON-CAPA, (例如,电子邮件,课程注册等) ,一个单独的中央管理机制可以重置密码。然而,如果您的帐户只是用于LON-CAPA访问,您可以从这个网页重置密码。',
1.6       bisitz   13274: 
                   13275:    'Three conditions must be met:'
1.55      zhu      13276: => '三个条件必须满足:',
1.6       bisitz   13277: 
                   13278:    'An e-mail address must have previously been associated with your LON-CAPA username.'
1.55      zhu      13279: => '必须有一个电子邮件地址与您的LON-CAPA用户联系在一起的。',
1.6       bisitz   13280: 
                   13281:    'You must be able to access e-mail sent to that address.'
1.55      zhu      13282: => '您必须能访问即将发送的电子邮件地址。',
1.6       bisitz   13283: 
                   13284:    'Your LON-CAPA account must be of a type for which LON-CAPA can reset a password.'
1.55      zhu      13285: => '您 LON-CAPA 帐户必须是一个类型为 LON-CAPA 可以重置密码。',
1.6       bisitz   13286: 
                   13287:    'Thank you for your request to reset the password for your LON-CAPA account.'
1.55      zhu      13288: => '感谢您要求重设 LON-CAPA 帐户的密码 。',
1.6       bisitz   13289: 
                   13290:    'Email address in LON-CAPA'
1.93      raeburn  13291: => 'Email address in LON-CAPA',
1.6       bisitz   13292: 
1.55      zhu      13293:    'E-mail address in LON-CAPA'
1.93      raeburn  13294: => 'E-mail address in LON-CAPA',
1.55      zhu      13295: 
1.6       bisitz   13296:    'The username you provided was not verified as a valid username in the LON-CAPA system for the [_1] domain.'
1.56      zhu      13297: => '您提供的用户名不是有效的用户名在 LON-CAPA 系统在该[_1]域。',
1.6       bisitz   13298: 
                   13299:    'Please [_1]go back[_2] and try again.'
1.55      zhu      13300: => '请[_1]返回[_2] ,然后再试一次。',
1.6       bisitz   13301: 
                   13302:    'The e-mail address you provided does not appear to be a valid address.'
1.56      zhu      13303: => '您提供的电子邮件地址不是一个有效的地址。',
1.6       bisitz   13304: 
                   13305:    'A valid e-mail address was not located in the LON-CAPA system for the username and domain you provided.'
1.56      zhu      13306: => '您提供的用户名和域在 LON-CAPA 系统中没有找到一个有效的电子邮件地址。',
1.6       bisitz   13307: 
                   13308:    'The username you provided uses an authentication type which can not be reset directly via LON-CAPA.'
1.56      zhu      13309: => '您提供的用户名使用的身份验证类型,不能直接通过 LON-CAPA 重置密码。',
1.6       bisitz   13310: 
1.41      bisitz   13311:    'You may wish to contact the [_1]LON-CAPA helpdesk[_2] for the [_3].'
1.56      zhu      13312: => '您不妨联系[_2]的[_3]的[_1] LON-CAPA 求助。',
1.6       bisitz   13313: 
                   13314:    'You may wish to send an e-mail to the server administrator: [_1] for [_2].' # 1: e-mail, 2: domain
1.98      bisitz   13315: => '您不妨给服务器管理员发送电子邮件: [_1]的[_2] 。',
1.6       bisitz   13316: 
                   13317:    'Assigning yourself a co-author or assistant co-author role in your own author area in Construction Space is not permitted'
1.93      raeburn  13318: => 'Assigning yourself a co-author or assistant co-author role in your own author area in Construction Space is not permitted',
1.6       bisitz   13319: 
                   13320:    'Owner(s)'
1.93      raeburn  13321: => 'Owner(s)',
1.6       bisitz   13322: 
                   13323:    'Practice Problem'
1.56      zhu      13324: => '练习题',
1.6       bisitz   13325: 
                   13326:    'Submissions are not permanently recorded'
1.93      raeburn  13327: => 'Submissions are not permanently recorded',
1.6       bisitz   13328: 
                   13329:    'Submissions to practice problems are not permanently recorded.'
1.93      raeburn  13330: => 'Submissions to practice problems are not permanently recorded.',
1.6       bisitz   13331: 
                   13332:    'not graded'
1.93      raeburn  13333: => 'not graded',
1.6       bisitz   13334: 
                   13335:    'Course initialization preference'
1.93      raeburn  13336: => 'Course initialization preference',
1.6       bisitz   13337: 
                   13338:    'Choose which page will be displayed when you enter this course after selecting a role.'
1.93      raeburn  13339: => 'Choose which page will be displayed when you enter this course after selecting a role.',
1.6       bisitz   13340: 
                   13341:    'Current value is determined by'
1.93      raeburn  13342: => 'Current value is determined by',
1.6       bisitz   13343: 
                   13344:    'and is set to display'
1.93      raeburn  13345: => 'and is set to display',
1.6       bisitz   13346: 
                   13347:    'Page display controlled by'
1.93      raeburn  13348: => 'Page display controlled by',
1.6       bisitz   13349: 
                   13350:    'If'
1.93      raeburn  13351: => 'If',
1.6       bisitz   13352: 
                   13353:    'Choose course entry'
1.93      raeburn  13354: => 'Choose course entry',
1.6       bisitz   13355: 
                   13356:    'Modify course entry'
1.93      raeburn  13357: => 'Modify course entry',
1.6       bisitz   13358: 
                   13359:    '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  13360: => '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   13361: 
                   13362:    '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  13363: => '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   13364: 
                   13365:    "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  13366: => "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   13367: 
                   13368:    'Setting optional privileges for specific group members'
1.57      zhu      13369: => '对具体组成员设置可选的权限',
1.6       bisitz   13370: 
                   13371:    'As no group tools will be made available to users, there are no specific user privileges to set.'
1.93      raeburn  13372: => 'As no group tools will be made available to users, there are no specific user privileges to set.',
1.6       bisitz   13373: 
                   13374:    'Create group'
1.12      zhu      13375: => '创建组',
1.6       bisitz   13376: 
                   13377:    '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  13378: => '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   13379: 
                   13380:    '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  13381: => '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   13382: 
                   13383:    'A problem occurred when creating folders for the new group [_1]:'
1.93      raeburn  13384: => 'A problem occurred when creating folders for the new group [_1]:',
1.6       bisitz   13385: 
                   13386:    'Group [_1] was created.'
1.12      zhu      13387: => '组 [_1] 已创建。',
1.6       bisitz   13388: 
                   13389:    'E-mail Address'
1.93      raeburn  13390: => 'E-mail Address',
1.6       bisitz   13391: 
                   13392:    'Closes '
1.93      raeburn  13393: => 'Closes ',
1.6       bisitz   13394: 
                   13395:    '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  13396: => '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   13397: 
                   13398:    '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  13399: => '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   13400: 
                   13401:    '[quant,_1,day]'
1.99      raeburn  13402: => '[quant,_1,day]',
1.6       bisitz   13403: 
                   13404:    '[quant,_1,hour]'
1.99      raeburn  13405: => '[quant,_1,hour]',
1.6       bisitz   13406: 
                   13407:    '[quant,_1,minute]'
1.99      raeburn  13408: => '[quant,_1,minute]',
1.6       bisitz   13409: 
                   13410:    '[quant,_1,second]'
1.99      raeburn  13411: => '[quant,_1,second]',
1.6       bisitz   13412: 
                   13413:    'Start Timer?'
1.93      raeburn  13414: => 'Start Timer?',
1.6       bisitz   13415: 
                   13416:    'Sign up for time to work.'
1.93      raeburn  13417: => 'Sign up for time to work.',
1.6       bisitz   13418: 
                   13419:    'Requesting Another Worktime'
1.93      raeburn  13420: => 'Requesting Another Worktime',
1.6       bisitz   13421: 
                   13422:    'No available times.'
1.93      raeburn  13423: => 'No available times.',
1.6       bisitz   13424: 
                   13425:    'Return to last resource'
1.93      raeburn  13426: => 'Return to last resource',
1.6       bisitz   13427: 
                   13428:    'My Courses'
1.9       zhu      13429: => '我的课程',
1.6       bisitz   13430: 
                   13431:    '[_1] parts'
1.99      raeburn  13432: => '[_1] parts',
1.6       bisitz   13433: 
                   13434:    'Part: [_1]'
1.27      zhu      13435: => '部分: [_1]',
1.6       bisitz   13436: 
                   13437:    'New Discussion'
1.12      zhu      13438: => '新的讨论',
1.6       bisitz   13439: 
                   13440:    'New Email'
1.12      zhu      13441: => '新的 E-Mail',
1.6       bisitz   13442: 
                   13443:    'New Error'
1.12      zhu      13444: => '新的错误',
1.6       bisitz   13445: 
                   13446:    '(randomly select [_1])'
1.98      bisitz   13447: => '(randomly select [_1])',
1.6       bisitz   13448: 
                   13449:    '(randomly ordered)'
1.98      bisitz   13450: => '(randomly ordered)',
1.6       bisitz   13451: 
                   13452:    'No course selected'
1.93      raeburn  13453: => 'No course selected',
1.6       bisitz   13454: 
                   13455:    'Open '
1.98      bisitz   13456: => 'Open ',
1.6       bisitz   13457: 
                   13458:    'Having technical difficulties; please check status later'
1.93      raeburn  13459: => 'Having technical difficulties; please check status later',
1.6       bisitz   13460: 
                   13461:    'Answer open'
1.93      raeburn  13462: => 'Answer open',
1.6       bisitz   13463: 
                   13464:    'Yes, and show correct answer if they exceed the maximum number of tries.'
1.93      raeburn  13465: => 'Yes, and show correct answer if they exceed the maximum number of tries.',
1.6       bisitz   13466: 
                   13467:    "No, don't show correct/incorrect feedback."
1.93      raeburn  13468: => "No, don't show correct/incorrect feedback.",
1.6       bisitz   13469: 
                   13470:    'No, show no feedback at all.'
1.93      raeburn  13471: => 'No, show no feedback at all.',
1.6       bisitz   13472: 
                   13473:    'single part'
1.93      raeburn  13474: => 'single part',
1.6       bisitz   13475: 
                   13476:    'Course Page'
1.36      zhu      13477: => '课程页面',
1.6       bisitz   13478: 
                   13479:    'Unable to set "number unread posts display" to [_1] due to [_2].'
1.98      bisitz   13480: => 'Unable to set "number unread posts display" to [_1] due to [_2].',
1.6       bisitz   13481: 
                   13482:    'Current value is [_1].'
1.36      zhu      13483: => '当前的值是 [_1].',
1.6       bisitz   13484: 
                   13485:    'Unable to set interval to [_1] due to [_2].'
1.93      raeburn  13486: => 'Unable to set interval to [_1] due to [_2].',
1.6       bisitz   13487: 
                   13488:    'Changes to threshold(s) for problem tracking:'
1.93      raeburn  13489: => 'Changes to threshold(s) for problem tracking:',
1.6       bisitz   13490: 
                   13491:    'Set threshold for [_1] to [_2]'
1.36      zhu      13492: => '对于 [_1] 到 [_2] 的临界值',
1.6       bisitz   13493: 
                   13494:    'Set the default page to be displayed when you select a course role'
1.36      zhu      13495: => '设置默认页, 显示您选择的课程的角色',
1.6       bisitz   13496: 
                   13497:    '(Currently: [_1])'
1.36      zhu      13498: => '(现在: [_1])',
1.6       bisitz   13499: 
                   13500:    "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   13501: => "在课程中为您的课程的全局的用户首选项设置可以覆盖个别的课程设置,通过特定的课程设置[_1]What's New page[_2]。",
1.6       bisitz   13502: 
                   13503:    'Display the [_1]first resource[_2] in the course.'
1.36      zhu      13504: => '显示课程中的[_1]第一资源[_2]。',
1.6       bisitz   13505: 
                   13506:    "Display the [_1]What's New page[_2] - a summary of items in the course which require attention."
1.36      zhu      13507: => "显示 [_1]What's New page[_2] - 课程中的内容概述需要被注意。",
1.6       bisitz   13508: 
                   13509:    'Default now set'
1.93      raeburn  13510: => 'Default now set',
1.6       bisitz   13511: 
                   13512:    'when you select a course role from the roles screen'
1.93      raeburn  13513: => 'when you select a course role from the roles screen',
1.6       bisitz   13514: 
                   13515:    'you will be taken to the start of the course.'
1.93      raeburn  13516: => 'you will be taken to the start of the course.',
1.6       bisitz   13517: 
                   13518:    'a page will be displayed that lists items in the course that may require action from you.'
1.93      raeburn  13519: => 'a page will be displayed that lists items in the course that may require action from you.',
1.6       bisitz   13520: 
                   13521:    "Display the What's New page listing course action items"
1.93      raeburn  13522: => "Display the What's New page listing course action items",
1.6       bisitz   13523: 
                   13524:    'Go to the start of the course'
1.93      raeburn  13525: => 'Go to the start of the course',
1.6       bisitz   13526: 
                   13527:    'now'
1.93      raeburn  13528: => 'now',
1.6       bisitz   13529: 
                   13530:    'No official courses to display for [_1].'
1.93      raeburn  13531: => 'No official courses to display for [_1].',
1.6       bisitz   13532: 
                   13533:    '(Month - Day - Year)'
1.13      zhu      13534: => '(月 - 日 - 年)',
1.6       bisitz   13535: 
                   13536:    'Month[_1]Day[_2]Year'
1.13      zhu      13537: => '月[_1]日[_2]年',
1.6       bisitz   13538: 
                   13539:    '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  13540: => '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   13541: 
                   13542:    'Skipping'
1.93      raeburn  13543: => 'Skipping',
1.6       bisitz   13544: 
                   13545:    'Notifying host'
1.93      raeburn  13546: => 'Notifying host', # ???
1.6       bisitz   13547: 
                   13548:    'Back to Catalog Information'
1.18      zhu      13549: => '返回到目录信息',
1.6       bisitz   13550: 
                   13551:    ' at '
1.101     bisitz   13552: => ' at ',
1.6       bisitz   13553: 
                   13554:    "Computer's answer is incorrect ([_1])."
1.93      raeburn  13555: => "Computer's answer is incorrect ([_1]).",
1.6       bisitz   13556: 
                   13557:    'It is likely that the tolerance range [_1] or significant figures [_2] need to be adjusted.'
1.93      raeburn  13558: => 'It is likely that the tolerance range [_1] or significant figures [_2] need to be adjusted.',
1.6       bisitz   13559: 
                   13560:    'It is likely that the tolerance range [_1] needs to be adjusted.'
1.93      raeburn  13561: => 'It is likely that the tolerance range [_1] needs to be adjusted.',
1.6       bisitz   13562: 
                   13563:    'Submission Record'
1.93      raeburn  13564: => 'Submission Record',
1.6       bisitz   13565: 
                   13566:    'Set/Change grades'
1.93      raeburn  13567: => 'Set/Change grades',
1.6       bisitz   13568: 
                   13569:    'View of the problem'
1.93      raeburn  13570: => 'View of the problem',
1.6       bisitz   13571: 
                   13572:    'Assign Grades'
1.93      raeburn  13573: => 'Assign Grades',
1.6       bisitz   13574: 
                   13575:    'Save &amp; Next'
1.18      zhu      13576: => '保存并继续',
1.6       bisitz   13577: 
                   13578:    '[_1]student(s)'
1.22      zhu      13579: => '[_1]学生',
1.6       bisitz   13580: 
                   13581:    '(Next and Previous (student) do not save the scores.)'
1.99      raeburn  13582: => '(Next and Previous (student) do not save the scores.)',
1.6       bisitz   13583: 
                   13584:    'LON-CAPA User Message'
1.22      zhu      13585: => 'LON-CAPA 用户邮件',
1.6       bisitz   13586: 
1.105   ! raeburn  13587:    '[_1]Message:[_2] No more students for this section or class.'
        !          13588: => '[_1]Message:[_2] No more students for this section or class.',
1.6       bisitz   13589: 
                   13590:    'Click on the button below to return to the grading menu.'
1.93      raeburn  13591: => 'Click on the button below to return to the grading menu.',
1.6       bisitz   13592: 
                   13593:    'Group files'
1.12      zhu      13594: => '组文件',
1.6       bisitz   13595: 
                   13596:    'One group portfolio file is available.'
1.93      raeburn  13597: => 'One group portfolio file is available.',
1.6       bisitz   13598: 
                   13599:    'One portfolio file owned by [_1] is available.'
1.93      raeburn  13600: => 'One portfolio file owned by [_1] is available.',
1.6       bisitz   13601: 
                   13602:    'A total of [_1] group portfolio files are available.'
1.93      raeburn  13603: => 'A total of [_1] group portfolio files are available.',
1.6       bisitz   13604: 
                   13605:    'A total of [_1] portfolio files owned by [_2] are available'
1.93      raeburn  13606: => 'A total of [_1] portfolio files owned by [_2] are available',
1.6       bisitz   13607: 
                   13608:    '[quant,_1,file is,files are] publicly accessible.'
1.93      raeburn  13609: => '[quant,_1,file is,files are] publicly accessible.',
1.6       bisitz   13610: 
                   13611:    '[quant,_1,file requires,files require] a passphrase for access.'
1.98      bisitz   13612: => '[quant,_1,file requires,files require] a passphrase for access.',
1.6       bisitz   13613: 
                   13614:    'Group Portfolio files'
1.12      zhu      13615: => '组组合文件',
1.6       bisitz   13616: 
                   13617:    'Viewable portfolio files.'
1.12      zhu      13618: => '可见组合文件。',
1.6       bisitz   13619: 
                   13620:    'Viewable portfolio files'
1.12      zhu      13621: => '可见组合文件',
1.6       bisitz   13622: 
                   13623:    'Viewable group portfolio files'
1.12      zhu      13624: => '可见组组合文件',
1.6       bisitz   13625: 
                   13626:    'Display file listing'
1.36      zhu      13627: => '显示文件列表',
1.6       bisitz   13628: 
                   13629:    'Portfolio files for [_1]'
1.36      zhu      13630: => '[_1] 的组合文件',
1.6       bisitz   13631: 
                   13632:    'File access type: '
1.36      zhu      13633: => '文件访问类型: ',
1.6       bisitz   13634: 
                   13635:    'Update display'
1.36      zhu      13636: => '更新显示',
1.6       bisitz   13637: 
                   13638:    'Course Information page'
1.36      zhu      13639: => '课程资料页',
1.6       bisitz   13640: 
                   13641:    'Information about [_1]'
1.36      zhu      13642: => '关于 [_1] 的消息',
1.6       bisitz   13643: 
                   13644:    'There are no available files of the specified access type: [_1]'
1.36      zhu      13645: => '没有提供文件的指定访问类型: [_1]',
1.6       bisitz   13646: 
                   13647:    'File Type Displayed: [_1]'
1.36      zhu      13648: => '显示文件类型: [_1]',
1.6       bisitz   13649: 
                   13650:    'All file types'
1.36      zhu      13651: => '所有文件类型',
1.6       bisitz   13652: 
                   13653:    'The resource depends on another resource with variable filename, i.e., [_1].'
1.93      raeburn  13654: => 'The resource depends on another resource with variable filename, i.e., [_1].',
1.6       bisitz   13655: 
                   13656:    'You likely need to explicitly allow access to all possible dependencies using the [_1]-tag.'
1.93      raeburn  13657: => 'You likely need to explicitly allow access to all possible dependencies using the [_1]-tag.',
1.6       bisitz   13658: 
                   13659:    'Add Selection for:'
1.93      raeburn  13660: => 'Add Selection for:',
1.6       bisitz   13661: 
1.65      zhu      13662:    'Selected Parameters:'
1.93      raeburn  13663: => 'Selected Parameters:',
1.63      zhu      13664: 
1.65      zhu      13665:    'Show detailed Parameter Selection'
1.93      raeburn  13666: => 'Show detailed Parameter Selection',
1.63      zhu      13667: 
1.65      zhu      13668: # Resource Parameters - Start
1.63      zhu      13669: 
1.65      zhu      13670:    'Problem Opening Date (opendate)'
                   13671: => '问题开始日期 (opendate)',
1.6       bisitz   13672: 
                   13673:    'Problem Opening Date'
1.12      zhu      13674: => '问题开始日期',
1.6       bisitz   13675: 
1.65      zhu      13676:    'Problem Due Date (duedate)'
                   13677: => '问题截止日期 (duedate)',
                   13678: 
1.6       bisitz   13679:    'Problem Due Date'
1.12      zhu      13680: => '问题截止日期',
1.6       bisitz   13681: 
1.65      zhu      13682:    'Problem Answer Date (answerdate)'
                   13683: => '问题答案日期 (answerdate)',
                   13684: 
1.6       bisitz   13685:    'Problem Answer Date'
1.12      zhu      13686: => '问题答案日期',
1.6       bisitz   13687: 
1.65      zhu      13688:    'Time-Limit (interval)'
                   13689: => '期限 (interval)',
                   13690: 
1.6       bisitz   13691:    'Time-Limit'
1.12      zhu      13692: => '期限',
1.6       bisitz   13693: 
1.65      zhu      13694:    'Weight (weight)'
1.93      raeburn  13695: => 'Weight (weight)',
1.65      zhu      13696: 
1.6       bisitz   13697:    'Weight'
1.93      raeburn  13698: => 'Weight',
1.6       bisitz   13699: 
1.65      zhu      13700:    'Maximum Number of Tries (maxtries)'
1.93      raeburn  13701: => 'Maximum Number of Tries (maxtries)',
1.65      zhu      13702: 
1.6       bisitz   13703:    'Maximum Number of Tries'
1.93      raeburn  13704: => 'Maximum Number of Tries',
1.6       bisitz   13705: 
1.65      zhu      13706:    'Number of Tries before hints appear (hinttries)'
1.93      raeburn  13707: => 'Number of Tries before hints appear (hinttries)',
1.65      zhu      13708: 
1.6       bisitz   13709:    'Number of Tries before hints appear'
1.93      raeburn  13710: => 'Number of Tries before hints appear',
1.6       bisitz   13711: 
1.56      zhu      13712:    'Content Opening Date (contentopen)'
1.61      bisitz   13713: => '内容开放日期 (contentopen)',
                   13714: 
1.56      zhu      13715:    'Content Due Date (contentclose)'
1.61      bisitz   13716: => '内容关闭日期 (contentclose)',
1.56      zhu      13717: 
1.63      zhu      13718:    'Content Opening Date'
                   13719: => '内容开放日期',
1.6       bisitz   13720: 
                   13721:    'Content Close Date'
1.18      zhu      13722: => '内容关闭日期',
1.6       bisitz   13723: 
1.65      zhu      13724:    'Question Type (type)'
                   13725: => '问题类型 (type)',
                   13726: 
1.6       bisitz   13727:    'Question Type'
1.18      zhu      13728: => '问题类型',
1.6       bisitz   13729: 
1.65      zhu      13730:    'Show Problem Status (problemstatus)'
1.93      raeburn  13731: => 'Show Problem Status (problemstatus)',
1.65      zhu      13732: 
1.6       bisitz   13733:    'Show Problem Status'
1.18      zhu      13734: => '查看问题状态',
1.6       bisitz   13735: 
1.65      zhu      13736:    'Resource Hidden from Students (hiddenresource)'
1.93      raeburn  13737: => 'Resource Hidden from Students (hiddenresource)',
1.65      zhu      13738: 
1.6       bisitz   13739:    'Resource Hidden from Students'
1.93      raeburn  13740: => 'Resource Hidden from Students',
1.65      zhu      13741: 
                   13742:    'Resource hidden from students (hiddenresource)'
1.93      raeburn  13743: => 'Resource hidden from students (hiddenresource)',
1.65      zhu      13744: 
                   13745:    'Resource hidden from students'
1.93      raeburn  13746: => 'Resource hidden from students',
1.65      zhu      13747: 
                   13748:    'List of hidden parts (hiddenparts)'
1.93      raeburn  13749: => 'List of hidden parts (hiddenparts)',
1.6       bisitz   13750: 
                   13751:    'List of hidden parts'
1.93      raeburn  13752: => 'List of hidden parts', # ???
1.6       bisitz   13753: 
1.65      zhu      13754:    'Part Description (display)'
1.93      raeburn  13755: => 'Part Description (display)',
1.65      zhu      13756: 
1.6       bisitz   13757:    'Part Description'
1.93      raeburn  13758: => 'Part Description',
1.6       bisitz   13759: 
1.65      zhu      13760:    'Show Parts One-at-a-Time (ordered)'
1.93      raeburn  13761: => 'Show Parts One-at-a-Time (ordered)',
1.65      zhu      13762: 
1.6       bisitz   13763:    'Show Parts One-at-a-Time'
1.93      raeburn  13764: => 'Show Parts One-at-a-Time',
1.6       bisitz   13765: 
1.65      zhu      13766:    'Numerical Tolerance (tol)'
1.93      raeburn  13767: => 'Numerical Tolerance (tol)',
1.65      zhu      13768: 
1.6       bisitz   13769:    'Numerical Tolerance'
1.93      raeburn  13770: => 'Numerical Tolerance',
1.6       bisitz   13771: 
1.65      zhu      13772:    'Significant Digits (sig)'
1.93      raeburn  13773: => 'Significant Digits (sig)',
1.65      zhu      13774: 
1.6       bisitz   13775:    'Significant Digits'
1.93      raeburn  13776: => 'Significant Digits',
1.6       bisitz   13777: 
1.65      zhu      13778:    'Show Units - Disable Entry (turnoffunit)'
1.93      raeburn  13779: => 'Show Units - Disable Entry (turnoffunit)',
1.65      zhu      13780: 
1.6       bisitz   13781:    'Show Units - Disable Entry'
1.93      raeburn  13782: => 'Show Units - Disable Entry', # ???
1.6       bisitz   13783: 
1.65      zhu      13784:    'Discussion End Time (discussend)'
1.93      raeburn  13785: => 'Discussion End Time (discussend)',
1.65      zhu      13786: 
1.6       bisitz   13787:    'Discussion End Time'
1.93      raeburn  13788: => 'Discussion End Time',
1.6       bisitz   13789: 
1.65      zhu      13790:    'Hide Closed Discussion (discusshide)'
1.93      raeburn  13791: => 'Hide Closed Discussion (discusshide)',
1.65      zhu      13792: 
1.6       bisitz   13793:    'Hide Closed Discussion'
1.93      raeburn  13794: => 'Hide Closed Discussion',
1.6       bisitz   13795: 
1.65      zhu      13796:    'Randomly Order Resources (randomorder)'
1.93      raeburn  13797: => 'Randomly Order Resources (randomorder)',
1.65      zhu      13798: 
1.6       bisitz   13799:    'Randomly Order Resources'
1.93      raeburn  13800: => 'Randomly Order Resources',
1.6       bisitz   13801: 
1.65      zhu      13802:    'Randomly pick number of resources (randompick)'
1.93      raeburn  13803: => 'Randomly pick number of resources (randompick)',
1.65      zhu      13804: 
                   13805:    'Do not show plain URL (encrypturl)'
1.93      raeburn  13806: => 'Do not show plain URL (encrypturl)',
1.6       bisitz   13807: 
                   13808:    'Do not show plain URL'
1.93      raeburn  13809: => 'Do not show plain URL',
1.6       bisitz   13810: 
1.65      zhu      13811:    'Slots of availability (available)'
1.93      raeburn  13812: => 'Slots of availability (available)',
1.65      zhu      13813: 
1.6       bisitz   13814:    'Slots of availability'
1.93      raeburn  13815: => 'Slots of availability',
1.6       bisitz   13816: 
1.65      zhu      13817:    'CSS file to link (cssfile)'
1.93      raeburn  13818: => 'CSS file to link (cssfile)',
1.65      zhu      13819: 
1.6       bisitz   13820:    'CSS file to link'
1.93      raeburn  13821: => 'CSS file to link',
1.6       bisitz   13822: 
1.65      zhu      13823:    'Use slot based access controls (useslots)'
1.93      raeburn  13824: => 'Use slot based access controls (useslots)',
1.65      zhu      13825: 
1.6       bisitz   13826:    'Use slot based access controls'
1.93      raeburn  13827: => 'Use slot based access controls',
1.6       bisitz   13828: 
1.101     bisitz   13829:    'Client IP/Name Access Control (acc)'
1.93      raeburn  13830: => 'Client IP/Name Access Control (acc)',
1.65      zhu      13831: 
1.6       bisitz   13832:    'Client IP/Name Access Control'
1.93      raeburn  13833: => 'Client IP/Name Access Control',
1.6       bisitz   13834: 
1.65      zhu      13835:    'Resource alias name for conditions (mapalias)'
1.93      raeburn  13836: => 'Resource alias name for conditions (mapalias)',
1.65      zhu      13837: 
1.6       bisitz   13838:    'Resource alias name for conditions'
1.93      raeburn  13839: => 'Resource alias name for conditions',
1.6       bisitz   13840: 
1.65      zhu      13841:    'Slots of availability selected by student (availablestudent)'
1.93      raeburn  13842: => 'Slots of availability selected by student (availablestudent)',
1.65      zhu      13843: 
1.6       bisitz   13844:    'Slots of availability selected by student'
1.93      raeburn  13845: => 'Slots of availability selected by student',
1.65      zhu      13846: 
                   13847:    'Hide buttons from students (buttonshide)'
1.93      raeburn  13848: => 'Hide buttons from students (buttonshide)',
1.6       bisitz   13849: 
                   13850:    'Hide buttons from students'
1.93      raeburn  13851: => 'Hide buttons from students', # ???
1.65      zhu      13852: 
                   13853:    'Hide DragMath-Editor (turnoffeditor)'
1.93      raeburn  13854: => 'Hide DragMath-Editor (turnoffeditor)',
1.6       bisitz   13855: 
                   13856:    'Hide DragMath-Editor'
1.93      raeburn  13857: => 'Hide DragMath-Editor',
1.6       bisitz   13858: 
1.65      zhu      13859:    'Maximum Number of Collaborators (maxcollaborators)'
1.93      raeburn  13860: => 'Maximum Number of Collaborators (maxcollaborators)',
1.65      zhu      13861: 
1.6       bisitz   13862:    'Maximum Number of Collaborators'
1.93      raeburn  13863: => 'Maximum Number of Collaborators',
1.6       bisitz   13864: 
1.65      zhu      13865:    'Allowed File Extensions for Uploaded Files (uploadedfiletypes)'
1.93      raeburn  13866: => 'Allowed File Extensions for Uploaded Files (uploadedfiletypes)',
1.65      zhu      13867: 
1.6       bisitz   13868:    'Allowed File Extensions for Uploaded Files'
1.93      raeburn  13869: => 'Allowed File Extensions for Uploaded Files',
1.6       bisitz   13870: 
1.65      zhu      13871:    'Hand Graded (handgrade)'
1.93      raeburn  13872: => 'Hand Graded (handgrade)',
1.65      zhu      13873: 
1.6       bisitz   13874:    'Hand Graded'
1.93      raeburn  13875: => 'Hand Graded',
1.6       bisitz   13876: 
1.65      zhu      13877:    'Number of bubbles in exam mode (numbubbles)'
                   13878: => '考试模式中的一些复选框 (numbubbles)',
                   13879: 
1.6       bisitz   13880:    'Number of bubbles in exam mode'
1.12      zhu      13881: => '考试模式中的一些复选框',
1.6       bisitz   13882: 
1.65      zhu      13883:    'Format for display of score (scoreformat)'
                   13884: => '评分显示格式 (scoreformat)',
                   13885: 
1.6       bisitz   13886:    'Format for display of score'
1.12      zhu      13887: => '评分显示格式',
1.6       bisitz   13888: 
1.65      zhu      13889:    'Max. Cumulative Size (MB) for Submitted Files (maxfilesize)'
                   13890: => '最大(MB)累积提交文件 (maxfilesize)',
                   13891: 
                   13892:    'Max. Cumulative Size (MB) for Submitted Files'
                   13893: => '最大(MB)累积提交文件',
                   13894: 
                   13895:    'Max. cumulative size (MB) for submitted files (maxfilesize)'
                   13896: => '最大(MB)累积提交文件 (maxfilesize)',
1.61      bisitz   13897: 
1.65      zhu      13898:    'Max. cumulative size (MB) for submitted files'
                   13899: => '最大(MB)累积提交文件',
1.63      zhu      13900: # Resource Parameters - End
1.61      bisitz   13901: 
1.65      zhu      13902: # Resource Parameter Categories - Start
                   13903:    'Problem Appearance'
1.93      raeburn  13904: => 'Problem Appearance',
1.65      zhu      13905: 
                   13906:    'Time Settings'
1.93      raeburn  13907: => 'Time Settings',
1.65      zhu      13908: 
                   13909:    'High Level Randomization'
1.98      bisitz   13910: => 'High Level Randomization',
1.65      zhu      13911: 
                   13912:    'Hiding'
1.93      raeburn  13913: => 'Hiding',
1.65      zhu      13914: 
                   13915:    'Behaviour of Input Fields'
1.93      raeburn  13916: => 'Behaviour of Input Fields',
1.65      zhu      13917: 
                   13918:    'Slots'
                   13919: => 'Slots',
                   13920: 
                   13921:    'File Submission'
1.93      raeburn  13922: => 'File Submission',
1.65      zhu      13923: # Resource Parameters Categories - End
1.6       bisitz   13924: 
                   13925:    'New LON-CAPA [_1] ID: [_2]'
1.12      zhu      13926: => '新的 LON-CAPA-[_1]-ID: [_2]',
1.6       bisitz   13927: 
                   13928:    'Not available'
1.12      zhu      13929: => '不详',
1.6       bisitz   13930: 
                   13931:    'Post Announcement'
1.12      zhu      13932: => '提交通知',
1.6       bisitz   13933: 
                   13934:    'The folder name: "[_1]" is already in use for an existing folder.'
1.10      zhu      13935: => '文件夹名称: "[_1]" 已经在现有的文件夹中。',
1.6       bisitz   13936: 
                   13937:    'The folder name: "[_1]" is already used for one of the folders automatically generated by the system.'
1.10      zhu      13938: => '文件夹名称: "[_1]" 已经用于一个文件夹自动生成系统。',
1.6       bisitz   13939: 
                   13940:    'Error - could not obtain lock on email folders record.'
1.93      raeburn  13941: => 'Error - could not obtain lock on email folders record.',
1.6       bisitz   13942: 
                   13943:    'The folder "[_1]" may not be deleted'
1.93      raeburn  13944: => 'The folder "[_1]" may not be deleted',
1.6       bisitz   13945: 
                   13946:    'The folder "[_1]" does not exist so deletion is not required.'
1.93      raeburn  13947: => 'The folder "[_1]" does not exist so deletion is not required.',
1.6       bisitz   13948: 
                   13949:    'The folder "[_1]" contains messages so it may not be deleted.'
1.22      zhu      13950: => '该文件夹“[_1]”包含有信息,因此不能删除。',
1.6       bisitz   13951: 
                   13952:    'Delete or move the messages to a different folder first.'
1.93      raeburn  13953: => 'Delete or move the messages to a different folder first.',
1.6       bisitz   13954: 
                   13955:    'The folder "[_1]" may not be renamed to "[_2]" as the new name you requested is an invalid name.'
1.93      raeburn  13956: => 'The folder "[_1]" may not be renamed to "[_2]" as the new name you requested is an invalid name.',
1.6       bisitz   13957: 
                   13958:    '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  13959: => '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   13960: 
                   13961:    '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  13962: => '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   13963: 
                   13964:    'The folder "[_1]" could not be renamed to "[_2]" because the folder does not exist.'
1.93      raeburn  13965: => 'The folder "[_1]" could not be renamed to "[_2]" because the folder does not exist.',
1.6       bisitz   13966: 
                   13967:    'Warning: failed to release lock for counter'
1.93      raeburn  13968: => 'Warning: failed to release lock for counter',
1.6       bisitz   13969: 
                   13970:    'Warning: failed to release lock for folder: [_1].'
1.93      raeburn  13971: => 'Warning: failed to release lock for folder: [_1].',
1.6       bisitz   13972: 
                   13973:    'Error uploading new folder.'
1.93      raeburn  13974: => 'Error uploading new folder.',
1.6       bisitz   13975: 
                   13976:    'Error reading contents of parent folder.'
1.93      raeburn  13977: => 'Error reading contents of parent folder.',
1.6       bisitz   13978: 
                   13979:    'Error saving updated parent folder.'
1.93      raeburn  13980: => 'Error saving updated parent folder.',
1.6       bisitz   13981: 
                   13982:    'Parameters not set for [_1] because the resource was not recognized as part of the course.'
1.101     bisitz   13983: => 'Parameters not set for [_1] because the resource was not recognized as part of the course.',
1.6       bisitz   13984: 
                   13985:    'Message not moved, Attempted to move message to the same folder as it already is in.'
1.93      raeburn  13986: => 'Message not moved, Attempted to move message to the same folder as it already is in.',
1.6       bisitz   13987: 
                   13988:    'Message not moved, A network error occurred.'
1.93      raeburn  13989: => 'Message not moved, A network error occurred.',
1.6       bisitz   13990: 
                   13991:    'Message not moved as the message is no longer in the source folder.'
1.93      raeburn  13992: => 'Message not moved as the message is no longer in the source folder.',
1.6       bisitz   13993: 
                   13994:    'Message copied to new folder but status was not, A network error occurred.'
1.93      raeburn  13995: => 'Message copied to new folder but status was not, A network error occurred.',
1.6       bisitz   13996: 
                   13997:    'Message copied, but unable to delete the original from the source folder.'
1.93      raeburn  13998: => 'Message copied, but unable to delete the original from the source folder.',
1.6       bisitz   13999: 
                   14000:    'Message copied, but unable to delete the original status from the source folder.'
1.93      raeburn  14001: => 'Message copied, but unable to delete the original status from the source folder.',
1.6       bisitz   14002: 
                   14003:    '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  14004: => '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   14005: 
                   14006:    'Error: could not determine domain or number of course'
1.93      raeburn  14007: => 'Error: could not determine domain or number of course',
1.6       bisitz   14008: 
                   14009:    'Select message recipients from the group members listed below.'
1.93      raeburn  14010: => 'Select message recipients from the group members listed below.',
1.6       bisitz   14011: 
                   14012:    'Send another e-mail'
1.63      zhu      14013: => '发送另一个电子邮件',
1.6       bisitz   14014: 
                   14015:    'Send another group message'
1.12      zhu      14016: => '给其他组发送邮件',
1.6       bisitz   14017: 
                   14018:    'Return to group page'
1.12      zhu      14019: => '返回到组网页',
1.6       bisitz   14020: 
                   14021:    '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      14022: => '您必须确认您已经收到此邮件,然后才能访问其他页面。确认后,此邮件将移至您的收件箱。',
1.6       bisitz   14023: 
                   14024:    '[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   14025: => '[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   14026: 
1.87      raeburn  14027:    'Each of the[_1] [quant,_2,message] [_3]you checked will be forwarded to the recipient(s) you select below.'
                   14028: => 'Each of the[_1] [quant,_2,message] [_3]you checked will be forwarded to the recipient(s) you select below.',
1.6       bisitz   14029: 
                   14030:    'The message you checked will be forwarded to the recipient(s) you select below.'
1.93      raeburn  14031: => 'The message you checked will be forwarded to the recipient(s) you select below.',
1.6       bisitz   14032: 
                   14033:    'Send Messages'
1.10      zhu      14034: => '发送邮件',
1.6       bisitz   14035: 
                   14036:    'Send Message'
1.43      bisitz   14037: => '发送邮件', # '发送讯息',
1.6       bisitz   14038: 
                   14039:    'Send Reply to Messages'
1.10      zhu      14040: => '发送回复邮件',
1.6       bisitz   14041: 
                   14042:    'Send Reply to Message'
1.10      zhu      14043: => '发送回复邮件',
1.6       bisitz   14044: 
                   14045:    'Forward Messages'
1.10      zhu      14046: => '转发邮件',
1.6       bisitz   14047: 
                   14048:    'Forward Message'
1.10      zhu      14049: => '转发邮件',
1.6       bisitz   14050: 
                   14051:    'Save message for re-use'
1.10      zhu      14052: => '邮件重新保存',
1.6       bisitz   14053: 
                   14054:    'Show re-usable messages'
1.10      zhu      14055: => '显示保存的邮件',
1.6       bisitz   14056: 
                   14057:    'This message was designated by the sender not to allow replies.'
1.93      raeburn  14058: => 'This message was designated by the sender not to allow replies.',
1.6       bisitz   14059: 
                   14060:    'The sender did not designate a reply to address for this message.'
1.93      raeburn  14061: => 'The sender did not designate a reply to address for this message.',
1.6       bisitz   14062: 
                   14063:    'Reply to other recipients'
1.93      raeburn  14064: => 'Reply to other recipients',
1.6       bisitz   14065: 
                   14066:    'Unless you choose otherwise:'
1.93      raeburn  14067: => 'Unless you choose otherwise:',
1.6       bisitz   14068: 
                   14069:    "The subject in each forwarded message will be <i>'Forwarding:'</i> followed by the original subject."
1.93      raeburn  14070: => "The subject in each forwarded message will be <i>'Forwarding:'</i> followed by the original subject.",
1.6       bisitz   14071: 
                   14072:    'original subject'
1.93      raeburn  14073: => 'original subject',
1.6       bisitz   14074: 
                   14075:    "sender's name"
1.93      raeburn  14076: => "sender's name",
1.6       bisitz   14077: 
                   14078:    'Message begins with:'
1.93      raeburn  14079: => 'Message begins with:',
1.6       bisitz   14080: 
                   14081:    'Any new text to display before the text of the original messages:'
1.93      raeburn  14082: => 'Any new text to display before the text of the original messages:',
1.6       bisitz   14083: 
                   14084:    'username1:domain1: text'
1.22      zhu      14085: => '用户名1:域名1: 文本',
1.6       bisitz   14086: 
                   14087:    'username2:domain2: text'
1.22      zhu      14088: => '用户名2:域名2: 文本',
1.6       bisitz   14089: 
1.26      zhu      14090:    'username3:domain1: text'
1.22      zhu      14091: => '用户名3:域名3: 文本',
1.6       bisitz   14092: 
                   14093:    "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      14094: => "邮件从相应用户的所有行<tt>用户名:域</tt>收集并附加到一般消息文本。", # ???
1.6       bisitz   14095: 
                   14096:    'Not allowed'
1.22      zhu      14097: => '不允许',
1.6       bisitz   14098: 
                   14099:    'Archived Message'
1.22      zhu      14100: => '存档的邮件',
1.6       bisitz   14101: 
                   14102:    '[quant,_1,communication blocking period was,communication blocking periods were] removed.'
1.98      bisitz   14103: => '[quant,_1,communication blocking period was,communication blocking periods were] removed.',
1.6       bisitz   14104: 
                   14105:    '[quant,_1,communication blocking period was,communication blocking periods were] modified.'
1.98      bisitz   14106: => '[quant,_1,communication blocking period was,communication blocking periods were] modified.',
1.6       bisitz   14107: 
                   14108:    '[quant,_1,communication blocking period was,communication blocking periods were] added.'
1.98      bisitz   14109: => '[quant,_1,communication blocking period was,communication blocking periods were] added.',
1.6       bisitz   14110: 
                   14111:    '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  14112: => '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   14113: 
                   14114:    'Reply To'
1.93      raeburn  14115: => 'Reply To',
1.6       bisitz   14116: 
                   14117:    'Current attempts of student (if applicable)'
1.93      raeburn  14118: => 'Current attempts of student (if applicable)',
1.6       bisitz   14119: 
                   14120:    'Current screen output (if applicable)'
1.93      raeburn  14121: => 'Current screen output (if applicable)',
1.6       bisitz   14122: 
                   14123:    'No saved comments yet.'
1.93      raeburn  14124: => 'No saved comments yet.',
1.6       bisitz   14125: 
                   14126:    'No saved comments yet for this resource.'
1.93      raeburn  14127: => 'No saved comments yet for this resource.',
1.6       bisitz   14128: 
                   14129:    'Could not deliver message'
1.93      raeburn  14130: => 'Could not deliver message',
1.6       bisitz   14131: 
                   14132:    'Please use the browser "Back" button and correct the recipient addresses ([_1]).'
1.93      raeburn  14133: => 'Please use the browser "Back" button and correct the recipient addresses ([_1]).',
1.6       bisitz   14134: 
                   14135:    'Failed to delete the message.'
1.93      raeburn  14136: => 'Failed to delete the message.',
1.6       bisitz   14137: 
                   14138:    'Marked [_1] message(s) read'
1.99      raeburn  14139: => 'Marked [_1] message(s) read',
1.6       bisitz   14140: 
                   14141:    'Marked [_1] message(s) Unread'
1.99      raeburn  14142: => 'Marked [_1] message(s) Unread',
1.6       bisitz   14143: 
                   14144:    'Destination folder [_1] is not a valid folder'
1.93      raeburn  14145: => 'Destination folder [_1] is not a valid folder',
1.6       bisitz   14146: 
                   14147:    'Failed to move [_1] message(s)'
1.99      raeburn  14148: => 'Failed to move [_1] message(s)',
1.6       bisitz   14149: 
                   14150:    'Moved [_1] message(s)'
1.99      raeburn  14151: => 'Moved [_1] message(s)',
1.6       bisitz   14152: 
                   14153:    'Failed to delete [_1] message(s)'
1.98      bisitz   14154: => 'Failed to delete [_1] message(s)',
1.6       bisitz   14155: 
                   14156:    'Deleted [_1] message(s)'
1.98      bisitz   14157: => 'Deleted [_1] message(s)',
1.6       bisitz   14158: 
                   14159:    '[quant,_1,message] forwarded.'
1.99      raeburn  14160: => '[quant,_1,message] forwarded.',
1.6       bisitz   14161: 
                   14162:    'Could not forward [quant,_1,message].'
1.99      raeburn  14163: => 'Could not forward [quant,_1,message].',
1.6       bisitz   14164: 
                   14165:    'Could not deliver forwarded message.'
1.93      raeburn  14166: => 'Could not deliver forwarded message.',
1.6       bisitz   14167: 
                   14168:    'The recipient addresses may need to be corrected'
1.93      raeburn  14169: => 'The recipient addresses may need to be corrected',
1.6       bisitz   14170: 
                   14171:    'Mail folder "[_1]" created.'
1.10      zhu      14172: => '邮件文件夹 "[_1]" 已创建。',
1.6       bisitz   14173: 
                   14174:    'Creation failed.'
1.10      zhu      14175: => '创建失败。',
1.6       bisitz   14176: 
                   14177:    'Mail folder "[_1]" deleted.'
1.10      zhu      14178: => '邮件文件夹 "[_1]" 已删除。',
1.6       bisitz   14179: 
                   14180:    'Deletion failed.'
1.10      zhu      14181: => '删除失败。',
1.6       bisitz   14182: 
                   14183:    'Mail folder "[_1]" renamed "[_2]".'
1.10      zhu      14184: => '邮件文件夹 "[_1]" 更名为 "[_2]".',
1.6       bisitz   14185: 
                   14186:    'Renaming failed.'
1.10      zhu      14187: => '重命名失败。',
1.6       bisitz   14188: 
                   14189:    'Messages'
1.10      zhu      14190: => '邮件',
1.6       bisitz   14191: 
                   14192:    'Distribute from Uploaded File'
1.10      zhu      14193: => '从上传的文件分发', # ???
1.6       bisitz   14194: 
                   14195:    'Communication Blocking'
1.10      zhu      14196: => '通讯阻塞',
1.6       bisitz   14197: 
                   14198:    'Communication blocking during scheduled exams'
1.10      zhu      14199: => '有时限的通讯阻塞',
1.6       bisitz   14200: 
                   14201:    '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      14202: => '您可以在网上考试期间使用通信阻断,以防止该课程的学生接收其他学生的LON-CAPA信息。作为阻止的通信可能会中断参加了其他的LON-CAPA课程的学生之间的沟通,请您在在设置和更改安排考试时间时注意选择正确的开始和结束时间。',
1.6       bisitz   14203: 
                   14204:    'Modify existing communication blocking periods'
1.26      zhu      14205: => '修改现有的通信阻断时间',
1.6       bisitz   14206: 
                   14207:    'No communication blocks currently saved'
1.26      zhu      14208: => '目前任何通信被锁定。',
1.6       bisitz   14209: 
                   14210:    'Duration'
1.10      zhu      14211: => '持续',
1.6       bisitz   14212: 
                   14213:    'Event'
1.10      zhu      14214: => '事件',
1.6       bisitz   14215: 
                   14216:    'Blocked?'
1.26      zhu      14217: => '被锁定?',
1.6       bisitz   14218: 
                   14219:    'Add block'
1.26      zhu      14220: => '新增锁定',
1.6       bisitz   14221: 
                   14222:    'e.g., Exam 1'
1.26      zhu      14223: => '(例如:考试1)',
1.6       bisitz   14224: 
                   14225:    'Discussion'
1.10      zhu      14226: => '论坛',
1.6       bisitz   14227: 
                   14228:    'The following changes were made'
1.26      zhu      14229: => '进行了以下更改:',
1.6       bisitz   14230: 
                   14231:    'Add new communication blocking periods'
1.26      zhu      14232: => '添加新的的通信阻断时间',
1.6       bisitz   14233: 
                   14234:    'Set by'
1.93      raeburn  14235: => 'Set by',
1.6       bisitz   14236: 
                   14237:    'Deleted Message'
1.10      zhu      14238: => '删除的邮件',
1.6       bisitz   14239: 
                   14240:    'Marked Messages Read'
1.10      zhu      14241: => '邮件标记为已读',
1.6       bisitz   14242: 
                   14243:    'Marked Messages Unread'
1.10      zhu      14244: => '邮件标记为未读',
1.6       bisitz   14245: 
                   14246:    'Moved Messages'
1.10      zhu      14247: => '移动邮件',
1.6       bisitz   14248: 
                   14249:    'Deleted Messages'
1.10      zhu      14250: => '删除邮件',
1.6       bisitz   14251: 
                   14252:    'Marked Message as Unread'
1.10      zhu      14253: => '邮件标记为未读',
1.6       bisitz   14254: 
                   14255:    'Deleted Folder'
1.10      zhu      14256: => '删除文件夹',
1.6       bisitz   14257: 
                   14258:    'Renamed Folder'
1.10      zhu      14259: => '重命名文件夹',
1.6       bisitz   14260: 
                   14261:    'username:domain,username:domain,...'
1.10      zhu      14262: => '用户名:域,用户名:域...',
1.6       bisitz   14263: 
                   14264:    'All courses'
1.10      zhu      14265: => '所有课程',
1.6       bisitz   14266: 
                   14267:    'Pick specific course(s):'
1.93      raeburn  14268: => 'Pick specific course(s):',
1.6       bisitz   14269: 
                   14270:    'Search for a course in the [_1] domain'
1.93      raeburn  14271: => 'Search for a course in the [_1] domain',
1.6       bisitz   14272: 
                   14273:    'Actions available after searching for a course:'
1.93      raeburn  14274: => 'Actions available after searching for a course:',
1.6       bisitz   14275: 
                   14276:    '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  14277: => '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   14278: 
                   14279:    "Certain settings which control auto-enrollment of students from your institution's student information system."
1.93      raeburn  14280: => "Certain settings which control auto-enrollment of students from your institution's student information system.",
1.6       bisitz   14281: 
                   14282:    'The total disk space allocated for storage of portfolio files in all groups in a course.'
1.93      raeburn  14283: => 'The total disk space allocated for storage of portfolio files in all groups in a course.',
1.6       bisitz   14284: 
                   14285:    'No existing sections'
1.100     raeburn  14286: => 'No existing sections',
1.6       bisitz   14287: 
                   14288:    'Broadcast e-mail to users'
1.93      raeburn  14289: => 'Broadcast e-mail to users',
1.6       bisitz   14290: 
                   14291:    'Broadcast E-mail'
1.93      raeburn  14292: => 'Broadcast E-mail',
1.6       bisitz   14293: 
                   14294:    'Broadcast e-mail to Domain'
1.93      raeburn  14295: => 'Broadcast e-mail to Domain',
1.6       bisitz   14296: 
                   14297:    'Send a new e-mail message to selected users from this domain'
1.93      raeburn  14298: => 'Send a new e-mail message to selected users from this domain',
1.6       bisitz   14299: 
                   14300:    'Send a new e-mail to selected users from this domain'
1.93      raeburn  14301: => 'Send a new e-mail to selected users from this domain',
1.6       bisitz   14302: 
                   14303:    'Display e-mail sent by Domain Coordinators in this domain'
1.93      raeburn  14304: => 'Display e-mail sent by Domain Coordinators in this domain',
1.6       bisitz   14305: 
                   14306:    'Select Audience'
1.93      raeburn  14307: => 'Select Audience',
1.6       bisitz   14308: 
                   14309:    'Choose e-mail audience'
1.93      raeburn  14310: => 'Choose e-mail audience',
1.6       bisitz   14311: 
                   14312:    'Roles:'
                   14313: => '角色:',
                   14314: 
                   14315:    'Courses:'
                   14316: => '课程:',
                   14317: 
                   14318:    '[_1] selected.' # n.t.
1.12      zhu      14319: => '[_1] 选择的。',
1.6       bisitz   14320: 
                   14321:    'Access status:'
1.93      raeburn  14322: => 'Access status:',
1.6       bisitz   14323: 
                   14324:    'Username -> Email conversion:'
1.12      zhu      14325: => '用户名 -> E-Mail 转换:',
1.6       bisitz   14326: 
                   14327:    'Building valid e-mail address from username, if missing from preferences:'
1.93      raeburn  14328: => 'Building valid e-mail address from username, if missing from preferences:',
1.6       bisitz   14329: 
                   14330:    'Kerberos: enter default for each realm used in the domain, with comma separation of entries'
1.93      raeburn  14331: => 'Kerberos: enter default for each realm used in the domain, with comma separation of entries',
1.6       bisitz   14332: 
                   14333:    '(e.g., MSU.EDU=msu.edu, MSUE.EDU=msue.msu.edu).'
1.99      raeburn  14334: => '(e.g., MSU.EDU=msu.edu, MSUE.EDU=msue.msu.edu).',
1.6       bisitz   14335: 
                   14336:    'Internal, Filesystem and Local authentication: enter single default.'
1.93      raeburn  14337: => 'Internal, Filesystem and Local authentication: enter single default.',
1.6       bisitz   14338: 
                   14339:    'Authentication Method'
1.93      raeburn  14340: => 'Authentication Method',
1.6       bisitz   14341: 
                   14342:    'Username -> e-mail conversion'
1.93      raeburn  14343: => 'Username -> e-mail conversion',
1.6       bisitz   14344: 
                   14345:    'Internal (LON-CAPA)'
1.93      raeburn  14346: => 'Internal (LON-CAPA)',
1.6       bisitz   14347: 
                   14348:    'username@'
                   14349: => '用户名@',
                   14350: 
                   14351:    'Local/Customized'
1.93      raeburn  14352: => 'Local/Customized',
1.6       bisitz   14353: 
                   14354:    'Filesystem (UNIX)'
1.93      raeburn  14355: => 'Filesystem (UNIX)',
1.6       bisitz   14356: 
                   14357:    'Compose E-mail'
1.93      raeburn  14358: => 'Compose E-mail',
1.6       bisitz   14359: 
                   14360:    'No recipients identified'
1.93      raeburn  14361: => 'No recipients identified',
1.6       bisitz   14362: 
                   14363:    'Broadcast e-mail display options'
1.93      raeburn  14364: => 'Broadcast e-mail display options',
1.6       bisitz   14365: 
                   14366:    'Date range:'
1.93      raeburn  14367: => 'Date range:',
1.6       bisitz   14368: 
                   14369:    'Earliest to display:'
1.93      raeburn  14370: => 'Earliest to display:',
1.6       bisitz   14371: 
                   14372:    'Latest to display:'
1.93      raeburn  14373: => 'Latest to display:',
1.6       bisitz   14374: 
                   14375:    'Choose sender(s):'
1.93      raeburn  14376: => 'Choose sender(s):',
1.6       bisitz   14377: 
                   14378:    'Display e-mail'
1.10      zhu      14379: => '显示 E-Mail',
1.6       bisitz   14380: 
                   14381:    'E-mail display'
1.10      zhu      14382: => '显示 E-Mail',
1.6       bisitz   14383: 
                   14384:    'Display Broadcast e-mail'
1.10      zhu      14385: => '显示广播 E-Mail',
1.6       bisitz   14386: 
                   14387:    'No mail sent matching supplied criteria'
1.93      raeburn  14388: => 'No mail sent matching supplied criteria',
1.6       bisitz   14389: 
                   14390:    'Customrole'
1.93      raeburn  14391: => 'Customrole',
1.6       bisitz   14392: 
                   14393:    'Defined by [_1] at [_2].'
1.93      raeburn  14394: => 'Defined by [_1] at [_2].',
1.6       bisitz   14395: 
                   14396:    'No students found.'
1.93      raeburn  14397: => 'No students found.',
1.6       bisitz   14398: 
                   14399:    'Spreadsheet'
1.93      raeburn  14400: => 'Spreadsheet',
1.6       bisitz   14401: 
                   14402:    'Spreadsheet Help'
1.93      raeburn  14403: => 'Spreadsheet Help',
1.6       bisitz   14404: 
                   14405:    'Editing Help'
1.93      raeburn  14406: => 'Editing Help',
1.6       bisitz   14407: 
                   14408:    'Help on printing'
1.93      raeburn  14409: => 'Help on printing',
1.6       bisitz   14410: 
                   14411:    'Metadata Diffs'
1.93      raeburn  14412: => 'Metadata Diffs',
1.6       bisitz   14413: 
                   14414:    'Retrieve Metadata'
1.93      raeburn  14415: => 'Retrieve Metadata',
1.6       bisitz   14416: 
                   14417:    'Enter course'
1.93      raeburn  14418: => 'Enter course',
1.6       bisitz   14419: 
                   14420:    'Enter Course'
1.93      raeburn  14421: => 'Enter Course',
1.6       bisitz   14422: 
                   14423:    'Enter Access Key to Unlock this Course'
1.93      raeburn  14424: => 'Enter Access Key to Unlock this Course',
1.6       bisitz   14425: 
                   14426:    'Verifying Access Key to Unlock this Course'
1.98      bisitz   14427: => 'Verifying Access Key to Unlock this Course',
1.6       bisitz   14428: 
                   14429:    'Successfully registered key'
1.93      raeburn  14430: => 'Successfully registered key',
1.6       bisitz   14431: 
                   14432:    'Re-Enter Key'
1.93      raeburn  14433: => 'Re-Enter Key',
1.6       bisitz   14434: 
                   14435:    'Assigned from [_1] at [_2] for [_3]'
1.93      raeburn  14436: => 'Assigned from [_1] at [_2] for [_3]',
1.6       bisitz   14437: 
                   14438:    'Total Matches'
1.93      raeburn  14439: => 'Total Matches',
1.6       bisitz   14440: 
                   14441:    'Time Remaining'
1.93      raeburn  14442: => 'Time Remaining',
1.6       bisitz   14443: 
                   14444:    'IMPORT'
1.93      raeburn  14445: => 'IMPORT',
1.6       bisitz   14446: 
                   14447:    'Help on slots'
1.93      raeburn  14448: => 'Help on slots',
1.6       bisitz   14449: 
                   14450:    'New user accounts in [_1]'
1.93      raeburn  14451: => 'New user accounts in [_1]',
1.6       bisitz   14452: 
                   14453:    'Student enrollment changes in [_1]'
1.98      bisitz   14454: => 'Student enrollment changes in [_1]',
1.6       bisitz   14455: 
                   14456:    'The following [quant,_1,change] occurred in [_2] - [_3] as a result of the automated classlist update:'
1.93      raeburn  14457: => 'The following [quant,_1,change] occurred in [_2] - [_3] as a result of the automated classlist update:',
1.6       bisitz   14458: 
                   14459:    'No institutional classlist data could be retrieved for [_1]'
1.93      raeburn  14460: => 'No institutional classlist data could be retrieved for [_1]',
1.6       bisitz   14461: 
                   14462:    'Not within time window for auto-enrollment in [_1]'
1.99      raeburn  14463: => 'Not within time window for auto-enrollment in [_1]',
1.6       bisitz   14464: 
                   14465:    'Auto-enrollment not currently enabled for [_1]'
1.93      raeburn  14466: => 'Auto-enrollment not currently enabled for [_1]',
1.6       bisitz   14467: 
                   14468:    'The courseID provided does not match a course in this domain.'
1.93      raeburn  14469: => 'The courseID provided does not match a course in this domain.',
1.6       bisitz   14470: 
                   14471:    'Not Open'
1.93      raeburn  14472: => 'Not Open',
1.6       bisitz   14473: 
                   14474:    "This resource currently isn't open. It will be available at [_1]."
1.93      raeburn  14475: => "This resource currently isn't open. It will be available at [_1].",
1.6       bisitz   14476: 
                   14477:    'Could not handle ambiguous resource reference'
1.93      raeburn  14478: => 'Could not handle ambiguous resource reference',
1.6       bisitz   14479: 
                   14480:    'The nature of the problem is unclear'
1.93      raeburn  14481: => 'The nature of the problem is unclear',
1.6       bisitz   14482: 
                   14483:    'Course Roster'
                   14484: => '课程名册',
                   14485: 
                   14486:    'Classlist'
                   14487: => '班级名册',
                   14488: 
                   14489:    'Display of a student-viewable course roster is not currently enabled.'
1.93      raeburn  14490: => 'Display of a student-viewable course roster is not currently enabled.',
1.6       bisitz   14491: 
                   14492:    'Student-viewable course roster'
1.93      raeburn  14493: => 'Student-viewable course roster',
1.6       bisitz   14494: 
                   14495:    'Students with no section'
1.93      raeburn  14496: => 'Students with no section',
1.6       bisitz   14497: 
                   14498:    'Students in section "[_1]"'
1.93      raeburn  14499: => 'Students in section "[_1]"',
1.6       bisitz   14500: 
                   14501:    'Students in any section'
1.93      raeburn  14502: => 'Students in any section',
1.6       bisitz   14503: 
                   14504:    'Only students who have opted to be listed in the roster ([_1] out of [_2] students) are shown.'
1.93      raeburn  14505: => 'Only students who have opted to be listed in the roster ([_1] out of [_2] students) are shown.',
1.6       bisitz   14506: 
                   14507:    'The single student without a section[_1] has opted not to be listed in the roster.'
1.93      raeburn  14508: => 'The single student without a section[_1] has opted not to be listed in the roster.',
1.6       bisitz   14509: 
                   14510:    'The single student in the section[_1] has opted not to be listed in the roster.'
1.93      raeburn  14511: => 'The single student in the section[_1] has opted not to be listed in the roster.',
1.6       bisitz   14512: 
                   14513:    'The single student in the course[_1] has opted not to be listed in the roster.'
1.93      raeburn  14514: => 'The single student in the course[_1] has opted not to be listed in the roster.',
1.6       bisitz   14515: 
                   14516:    'None of the [_1] students without a section[_2] have opted to be listed in the roster.'
1.93      raeburn  14517: => 'None of the [_1] students without a section[_2] have opted to be listed in the roster.',
1.6       bisitz   14518: 
                   14519:    'None of the [_1] students in the section[_2] have opted to be listed in the roster.'
1.93      raeburn  14520: => 'None of the [_1] students in the section[_2] have opted to be listed in the roster.',
1.6       bisitz   14521: 
                   14522:    'None of the [_1] students in the course[_2] have opted to be listed in the roster.'
1.93      raeburn  14523: => 'None of the [_1] students in the course[_2] have opted to be listed in the roster.',
1.6       bisitz   14524: 
                   14525:    'All [_1] students without a section[_2] have opted to be listed in the roster.'
1.93      raeburn  14526: => 'All [_1] students without a section[_2] have opted to be listed in the roster.',
1.6       bisitz   14527: 
                   14528:    'All [_1] students in the section[_2] have opted to be listed in the roster.'
1.93      raeburn  14529: => 'All [_1] students in the section[_2] have opted to be listed in the roster.',
1.6       bisitz   14530: 
                   14531:    'All [_1] students in the course[_2] have opted to be listed in the roster.'
1.93      raeburn  14532: => 'All [_1] students in the course[_2] have opted to be listed in the roster.',
1.6       bisitz   14533: 
                   14534:    'The single student without a section[_1] has opted to be listed in the roster.'
1.93      raeburn  14535: => 'The single student without a section[_1] has opted to be listed in the roster.',
1.6       bisitz   14536: 
                   14537:    'The single student in the section[_1] has opted to be listed in the roster.'
1.93      raeburn  14538: => 'The single student in the section[_1] has opted to be listed in the roster.',
1.6       bisitz   14539: 
                   14540:    'The single student in the course[_1] has opted to be listed in the roster.'
1.93      raeburn  14541: => 'The single student in the course[_1] has opted to be listed in the roster.',
1.6       bisitz   14542: 
                   14543:    'All [_1] students without a section[_2] are listed in the roster.'
1.93      raeburn  14544: => 'All [_1] students without a section[_2] are listed in the roster.',
1.6       bisitz   14545: 
                   14546:    'All [_1] students in the section[_2] are listed in the roster.'
1.93      raeburn  14547: => 'All [_1] students in the section[_2] are listed in the roster.',
1.6       bisitz   14548: 
                   14549:    'All [_1] students in the course[_2] are listed in the roster.'
1.93      raeburn  14550: => 'All [_1] students in the course[_2] are listed in the roster.',
1.6       bisitz   14551: 
                   14552:    'There is only a single student without a section[_1]'
1.93      raeburn  14553: => 'There is only a single student without a section[_1]',
1.6       bisitz   14554: 
                   14555:    'There is only a single student in the section[_1]'
1.93      raeburn  14556: => 'There is only a single student in the section[_1]',
1.6       bisitz   14557: 
                   14558:    'There is only a single student in the course[_1]'
1.93      raeburn  14559: => 'There is only a single student in the course[_1]',
1.6       bisitz   14560: 
                   14561:    'There are currently no students to display.'
1.93      raeburn  14562: => 'There are currently no students to display.',
1.6       bisitz   14563: 
                   14564:    'Available Portfolio files'
1.93      raeburn  14565: => 'Available Portfolio files',
1.6       bisitz   14566: 
                   14567:    'Name not given'
1.12      zhu      14568: => '姓名不详',
1.6       bisitz   14569: 
                   14570:    '[quant,_1,file,files,No files]'
                   14571: => '[quant,_1,Datei,Dateien,Keine Dateien]',
                   14572: 
                   14573:    'Error retrieving file information.'
1.93      raeburn  14574: => 'Error retrieving file information.',
1.6       bisitz   14575: 
                   14576:    'Your roster setting'
1.93      raeburn  14577: => 'Your roster setting',
1.6       bisitz   14578: 
                   14579:    'You are currently listed in the student-viewable roster.'
1.93      raeburn  14580: => 'You are currently listed in the student-viewable roster.',
1.6       bisitz   14581: 
                   14582:    'You are currently <b>not</b> listed in the student-viewable roster.'
1.93      raeburn  14583: => 'You are currently <b>not</b> listed in the student-viewable roster.',
1.6       bisitz   14584: 
                   14585:    'Include yourself in the roster?'
1.93      raeburn  14586: => 'Include yourself in the roster?',
1.6       bisitz   14587: 
                   14588:    'Display of your name in the student-viewable roster set to <b>[_1]</b>.'
1.93      raeburn  14589: => 'Display of your name in the student-viewable roster set to <b>[_1]</b>.',
1.6       bisitz   14590: 
                   14591:    'Error occurred saving display setting.'
1.93      raeburn  14592: => 'Error occurred saving display setting.',
1.6       bisitz   14593: 
                   14594:    'Display of your name in the student-viewable roster unchanged (set to <b>[_1]</b>).'
1.93      raeburn  14595: => 'Display of your name in the student-viewable roster unchanged (set to <b>[_1]</b>).',
1.6       bisitz   14596: 
                   14597:    'View course roster'
1.93      raeburn  14598: => 'View course roster',
1.6       bisitz   14599: 
                   14600:    'Change Course Page Preferences'
1.93      raeburn  14601: => 'Change Course Page Preferences',
1.6       bisitz   14602: 
                   14603:    'Change Course Page Pref'
1.93      raeburn  14604: => 'Change Course Page Pref',
1.6       bisitz   14605: 
                   14606:    'No context.'
1.93      raeburn  14607: => 'No context.',
1.6       bisitz   14608: 
                   14609:    'unable to verify variable URL'
1.93      raeburn  14610: => 'unable to verify variable URL',
1.6       bisitz   14611: 
                   14612:    'Receipt'
1.93      raeburn  14613: => 'Receipt',
1.6       bisitz   14614: 
                   14615:    'Problems during Course Initialization'
1.93      raeburn  14616: => 'Problems during Course Initialization',
1.6       bisitz   14617: 
                   14618:    'Try Selecting Again'
1.93      raeburn  14619: => 'Try Selecting Again',
1.6       bisitz   14620: 
                   14621:    '<br />Invalid map: <tt>[_1]</tt>'
1.98      bisitz   14622: => '<br />Invalid map: <tt>[_1]</tt>',
1.6       bisitz   14623: 
                   14624:    'Please either [_1]close this window[_2] or [_3]log in again[_4].'
1.93      raeburn  14625: => 'Please either [_1]close this window[_2] or [_3]log in again[_4].',
1.6       bisitz   14626: 
                   14627:    'Thank you for using LON-CAPA.'
1.9       zhu      14628: => '感谢您使用 LON-CAPA。',
1.6       bisitz   14629: 
                   14630:    'You have been successfully logged out.'
1.9       zhu      14631: => '您已成功退出。',
1.6       bisitz   14632: 
                   14633:    'You can [_1]close this window[_2] now.'
1.9       zhu      14634: => '您现在可以 [_1]关闭这个窗口[_2]。',
1.6       bisitz   14635: 
                   14636:    '[_1]Log in again[_2]'
1.9       zhu      14637: => '[_1]重新登录[_2]',
1.6       bisitz   14638: 
1.71      bisitz   14639:    'No matches found in resources.'
1.93      raeburn  14640: => 'No matches found in resources.',
1.71      bisitz   14641: 
                   14642:    'No matches found in postings.'
1.93      raeburn  14643: => 'No matches found in postings.',
1.71      bisitz   14644: 
                   14645:    'Unable to understand the search phrase [_1]. Please modify your search.'
1.93      raeburn  14646: => 'Unable to understand the search phrase [_1]. Please modify your search.',
1.71      bisitz   14647: 
                   14648:    'Unable to understand the search phrase [_1]: [_2]'
1.93      raeburn  14649: => 'Unable to understand the search phrase [_1]: [_2]',
1.71      bisitz   14650: 
                   14651:    'You did not fill in enough information for the search to be started. You need to fill in relevant fields on the search page in order for a query to be processed.'
1.101     bisitz   14652: => '搜寻无法完成,因为您没有足够的数据。您必须在搜索页面的搜索栏里填写关键词,从而使您的要求可以得到处理。', # '您没有填写足够的信息进行搜索的开始。您需要填写在有关领域在搜寻网页上,以便查询处理。'
1.6       bisitz   14653: 
                   14654:    'conditionally hidden'
1.18      zhu      14655: => '有条件的隐藏',
1.6       bisitz   14656: 
                   14657:    'Problem Parameters'
1.12      zhu      14658: => '问题参数',
1.6       bisitz   14659: 
                   14660:    'No group name provided.'
1.12      zhu      14661: => '没有组名称。',
1.6       bisitz   14662: 
                   14663:    'Invalid group name provided.'
1.12      zhu      14664: => '无效的组名称。',
1.6       bisitz   14665: 
                   14666:    'Invalid [_1]'
1.12      zhu      14667: => '无效的 [_1]', # ???
1.6       bisitz   14668: 
                   14669:    '"[_1]" is not the name of a valid group in this [_2].'
1.12      zhu      14670: => '"[_1]" 并非是一个有效的名称在本组 [_2].',
1.6       bisitz   14671: 
                   14672:    'You do not have privileges to view the membership roster in this group.'
1.12      zhu      14673: => '您没有权限以查看该组的会员名册。',
1.6       bisitz   14674: 
                   14675:    'Group membership status - [_1]'
1.12      zhu      14676: => '组会员状态: [_1]',
1.6       bisitz   14677: 
                   14678:    'group membership status - [_1]'
1.12      zhu      14679: => '组会员状态: [_1]',
1.6       bisitz   14680: 
                   14681:    'There are no membership data to display for this group.'
1.98      bisitz   14682: => '该组没有任何会员数据。',
1.6       bisitz   14683: 
                   14684:    'Membership status: '
1.12      zhu      14685: => '会员状态: ',
1.6       bisitz   14686: 
                   14687:    'There are no groups to display in this [_1].'
1.12      zhu      14688: => '没有任何组在此 [_1] 可以显示。', # ??? -> grouproster.pm
1.6       bisitz   14689: 
                   14690:    'Start Date'
1.10      zhu      14691: => '开始日期',
1.6       bisitz   14692: 
                   14693:    'End Date'
1.10      zhu      14694: => '结束日期',
1.6       bisitz   14695: 
                   14696:    'Functionality'
1.12      zhu      14697: => '功能',
1.6       bisitz   14698: 
                   14699:    'Privileges'
1.12      zhu      14700: => '权限',
1.6       bisitz   14701: 
                   14702:    'Any Membership status'
1.12      zhu      14703: => '任何会员状态',
1.6       bisitz   14704: 
                   14705:    'Active Member'
1.27      zhu      14706: => '活跃的会员',
1.6       bisitz   14707: 
                   14708:    'Former Member'
1.12      zhu      14709: => '以前的会员',
1.6       bisitz   14710: 
                   14711:    'Future Member'
1.12      zhu      14712: => '未来的会员',
1.6       bisitz   14713: 
                   14714:    'Group Folder - [_1]'
1.9       zhu      14715: => '组文件夹 - [_1]',
1.6       bisitz   14716: 
                   14717:    'Group homepage - [_1]'
1.9       zhu      14718: => '组网页 - [_1]',
1.6       bisitz   14719: 
                   14720:    'A support request has been sent to'
1.93      raeburn  14721: => 'A support request has been sent to',
1.6       bisitz   14722: 
                   14723:    'Your support request contained the following information'
1.93      raeburn  14724: => 'Your support request contained the following information',
1.6       bisitz   14725: 
                   14726:    'The following Cc e-mail address is invalid: '
1.93      raeburn  14727: => 'The following Cc e-mail address is invalid: ',
1.6       bisitz   14728: 
                   14729:    'The following Cc e-mail addresses are invalid: '
1.93      raeburn  14730: => 'The following Cc e-mail addresses are invalid: ',
1.6       bisitz   14731: 
                   14732:    '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  14733: => '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   14734: 
                   14735:    'Instead a copy has been sent to the LON-CAPA support team at Michigan State University.'
1.93      raeburn  14736: => 'Instead a copy has been sent to the LON-CAPA support team at Michigan State University.',
1.6       bisitz   14737: 
                   14738:    '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  14739: => '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   14740: 
                   14741:    'An uploaded screenshot file [_1] ([_2] bytes) was included in the request sent by [_3].'
1.93      raeburn  14742: => 'An uploaded screenshot file [_1] ([_2] bytes) was included in the request sent by [_3].',
1.6       bisitz   14743: 
                   14744:    'File does not have [_1] or [_2] starting tag'
1.93      raeburn  14745: => 'File does not have [_1] or [_2] starting tag',
1.6       bisitz   14746: 
                   14747:    'File does not have [_1] or [_2] ending tag'
1.93      raeburn  14748: => 'File does not have [_1] or [_2] ending tag',
1.6       bisitz   14749: 
1.94      raeburn  14750:    'File does not have [_1] ending tag'
                   14751: => 'File does not have [_1] ending tag',
                   14752: 
1.6       bisitz   14753:    'Example'
1.93      raeburn  14754: => 'Example',
1.6       bisitz   14755: 
                   14756:    'Algebraic Response Problems'
1.93      raeburn  14757: => 'Algebraic Response Problems',
1.6       bisitz   14758: 
                   14759:    'Chemistry Problems'
1.93      raeburn  14760: => 'Chemistry Problems',
1.6       bisitz   14761: 
                   14762:    'Free Form Problems'
1.93      raeburn  14763: => 'Free Form Problems',
1.6       bisitz   14764: 
                   14765:    'Handgraded Problems'
1.93      raeburn  14766: => 'Handgraded Problems',
1.6       bisitz   14767: 
                   14768:    'Miscellaneous'
1.93      raeburn  14769: => 'Miscellaneous',
1.6       bisitz   14770: 
                   14771:    'Multiple Choice Problems'
1.93      raeburn  14772: => 'Multiple Choice Problems',
1.6       bisitz   14773: 
                   14774:    'Numerical Problems'
1.93      raeburn  14775: => 'Numerical Problems',
1.6       bisitz   14776: 
                   14777:    'Language:'
                   14778: => '语言:',
                   14779: 
                   14780:    'Math Rendering:'
1.93      raeburn  14781: => 'Math Rendering:',
1.6       bisitz   14782: 
                   14783:    'Restrict Domain Coordinator Access'
1.93      raeburn  14784: => 'Restrict Domain Coordinator Access',
1.6       bisitz   14785: 
                   14786:    'By default, the Domain Coordinator can enter your construction space.'
1.93      raeburn  14787: => 'By default, the Domain Coordinator can enter your construction space.',
1.6       bisitz   14788: 
                   14789:    'Block access to construction space'
1.93      raeburn  14790: => 'Block access to construction space',
1.6       bisitz   14791: 
                   14792:    'jsMath'
                   14793: => 'jsMath',
                   14794: 
                   14795:    'tth (TeX to HTML)'
1.18      zhu      14796: => 'tth (TeX to HTML)',
1.6       bisitz   14797: 
                   14798:    'mimetex (Convert to Images)'
1.93      raeburn  14799: => 'mimetex (Convert to Images)',
1.6       bisitz   14800: 
                   14801:    'jsMath:'
                   14802: => 'jsMath:',
                   14803: 
                   14804:    'tth (TeX to HTML):'
1.18      zhu      14805: => 'tth (TeX to HTML):',
1.6       bisitz   14806: 
                   14807:    'mimetex (Convert to Images):'
1.93      raeburn  14808: => 'mimetex (Convert to Images):',
1.6       bisitz   14809: 
                   14810:    '[_1], [_2], or [_3]'
                   14811: => '[_1], [_2] 或者 [_3]',
                   14812: 
                   14813:    'internal, optional'
1.18      zhu      14814: => '内部的,可选的',
1.6       bisitz   14815: 
                   14816:    'user:domain,user:domain,...'
1.18      zhu      14817: => '用户名:域,用户名:域...',
1.6       bisitz   14818: 
                   14819:    'user:domain,user:domain(section;section;...;*;...),...'
1.70      zhu      14820: => '用户名:域,用户名:域(科,章节;...;*;...),...',
1.6       bisitz   14821: 
                   14822:    'user:domain,user:domain,*:domain'
1.18      zhu      14823: => '用户名:域,用户名:域,*:域',
1.6       bisitz   14824: 
                   14825:    'Course members with current access'
1.93      raeburn  14826: => 'Course members with current access',
1.6       bisitz   14827: 
                   14828:    'Course members with expired access'
1.93      raeburn  14829: => 'Course members with expired access',
1.6       bisitz   14830: 
                   14831:    'Course members with future access'
1.93      raeburn  14832: => 'Course members with future access',
1.6       bisitz   14833: 
                   14834:    'Other Roles'
                   14835: => '其他角色',
                   14836: 
                   14837:    'Select Author'
1.12      zhu      14838: => '选择作者',
1.6       bisitz   14839: 
                   14840:    'Non-standard Course'
1.12      zhu      14841: => '非标准课程',
1.6       bisitz   14842: 
                   14843:    'Switch course role to...'
                   14844: => '更改用户角色...',
                   14845: 
                   14846:    'Message'
1.22      zhu      14847: => '邮件',
1.6       bisitz   14848: 
                   14849:    'Time of change'
1.12      zhu      14850: => '更改时间',
1.6       bisitz   14851: 
                   14852:    'active'
1.27      zhu      14853: => '活跃的',
1.6       bisitz   14854: 
                   14855:    'previous'
1.27      zhu      14856: => '以前的',
1.6       bisitz   14857: 
                   14858:    'Access dates to apply for selected users'
1.93      raeburn  14859: => 'Access dates to apply for selected users',
1.6       bisitz   14860: 
                   14861:    'Changes in section affiliation to apply to selected users'
1.93      raeburn  14862: => 'Changes in section affiliation to apply to selected users',
1.6       bisitz   14863: 
                   14864:    '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  14865: => '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   14866: 
                   14867:    '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  14868: => '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   14869: 
                   14870:    "Retain each user's current section affiliations?"
1.93      raeburn  14871: => "Retain each user's current section affiliations?",
1.6       bisitz   14872: 
                   14873:    '(Does not apply to student roles).'
1.100     raeburn  14874: => '(Does not apply to student roles).',
1.6       bisitz   14875: 
                   14876:    '[_1]Show[_2] clicker id'
1.93      raeburn  14877: => '[_1]Show[_2] clicker id',
1.6       bisitz   14878: 
                   14879:    '[_1]Hide[_2] clicker id'
1.93      raeburn  14880: => '[_1]Hide[_2] clicker id',
1.6       bisitz   14881: 
                   14882:    'Catalog:'
                   14883: => '目录:',
                   14884: 
                   14885:    'Main Categories'
                   14886: => '主要类型',
                   14887: 
                   14888:    'Official courses (with institutional codes)'
                   14889: => '官方课程(带机构代码)',
                   14890: 
                   14891:    'Official courses'
                   14892: => '官方课程',
                   14893: 
                   14894:    'with institutional codes'
                   14895: => '带机构代码',
                   14896: 
                   14897:    'Self-enroll (if permitted)'
                   14898: => '自己报名(如果被允许)',
                   14899: 
                   14900:    'No ending date'
1.22      zhu      14901: => '无结束日期',
1.6       bisitz   14902: 
                   14903:    'From:[_1]'
1.93      raeburn  14904: => 'From:[_1]',
1.6       bisitz   14905: 
                   14906:    'To:[_1]'
1.93      raeburn  14907: => 'To:[_1]',
1.6       bisitz   14908: 
                   14909:    'Starts: [_1]'
1.22      zhu      14910: => '开始: [_1]',
1.6       bisitz   14911: 
                   14912:    'Ends: [_1]'
1.22      zhu      14913: => '结束: [_1]',
1.6       bisitz   14914: 
                   14915:    'Ended: [_1]'
1.93      raeburn  14916: => 'Ended: [_1]',
1.6       bisitz   14917: 
                   14918:    'Currently enabled'
1.93      raeburn  14919: => 'Currently enabled',
1.6       bisitz   14920: 
                   14921:    '[quant,_1,section:,sections:,No sections]'
1.99      raeburn  14922: => '[quant,_1,section:,sections:,No sections]',
1.6       bisitz   14923: 
                   14924:    'No information available for [_1].'
1.93      raeburn  14925: => 'No information available for [_1].',
1.6       bisitz   14926: 
                   14927:    'Self-enrollers:'
1.93      raeburn  14928: => 'Self-enrollers:',
1.6       bisitz   14929: 
                   14930:    'Choices:'
1.93      raeburn  14931: => 'Choices:',
1.6       bisitz   14932: 
                   14933:    'Configure User Self-enrollment'
1.70      zhu      14934: => '配置用户自助注册',
1.6       bisitz   14935: 
                   14936:    'View Change Logs'
1.98      bisitz   14937: => 'View Change Logs',
1.6       bisitz   14938: 
                   14939:    'View Log-in History'
1.98      bisitz   14940: => 'View Log-in History',
1.6       bisitz   14941: 
                   14942:    'Configure Self-enrollment'
1.70      zhu      14943: => '配置自助注册',
1.6       bisitz   14944: 
                   14945:    'Self-enrollment with a student role'
1.70      zhu      14946: => '自助注册一个学生角色',
1.6       bisitz   14947: 
                   14948:    'Users allowed to self-enroll in this course'
1.70      zhu      14949: => '用户可自行注册来参加此课程',
1.6       bisitz   14950: 
                   14951:    'Any user in any domain:'
1.70      zhu      14952: => '任何用户在任何域:',
1.6       bisitz   14953: 
                   14954:    'User types:'
1.70      zhu      14955: => '用户类型:',
1.6       bisitz   14956: 
                   14957:    'any'
1.10      zhu      14958: => '任意',
1.6       bisitz   14959: 
                   14960:    'Any Users'
1.10      zhu      14961: => '任何用户',
1.6       bisitz   14962: 
                   14963:    'Any users'
1.10      zhu      14964: => '任何用户',
1.6       bisitz   14965: 
                   14966:    'Others'
1.10      zhu      14967: => '其他',
1.6       bisitz   14968: 
                   14969:    'Additional domain:'
1.70      zhu      14970: => '其他域:',
1.6       bisitz   14971: 
                   14972:    'Users in additional domain:'
1.70      zhu      14973: => '用户在其他域:',
1.6       bisitz   14974: 
                   14975:    'Specific domain:'
1.70      zhu      14976: => '特定域:',
1.6       bisitz   14977: 
                   14978:    'Users in specific domain:'
1.70      zhu      14979: => '用户在其特定域:',
1.6       bisitz   14980: 
                   14981:    'Other domain:'
1.26      zhu      14982: => '其他域:',
1.6       bisitz   14983: 
                   14984:    'Users in other domain:'
1.70      zhu      14985: => '用户在其他域:',
1.6       bisitz   14986: 
                   14987:    'Restrict self-enrollment to students officially registered for the course'
1.70      zhu      14988: => '限制自助注册为正式注册的学生的课程',
1.6       bisitz   14989: 
                   14990:    'Dates self-enrollment available'
1.70      zhu      14991: => '自助注册期限',
1.6       bisitz   14992: 
                   14993:    'Starts'
1.70      zhu      14994: => '开始',
1.6       bisitz   14995: 
                   14996:    'Ends'
1.70      zhu      14997: => '结束',
1.6       bisitz   14998: 
                   14999:    'Course access dates assigned to self-enrolling users'
1.70      zhu      15000: => '课程访问日期分配给自助注册的用户',
1.6       bisitz   15001: 
                   15002:    'Section assigned to self-enrolling users'
1.70      zhu      15003: => '章节指派给自助注册用户',
1.6       bisitz   15004: 
                   15005:    'The following changes were made to self-enrollment settings:'
1.70      zhu      15006: => '进行了以下自助注册设置的更改:',
1.6       bisitz   15007: 
                   15008:    '[_1]: "[_2]" set to "[_3]".'
1.70      zhu      15009: => '[_1]: "[_2]" 设置为 "[_3]".',
1.6       bisitz   15010: 
                   15011:    '"[_1]" set to "[_2]".'
1.70      zhu      15012: => '"[_1]" 设置为 "[_2]".',
1.6       bisitz   15013: 
                   15014:    'No changes were made to the existing self-enrollment settings in this course.'
1.70      zhu      15015: => '现有的自助注册设置在该课程中未作任何修改。',
1.6       bisitz   15016: 
                   15017:    'Self-enrollment result'
1.70      zhu      15018: => '自助注册结果',
1.6       bisitz   15019: 
                   15020:    'Enroll in course'
1.70      zhu      15021: => '注册课程',
1.6       bisitz   15022: 
                   15023:    'Sections:'
1.70      zhu      15024: => '章节:',
1.6       bisitz   15025: 
                   15026:    'Self-enroll in course'
1.70      zhu      15027: => '自助注册参加课程',
1.6       bisitz   15028: 
                   15029:    'Self-enroll in a LON-CAPA course'
1.70      zhu      15030: => '自助注册参加LON-CAPA课程',
1.6       bisitz   15031: 
                   15032:    'Self-enroll'
1.70      zhu      15033: => '自助注册',
1.6       bisitz   15034: 
                   15035:    'Self-enroll in [_1]'
1.70      zhu      15036: => '自助注册到 [_1]',
1.6       bisitz   15037: 
                   15038:    'Self-enrollment error'
1.70      zhu      15039: => '自助注册错误',
1.6       bisitz   15040: 
                   15041:    'Invalid domain or course number'
1.26      zhu      15042: => '无效的域或课程数目',
1.6       bisitz   15043: 
                   15044:    'Self-enrollment unavailable'
1.70      zhu      15045: => '自助注册无法使用',
1.6       bisitz   15046: 
                   15047:    'Self-enrollment is restricted to students officially registered for this course.'
1.93      raeburn  15048: => 'Self-enrollment is restricted to students officially registered for this course.',
1.6       bisitz   15049: 
                   15050:    'Self-enrollment is not currently available for this course.'
1.93      raeburn  15051: => 'Self-enrollment is not currently available for this course.',
1.6       bisitz   15052: 
                   15053:    'Self-enrollment is not currently available in this course'
1.93      raeburn  15054: => 'Self-enrollment is not currently available in this course',
1.6       bisitz   15055: 
                   15056:    'Self-enrollment will become available starting [_1], and will be available to all LON-CAPA users.'
1.93      raeburn  15057: => 'Self-enrollment will become available starting [_1], and will be available to all LON-CAPA users.',
1.6       bisitz   15058: 
                   15059:    'Self-enrollment will become available starting [_1], and will be available to all LON-CAPA users at your institution ([_2]).'
1.93      raeburn  15060: => 'Self-enrollment will become available starting [_1], and will be available to all LON-CAPA users at your institution ([_2]).',
1.6       bisitz   15061: 
                   15062:    'Self-enrollment will become available starting [_1]; please enroll at that time.'
1.93      raeburn  15063: => 'Self-enrollment will become available starting [_1]; please enroll at that time.',
1.6       bisitz   15064: 
                   15065:    'Although self-enrollment will become available starting [_1], you are ineligible for enrollment.'
1.93      raeburn  15066: => 'Although self-enrollment will become available starting [_1], you are ineligible for enrollment.',
1.6       bisitz   15067: 
                   15068:    'Self-enrollment will become available starting [_1].'
1.93      raeburn  15069: => 'Self-enrollment will become available starting [_1].',
1.6       bisitz   15070: 
                   15071:    'The link to the requested page could not be followed.'
1.93      raeburn  15072: => 'The link to the requested page could not be followed.',
1.6       bisitz   15073: 
                   15074:    'The placeholder for the courseID is absent.'
1.93      raeburn  15075: => 'The placeholder for the courseID is absent.',
1.6       bisitz   15076: 
                   15077:    'LON-CAPA account required'
1.93      raeburn  15078: => 'LON-CAPA account required',
1.6       bisitz   15079: 
                   15080:    'You need to be logged into LON-CAPA to self-enroll in a course.'
1.93      raeburn  15081: => 'You need to be logged into LON-CAPA to self-enroll in a course.',
1.6       bisitz   15082: 
                   15083:    'If you have an account in LON-CAPA, [_1]log-in[_2].'
1.93      raeburn  15084: => 'If you have an account in LON-CAPA, [_1]log-in[_2].',
1.6       bisitz   15085: 
                   15086:    'Otherwise:'
1.93      raeburn  15087: => 'Otherwise:',
1.6       bisitz   15088: 
                   15089:    "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  15090: => "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   15091: 
                   15092:    'if you have an institutional login, [_1]create an account[_2]'
1.93      raeburn  15093: => 'if you have an institutional login, [_1]create an account[_2]',
1.6       bisitz   15094: 
                   15095:    'you can use an e-mail address to [_1]create an account[_2]'
1.93      raeburn  15096: => 'you can use an e-mail address to [_1]create an account[_2]',
1.6       bisitz   15097: 
                   15098:    'Otherwise, if you have an institutional login, [_1]create an account[_2].'
1.93      raeburn  15099: => 'Otherwise, if you have an institutional login, [_1]create an account[_2].',
1.6       bisitz   15100: 
                   15101:    'Otherwise, you will use an e-mail address to [_1]create an account[_2].'
1.93      raeburn  15102: => 'Otherwise, you will use an e-mail address to [_1]create an account[_2].',
1.6       bisitz   15103: 
                   15104:    "Otherwise, use your institution's [_1]single sign on page[_2] to log-in, then create an account."
1.93      raeburn  15105: => "Otherwise, use your institution's [_1]single sign on page[_2] to log-in, then create an account.",
1.6       bisitz   15106: 
                   15107:    'You will be able to self enroll in this course once the account has been created.'
1.93      raeburn  15108: => 'You will be able to self enroll in this course once the account has been created.',
1.6       bisitz   15109: 
                   15110:    'You will be able to self-enroll in the course you selected ([_1]) after you have successfully logged in.'
1.93      raeburn  15111: => 'You will be able to self-enroll in the course you selected ([_1]) after you have successfully logged in.',
1.6       bisitz   15112: 
                   15113:    '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  15114: => '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   15115: 
                   15116:    'You already have an active student role (section: "[_1]") in this course.'
1.93      raeburn  15117: => 'You already have an active student role (section: "[_1]") in this course.',
1.6       bisitz   15118: 
                   15119:    'You have a student role (section: "[_1]") in this course which will become active [_2].'
1.93      raeburn  15120: => 'You have a student role (section: "[_1]") in this course which will become active [_2].',
1.6       bisitz   15121: 
                   15122:    'Self-enrollment is restricted to officially registered students.'
1.93      raeburn  15123: => 'Self-enrollment is restricted to officially registered students.',
1.6       bisitz   15124: 
                   15125:    'As you are not currently registered for this course, self-enrollment is unavailable.'
1.93      raeburn  15126: => 'As you are not currently registered for this course, self-enrollment is unavailable.',
1.6       bisitz   15127: 
                   15128:    'The end date for access to this course for users who self-enroll has passed.'
1.93      raeburn  15129: => 'The end date for access to this course for users who self-enroll has passed.',
1.6       bisitz   15130: 
                   15131:    '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  15132: => '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   15133: 
                   15134:    'Self-enrollment in this course was successful.'
1.93      raeburn  15135: => 'Self-enrollment in this course was successful.',
1.6       bisitz   15136: 
                   15137:    'The start date for access to this course for users who self-enroll has yet to be reached.'
1.93      raeburn  15138: => 'The start date for access to this course for users who self-enroll has yet to be reached.',
1.6       bisitz   15139: 
                   15140:    '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  15141: => '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   15142: 
                   15143:    'Your new role is available immediately, and will provide access to the course until [_1].'
1.93      raeburn  15144: => 'Your new role is available immediately, and will provide access to the course until [_1].',
1.6       bisitz   15145: 
                   15146:    'Enrollment process complete'
1.93      raeburn  15147: => 'Enrollment process complete',
1.6       bisitz   15148: 
                   15149:    'Enrollment incomplete'
1.93      raeburn  15150: => 'Enrollment incomplete',
1.6       bisitz   15151: 
                   15152:    'Self-enrollment in this course failed.'
1.93      raeburn  15153: => 'Self-enrollment in this course failed.',
1.6       bisitz   15154: 
                   15155:    'You are not permitted to enroll yourself in this course.'
1.93      raeburn  15156: => 'You are not permitted to enroll yourself in this course.',
1.6       bisitz   15157: 
                   15158:    'Enter course now'
1.93      raeburn  15159: => 'Enter course now',
1.6       bisitz   15160: 
                   15161:    'other'
1.93      raeburn  15162: => 'other',
1.6       bisitz   15163: 
                   15164:    'Self-enrollment in this course is available to any user affiliated with [_1].'
1.93      raeburn  15165: => 'Self-enrollment in this course is available to any user affiliated with [_1].',
1.6       bisitz   15166: 
                   15167:    'Self-enrollment in this course is only available to users in affiliated with [_1] who have the following status: "[_2]".'
1.93      raeburn  15168: => 'Self-enrollment in this course is only available to users in affiliated with [_1] who have the following status: "[_2]".',
1.6       bisitz   15169: 
                   15170:    'Self-enrollment is not currently available for this course for users affiliated with [_1].'
1.93      raeburn  15171: => 'Self-enrollment is not currently available for this course for users affiliated with [_1].',
1.6       bisitz   15172: 
                   15173:    'Self-enrollment in this course is only available to users affiliated with the following institutions, and who have the required status:'
1.93      raeburn  15174: => 'Self-enrollment in this course is only available to users affiliated with the following institutions, and who have the required status:',
1.6       bisitz   15175: 
                   15176:    'Your registration status could not be verified.'
1.93      raeburn  15177: => 'Your registration status could not be verified.',
1.6       bisitz   15178: 
                   15179:    'Your registration status could not determined, because a problem occurred retrieving data.'
1.93      raeburn  15180: => 'Your registration status could not determined, because a problem occurred retrieving data.',
1.6       bisitz   15181: 
                   15182:    'As no institutional course sections are currently associated with this course, your registration status is undetermined.'
1.93      raeburn  15183: => 'As no institutional course sections are currently associated with this course, your registration status is undetermined.',
1.6       bisitz   15184: 
                   15185:    '[_1]Ad hoc[_2] roles in domain [_3] --'
1.98      bisitz   15186: => '[_1]Ad hoc[_2] roles in domain [_3] --',
1.6       bisitz   15187: 
                   15188:    'Assemble resources'
                   15189: => '布置课程内容',
                   15190: 
                   15191:    'Create, edit, modify and publish resources'
1.93      raeburn  15192: => 'Create, edit, modify and publish resources',
1.6       bisitz   15193: 
                   15194:    'Create, modify and delete course groups'
1.93      raeburn  15195: => 'Create, modify and delete course groups',
1.6       bisitz   15196: 
                   15197:    'View course groups'
1.12      zhu      15198: => '查看课程组',
1.6       bisitz   15199: 
                   15200:    'View student activity'
1.93      raeburn  15201: => 'View student activity',
1.6       bisitz   15202: 
                   15203:    'Show full details for each course ([_1] only)'
1.93      raeburn  15204: => 'Show full details for each course ([_1] only)',
1.6       bisitz   15205: 
                   15206:    'Include courses set to be hidden from catalog ([_1] only)'
1.93      raeburn  15207: => 'Include courses set to be hidden from catalog ([_1] only)',
1.6       bisitz   15208: 
                   15209:    'Include subcategories within "[_1]"'
1.18      zhu      15210: => '包含子类 "[_1]"',
1.6       bisitz   15211: 
                   15212:    'Only show courses which allow self-enrollment'
1.18      zhu      15213: => '只显示允许自行登记的课程',
1.6       bisitz   15214: 
                   15215:    'include subdirectories'
1.18      zhu      15216: => '包括子目录',
1.6       bisitz   15217: 
                   15218:    'force republication of previously published files'
1.93      raeburn  15219: => 'force republication of previously published files',
1.6       bisitz   15220: 
                   15221:    'make file(s) obsolete'
1.93      raeburn  15222: => 'make file(s) obsolete',
1.6       bisitz   15223: 
                   15224:    'force directory level catalog information over existing'
1.93      raeburn  15225: => 'force directory level catalog information over existing',
1.6       bisitz   15226: 
                   15227:    'Session could not be opened.'
1.93      raeburn  15228: => 'Session could not be opened.',
1.6       bisitz   15229: 
                   15230:    'The domain you provided is not a valid LON-CAPA domain.'
1.93      raeburn  15231: => 'The domain you provided is not a valid LON-CAPA domain.',
1.6       bisitz   15232: 
                   15233:    'Student Settings'
1.93      raeburn  15234: => 'Student Settings',
1.6       bisitz   15235: 
                   15236:    'Coordinator Settings'
1.93      raeburn  15237: => 'Coordinator Settings',
1.6       bisitz   15238: 
                   15239:    'Author Settings'
1.93      raeburn  15240: => 'Author Settings',
1.6       bisitz   15241: 
                   15242:    'Administrator Settings'
1.93      raeburn  15243: => 'Administrator Settings',
1.6       bisitz   15244: 
                   15245:    'Item'
1.93      raeburn  15246: => 'Item',
1.6       bisitz   15247: 
                   15248:    'Found [_1] without responses. This resource cannot be published.'
1.93      raeburn  15249: => 'Found [_1] without responses. This resource cannot be published.',
1.6       bisitz   15250: 
                   15251:    'LON-CAPA helpdesk'
1.93      raeburn  15252: => 'LON-CAPA helpdesk',
1.6       bisitz   15253: 
                   15254:    'Create a user account in LON-CAPA'
1.93      raeburn  15255: => 'Create a user account in LON-CAPA',
1.6       bisitz   15256: 
                   15257:    'Account creation unavailable'
1.93      raeburn  15258: => 'Account creation unavailable',
1.6       bisitz   15259: 
                   15260:    'Error creating token.'
1.93      raeburn  15261: => 'Error creating token.',
1.6       bisitz   15262: 
                   15263:    'Account creation'
1.93      raeburn  15264: => 'Account creation',
1.6       bisitz   15265: 
                   15266:    '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  15267: => '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   15268: 
                   15269:    '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  15270: => '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   15271: 
                   15272:    "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  15273: => "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   15274: 
                   15275:    "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  15276: => "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   15277: 
                   15278:    "Although your username and password were authenticated, you do not currently have a LON-CAPA account at this institution."
1.93      raeburn  15279: => "Although your username and password were authenticated, you do not currently have a LON-CAPA account at this institution.",
1.6       bisitz   15280: 
                   15281:    "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  15282: => "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   15283: 
                   15284:    'A LON-CAPA account may not be created with the username you use.'
1.93      raeburn  15285: => 'A LON-CAPA account may not be created with the username you use.',
1.6       bisitz   15286: 
                   15287:    'User Information'
1.93      raeburn  15288: => 'User Information',
1.6       bisitz   15289: 
                   15290:    'User information'
1.93      raeburn  15291: => 'User information',
1.6       bisitz   15292: 
                   15293:    'Review user information'
1.93      raeburn  15294: => 'Review user information',
1.6       bisitz   15295: 
                   15296:    '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  15297: => '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   15298: 
                   15299:    '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  15300: => '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   15301: 
                   15302:    '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  15303: => '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   15304: 
                   15305:    'Confirmation'
1.93      raeburn  15306: => 'Confirmation',
1.6       bisitz   15307: 
                   15308:    'Confirm that you wish to create an account.'
1.93      raeburn  15309: => 'Confirm that you wish to create an account.',
1.6       bisitz   15310: 
                   15311:    'New username'
1.93      raeburn  15312: => 'New username',
1.6       bisitz   15313: 
                   15314:    'Create account'
1.93      raeburn  15315: => 'Create account',
1.6       bisitz   15316: 
                   15317:    'You must enter a password'
1.93      raeburn  15318: => 'You must enter a password',
1.6       bisitz   15319: 
                   15320:    'The passwords you entered did not match.'
1.93      raeburn  15321: => 'The passwords you entered did not match.',
1.6       bisitz   15322: 
                   15323:    'Create account with a username provided by this institution'
1.93      raeburn  15324: => 'Create account with a username provided by this institution',
1.6       bisitz   15325: 
                   15326:    '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  15327: => '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   15328: 
                   15329:    'Type in your log-in ID and password to find out.'
1.93      raeburn  15330: => 'Type in your log-in ID and password to find out.',
1.6       bisitz   15331: 
                   15332:    'Log-in ID'
1.93      raeburn  15333: => 'Log-in ID',
1.6       bisitz   15334: 
                   15335:    'Create account with an e-mail address as your username'
1.93      raeburn  15336: => 'Create account with an e-mail address as your username',
1.6       bisitz   15337: 
                   15338:    '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  15339: => '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   15340: 
                   15341:    'Request LON-CAPA account'
1.93      raeburn  15342: => 'Request LON-CAPA account',
1.6       bisitz   15343: 
                   15344:    'Validation'
1.93      raeburn  15345: => 'Validation',
1.6       bisitz   15346: 
                   15347:    'Thank you for your request to create a new LON-CAPA account.'
1.93      raeburn  15348: => 'Thank you for your request to create a new LON-CAPA account.',
1.6       bisitz   15349: 
                   15350:    'A request was submitted on [_1] for creation of a LON-CAPA account at the following institution:[_2].'
1.93      raeburn  15351: => 'A request was submitted on [_1] for creation of a LON-CAPA account at the following institution:[_2].',
1.6       bisitz   15352: 
                   15353:    'To complete this process please open a web browser and enter the following URL in the address/location box: [_1]'
1.93      raeburn  15354: => 'To complete this process please open a web browser and enter the following URL in the address/location box: [_1]',
1.6       bisitz   15355: 
                   15356:    'A message has been sent to the e-mail address you provided.'
1.93      raeburn  15357: => 'A message has been sent to the e-mail address you provided.',
1.6       bisitz   15358: 
                   15359:    'The message includes the web address for the link you will use to complete the account creation process.'
1.93      raeburn  15360: => 'The message includes the web address for the link you will use to complete the account creation process.',
1.6       bisitz   15361: 
                   15362:    'The link included in the message will be valid for the next [_1]two[_2] hours.'
1.93      raeburn  15363: => 'The link included in the message will be valid for the next [_1]two[_2] hours.',
1.6       bisitz   15364: 
                   15365:    'An error occurred when sending a message to the e-mail address you provided.'
1.93      raeburn  15366: => 'An error occurred when sending a message to the e-mail address you provided.',
1.6       bisitz   15367: 
                   15368:    'An error occurred creating a token required for the account creation process.'
1.93      raeburn  15369: => 'An error occurred creating a token required for the account creation process.',
1.6       bisitz   15370: 
                   15371:    'Please contact the [_1] ([_2]) for assistance.'
1.93      raeburn  15372: => 'Please contact the [_1] ([_2]) for assistance.',
1.6       bisitz   15373: 
                   15374:    '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  15375: => '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   15376: 
                   15377:    'Sorry, the token generated when you requested creation of an account has expired.'
1.93      raeburn  15378: => 'Sorry, the token generated when you requested creation of an account has expired.',
1.6       bisitz   15379: 
                   15380:    'Sorry, the URL generated when you requested creation of an account contained incomplete information.'
1.93      raeburn  15381: => 'Sorry, the URL generated when you requested creation of an account contained incomplete information.',
1.6       bisitz   15382: 
                   15383:    '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  15384: => '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   15385: 
1.89      bisitz   15386:    '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  15387: => '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   15388: 
                   15389:    'A LON-CAPA account already exists for username [_1] at this institution ([_2]).'
1.93      raeburn  15390: => 'A LON-CAPA account already exists for username [_1] at this institution ([_2]).',
1.6       bisitz   15391: 
                   15392:    'The password entered was also correct so you have been logged in.'
1.93      raeburn  15393: => 'The password entered was also correct so you have been logged in.',
1.6       bisitz   15394: 
                   15395:    'Authentication failed'
1.93      raeburn  15396: => 'Authentication failed',
1.6       bisitz   15397: 
                   15398:    'An e-mail confirming creation of your new LON-CAPA account has been sent to [_1].'
1.93      raeburn  15399: => 'An e-mail confirming creation of your new LON-CAPA account has been sent to [_1].',
1.6       bisitz   15400: 
                   15401:    'An error occurred when sending e-mail to [_1] confirming creation of your LON-CAPA account.'
1.93      raeburn  15402: => 'An error occurred when sending e-mail to [_1] confirming creation of your LON-CAPA account.',
1.6       bisitz   15403: 
                   15404:    'A problem occurred when attempting to create your new LON-CAPA account.'
1.93      raeburn  15405: => 'A problem occurred when attempting to create your new LON-CAPA account.',
1.6       bisitz   15406: 
                   15407:    'Please provide user information and a password for your new account.'
1.93      raeburn  15408: => 'Please provide user information and a password for your new account.',
1.6       bisitz   15409: 
                   15410:    'Your password, which must contain at least seven characters, will be sent to the LON-CAPA server in an encrypted form.'
1.93      raeburn  15411: => 'Your password, which must contain at least seven characters, will be sent to the LON-CAPA server in an encrypted form.',
1.6       bisitz   15412: 
                   15413:    'Create LON-CAPA account'
1.93      raeburn  15414: => 'Create LON-CAPA account',
1.6       bisitz   15415: 
                   15416:    'Could not load javascript file [_1]'
1.93      raeburn  15417: => 'Could not load javascript file [_1]',
1.6       bisitz   15418: 
                   15419:    'Invalid ID format'
1.93      raeburn  15420: => 'Invalid ID format',
1.6       bisitz   15421: 
                   15422:    'An error occurred when storing a token'
1.93      raeburn  15423: => 'An error occurred when storing a token',
1.6       bisitz   15424: 
                   15425:    'You will not be able to proceed to the next stage of account creation'
1.93      raeburn  15426: => 'You will not be able to proceed to the next stage of account creation',
1.6       bisitz   15427: 
                   15428:    'A LON-CAPA account has been created for username: [_1] in domain: [_2].'
1.93      raeburn  15429: => 'A LON-CAPA account has been created for username: [_1] in domain: [_2].',
1.6       bisitz   15430: 
                   15431:    'Account creation failed for username: [_1] in domain: [_2].'
1.93      raeburn  15432: => 'Account creation failed for username: [_1] in domain: [_2].',
1.6       bisitz   15433: 
                   15434:    'User account creation is not available for the current default authentication type.'
1.93      raeburn  15435: => 'User account creation is not available for the current default authentication type.',
1.6       bisitz   15436: 
                   15437:    'The e-mail address you provided is already in use as a username at this institution.'
1.93      raeburn  15438: => 'The e-mail address you provided is already in use as a username at this institution.',
1.6       bisitz   15439: 
                   15440:    'Username rules at this institution do not allow the e-mail address you provided to be used as a username.'
1.93      raeburn  15441: => 'Username rules at this institution do not allow the e-mail address you provided to be used as a username.',
1.6       bisitz   15442: 
                   15443:    'The e-mail address you provided may not be used as a username at this LON-CAPA institution.'
1.93      raeburn  15444: => 'The e-mail address you provided may not be used as a username at this LON-CAPA institution.',
1.6       bisitz   15445: 
1.95      raeburn  15446:    'Validation of the code you entered failed.'
                   15447: => 'Validation of the code you entered failed.',
1.6       bisitz   15448: 
                   15449:    'Creation of a new user account using an e-mail address as username is not permitted at this LON-CAPA institution.'
1.93      raeburn  15450: => 'Creation of a new user account using an e-mail address as username is not permitted at this LON-CAPA institution.',
1.6       bisitz   15451: 
                   15452:    'Type in the letters/numbers shown below'
1.93      raeburn  15453: => 'Type in the letters/numbers shown below',
1.6       bisitz   15454: 
                   15455:    'You may need to reload the previous page to obtain a new token.'
1.93      raeburn  15456: => 'You may need to reload the previous page to obtain a new token.',
1.6       bisitz   15457: 
                   15458:    'Unable to retrieve your log-in information - unexpected context'
1.93      raeburn  15459: => 'Unable to retrieve your log-in information - unexpected context',
1.6       bisitz   15460: 
                   15461:    "Your e-mail address uses the same internet domain as your institution's LON-CAPA service."
1.93      raeburn  15462: => "Your e-mail address uses the same internet domain as your institution's LON-CAPA service.",
1.6       bisitz   15463: 
                   15464:    'Creation of a LON-CAPA account with this type of e-mail address as username is not permitted.'
1.93      raeburn  15465: => 'Creation of a LON-CAPA account with this type of e-mail address as username is not permitted.',
1.6       bisitz   15466: 
                   15467:    'You should request creation of a LON-CAPA account for a log-in ID of "[_1]" at your institution instead.'
1.93      raeburn  15468: => 'You should request creation of a LON-CAPA account for a log-in ID of "[_1]" at your institution instead.',
1.6       bisitz   15469: 
                   15470:    'Changes/page:'
1.63      zhu      15471: => '每页显示列数:',
1.6       bisitz   15472: 
                   15473:    'Window during which changes occurred:'
1.63      zhu      15474: => '在这个时期发生的变化:',
1.6       bisitz   15475: 
                   15476:    'This page is either empty or it only contains resources that are currently hidden'
1.93      raeburn  15477: => 'This page is either empty or it only contains resources that are currently hidden',
1.6       bisitz   15478: 
                   15479:    'Please use the LON-CAPA navigation arrows to move to another item in the course'
1.93      raeburn  15480: => 'Please use the LON-CAPA navigation arrows to move to another item in the course',
1.6       bisitz   15481: 
                   15482:    'Unable to modify requested student ([_1])'
1.93      raeburn  15483: => 'Unable to modify requested student ([_1])',
1.6       bisitz   15484: 
                   15485:    'Unable to grade requested sequence ([_1]).'
1.93      raeburn  15486: => 'Unable to grade requested sequence ([_1]).',
1.6       bisitz   15487: 
                   15488:    'No score was changed or updated.'
1.93      raeburn  15489: => 'No score was changed or updated.',
1.6       bisitz   15490: 
                   15491:    'The scores were changed for [quant,_1,problem].'
1.93      raeburn  15492: => 'The scores were changed for [quant,_1,problem].',
1.6       bisitz   15493: 
1.81      bisitz   15494:    '[_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   15495: => '[_1]Visit the [_2]Course/Community Catalog[_3] to view all [_4] LON-CAPA courses and communities.',
1.6       bisitz   15496: 
1.83      bisitz   15497:    '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.'
                   15498: => '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   15499: 
                   15500: #SD begin 2008-07-02
                   15501:    'When'
1.70      zhu      15502: => '什么时候',
1.6       bisitz   15503: 
                   15504:    'Who made the change'
1.70      zhu      15505: => '谁进行了修改',
1.6       bisitz   15506: 
                   15507:    'Changed User'
1.70      zhu      15508: => '改变用户',
1.6       bisitz   15509: 
                   15510:    'Context'
1.70      zhu      15511: => '概述',
1.6       bisitz   15512: 
                   15513:    'Context:'
1.70      zhu      15514: => '概述:',
1.6       bisitz   15515: 
                   15516:    'After:'
1.70      zhu      15517: => '之后:',
1.6       bisitz   15518: 
                   15519:    'Before:'
1.70      zhu      15520: => '之前:',
1.6       bisitz   15521: 
                   15522:    'User Changes'
1.70      zhu      15523: => '用户更改',
1.6       bisitz   15524: 
                   15525:    'For this user, the default quota would be [_1]'
1.70      zhu      15526: => '此使用者的默认的配额为[_1]',
1.6       bisitz   15527: 
                   15528:    'Search for a user and enroll as a student'
1.70      zhu      15529: => '搜索用户并注册为学生',
1.6       bisitz   15530: 
                   15531:    'username is known'
1.93      raeburn  15532: => 'username is known',
1.6       bisitz   15533: 
                   15534:    'Create a new user'
1.70      zhu      15535: => '创建一个新用户',
1.6       bisitz   15536: 
                   15537:    'Enroll'
1.70      zhu      15538: => '注册',
1.6       bisitz   15539: 
                   15540:    'User Search to enroll student'
1.93      raeburn  15541: => 'User Search to enroll student',
1.6       bisitz   15542: 
                   15543:    'Select a user to enroll as a student'
1.93      raeburn  15544: => 'Select a user to enroll as a student',
1.6       bisitz   15545: 
1.101     bisitz   15546:    'modify' #context? breadcrumb_text
1.93      raeburn  15547: => 'modify',
1.6       bisitz   15548: 
                   15549:    'as a student'
1.70      zhu      15550: => '作为一名学生',
1.6       bisitz   15551: 
                   15552:    'Set section/dates'
1.70      zhu      15553: => '设置章节/日期',
1.6       bisitz   15554: 
                   15555:    'Unknown'
1.93      raeburn  15556: => 'Unknown',
1.6       bisitz   15557: 
                   15558:    'You do not have privileges to assign co-author roles.'
1.93      raeburn  15559: => 'You do not have privileges to assign co-author roles.',
1.6       bisitz   15560: 
                   15561:    'This user has an unrecognized authentication scheme'
1.93      raeburn  15562: => 'This user has an unrecognized authentication scheme',
1.6       bisitz   15563: 
                   15564:    'Please alert a domain coordinator of this situation'
1.93      raeburn  15565: => 'Please alert a domain coordinator of this situation',
1.6       bisitz   15566: 
                   15567:    'Please specify login data below'
1.93      raeburn  15568: => 'Please specify login data below',
1.6       bisitz   15569: 
                   15570:    'No domain specified'
1.93      raeburn  15571: => 'No domain specified',
1.6       bisitz   15572: 
1.19      zhu      15573:    'Invalid domain name'
1.93      raeburn  15574: => 'Invalid domain name',
1.6       bisitz   15575: 
1.19      zhu      15576:    'Only letters, numbers, periods, dashes, and underscores are valid'
1.93      raeburn  15577: => 'Only letters, numbers, periods, dashes, and underscores are valid',
1.6       bisitz   15578: 
                   15579:    'You do not have the authority to modify this users authentification information'
1.93      raeburn  15580: => 'You do not have the authority to modify this users authentification information',
1.6       bisitz   15581: 
                   15582:    'New Student/Employee ID does not match existing ID for this user.'
1.93      raeburn  15583: => 'New Student/Employee ID does not match existing ID for this user.',
1.6       bisitz   15584: 
                   15585:    "Change is not permitted without checking the 'Force ID change' checkbox on the previous page."
1.93      raeburn  15586: => "Change is not permitted without checking the 'Force ID change' checkbox on the previous page.",
1.6       bisitz   15587: 
                   15588:    'Unable to successfully change environment for'
1.93      raeburn  15589: => 'Unable to successfully change environment for',
1.6       bisitz   15590: 
                   15591:    'No roles'
1.93      raeburn  15592: => 'No roles',
1.6       bisitz   15593: 
                   15594:    'The following fields were not updated: '
1.93      raeburn  15595: => 'The following fields were not updated: ',
1.6       bisitz   15596: 
                   15597:    "You do not have the authority to change this field given the user's current set of active/future [_1] roles:"
1.96      raeburn  15598: => "You do not have the authority to change this field given the user's current set of active/future [_1] roles:",
1.6       bisitz   15599: 
                   15600:    "You do not have the authority to change these fields given the user's current set of active/future [_1] roles:"
1.96      raeburn  15601: => "You do not have the authority to change these fields given the user's current set of active/future [_1] roles:",
1.6       bisitz   15602: 
1.49      bisitz   15603:    'Please contact your [_1]helpdesk[_2] for more information.'
1.93      raeburn  15604: => 'Please contact your [_1]helpdesk[_2] for more information.',
1.6       bisitz   15605: 
                   15606:    '<b>[_1]</b> enrolled'
1.70      zhu      15607: => '<b>[_1]</b> 注册的',
1.6       bisitz   15608: 
                   15609:    'in section [_1]'
1.93      raeburn  15610: => 'in section [_1]',
1.6       bisitz   15611: 
                   15612:    'Access starts immediately'
1.70      zhu      15613: => '访问立即开始',
1.6       bisitz   15614: 
                   15615:    'Access starts: '
1.70      zhu      15616: => '访问开始: ',
1.6       bisitz   15617: 
                   15618:    'ends: no ending date'
1.70      zhu      15619: => '结束:没有结束日期',
1.6       bisitz   15620: 
                   15621:    'ends: '
1.70      zhu      15622: => '结束: ',
1.6       bisitz   15623: 
                   15624:    '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  15625: => '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   15626: 
                   15627:    '(default)'
1.70      zhu      15628: => '(默认的)',
1.6       bisitz   15629: 
                   15630:    '(default for [_1])'
1.70      zhu      15631: => '(默认 [_1])',
1.6       bisitz   15632: 
                   15633:    'You are not authorized to make bulk changes to user roles'
1.93      raeburn  15634: => 'You are not authorized to make bulk changes to user roles',
1.6       bisitz   15635: 
                   15636:    'You do not have permission to modify dates or sections for users'
1.93      raeburn  15637: => 'You do not have permission to modify dates or sections for users',
1.6       bisitz   15638: 
                   15639:    'deleted'
1.93      raeburn  15640: => 'deleted',
1.6       bisitz   15641: 
                   15642:    'No start date'
1.10      zhu      15643: => '没有开始日期',
1.6       bisitz   15644: 
                   15645:    'Previous [_1] changes'
1.93      raeburn  15646: => 'Previous [_1] changes',
1.6       bisitz   15647: 
                   15648:    'Next [_1] changes'
1.93      raeburn  15649: => 'Next [_1] changes',
1.6       bisitz   15650: 
1.74      bisitz   15651:    'There are no records to display.'
                   15652: => '没有记录显示。',
                   15653: 
                   15654:    'There are no transactions to display.'
1.93      raeburn  15655: => 'There are no transactions to display.',
1.6       bisitz   15656: 
                   15657:    'Automated enrollment'
1.70      zhu      15658: => '自动注册',
1.6       bisitz   15659: 
                   15660:    'Roster Update'
1.70      zhu      15661: => '名册更新',
1.6       bisitz   15662: 
                   15663:    'Course Creation'
1.70      zhu      15664: => '创建课程',
1.6       bisitz   15665: 
                   15666:    'User Management in course'
1.70      zhu      15667: => '在课程中的用户管理',
1.6       bisitz   15668: 
                   15669:    'User Management in domain'
1.70      zhu      15670: => '在域中的用户管理',
1.6       bisitz   15671: 
                   15672:    'Self-enrolled'
1.70      zhu      15673: => '自助注册',
1.6       bisitz   15674: 
                   15675:    'Your search term must contain more than just spaces.'
1.93      raeburn  15676: => 'Your search term must contain more than just spaces.',
1.6       bisitz   15677: 
                   15678:    'this course'
1.70      zhu      15679: => '本课程',
1.6       bisitz   15680: 
                   15681:    'LON-CAPA domain: '
1.93      raeburn  15682: => 'LON-CAPA domain: ',
1.6       bisitz   15683: 
                   15684:    'the institutional directory for domain: '
1.93      raeburn  15685: => 'the institutional directory for domain: ',
1.6       bisitz   15686: 
1.49      bisitz   15687:    'Please contact the [_1]helpdesk[_2] if you need to create a new user.'
1.93      raeburn  15688: => 'Please contact the [_1]helpdesk[_2] if you need to create a new user.',
1.6       bisitz   15689: 
                   15690:    'Section for self-enrolled users unchanged as the proposed section is a group'
1.93      raeburn  15691: => 'Section for self-enrolled users unchanged as the proposed section is a group',
1.6       bisitz   15692: 
                   15693:    'Group names and section names must be distinct'
1.12      zhu      15694: => '组名称和章节的名称必须是不同的',
1.6       bisitz   15695: 
                   15696:    'Section for self-enrolled users unchanged, as "all" is a reserved section name.'
1.93      raeburn  15697: => 'Section for self-enrolled users unchanged, as "all" is a reserved section name.',
1.6       bisitz   15698: 
                   15699:    'An error occurred when saving changes to self-enrollment settings in this course.'
1.93      raeburn  15700: => 'An error occurred when saving changes to self-enrollment settings in this course.',
1.6       bisitz   15701: 
                   15702: #SD end 2008-07-02
                   15703: 
                   15704:    'Server Switch Required'
1.93      raeburn  15705: => 'Server Switch Required',
1.6       bisitz   15706: 
                   15707:    'Construction Space access is only available from the home server of the corresponding Author.'
1.93      raeburn  15708: => 'Construction Space access is only available from the home server of the corresponding Author.',
1.6       bisitz   15709: 
                   15710:    "Click the 'Switch Server' link to go there."
1.93      raeburn  15711: => "Click the 'Switch Server' link to go there.",
1.6       bisitz   15712: 
                   15713:    'Default in use:'
1.70      zhu      15714: => '默认情况下使用:',
1.6       bisitz   15715: 
1.89      bisitz   15716:    'Self-creation of account by users with status: [_1]'
1.93      raeburn  15717: => 'Self-creation of account by users with status: [_1]',
1.6       bisitz   15718: 
                   15719:    'modifiable fields (if institutional data blank): '
1.98      bisitz   15720: => 'modifiable fields (if institutional data blank): ',
1.6       bisitz   15721: 
                   15722:    'Source Code'
1.93      raeburn  15723: => 'Source Code',
1.6       bisitz   15724: 
                   15725:    'Copy Problem Source Code to Construction Space'
1.93      raeburn  15726: => 'Copy Problem Source Code to Construction Space',
1.6       bisitz   15727: 
                   15728:    'Please enter the directory that you would like the source code to go into.'
1.93      raeburn  15729: => 'Please enter the directory that you would like the source code to go into.',
1.6       bisitz   15730: 
                   15731:    'Note: the path is in reference to the root of your construction space, and new directories will be automatically created.'
1.93      raeburn  15732: => 'Note: the path is in reference to the root of your construction space, and new directories will be automatically created.',
1.6       bisitz   15733: 
                   15734:    'shared_source'
1.93      raeburn  15735: => 'shared_source',
1.6       bisitz   15736: 
                   15737:    'Copy to Construction Space'
1.93      raeburn  15738: => 'Copy to Construction Space',
1.6       bisitz   15739: 
1.99      raeburn  15740:    '[_1]W[_2]ARNING' 
                   15741: => '[_1]W[_2]ARNING',
1.6       bisitz   15742: 
                   15743:    'At end of file some tags were still left unclosed:'
1.93      raeburn  15744: => 'At end of file some tags were still left unclosed:',
1.6       bisitz   15745: 
                   15746:    'Unable to save file [_1]'
1.93      raeburn  15747: => 'Unable to save file [_1]',
1.6       bisitz   15748: 
                   15749:    'Warnings and Errors'
1.93      raeburn  15750: => 'Warnings and Errors',
1.6       bisitz   15751: 
                   15752:    'Edit Math'
1.93      raeburn  15753: => 'Edit Math',
1.6       bisitz   15754: 
                   15755:    'DragMath Latex Equation Editor'
1.93      raeburn  15756: => 'DragMath Latex Equation Editor', # n.t.
1.6       bisitz   15757: 
                   15758:    '[_1]Return[_2] to editing resource.'
1.98      bisitz   15759: => '[_1]Return[_2] to editing resource.',
1.6       bisitz   15760: 
                   15761:    'Counting pages for student: [_1]'
1.93      raeburn  15762: => 'Counting pages for student: [_1]',
1.6       bisitz   15763: 
                   15764:    'LaTeX could not successfully parse your tex file.'
1.93      raeburn  15765: => 'LaTeX could not successfully parse your tex file.',
1.6       bisitz   15766: 
                   15767:    'It probably has errors in it.'
1.93      raeburn  15768: => 'It probably has errors in it.',
1.6       bisitz   15769: 
                   15770:    'Here are the error messages in the LaTeX log file:'
1.93      raeburn  15771: => 'Here are the error messages in the LaTeX log file:',
1.6       bisitz   15772: 
                   15773:    'There are errors in [_1].'
1.93      raeburn  15774: => 'There are errors in [_1].',
1.6       bisitz   15775: 
                   15776:    'There are errors.'
1.93      raeburn  15777: => 'There are errors.',
1.6       bisitz   15778: 
                   15779:    'These errors prevent this resource from printing correctly.'
1.93      raeburn  15780: => 'These errors prevent this resource from printing correctly.',
1.6       bisitz   15781: 
                   15782:    'A message has been sent to the instructor describing this failure.'
1.93      raeburn  15783: => 'A message has been sent to the instructor describing this failure.',
1.6       bisitz   15784: 
                   15785:    'You are running LaTeX in [_1]batch mode[_2].'
1.93      raeburn  15786: => 'You are running LaTeX in [_1]batch mode[_2].',
1.6       bisitz   15787: 
                   15788:    'It has found an error in [_1][_2]and corrected it.'
1.93      raeburn  15789: => 'It has found an error in [_1][_2]and corrected it.',
1.6       bisitz   15790: 
                   15791:    '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   15792: => '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   15793: 
                   15794:    'The link to [_1]Your log file[_2]'
1.93      raeburn  15795: => 'The link to [_1]Your log file[_2]',
1.6       bisitz   15796: 
                   15797:    'The link to [_1]Your original LaTeX file[_2]'
1.93      raeburn  15798: => 'The link to [_1]Your original LaTeX file[_2]',
1.6       bisitz   15799: 
                   15800:    'bomb'
1.93      raeburn  15801: => 'bomb',
1.6       bisitz   15802: 
                   15803:    'Output Tags'
1.93      raeburn  15804: => 'Output Tags',
1.6       bisitz   15805: 
                   15806:    'WARNING: Cannot connect to database!'
1.70      zhu      15807: => '警告:无法连接到数据库!',
1.6       bisitz   15808: 
                   15809:    'Error occurred saving new values in metadata table in LON-CAPA database!'
1.70      zhu      15810: => '保存新值数据表到LON-CAPA数据库中时发生错误!',
1.6       bisitz   15811: 
1.81      bisitz   15812:    'Your course/community currently appears in the Course/Community Catalog for this domain.'
1.93      raeburn  15813: => 'Your course/community currently appears in the Course/Community Catalog for this domain.',
1.6       bisitz   15814: 
                   15815:    'Courses can be both self-cataloging, based on an institutional code (e.g., fs08phy231), or can be assigned categories from a hierarchy defined for the domain.'
1.101     bisitz   15816: => '课程可自我编目的基础的研究所代码(例如, inf_20112012_math1 )或可通过域的定义分配类别界定。',
1.6       bisitz   15817: 
1.81      bisitz   15818:    'Your course/community does not currently appear in the Course/Community Catalog for this domain.'
1.93      raeburn  15819: => 'Your course/community does not currently appear in the Course/Community Catalog for this domain.',
1.6       bisitz   15820: 
                   15821:    'You should remedy this if you plan to allow self-enrollment, otherwise students will have difficulty finding your course.'
1.93      raeburn  15822: => 'You should remedy this if you plan to allow self-enrollment, otherwise students will have difficulty finding your course.',
1.6       bisitz   15823: 
                   15824:    '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  15825: => '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   15826: 
                   15827:    'Make any changes to self-enrollment settings below, click "Save changes", then take action to include the course in the Catalog:'
1.93      raeburn  15828: => 'Make any changes to self-enrollment settings below, click "Save changes", then take action to include the course in the Catalog:',
1.6       bisitz   15829: 
                   15830:    'Take the following action to ensure the course appears in the Catalog:'
1.93      raeburn  15831: => 'Take the following action to ensure the course appears in the Catalog:',
1.6       bisitz   15832: 
                   15833:    'Ask a domain coordinator to change the "Exclude from course catalog" setting.'
1.93      raeburn  15834: => 'Ask a domain coordinator to change the "Exclude from course catalog" setting.',
1.6       bisitz   15835: 
                   15836:    'Ask a domain coordinator to enable display the catalog of "Official courses (with institutional codes)".'
1.93      raeburn  15837: => 'Ask a domain coordinator to enable display the catalog of "Official courses (with institutional codes)".',
1.6       bisitz   15838: 
                   15839:    'Ask a domain coordinator to assign an institutional code (if this is an official course).'
1.93      raeburn  15840: => 'Ask a domain coordinator to assign an institutional code (if this is an official course).',
1.6       bisitz   15841: 
                   15842:    'Ask a domain coordinator to enable or create at least one course category in the domain.'
1.93      raeburn  15843: => 'Ask a domain coordinator to enable or create at least one course category in the domain.',
1.6       bisitz   15844: 
                   15845:    'Ask a domain coordinator to create a hierarchy of categories and sub categories for courses in the domain.'
1.93      raeburn  15846: => 'Ask a domain coordinator to create a hierarchy of categories and sub categories for courses in the domain.',
1.6       bisitz   15847: 
                   15848:    '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  15849: => '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   15850: 
                   15851:    'Ask a domain coordinator to assign a category to the course.'
1.93      raeburn  15852: => 'Ask a domain coordinator to assign a category to the course.',
1.6       bisitz   15853: 
1.93      raeburn  15854:    'Use [_1]Categorize course[_2] to change the "Exclude from course catalog" setting.'
                   15855: => 'Use [_1]Categorize course[_2] to change the "Exclude from course catalog" setting.',
1.6       bisitz   15856: 
                   15857:    '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  15858: => '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   15859: 
                   15860:    'Use [_1]Set course environment[_2] to assign a category to the course.'
1.93      raeburn  15861: => 'Use [_1]Set course environment[_2] to assign a category to the course.',
1.6       bisitz   15862: 
                   15863:    'You are able to both assign a course category and choose to exclude this course from the catalog.'
1.93      raeburn  15864: => 'You are able to both assign a course category and choose to exclude this course from the catalog.',
1.6       bisitz   15865: 
                   15866:    '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  15867: => '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   15868: 
                   15869:    'You may assign a course category, but only a Domain Coordinator may choose to exclude this course from the catalog.'
1.93      raeburn  15870: => 'You may assign a course category, but only a Domain Coordinator may choose to exclude this course from the catalog.',
1.6       bisitz   15871: 
                   15872:    'Only a Domain Coordinator may assign a course category or choose to exclude this course from the catalog.'
1.93      raeburn  15873: => 'Only a Domain Coordinator may assign a course category or choose to exclude this course from the catalog.',
1.6       bisitz   15874: 
                   15875:    "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  15876: => "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   15877: 
                   15878:    'You can only use this screen to select courses in the current domain.'
1.93      raeburn  15879: => 'You can only use this screen to select courses in the current domain.',
1.6       bisitz   15880: 
1.41      bisitz   15881:    '[_1]Your Excel spreadsheet[_2] is ready for download.'
1.101     bisitz   15882: => '[_1]Your Excel spreadsheet[_2] is ready for download.',
1.6       bisitz   15883: 
1.41      bisitz   15884:    '[_1]Your CSV file[_2] is ready for download.'
1.101     bisitz   15885: => '[_1]Your CSV file[_2] is ready for download.',
1.6       bisitz   15886: 
                   15887:    'Name (username)'
1.93      raeburn  15888: => 'Name (username)',
1.6       bisitz   15889: 
                   15890:    'Grades Assigned'
1.93      raeburn  15891: => 'Grades Assigned',
1.6       bisitz   15892: 
                   15893:    'Comments'
1.18      zhu      15894: => '注释',
1.6       bisitz   15895: 
                   15896:    'No Course Data'
1.93      raeburn  15897: => 'No Course Data',
1.6       bisitz   15898: 
                   15899:    'Error getting student data ([_1])'
1.93      raeburn  15900: => 'Error getting student data ([_1])',
1.6       bisitz   15901: 
                   15902:    'Score'
1.93      raeburn  15903: => 'Score',
1.6       bisitz   15904: 
1.77      bisitz   15905:    'score'
1.93      raeburn  15906: => 'score',
1.77      bisitz   15907: 
1.6       bisitz   15908:    'Display Options'
1.36      zhu      15909: => '显示选项',
1.6       bisitz   15910: 
                   15911:    'This role has section(s) associated with it.'
1.93      raeburn  15912: => 'This role has section(s) associated with it.',
1.6       bisitz   15913: 
                   15914:    'Enter a specific section.'
1.93      raeburn  15915: => 'Enter a specific section.',
1.6       bisitz   15916: 
                   15917:    'Enter a specific section, or leave blank for no section.'
1.93      raeburn  15918: => 'Enter a specific section, or leave blank for no section.',
1.6       bisitz   15919: 
                   15920:    'Available sections are:'
1.93      raeburn  15921: => 'Available sections are:',
1.6       bisitz   15922: 
                   15923:    'You entered an invalid section choice:'
1.93      raeburn  15924: => 'You entered an invalid section choice:',
1.6       bisitz   15925: 
                   15926:    'You may wish to contact the [_1]LON-CAPA helpdesk[_2] for the [_3] domain.'
1.56      zhu      15927: => '您不妨联系[_2][_3]域的[_1] LON-CAPA 求助。',
1.6       bisitz   15928: 
                   15929:    '([_1] time zone)'
1.9       zhu      15930: => '(时区 [_1])',
1.6       bisitz   15931: 
                   15932:    'Selecting an Author'
1.93      raeburn  15933: => 'Selecting an Author',
1.6       bisitz   15934: 
                   15935:    'Invalid domain'
1.26      zhu      15936: => '无效域',
1.6       bisitz   15937: 
                   15938:    'There are no library servers containing Construction spaces currently in domain: [_1], so you can not assume a co-author role.'
1.93      raeburn  15939: => 'There are no library servers containing Construction spaces currently in domain: [_1], so you can not assume a co-author role.',
1.6       bisitz   15940: 
                   15941:    '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  15942: => '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   15943: 
                   15944:    '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  15945: => '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   15946: 
                   15947:    '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  15948: => '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   15949: 
1.83      bisitz   15950:    'As your session file for the course or community has expired, you will need to re-select it.'
1.93      raeburn  15951: => 'As your session file for the course or community has expired, you will need to re-select it.', # '当>您的课程已过期,您将需要重新选择课程。',
1.6       bisitz   15952: 
                   15953:    '[quant,_1,yr]'
1.99      raeburn  15954: => '[quant,_1,yr]',
1.6       bisitz   15955: 
                   15956:    '[quant,_1,mth]'
1.99      raeburn  15957: => '[quant,_1,mth]',
1.6       bisitz   15958: 
                   15959:    '[quant,_1,hr]'
1.99      raeburn  15960: => '[quant,_1,hr]',
1.6       bisitz   15961: 
                   15962:    '[quant,_1,min]'
1.99      raeburn  15963: => '[quant,_1,min]',
1.6       bisitz   15964: 
                   15965:    '[quant,_1,sec]'
1.99      raeburn  15966: => '[quant,_1,sec]',
1.6       bisitz   15967: 
                   15968:    'Loading student data...'
1.18      zhu      15969: => '检索学生数据...',
1.6       bisitz   15970: 
                   15971:    'Options'
1.18      zhu      15972: => '选项',
1.6       bisitz   15973: 
                   15974:    'Time Period'
1.18      zhu      15975: => '周期',
1.6       bisitz   15976: 
                   15977:    'Rsource is undefined.'
1.93      raeburn  15978: => 'Rsource is undefined.',
1.6       bisitz   15979: 
                   15980:    'Plot Graph'
1.93      raeburn  15981: => 'Plot Graph',
1.6       bisitz   15982: 
                   15983:    'Download'
1.18      zhu      15984: => '下载',
1.6       bisitz   15985: 
                   15986:    'PDF File'
1.18      zhu      15987: => 'PDF 文档',
1.6       bisitz   15988: 
                   15989:    'Zip File'
1.18      zhu      15990: => 'ZIP 文档',
1.6       bisitz   15991: 
                   15992:    'File Size (Bytes)'
1.18      zhu      15993: => '文件大小 (Bytes)',
1.6       bisitz   15994: 
                   15995:    'Contents'
1.18      zhu      15996: => '内容',
1.6       bisitz   15997: 
                   15998:    'Problem Type'
1.12      zhu      15999: => '问题类型',
1.6       bisitz   16000: 
                   16001:    'not in this course'
1.93      raeburn  16002: => 'not in this course',
1.6       bisitz   16003: #Start: redesigned menus
                   16004: #lonparmset.pm
1.18      zhu      16005: 
1.6       bisitz   16006:    'Edit environment settings for this course.'
1.93      raeburn  16007: => 'Edit environment settings for this course.',
1.6       bisitz   16008: 
                   16009:    'Portfolio Metadata'
1.27      zhu      16010: => '元数据-组合',
1.6       bisitz   16011: 
                   16012:    'Settings for this Course'
1.27      zhu      16013: => '设置这门课程',
1.6       bisitz   16014: 
                   16015:    'New and Existing Parameter Settings for Resources'
1.27      zhu      16016: => '新的和现有资源的参数设置',
1.6       bisitz   16017: 
                   16018:    'Edit Resource Parameters - Helper Mode'
1.27      zhu      16019: => '编辑源参数 - 辅助模式',
1.6       bisitz   16020: 
                   16021:    'Edit Resource Parameters - Overview Mode'
1.27      zhu      16022: => '编辑资源参数 - 概况模式',
1.6       bisitz   16023: 
                   16024:    'Edit Resource Parameters - Table Mode'
1.27      zhu      16025: => '编辑资源参数 - 表模式',
1.6       bisitz   16026: 
                   16027:    'Existing Parameter Settings for Resources'
1.27      zhu      16028: => '现有资源的参数设置',
1.6       bisitz   16029: 
                   16030:    'Change Log'
1.27      zhu      16031: => '变更记录',
1.6       bisitz   16032: 
                   16033:    'Restrict metadata for this course.'
1.93      raeburn  16034: => 'Restrict metadata for this course.',
1.6       bisitz   16035: 
                   16036:    'Manage slots for this course.'
1.93      raeburn  16037: => 'Manage slots for this course.',
1.6       bisitz   16038: 
                   16039:    'Reset access times for folders/maps, resources or the course.'
1.93      raeburn  16040: => 'Reset access times for folders/maps, resources or the course.',
1.6       bisitz   16041: 
                   16042:    'Set default actions for parameters.'
1.93      raeburn  16043: => 'Set default actions for parameters.',
1.6       bisitz   16044: 
                   16045:    'Set/Modify resource parameters in helper mode.'
1.93      raeburn  16046: => 'Set/Modify resource parameters in helper mode.',
1.6       bisitz   16047: 
                   16048:    'Set/Modify resource parameters in table mode.'
1.93      raeburn  16049: => 'Set/Modify resource parameters in table mode.',
1.6       bisitz   16050: 
                   16051:    'Set/Modify resource parameters in overview mode.'
1.93      raeburn  16052: => 'Set/Modify resource parameters in overview mode.',
1.6       bisitz   16053: 
                   16054:    'Set/Modify existing resource parameters in overview mode.'
1.93      raeburn  16055: => 'Set/Modify existing resource parameters in overview mode.',
1.6       bisitz   16056: 
                   16057:    'View parameter and course blog posting/user notification change log.'
1.93      raeburn  16058: => 'View parameter and course blog posting/user notification change log.',
1.6       bisitz   16059: #lonpreferences.pm
                   16060: 
                   16061:    'Screen Name'
                   16062: => '昵称',
                   16063: 
1.63      zhu      16064:    'Screenname'
                   16065: => '昵称',
                   16066: 
                   16067:    'Nickname'
                   16068: => '昵称',
                   16069: 
1.55      zhu      16070:    'Messages &amp; Notifications'
1.22      zhu      16071: => '邮件&公告',
1.6       bisitz   16072: 
                   16073:    'Discussion Display'
1.9       zhu      16074: => '讨论显示',
1.6       bisitz   16075: 
                   16076:    'Page Display Settings'
                   16077: => '页面显示设置',
                   16078: 
                   16079:    'Color Scheme'
                   16080: => '颜色方案',
                   16081: 
                   16082:    'Menu Display'
                   16083: => '菜单显示',
                   16084: 
                   16085:    'Content Display Settings'
1.9       zhu      16086: => '内容显示设置',
1.6       bisitz   16087: 
                   16088:    'WYSIWYG Editor'
                   16089: => 'WYSIWYG-编辑器',
                   16090: 
                   16091:    'Roles Page'
1.9       zhu      16092: => '角色页面',
1.6       bisitz   16093: 
                   16094:    'Display of Scientific Equations'
1.55      zhu      16095: => '显示科学公式',
1.6       bisitz   16096: 
                   16097:    'Edit information about yourself that should be displayed on your public profile.'
1.93      raeburn  16098: => 'Edit information about yourself that should be displayed on your public profile.',
1.6       bisitz   16099: 
                   16100:    'Change the name that is displayed in your posts.'
1.18      zhu      16101: => '变更在您的讨论中的名称。',
1.6       bisitz   16102: 
                   16103:    'Change LON-CAPA default colors.'
1.93      raeburn  16104: => 'Change LON-CAPA default colors.',
1.6       bisitz   16105: 
                   16106:    'Change messageforwarding or notifications settings.'
1.93      raeburn  16107: => 'Change messageforwarding or notifications settings.',
1.6       bisitz   16108: 
                   16109:    'Choose the default language for this user.'
1.98      bisitz   16110: => 'Choose the default language for this user.',
1.6       bisitz   16111: 
                   16112:    'Enable or disable the WYSIWYG-Editor.'
1.93      raeburn  16113: => 'Enable or disable the WYSIWYG-Editor.',
1.6       bisitz   16114: 
                   16115:    'Configure the roles hotlist.'
1.93      raeburn  16116: => 'Configure the roles hotlist.',
1.6       bisitz   16117: 
                   16118:    'Change how Scientific Equations are displayed.'
1.9       zhu      16119: => '改变如何显示科学方程。',
1.6       bisitz   16120: 
                   16121:    'Register your clicker.'
1.9       zhu      16122: => '登记您的应答设备 (遥控).',
1.6       bisitz   16123: 
                   16124:    'Change your password.'
1.9       zhu      16125: => '更改您的密码。',
1.6       bisitz   16126: 
                   16127:    'Launch the remote control for LON-CAPA.'
1.93      raeburn  16128: => 'Launch the remote control for LON-CAPA.',
1.6       bisitz   16129: 
                   16130:    'Collapse the remote control for LON-CAPA.'
1.93      raeburn  16131: => 'Collapse the remote control for LON-CAPA.',
1.6       bisitz   16132: 
                   16133:    'Restrict domain coordinator access.'
1.93      raeburn  16134: => 'Restrict domain coordinator access.',
1.6       bisitz   16135: 
                   16136:    'Set the default page to be displayed when you select a course role.'
1.98      bisitz   16137: => 'Set the default page to be displayed when you select a course role.',
1.6       bisitz   16138: 
                   16139:    'Toggle Debug Messages.'
1.93      raeburn  16140: => 'Toggle Debug Messages.',
1.6       bisitz   16141: 
                   16142:    'Change whether the menus are displayed with buttons, icons or icons and text.'
1.93      raeburn  16143: => 'Change whether the menus are displayed with buttons, icons or icons and text.',
1.6       bisitz   16144:    'Course Initialization'
1.36      zhu      16145: => '课程初始化',
1.6       bisitz   16146: #loncreateuser.pm
1.69      droeschl 16147:    'Single Users'
1.70      zhu      16148: => '单用户',
1.6       bisitz   16149: 
                   16150:    'Upload a CSV or a text file containing users.'
1.70      zhu      16151: => '课程参加者上传CSV或文本文件。',
1.6       bisitz   16152: 
                   16153:    'Add a user with a certain role to this course.'
1.70      zhu      16154: => '添加一个具有特定的角色的用户到这门课程中。',
1.6       bisitz   16155: 
1.69      droeschl 16156:    'Add/Modify a Student'
1.79      bisitz   16157: => '添加/修改学生',
1.6       bisitz   16158: 
                   16159:    'Add a user with the role student to this course.'
1.70      zhu      16160: => '添加一个用户到课程中,作为学生角色。',
1.6       bisitz   16161: 
                   16162:    'Configuration'
1.28      zhu      16163: => '设置',
1.6       bisitz   16164: 
                   16165:    'Automated enrollment manager.'
1.70      zhu      16166: => '管理自助注册',
1.6       bisitz   16167: 
1.83      bisitz   16168:    'Self-Enrollment'
1.93      raeburn  16169: => 'Self-Enrollment',
1.83      bisitz   16170: 
1.6       bisitz   16171:    'User Self-Enrollment'
1.70      zhu      16172: => '用户自助注册',
1.6       bisitz   16173: 
1.83      bisitz   16174:    'Configure user self-enrollment.'
1.70      zhu      16175: => '配置用户自助注册。',
1.6       bisitz   16176: 
                   16177:    'Manage course groups.'
1.12      zhu      16178: => '管理课程组。',
1.6       bisitz   16179: 
                   16180:    'Change Logs'
1.28      zhu      16181: => '更改记录',
1.6       bisitz   16182: 
                   16183:    'View change log.'
1.28      zhu      16184: => '显示更改记录。',
1.6       bisitz   16185: 
                   16186:    'Administration'
1.28      zhu      16187: => '管理',
1.6       bisitz   16188: 
1.69      droeschl 16189:    'Manage Course Users'
1.70      zhu      16190: => '用户课程管理',
1.6       bisitz   16191: 
                   16192:    'Show and manage users of this course.'
1.70      zhu      16193: => '查看和管理这门课程的用户。',
1.6       bisitz   16194: 
                   16195:    'Remove a student from this course.'
1.70      zhu      16196: => '从这门课程中移除一名学生。',
1.6       bisitz   16197: 
                   16198:    'Custom Roles'
1.28      zhu      16199: => '自定义角色',
1.6       bisitz   16200: 
                   16201:    'Configure a custom role.'
1.70      zhu      16202: => '配置自定义角色。',
                   16203: 
                   16204:    'Multiple Users'
                   16205: => '多用户',
                   16206: 
1.6       bisitz   16207: #lonstatistics.pm
                   16208:    'Statistics and Analyses'
1.70      zhu      16209: => '统计与分析',
1.6       bisitz   16210: 
                   16211:    'Plots'
1.70      zhu      16212: => '图表',
1.6       bisitz   16213: 
                   16214:    'Reports'
1.28      zhu      16215: => '报告',
1.6       bisitz   16216: 
1.18      zhu      16217:    'Personal Homepage'
                   16218: => '个人主页',
                   16219: 
1.56      zhu      16220:    'Link Name:'
                   16221: => '连接的名字:',
                   16222: 
                   16223:    'Address:'
                   16224: => '地址:',
                   16225: 
1.18      zhu      16226:    'Link Name'
1.56      zhu      16227: => '连接的名字',
1.18      zhu      16228: 
                   16229:    'Address'
1.56      zhu      16230: => '地址',
1.18      zhu      16231: 
                   16232:    'Broadcast to Active Members'
1.27      zhu      16233: => '通知活跃的会员',
1.18      zhu      16234: 
1.19      zhu      16235:    'Thank you for your input!'
                   16236: => '非常感谢您的评估!',
                   16237: 
                   16238:    'Saving feedback: [_1]'
                   16239: => '保存到信息反馈: [_1]',
                   16240: 
                   16241:    'Logging first evaluation'
                   16242: => '登录到首次评估',
                   16243: 
                   16244:    '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.'
                   16245: => 'WYSIWYG 编辑器仅支持简单的 HTML,并且在许多情况下不适合复杂的创作。在一些情况下,它可能破坏复杂的创作及 LaTeX 和脚本函数的调用。',
                   16246: 
                   16247:    'Special Admin Options'
                   16248: => '特别管理选项',
                   16249: 
                   16250:    'Discussion postings'
                   16251: => '讨论帖子',
                   16252: 
1.22      zhu      16253:    'Currently using [_1] of the [_2] available.'
                   16254: => '目前使用 [_1] ,在 [_2] 可用中。',
                   16255: 
                   16256:    'Registering clickers: [_1]'
                   16257: => '注册的“遥控”号码为: [_1]',
                   16258: 
                   16259:    'New Broadcast Message'
                   16260: => '新的广播信息',
1.41      bisitz   16261: 
1.22      zhu      16262:    'Send a broadcast message to members of this Course and/or other users.'
                   16263: => '发送广播信息给这门课程的成员和/或其他用户。',
1.41      bisitz   16264: 
1.22      zhu      16265:    'New Messages from File'
                   16266: => '从文件生成新邮件',
                   16267: 
                   16268:    'Send copy to permanent e-mail address (if known)'
1.41      bisitz   16269: => '发送一份副本给外部电子邮件(如果有的话)',
1.19      zhu      16270: 
1.22      zhu      16271:    'Require return receipt?'
                   16272: => '回执确认?',
1.18      zhu      16273: 
1.26      zhu      16274:    'Message Administration'
                   16275: => '邮件管理',
                   16276: 
                   16277:    'Message Log for Selected Users'
                   16278: => '选定用户的邮件日志',
                   16279: 
1.28      zhu      16280:    'New Document'
                   16281: => '新文档',
                   16282: 
                   16283:   'Bcc: course members with current access'
                   16284: => '密送:当前访问的课程参加者',
                   16285: 
1.55      zhu      16286:    'Tools:'
                   16287: => '工具:',
                   16288: 
                   16289:    'Upload PDF Form'
                   16290: => '上传PDF格式文档',
                   16291: 
                   16292:    'Upload a PDF Form with filled Form Fields'
                   16293: => '上传带有填写表格字段的PDF格式文档',
                   16294: 
                   16295:    'Please choose a PDF-File.'
                   16296: => '请选择一个PDF文件。',
                   16297: 
                   16298:    "Can't find any valid PDF formfields."
                   16299: => '找不到任何有效的PDF格式文档 。',
                   16300: 
                   16301:    'Results of PDF Form problems'
                   16302: => 'PDF格式习题答案',
                   16303: 
1.56      zhu      16304:    'Published Documents'
                   16305: => '公开文件',
                   16306: 
1.63      zhu      16307: 
                   16308:    ''
                   16309: => '',
                   16310: 
                   16311: 
1.6       bisitz   16312: #SYNCMARKER
                   16313: );
                   16314: 
                   16315: 1;
                   16316: 

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