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

1.6       bisitz      1: # The LearningOnline Network with CAPA
                      2: # Chinese Simplified Localization Lexicon
                      3: #
1.98    ! bisitz      4: # $Id: zh.pm,v 1.97 2011/01/15 20:31:40 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.93      raeburn   922: => 'The extension on this file is reserved internally 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.93      raeburn  1043: => 'Unsupported character combination [_1] in filename, FAIL.',
1.6       bisitz   1044: 
1.32      bisitz   1045:    'Filename of resource contains internal version number. Cannot publish such resources, FAIL'
1.93      raeburn  1046: => 'Filename of resource contains internal version number. Cannot publish such resources, FAIL',
1.6       bisitz   1047: 
                   1048:    'No valid custom distribution rights file specified, FAIL'
1.93      raeburn  1049: => 'No valid custom distribution rights file specified, FAIL',
1.6       bisitz   1050: 
                   1051:    'Could not write metadata, FAIL'
1.93      raeburn  1052: => 'Could not write metadata, FAIL',
1.6       bisitz   1053: 
                   1054:    'View documents included in this course'
                   1055: => '附加的课程文件',
                   1056: 
                   1057:    'Additional Keywords'
1.18      zhu      1058: => '其他关键字',
1.6       bisitz   1059: 
                   1060:    'Additional Metadata (non-standard, parameters, exports)'
1.18      zhu      1061: => '其他元数据 (没有标准化,参数,导出)',
1.6       bisitz   1062: 
                   1063:    'Author and Co-Author roles may not be available on servers other than your home server.'
1.18      zhu      1064: => '作者和共同作者的角色可能无法使用服务器上以外的其他家庭服务器。',
1.6       bisitz   1065: 
                   1066:    'Author(s)'
1.13      zhu      1067: => '作者',
1.6       bisitz   1068: 
                   1069:    'Average number of tries till solved'
1.18      zhu      1070: => '平均人数,尝试成功解答的',
1.6       bisitz   1071: 
                   1072:    'Browse Resources'
1.18      zhu      1073: => '浏览资源',
1.6       bisitz   1074: 
                   1075:    'Catalog Information'
1.18      zhu      1076: => '目录信息',
1.6       bisitz   1077: 
                   1078:    'Collapse Remote Control'
1.18      zhu      1079: => '禁用远程控制',
1.6       bisitz   1080: 
                   1081:    'Construction Space'
1.93      raeburn  1082: => 'Construction Space',
1.6       bisitz   1083: 
                   1084:    'Copied metadata'
1.18      zhu      1085: => '复制元数据',
1.6       bisitz   1086: 
                   1087:    'Copied source file'
1.18      zhu      1088: => '复制源文件',
1.6       bisitz   1089: 
                   1090:    'Copyright/Distribution'
1.18      zhu      1091: => '版权/权限',
1.6       bisitz   1092: 
                   1093:    'Copyright/Distribution:'
1.18      zhu      1094: => '版权/权限:',
1.6       bisitz   1095: 
                   1096:    'Course Documents'
                   1097: => '课程文件',
                   1098: 
                   1099:    'Creation Date'
1.18      zhu      1100: => '创建日期',
1.6       bisitz   1101: 
                   1102:    'Custom Distribution File'
1.18      zhu      1103: => '自定义文件访问权限',
1.6       bisitz   1104: 
                   1105:    'Degree of difficulty'
1.18      zhu      1106: => '难度',
1.6       bisitz   1107: 
                   1108:    'Dump Course DOCS to Construction Space'
1.93      raeburn  1109: => 'Dump Course DOCS to Construction Space',
1.6       bisitz   1110: 
                   1111:    'Dump Course DOCS to Construction Space: available on other servers'
1.93      raeburn  1112: => 'Dump Course DOCS to Construction Space: available on other servers',
1.6       bisitz   1113: 
                   1114:    'Entering course ...'
1.9       zhu      1115: => '进入课程...',
1.6       bisitz   1116: 
                   1117:    'Exam Information'
1.12      zhu      1118: => '考试信息',
1.6       bisitz   1119: 
                   1120:    'External Resource'
                   1121: => '外部资源',
                   1122: 
                   1123:    'Generate new role ...'
1.12      zhu      1124: => '创建新的角色...',
1.6       bisitz   1125: 
                   1126:    'Go to the next resource in the course sequence'
1.26      zhu      1127: => '前进',
1.6       bisitz   1128: 
                   1129:    'Go to the previous resource in the course sequence'
1.26      zhu      1130: => '后退',
1.6       bisitz   1131: 
                   1132:    'Import a published document'
1.12      zhu      1133: => '导入出版文件',
1.6       bisitz   1134: 
                   1135:    'Keyword(s)'
1.12      zhu      1136: => '密码',
1.6       bisitz   1137: 
                   1138:    'Logged Out'
1.9       zhu      1139: => '登出',
1.6       bisitz   1140: 
                   1141:    'MIME Type'
1.12      zhu      1142: => 'MIME类型',
1.6       bisitz   1143: 
                   1144:    'Make notes and annotations about this resource'
1.26      zhu      1145: => '备忘录',
1.6       bisitz   1146: 
                   1147:    'The material is covered with sufficient depth'
1.18      zhu      1148: => '这些主题包含有足够的难度',
1.6       bisitz   1149: 
                   1150:    'Metadata Information'
1.12      zhu      1151: => '元数据信息',
1.6       bisitz   1152: 
                   1153:    'My Personal Info'
                   1154: => '我的个人网页',
                   1155: 
                   1156:    'Network-wide number of accesses (hits)'
1.18      zhu      1157: => '网络的访问数量(“点击”)',
1.6       bisitz   1158: 
                   1159:    'Network-wide number of courses using resource'
1.18      zhu      1160: => '使用该课程资源的访问数量',
1.6       bisitz   1161: 
                   1162:    'Number of resources that follow this resource in maps'
1.18      zhu      1163: => '该资源目录汇编之后的访问数量',
1.6       bisitz   1164: 
                   1165:    'Number of resources that lead up to this resource in maps'
1.18      zhu      1166: => '该资源目录汇编之前的访问数量',
1.6       bisitz   1167: 
                   1168:    'Number of resources using or importing resource'
1.18      zhu      1169: => '资源数量的使用或导入',
1.6       bisitz   1170: 
                   1171:    'Obsolete'
1.18      zhu      1172: => '过时的',
1.6       bisitz   1173: 
                   1174:    'Parent Directory'
1.18      zhu      1175: => '父目录',
1.6       bisitz   1176: 
                   1177:    'Project Information'
1.18      zhu      1178: => '项目信息',
1.6       bisitz   1179: 
                   1180:    'Publisher/Owner'
1.13      zhu      1181: => '出版社/所有人',
1.6       bisitz   1182: 
                   1183:    'Publishing'
1.13      zhu      1184: => '出版物:',
1.6       bisitz   1185: 
                   1186:    'Publishing [_1]'
1.13      zhu      1187: => '出版物: [_1]',
1.6       bisitz   1188: 
                   1189:    'Resource Details'
1.93      raeburn  1190: => 'Resource Details',
1.6       bisitz   1191: 
                   1192:    'Link to Resource'
1.93      raeburn  1193: => 'Link to Resource',
1.6       bisitz   1194: 
                   1195:    'Searching for your resource will be based on the following metadata. Please provide as much data as possible.'
1.93      raeburn  1196: => 'Searching for your resource will be based on the following metadata. Please provide as much data as possible.',
1.6       bisitz   1197: 
                   1198:    'Resource Publication'
1.93      raeburn  1199: => 'Resource Publication',
1.6       bisitz   1200: 
                   1201:    'Resource is technically correct'
1.93      raeburn  1202: => 'Resource is technically correct',
1.6       bisitz   1203: 
                   1204:    'Score Upload Form'
                   1205: => '分数上传表单',
                   1206: 
                   1207:    'Select Map'
                   1208: => '选择内容列表',
                   1209: 
                   1210:    'Load Map'
1.26      zhu      1211: => '上传',
1.6       bisitz   1212: 
                   1213:    'Set a bookmark for this resource'
1.26      zhu      1214: => '设定书签',
1.6       bisitz   1215: 
                   1216:    'Show all roles'
                   1217: => '显示所有角色',
                   1218: 
                   1219:    'Subject'
1.10      zhu      1220: => '主题',
1.6       bisitz   1221: 
                   1222:    'Successful Login'
1.9       zhu      1223: => '登录成功',
1.6       bisitz   1224: 
                   1225:    'Suggested Replacement for Obsolete File'
1.18      zhu      1226: => '建议更换过时文件',
1.6       bisitz   1227: 
                   1228:    'Switching Role'
                   1229: => '更换角色',
                   1230: 
                   1231:    'Target'
1.18      zhu      1232: => '目标',
1.6       bisitz   1233: 
1.37      bisitz   1234:    'This syllabus can be publicly viewed at [_1]'
1.63      zhu      1235: => '此课程可公开浏览: [_1]',
1.37      bisitz   1236: 
                   1237:    'Instead of using this template you can specify an external URL as Syllabus in the [_1]Course Parameters[_2].'
1.63      zhu      1238: => '如果不使用此模板,您可以在[_1]课程参数[_2]指定外部网址作为课程摘要。',
1.6       bisitz   1239: 
                   1240:    'Total number of students who have worked on this problem'
1.63      zhu      1241: => '回答该问题的学生总数',
1.6       bisitz   1242: 
                   1243:    'URLs To Include in Syllabus'
1.63      zhu      1244: => '网址,包括教学大纲',
1.6       bisitz   1245: 
                   1246:    'Upload a new main course document'
                   1247: => '外部文件',
                   1248: 
                   1249:    'Upload a new supplemental course document'
                   1250: => '附加的课程文件',
                   1251: 
                   1252:    'User'
                   1253: => '用户',
                   1254: 
                   1255:    'Wrote Metadata'
1.93      raeburn  1256: => 'Wrote Metadata',
1.6       bisitz   1257: 
                   1258:    'Your home server is '
1.93      raeburn  1259: => 'Your home server is ',
1.6       bisitz   1260: 
                   1261:    'anno-'
1.93      raeburn  1262: => 'anno-',
1.6       bisitz   1263: 
                   1264:    'announce'
1.93      raeburn  1265: => 'announce',
1.6       bisitz   1266: 
                   1267:    'bookmark'
1.93      raeburn  1268: => 'bookmark',
1.6       bisitz   1269: 
                   1270:    'chart'
1.93      raeburn  1271: => 'chart',
1.6       bisitz   1272: 
                   1273:    'chat'
1.12      zhu      1274: => '聊天室',
1.6       bisitz   1275: 
                   1276:    'close this window'
1.93      raeburn  1277: => 'close this window',
1.6       bisitz   1278: 
                   1279:    'con-'
                   1280: => 'con-',
                   1281: 
                   1282:    'docs'
1.93      raeburn  1283: => 'docs',
1.6       bisitz   1284: 
                   1285:    'exit'
                   1286: => '退出',
                   1287: 
                   1288:    'fas'
                   1289: => 'fas',
                   1290: 
                   1291:    'library'
1.93      raeburn  1292: => 'library',
1.6       bisitz   1293: 
                   1294:    'log in again'
1.93      raeburn  1295: => 'log in again',
1.6       bisitz   1296: 
                   1297:    'my'
1.93      raeburn  1298: => 'my',
1.6       bisitz   1299: 
                   1300:    'or'
1.93      raeburn  1301: => 'or',
1.6       bisitz   1302: 
                   1303:    'Or'
1.93      raeburn  1304: => 'Or',
1.6       bisitz   1305: 
                   1306:    'prepare'
1.93      raeburn  1307: => 'prepare',
1.6       bisitz   1308: 
                   1309:    'printout'
1.93      raeburn  1310: => 'printout',
1.6       bisitz   1311: 
                   1312:    'resource'
1.93      raeburn  1313: => 'resource',
1.6       bisitz   1314: 
                   1315:    'roles'
                   1316: => '角色',
                   1317: 
                   1318:    'search'
                   1319: => '查找',
                   1320: 
                   1321:    'set'
1.93      raeburn  1322: => 'set',
1.6       bisitz   1323: 
                   1324:    'space'
1.10      zhu      1325: => '领域',
1.6       bisitz   1326: 
                   1327:    'stats'
1.93      raeburn  1328: => 'stats',
1.6       bisitz   1329: 
                   1330:    'struct'
1.93      raeburn  1331: => 'struct',
1.6       bisitz   1332: 
                   1333:    'switch'
1.93      raeburn  1334: => 'switch',
1.6       bisitz   1335: 
                   1336:    'tations'
1.93      raeburn  1337: => 'tations',
1.6       bisitz   1338: 
                   1339:    'updated periodically'
1.12      zhu      1340: => '定期更新',
1.6       bisitz   1341: 
                   1342:    'user'
1.12      zhu      1343: => '用户',
1.6       bisitz   1344: 
                   1345:    'visible to author and co-authors only'
1.12      zhu      1346: => '只有作者和共同作者可见',
1.6       bisitz   1347: 
                   1348:    'All versions'
1.12      zhu      1349: => '所有版本',
1.6       bisitz   1350: 
                   1351:    'Default Metadata for Directory [_1]'
1.12      zhu      1352: => '默认元数据目录 [_1]',
1.6       bisitz   1353: 
                   1354:    'Error Messages'
1.12      zhu      1355: => '错误信息',
1.6       bisitz   1356: 
                   1357:    'Save Catalog Information'
1.12      zhu      1358: => '保存目录信息',
1.6       bisitz   1359: 
                   1360:    'Update Display'
1.12      zhu      1361: => '更新显示',
1.6       bisitz   1362: 
                   1363:    'Content changed'
1.12      zhu      1364: => '内容变化',
1.6       bisitz   1365: 
                   1366:    'Differences'
1.12      zhu      1367: => '差异',
1.6       bisitz   1368: 
                   1369:    'Last Week'
1.12      zhu      1370: => '上周',
1.6       bisitz   1371: 
                   1372:    'Modification Date'
1.12      zhu      1373: => '修改日期',
1.6       bisitz   1374: 
                   1375:    'Since Start of Course'
1.12      zhu      1376: => '从启动课程起',
1.6       bisitz   1377: 
                   1378:    'Since Yesterday'
1.12      zhu      1379: => '从昨天起',
1.6       bisitz   1380: 
                   1381:    'Verify Course Documents'
1.12      zhu      1382: => '验证课程文件',
1.6       bisitz   1383: 
                   1384:    'Version'
1.12      zhu      1385: => '版本',
1.6       bisitz   1386: 
                   1387:    'access denied'
1.12      zhu      1388: => '拒绝访问',
1.6       bisitz   1389: 
                   1390:    'connection down'
1.93      raeburn  1391: => 'connection down',
1.6       bisitz   1392: 
                   1393:    'during the last'
1.93      raeburn  1394: => 'during the last',
1.6       bisitz   1395: 
                   1396:    'not found'
1.93      raeburn  1397: => 'not found',
1.6       bisitz   1398: 
                   1399:    'warning(s)'
1.93      raeburn  1400: => 'warning(s)',
1.6       bisitz   1401: 
                   1402:    '[quant,_1,warning]'
1.93      raeburn  1403: => '[quant,_1,warning]',
1.6       bisitz   1404: 
                   1405:    'Advanced Catalog Search'
1.93      raeburn  1406: => 'Advanced Catalog Search',
1.6       bisitz   1407: 
                   1408:    'Advanced Search'
1.13      zhu      1409: => '高级搜索',
1.6       bisitz   1410: 
                   1411:    'Any Language'
1.13      zhu      1412: => '任何语言',
1.6       bisitz   1413: 
                   1414:    'Any category'
1.13      zhu      1415: => '任何类别',
1.6       bisitz   1416: 
                   1417:    'Any copyright/distribution'
1.13      zhu      1418: => '任何版权/访问权限',
1.6       bisitz   1419: 
                   1420:    'Broadcast Message to Course'
1.93      raeburn  1421: => '发送广播消息',
1.6       bisitz   1422: 
                   1423:    "Click to download or use your browser's Save Link function"
1.93      raeburn  1424: => "Click to download or use your browser's Save Link function",
1.6       bisitz   1425: 
                   1426:    'Close'
1.13      zhu      1427: => '关闭',
1.6       bisitz   1428: 
                   1429:    'Compact View'
1.13      zhu      1430: => '简洁视图',
1.6       bisitz   1431: 
                   1432:    'Detailed Citation View'
1.13      zhu      1433: => '查看详细引文',
1.6       bisitz   1434: 
                   1435:    'Distribute Messages from Uploaded File to Course'
1.93      raeburn  1436: => 'Distribute Messages from Uploaded File to Course',
1.6       bisitz   1437: 
                   1438:    'Edit Catalog Information'
1.18      zhu      1439: => '编辑目录信息',
1.6       bisitz   1440: 
                   1441:    'Edit Content of a Map'
1.93      raeburn  1442: => 'Edit Content of a Map',
1.6       bisitz   1443: 
                   1444:    'Edit Directory Catalog Information'
1.18      zhu      1445: => '编辑目录信息分类',
1.6       bisitz   1446: 
                   1447:    'Evaluate Resource'
1.18      zhu      1448: => '评估此资源',
1.6       bisitz   1449: 
                   1450:    'Failed Access to Construction Space'
1.93      raeburn  1451: => 'Failed Access to Construction Space',
1.6       bisitz   1452: 
                   1453:    'Fielded Format'
1.18      zhu      1454: => '字段格式',
1.6       bisitz   1455: 
                   1456:    'File Category'
1.13      zhu      1457: => '文件分类',
1.6       bisitz   1458: 
                   1459:    'Force publication of unmodified files'
1.93      raeburn  1460: => 'Force publication of unmodified files',
1.6       bisitz   1461: 
                   1462:    'Keywords'
1.18      zhu      1463: => '关键词',
1.6       bisitz   1464: 
                   1465:    'Last access'
1.18      zhu      1466: => '上次访问',
1.6       bisitz   1467: 
                   1468:    'Last modified'
1.18      zhu      1469: => '最后修改',
1.6       bisitz   1470: 
                   1471:    'Limit by copyright/distribution'
1.18      zhu      1472: => '受版权/访问权限限制',
1.6       bisitz   1473: 
                   1474:    'Limit by language'
1.18      zhu      1475: => '受语言限制',
1.6       bisitz   1476: 
                   1477:    'Open'
1.27      zhu      1478: => '打开',
1.6       bisitz   1479: 
                   1480:    'Per Page'
1.18      zhu      1481: => '每页',
1.6       bisitz   1482: 
                   1483:    'Printing Helper'
1.18      zhu      1484: => '打印助手',
1.6       bisitz   1485: 
                   1486:    'Provide feedback messages or contribute to the course discussion about this resource'
1.93      raeburn  1487: => '反馈意见或讨论',
1.6       bisitz   1488: 
                   1489:    'Provide my evaluation of this resource'
1.93      raeburn  1490: => '对此资源给出我的评价',
1.6       bisitz   1491: 
                   1492:    'Publish'
1.10      zhu      1493: => '发布',
1.6       bisitz   1494: 
                   1495:    'Publish Directory'
1.10      zhu      1496: => '发布目录',
1.6       bisitz   1497: 
                   1498:    'Publish Directory and Sub Directories'
1.18      zhu      1499: => '发布目录和子目录',
1.6       bisitz   1500: 
                   1501:    'Related'
1.18      zhu      1502: => '相关的',
1.6       bisitz   1503: 
                   1504:    'Resource Feedback and Discussion'
1.18      zhu      1505: => '资源的反馈和讨论',
1.6       bisitz   1506: 
                   1507:    'Search Complete'
1.18      zhu      1508: => '搜索完成',
1.6       bisitz   1509: 
                   1510:    'Send Message to User(s)'
1.93      raeburn  1511: => '发送讯息到用户',
1.6       bisitz   1512: 
                   1513:    'Show catalog information'
1.93      raeburn  1514: => '查看目录信息',
1.6       bisitz   1515: 
1.56      zhu      1516:    'Show Metadata'
1.93      raeburn  1517: => '查看元数据',
1.56      zhu      1518: 
1.6       bisitz   1519:    'Show resource'
1.22      zhu      1520: => '查看资源',
1.6       bisitz   1521: 
                   1522:    'Statistics'
1.18      zhu      1523: => '统计',
1.6       bisitz   1524: 
                   1525:    'Summary View'
1.13      zhu      1526: => '概要',
1.6       bisitz   1527: 
1.72      bisitz   1528:    'There are currently no results.'
                   1529: => '目前没有任何结果。',
1.6       bisitz   1530: 
                   1531:    'Search: '
1.18      zhu      1532: => '搜索: ',
1.6       bisitz   1533: 
                   1534:    'URL'
                   1535: => 'URL',
                   1536: 
                   1537:    'Unpublished'
1.18      zhu      1538: => '未发行的',
1.6       bisitz   1539: 
                   1540:    'Up'
1.93      raeburn  1541: => 'Up',
1.6       bisitz   1542: 
                   1543:    'View'
1.27      zhu      1544: => '查看',
1.6       bisitz   1545: 
                   1546:    'View Critical Messages'
1.22      zhu      1547: => '浏览重要讯息',
1.6       bisitz   1548: 
                   1549:    'Words'
1.22      zhu      1550: => '词',
1.6       bisitz   1551: 
                   1552:    'XML/SGML'
                   1553: => 'XML/SGML',
                   1554: 
                   1555:    'abstract'
1.93      raeburn  1556: => 'abstract',
1.6       bisitz   1557: 
                   1558:    'audio'
1.22      zhu      1559: => '音频',
1.6       bisitz   1560: 
                   1561:    'author'
1.13      zhu      1562: => '作者',
1.6       bisitz   1563: 
                   1564:    'catalog'
1.18      zhu      1565: => '目录',
1.6       bisitz   1566: 
                   1567:    'copyright'
1.18      zhu      1568: => '版权',
1.6       bisitz   1569: 
                   1570:    'directory'
1.10      zhu      1571: => '文件夹',
1.6       bisitz   1572: 
                   1573:    'discuss'
1.93      raeburn  1574: => 'discuss',
1.6       bisitz   1575: 
                   1576:    'evaluate'
1.10      zhu      1577: => '评价',
1.6       bisitz   1578: 
                   1579:    'feedback'
1.10      zhu      1580: => '反馈',
1.6       bisitz   1581: 
                   1582:    'keywords'
1.10      zhu      1583: => '关键词',
1.6       bisitz   1584: 
                   1585:    'language'
1.10      zhu      1586: => '语言',
1.6       bisitz   1587: 
                   1588:    'movies'
1.10      zhu      1589: => '电影',
1.6       bisitz   1590: 
                   1591:    'notes'
1.10      zhu      1592: => '注释',
1.6       bisitz   1593: 
                   1594:    'obsolete'
1.10      zhu      1595: => '过时的',
1.6       bisitz   1596: 
                   1597:    'pages'
1.10      zhu      1598: => '页',
1.6       bisitz   1599: 
                   1600:    'pictures'
1.10      zhu      1601: => '图片',
1.6       bisitz   1602: 
                   1603:    'problem'
1.10      zhu      1604: => '任务',
1.6       bisitz   1605: 
                   1606:    'resources'
1.10      zhu      1607: => '资源',
1.6       bisitz   1608: 
                   1609:    'sequence'
1.10      zhu      1610: => '顺序',
1.6       bisitz   1611: 
1.19      zhu      1612:    'subject: '
1.10      zhu      1613: => '主题',
1.6       bisitz   1614: 
                   1615:    'this'
1.10      zhu      1616: => '这个',
1.6       bisitz   1617: 
                   1618:    'title'
1.10      zhu      1619: => '标题',
1.6       bisitz   1620: 
                   1621:    'About Me'
                   1622: => '关于我',
                   1623: 
                   1624:    'Bulletin Board/Discussion'
1.93      raeburn  1625: => 'Bulletin Board/Discussion',
1.6       bisitz   1626: 
                   1627:    'Clear All'
1.10      zhu      1628: => '全部清除',
1.6       bisitz   1629: 
                   1630:    'Close All Folders'
1.10      zhu      1631: => '关闭所有文件夹',
1.6       bisitz   1632: 
                   1633:    'Construction Space File Operation'
1.93      raeburn  1634: => 'Construction Space File Operation',
1.6       bisitz   1635: 
                   1636:    'Contact Information'
                   1637: => '联系信息',
                   1638: 
                   1639:    'Contact'
                   1640: => '联系我',
                   1641: 
                   1642:    'Copied old metadata'
1.10      zhu      1643: => '复制旧数据',
1.6       bisitz   1644: 
                   1645:    'Failed to write old metadata copy'
1.93      raeburn  1646: => 'Failed to write old metadata copy',
1.6       bisitz   1647: 
                   1648:    'Copied old target file'
1.10      zhu      1649: => '复制旧的目标文件',
1.6       bisitz   1650: 
                   1651:    'Failed to copy old target'
1.93      raeburn  1652: => 'Failed to copy old target',
1.6       bisitz   1653: 
1.39      bisitz   1654:    'Created directory [_1]'
1.93      raeburn  1655: => 'Created directory [_1]',
1.6       bisitz   1656: 
                   1657:    'Copyright'
                   1658: => '版权',
                   1659: 
                   1660:    'Could Not Process Request'
1.10      zhu      1661: => '命令无法执行',
1.6       bisitz   1662: 
                   1663:    'Default'
1.9       zhu      1664: => '默认设置',
1.6       bisitz   1665: 
                   1666:    'Discard Selected'
1.93      raeburn  1667: => 'Discard Selected',
1.6       bisitz   1668: 
                   1669:    'EMail and Messages'
1.10      zhu      1670: => '电子邮件和信息',
1.6       bisitz   1671: 
                   1672:    'Edit this resource'
1.93      raeburn  1673: => '编辑此资源',
1.6       bisitz   1674: 
                   1675:    'Enter construction space as co-author'
1.93      raeburn  1676: => 'Enter construction space as co-author',
1.6       bisitz   1677: 
                   1678:    'Enter construction space as a co-author'
1.93      raeburn  1679: => 'Enter construction space as a co-author',
1.6       bisitz   1680: 
                   1681:    'Enter construction space as assistant co-author'
1.93      raeburn  1682: => 'Enter construction space as assistant co-author',
1.6       bisitz   1683: 
                   1684:    'Host'
1.10      zhu      1685: => '计算',
1.6       bisitz   1686: 
                   1687:    'Last updated'
                   1688: => '最后更新',
                   1689: 
                   1690:    'Mime type'
1.10      zhu      1691: => 'MIME 类型',
1.6       bisitz   1692: 
                   1693:    'Modified'
1.10      zhu      1694: => '修改过的',
1.6       bisitz   1695: 
                   1696:    'Modify deadlines, etc, for this assessment resource'
1.27      zhu      1697: => '为这项评估资源修改期限等',
1.6       bisitz   1698: 
                   1699:    'Modify user grades for this assessment resource'
1.93      raeburn  1700: => '手动评估',
1.6       bisitz   1701: 
                   1702:    'View user submissions for this assessment resource'
1.93      raeburn  1703: => 'View user submissions for this assessment resource',
1.6       bisitz   1704: 
                   1705:    'Move Down'
1.27      zhu      1706: => '下移',
1.6       bisitz   1707: 
                   1708:    'Move Up'
1.27      zhu      1709: => '上移',
1.6       bisitz   1710: 
                   1711:    'New Title'
1.22      zhu      1712: => '新标题',
1.6       bisitz   1713: 
                   1714:    'Open All Folders'
1.27      zhu      1715: => '打开所有文件夹',
1.6       bisitz   1716: 
                   1717:    'Owner/Publisher'
1.27      zhu      1718: => '所有者/出版社',
1.6       bisitz   1719: 
1.22      zhu      1720:    'Personal Information Page'
                   1721: => '个人资料页面',
                   1722: 
1.6       bisitz   1723:    'Personal Information'
                   1724: => '个人信息',
                   1725: 
1.30      bisitz   1726:    'Privacy Note:'
                   1727: => '注意隐私:',
1.6       bisitz   1728: 
                   1729:    'Published'
1.27      zhu      1730: => '出版的',
1.6       bisitz   1731: 
                   1732:    'Reading results from'
1.93      raeburn  1733: => 'Reading results from',
1.6       bisitz   1734: 
                   1735:    'Retrieve'
1.57      zhu      1736: => '恢复',
1.6       bisitz   1737: 
                   1738:    'Revert to Last Saved'
1.93      raeburn  1739: => 'Revert to Last Saved',
1.6       bisitz   1740: 
                   1741:    'Revision Date'
1.93      raeburn  1742: => 'Revision Date',
1.6       bisitz   1743: 
                   1744:    'Shared by course faculty and staff'
                   1745: => '共同管理人员和工作人员',
                   1746: 
                   1747:    'Synchronized SQL metadata database'
1.93      raeburn  1748: => 'Synchronized SQL metadata database',
1.6       bisitz   1749: 
                   1750:    'Task'
1.93      raeburn  1751: => 'Task',
1.6       bisitz   1752: 
                   1753:    'Temporary Assembly Workspace'
1.93      raeburn  1754: => 'Temporary Assembly Workspace',
1.6       bisitz   1755: 
                   1756:    'The information you submit can be viewed by anybody who is logged into LON-CAPA. Do not provide information that you are not ready to share publicly.'
                   1757: => '任何登录LON-CAPA的人都能看到您提供的数据,如果不想公开就不要上传任何数据。',
                   1758: 
                   1759:    'Topic'
1.12      zhu      1760: => '主题',
1.6       bisitz   1761: 
                   1762:    'Upload a Photo'
                   1763: => '上传相片',
                   1764: 
                   1765:    'Add Records'
                   1766: => '添加记录',
                   1767: 
                   1768:    'User Notes, Face-to-Face, Critical Messages, Broadcast Messages, Archived Messages'
1.10      zhu      1769: => '用户注释, 个人讨论, 重要信息, 小区广播,存档信息',
1.6       bisitz   1770: 
                   1771:    'User Notes, Records of Face-to-Face Discussions, and Critical Messages'
1.10      zhu      1772: => '用户注释,记录用户的讨论和重要信息',
1.6       bisitz   1773: 
                   1774:    'User Notes, Records of Face-To-Face Discussions, and Critical Messages in Course'
1.9       zhu      1775: => '用户注释,记录面对面的讨论,课程重要讯息',
1.6       bisitz   1776: 
                   1777:    'User Notes, Records of Face-To-Face Discussions, Critical Messages, Broadcast Messages and Archived Messages in Course'
1.9       zhu      1778: => '用户注释,记录面对面讨论,重要的信息,广播信息,课程存档',
1.6       bisitz   1779: 
                   1780:    'No notes, face-to-face discussion records, critical messages, or broadcast messages in this [_1].'
1.10      zhu      1781: => '对于 [_1] 没有用户注释, 记录用户的讨论, 重要信息, 或者广播信息。',
1.6       bisitz   1782: 
                   1783:    'Version Number'
1.10      zhu      1784: => '版本号',
1.6       bisitz   1785: 
                   1786:    'View Published Version'
1.10      zhu      1787: => '查看发布的版本',
1.6       bisitz   1788: 
                   1789:    'Web References'
                   1790: => 'Web 引用',
                   1791: 
                   1792:    'co con-'
1.93      raeburn  1793: => 'co con-',
1.6       bisitz   1794: 
                   1795:    'co res'
1.93      raeburn  1796: => 'co res',
1.6       bisitz   1797: 
                   1798:    'contacting'
1.10      zhu      1799: => '建立联系',
1.6       bisitz   1800: 
                   1801:    'edit'
1.9       zhu      1802: => '编辑',
1.6       bisitz   1803: 
                   1804:    'interface available'
1.93      raeburn  1805: => 'interface available',
1.6       bisitz   1806: 
                   1807:    'missions'
1.9       zhu      1808: => '任务',
1.6       bisitz   1809: 
                   1810:    'view sub-'
1.93      raeburn  1811: => 'view sub-',
1.6       bisitz   1812: 
                   1813:    'waiting on'
1.93      raeburn  1814: => 'waiting on',
1.6       bisitz   1815: 
                   1816:    '#Stdnts'
1.93      raeburn  1817: => '#Stdnts',
1.6       bisitz   1818: 
                   1819:    '#YES'
1.93      raeburn  1820: => '#YES',
1.6       bisitz   1821: 
                   1822:    '%Wrng'
                   1823: => '%Wrng',
                   1824: 
                   1825:    'Brief view of each students performance in course.'
1.93      raeburn  1826: => 'Brief view of each students performance in course.',
1.6       bisitz   1827: 
                   1828:    'Clear Caches'
1.9       zhu      1829: => '清除缓存',
1.6       bisitz   1830: 
1.89      bisitz   1831:    'Course Statistics and Charts cannot be retrieved until the database is restarted. Your data is intact but cannot be displayed at this time.'
1.93      raeburn  1832: => 'Course Statistics and Charts cannot be retrieved until the database is restarted. Your data is intact but cannot be displayed at this time.',
1.6       bisitz   1833: 
                   1834:    'Detailed statistics and graphs of student performance on problems.'
1.93      raeburn  1835: => 'Detailed statistics and graphs of student performance on problems.',
1.6       bisitz   1836: 
                   1837:    'DoDiff'
1.93      raeburn  1838: => 'DoDiff',
1.6       bisitz   1839: 
                   1840:    'Enrollment Status'
1.93      raeburn  1841: => 'Enrollment Status',
1.6       bisitz   1842: 
                   1843:    'Generate Statistics'
1.12      zhu      1844: => '建立统计资料',
1.6       bisitz   1845: 
                   1846:    'Max Tries'
1.93      raeburn  1847: => 'Max Tries',
1.6       bisitz   1848: 
                   1849:    'Mean Tries'
1.93      raeburn  1850: => 'Mean Tries',
1.6       bisitz   1851: 
                   1852:    'Output'
1.93      raeburn  1853: => 'Output',
1.6       bisitz   1854: 
                   1855:    'Overall Problem Statistics'
1.93      raeburn  1856: => 'Overall Problem Statistics',
1.6       bisitz   1857: 
                   1858:    'Please notify the server administrator [_1]'
1.93      raeburn  1859: => 'Please notify the server administrator [_1]',
1.6       bisitz   1860: 
                   1861:    'Preparing Excel Spreadsheet'
1.93      raeburn  1862: => 'Preparing Excel Spreadsheet',
1.6       bisitz   1863: 
                   1864:    'Problem Status Chart'
1.93      raeburn  1865: => 'Problem Status Chart',
1.6       bisitz   1866: 
                   1867:    'S.D. tries'
1.93      raeburn  1868: => 'S.D. tries',
1.6       bisitz   1869: 
                   1870:    'Sections'
1.93      raeburn  1871: => 'Sections',
1.6       bisitz   1872: 
                   1873:    'Sequence or Folder'
1.93      raeburn  1874: => 'Sequence or Folder',
1.6       bisitz   1875: 
                   1876:    'Sequences and Folders'
1.93      raeburn  1877: => 'Sequences and Folders',
1.6       bisitz   1878: 
                   1879:    'Skew Tries'
1.93      raeburn  1880: => 'Skew Tries',
1.6       bisitz   1881: 
                   1882:    'Statistics and Problem Analysis'
1.93      raeburn  1883: => 'Statistics and Problem Analysis',
1.6       bisitz   1884: 
                   1885:    'Student performance statistics on all problems.'
1.93      raeburn  1886: => 'Student performance statistics on all problems.',
1.6       bisitz   1887: 
                   1888:    'Unable to connect to database!'
1.93      raeburn  1889: => 'Unable to connect to database!',
1.6       bisitz   1890: 
                   1891:    'Your Excel Spreadsheet'
1.93      raeburn  1892: => 'Your Excel Spreadsheet',
1.6       bisitz   1893: 
                   1894:    'Your Excel spreadsheet.'
1.93      raeburn  1895: => 'Your Excel spreadsheet.',
1.6       bisitz   1896: 
                   1897:    'Your Excel spreadsheet'
1.93      raeburn  1898: => 'Your Excel spreadsheet',
1.6       bisitz   1899: 
                   1900:    'Your CSV file.'
1.93      raeburn  1901: => 'Your CSV file.',
1.6       bisitz   1902: 
                   1903:    'Your CSV file'
1.93      raeburn  1904: => 'Your CSV file',
1.6       bisitz   1905: 
                   1906:    'part'
1.27      zhu      1907: => '部分',
1.6       bisitz   1908: 
                   1909:    'part - '
1.70      zhu      1910: => '部分 ',
1.6       bisitz   1911: 
                   1912:    'problem statistics grouped by sequence'
1.93      raeburn  1913: => 'problem statistics grouped by sequence',
1.6       bisitz   1914: 
                   1915:    'problem statistics ungrouped'
1.93      raeburn  1916: => 'problem statistics ungrouped',
1.6       bisitz   1917: 
                   1918:    'problem statistics, Excel'
1.93      raeburn  1919: => 'problem statistics, Excel',
1.6       bisitz   1920: 
                   1921:    'Significant figures are incorrect, submission was not graded.'
1.93      raeburn  1922: => 'Significant figures are incorrect, submission was not graded.',
1.6       bisitz   1923: 
                   1924:    '. . . for a particular section'
1.98    ! bisitz   1925: => '. . . for a particular section',
1.6       bisitz   1926: 
                   1927:    '. . . for all students in the course'
1.98    ! bisitz   1928: => '. . . for all students in the course',
1.6       bisitz   1929: 
                   1930:    '. . . for an individual student'
1.98    ! bisitz   1931: => '. . . for an individual student',
1.6       bisitz   1932: 
1.90      bisitz   1933:    '12 am' # midnight
1.93      raeburn  1934: => '12 am',
1.90      bisitz   1935: 
                   1936:    'midnight'
                   1937: => '午夜',
                   1938: 
1.6       bisitz   1939:    '1 am'
1.93      raeburn  1940: => '1 am',
1.6       bisitz   1941: 
1.90      bisitz   1942:    '2 am'
1.93      raeburn  1943: => '2 am',
1.90      bisitz   1944: 
                   1945:    '3 am'
1.93      raeburn  1946: => '3 am',
1.90      bisitz   1947: 
                   1948:    '4 am'
1.93      raeburn  1949: => '4 am',
1.90      bisitz   1950: 
                   1951:    '5 am'
1.93      raeburn  1952: => '5 am',
1.90      bisitz   1953: 
                   1954:    '6 am'
1.93      raeburn  1955: => '6 am',
1.90      bisitz   1956: 
                   1957:    '7 am'
1.93      raeburn  1958: => '7 am',
1.90      bisitz   1959: 
                   1960:    '8 am'
1.93      raeburn  1961: => '8 am',
1.90      bisitz   1962: 
                   1963:    '9 am'
1.93      raeburn  1964: => '9 am',
1.6       bisitz   1965: 
                   1966:    '10 am'
1.93      raeburn  1967: => '10 am',
1.6       bisitz   1968: 
                   1969:    '11 am'
1.93      raeburn  1970: => '11 am',
1.6       bisitz   1971: 
                   1972:    '12 noon'
1.93      raeburn  1973: => '12 noon',
1.6       bisitz   1974: 
1.90      bisitz   1975:    'noon'
                   1976: => '中午',
                   1977: 
                   1978:    '1 pm'
1.93      raeburn  1979: => '1 pm',
1.6       bisitz   1980: 
                   1981:    '2 pm'
1.93      raeburn  1982: => '2 pm',
1.6       bisitz   1983: 
                   1984:    '3 pm'
1.93      raeburn  1985: => '3 pm',
1.6       bisitz   1986: 
                   1987:    '4 pm'
1.93      raeburn  1988: => '4 pm',
1.6       bisitz   1989: 
                   1990:    '5 pm'
1.93      raeburn  1991: => '5 pm',
1.6       bisitz   1992: 
                   1993:    '6 pm'
1.93      raeburn  1994: => '6 pm',
1.6       bisitz   1995: 
                   1996:    '7 pm'
1.93      raeburn  1997: => '7 pm',
1.6       bisitz   1998: 
                   1999:    '8 pm'
1.93      raeburn  2000: => '8 pm',
1.6       bisitz   2001: 
                   2002:    '9 pm'
1.93      raeburn  2003: => '9 pm',
1.6       bisitz   2004: 
1.90      bisitz   2005:    '10 pm'
1.93      raeburn  2006: => '10 pm',
1.90      bisitz   2007: 
                   2008:    '11 pm'
1.93      raeburn  2009: => '11 pm',
1.90      bisitz   2010: 
1.6       bisitz   2011:    '<- Previous'
1.98    ! bisitz   2012: => '<- Previous',
1.6       bisitz   2013: 
                   2014:    'ALL'
1.93      raeburn  2015: => 'ALL',
1.6       bisitz   2016: 
                   2017:    'All Maps or Folders'
1.93      raeburn  2018: => 'All Maps or Folders',
1.6       bisitz   2019: 
                   2020:    'Any User'
1.18      zhu      2021: => '任何用户',
1.6       bisitz   2022: 
                   2023:    'Assessment URL and Title'
1.18      zhu      2024: => '评估网址和标题',
1.6       bisitz   2025: 
                   2026:    'Assigned User Roles'
1.18      zhu      2027: => '用户角色分配',
1.6       bisitz   2028: 
                   2029:    'Browse resources'
1.18      zhu      2030: => '搜索资源',
1.6       bisitz   2031: 
                   2032:    'Changes can take up to 10 minutes before being active for all students.'
1.93      raeburn  2033: => 'Changes can take up to 10 minutes before being active for all students.',
1.6       bisitz   2034: 
                   2035:    'Course Assessment Parameter - Helper Mode'
1.18      zhu      2036: => '课程评估参数 - 助手模式',
1.6       bisitz   2037: 
                   2038:    'Course Assessment Parameters - Overview Mode'
1.18      zhu      2039: => '课程评估参数 - 摘要模式',
1.6       bisitz   2040: 
                   2041:    'Course Assessments Parameters - Table Mode'
1.18      zhu      2042: => '课程评估参数 - 表模式',
1.6       bisitz   2043: 
                   2044:    'Course Environment Parameters'
1.18      zhu      2045: => '课程环境参数',
1.6       bisitz   2046: 
                   2047:    'Course Parameter Helper'
1.18      zhu      2048: => '课程参数实用工具',
1.6       bisitz   2049: 
                   2050:    'Create New Environment Variable'
1.18      zhu      2051: => '创造新的环境变量',
1.6       bisitz   2052: 
                   2053:    'Current Session Value'
1.63      zhu      2054: => '当前会话的值',
1.6       bisitz   2055: 
                   2056:    'Default Value'
1.18      zhu      2057: => '缺省值',
1.6       bisitz   2058: 
                   2059:    'Delete a role'
1.18      zhu      2060: => '删除角色',
1.6       bisitz   2061: 
                   2062:    'Disable all communication among students'
1.93      raeburn  2063: => 'Disable all communication among students',
1.6       bisitz   2064: 
                   2065:    'Enclosing Map or Folder'
1.27      zhu      2066: => '附有目录或文件夹',
1.6       bisitz   2067: 
                   2068:    'Every problem in a particular folder'
1.27      zhu      2069: => '每一个问题在一个特定的文件夹',
1.6       bisitz   2070: 
                   2071:    'Every problem in the course'
1.27      zhu      2072: => '课程的中每一个问题',
1.6       bisitz   2073: 
                   2074:    'Folder'
1.10      zhu      2075: => '文件夹',
1.6       bisitz   2076: 
                   2077:    'Grant/revoke Course Custom Role'
1.93      raeburn  2078: => 'Grant/revoke Course Custom Role',
1.6       bisitz   2079: 
                   2080:    'Grant/revoke role of Administrator'
1.93      raeburn  2081: => 'Grant/revoke role of Administrator',
1.6       bisitz   2082: 
                   2083:    'Grant/revoke role of Author'
1.93      raeburn  2084: => 'Grant/revoke role of Author',
1.6       bisitz   2085: 
                   2086:    'Grant/revoke role of Course Coordinator'
1.93      raeburn  2087: => 'Grant/revoke role of Course Coordinator',
1.6       bisitz   2088: 
                   2089:    'Grant/revoke role of Domain Guest'
1.93      raeburn  2090: => 'Grant/revoke role of Domain Guest',
1.6       bisitz   2091: 
                   2092:    'Grant/revoke role of Librarian'
1.93      raeburn  2093: => 'Grant/revoke role of Librarian',
1.6       bisitz   2094: 
                   2095:    'Grant/revoke role of Teaching Assistant'
1.93      raeburn  2096: => 'Grant/revoke role of Teaching Assistant',
1.6       bisitz   2097: 
                   2098:    'Internally authenticated'
1.93      raeburn  2099: => 'Internally authenticated',
1.6       bisitz   2100: 
                   2101:    'Kerberos authenticated'
1.93      raeburn  2102: => 'Kerberos authenticated',
1.6       bisitz   2103: 
                   2104:    'LON-CAPA Helper:'
1.93      raeburn  2105: => 'LON-CAPA Helper:',
1.6       bisitz   2106: 
                   2107:    'Lock and unlock assessments'
1.93      raeburn  2108: => 'Lock and unlock assessments',
1.6       bisitz   2109: 
                   2110:    'Manage Access Keys'
1.93      raeburn  2111: => 'Manage Access Keys',
1.6       bisitz   2112: 
                   2113:    'Manage access keys'
1.93      raeburn  2114: => 'Manage access keys',
1.6       bisitz   2115: 
                   2116:    'Max Possible To Date'
1.10      zhu      2117: => '到现在为止,最高可达到',
1.6       bisitz   2118: 
                   2119:    'Modify Course Assessment Parameters'
1.93      raeburn  2120: => 'Modify Course Assessment Parameters',
1.6       bisitz   2121: 
                   2122:    'Modify authentication mechanism and data for a user'
1.93      raeburn  2123: => 'Modify authentication mechanism and data for a user',
1.6       bisitz   2124: 
                   2125:    'Modify grades'
1.93      raeburn  2126: => 'Modify grades',
1.6       bisitz   2127: 
                   2128:    'Next ->'
1.12      zhu      2129: => '下一步 ->',
1.6       bisitz   2130: 
                   2131:    'One particular problem'
1.93      raeburn  2132: => 'One particular problem',
1.6       bisitz   2133: 
                   2134:    'Parameter Name'
1.18      zhu      2135: => '参数名',
1.6       bisitz   2136: 
                   2137:    'Parameter Type'
1.18      zhu      2138: => '参数类型',
1.6       bisitz   2139: 
                   2140:    'Parameter in Effect'
1.18      zhu      2141: => '有效参数',
1.6       bisitz   2142: 
                   2143:    'Please select a problem to analyze'
1.18      zhu      2144: => '请选择问题进行分析',
1.6       bisitz   2145: 
                   2146:    'Post anonymously'
1.18      zhu      2147: => '匿名发送',
1.6       bisitz   2148: 
                   2149:    'Post discussion on course resources'
1.18      zhu      2150: => '发送该课程资源的讨论',
1.6       bisitz   2151: 
                   2152:    'Post system frontpage announcements'
1.18      zhu      2153: => '给系统主页发送通知',
1.6       bisitz   2154: 
                   2155:    'Post to live chatrooms'
1.18      zhu      2156: => '发送到在线聊天室',
                   2157: 
                   2158:    'Post to chatrooms'
                   2159: => '发送到聊天室',
1.6       bisitz   2160: 
                   2161:    'Problems Not Contained In A Folder'
1.18      zhu      2162: => '问题不包含在一个文件夹中',
1.6       bisitz   2163: 
                   2164:    'Section'
1.12      zhu      2165: => '章节',
1.6       bisitz   2166: 
                   2167:    'Section:'
1.12      zhu      2168: => '章节:',
1.6       bisitz   2169: 
                   2170:    'Select Date'
1.12      zhu      2171: => '请选择日期',
1.6       bisitz   2172: 
                   2173:    'Select Enclosing Map or Folder'
1.93      raeburn  2174: => 'Select Enclosing Map or Folder',
1.6       bisitz   2175: 
                   2176:    'Select Parameter Level'
1.93      raeburn  2177: => 'Select Parameter Level',
1.6       bisitz   2178: 
                   2179:    'Send internal email'
1.12      zhu      2180: => '发送内部电子邮件',
1.6       bisitz   2181: 
                   2182:    'Set Course Environment Parameters'
1.93      raeburn  2183: => 'Set Course Environment Parameters',
1.6       bisitz   2184: 
                   2185:    'Set Date'
1.12      zhu      2186: => '设定日期',
1.6       bisitz   2187: 
1.31      bisitz   2188:    'Set Defaults for All Resources in [_1]Specifically for [_2][_3]'
1.93      raeburn  2189: => 'Set Defaults for All Resources in [_1]Specifically for [_2][_3]',
1.6       bisitz   2190: 
                   2191:    'Set a due date'
1.9       zhu      2192: => '设定一个截止日期',
1.6       bisitz   2193: 
                   2194:    'Set an answer open date'
1.93      raeburn  2195: => 'Set an answer open date',
1.6       bisitz   2196: 
                   2197:    'Set an open date'
1.93      raeburn  2198: => 'Set an open date',
1.6       bisitz   2199: 
                   2200:    'Set opening datefor all problems in the course for. . .'
1.93      raeburn  2201: => 'Set opening datefor all problems in the course for. . .',
1.6       bisitz   2202: 
                   2203:    'Set the number of tries'
1.27      zhu      2204: => '设置尝试次数',
1.6       bisitz   2205: 
                   2206:    'Set the problem weight'
1.27      zhu      2207: => '设置问题难度',
1.6       bisitz   2208: 
                   2209:    'Set/Modify Course Assessment Parameter'
1.27      zhu      2210: => '设置/修改课程评估参数',
1.6       bisitz   2211: 
                   2212:    'Set/Modify Course Assessment Parameters'
1.27      zhu      2213: => '设置/修改课程评估参数',
1.6       bisitz   2214: 
                   2215:    'Set/Modify Course Parameters'
1.27      zhu      2216: => '设置/修改课程参数',
1.6       bisitz   2217: 
                   2218:    'Show More Options'
1.27      zhu      2219: => '显示更多选项',
1.6       bisitz   2220: 
                   2221:    'Students Affected'
1.27      zhu      2222: => '受影响的学生',
1.6       bisitz   2223: 
                   2224:    'This helper will assist you in setting the open, due, and answer dates for problems, or in setting the number of tries for problems. You will be asked to select which problems you wish to set the parameters for, then what parameter you wish to set, then you will select whom the setting affects. After the helper is done, you will be shown where in the advanced interface you would have gone to set the parameter you have chosen, so in the future you can do it directly. Press Next -&gt; to begin, or select &lt;- Previous to go back to the previous screen.'
1.93      raeburn  2225: => 'This helper will assist you in setting the open, due, and answer dates for problems, or in setting the number of tries for problems. You will be asked to select which problems you wish to set the parameters for, then what parameter you wish to set, then you will select whom the setting affects. After the helper is done, you will be shown where in the advanced interface you would have gone to set the parameter you have chosen, so in the future you can do it directly. Press Next -&gt; to begin, or select &lt;- Previous to go back to the previous screen.',
1.6       bisitz   2226: 
                   2227:    'Total'
1.10      zhu      2228: => '总共',
1.6       bisitz   2229: 
                   2230:    'Total Parts In Course'
1.93      raeburn  2231: => 'Total Parts In Course',
1.6       bisitz   2232: 
                   2233:    'Type'
1.10      zhu      2234: => '型号',
1.6       bisitz   2235: 
                   2236:    'UNIX authenticated'
1.18      zhu      2237: => 'UNIX 认证',
1.6       bisitz   2238: 
                   2239:    'USERS'
1.10      zhu      2240: => '用户',
1.6       bisitz   2241: 
                   2242:    'Unknown ID'
1.10      zhu      2243: => '未知 ID',
1.6       bisitz   2244: 
                   2245:    'Unknown user'
1.10      zhu      2246: => '未知用户',
1.6       bisitz   2247: 
                   2248:    'Update Course Assessment Parameter Display'
1.93      raeburn  2249: => 'Update Course Assessment Parameter Display',
1.6       bisitz   2250: 
                   2251:    'Update Section or Specific User'
1.93      raeburn  2252: => 'Update Section or Specific User',
1.6       bisitz   2253: 
                   2254:    'Verify Selection'
1.10      zhu      2255: => '确认选择',
1.6       bisitz   2256: 
                   2257:    'Welcome to the Assignment Parameter Helper'
1.93      raeburn  2258: => 'Welcome to the Assignment Parameter Helper',
1.6       bisitz   2259: 
                   2260:    'What parameter do you want to set for all problems in the course?'
1.93      raeburn  2261: => 'What parameter do you want to set for all problems in the course?',
1.6       bisitz   2262: 
                   2263:    'What should the opening date be set to?'
1.93      raeburn  2264: => 'What should the opening date be set to?',
1.6       bisitz   2265: 
                   2266:    'Which Problem or Problems?'
1.93      raeburn  2267: => 'Which Problem or Problems?',
1.6       bisitz   2268: 
                   2269:    'Which problems do you wish to set a parameter for?'
1.93      raeburn  2270: => 'Which problems do you wish to set a parameter for?',
1.6       bisitz   2271: 
1.83      bisitz   2272:    'You need to choose another user role or enter a specific course or community for this function.'
                   2273: => 'You need to choose another user role or enter a specific course or community for this function.', # '对于此功能您需要选择另一个用户角色,或者输入特定的课程。',
1.6       bisitz   2274: 
                   2275:    'a.m.'
1.10      zhu      2276: => '上午',
1.6       bisitz   2277: 
                   2278:    'acc keys'
1.93      raeburn  2279: => 'acc keys',
1.6       bisitz   2280: 
                   2281:    'according to course preferences'
1.18      zhu      2282: => '根据课程设置',
1.6       bisitz   2283: 
                   2284:    'according to resource settings'
1.18      zhu      2285: => '根据资源设置',
1.6       bisitz   2286: 
                   2287:    'according to user session state'
1.18      zhu      2288: => '根据用户会话状态',
1.6       bisitz   2289: 
                   2290:    'all'
1.18      zhu      2291: => '所有的',
1.6       bisitz   2292: 
                   2293:    'at'
1.18      zhu      2294: => '在',
1.6       bisitz   2295: 
                   2296:    'at Domain'
1.18      zhu      2297: => '在域',
1.6       bisitz   2298: 
                   2299:    'at domain'
1.18      zhu      2300: => '在域',
1.6       bisitz   2301: 
                   2302:    'default'
1.18      zhu      2303: => '默认',
1.6       bisitz   2304: 
                   2305:    'for Enclosing Map or Folder'
1.27      zhu      2306: => '对于附有目录或文件夹', #??? [SB 18.10.2006]
1.6       bisitz   2307: 
                   2308:    'for Resource'
1.27      zhu      2309: => '资源',
1.6       bisitz   2310: 
                   2311:    'from Enclosing Map or Folder'
1.27      zhu      2312: => '从附有目录或文件夹', #??? [SB 18.10.2006]
1.6       bisitz   2313: 
                   2314:    'general'
1.27      zhu      2315: => '一般的',
1.6       bisitz   2316: 
                   2317:    'in Course'
1.18      zhu      2318: => '在课程',
1.6       bisitz   2319: 
                   2320:    'in Section/Group'
1.18      zhu      2321: => '在科/组',
1.6       bisitz   2322: 
                   2323:    'manage'
1.12      zhu      2324: => '管理',
1.6       bisitz   2325: 
                   2326:    'of'
1.93      raeburn  2327: => 'of',
1.6       bisitz   2328: 
                   2329:    'or ID'
1.12      zhu      2330: => '或者 ID',
1.6       bisitz   2331: 
                   2332:    'p.m.'
1.10      zhu      2333: => '下午',
1.6       bisitz   2334: 
                   2335:    'percent'
1.7       zhu      2336: => '百分比',
1.6       bisitz   2337: 
                   2338:    'unless locked'
1.10      zhu      2339: => '除非锁定',
1.6       bisitz   2340: 
                   2341:    'users in'
1.93      raeburn  2342: => 'users in',
1.6       bisitz   2343: 
                   2344:    'Access Key Management'
1.93      raeburn  2345: => 'Access Key Management',
1.6       bisitz   2346: 
                   2347:    'Assessment'
1.10      zhu      2348: => '评价',
1.6       bisitz   2349: 
                   2350:    'Calculations'
1.93      raeburn  2351: => 'Calculations',
1.6       bisitz   2352: 
                   2353:    'Comma Separated Values'
1.93      raeburn  2354: => 'Comma Separated Values',
1.6       bisitz   2355: 
                   2356:    'Course ID'
1.10      zhu      2357: => '课程 ID',
1.6       bisitz   2358: 
1.41      bisitz   2359:    'Course level sheet'
1.93      raeburn  2360: => 'Course level sheet', # ??? [SB 2007-07-02]
1.6       bisitz   2361: 
                   2362:    'Detailed Problem Analysis'
1.93      raeburn  2363: => 'Detailed Problem Analysis',
1.6       bisitz   2364: 
                   2365:    'End Helper'
1.93      raeburn  2366: => 'End Helper',
1.6       bisitz   2367: 
                   2368:    'Excel'
                   2369: => 'Excel',
                   2370: 
                   2371:    'Text (essays only)'
1.93      raeburn  2372: => 'Text (essays only)',
1.6       bisitz   2373: 
                   2374:    'Finish Course Initialization'
1.93      raeburn  2375: => 'Finish Course Initialization',
1.6       bisitz   2376: 
                   2377:    'Generate Spreadsheet'
1.12      zhu      2378: => '生成报告表',
1.6       bisitz   2379: 
                   2380:    'Grant/revoke role of Scantron Operator'
1.93      raeburn  2381: => 'Grant/revoke role of Scantron Operator',
1.6       bisitz   2382: 
                   2383:    'HTML'
                   2384: => 'HTML',
                   2385: 
                   2386:    'Invalid date entry'
1.93      raeburn  2387: => 'Invalid date entry',
1.6       bisitz   2388: 
                   2389:    'Load:'
1.10      zhu      2390: => '加载:',
1.6       bisitz   2391: 
                   2392:    'No changes were made to the current settings.'
1.93      raeburn  2393: => 'No changes were made to the current settings.',
1.6       bisitz   2394: 
                   2395:    'Output Format'
1.10      zhu      2396: => '输出格式',
1.6       bisitz   2397: 
                   2398:    'Processing course structure'
1.93      raeburn  2399: => 'Processing course structure',
1.6       bisitz   2400: 
                   2401:    'Processing first student'
1.93      raeburn  2402: => 'Processing first student',
1.6       bisitz   2403: 
                   2404:    'Row'
1.10      zhu      2405: => '排列',
1.6       bisitz   2406: 
                   2407:    'Save as'
1.10      zhu      2408: => '另存为',
1.6       bisitz   2409: 
1.66      bisitz   2410:    'Save as &amp; Make This Sheet the Default'
1.10      zhu      2411: => '另存为 & 使此工作表作为一个默认使用',
1.6       bisitz   2412: 
                   2413:    'Scantron Operator'
1.93      raeburn  2414: => 'Scantron Operator',
1.6       bisitz   2415: 
                   2416:    'Select All'
1.10      zhu      2417: => '全选',
1.6       bisitz   2418: 
                   2419:    'Select All Students'
1.10      zhu      2420: => '选择所有学生',
1.6       bisitz   2421: 
                   2422:    'Select Spreadsheet File'
1.10      zhu      2423: => '选择电子表格文件',
1.6       bisitz   2424: 
                   2425:    'Send Scantron data to a course'
1.93      raeburn  2426: => 'Send Scantron data to a course',
1.6       bisitz   2427: 
                   2428:    'Spreadsheet Computation'
1.93      raeburn  2429: => 'Spreadsheet Computation',
1.6       bisitz   2430: 
                   2431:    'Spreadsheet Computation Status'
1.93      raeburn  2432: => 'Spreadsheet Computation Status',
1.6       bisitz   2433: 
                   2434:    'Student level sheet'
1.93      raeburn  2435: => 'Student level sheet',
1.6       bisitz   2436: 
                   2437:    'Summary'
1.93      raeburn  2438: => 'Summary',
1.6       bisitz   2439: 
                   2440:    'Template'
1.93      raeburn  2441: => 'Template',
1.6       bisitz   2442: 
                   2443:    'Unselect All'
1.93      raeburn  2444: => 'Unselect All',
1.6       bisitz   2445: 
                   2446:    'Unselect All Students'
1.93      raeburn  2447: => 'Unselect All Students',
1.6       bisitz   2448: 
                   2449:    'Upload Scantron data'
1.93      raeburn  2450: => 'Upload Scantron data',
1.6       bisitz   2451: 
                   2452:    'You must choose at least one student to continue.'
1.93      raeburn  2453: => 'You must choose at least one student to continue.',
1.6       bisitz   2454: 
                   2455:    'You must choose one or more choices to continue.'
1.93      raeburn  2456: => 'You must choose one or more choices to continue.',
1.6       bisitz   2457: 
                   2458:    'may be open from a different computer.'
1.93      raeburn  2459: => 'may be open from a different computer.',
1.6       bisitz   2460: 
                   2461:    'minutes'
1.93      raeburn  2462: => 'minutes',
1.6       bisitz   2463: 
                   2464:    'remaining'
1.98    ! bisitz   2465: => 'remaining',
1.6       bisitz   2466: 
                   2467:    'second'
1.93      raeburn  2468: => 'second',
1.6       bisitz   2469: 
                   2470:    'seconds'
1.93      raeburn  2471: => 'seconds',
1.6       bisitz   2472: 
                   2473:    'Additional Recipients'
1.12      zhu      2474: => '其他收件人',
1.6       bisitz   2475: 
1.31      bisitz   2476:    'Analyze Over [_1] [_2]'
1.93      raeburn  2477: => 'Analyze Over [_1] [_2]',
1.6       bisitz   2478: 
                   2479:    'Analyze Problem'
1.93      raeburn  2480: => 'Analyze Problem',
1.6       bisitz   2481: 
                   2482:    'Analyze Problem Again'
1.93      raeburn  2483: => 'Analyze Problem Again',
1.6       bisitz   2484: 
                   2485:    'Analyze as '
1.93      raeburn  2486: => 'Analyze as ',
1.6       bisitz   2487: 
                   2488:    'Browsing resource, all submissions are temporary.'
1.93      raeburn  2489: => 'Browsing resource, all submissions are temporary.',
1.6       bisitz   2490: 
                   2491:    'By'
1.93      raeburn  2492: => 'By',
1.6       bisitz   2493: 
                   2494:    'Check All'
1.12      zhu      2495: => '全选',
1.6       bisitz   2496: 
                   2497:    'Check for All'
1.12      zhu      2498: => '检查所有',
1.6       bisitz   2499: 
                   2500:    'Check for None'
1.70      zhu      2501: => '检查无',
1.6       bisitz   2502: 
                   2503:    'Check for Section/Group'
1.12      zhu      2504: => '检查科/组',
1.6       bisitz   2505: 
                   2506:    'Choose a different resource'
1.12      zhu      2507: => '选择不同的资源',
1.6       bisitz   2508: 
                   2509:    'Concepts'
1.12      zhu      2510: => '草稿',
1.6       bisitz   2511: 
                   2512:    'Critical Messages'
1.12      zhu      2513: => '重要讯息',
1.6       bisitz   2514: 
                   2515:    'Delete'
1.12      zhu      2516: => '删除',
1.6       bisitz   2517: 
                   2518:    'Delete Checked'
1.12      zhu      2519: => '删除选中',
1.6       bisitz   2520: 
                   2521:    'Display All Messages'
1.12      zhu      2522: => '显示所有邮件',
1.6       bisitz   2523: 
                   2524:    'Display all Messages'
1.12      zhu      2525: => '显示所有邮件',
1.6       bisitz   2526: 
                   2527:    'Foils'
1.12      zhu      2528: => '选择',
1.6       bisitz   2529: 
                   2530:    'Forward'
1.12      zhu      2531: => '转发',
1.6       bisitz   2532: 
                   2533:    'Forwarded message from'
1.12      zhu      2534: => '转发邮件从',
1.6       bisitz   2535: 
                   2536:    'Forwarding'
1.12      zhu      2537: => '转发',
1.6       bisitz   2538: 
                   2539:    'From'
1.12      zhu      2540: => '从',
1.6       bisitz   2541: 
                   2542:    'Functions'
1.22      zhu      2543: => '功能',
1.6       bisitz   2544: 
                   2545:    'Mail'
1.12      zhu      2546: => '邮件',
1.6       bisitz   2547: 
                   2548:    'Mark Unread'
1.12      zhu      2549: => '标记为未读',
1.6       bisitz   2550: 
                   2551:    'New Problem Variation'
1.93      raeburn  2552: => 'New Problem Variation',
1.6       bisitz   2553: 
                   2554:    'New Randomization'
1.12      zhu      2555: => '新的变化',
1.6       bisitz   2556: 
                   2557:    'Next'
1.12      zhu      2558: => '下一步',
1.6       bisitz   2559: 
1.31      bisitz   2560:    'Number of Plots [_1]'
1.93      raeburn  2561: => 'Number of Plots [_1]',
1.6       bisitz   2562: 
                   2563:    'Option Response Problem Analysis'
1.93      raeburn  2564: => 'Option Response Problem Analysis',
1.6       bisitz   2565: 
                   2566:    'Previous'
1.12      zhu      2567: => '以前的',
1.6       bisitz   2568: 
                   2569:    'Re'
1.12      zhu      2570: => '回复',
1.6       bisitz   2571: 
                   2572:    'Record'
1.12      zhu      2573: => '记录',
1.6       bisitz   2574: 
                   2575:    'Reply'
1.10      zhu      2576: => '回复',
1.6       bisitz   2577: 
                   2578:    'Reset Submissions'
1.93      raeburn  2579: => 'Reset Submissions',
1.6       bisitz   2580: 
                   2581:    'Select a course'
1.12      zhu      2582: => '选择课程',
1.6       bisitz   2583: 
                   2584:    'Selecting a User'
1.12      zhu      2585: => '选择用户',
1.6       bisitz   2586: 
                   2587:    'Send New'
1.93      raeburn  2588: => 'Send New',
1.6       bisitz   2589: 
                   2590:    'Send Reply'
1.12      zhu      2591: => '发送回复',
1.6       bisitz   2592: 
                   2593:    'Send as critical message'
1.10      zhu      2594: => '发出一个重要信息',
1.6       bisitz   2595: 
                   2596:    'Simple Problem Editor'
1.18      zhu      2597: => '简单的问题编辑器',
1.6       bisitz   2598: 
                   2599:    'Starting'
1.18      zhu      2600: => '开始',
1.6       bisitz   2601: 
                   2602:    'Student Data Compilation Progress'
1.18      zhu      2603: => '学生资料汇编进展',
1.6       bisitz   2604: 
                   2605:    'Student Data Compilation Status'
1.18      zhu      2606: => '学生资料汇编状态',
1.6       bisitz   2607: 
                   2608:    'There is no student data for this problem.'
1.18      zhu      2609: => '对于这个问题,没有任何学生的数据。',
1.6       bisitz   2610: 
                   2611:    'Time'
1.10      zhu      2612: => '时间',
1.6       bisitz   2613: 
1.18      zhu      2614:    'To:'
                   2615: => '收件人:',
1.6       bisitz   2616: 
                   2617:    'Uncheck All'
1.10      zhu      2618: => '全部取消',
1.6       bisitz   2619: 
                   2620:    'Unsuccessful Login'
1.9       zhu      2621: => '登录失败',
1.6       bisitz   2622: 
                   2623:    'Update Student Data'
1.10      zhu      2624: => '更新学生资料',
1.6       bisitz   2625: 
                   2626:    'You have no critical messages.'
1.10      zhu      2627: => '您没有任何重要讯息。',
1.6       bisitz   2628: 
                   2629:    'and return receipt'
1.93      raeburn  2630: => 'and return receipt',
1.6       bisitz   2631: 
                   2632:    'can not be accessed from your location.'
1.93      raeburn  2633: => 'can not be accessed from your location.',
1.6       bisitz   2634: 
                   2635:    '[_1]: Unacceptable username for user [_2] [_3] [_4] [_5]'
1.98    ! bisitz   2636: => '[_1]: Unacceptable username for user [_2] [_3] [_4] [_5]',
1.6       bisitz   2637: 
                   2638:    'All Documents in Course'
1.93      raeburn  2639: => 'All Documents in Course',
1.6       bisitz   2640: 
                   2641:    'All Resources (possibly large output)'
1.93      raeburn  2642: => 'All Resources (possibly large output)',
1.6       bisitz   2643: 
                   2644:    'Anonymous'
1.18      zhu      2645: => '匿名',
1.6       bisitz   2646: 
                   2647:    'Anonymous contribution to course discussion of resource'
1.18      zhu      2648: => '匿名参加这个资源的讨论',
1.6       bisitz   2649: 
                   2650:    'As a general rule, only authors or co-authors should be filesystem authenticated (which allows access to the server filesystem).'
1.93      raeburn  2651: => 'As a general rule, only authors or co-authors should be filesystem authenticated (which allows access to the server filesystem).',
1.6       bisitz   2652: 
                   2653:    'Associate columns with student attributes.'
1.93      raeburn  2654: => 'Associate columns with student attributes.',
1.6       bisitz   2655: 
                   2656:    'Attribute'
1.93      raeburn  2657: => 'Attribute',
1.6       bisitz   2658: 
                   2659:    'CSV (comma separated values, spreadsheet)'
1.27      zhu      2660: => 'CSV (逗号分隔值, 表格)',
1.6       bisitz   2661: 
                   2662:    'Check Course Document Versions'
1.98    ! bisitz   2663: => 'Check Course Document Versions',
1.6       bisitz   2664: 
                   2665:    'Check/Set Resource Versions'
1.22      zhu      2666: => '检查/设置源版本',
1.6       bisitz   2667: 
                   2668:    'Chronological View'
1.22      zhu      2669: => '顺序查看',
1.6       bisitz   2670: 
                   2671:    'Column'
1.93      raeburn  2672: => 'Column',
1.6       bisitz   2673: 
                   2674:    'Column [_1]'
1.93      raeburn  2675: => 'Column [_1]',
1.6       bisitz   2676: 
                   2677:    'Continue enrollment?'
1.93      raeburn  2678: => 'Continue enrollment?',
1.6       bisitz   2679: 
                   2680:    'Contribution to course discussion of resource'
1.18      zhu      2681: => '正常参加这个资源的讨论',
1.6       bisitz   2682: 
                   2683:    'Diffs'
1.56      zhu      2684: => '区别',
1.6       bisitz   2685: 
                   2686: #   'Disable ID/Student Number Safeguard and Force Change of Conflicting IDs (only do if you know what you are doing)'
1.98    ! bisitz   2687: #=> 'Disable ID/Student Number Safeguard and Force Change of Conflicting IDs (only do if you know what you are doing)',
1.6       bisitz   2688: 
                   2689: 
                   2690:    'Disable Student/Employee ID Safeguard and force change of conflicting IDs'
1.70      zhu      2691: => '禁用学生/员工编号,维护和强制改变不一致的IDs',
1.6       bisitz   2692: 
                   2693:    '(only do if you know what you are doing.)'
1.70      zhu      2694: => '(只有这样做,如果你知道自己在做什么。)',
1.6       bisitz   2695: 
                   2696:    'Discussion Contributions'
1.18      zhu      2697: => '参加讨论',
1.6       bisitz   2698: 
                   2699:    'Drop Students'
1.28      zhu      2700: => '从该课程删除学生',
1.6       bisitz   2701: 
                   2702:    'Dropped [_1]'
                   2703: => '[_1] ausgeschlossen',
                   2704: 
                   2705:    'Dropped [_1] student(s).'
                   2706: => '[_1] Student(en) ausgeschlossen.',
                   2707: 
                   2708:    'Dropping Students'
1.93      raeburn  2709: => 'Dropping Students',
1.6       bisitz   2710: 
1.88      bisitz   2711:    'Dump Course Documents'
1.93      raeburn  2712: => 'Dump Course Documents',
1.6       bisitz   2713: 
                   2714:    'EMail Address'
1.93      raeburn  2715: => 'EMail Address',
1.6       bisitz   2716: 
                   2717:    'Enroll a single student'
1.70      zhu      2718: => '注册一个学生',
1.6       bisitz   2719: 
                   2720:    'Enrolling Students'
1.70      zhu      2721: => '注册学生',
1.6       bisitz   2722: 
                   2723:    'Error'
1.93      raeburn  2724: => 'Error',
1.6       bisitz   2725: 
                   2726:    'Error: '
1.93      raeburn  2727: => 'Error: ',
1.6       bisitz   2728: 
                   2729:    'Error: [_1]'
1.93      raeburn  2730: => 'Error: [_1]',
1.6       bisitz   2731: 
                   2732:    'Field'
1.93      raeburn  2733: => 'Field',
1.6       bisitz   2734: 
                   2735:    'Filenames in Construction Space'
1.93      raeburn  2736: => 'Filenames in Construction Space',
1.6       bisitz   2737: 
                   2738:    'First Name'
1.56      zhu      2739: => '名',
1.6       bisitz   2740: 
                   2741:    'Folder in Construction Space'
1.93      raeburn  2742: => 'Folder in Construction Space',
1.6       bisitz   2743: 
                   2744:    'Full Update'
1.56      zhu      2745: => '全面更新',
1.6       bisitz   2746: 
                   2747:    'Full update (also print list of users not enrolled anymore)'
1.56      zhu      2748: => '全面更新 (auch Liste von Benutzern ausgeben, die den Kurs nicht mehr belegt haben)',
1.6       bisitz   2749: 
                   2750:    'Generation'
1.70      zhu      2751: => '生成',
1.6       bisitz   2752: 
                   2753:    'Group/Section'
1.12      zhu      2754: => '组/科',
1.6       bisitz   2755: 
                   2756:    'HTML/XML'
                   2757: => 'HTML/XML',
                   2758: 
                   2759:    'Hide'
1.56      zhu      2760: => '隐藏',
1.6       bisitz   2761: 
                   2762:    'Student/Employee ID'
1.56      zhu      2763: => '学生/员工 ID',
1.6       bisitz   2764: 
                   2765:    'Identify fields'
1.93      raeburn  2766: => 'Identify fields',
1.6       bisitz   2767: 
                   2768:    'If active, the new role will be available when the students next log in to LON-CAPA.'
1.93      raeburn  2769: => 'If active, the new role will be available when the students next log in to LON-CAPA.',
1.6       bisitz   2770: 
                   2771:    'Ignore First Line'
1.27      zhu      2772: => '忽略第一行',
1.6       bisitz   2773: 
                   2774:    'Initial Password'
1.27      zhu      2775: => '初始密码',
1.6       bisitz   2776: 
                   2777:    'Internal Filename'
1.27      zhu      2778: => '内部文件名',
1.6       bisitz   2779: 
                   2780:    'Invalid home server specified'
1.93      raeburn  2781: => 'Invalid home server specified',
1.6       bisitz   2782: 
                   2783:    'Keep all Resources up-to-date with most recent Versions (default)'
1.93      raeburn  2784: => 'Keep all Resources up-to-date with most recent Versions (default)',
1.6       bisitz   2785: 
                   2786:    'LON-CAPA Domain for Students'
1.93      raeburn  2787: => 'LON-CAPA Domain for Students',
1.6       bisitz   2788: 
                   2789:    'LON-CAPA Enrollment Manager'
1.93      raeburn  2790: => 'LON-CAPA Enrollment Manager',
1.6       bisitz   2791: 
                   2792:    'LON-CAPA domain: [_1]'
1.26      zhu      2793: => 'LON-CAPA 域: [_1]',
1.6       bisitz   2794: 
                   2795:    'Last Name'
1.56      zhu      2796: => '姓',
1.6       bisitz   2797: 
                   2798:    'Last Name, First Names'
1.26      zhu      2799: => '姓,名',
1.6       bisitz   2800: 
                   2801:    'Login Type'
1.26      zhu      2802: => '登录类型',
1.6       bisitz   2803: 
                   2804:    'Middle Names/Initials'
1.26      zhu      2805: => '中名/缩写',
1.6       bisitz   2806: 
                   2807:    'Modify Parameters'
1.26      zhu      2808: => '修改参数',
1.6       bisitz   2809: 
                   2810:    'Modify student data'
1.26      zhu      2811: => '修改学生资料',
1.6       bisitz   2812: 
                   2813:    'Most recently published Version'
1.26      zhu      2814: => '最近发布的版本',
1.6       bisitz   2815: 
                   2816:    'No Kerberos domain was specified.'
1.93      raeburn  2817: => 'No Kerberos domain was specified.',
1.6       bisitz   2818: 
                   2819:    'None Found'
1.26      zhu      2820: => '没有找到',
1.6       bisitz   2821: 
                   2822:    'Note: For large courses, this operation may be time consuming.'
1.93      raeburn  2823: => 'Note: For large courses, this operation may be time consuming.',
1.6       bisitz   2824: 
1.73      bisitz   2825:    'This will not take effect if the user already exists.'
1.93      raeburn  2826: => 'This will not take effect if the user already exists.',
1.6       bisitz   2827: 
                   2828:    'Processed [_1] student(s).'
                   2829: => '[_1] Studierende bearbeitet.',
                   2830: 
                   2831:    'Re-enrollment will re-activate data.'
1.93      raeburn  2832: => 'Re-enrollment will re-activate data.',
1.6       bisitz   2833: 
                   2834:    'Registering'
1.93      raeburn  2835: => 'Registering',
1.6       bisitz   2836: 
                   2837:    'Samples'
1.56      zhu      2838: => '例如',
1.6       bisitz   2839: 
                   2840:    'Save as ...'
1.18      zhu      2841: => '另存为...',
1.6       bisitz   2842: 
                   2843:    'Set Version to be used in Course'
1.93      raeburn  2844: => 'Set Version to be used in Course',
1.6       bisitz   2845: 
                   2846:    'Set Versions to be used in Course according to Selections below'
1.93      raeburn  2847: => 'Set Versions to be used in Course according to Selections below',
1.6       bisitz   2848: 
                   2849:    'Set all Resource Versions to current Version (Fix Versions)'
1.93      raeburn  2850: => 'Set all Resource Versions to current Version (Fix Versions)',
1.6       bisitz   2851: 
                   2852:    'Show Preview'
1.93      raeburn  2853: => 'Show Preview',
1.6       bisitz   2854: 
                   2855:    'Space separated'
1.27      zhu      2856: => '以空格分隔',
1.6       bisitz   2857: 
                   2858:    'Starting and Ending Dates'
1.27      zhu      2859: => '起始和结束日期',
1.6       bisitz   2860: 
                   2861:    'Student Number'
1.27      zhu      2862: => '学生证号码',
1.6       bisitz   2863: 
                   2864:    'Tabulator separated'
1.27      zhu      2865: => '以制表符分隔',
1.6       bisitz   2866: 
                   2867:    'The optional email address field was not specified.'
1.93      raeburn  2868: => 'The optional email address field was not specified.',
1.6       bisitz   2869: 
                   2870:    'The optional name field was not specified.'
1.93      raeburn  2871: => 'The optional name field was not specified.',
1.6       bisitz   2872: 
                   2873:    'The optional ID number field was not specified.'
1.93      raeburn  2874: => 'The optional ID number field was not specified.',
1.6       bisitz   2875: 
                   2876:    'The optional section or group field was not specified.'
1.93      raeburn  2877: => 'The optional section or group field was not specified.',
1.6       bisitz   2878: 
                   2879:    'The optional student number field was not specified.'
1.93      raeburn  2880: => 'The optional student number field was not specified.',
1.6       bisitz   2881: 
                   2882:    'The optional section field was not specified.'
1.93      raeburn  2883: => 'The optional section field was not specified.',
1.6       bisitz   2884: 
                   2885:    'The optional role field was not specified.'
1.93      raeburn  2886: => 'The optional role field was not specified.',
1.6       bisitz   2887: 
                   2888:    'The optional domain field was not specified.'
1.93      raeburn  2889: => 'The optional domain field was not specified.',
1.6       bisitz   2890: 
                   2891:    'There are no students currently enrolled.'
1.93      raeburn  2892: => 'There are no students currently enrolled.',
1.6       bisitz   2893: 
                   2894:    'Continue adding users?'
1.93      raeburn  2895: => 'Continue adding users?',
1.6       bisitz   2896: 
                   2897:    'Threaded View'
1.22      zhu      2898: => '线程查看',
1.6       bisitz   2899: 
                   2900:    'Total number of records found in file: [_1]'
1.93      raeburn  2901: => 'Total number of records found in file: [_1]',
1.6       bisitz   2902: 
                   2903:    'Unable to enroll students'
1.93      raeburn  2904: => 'Unable to enroll students',
1.6       bisitz   2905: 
                   2906:    'Updating discussion time'
1.93      raeburn  2907: => 'Updating discussion time',
1.6       bisitz   2908: 
                   2909:    'Uploading Class List'
1.93      raeburn  2910: => 'Uploading Class List',
1.6       bisitz   2911: 
                   2912:    'Verify Content'
                   2913: => '检查内容',
                   2914: 
                   2915:    'Version used in Course'
1.93      raeburn  2916: => 'Version used in Course',
1.6       bisitz   2917: 
                   2918:    'View Class List'
1.93      raeburn  2919: => 'View Class List',
1.6       bisitz   2920: 
                   2921:    'View Class list'
1.93      raeburn  2922: => 'View Class list',
1.6       bisitz   2923: 
                   2924:    'Welcome'
1.22      zhu      2925: => '欢迎',
1.6       bisitz   2926: 
                   2927:    'Welcome to the Learning<i>Online</i> Network with CAPA. Please wait while your session is being set up.'
1.12      zhu      2928: => '欢迎您到在线网络 LON-CAPA 学习。请稍候,您的会话正在建立。',
1.6       bisitz   2929: 
                   2930:    'You must choose an authentication type.'
1.22      zhu      2931: => '你必须选择一个身份验证类型。',
1.6       bisitz   2932: 
                   2933:    'You need to specify the Kerberos domain.'
1.93      raeburn  2934: => 'You need to specify the Kerberos domain.',
1.6       bisitz   2935: 
                   2936:    'You need to specify the initial password.'
1.93      raeburn  2937: => 'You need to specify the initial password.',
1.6       bisitz   2938: 
                   2939:    'You need to specify the username field.'
1.93      raeburn  2940: => 'You need to specify the username field.',
1.6       bisitz   2941: 
                   2942:    'Your Version Settings have been Saved'
1.93      raeburn  2943: => 'Your Version Settings have been Saved',
1.6       bisitz   2944: 
                   2945:    '[_1] Do not change login data'
1.12      zhu      2946: => '[_1] 不要更改登录数据',
1.6       bisitz   2947: 
                   2948:    '[_1] Kerberos authenticated with domain [_2] [_3] Version 4 [_4] Version 5 [_5]'
1.70      zhu      2949: => '[_1] Kerberos身份验证域 [_2] [_3] 版本 4 [_4] 版本 5 [_5]',
1.6       bisitz   2950: 
                   2951:    'Currently Kerberos authenticated with domain [_1] Version [_2].'
1.70      zhu      2952: => '目前的Kerberos身份验证域 [_1] 版本 [_2]。',
1.6       bisitz   2953: 
                   2954:    'Currently Kerberos authenticated, Version [_1].'
1.70      zhu      2955: => '目前Kerberos身份验证,版本 [_1]。',
1.6       bisitz   2956: 
                   2957:    'most recent'
1.12      zhu      2958: => '最新的',
1.6       bisitz   2959: 
                   2960:    'name only visible to course faculty'
1.18      zhu      2961: => '只有课程管理者能看见',
1.6       bisitz   2962: 
                   2963:    'Calculate answers'
1.70      zhu      2964: => '计算的答案',
1.6       bisitz   2965: 
1.65      zhu      2966:   'Show All Foils'
                   2967: => '显示全部选项',
                   2968: 
                   2969:    'Show All Instances'
                   2970: => '显示全部选项',
1.6       bisitz   2971: 
                   2972:    '1 out of N multiple choice (radio button)'
1.18      zhu      2973: => '单选',
1.6       bisitz   2974: 
                   2975:    'Add new option'
1.10      zhu      2976: => '添加新的选择',
1.6       bisitz   2977: 
                   2978:    'Administrator'
1.10      zhu      2979: => '管理员',
1.6       bisitz   2980: 
                   2981:    'Answer:'
1.10      zhu      2982: => '回复:',
1.6       bisitz   2983: 
                   2984:    'Attachment'
1.10      zhu      2985: => '附件',
1.6       bisitz   2986: 
                   2987:    '(128 KB max size)'
1.10      zhu      2988: => '(最大 128 KB)',
1.6       bisitz   2989: 
                   2990:    'Change'
1.10      zhu      2991: => '改变',
1.6       bisitz   2992: 
                   2993:    'Change Random Seed To:'
1.70      zhu      2994: => '随机数的基础上:',
1.6       bisitz   2995: 
                   2996:    'Change Your Language Preferences'
1.70      zhu      2997: => '变更您的语言偏好',
1.6       bisitz   2998: 
                   2999:    'Concept:'
1.70      zhu      3000: => '概念:',
1.6       bisitz   3001: 
                   3002:    'Correct Option:'
1.18      zhu      3003: => '正确的选择:',
1.6       bisitz   3004: 
                   3005:    'Create a New Course'
1.12      zhu      3006: => '创建一个新的课程',
1.6       bisitz   3007: 
                   3008:    'Create a New Course or Group Space'
1.12      zhu      3009: => '创建一个新的课程或组空间',
1.6       bisitz   3010: 
                   3011:    'Current'
1.12      zhu      3012: => '现在的',
1.6       bisitz   3013: 
                   3014:    'Delete an option'
1.12      zhu      3015: => '删除一个选项',
1.6       bisitz   3016: 
                   3017:    'Delete:'
1.12      zhu      3018: => '删除:',
1.6       bisitz   3019: 
                   3020:    'Diffs with Current Version'
1.56      zhu      3021: => '与当前版本的区别',
1.6       bisitz   3022: 
                   3023:    'Diffs with Version'
1.56      zhu      3024: => '不同版本之间的区别',
1.6       bisitz   3025: 
                   3026:    'Diffs with current Version'
1.56      zhu      3027: => '与当前版本的区别',
1.6       bisitz   3028: 
                   3029:    'Display and analysis of submission times on assessments.'
1.93      raeburn  3030: => 'Display and analysis of submission times on assessments.',
1.6       bisitz   3031: 
                   3032:    'Display foils in order given'
1.56      zhu      3033: => '在给定的分类里显示选项',
1.6       bisitz   3034: 
                   3035:    'Display foils in random order'
1.56      zhu      3036: => '在一个随机序列里显示选项',
1.6       bisitz   3037: 
                   3038:    'Domain Guest'
1.12      zhu      3039: => '网上邻居',
1.6       bisitz   3040: 
                   3041:    'Essay, open end'
1.18      zhu      3042: => '尝试,没有时间限制',
1.6       bisitz   3043: 
                   3044:    'False'
1.18      zhu      3045: => '错误的',
1.6       bisitz   3046: 
                   3047:    'Foil'
1.18      zhu      3048: => '选项',
1.6       bisitz   3049: 
                   3050:    'Format:'
1.12      zhu      3051: => '格式:',
1.6       bisitz   3052: 
                   3053:    'Height(pixel):'
1.12      zhu      3054: => '高 (Pixel):',
1.6       bisitz   3055: 
                   3056:    'Hint Text'
1.12      zhu      3057: => '提示文字',
1.6       bisitz   3058: 
                   3059:    'If this resource is in active use, student performance data from the previous version may become inaccessible.'
1.93      raeburn  3060: => 'If this resource is in active use, student performance data from the previous version may become inaccessible.',
1.6       bisitz   3061: 
                   3062:    'Image:'
1.12      zhu      3063: => '图片:',
1.6       bisitz   3064: 
                   3065:    'Incorrect Answers:'
1.12      zhu      3066: => '错误的答案:',
1.6       bisitz   3067: 
                   3068:    'Last accessed'
1.12      zhu      3069: => '上次访问',
1.6       bisitz   3070: 
                   3071:    'Librarian'
1.93      raeburn  3072: => 'Librarian',
1.6       bisitz   3073: 
                   3074:    'Making Backup to [_1]'
1.93      raeburn  3075: => 'Making Backup to [_1]',
1.6       bisitz   3076: 
                   3077:    'Max Number Of Shown Foils:'
1.56      zhu      3078: => '显示选项的最大数量:',
1.6       bisitz   3079: 
                   3080:    'Max number of foils displayed'
1.56      zhu      3081: => '显示选项的最大数量',
1.6       bisitz   3082: 
                   3083:    'Metadata'
1.12      zhu      3084: => '元数据',
1.6       bisitz   3085: 
                   3086:    'metadata'
1.12      zhu      3087: => '元数据',
1.6       bisitz   3088: 
                   3089:    'Metadata Version'
1.12      zhu      3090: => '元数据版本',
1.6       bisitz   3091: 
                   3092:    'Metadata current version'
1.12      zhu      3093: => '元数据的最新版本',
1.6       bisitz   3094: 
                   3095:    'Save Metadata'
1.12      zhu      3096: => '保存元数据',
1.6       bisitz   3097: 
                   3098:    'Name:'
1.12      zhu      3099: => '姓氏:',
1.6       bisitz   3100: 
                   3101:    'New parameters or saved values'
1.18      zhu      3102: => '新的参数或保存价值',
1.6       bisitz   3103: 
                   3104:    'No language preference'
1.56      zhu      3105: => '没有语言偏好',
1.6       bisitz   3106: 
                   3107:    'Not shown, not used'
1.18      zhu      3108: => '没有显示,没有使用',
1.6       bisitz   3109: 
                   3110:    'Obsolete parameters or saved values'
1.18      zhu      3111: => '过时的参数或保存价值',
1.6       bisitz   3112: 
                   3113:    'Option response'
1.12      zhu      3114: => '答案选项',
1.6       bisitz   3115: 
                   3116:    'Please do not reply to this address.'
1.93      raeburn  3117: => 'Please do not reply to this address.',
1.6       bisitz   3118: 
                   3119:    'Position'
                   3120: => 'Position',
                   3121: 
                   3122:    'Preferred language'
1.18      zhu      3123: => '首选语言',
1.6       bisitz   3124: 
                   3125:    'Problems'
1.93      raeburn  3126: => 'Problems',
1.6       bisitz   3127: 
                   3128:    'Produce Excel Output'
1.93      raeburn  3129: => 'Produce Excel Output',
1.6       bisitz   3130: 
                   3131:    'Question Text'
1.18      zhu      3132: => '文字问题',
1.6       bisitz   3133: 
                   3134:    'Random position'
1.18      zhu      3135: => '随机位置',
1.6       bisitz   3136: 
                   3137:    'Retrieve Published Resources'
1.18      zhu      3138: => '恢复发布的资源',
1.6       bisitz   3139: 
                   3140:    'Short string response'
1.18      zhu      3141: => '简短的文字回答',
1.6       bisitz   3142: 
                   3143:    'Show always at bottom position'
1.18      zhu      3144: => '总是在最后显示',
1.6       bisitz   3145: 
                   3146:    'Show always at top position'
1.18      zhu      3147: => '总是在最开始显示',
1.6       bisitz   3148: 
                   3149:    'Size:'
1.18      zhu      3150: => '大小:',
1.6       bisitz   3151: 
                   3152:    'Save Changes'
1.18      zhu      3153: => '保存更改',
1.6       bisitz   3154: 
                   3155:    'Submission Time Analysis'
1.18      zhu      3156: => '提交时间分析',
1.6       bisitz   3157: 
                   3158:    'Submit Changes and Edit'
1.18      zhu      3159: => '保存并继续编辑',
1.6       bisitz   3160: 
                   3161:    'TeXWidth(mm):'
1.18      zhu      3162: => 'TeX-宽 (mm):',
1.6       bisitz   3163: 
                   3164:    'Text'
1.18      zhu      3165: => '文本',
1.6       bisitz   3166: 
                   3167:    'Text Block'
1.18      zhu      3168: => '文本块',
1.6       bisitz   3169: 
                   3170:    'This is an automatic message generated by the LON-CAPA system.'
1.93      raeburn  3171: => 'This is an automatic message generated by the LON-CAPA system.',
1.6       bisitz   3172: 
                   3173:    'True'
1.18      zhu      3174: => '正确的',
1.6       bisitz   3175: 
                   3176:    'unused'
1.18      zhu      3177: => '未用过的',
1.6       bisitz   3178: 
                   3179:    'Type-in value'
1.93      raeburn  3180: => 'Type-in value',
1.6       bisitz   3181: 
                   3182:    'Unit:'
1.18      zhu      3183: => '单位:',
1.6       bisitz   3184: 
                   3185:    'Value'
1.18      zhu      3186: => '值',
1.6       bisitz   3187: 
                   3188:    'Warning!'
1.18      zhu      3189: => '警告!',
1.6       bisitz   3190: 
                   3191:    'Width(pixel):'
1.18      zhu      3192: => '宽 (Pixel):',
1.6       bisitz   3193: 
                   3194:    'anonymous'
1.18      zhu      3195: => '匿名',
1.6       bisitz   3196: 
                   3197:    'bytes'
1.93      raeburn  3198: => 'bytes',
1.6       bisitz   3199: 
                   3200:    'loginproblems.html'
                   3201: => 'loginproblems.html',
                   3202: 
                   3203:    'versions of this problem'
1.18      zhu      3204: => '这个问题的版本',
1.6       bisitz   3205: 
                   3206: 
1.45      bisitz   3207: #=====================
1.6       bisitz   3208: # Begin remote control (mydesk.tab)
                   3209: # 2x8 chars, only lower case
                   3210: # Same order as in mydesk.tab!
                   3211:    'choose[_1]'
1.44      bisitz   3212: => '选择',
1.6       bisitz   3213:    'course[_1]'
1.44      bisitz   3214: => '课程',
1.6       bisitz   3215: 
                   3216:    'switch[_1]'
1.44      bisitz   3217: => '转换',
1.6       bisitz   3218:    'course[_2]'
1.44      bisitz   3219: => '课程',
1.6       bisitz   3220: 
                   3221:    'switch[_2]'
1.44      bisitz   3222: => '转换',
1.6       bisitz   3223:    'role[_1]'
1.44      bisitz   3224: => '角色',
1.6       bisitz   3225: 
                   3226:    'choose[_2]'
1.44      bisitz   3227: => '选择',
1.6       bisitz   3228:    'role[_2]'
1.44      bisitz   3229: => '角色',
1.6       bisitz   3230: 
                   3231:    'course[_3]'
1.44      bisitz   3232: => '课程',
1.6       bisitz   3233:    'docs[_1]'
1.44      bisitz   3234: => '内容',
1.6       bisitz   3235: 
1.84      bisitz   3236:    'course[_7]'
1.44      bisitz   3237: => '编辑',
1.84      bisitz   3238:    'editor[_1]'
1.44      bisitz   3239: => '课程文档',
1.6       bisitz   3240: 
                   3241:    'navigate[_1]'
1.63      zhu      3242: => '课程',
1.6       bisitz   3243:    'contents[_1]'
1.63      zhu      3244: => '目录',
1.6       bisitz   3245: 
1.45      bisitz   3246:    'request-[_1]'
1.93      raeburn  3247: => 'request-[_1]',
1.45      bisitz   3248:    'course[_16]'
1.93      raeburn  3249: => 'course[_16]',
1.45      bisitz   3250: 
1.6       bisitz   3251:    'my[_1]'
1.63      zhu      3252: => '我的',
1.6       bisitz   3253:    'grades[_1]'
1.63      zhu      3254: => '得分',
1.6       bisitz   3255: 
                   3256:    'course[_4]'
1.63      zhu      3257: => '课程',
1.6       bisitz   3258:    'grades[_2]'
1.63      zhu      3259: => '等级',
1.6       bisitz   3260: 
                   3261:    'course[_5]'
1.93      raeburn  3262: => 'course[_5]',
1.6       bisitz   3263:    'chart[_1]'
1.93      raeburn  3264: => 'chart[_1]',
1.6       bisitz   3265: 
                   3266:    'course[_6]'
1.63      zhu      3267: => '课程',
1.6       bisitz   3268:    'stats[_1]'
1.63      zhu      3269: => '统计',
1.6       bisitz   3270: 
                   3271:    'manage[_1]'
1.93      raeburn  3272: => 'manage[_1]',
1.6       bisitz   3273:    'acc keys[_1]'
1.93      raeburn  3274: => 'acc keys[_1]',
1.6       bisitz   3275: 
                   3276:    'course[_12]'
1.63      zhu      3277: => '课程参加者',
1.6       bisitz   3278:    'roster[_1]'
1.63      zhu      3279: => '名单',
1.6       bisitz   3280: 
                   3281:    'user[_1]'
1.63      zhu      3282: => '用户',
                   3283:    'roles[_1]'
                   3284: => '角色',
1.6       bisitz   3285: 
                   3286:    'create[_1]'
1.63      zhu      3287: => '创建',
1.6       bisitz   3288:    'course[_8]'
1.63      zhu      3289: => '课程',
1.6       bisitz   3290: 
                   3291:    'course[_9]'
1.63      zhu      3292: => '课程',
1.6       bisitz   3293:    'parms[_1]'
1.63      zhu      3294: => '参数',
1.6       bisitz   3295: 
                   3296:    'con-[_1]'
1.93      raeburn  3297: => 'con-[_1]',
1.6       bisitz   3298:    'struct[_1]'
1.93      raeburn  3299: => 'struct[_1]',
1.6       bisitz   3300: 
1.45      bisitz   3301:    'co con-[_1]'
1.93      raeburn  3302: => 'co con-[_1]',
1.45      bisitz   3303:    'struct[_2]'
1.93      raeburn  3304: => 'struct[_2]',
1.45      bisitz   3305: 
1.6       bisitz   3306:    'domain[_1]'
1.63      zhu      3307: => '域',
1.6       bisitz   3308:    'config[_1]'
1.63      zhu      3309: => '配置',
1.6       bisitz   3310: 
                   3311:    'resource[_1]'
1.63      zhu      3312: => '发布', # '资源',
1.6       bisitz   3313:    'space[_1]'
1.63      zhu      3314: => '资源',
1.6       bisitz   3315: 
                   3316:    'co res[_1]'
1.93      raeburn  3317: => 'co res[_1]',
1.6       bisitz   3318:    'space[_2]'
1.93      raeburn  3319: => 'space[_2]',
1.6       bisitz   3320: 
                   3321:    'what is[_1]'
1.63      zhu      3322: => '有什么',
1.6       bisitz   3323:    'new[_1]'
1.63      zhu      3324: => '新内容',
1.6       bisitz   3325: 
                   3326:    'enter[_1]'
1.93      raeburn  3327: => 'enter[_1]',
1.6       bisitz   3328:    'grades[_3]'
1.93      raeburn  3329: => 'grades[_3]',
1.6       bisitz   3330: 
                   3331:    'send[_1]'
1.44      bisitz   3332: => '发送',
1.6       bisitz   3333:    'scantron[_1]'
1.93      raeburn  3334: => 'scantron[_1]',
1.6       bisitz   3335: 
                   3336:    'course[_13]'
1.44      bisitz   3337: => '课程',
1.6       bisitz   3338:    'catalog[_1]'
1.44      bisitz   3339: => '目录',
1.6       bisitz   3340: 
                   3341:    'view[_1]'
1.44      bisitz   3342: => '查看',
1.6       bisitz   3343:    'bookmark[_1]'
1.44      bisitz   3344: => '书签',
1.6       bisitz   3345: 
                   3346:    'calendar[_1]'
1.44      bisitz   3347: => '日历',
1.6       bisitz   3348:    'announce[_1]'
1.44      bisitz   3349: => '通告',
1.6       bisitz   3350: 
                   3351:    'commu-[_1]'
1.63      zhu      3352: => '发送和接收',
1.6       bisitz   3353:    'nication[_1]'
1.63      zhu      3354: => '邮件',
1.6       bisitz   3355: 
                   3356:    'course[_10]'
1.44      bisitz   3357: => '课程-',
1.45      bisitz   3358:    'chatroom[_1]'
1.44      bisitz   3359: => '聊天室',
1.6       bisitz   3360: 
                   3361:    'course[_14]'
1.44      bisitz   3362: => '课程-',
1.6       bisitz   3363:    'groups[_1]'
1.44      bisitz   3364: => '组',
1.6       bisitz   3365: 
                   3366:    'port-[_1]'
1.63      zhu      3367: => '文件夹',
1.6       bisitz   3368:    'folio[_1]'
1.63      zhu      3369: => '空间',
1.6       bisitz   3370: 
                   3371:    'edit[_1]'
1.44      bisitz   3372: => '编辑',
1.6       bisitz   3373:    'blogs[_1]'
1.44      bisitz   3374: => '博客',
1.6       bisitz   3375: 
                   3376:    'search[_3]'
1.93      raeburn  3377: => 'search[_3]',
1.6       bisitz   3378:    'prtfolio[_1]'
1.93      raeburn  3379: => 'prtfolio[_1]',
1.6       bisitz   3380: 
                   3381:    'search[_1]'
1.63      zhu      3382: => '在课程中',
1.6       bisitz   3383:    'course[_11]'
1.63      zhu      3384: => '搜索',
1.6       bisitz   3385: 
                   3386:    'search[_2]'
1.63      zhu      3387: => '搜索',
1.6       bisitz   3388:    'library[_1]'
1.63      zhu      3389: => '资源',
1.6       bisitz   3390: 
                   3391:    'prefer-[_1]'
1.63      zhu      3392: => '用户',
1.6       bisitz   3393:    'ences[_1]'
1.63      zhu      3394: => '设置',
1.6       bisitz   3395: 
                   3396:    'exit[_1]'
1.63      zhu      3397: => '注销',
1.6       bisitz   3398:    ' [_1]'
1.44      bisitz   3399: => ' ',
1.6       bisitz   3400: 
                   3401: #=====================
1.45      bisitz   3402: # Remote control entries which occur only in lonmenu.pm
1.6       bisitz   3403: 
1.45      bisitz   3404:    'problem[_1]'
1.93      raeburn  3405: => 'problem[_1]', # '问题',
1.45      bisitz   3406:    'grades[_4]'
1.93      raeburn  3407: => 'grades[_4]',
1.45      bisitz   3408: 
                   3409:    'sub-[_1]'
1.93      raeburn  3410: => 'sub-[_1]',
1.45      bisitz   3411:    'missions[_1]'
1.93      raeburn  3412: => 'missions[_1]',
1.6       bisitz   3413: 
1.45      bisitz   3414:    'problem[_2]'
1.93      raeburn  3415: => 'problem[_2]', # '问题',
1.45      bisitz   3416:    'parms[_2]'
1.93      raeburn  3417: => 'parms[_2]',
1.45      bisitz   3418: 
1.88      bisitz   3419:    'dir[_1]'
1.93      raeburn  3420: => 'dir[_1]',
1.88      bisitz   3421:    'list[_1]'
1.93      raeburn  3422: => 'list[_1]',
1.88      bisitz   3423: 
1.45      bisitz   3424:    'retrieve[_1]'
1.93      raeburn  3425: => 'retrieve[_1]',
1.45      bisitz   3426:    'version[_1]'
1.93      raeburn  3427: => 'version[_1]',
1.6       bisitz   3428: 
1.45      bisitz   3429:    'publish[_1]'
1.93      raeburn  3430: => 'publish[_1]',
1.45      bisitz   3431:    'resource[_3]'
1.93      raeburn  3432: => 'resource[_3]',
1.6       bisitz   3433: 
1.45      bisitz   3434:    'delete[_1]'
1.93      raeburn  3435: => 'delete[_1]',
1.45      bisitz   3436:    'resource[_2]'
1.93      raeburn  3437: => 'resource[_2]',
1.6       bisitz   3438: 
1.45      bisitz   3439:    'prepare[_1]'
1.93      raeburn  3440: => 'prepare[_1]',
1.45      bisitz   3441:    'printout[_1]'
                   3442: => '', # !
1.6       bisitz   3443: 
                   3444:    'backward[_1]'
1.93      raeburn  3445: => 'backward[_1]',
1.6       bisitz   3446: 
1.45      bisitz   3447:    'forward[_1]'
1.93      raeburn  3448: => 'forward[_1]',
1.45      bisitz   3449: 
                   3450:    'set[_1]'
1.93      raeburn  3451: => 'set[_1]',
1.6       bisitz   3452:    'bookmark[_2]'
1.93      raeburn  3453: => 'bookmark[_2]',
1.45      bisitz   3454: 
                   3455:    'anno-[_1]'
1.93      raeburn  3456: => 'anno-[_1]',
1.45      bisitz   3457:    'tations[_1]'
1.93      raeburn  3458: => 'tations[_1]',
1.45      bisitz   3459: 
                   3460:    'catalog[_2]'
1.93      raeburn  3461: => 'catalog[_2]',
1.45      bisitz   3462:    'info[_1]'
1.93      raeburn  3463: => 'info[_1]', # '信息',
1.6       bisitz   3464: 
                   3465:    'evaluate[_1]'
1.93      raeburn  3466: => 'evaluate[_1]',
1.45      bisitz   3467:    'this[_1]'
1.93      raeburn  3468: => 'this[_1]',
1.6       bisitz   3469: 
                   3470:    'feedback[_1]'
1.93      raeburn  3471: => 'feedback[_1]',
1.6       bisitz   3472:    'discuss[_1]'
1.93      raeburn  3473: => 'discuss[_1]',
1.6       bisitz   3474: 
                   3475: # End remote control
1.45      bisitz   3476: #=====================
1.6       bisitz   3477: 
                   3478:    '(Enter maximum [_1] collaborators using username or username@domain, e.g. smithje or smithje@[_2].)'
1.26      zhu      3479: => '(输入最大[_1]同事的用户名或用户名@域名,例如:smithje or smithje@[_2]。)',
1.6       bisitz   3480: 
                   3481:    '(Hand in a file you have prepared on your computer)'
                   3482: => '(Reichen Sie eine Datei ein, die Sie auf Ihrem Computer vorbereitet haben)',
                   3483: 
                   3484:    ', select a template from the pull-down menu below.'
1.98    ! bisitz   3485: => ', select a template from the pull-down menu below.',
1.6       bisitz   3486: 
                   3487:    '<*response>s are both inside of <part> and outside of <part>, this is not a valid problem, errors in grading may occur.'
1.98    ! bisitz   3488: => '<*response>s are both inside of <part> and outside of <part>, this is not a valid problem, errors in grading may occur.',
1.6       bisitz   3489: 
                   3490:    'ABSTRACT'
1.70      zhu      3491: => '摘要',
1.6       bisitz   3492: 
                   3493:    'Access Control'
1.70      zhu      3494: => '访问控制',
1.6       bisitz   3495: 
                   3496:    'Activate'
1.70      zhu      3497: => '激活',
1.6       bisitz   3498: 
                   3499:    'Add Roles'
1.70      zhu      3500: => '添加角色',
1.6       bisitz   3501: 
                   3502:    "Add one empty page/column after each student's assignment"
1.93      raeburn  3503: => "Add one empty page/column after each student's assignment",
1.6       bisitz   3504: 
                   3505:    "Add three empty pages/column after each student's assignment"
1.93      raeburn  3506: => "Add three empty pages/column after each student's assignment",
1.6       bisitz   3507: 
                   3508:    "Add two empty pages/column after each student's assignment"
1.93      raeburn  3509: => "Add two empty pages/column after each student's assignment",
1.6       bisitz   3510: 
                   3511:    'Date Shift'
1.93      raeburn  3512: => 'Date Shift',
1.6       bisitz   3513: 
                   3514:    'Do not clone date parameters'
1.93      raeburn  3515: => 'Do not clone date parameters',
1.6       bisitz   3516: 
                   3517:    'Clone date parameters as-is'
1.93      raeburn  3518: => 'Clone date parameters as-is',
1.6       bisitz   3519: 
                   3520:    'Shift date parameters by number of days'
1.93      raeburn  3521: => 'Shift date parameters by number of days',
1.6       bisitz   3522: 
                   3523:    'Additional settings, if specified below, will override cloned settings'
1.93      raeburn  3524: => 'Additional settings, if specified below, will override cloned settings',
1.6       bisitz   3525: 
                   3526:    'Advanced Edit'
1.93      raeburn  3527: => 'Advanced Edit',
1.6       bisitz   3528: 
                   3529:    'All Resources'
1.93      raeburn  3530: => 'All Resources',
1.6       bisitz   3531: 
                   3532:    'All Students'
1.26      zhu      3533: => '所有学生',
1.6       bisitz   3534: 
                   3535:    'Allowed filetypes: [_1]'
1.93      raeburn  3536: => 'Allowed filetypes: [_1]',
1.6       bisitz   3537: 
                   3538:    'An error occurred during the attempt to change the section for this student.'
1.93      raeburn  3539: => 'An error occurred during the attempt to change the section for this student.',
1.6       bisitz   3540: 
                   3541:    'An error occurred during the attempt to change the role information for this student.'
1.93      raeburn  3542: => 'An error occurred during the attempt to change the role information for this student.',
1.6       bisitz   3543: 
                   3544:    'Analyzing Results'
1.93      raeburn  3545: => 'Analyzing Results',
1.6       bisitz   3546: 
                   3547:    'Answerable'
1.93      raeburn  3548: => 'Answerable',
1.6       bisitz   3549: 
                   3550:    'Assessment Parameters'
1.93      raeburn  3551: => 'Assessment Parameters',
1.6       bisitz   3552: 
                   3553:    'Automated Enrollment Manager'
1.93      raeburn  3554: => 'Automated Enrollment Manager',
1.6       bisitz   3555: 
                   3556:    'Automated adds'
1.93      raeburn  3557: => 'Automated adds',
1.6       bisitz   3558: 
                   3559:    'Automated drops'
1.93      raeburn  3560: => 'Automated drops',
1.6       bisitz   3561: 
                   3562:    'Automated enrollment settings'
1.93      raeburn  3563: => 'Automated enrollment settings',
1.6       bisitz   3564: 
                   3565:    'Bad Filename'
1.93      raeburn  3566: => 'Bad Filename',
1.6       bisitz   3567: 
                   3568:    'Begin Enrollment'
1.93      raeburn  3569: => 'Begin Enrollment',
1.6       bisitz   3570: 
                   3571:    'Binary File'
1.93      raeburn  3572: => 'Binary File',
1.6       bisitz   3573: 
                   3574:    'Blank'
1.93      raeburn  3575: => 'Blank',
1.6       bisitz   3576: 
                   3577:    'Browse'
1.93      raeburn  3578: => 'Browse',
1.6       bisitz   3579: 
                   3580:    'CSV format'
1.93      raeburn  3581: => 'CSV format',
1.6       bisitz   3582: 
                   3583:    'Cannot publish directory'
1.93      raeburn  3584: => 'Cannot publish directory',
1.6       bisitz   3585: 
                   3586:    'Cannot retrieve directory'
1.93      raeburn  3587: => 'Cannot retrieve directory',
1.6       bisitz   3588: 
                   3589:    'Catalog Search'
1.93      raeburn  3590: => 'Catalog Search',
1.6       bisitz   3591: 
                   3592:    'Change User Privileges'
1.93      raeburn  3593: => 'Change User Privileges',
1.6       bisitz   3594: 
                   3595:    'Changed discussion view mode'
1.43      bisitz   3596: => '改变讨论视图模式',
1.6       bisitz   3597: 
                   3598:    'Click here for FAQ'
1.93      raeburn  3599: => 'Click here for FAQ',
1.6       bisitz   3600: 
                   3601:    'Click here for help'
1.93      raeburn  3602: => 'Click here for help',
1.6       bisitz   3603: 
                   3604:    'Click here to report bugs'
1.93      raeburn  3605: => 'Click here to report bugs',
1.6       bisitz   3606: 
                   3607:    'Click-On Texts (comma sep):'
1.93      raeburn  3608: => 'Click-On Texts (comma sep):',
1.6       bisitz   3609: 
                   3610:    'Clone an existing course'
1.93      raeburn  3611: => 'Clone an existing course',
1.6       bisitz   3612: 
                   3613:    'Close This Window'
1.93      raeburn  3614: => 'Close This Window',
1.6       bisitz   3615: 
                   3616:    'Closed'
1.93      raeburn  3617: => 'Closed',
1.6       bisitz   3618: 
                   3619:    'Communication'
                   3620: => '通讯',
                   3621: 
                   3622:    'Compare versions of'
1.93      raeburn  3623: => 'Compare versions of',
1.6       bisitz   3624: 
1.51      bisitz   3625:    'No differences found'
1.93      raeburn  3626: => 'No differences found',
1.51      bisitz   3627: 
1.6       bisitz   3628:    'Completely new course'
1.93      raeburn  3629: => 'Completely new course',
1.6       bisitz   3630: 
                   3631:    'Construction Space Version'
1.93      raeburn  3632: => 'Construction Space Version',
1.6       bisitz   3633: 
                   3634:    'Continue'
1.18      zhu      3635: => '下一步',
1.6       bisitz   3636: 
                   3637:    'Copy current file to'
1.93      raeburn  3638: => 'Copy current file to',
1.6       bisitz   3639: 
                   3640:    'Copy selected'
1.93      raeburn  3641: => 'Copy selected',
1.6       bisitz   3642: 
                   3643:    'Course Code'
1.93      raeburn  3644: => 'Course Code',
1.6       bisitz   3645: 
                   3646:    'Course Content'
                   3647: => '课程内容',
                   3648: 
                   3649:    'Course Data'
1.18      zhu      3650: => '课程数据',
1.6       bisitz   3651: 
                   3652:    'Course Home Server'
1.93      raeburn  3653: => 'Course Home Server',
1.6       bisitz   3654: 
                   3655:    'Course ID/Number'
1.18      zhu      3656: => '课程-ID/编号',
1.6       bisitz   3657: 
                   3658:    'Course Information'
1.18      zhu      3659: => '课程资料',
1.6       bisitz   3660: 
                   3661:    'Resource Level'
1.73      bisitz   3662: => '资源等级',
1.6       bisitz   3663: 
                   3664:    'Map/Folder Level'
1.93      raeburn  3665: => 'Map/Folder Level',
1.6       bisitz   3666: 
                   3667:    'Course Level'
1.73      bisitz   3668: => '课程等级',
1.6       bisitz   3669: 
                   3670:    'Course Search'
1.18      zhu      3671: => '课程搜寻',
1.6       bisitz   3672: 
                   3673:    'Course Title'
1.18      zhu      3674: => '课程名称',
1.6       bisitz   3675: 
                   3676:    'Create New User'
1.18      zhu      3677: => '创建新用户',
1.6       bisitz   3678: 
                   3679:    'Create User'
1.18      zhu      3680: => '创建用户',
1.6       bisitz   3681: 
                   3682:    'Crosslisted courses'
1.93      raeburn  3683: => 'Crosslisted courses',
1.6       bisitz   3684: 
                   3685:    'Current Class List'
1.22      zhu      3686: => '目前的学生名单',
1.6       bisitz   3687: 
                   3688:    'Current Ending Date: [_1]'
1.22      zhu      3689: => '目前结束日期: [_1]',
1.6       bisitz   3690: 
                   3691:    'Current Ending Date: not set'
1.22      zhu      3692: => '目前结束日期: 未设置',
1.6       bisitz   3693: 
                   3694:    'Current Resource'
1.22      zhu      3695: => '现有资源',
1.6       bisitz   3696: 
                   3697:    'Current Starting Date: [_1]'
1.22      zhu      3698: => '目前开始日期: [_1]',
1.6       bisitz   3699: 
                   3700:    'Current Starting Date: not set'
1.22      zhu      3701: => '目前开始日期: 未设置',
1.6       bisitz   3702: 
                   3703:    'Current Version'
1.22      zhu      3704: => '当前版本',
1.6       bisitz   3705: 
1.83      bisitz   3706:    'Currently no active roles, courses or communities'
                   3707: => 'Currently no active roles, courses or communities', # '目前没有任何活动的角色或课程',
1.6       bisitz   3708: 
1.83      bisitz   3709:    'Currently no additional roles, courses or communities'
                   3710: => 'Currently no additional roles, courses or communities', # '目前还没有更多的角色或课程',
1.6       bisitz   3711: 
                   3712:    'The following [quant,_1,role,roles] will become active in the future:'
1.93      raeburn  3713: => 'The following [quant,_1,role,roles] will become active in the future:',
1.6       bisitz   3714: 
                   3715:    'Currently submitted: [_1]'
1.22      zhu      3716: => '目前提交:[_1]',
1.6       bisitz   3717: 
                   3718:    'Custom Role Editor'
1.22      zhu      3719: => '自订角色编辑器',
1.6       bisitz   3720: 
                   3721:    'Cut selected'
1.93      raeburn  3722: => 'Cut selected',
1.6       bisitz   3723: 
                   3724:    'Decompress'
1.22      zhu      3725: => '解压缩',
1.6       bisitz   3726: 
                   3727:    'Default Assessment Spreadsheet'
1.93      raeburn  3728: => 'Default Assessment Spreadsheet',
1.6       bisitz   3729: 
                   3730:    'Default Course Spreadsheet'
1.93      raeburn  3731: => 'Default Course Spreadsheet',
1.6       bisitz   3732: 
                   3733:    'Default Student Spreadsheet'
1.93      raeburn  3734: => 'Default Student Spreadsheet',
1.6       bisitz   3735: 
                   3736:    'Default XML Style File'
1.93      raeburn  3737: => 'Default XML Style File',
1.6       bisitz   3738: 
                   3739:    'Default for new courses is'
1.93      raeburn  3740: => 'Default for new courses is',
1.6       bisitz   3741: 
                   3742:    'Default:'
1.93      raeburn  3743: => 'Default:',
1.6       bisitz   3744: 
                   3745:    'Define Role'
1.93      raeburn  3746: => 'Define Role',
1.6       bisitz   3747: 
                   3748:    'Dependencies'
1.93      raeburn  3749: => 'Dependencies',
1.6       bisitz   3750: 
                   3751:    'Description:'
1.13      zhu      3752: => '描述:',
1.6       bisitz   3753: 
                   3754:    'Disable student resource discussion'
1.93      raeburn  3755: => 'Disable student resource discussion',
1.6       bisitz   3756: 
                   3757:    'Disable student use of chatrooms'
1.93      raeburn  3758: => 'Disable student use of chatrooms',
1.6       bisitz   3759: 
                   3760:    'Display file attributes'
1.93      raeburn  3761: => 'Display file attributes',
1.6       bisitz   3762: 
                   3763:    'Do NOT generate as standard course'
1.93      raeburn  3764: => 'Do NOT generate as standard course',
1.6       bisitz   3765: 
                   3766:    'Domain Level'
1.93      raeburn  3767: => 'Domain Level',
1.6       bisitz   3768: 
                   3769:    "Don't Show Feedback"
1.93      raeburn  3770: => "Don't Show Feedback",
1.6       bisitz   3771: 
                   3772:    'Duration of automated classlist updates'
1.93      raeburn  3773: => 'Duration of automated classlist updates',
1.6       bisitz   3774: 
                   3775:    'Dynamic Metadata (updated periodically)'
1.18      zhu      3776: => '动态数据 (定期更新)',
1.6       bisitz   3777: 
                   3778:    'ERROR'
1.18      zhu      3779: => '错误',
1.6       bisitz   3780: 
                   3781:    'Edit Custom Role Privileges'
1.70      zhu      3782: => '编辑自定义角色权限',
1.6       bisitz   3783: 
                   3784:    'Editor Errors - these errors might not effect the running of the problem, but they will likely cause problems with further use of the Edit mode. Please use the EditXML mode to fix these errors.'
1.70      zhu      3785: => '编辑错误-这些错误可能不会影响正在运行的问题,但他们很可能会导致问题进一步使用编辑模式。请使用XML模式来解决这些错误。',
1.6       bisitz   3786: 
                   3787:    'End Time'
1.22      zhu      3788: => '结束时间',
1.6       bisitz   3789: 
                   3790:    'Ending Date'
1.22      zhu      3791: => '结束日期',
1.6       bisitz   3792: 
                   3793:    'Ending date'
1.22      zhu      3794: => '结束日期',
1.6       bisitz   3795: 
                   3796:    'Enroll One Student'
1.22      zhu      3797: => '登记一名学生',
1.6       bisitz   3798: 
                   3799:    'Enroll as student'
1.22      zhu      3800: => '登记学生',
1.6       bisitz   3801: 
                   3802:    'Enrolling'
1.22      zhu      3803: => '登记',
1.6       bisitz   3804: 
                   3805:    'Enrolling Student'
1.22      zhu      3806: => '登记学生',
1.6       bisitz   3807: 
                   3808:    'Enter as many fields as you can. The system will inform you and bring you back to this page if the data selected is insufficient to enroll students in your class.'
1.93      raeburn  3809: => 'Enter as many fields as you can. The system will inform you and bring you back to this page if the data selected is insufficient to enroll students in your class.',
1.6       bisitz   3810: 
                   3811:    'Enter as many fields as you can.<br /> The system will inform you and bring you back to this page, <br /> if the data selected are insufficient to add users.'
1.93      raeburn  3812: => 'Enter as many fields as you can.<br /> The system will inform you and bring you back to this page, <br /> if the data selected are insufficient to add users.',
1.6       bisitz   3813: 
                   3814:    'Enter terms or phrases separated by AND, OR, or NOT then press SEARCH below'
1.18      zhu      3815: => '在搜索栏里输入关键字或词组用  AND, OR, 或 NOT 间隔,然后点击下面的 搜索 ',
1.6       bisitz   3816: 
                   3817:    'Enter terms or phrases separated by search operators such as AND, OR, or NOT'
1.18      zhu      3818: => '在搜索栏里输入关键字或词组,如 AND,OR,或 NOT 间隔。',
1.6       bisitz   3819: 
                   3820:    'Entering Construction Space'
1.93      raeburn  3821: => 'Entering Construction Space',
1.6       bisitz   3822: 
                   3823:    'Error: Directory Non Empty'
1.93      raeburn  3824: => 'Error: Directory Non Empty',
1.6       bisitz   3825: 
                   3826:    'Error: destination for operation is an existing directory.'
1.93      raeburn  3827: => 'Error: destination for operation is an existing directory.',
1.6       bisitz   3828: 
                   3829:    'Evaluation Error '
1.93      raeburn  3830: => 'Evaluation Error ',
1.6       bisitz   3831: 
                   3832:    'Homework Problem'
1.98    ! bisitz   3833: => 'Homework Problem',
1.6       bisitz   3834: 
                   3835:    'Exam Problem'
1.93      raeburn  3836: => 'Exam Problem',
1.6       bisitz   3837: 
                   3838:    'Excel format'
1.93      raeburn  3839: => 'Excel format',
1.6       bisitz   3840: 
                   3841:    'Feedback Addresses for Course Content Comments'
1.93      raeburn  3842: => 'Feedback Addresses for Course Content Comments',
1.6       bisitz   3843: 
                   3844:    'Feedback Addresses for Course Policy'
1.93      raeburn  3845: => 'Feedback Addresses for Course Policy',
1.6       bisitz   3846: 
                   3847:    'Feedback Addresses for Resource Content Question'
1.93      raeburn  3848: => 'Feedback Addresses for Resource Content Question',
1.6       bisitz   3849: 
                   3850:    'First'
1.93      raeburn  3851: => 'First',
1.6       bisitz   3852: 
                   3853:    'First Resource'
1.93      raeburn  3854: => 'First Resource',
1.6       bisitz   3855: 
                   3856:    'Foil name [_1] appears more than once. Foil names need to be unique.'
1.93      raeburn  3857: => 'Foil name [_1] appears more than once. Foil names need to be unique.',
1.6       bisitz   3858: 
                   3859:    'Folder/Map'
1.10      zhu      3860: => '文件夹/课程内容',
1.6       bisitz   3861: 
                   3862:    'For one or more students'
1.93      raeburn  3863: => 'For one or more students',
1.6       bisitz   3864: 
                   3865:    'Found a <*response> outside of a <part> in a <part>ed problem'
1.93      raeburn  3866: => 'Found a <*response> outside of a <part> in a <part>ed problem',
1.6       bisitz   3867: 
                   3868:    'Found no analyzable respones in this problem, currently only Numerical, Formula and String response styles are supported.'
1.93      raeburn  3869: => 'Found no analyzable respones in this problem, currently only Numerical, Formula and String response styles are supported.',
1.6       bisitz   3870: 
                   3871:    'Generate messages from a file'
1.22      zhu      3872: => '从一个文件生成邮件',
1.6       bisitz   3873: 
                   3874:    'Arabic - UTF'
1.18      zhu      3875: => 'ﺎﻠﻋﺮﺒﻳﺓ - UTF',
1.6       bisitz   3876: 
                   3877:    'German - UTF'
1.18      zhu      3878: => 'Deutsch - UTF',
1.6       bisitz   3879: 
                   3880:    'English - UTF'
1.18      zhu      3881: => 'English - UTF',
1.6       bisitz   3882: 
                   3883:    'Spanish (Castellan) - UTF'
1.18      zhu      3884: => 'español (castellano) - UTF',
1.6       bisitz   3885: 
                   3886:    'Persian - UTF'
1.18      zhu      3887: => 'ﺍیﺭﺎﻧی - UTF',
1.6       bisitz   3888: 
                   3889:    'French - UTF'
1.18      zhu      3890: => 'français - UTF',
1.6       bisitz   3891: 
                   3892:    'Hebrew - UTF'
1.18      zhu      3893: => 'עברית - UTF',
1.6       bisitz   3894: 
                   3895:    'Japanese - UTF'
1.18      zhu      3896: => '日本語 - UTF',
1.6       bisitz   3897: 
                   3898:    'Portuguese - UTF'
1.18      zhu      3899: => 'Português - UTF',
1.6       bisitz   3900: 
                   3901:    'Russian - UTF'
1.29      bisitz   3902: => 'Русский - UTF',
1.6       bisitz   3903: 
                   3904:    'Turkish - UTF'
1.18      zhu      3905: => 'türkçe - UTF',
                   3906: 
                   3907:    'Chinese Simplified - UTF'
                   3908: => '简体中文 - UTF',
1.9       zhu      3909: 
                   3910:    'Swedish Chef - UTF'
1.93      raeburn  3911: => 'Swedish Chef - UTF',
1.8       bisitz   3912: 
1.9       zhu      3913:    'Undetermined - ISO'
1.18      zhu      3914: => 'Undetermined - ISO',
1.6       bisitz   3915: 
1.9       zhu      3916:    'Interlingua (International Auxiliary Language Association) - ISO'
1.18      zhu      3917: => 'Interlingua (International Auxiliary Language Association) - ISO',
1.6       bisitz   3918: 
                   3919:    'Go'
                   3920: => 'Go',
                   3921: 
                   3922:    'go'
1.93      raeburn  3923: => 'go',
1.6       bisitz   3924: 
                   3925:    'Go to ...'
1.12      zhu      3926: => '转到...',
1.6       bisitz   3927: 
                   3928:    'Help on Creating Courses'
1.93      raeburn  3929: => 'Help on Creating Courses',
1.6       bisitz   3930: 
                   3931:    'Home Server'
1.93      raeburn  3932: => 'Home Server',
1.6       bisitz   3933: 
                   3934:    'Homework problem'
1.98    ! bisitz   3935: => 'Homework problem',
1.6       bisitz   3936: 
                   3937:    'How do I create a CSV file from a spreadsheet'
1.27      zhu      3938: => '我如何从Excel表创建一个CSV文件',
1.6       bisitz   3939: 
                   3940:    'How do I create a class list from a spreadsheet'
1.93      raeburn  3941: => 'How do I create a class list from a spreadsheet',
1.6       bisitz   3942: 
                   3943:    'How should the results be printed?'
1.93      raeburn  3944: => 'How should the results be printed?',
1.6       bisitz   3945: 
                   3946:    'Immediately expire own role as Course Coordinator'
1.93      raeburn  3947: => 'Immediately expire own role as Course Coordinator',
1.6       bisitz   3948: 
                   3949:    'Import and Paste Area'
1.93      raeburn  3950: => 'Import and Paste Area',
1.6       bisitz   3951: 
                   3952:    'Include retrieval of student photographs?'
1.93      raeburn  3953: => 'Include retrieval of student photographs?',
1.6       bisitz   3954: 
                   3955:    'Institutional Information'
1.93      raeburn  3956: => 'Institutional Information',
1.6       bisitz   3957: 
                   3958:    'Invalid Significant figures detected'
1.93      raeburn  3959: => 'Invalid Significant figures detected',
1.6       bisitz   3960: 
                   3961:    'Invalid characters in requested name have been removed.'
1.93      raeburn  3962: => 'Invalid characters in requested name have been removed.',
1.6       bisitz   3963: 
                   3964:    'Invalid login mode or password.'
1.93      raeburn  3965: => 'Invalid login mode or password.',
1.6       bisitz   3966: 
                   3967:    'Invalid username or domain'
1.26      zhu      3968: => '无效的用户名或域',
1.6       bisitz   3969: 
                   3970:    'KEYWORDS'
1.93      raeburn  3971: => 'KEYWORDS',
1.6       bisitz   3972: 
                   3973:    'LaTeX batchmode'
1.93      raeburn  3974: => 'LaTeX batchmode',
1.6       bisitz   3975: 
                   3976:    'LaTeX mode'
1.93      raeburn  3977: => 'LaTeX mode',
1.6       bisitz   3978: 
                   3979:    'Languages used'
1.26      zhu      3980: => '所用语言',
1.6       bisitz   3981: 
                   3982:    'Last'
1.93      raeburn  3983: => 'Last',
1.6       bisitz   3984: 
                   3985:    'Leave blank on scoring form'
1.93      raeburn  3986: => 'Leave blank on scoring form',
1.6       bisitz   3987: 
                   3988:    'List Directory'
1.10      zhu      3989: => '目录列表',
1.6       bisitz   3990: 
                   3991:    'Location'
1.10      zhu      3992: => '地点',
1.6       bisitz   3993: 
                   3994:    'Login Data'
1.10      zhu      3995: => '登录数据',
1.6       bisitz   3996: 
                   3997:    'Logout'
                   3998: => '退出',
                   3999: 
                   4000:    'Make new directory'
1.10      zhu      4001: => '创建新目录',
1.6       bisitz   4002: 
                   4003:    'Make new file'
1.10      zhu      4004: => '创建新文件',
1.6       bisitz   4005: 
                   4006:    'Manual Grading'
1.10      zhu      4007: => '手动评分',
1.6       bisitz   4008: 
                   4009:    'Map has branchings. Use advanced editor.'
1.93      raeburn  4010: => 'Map has branchings. Use advanced editor.',
1.6       bisitz   4011: 
                   4012:    'Map has conditions. Use advanced editor.'
1.93      raeburn  4013: => 'Map has conditions. Use advanced editor.',
1.6       bisitz   4014: 
                   4015:    'Map has resource parameters. Use advanced editor.'
1.93      raeburn  4016: => 'Map has resource parameters. Use advanced editor.',
1.6       bisitz   4017: 
                   4018:    'Map has unconnected resources. Use advanced editor.'
1.93      raeburn  4019: => 'Map has unconnected resources. Use advanced editor.',
1.6       bisitz   4020: 
                   4021:    'Messaging'
1.26      zhu      4022: => '发送邮件',
1.6       bisitz   4023: 
                   4024:    'first'
1.26      zhu      4025: => '名', # !
1.6       bisitz   4026: 
                   4027:    'last'
1.26      zhu      4028: => '姓', # !
1.6       bisitz   4029: 
                   4030:    'middle'
1.26      zhu      4031: => '中名', # !
1.6       bisitz   4032: 
                   4033:    'Middle Name'
1.26      zhu      4034: => '中名',
1.6       bisitz   4035: 
                   4036:    'Missing Kerberos domain information.'
1.70      zhu      4037: => '丢失的Kerberos域信息。',
1.6       bisitz   4038: 
                   4039:    'Modification may make assessment data inaccessible!'
1.70      zhu      4040: => '修改可能使评估数据无法访问!',
1.6       bisitz   4041: 
                   4042:    'Modify Enrollment for'
1.70      zhu      4043: => '修改注册为',
1.6       bisitz   4044: 
                   4045:    'Modify User'
1.70      zhu      4046: => '修改用户',
1.6       bisitz   4047: 
                   4048:    'Modify another students data'
1.70      zhu      4049: => '修改另一个学生的数据',
1.6       bisitz   4050: 
                   4051:    'Modify deadlines, etc, for this resource'
1.70      zhu      4052: => '修改此资源的截止日期等',
1.6       bisitz   4053: 
                   4054:    'Modifying data for user'
1.70      zhu      4055: => '修改用户的数据',
1.6       bisitz   4056: 
                   4057:    'Modifying this will make problems have different numbers and answers!'
1.70      zhu      4058: => '修改这将使问题有不同的号码和答案!',
1.6       bisitz   4059: 
                   4060:    'Move current file to'
1.70      zhu      4061: => '目前文件移动到',
1.6       bisitz   4062: 
                   4063:    'Must create new subdirectory inside a directory'
1.70      zhu      4064: => '必须在目录里面创造新的子目录',
1.6       bisitz   4065: 
                   4066:    'Name of Role'
1.70      zhu      4067: => '角色名字',
1.6       bisitz   4068: 
                   4069:    'New Directory'
1.70      zhu      4070: => '新目录',
1.6       bisitz   4071: 
                   4072:    'New HTML file'
1.70      zhu      4073: => '新的HTML文件',
1.6       bisitz   4074: 
                   4075:    'New Resource'
1.70      zhu      4076: => '新资源',
1.6       bisitz   4077: 
                   4078:    'New Role'
1.70      zhu      4079: => '新角色',
1.6       bisitz   4080: 
                   4081:    'New User'
1.70      zhu      4082: => '新用户',
1.6       bisitz   4083: 
                   4084:    'New Value'
1.70      zhu      4085: => '新的价值',
1.6       bisitz   4086: 
                   4087:    'New assembled page'
                   4088: => '新组合页面',
                   4089: 
                   4090:    'New assembled sequence'
1.70      zhu      4091: => '新的组合序列',
1.6       bisitz   4092: 
                   4093:    'New custom rights file'
1.70      zhu      4094: => '新文件的访问控制',
1.6       bisitz   4095: 
                   4096:    'New file'
1.70      zhu      4097: => '新文件',
1.6       bisitz   4098: 
                   4099:    'New problem'
1.70      zhu      4100: => '新问题',
1.6       bisitz   4101: 
                   4102:    'New style file'
1.70      zhu      4103: => '新的风格文件',
1.6       bisitz   4104: 
                   4105:    'New subdirectory'
1.12      zhu      4106: => '新的子目录',
1.6       bisitz   4107: 
                   4108:    'Next    '
1.18      zhu      4109: => '下一步    ',
1.6       bisitz   4110: 
                   4111:    'No'
1.10      zhu      4112: => '否',
1.6       bisitz   4113: 
                   4114:    'No Access or Usages Statistics are available for this resource.'
1.18      zhu      4115: => '没有访问或使用的统计数据可用于该资源。',
1.6       bisitz   4116: 
                   4117:    'No Assessment Statistical Data is available for this resource'
1.18      zhu      4118: => '没有任何评估统计数据可用于该资源。',
1.6       bisitz   4119: 
                   4120:    'No Evaluation Data is available for this resource.'
1.18      zhu      4121: => '没有任何评价数据可用于该资源。',
1.6       bisitz   4122: 
                   4123:    'No new filename specified.'
1.18      zhu      4124: => '没有指定新的文件名。',
1.6       bisitz   4125: 
                   4126:    'No such file'
1.18      zhu      4127: => '文件未找到',
1.6       bisitz   4128: 
                   4129:    'Not Allowed'
1.18      zhu      4130: => '不允许',
1.6       bisitz   4131: 
                   4132:    'Not applicable -'
1.93      raeburn  4133: => 'Not applicable -',
1.6       bisitz   4134: 
                   4135:    'Not open to be viewed'
1.93      raeburn  4136: => 'Not open to be viewed',
1.6       bisitz   4137: 
                   4138:    'Not set -'
1.93      raeburn  4139: => 'Not set -',
1.6       bisitz   4140: 
                   4141:    'Notification of enrollment changes'
1.93      raeburn  4142: => 'Notification of enrollment changes',
1.6       bisitz   4143: 
                   4144:    'Notification to course coordinator via LON-CAPA message when enrollment changes occur during the automated update?'
1.93      raeburn  4145: => 'Notification to course coordinator via LON-CAPA message when enrollment changes occur during the automated update?',
1.6       bisitz   4146: 
                   4147:    'Number of columns'
1.93      raeburn  4148: => 'Number of columns',
1.6       bisitz   4149: 
                   4150:    'Old Value'
1.93      raeburn  4151: => 'Old Value',
1.6       bisitz   4152: 
                   4153:    'One particular problem (overrides folder and course defaults)'
1.93      raeburn  4154: => 'One particular problem (overrides folder and course defaults)',
1.6       bisitz   4155: 
                   4156:    'Online Help'
1.70      zhu      4157: => '联机帮助',
1.6       bisitz   4158: 
1.23      bisitz   4159:    'Help: [_1]'
1.70      zhu      4160: => '帮助: [_1]',
1.23      bisitz   4161: 
1.6       bisitz   4162:    'Only domain coordinators can change a users password.'
1.70      zhu      4163: => '只有域协调员可以更改用户的密码。',
1.6       bisitz   4164: 
                   4165:    'Open Course'
1.70      zhu      4166: => '创建课程',
1.6       bisitz   4167: 
                   4168:    'Open all assessments'
1.70      zhu      4169: => '所有评估访问',
1.6       bisitz   4170: 
                   4171:    'Open and correct'
1.70      zhu      4172: => '公开和正确',
1.6       bisitz   4173: 
                   4174:    'Open with full tries'
1.70      zhu      4175: => '向所有人开放的尝试',
1.6       bisitz   4176: 
                   4177:    'Output Format: [_1]'
1.70      zhu      4178: => '输出格式: [_1]',
1.6       bisitz   4179: 
                   4180:    'Layout Options'
1.70      zhu      4181: => '布局选项',
1.6       bisitz   4182: 
                   4183:    'Page layout'
1.70      zhu      4184: => '页面布局',
1.6       bisitz   4185: 
                   4186:    'Paper type'
1.70      zhu      4187: => '纸张类型',
1.6       bisitz   4188: 
                   4189:    'PDF-Formfields'
1.70      zhu      4190: => 'PDF格式字段',
1.6       bisitz   4191: 
                   4192:    'with Formfields'
1.70      zhu      4193: => '带有格式字段',
1.6       bisitz   4194: 
                   4195:    'without Formfields'
1.70      zhu      4196: => '不带有格式字段',
1.6       bisitz   4197: 
1.77      bisitz   4198:    'Problems from the Whole Course'
1.93      raeburn  4199: => 'Problems from the Whole Course',
1.77      bisitz   4200: 
                   4201:    'Resources from the Whole Course'
1.93      raeburn  4202: => 'Resources from the Whole Course',
1.77      bisitz   4203: 
1.6       bisitz   4204:    'Parameter'
1.70      zhu      4205: => '参数',
1.6       bisitz   4206: 
                   4207:    'Paste after selected'
1.93      raeburn  4208: => 'Paste after selected',
1.6       bisitz   4209: 
                   4210:    'Personal Data'
                   4211: => '个人资料',
                   4212: 
                   4213:    'Please choose the default authentication method to be used by new users added to this LON-CAPA domain by the automated enrollment process'
1.93      raeburn  4214: => 'Please choose the default authentication method to be used by new users added to this LON-CAPA domain by the automated enrollment process',
1.6       bisitz   4215: 
                   4216:    'No such user [_1] at domain [_2].' # 1: user, 2: domain
1.93      raeburn  4217: => 'No such user [_1] at domain [_2].',
1.6       bisitz   4218: 
                   4219:    'Please click Back on your browser and select another user, or [_1]Create User[_2]'
1.93      raeburn  4220: => 'Please click Back on your browser and select another user, or [_1]Create User[_2]',
1.6       bisitz   4221: 
                   4222:    'Invalid home server for course: [_1]'
1.93      raeburn  4223: => 'Invalid home server for course: [_1]',
1.6       bisitz   4224: 
                   4225:    'Please contact your LON-CAPA administrator regarding this situation.'
1.93      raeburn  4226: => 'Please contact your LON-CAPA administrator regarding this situation.',
1.6       bisitz   4227: 
                   4228:    'Please select an authentication mechanism'
1.93      raeburn  4229: => 'Please select an authentication mechanism',
1.6       bisitz   4230: 
                   4231:    'Please select the Authentication mechanism'
1.93      raeburn  4232: => 'Please select the Authentication mechanism',
1.6       bisitz   4233: 
                   4234:    'Please stand by.'
1.93      raeburn  4235: => 'Please stand by.',
1.6       bisitz   4236: 
                   4237:    "Please use browser 'Back' button and pick a filename"
1.93      raeburn  4238: => "Please use browser 'Back' button and pick a filename",
1.6       bisitz   4239: 
                   4240:    'Preparing Printout'
1.93      raeburn  4241: => 'Preparing Printout',
1.6       bisitz   4242: 
                   4243:    'Print'
1.93      raeburn  4244: => 'Print',
1.6       bisitz   4245: 
                   4246:    'Print Index'
1.93      raeburn  4247: => 'Print Index',
1.6       bisitz   4248: 
                   4249:    'Print Discussions'
1.93      raeburn  4250: => 'Print Discussions',
1.6       bisitz   4251: 
                   4252:    'Print Annotations'
1.93      raeburn  4253: => 'Print Annotations',
1.6       bisitz   4254: 
                   4255:    'Print Table of Contents'
1.93      raeburn  4256: => 'Print Table of Contents',
1.6       bisitz   4257: 
                   4258:    'Print:'
1.93      raeburn  4259: => 'Print:',
1.6       bisitz   4260: 
                   4261:    'Problems from entire course'
1.93      raeburn  4262: => 'Problems from entire course',
1.6       bisitz   4263: 
                   4264:    'Processed file: [_1]'
1.93      raeburn  4265: => 'Processed file: [_1]',
1.6       bisitz   4266: 
                   4267:    'Publish this Resource'
1.93      raeburn  4268: => 'Publish this Resource',
1.6       bisitz   4269: 
                   4270:    'Randomization algorithm used'
1.93      raeburn  4271: => 'Randomization algorithm used',
1.6       bisitz   4272: 
                   4273:    'Recent'
1.12      zhu      4274: => '最新的',
1.6       bisitz   4275: 
                   4276:    'Rename current file to'
1.12      zhu      4277: => '当前文件重命名为',
1.6       bisitz   4278: 
                   4279:    'Report a Bug'
1.12      zhu      4280: => '报告错误',
1.6       bisitz   4281: 
                   4282:    'Resource'
1.12      zhu      4283: => '资源',
1.6       bisitz   4284: 
                   4285:    'Resource Differences'
1.12      zhu      4286: => '资源的差异',
1.6       bisitz   4287: 
                   4288:    'Resources from selected sequence in course'
1.93      raeburn  4289: => 'Resources from selected sequence in course',
1.6       bisitz   4290: 
                   4291:    'Response'
1.12      zhu      4292: => '回答',
1.6       bisitz   4293: 
                   4294:    'Retrieve Old Version'
1.93      raeburn  4295: => 'Retrieve Old Version',
1.6       bisitz   4296: 
                   4297:    'Retrieving current (most recent) version'
1.93      raeburn  4298: => 'Retrieving current (most recent) version',
1.6       bisitz   4299: 
                   4300:    'Retrieving old version'
1.93      raeburn  4301: => 'Retrieving old version',
1.6       bisitz   4302: 
                   4303:    'Return to DOCS'
1.18      zhu      4304: => '回到课程内容',
1.6       bisitz   4305: 
                   4306:    'Reverse Association'
1.93      raeburn  4307: => 'Reverse Association',
1.6       bisitz   4308: 
                   4309:    'Revoke'
1.70      zhu      4310: => '撤销',
1.6       bisitz   4311: 
                   4312:    'Revoke Existing Roles'
1.70      zhu      4313: => '撤销现有的角色',
1.6       bisitz   4314: 
                   4315:    'Role'
1.18      zhu      4316: => '角色',
1.6       bisitz   4317: 
                   4318:    'Role:'
1.18      zhu      4319: => '角色:',
1.6       bisitz   4320: 
                   4321:    'Role Information'
1.70      zhu      4322: => '角色信息',
1.6       bisitz   4323: 
                   4324:    'Sample Points:'
1.93      raeburn  4325: => 'Sample Points:',
1.6       bisitz   4326: 
                   4327:    'Save entries below as a draft answer (not submitting them for credit yet)'
1.93      raeburn  4328: => 'Save entries below as a draft answer (not submitting them for credit yet)',
1.6       bisitz   4329: 
                   4330:    'Select Action'
1.9       zhu      4331: => '选择行动',
1.6       bisitz   4332: 
                   4333:    'Select All Resources'
1.63      zhu      4334: => '选择所有资源',
1.6       bisitz   4335: 
                   4336:    'Select Printing Options:'
1.63      zhu      4337: => '选择打印选项:',
1.6       bisitz   4338: 
                   4339:    'Select Problem(s) to print'
1.63      zhu      4340: => '选择要打印任务',
1.6       bisitz   4341: 
                   4342:    'Select Resource(s) to print'
1.63      zhu      4343: => '选择要打印的资源',
1.6       bisitz   4344: 
                   4345:    'Select Resources To Print'
1.63      zhu      4346: => '选择要打印的资源',
1.6       bisitz   4347: 
                   4348:    'Select Section'
1.70      zhu      4349: => '选择章节',
1.6       bisitz   4350: 
                   4351:    'Select Sequence To Print From'
1.63      zhu      4352: => '选择打印顺序',
1.6       bisitz   4353: 
                   4354:    'Select Students and Resources'
1.63      zhu      4355: => '选择学生和资源',
1.6       bisitz   4356: 
                   4357:    'Select Style File'
1.63      zhu      4358: => '选择文件风格',
1.6       bisitz   4359: 
                   4360:    "Select a user name to modify the student's information"
1.63      zhu      4361: => "选择一个用户名来修改学生的信息",
1.6       bisitz   4362: 
                   4363:    'Select a user name to view the users personal page.'
1.63      zhu      4364: => '选择一个用户名,以查看用户的个人页面。',
1.6       bisitz   4365: 
                   4366:    'Select resources for the assignment'
1.93      raeburn  4367: => 'Select resources for the assignment',
1.6       bisitz   4368: 
                   4369:    'Set'
1.22      zhu      4370: => '设置',
1.6       bisitz   4371: 
                   4372:    'Set?'
1.22      zhu      4373: => '设置?',
1.6       bisitz   4374: 
                   4375:    'Set Course Environment'
1.22      zhu      4376: => '设置课程环境',
1.6       bisitz   4377: 
                   4378:    'Set End Date'
1.22      zhu      4379: => '设置结束日期',
1.6       bisitz   4380: 
                   4381:    'Set Individual User Roles'
1.22      zhu      4382: => '设定用户角色和权限',
1.6       bisitz   4383: 
                   4384:    'Set Start Date'
1.22      zhu      4385: => '设置开始日期',
1.6       bisitz   4386: 
                   4387:    'Set content feedback to Course Coordinator'
1.93      raeburn  4388: => 'Set content feedback to Course Coordinator',
1.6       bisitz   4389: 
                   4390:    'Set course policy feedback to Course Coordinator'
1.93      raeburn  4391: => 'Set course policy feedback to Course Coordinator',
1.6       bisitz   4392: 
                   4393:    'Set opening date for all problems in the course for. . .'
1.93      raeburn  4394: => 'Set opening date for all problems in the course for. . .',
1.6       bisitz   4395: 
                   4396:    'Set to ...'
1.93      raeburn  4397: => 'Set to ...',
1.6       bisitz   4398: 
                   4399:    'Show Answer'
1.93      raeburn  4400: => 'Show Answer',
1.6       bisitz   4401: 
                   4402:    'Show Feedback'
1.93      raeburn  4403: => 'Show Feedback',
1.6       bisitz   4404: 
                   4405:    'Simple Edit'
1.93      raeburn  4406: => 'Simple Edit',
1.6       bisitz   4407: 
                   4408:    'Start Time'
1.93      raeburn  4409: => 'Start Time',
1.6       bisitz   4410: 
                   4411:    "Start each student's assignment on a new page/column (add a pagefeed after each assignment)"
1.93      raeburn  4412: => "Start each student's assignment on a new page/column (add a pagefeed after each assignment)",
1.6       bisitz   4413: 
                   4414:    'Starting Date'
1.22      zhu      4415: => '开始日期',
1.6       bisitz   4416: 
                   4417:    'Starting date'
1.22      zhu      4418: => '开始日期',
1.6       bisitz   4419: 
                   4420:    'Student ID'
1.22      zhu      4421: => '学生证',
1.6       bisitz   4422: 
                   4423:    'Student Information'
1.22      zhu      4424: => '学生信息',
1.6       bisitz   4425: 
                   4426:    'Student Sheet Links'
1.22      zhu      4427: => '学生表链接',
1.6       bisitz   4428: 
                   4429:    'Student Status'
1.22      zhu      4430: => '学生状态',
1.6       bisitz   4431: 
                   4432:    'Student Status: [_1]'
1.22      zhu      4433: => '学生状态: [_1]',
1.6       bisitz   4434: 
                   4435:    'Student information updated successfully.'
1.22      zhu      4436: => '学生信息已成功更新。',
1.6       bisitz   4437: 
                   4438:    'Students need access key to enter course'
1.93      raeburn  4439: => 'Students need access key to enter course',
1.6       bisitz   4440: 
                   4441:    'Students with expired roles'
1.93      raeburn  4442: => 'Students with expired roles',
1.6       bisitz   4443: 
                   4444:    'Subject:'
1.22      zhu      4445: => '标题:',
1.6       bisitz   4446: 
                   4447:    'Submissions'
1.93      raeburn  4448: => 'Submissions',
1.6       bisitz   4449: 
                   4450:    'Submit Modifications'
1.63      zhu      4451: => '提交更改',
1.6       bisitz   4452: 
                   4453:    'Submit entries below as answer to receive credit'
1.93      raeburn  4454: => 'Submit entries below as answer to receive credit',
1.6       bisitz   4455: 
                   4456:    'Survey Question'
1.93      raeburn  4457: => 'Survey Question',
1.6       bisitz   4458: 
                   4459:    'Survey question'
1.93      raeburn  4460: => 'Survey question',
1.6       bisitz   4461: 
                   4462:    'System Level'
1.93      raeburn  4463: => 'System Level',
1.6       bisitz   4464: 
                   4465:    'Target Edit Map'
1.93      raeburn  4466: => 'Target Edit Map', #??? [SB 18.10.2006]
1.6       bisitz   4467: 
                   4468:    'TeX unconverted due to errors'
1.93      raeburn  4469: => 'TeX unconverted due to errors',
1.6       bisitz   4470: 
                   4471:    'TeX unconverted due to previous errors'
1.93      raeburn  4472: => 'TeX unconverted due to previous errors',
1.6       bisitz   4473: 
                   4474:    'The error reported was'
1.93      raeburn  4475: => 'The error reported was',
1.6       bisitz   4476: 
                   4477:    'The following entries will be used to identify the course according to the naming scheme adopted by your institution. Your choices will be used to map an internal LON-CAPA course ID to the corresponding course section ID(s) used by the office responsible for providing official class lists for courses at your institution. This mapping is required if you choose to employ automatic population of class lists.'
1.93      raeburn  4478: => 'The following entries will be used to identify the course according to the naming scheme adopted by your institution. Your choices will be used to map an internal LON-CAPA course ID to the corresponding course section ID(s) used by the office responsible for providing official class lists for courses at your institution. This mapping is required if you choose to employ automatic population of class lists.',
1.6       bisitz   4479: 
                   4480:    "The following settings control automatic enrollment of students in this class based on information available for this specific course from your institution's official classlists."
1.93      raeburn  4481: => "The following settings control automatic enrollment of students in this class based on information available for this specific course from your institution's official classlists.",
1.6       bisitz   4482: 
                   4483:    'The requested file'
1.93      raeburn  4484: => 'The requested file',
1.6       bisitz   4485: 
                   4486:    'The student must log out and log in again to see these changes.'
1.93      raeburn  4487: => 'The student must log out and log in again to see these changes.',
1.6       bisitz   4488: 
                   4489:    'There are currently no Error Messages for this resource.'
1.93      raeburn  4490: => 'There are currently no Error Messages for this resource.',
1.6       bisitz   4491: 
                   4492:    'There are no Evaluation Comments on this resource.'
1.93      raeburn  4493: => 'There are no Evaluation Comments on this resource.',
1.6       bisitz   4494: 
                   4495:    'There was an error determining the environment values for'
1.93      raeburn  4496: => 'There was an error determining the environment values for',
1.6       bisitz   4497: 
                   4498:    'Top Level Map'
1.93      raeburn  4499: => 'Top Level Map',
1.6       bisitz   4500: 
                   4501:    'Type Name Here'
1.93      raeburn  4502: => 'Type Name Here',
1.6       bisitz   4503: 
                   4504:    'Type in value'
1.93      raeburn  4505: => 'Type in value',
1.6       bisitz   4506: 
                   4507:    'Type:'
1.93      raeburn  4508: => 'Type:',
1.6       bisitz   4509: 
                   4510:    'UNDISPLAYABLE'
1.93      raeburn  4511: => 'UNDISPLAYABLE',
1.6       bisitz   4512: 
                   4513:    'Unable to enroll'
1.93      raeburn  4514: => 'Unable to enroll',
1.6       bisitz   4515: 
                   4516:    'Unable to publish file, it contains duplicated ID(s), ID(s) need to be unique. The duplicated ID(s) are'
1.93      raeburn  4517: => 'Unable to publish file, it contains duplicated ID(s), ID(s) need to be unique. The duplicated ID(s) are',
1.6       bisitz   4518: 
                   4519:    'Unable to retrieve environment data for'
1.93      raeburn  4520: => 'Unable to retrieve environment data for',
1.6       bisitz   4521: 
                   4522:    'Unable to set default dates for course'
1.93      raeburn  4523: => 'Unable to set default dates for course',
1.6       bisitz   4524: 
                   4525:    'Unavailable course'
1.93      raeburn  4526: => 'Unavailable course',
1.6       bisitz   4527: 
                   4528:    'Unknown Action'
1.93      raeburn  4529: => 'Unknown Action',
1.6       bisitz   4530: 
                   4531:    'Upload file'
1.93      raeburn  4532: => 'Upload file',
1.6       bisitz   4533: 
                   4534:    'Upload file to Construction Space'
1.93      raeburn  4535: => 'Upload file to Construction Space',
1.6       bisitz   4536: 
                   4537:    'VIEW'
1.93      raeburn  4538: => 'VIEW',
1.6       bisitz   4539: 
                   4540:    'View the FAQ'
1.93      raeburn  4541: => 'View the FAQ',
1.6       bisitz   4542: 
                   4543:    'Visibly Separate Items on Pages'
1.93      raeburn  4544: => 'Visibly Separate Items on Pages',
1.6       bisitz   4545: 
                   4546:    'WARNING: The metadata table does not exist in the LON-CAPA database.'
1.93      raeburn  4547: => 'WARNING: The metadata table does not exist in the LON-CAPA database.',
1.6       bisitz   4548: 
                   4549:    'Warning: change of MIME type!'
1.93      raeburn  4550: => 'Warning: change of MIME type!',
1.6       bisitz   4551: 
                   4552:    'Warning: target file exists!'
1.93      raeburn  4553: => 'Warning: target file exists!',
1.6       bisitz   4554: 
                   4555:    'Warning: target file exists, and has been published!'
1.93      raeburn  4556: => 'Warning: target file exists, and has been published!',
1.6       bisitz   4557: 
                   4558:    'Width'
1.93      raeburn  4559: => 'Width',
1.6       bisitz   4560: 
                   4561:    'Print Options'
1.63      zhu      4562: => '打印选项',
1.6       bisitz   4563: 
                   4564:    'Print Answers'
1.63      zhu      4565: => '打印回答',
1.6       bisitz   4566: 
                   4567:    'Only Answers'
1.63      zhu      4568: => '只有回答',
1.6       bisitz   4569: 
                   4570:    'With Answers'
1.63      zhu      4571: => '带答案',
1.6       bisitz   4572: 
                   4573:    'Without Answers'
1.63      zhu      4574: => '没有答案',
1.6       bisitz   4575: 
                   4576:    'You are working with an unsaved version of your map.'
1.93      raeburn  4577: => 'You are working with an unsaved version of your map.',
1.6       bisitz   4578: 
                   4579:    'You changed the students id but did not disable the ID change safeguard. The students id will not be changed.'
1.93      raeburn  4580: => 'You changed the students id but did not disable the ID change safeguard. The students id will not be changed.',
1.6       bisitz   4581: 
                   4582:    'Your request to change the role information for this student was refused. You do not appear to have sufficient authority to change student information.'
1.93      raeburn  4583: => 'Your request to change the role information for this student was refused. You do not appear to have sufficient authority to change student information.',
1.6       bisitz   4584: 
                   4585:    '[_1] (what you just saw on the screen)'
1.63      zhu      4586: => '[_1] (what you just saw on the screen)',
1.6       bisitz   4587: 
                   4588:    '[_1] Local Authentication with argument [_2]'
1.70      zhu      4589: => '[_1] 局部认证带 [_2]',
1.6       bisitz   4590: 
                   4591:    'Currently using local (institutional) authentication.'
1.18      zhu      4592: => '目前使用的地方(机构)的认证。Derzeit lokal (institutionell) authentifiziert.',
1.6       bisitz   4593: 
                   4594:    'a comma separated list of course sections crosslisted with the current course, with each entry including the institutional course section name followed by a colon and then the (optional) sectionID to be used in LON-CAPA, e.g., fs03ent231001:ent1,fs03bot231001:bot1,fs03zol231002:zol2'
1.93      raeburn  4595: => 'a comma separated list of course sections crosslisted with the current course, with each entry including the institutional course section name followed by a colon and then the (optional) sectionID to be used in LON-CAPA, e.g., fs03ent231001:ent1,fs03bot231001:bot1,fs03zol231002:zol2',
1.6       bisitz   4596: 
                   4597:    'a comma separated list of institutional section numbers, each separated by a colon from the (optional) corresponding section ID to be used in LON-CAPA e.g., 001:1,002:2'
1.93      raeburn  4598: => 'a comma separated list of institutional section numbers, each separated by a colon from the (optional) corresponding section ID to be used in LON-CAPA e.g., 001:1,002:2',
1.6       bisitz   4599: 
                   4600:    'after selected'
1.70      zhu      4601: => '选定后',
1.6       bisitz   4602: 
                   4603:    'and'
1.93      raeburn  4604: => 'and',
1.6       bisitz   4605: 
                   4606:    'between'
1.93      raeburn  4607: => 'between',
1.6       bisitz   4608: 
                   4609:    'button'
1.93      raeburn  4610: => 'button',
1.6       bisitz   4611: 
                   4612:    'by'
1.93      raeburn  4613: => 'by',
1.6       bisitz   4614: 
                   4615:    'check all'
1.27      zhu      4616: => '全选',
1.6       bisitz   4617: 
                   4618:    'chmod error'
1.27      zhu      4619: => '属性错误',
1.6       bisitz   4620: 
                   4621:    'click on the'
1.93      raeburn  4622: => 'click on the',
1.6       bisitz   4623: 
                   4624:    'copy Error'
1.27      zhu      4625: => '复制错误',
1.6       bisitz   4626: 
                   4627:    'currently does not exist'
1.93      raeburn  4628: => 'currently does not exist',
1.6       bisitz   4629: 
                   4630:    'custom'
1.27      zhu      4631: => "自定义", # 'anpassbar', # individuell ???
1.6       bisitz   4632: 
                   4633:    'custom distribution file'
1.27      zhu      4634: => '自定义文件', # ???
1.6       bisitz   4635: 
                   4636:    'domain'
1.26      zhu      4637: => '域',
1.6       bisitz   4638: 
                   4639:    'expired or revoked'
1.93      raeburn  4640: => 'expired or revoked',
1.6       bisitz   4641: 
                   4642:    'extension'
1.93      raeburn  4643: => 'extension',
1.6       bisitz   4644: 
                   4645:    'external'
1.93      raeburn  4646: => 'external',
1.6       bisitz   4647: 
                   4648:    'file<br />extension'
1.93      raeburn  4649: => 'file<br />extension',
1.6       bisitz   4650: 
                   4651:    'first name'
1.70      zhu      4652: => '名',
1.6       bisitz   4653: 
                   4654:    'generation'
1.70      zhu      4655: => '生成',
1.6       bisitz   4656: 
                   4657:    'in domain'
1.70      zhu      4658: => '在域',
1.6       bisitz   4659: 
                   4660:    'internal'
1.18      zhu      4661: => '内部的',
1.6       bisitz   4662: 
                   4663:    'is in this state by royal decree.'
1.93      raeburn  4664: => 'is in this state by royal decree.',
1.6       bisitz   4665: 
                   4666:    'last name'
1.70      zhu      4667: => '姓',
1.6       bisitz   4668: 
                   4669:    'make these dates the default for future enrollment'
1.93      raeburn  4670: => 'make these dates the default for future enrollment',
1.6       bisitz   4671: 
                   4672:    'middle name'
1.27      zhu      4673: => '中名',
1.6       bisitz   4674: 
                   4675:    'name'
1.27      zhu      4676: => '姓',
1.6       bisitz   4677: 
                   4678:    'no ending date'
1.22      zhu      4679: => '无结束日期',
1.6       bisitz   4680: 
                   4681:    'number'
1.93      raeburn  4682: => 'number',
1.6       bisitz   4683: 
                   4684:    'obsolete replacement'
1.93      raeburn  4685: => 'obsolete replacement',
1.6       bisitz   4686: 
                   4687:    'only check if you know what you are doing'
1.93      raeburn  4688: => 'only check if you know what you are doing',
1.6       bisitz   4689: 
1.82      bisitz   4690:    'only search domain [_1]'
                   4691: => '只在该域 [_1] 搜索',
1.6       bisitz   4692: 
                   4693:    'optional'
1.18      zhu      4694: => '可选的',
1.6       bisitz   4695: 
                   4696:    'or any other value'
1.18      zhu      4697: => '或任何其他的值',
1.6       bisitz   4698: 
                   4699:    'private'
1.13      zhu      4700: => '私人的',
1.6       bisitz   4701: 
                   4702:    'public'
1.13      zhu      4703: => '公开的',
1.6       bisitz   4704: 
                   4705:    'publisher<br />owner'
1.93      raeburn  4706: => 'publisher<br />owner',
1.6       bisitz   4707: 
                   4708:    'section'
1.93      raeburn  4709: => 'section',
1.6       bisitz   4710: 
                   4711:    'standard'
1.27      zhu      4712: => '标准的',
1.6       bisitz   4713: 
                   4714:    'standard LaTeX mode'
1.27      zhu      4715: => '标准的 LaTeX 模式',
1.6       bisitz   4716: 
                   4717:    'standard courses only'
1.27      zhu      4718: => '只标准课程',
1.6       bisitz   4719: 
                   4720:    'student name'
1.26      zhu      4721: => '学生姓名',
1.6       bisitz   4722: 
                   4723:    'template'
1.26      zhu      4724: => '模板',
1.6       bisitz   4725: 
                   4726:    'to interface with institutional data, e.g., fs03glg231 for Fall 2003 Geology 231'
1.93      raeburn  4727: => 'to interface with institutional data, e.g., fs03glg231 for Fall 2003 Geology 231',
1.6       bisitz   4728: 
                   4729:    'unable to enroll'
1.27      zhu      4730: => '无法注册',
1.6       bisitz   4731: 
                   4732:    'uncheck all'
1.27      zhu      4733: => '全部取消',
1.6       bisitz   4734: 
                   4735:    'use related words'
1.18      zhu      4736: => '使用相关的关键词',
1.6       bisitz   4737: 
                   4738:    'username'
1.18      zhu      4739: => '用户名',
1.6       bisitz   4740: 
                   4741:    'versus'
1.93      raeburn  4742: => 'versus',
1.6       bisitz   4743: 
                   4744:    'with server'
1.93      raeburn  4745: => 'with server',
1.6       bisitz   4746: 
                   4747:    'yes'
1.18      zhu      4748: => '是',
1.6       bisitz   4749: 
                   4750:    'Swedish Chef'
1.93      raeburn  4751: => 'Swedish Chef',
1.6       bisitz   4752: 
                   4753:    '[_1] for default hiding'
1.98    ! bisitz   4754: => '[_1] for default hiding',
1.6       bisitz   4755: 
                   4756:    '[_1] for visible separation.'
1.98    ! bisitz   4757: => '[_1] for visible separation.',
1.6       bisitz   4758: 
                   4759:    'Changes will not show until next login.'
1.98    ! bisitz   4760: => 'Changes will not show until next login.',
1.6       bisitz   4761: 
                   4762:    '[_1] if allowed, anything else if not'
                   4763: => '[_1], um zu erlauben. Alles andere, um nicht zu erlauben.',
                   4764: 
                   4765:    '"[_1]" to disable, anything else if not'
                   4766: => '"[_1]", um zu deaktivieren. Alles andere, um zu aktivieren.',
                   4767: 
                   4768:    '[_1] to suppress, anything else to not suppress'
1.98    ! bisitz   4769: => '[_1] to suppress, anything else to not suppress',
1.6       bisitz   4770: 
                   4771:    'Set value to [_1] to allow all roles.'
1.98    ! bisitz   4772: => 'Set value to [_1] to allow all roles.',
1.6       bisitz   4773: 
1.66      bisitz   4774:    '[_1] is not an acceptable number of tries. Tries must be a positive number with no decimal point.'
1.98    ! bisitz   4775: => '[_1] is not an acceptable number of tries. Tries must be a positive number with no decimal point.',
1.6       bisitz   4776: 
1.66      bisitz   4777:    '[_1] is not an acceptable weight. Weight must be a positive number.'
1.98    ! bisitz   4778: => '[_1] is not an acceptable weight. Weight must be a positive number.',
1.6       bisitz   4779: 
                   4780:    '1 minute'
1.93      raeburn  4781: => '1 minute',
1.6       bisitz   4782: 
                   4783:    '<b>HTML allowed</b>: Discussion participants can use limited HTML in their postings.'
1.98    ! bisitz   4784: => '<b>HTML allowed</b>: Discussion participants can use limited HTML in their postings.',
1.6       bisitz   4785: 
                   4786:    '<b>HTML banned</b>: HTML will not be allowed in discussion postings.'
                   4787: => '<b>HTML verboten</b>: HTML wird in Diskussionen nicht zugelassen.',
                   4788: 
                   4789:    '<b>Instructor</b> - instructors will not be able to participate in discussions'
1.98    ! bisitz   4790: => '<b>Instructor</b> - instructors will not be able to participate in discussions',
1.6       bisitz   4791: 
                   4792:    '<b>Instructor</b> - instructors will not be able to use or view the chat room'
1.98    ! bisitz   4793: => '<b>Instructor</b> - instructors will not be able to use or view the chat room',
1.6       bisitz   4794: 
                   4795:    '<b>Students</b> - students will not be able to participate in discussions'
1.98    ! bisitz   4796: => '<b>Students</b> - students will not be able to participate in discussions',
1.6       bisitz   4797: 
                   4798:    '<b>Students</b> - students will not be able to use or view the chat room.'
1.98    ! bisitz   4799: => '<b>Students</b> - students will not be able to use or view the chat room.',
1.6       bisitz   4800: 
                   4801:    '<b>Teaching Assistants</b> - teaching assistants will not be able to participate in discussions'
1.98    ! bisitz   4802: => '<b>Teaching Assistants</b> - teaching assistants will not be able to participate in discussions',
1.6       bisitz   4803: 
                   4804:    '<b>Teaching Assistants</b> - teaching assistants will not be able use or view the chat room'
1.98    ! bisitz   4805: => '<b>Teaching Assistants</b> - teaching assistants will not be able use or view the chat room',
1.6       bisitz   4806: 
1.66      bisitz   4807:    'Your current LON-CAPA domain is [_1].'
1.93      raeburn  4808: => 'Your current LON-CAPA domain is [_1].',
1.6       bisitz   4809: 
                   4810:    'Advanced: You can send the feedback from different sections to different people, by doing the following: Separate each entry with a comma. To send feedback to a certain address for different sections, append the section name or names (separated by semi-colons) in a parenthesized list after the user:domain. For example, john102:msu(001;002;003),bob293:msu(004;005;006),madeupname:here(007;008;009) will route course feedback to &quot;john102&quot; for sections 1, 2, and 3, to &quot;bob293&quot; for 4, 5, and 6, and to &quot;madeupname:here&quot; for 7, 8, and 9. Note there is no requirement that the addresses be in any particular domain.'
1.93      raeburn  4811: => 'Advanced: You can send the feedback from different sections to different people, by doing the following: Separate each entry with a comma. To send feedback to a certain address for different sections, append the section name or names (separated by semi-colons) in a parenthesized list after the user:domain. For example, john102:msu(001;002;003),bob293:msu(004;005;006),madeupname:here(007;008;009) will route course feedback to &quot;john102&quot; for sections 1, 2, and 3, to &quot;bob293&quot; for 4, 5, and 6, and to &quot;madeupname:here&quot; for 7, 8, and 9. Note there is no requirement that the addresses be in any particular domain.',
1.6       bisitz   4812: 
1.66      bisitz   4813:    'Granting permission to clone course'
1.93      raeburn  4814: => 'Granting permission to clone course',
1.66      bisitz   4815: 
                   4816:    'Existing courses can be cloned when creating new courses. Cloning will copy the course structure, contents, and most parameters (automatically advancing any date parameters by six months). Usernames of owners of other courses permitted to clone this course:'
1.93      raeburn  4817: => 'Existing courses can be cloned when creating new courses. Cloning will copy the course structure, contents, and most parameters (automatically advancing any date parameters by six months). Usernames of owners of other courses permitted to clone this course:',
1.66      bisitz   4818: 
                   4819:    '(Course Coordinators automatically have the right to clone their own courses.) Format: user:domain, where &quot;user&quot; and &quot;domain&quot; are the LON-CAPA username and domain of the user.Separate different users with a comma.Use *:domain to allow course to be cloned by any course owner in the specified domain.Use * to allow unrestricted cloning by all course owners in all domains.'
1.98    ! bisitz   4820: => '(Course Coordinators automatically have the right to clone their own courses.) Format: user:domain, where &quot;user&quot; and &quot;domain&quot; are the LON-CAPA username and domain of the user.Separate different users with a comma.Use *:domain to allow course to be cloned by any course owner in the specified domain.Use * to allow unrestricted cloning by all course owners in all domains.',
1.66      bisitz   4821: 
                   4822:    'All settings which you can change with this Helper can also be changed by going to the PARM screen and clicking on the &quot;Set course environment&quot; button. If you do not have experience coordinating LON-CAPA courses or if you prefer the Helper interface, please click &quot;Next&quot;.'
1.93      raeburn  4823: => 'All settings which you can change with this Helper can also be changed by going to the PARM screen and clicking on the &quot;Set course environment&quot; button. If you do not have experience coordinating LON-CAPA courses or if you prefer the Helper interface, please click &quot;Next&quot;.',
1.6       bisitz   4824: 
                   4825:    'Allow limited HTML in discussion posts'
1.93      raeburn  4826: => 'Allow limited HTML in discussion posts',
1.6       bisitz   4827: 
                   4828:    'Allow problems to be split over pages'
1.93      raeburn  4829: => 'Allow problems to be split over pages',
1.6       bisitz   4830: 
                   4831:    'Answer Date (answerdate)'
1.93      raeburn  4832: => 'Answer Date (answerdate)',
1.6       bisitz   4833: 
1.66      bisitz   4834:    'Chat Room Participation'
1.93      raeburn  4835: => 'Chat Room Participation',
1.66      bisitz   4836: 
1.6       bisitz   4837:    'Chat Participation'
1.93      raeburn  4838: => 'Chat Participation',
1.6       bisitz   4839: 
                   4840:    'Click here to return to the chart.'
1.93      raeburn  4841: => 'Click here to return to the chart.',
1.6       bisitz   4842: 
                   4843:    'Completed'
1.93      raeburn  4844: => 'Completed',
1.6       bisitz   4845: 
1.65      zhu      4846:    'Confirm that this information is correct, then click &quot;Save&quot; to complete setting the parameter.'
1.93      raeburn  4847: => 'Confirm that this information is correct, then click &quot;Save&quot; to complete setting the parameter.',
1.6       bisitz   4848: 
                   4849:    'Course ID or number'
1.93      raeburn  4850: => 'Course ID or number',
1.6       bisitz   4851: 
                   4852:    'Course Initialization Helper'
1.93      raeburn  4853: => 'Course Initialization Helper',
1.6       bisitz   4854: 
                   4855:    'Course default for all problems'
1.93      raeburn  4856: => 'Course default for all problems',
1.6       bisitz   4857: 
1.66      bisitz   4858:    'Course members can provide feedback about the course. You can choose who will receive the feedback, such as a different instructor or a TA. Please enter their LON-CAPA address below, in the form user:domain, where &quot;user&quot; and &quot;domain&quot; are both the LON-CAPA username and LON-CAPA domain, not an e-mail address.'
1.93      raeburn  4859: => 'Course members can provide feedback about the course. You can choose who will receive the feedback, such as a different instructor or a TA. Please enter their LON-CAPA address below, in the form user:domain, where &quot;user&quot; and &quot;domain&quot; are both the LON-CAPA username and LON-CAPA domain, not an e-mail address.',
1.6       bisitz   4860: 
                   4861:    'Courses'
                   4862: => '课程',
                   4863: 
                   4864:    'Default beginning date when enrolling students'
1.93      raeburn  4865: => 'Default beginning date when enrolling students',
1.6       bisitz   4866: 
                   4867:    'Default ending date when enrolling students'
1.93      raeburn  4868: => 'Default ending date when enrolling students',
1.6       bisitz   4869: 
                   4870: 
                   4871:    'Default set of options to pass to tth/m when converting tex'
1.93      raeburn  4872: => 'Default set of options to pass to tth/m when converting tex',
1.6       bisitz   4873: 
                   4874:    'Disable display of problem receipts'
1.93      raeburn  4875: => 'Disable display of problem receipts',
1.6       bisitz   4876: 
                   4877:    'Disallow Resource Discussion for Roles'
1.93      raeburn  4878: => 'Disallow Resource Discussion for Roles',
1.6       bisitz   4879: 
                   4880:    'Disallow Resource Discussion for Users'
1.93      raeburn  4881: => 'Disallow Resource Discussion for Users',
1.6       bisitz   4882: 
                   4883:    'Disallow live chatroom use for Roles'
1.93      raeburn  4884: => 'Disallow live chatroom use for Roles',
1.6       bisitz   4885: 
                   4886:    'Disallow live chatroom use for Users'
1.93      raeburn  4887: => 'Disallow live chatroom use for Users',
1.6       bisitz   4888: 
                   4889:    'Discussion Participation'
1.93      raeburn  4890: => 'Discussion Participation',
1.6       bisitz   4891: 
                   4892:    'Due Date (contentclose)'
1.93      raeburn  4893: => 'Due Date (contentclose)',
1.6       bisitz   4894: 
                   4895:    'Due Date (duedate)'
1.93      raeburn  4896: => 'Due Date (duedate)',
1.6       bisitz   4897: 
                   4898:    'Every problem in a particular folder (overrides course default)'
1.93      raeburn  4899: => 'Every problem in a particular folder (overrides course default)',
1.6       bisitz   4900: 
                   4901:    'Exit'
                   4902: => '退出',
                   4903: 
                   4904:    'Feedback Addresses for Course Content'
1.18      zhu      4905: => '课程内容的信息反馈地址',
1.6       bisitz   4906: 
1.63      zhu      4907:    'Finish Helper'
                   4908: => '结束帮助程序',
                   4909: 
1.6       bisitz   4910:    'HTML can be allowed or banned inside of course discussion.'
1.93      raeburn  4911: => 'HTML can be allowed or banned inside of course discussion.',
1.6       bisitz   4912: 
                   4913:    'HTML in Discussions'
1.93      raeburn  4914: => 'HTML in Discussions',
1.6       bisitz   4915: 
                   4916:    'Hide Empty Rows in Spreadsheets'
1.93      raeburn  4917: => 'Hide Empty Rows in Spreadsheets',
1.6       bisitz   4918: 
                   4919:    'How many tries should be set for all problems in the course?'
1.93      raeburn  4920: => 'How many tries should be set for all problems in the course?',
1.6       bisitz   4921: 
                   4922:    'How many tries should be set for the selected folder?'
1.93      raeburn  4923: => 'How many tries should be set for the selected folder?',
1.6       bisitz   4924: 
                   4925:    'How many tries should be set for the selected problem?'
1.93      raeburn  4926: => 'How many tries should be set for the selected problem?',
1.6       bisitz   4927: 
1.66      bisitz   4928:    'LON-CAPA has chat room functionality. This course will receive its own chat room. You may deny students, TAs, or instructors the right to access the chat room.'
1.93      raeburn  4929: => 'LON-CAPA has chat room functionality. This course will receive its own chat room. You may deny students, TAs, or instructors the right to access the chat room.',
1.6       bisitz   4930: 
                   4931:    'LON-CAPA hosts discussions on all resources in a course. By default, all users are allowed to participate in these discussions. If you do not wish certain types of users to be able to use the discussion features, select those types below. Note your class may not have all of these roles; you may safely ignore roles you do not intend to use. (For instance, &quot;Exam Proctor&quot; is generally useful only for large courses.) Types of users not allowed to participate in discussion can still view any discussion that other users post.'
1.93      raeburn  4932: => 'LON-CAPA hosts discussions on all resources in a course. By default, all users are allowed to participate in these discussions. If you do not wish certain types of users to be able to use the discussion features, select those types below. Note your class may not have all of these roles; you may safely ignore roles you do not intend to use. (For instance, &quot;Exam Proctor&quot; is generally useful only for large courses.) Types of users not allowed to participate in discussion can still view any discussion that other users post.',
1.6       bisitz   4933: 
                   4934:    'No section assigned'
1.93      raeburn  4935: => 'No section assigned',
1.6       bisitz   4936: 
                   4937:    'Number of assignments printed at the same time:'
1.93      raeburn  4938: => 'Number of assignments printed at the same time:',
1.6       bisitz   4939: 
                   4940:    'Opening Date (contentopen)'
1.93      raeburn  4941: => 'Opening Date (contentopen)',
1.6       bisitz   4942: 
                   4943:    'Opening Date (opendate)'
1.93      raeburn  4944: => 'Opening Date (opendate)',
1.6       bisitz   4945: 
                   4946:    'Please adjust significant figures.'
1.93      raeburn  4947: => 'Please adjust significant figures.',
1.41      bisitz   4948: 
1.6       bisitz   4949:    'Please select the section you wish to set the answer open date for:'
1.93      raeburn  4950: => 'Please select the section you wish to set the answer open date for:',
1.6       bisitz   4951: 
                   4952:    'Please select the section you wish to set the due date for:'
1.93      raeburn  4953: => 'Please select the section you wish to set the due date for:',
1.6       bisitz   4954: 
                   4955:    'Please select the section you wish to set the number of tries for:'
1.93      raeburn  4956: => 'Please select the section you wish to set the number of tries for:',
1.6       bisitz   4957: 
                   4958:    'Please select the section you wish to set the opening date for:'
1.93      raeburn  4959: => 'Please select the section you wish to set the opening date for:',
1.6       bisitz   4960: 
                   4961:    'Please select the section you wish to set the problem weight for:'
1.93      raeburn  4962: => 'Please select the section you wish to set the problem weight for:',
1.6       bisitz   4963: 
                   4964:    'Please select the student you wish to set the answer open date for:'
1.93      raeburn  4965: => 'Please select the student you wish to set the answer open date for:',
1.6       bisitz   4966: 
                   4967:    'Please select the student you wish to set the due date for:'
1.93      raeburn  4968: => 'Please select the student you wish to set the due date for:',
1.6       bisitz   4969: 
                   4970:    'Please select the student you wish to set the number of tries for:'
1.93      raeburn  4971: => 'Please select the student you wish to set the number of tries for:',
1.6       bisitz   4972: 
                   4973:    'Please select the student you wish to set the opening date for:'
1.93      raeburn  4974: => 'Please select the student you wish to set the opening date for:',
1.6       bisitz   4975: 
                   4976:    'Please select the student you wish to set the problem weight for:'
1.93      raeburn  4977: => 'Please select the student you wish to set the problem weight for:',
1.6       bisitz   4978: 
                   4979:    'Privileged users that should not be hidden on staff listings'
1.93      raeburn  4980: => 'Privileged users that should not be hidden on staff listings',
1.6       bisitz   4981: 
                   4982:    'Random seed for randomly picking number of resources (optional, only set if you know what you are doing) (randompickseed)'
1.93      raeburn  4983: => 'Random seed for randomly picking number of resources (optional, only set if you know what you are doing) (randompickseed)',
1.6       bisitz   4984: 
                   4985:    'Reading results from [_1]'
1.93      raeburn  4986: => 'Reading results from [_1]',
1.6       bisitz   4987: 
                   4988:    'Receipt algorithm used'
1.93      raeburn  4989: => 'Receipt algorithm used',
1.6       bisitz   4990: 
                   4991:    'Receiving results from [_1]'
1.93      raeburn  4992: => 'Receiving results from [_1]',
1.6       bisitz   4993: 
                   4994:    'Resources'
1.10      zhu      4995: => '资源',
1.6       bisitz   4996: 
1.72      bisitz   4997:    'Search Complete on Server [_1]'
1.93      raeburn  4998: => 'Search Complete on Server [_1]', # '搜索完成 [_1]',
1.6       bisitz   4999: 
                   5000:    'Search: [_1]'
1.10      zhu      5001: => '搜索: [_1]',
1.6       bisitz   5002: 
                   5003:    'Select All Files'
1.10      zhu      5004: => '选择所有文件',
1.6       bisitz   5005: 
                   5006:    'Select All Published'
1.10      zhu      5007: => '选择所有发布的',
1.6       bisitz   5008: 
                   5009:    'Select Folder'
1.10      zhu      5010: => '选择文件夹',
1.6       bisitz   5011: 
                   5012:    'Select Only Current Students'
1.10      zhu      5013: => '只选择目前的学生',
1.6       bisitz   5014: 
                   5015:    'Select Problem'
1.10      zhu      5016: => '选择任务',
1.6       bisitz   5017: 
                   5018:    'Select Student'
1.10      zhu      5019: => '选择学生',
1.6       bisitz   5020: 
                   5021:    'Select for Section/Group'
1.12      zhu      5022: => '选择科/组',
1.6       bisitz   5023: 
                   5024:    'Select the folder you wish to set the parameter for:'
1.93      raeburn  5025: => 'Select the folder you wish to set the parameter for:',
1.6       bisitz   5026: 
                   5027:    'Select the problem you wish to set the parameter for:'
1.93      raeburn  5028: => 'Select the problem you wish to set the parameter for:',
1.6       bisitz   5029: 
                   5030:    'Set Problem Tries'
1.93      raeburn  5031: => 'Set Problem Tries',
1.6       bisitz   5032: 
                   5033:    'Set Problem Weight'
1.93      raeburn  5034: => 'Set Problem Weight',
1.6       bisitz   5035: 
                   5036:    'Set answer open date for all problems in the course for ...'
1.93      raeburn  5037: => 'Set answer open date for all problems in the course for ...',
1.6       bisitz   5038: 
                   5039:    'Set answer open date for the selected folder for ...'
1.93      raeburn  5040: => 'Set answer open date for the selected folder for ...',
1.6       bisitz   5041: 
                   5042:    'Set answer open date for the selected problem for...'
1.93      raeburn  5043: => 'Set answer open date for the selected problem for...',
1.6       bisitz   5044: 
                   5045:    'Set due date for all problems in the course for ...'
1.93      raeburn  5046: => 'Set due date for all problems in the course for ...',
1.6       bisitz   5047: 
                   5048:    'Set due date for the selected folder for ...'
1.93      raeburn  5049: => 'Set due date for the selected folder for ...',
1.6       bisitz   5050: 
                   5051:    'Set due date for the selected problem for ...'
1.93      raeburn  5052: => 'Set due date for the selected problem for ...',
1.6       bisitz   5053: 
                   5054:    'Set number of tries for all problems in the course for ...'
1.93      raeburn  5055: => 'Set number of tries for all problems in the course for ...',
1.6       bisitz   5056: 
                   5057:    'Set number of tries for the selected folder for ...'
1.93      raeburn  5058: => 'Set number of tries for the selected folder for ...',
1.6       bisitz   5059: 
                   5060:    'Set number of tries for the selected problem for ...'
1.93      raeburn  5061: => 'Set number of tries for the selected problem for ...',
1.6       bisitz   5062: 
                   5063:    'Set opening date for all problems in the course for ...'
1.93      raeburn  5064: => 'Set opening date for all problems in the course for ...',
1.6       bisitz   5065: 
                   5066:    'Set opening date for the selected folder for ...'
1.93      raeburn  5067: => 'Set opening date for the selected folder for ...',
1.6       bisitz   5068: 
                   5069:    'Set opening date for the selected problem for ...'
1.93      raeburn  5070: => 'Set opening date for the selected problem for ...',
1.6       bisitz   5071: 
                   5072:    'Set problem weight for all problems in the course for ...'
1.93      raeburn  5073: => 'Set problem weight for all problems in the course for ...',
1.6       bisitz   5074: 
                   5075:    'Set problem weight for the selected folder for ...'
1.93      raeburn  5076: => 'Set problem weight for the selected folder for ...',
1.6       bisitz   5077: 
                   5078:    'Set problem weight for the selected problem for ...'
1.93      raeburn  5079: => 'Set problem weight for the selected problem for ...',
1.6       bisitz   5080: 
                   5081:    'Set value to [_1] to allow.'
                   5082: => '[_1], um zu erlauben.',
                   5083: 
                   5084:    'Setting the [_1]'
1.93      raeburn  5085: => 'Setting the [_1]',
1.6       bisitz   5086: 
                   5087:    'Setting the [_1] to [_2]'
1.93      raeburn  5088: => 'Setting the [_1] to [_2]',
1.6       bisitz   5089: 
                   5090:    'Student Name'
1.26      zhu      5091: => '学生姓名',
1.6       bisitz   5092: 
1.66      bisitz   5093:    'The &quot;Course Title&quot; is the name of the course that will be seen by the students. You may now modify the description and hit &quot;Next&quot; to continue.'
1.93      raeburn  5094: => 'The &quot;Course Title&quot; is the name of the course that will be seen by the students. You may now modify the description and hit &quot;Next&quot; to continue.',
1.6       bisitz   5095: 
                   5096:    'The question can not be gotten correct, the following foils in the &lt;optionresponse&gt; have invalid correct options'
1.93      raeburn  5097: => 'The question can not be gotten correct, the following foils in the &lt;optionresponse&gt; have invalid correct options',
1.6       bisitz   5098: 
                   5099:    'There are no currently enrolled students in the course.'
1.93      raeburn  5100: => 'There are no currently enrolled students in the course.',
1.6       bisitz   5101: 
                   5102:    'There are no currently enrolled students in the selected sections.'
1.93      raeburn  5103: => 'There are no currently enrolled students in the selected sections.',
1.6       bisitz   5104: 
                   5105:    'There are no previously enrolled students in the course.'
1.93      raeburn  5106: => 'There are no previously enrolled students in the course.',
1.6       bisitz   5107: 
                   5108:    'There are no previously enrolled students in the selected sections.'
1.93      raeburn  5109: => 'There are no previously enrolled students in the selected sections.',
1.6       bisitz   5110: 
                   5111:    'There are no students with future access in the course.'
1.93      raeburn  5112: => 'There are no students with future access in the course.',
1.6       bisitz   5113: 
                   5114:    'There are no students with future access in the selected sections.'
1.93      raeburn  5115: => 'There are no students with future access in the selected sections.',
1.6       bisitz   5116: 
                   5117:    'There are no students in the course.'
1.93      raeburn  5118: => 'There are no students in the course.',
1.6       bisitz   5119: 
                   5120:    'There are no students in the selected sections.'
1.93      raeburn  5121: => 'There are no students in the selected sections.',
1.6       bisitz   5122: 
                   5123:    'This controls how receipt numbers are generated.'
1.93      raeburn  5124: => 'This controls how receipt numbers are generated.',
1.6       bisitz   5125: 
                   5126:    'This helper will set up your LON-CAPA course and choose which features will be active.'
1.93      raeburn  5127: => 'This helper will set up your LON-CAPA course and choose which features will be active.',
1.6       bisitz   5128: 
                   5129:    'Unselect All Files'
1.93      raeburn  5130: => 'Unselect All Files',
1.6       bisitz   5131: 
                   5132:    'Unselect All Published'
1.93      raeburn  5133: => 'Unselect All Published',
1.6       bisitz   5134: 
                   5135:    'Unselect All Resources'
1.93      raeburn  5136: => 'Unselect All Resources',
1.6       bisitz   5137: 
                   5138:    'Unselect for Section/Group'
1.12      zhu      5139: => '取消选择科/组',
1.6       bisitz   5140: 
                   5141:    'Welcome to Your New LON-CAPA Course'
1.12      zhu      5142: => '欢迎使用您的新 LON-CAPA 课程',
1.6       bisitz   5143: 
                   5144:    'What parameter do you want to set for the selected folder?'
1.93      raeburn  5145: => 'What parameter do you want to set for the selected folder?',
1.6       bisitz   5146: 
                   5147:    'What parameter do you want to set for the selected problem?'
1.93      raeburn  5148: => 'What parameter do you want to set for the selected problem?',
1.6       bisitz   5149: 
                   5150:    'What should the answer open date be set to?'
1.93      raeburn  5151: => 'What should the answer open date be set to?',
1.6       bisitz   5152: 
                   5153:    'What should the due date be set to?'
1.93      raeburn  5154: => 'What should the due date be set to?',
1.6       bisitz   5155: 
                   5156:    'What weight should be set for all problems in the course?'
1.93      raeburn  5157: => 'What weight should be set for all problems in the course?',
1.6       bisitz   5158: 
                   5159:    'What weight should be set for the selected folder?'
1.93      raeburn  5160: => 'What weight should be set for the selected folder?',
1.6       bisitz   5161: 
                   5162:    'What weight should be set for the selected problem?'
1.93      raeburn  5163: => 'What weight should be set for the selected problem?',
1.6       bisitz   5164: 
1.65      zhu      5165:    'Your course is now set up. Please select the Save button to re-intialize the course with your chosen settings. Remember that all of these settings can be modified in the PARMS screen (Course Configuration).'
1.93      raeburn  5166: => 'Your course is now set up. Please select the Save button to re-intialize the course with your chosen settings. Remember that all of these settings can be modified in the PARMS screen (Course Configuration).',
1.6       bisitz   5167: 
                   5168:    '[_1] Filesystem Authenticated (with initial password [_2])'
1.98    ! bisitz   5169: => '[_1] Filesystem Authenticated (with initial password [_2])',
1.6       bisitz   5170: 
                   5171:    'Currently Filesystem Authenticated.'
1.93      raeburn  5172: => 'Currently Filesystem Authenticated.',
1.6       bisitz   5173: 
                   5174:    '[_1] Internally authenticated (with initial password [_2])'
1.70      zhu      5175: => '[_1] LON-CAPA 内部认证 (初始密码 [_2])',
1.6       bisitz   5176: 
                   5177:    'Currently internally authenticated.'
1.70      zhu      5178: => '目前 LON-CAPA 内部认证。',
1.6       bisitz   5179: 
1.72      bisitz   5180:    'Records per Page:'
                   5181: => '每页显示结果:',
1.6       bisitz   5182: 
                   5183:    '[_1] with value [_2]'
1.70      zhu      5184: => '[_1] 与价值 [_2]',
1.6       bisitz   5185: 
                   5186:    'all resources in the course'
1.70      zhu      5187: => '课程中的所有资源',
1.6       bisitz   5188: 
                   5189:    'all students in course'
1.70      zhu      5190: => '在课程中的所有学生',
1.6       bisitz   5191: 
                   5192:    'anonymous students'
1.70      zhu      5193: => '匿名学生',
1.6       bisitz   5194: 
                   5195:    'answer date'
1.26      zhu      5196: => '回答日期',
1.6       bisitz   5197: 
                   5198:    'contacting [_1]'
1.26      zhu      5199: => '联系 [_1]',
1.6       bisitz   5200: 
                   5201:    'due date'
1.9       zhu      5202: => '截止日期',
1.6       bisitz   5203: 
                   5204:    'for'
1.93      raeburn  5205: => 'for',
1.6       bisitz   5206: 
                   5207:    'for [_1]all resources in the course[_2]'
1.70      zhu      5208: => '为 [_1]课程中的所有资源 [_2]',
1.6       bisitz   5209: 
                   5210:    'for [_1]all students in course[_2]'
1.70      zhu      5211: => '为 [_1]在课程中的所有学生 [_2]',
1.6       bisitz   5212: 
                   5213:    'for [_1]'
1.70      zhu      5214: => '为 [_1]',
1.6       bisitz   5215: 
                   5216:    'for section [_1]'
1.93      raeburn  5217: => 'for section [_1]',
1.6       bisitz   5218: 
                   5219:    'for the map named [_1]'
1.93      raeburn  5220: => 'for the map named [_1]',
1.6       bisitz   5221: 
1.65      zhu      5222:    'for the resource named [_1], part [_2]'
1.93      raeburn  5223: => 'for the resource named [_1], part [_2]',
1.65      zhu      5224: 
                   5225:    'for the resource ID [_1] (name unavailable), part [_2]'
1.93      raeburn  5226: => 'for the resource ID [_1] (name unavailable), part [_2]',
1.6       bisitz   5227: 
                   5228:    'from'
1.93      raeburn  5229: => 'from',
1.6       bisitz   5230: 
                   5231:    'from current subdirectory'
1.93      raeburn  5232: => 'from current subdirectory',
1.6       bisitz   5233: 
                   5234:    'helper'
1.70      zhu      5235: => '辅助程序',
1.6       bisitz   5236: 
                   5237:    'in'
1.93      raeburn  5238: => 'in',
1.6       bisitz   5239: 
                   5240:    'instructor'
1.27      zhu      5241: => '讲师',
1.6       bisitz   5242: 
                   5243:    'number of tries'
1.27      zhu      5244: => '尝试次数',
1.6       bisitz   5245: 
                   5246:    'opening date'
1.27      zhu      5247: => '开始日期',
1.6       bisitz   5248: 
                   5249:    'problem weight'
1.27      zhu      5250: => '问题难度',
1.6       bisitz   5251: 
                   5252:    'role,role,...'
                   5253: => '角色,角色,...',
                   5254: 
                   5255:    'selected students'
                   5256: => '选定的学生',
                   5257: 
                   5258:    'student'
                   5259: => '学生',
                   5260: 
                   5261:    'to'
1.93      raeburn  5262: => 'to',
1.6       bisitz   5263: 
                   5264:    'to [_1] ([_2])'
1.93      raeburn  5265: => 'to [_1] ([_2])',
1.6       bisitz   5266: 
                   5267:    'waiting on [_1]'
                   5268: => '等待 [_1]',
                   5269: 
                   5270:    'what you just saw on the screen'
1.93      raeburn  5271: => 'what you just saw on the screen',
1.6       bisitz   5272: 
                   5273:    'Enter my portfolio space'
                   5274: => '文件夹空间',
                   5275: 
                   5276:    'No syllabus information provided.'
1.93      raeburn  5277: => 'No syllabus information provided.',
1.6       bisitz   5278: 
                   5279:    'Sorry ...'
                   5280: => '对不起...',
                   5281: 
                   5282:    'This resource might be part of another course.'
1.93      raeburn  5283: => 'This resource might be part of another course.',
1.6       bisitz   5284: 
                   5285:    'Agree'
1.93      raeburn  5286: => 'Agree',
1.6       bisitz   5287: 
                   5288:    'Any comments?'
1.18      zhu      5289: => '评论:',
1.6       bisitz   5290: 
                   5291:    'Copy this column'
1.93      raeburn  5292: => 'Copy this column',
1.6       bisitz   5293: 
                   5294:    'Disagree'
1.93      raeburn  5295: => 'Disagree',
1.6       bisitz   5296: 
                   5297:    'General Intro'
1.93      raeburn  5298: => 'General Intro',
1.6       bisitz   5299: 
                   5300:    'Greek Symbols'
1.10      zhu      5301: => '希腊字母',
1.6       bisitz   5302: 
                   5303:    'HTML character entities'
1.93      raeburn  5304: => 'HTML character entities',
1.6       bisitz   5305: 
                   5306:    'If you are viewing this online, copy and paste the text from any of the right columns into your text area to get the symbol on the left.'
1.93      raeburn  5307: => 'If you are viewing this online, copy and paste the text from any of the right columns into your text area to get the symbol on the left.',
1.6       bisitz   5308: 
                   5309:    'LON-CAPA Help'
1.93      raeburn  5310: => 'LON-CAPA Help',
1.6       bisitz   5311: 
                   5312:    'Landscape'
1.93      raeburn  5313: => 'Landscape',
1.6       bisitz   5314: 
                   5315:    'Launch navigation window'
1.9       zhu      5316: => '启动导航窗口',
1.6       bisitz   5317: 
                   5318:    'Grade Levels'
1.13      zhu      5319: => '级别',
1.6       bisitz   5320: 
1.36      zhu      5321:    'Grade Level'
                   5322: => '级别',
                   5323: 
1.6       bisitz   5324:    'Lowest Grade Level'
1.13      zhu      5325: => '最低级别',
1.6       bisitz   5326: 
                   5327:    'Lowest Grade Level:'
1.13      zhu      5328: => '最低级别:',
1.6       bisitz   5329: 
                   5330:    'Highest Grade Level'
1.13      zhu      5331: => '最高级别',
1.6       bisitz   5332: 
                   5333:    'Highest Grade Level:'
1.13      zhu      5334: => '最高级别:',
1.6       bisitz   5335: 
                   5336:    'Mark all posts read'
1.9       zhu      5337: => '将所有帖子标记为已阅读',
1.6       bisitz   5338: 
                   5339:    'My question/comment/feedback:'
1.18      zhu      5340: => '我的问题/评论/反馈:',
1.6       bisitz   5341: 
                   5342:    'Other Symbols'
1.10      zhu      5343: => '其他符号',
1.6       bisitz   5344: 
                   5345:    'Please check at least one of the following feedback types:'
1.18      zhu      5346: => '请从以下选项:',
1.6       bisitz   5347: 
                   5348:    'Please rank the following criteria:'
1.18      zhu      5349: => '请以以下标准评价:',
1.6       bisitz   5350: 
                   5351:    'Portrait'
1.22      zhu      5352: => '竖排格式',
1.6       bisitz   5353: 
                   5354:    'Question about resource content'
1.18      zhu      5355: => '关于此资源内容的问题',
1.6       bisitz   5356: 
                   5357:    'Question/Comment/Feedback about course policy'
1.18      zhu      5358: => '关于课程规则的问题/评论/反馈',
1.6       bisitz   5359: 
                   5360:    'Select a Course to Enter'
                   5361: => '选择一个课程',
                   5362: 
                   5363:    'Sending Messages'
1.10      zhu      5364: => '发送邮件',
1.6       bisitz   5365: 
                   5366:    'Show Me My First Homework Problem'
1.93      raeburn  5367: => 'Show Me My First Homework Problem',
1.6       bisitz   5368: 
                   5369:    'Standards'
1.10      zhu      5370: => '标准',
1.6       bisitz   5371: 
                   5372:    'Strongly Agree'
1.93      raeburn  5373: => 'Strongly Agree',
1.6       bisitz   5374: 
                   5375:    'Strongly Disagree'
1.93      raeburn  5376: => 'Strongly Disagree',
1.6       bisitz   5377: 
                   5378:    'Symbol'
1.10      zhu      5379: => '符号',
1.6       bisitz   5380: 
                   5381:    'The material appears to be correct'
1.18      zhu      5382: => '这些材料似乎是正确的',
1.6       bisitz   5383: 
                   5384:    'The material is helpful'
1.18      zhu      5385: => '这些材料是有用的',
1.6       bisitz   5386: 
                   5387:    'The material is presented in a clear way'
1.18      zhu      5388: => '这些材料中提出一个明确的方式',
1.6       bisitz   5389: 
                   5390:    'The resource is technically correct (loads fast enough, does not produce errors, links work, etc)'
1.18      zhu      5391: => '资源在技术上是正确的(加载速度足够快, 不会产生错误, 链接页面可以访问, 等等)',
1.6       bisitz   5392: 
                   5393:    'HTML character enties'
1.10      zhu      5394: => 'HTML 字符实体',
1.6       bisitz   5395: 
                   5396:    '"Waiting for Remote Control window to load: "+[_1]'
1.22      zhu      5397: => '"等待加载远程控制窗口: "+[_1]',
1.6       bisitz   5398: 
1.49      bisitz   5399:    '[_1]Continue[_2] on in Inline Menu mode'
                   5400: => '[_1]继续[_2] 在内置菜单模式下',
1.6       bisitz   5401: 
                   5402:    'All posts'
1.9       zhu      5403: => '所有的讨论',
1.6       bisitz   5404: 
                   5405:    'Change Color Scheme'
1.9       zhu      5406: => '更改颜色方案',
1.6       bisitz   5407: 
                   5408:    'Change Colors'
1.9       zhu      5409: => '改变颜色',
1.6       bisitz   5410: 
                   5411:    'Change Discussion Display Preferences'
1.9       zhu      5412: => '改变讨论显示偏好',
1.6       bisitz   5413: 
                   5414:    'Change How Math Equations Are Displayed'
1.9       zhu      5415: => '改变显示科学计算公式',
1.6       bisitz   5416: 
                   5417:    'Change Language'
                   5418: => '语言',
                   5419: 
                   5420:    'Change Language Preferences'
1.10      zhu      5421: => '更改语言首选项',
1.6       bisitz   5422: 
                   5423:    'Change Message Forwarding and Notification Email Addresses'
1.10      zhu      5424: => '更改邮件转发和通知的电子邮件地址',
1.6       bisitz   5425: 
                   5426:    'Change Password'
1.10      zhu      5427: => '更改密码',
1.6       bisitz   5428: 
                   5429:    'Change Preferences'
1.9       zhu      5430: => '改变参数',
1.6       bisitz   5431: 
                   5432:    'Change Roles Page Preferences'
1.10      zhu      5433: => '改变角色页参数',
1.6       bisitz   5434: 
                   5435:    'Change Screen Name'
1.10      zhu      5436: => '改变昵称',
1.6       bisitz   5437: 
                   5438:    'Change Screenname'
1.10      zhu      5439: => '改变昵称',
1.6       bisitz   5440: 
                   5441:    'Change WYSIWYG Editor Preferences'
1.10      zhu      5442: => 'WYSIWYG-编辑器',
1.6       bisitz   5443: 
                   5444:    'Contact Helpdesk'
1.7       zhu      5445: => '联系求助',
1.6       bisitz   5446: 
                   5447:    'Current discussion settings'
1.10      zhu      5448: => '目前讨论的设置',
1.6       bisitz   5449: 
1.79      bisitz   5450:    'Duedate'
1.9       zhu      5451: => '截止日期',
1.6       bisitz   5452: 
                   5453:    'Each post can be toggled read/unread'
1.93      raeburn  5454: => 'Each post can be toggled read/unread',
1.6       bisitz   5455: 
                   5456:    "Edit the 'About Me' Personal Information Screen"
1.41      bisitz   5457: => "个人网页",
1.6       bisitz   5458: 
                   5459:    'Enable WYSIWYG Editor'
1.9       zhu      5460: => '应用 WYSIWYG-编辑器',
1.6       bisitz   5461: 
                   5462:    'End of Sequence'
1.9       zhu      5463: => '结束序列',
1.6       bisitz   5464: 
                   5465:    'Entering Course'
1.9       zhu      5466: => '进入课程',
1.6       bisitz   5467: 
                   5468:    'Get help'
1.9       zhu      5469: => '获得帮助',
1.6       bisitz   5470: 
                   5471:    'Go to main menu'
1.9       zhu      5472: => '进入主菜单',
1.6       bisitz   5473: 
                   5474:    'Has New Discussion'
1.9       zhu      5475: => '有新讨论',
1.6       bisitz   5476: 
                   5477:    'Launching of the Remote Control menu will fail if pop-up window filters are active. To use the Remote Control, disable the filter for this site.'
1.22      zhu      5478: => '当弹出式窗口过滤器被激活,远程控制启动将会失败。 为了使用远程控制,在此网站请禁用这些过滤器。',
1.6       bisitz   5479: 
                   5480:    'Navigate Course Content'
                   5481: => '浏览目录',
                   5482: 
                   5483:    'New posts only'
1.10      zhu      5484: => '只有新的讨论',
1.6       bisitz   5485: 
                   5486:    'No Resource'
1.10      zhu      5487: => '没有资源',
1.6       bisitz   5488: 
                   5489:    'No syllabus available'
1.10      zhu      5490: => '没有提供教学大纲',
1.6       bisitz   5491: 
                   5492:    'Not currently assigned.'
1.10      zhu      5493: => '目前没有任务发布。',
1.6       bisitz   5494: 
                   5495:    'Not new'
1.9       zhu      5496: => '不是新的',
1.6       bisitz   5497: 
                   5498:    'Off'
1.10      zhu      5499: => '关',
1.6       bisitz   5500: 
                   5501:    'On'
1.10      zhu      5502: => '开',
1.6       bisitz   5503: 
                   5504:    'Once displayed'
1.18      zhu      5505: => '显示一次',
1.6       bisitz   5506: 
                   5507:    'Once marked not NEW'
1.18      zhu      5508: => '一次后标记不是新的',
1.6       bisitz   5509: 
                   5510:    'Please click on the the resource you intend to access'
1.93      raeburn  5511: => 'Please click on the the resource you intend to access',
1.6       bisitz   5512: 
                   5513:    'Posts cease to be marked "NEW"'
1.93      raeburn  5514: => 'Posts cease to be marked "NEW"',
1.6       bisitz   5515: 
                   5516:    'Posts to be displayed'
1.93      raeburn  5517: => 'Posts to be displayed',
1.6       bisitz   5518: 
                   5519:    'Role selected. Please stand by.'
1.10      zhu      5520: => '角色选定。请稍候。',
1.6       bisitz   5521: 
                   5522:    'Send'
1.10      zhu      5523: => '发送',
1.6       bisitz   5524: 
                   5525:    'Set User Preferences'
                   5526: => '设置用户参数',
                   5527: 
                   5528:    'Show Preview and Check Spelling'
1.10      zhu      5529: => '查看预览和拼写检查',
1.6       bisitz   5530: 
                   5531:    'Sort by:'
1.9       zhu      5532: => '排序方式:',
1.6       bisitz   5533: 
                   5534:    'The external menu (Remote Control) has been disabled, and you will be working with the smaller inline menu. You may have either closed the Remote Control window, or it was blocked by a pop-up window filter in your browser. To use the Remote Control, disable the filter for this site, and re-launch the Remote Control from the inline menu.'
1.31      bisitz   5535: => '外部菜单(远程控制)已被禁用,继续在内置菜单模式下工作。您可能已经关闭了远程控制的窗口,或被您的浏览器的弹出窗口过滤器阻止了。为了使用远程控制,在此网站禁用该过滤器,并在内置菜单重新启动远程控制。',
1.6       bisitz   5536: 
                   5537:    'There are several possibilities of where to go next'
1.93      raeburn  5538: => 'There are several possibilities of where to go next',
1.6       bisitz   5539: 
                   5540:    'To use the Remote Control, disable the filter for this site, and re-launch the Remote Control from the inline menu.'
1.22      zhu      5541: => '为了使用远程控制,在此网站禁用弹出窗口过滤器,并在内置菜单重新启动远程控制。',
1.6       bisitz   5542: 
                   5543:    'Toggle read/unread'
1.10      zhu      5544: => '切换已读/未读',
1.6       bisitz   5545: 
                   5546:    'Unread only'
1.10      zhu      5547: => '只有未读',
1.6       bisitz   5548: 
                   5549:    "View this user's personal page"
                   5550: => "显示这个用户的个人网页",
                   5551: 
                   5552:    'You have reached the end of the sequence of materials.'
1.10      zhu      5553: => '您已达到教材序列的最后。',
1.6       bisitz   5554: 
                   5555:    'You may have either closed the Remote Control window, or it was blocked by a pop-up window filter in your browser.'
1.63      zhu      5556: => '您可能已经关闭了远程控制的窗口,或者被您的浏览器的弹出窗口过滤器拦截了。',
1.6       bisitz   5557: 
                   5558:    'attachments'
1.12      zhu      5559: => '附件',
1.6       bisitz   5560: 
                   5561:    'About User'
                   5562: => '个人网页',
                   5563: 
                   5564: 
                   5565:    'All documents out of a published map into this folder'
                   5566: => '在这个目录里面发布的所有文件的内容列表',
                   5567: 
                   5568:    'Change Math Pref'
1.93      raeburn  5569: => 'Change Math Pref',
1.6       bisitz   5570: 
                   5571:    'Change Math Preferences'
1.9       zhu      5572: => '改变显示科学方程式偏好',
1.6       bisitz   5573: 
                   5574:    'Comment'
                   5575: => '注解',
                   5576: 
                   5577:    'Communication/Messages'
1.55      zhu      5578: => '通信/邮件',
1.6       bisitz   5579: 
                   5580:    'Configure blocking of student communication during exams'
1.93      raeburn  5581: => 'Configure blocking of student communication during exams',
1.6       bisitz   5582: 
                   5583:    'Convert to Images'
1.12      zhu      5584: => '转换为图像',
1.6       bisitz   5585: 
                   5586:    'Course and Catalog Search'
1.12      zhu      5587: => '课程和目录搜索',
1.6       bisitz   5588: 
                   5589:    'Create Subdirectory'
1.12      zhu      5590: => '创建子目录',
1.6       bisitz   5591: 
                   5592:    'Upload file to current directory'
1.12      zhu      5593: => '上传文件到当前目录',
1.6       bisitz   5594: 
                   5595:    'Create subdirectory in current directory'
1.12      zhu      5596: => '在当前目录下,创建一个新的子目录',
1.6       bisitz   5597: 
1.80      bisitz   5598:    'Upload embedded images/multimedia/css/linked files if HTML file'
                   5599: => '对于HTML文件: 上传嵌入式图像/多媒体文件/CSS/链接文件',
1.6       bisitz   5600: 
                   5601:    'Delete Selected'
                   5602: => '删除所选',
                   5603: 
                   5604:    'Critical'
1.9       zhu      5605: => '重要的',
1.6       bisitz   5606: 
                   5607:    'Currently no documents.'
1.9       zhu      5608: => '目前没有任何文件。',
1.6       bisitz   5609: 
                   5610:    'Enter terms or phrases, then press "Search" below'
1.18      zhu      5611: => '在搜索栏里输入关键字或词组,然后点击下面的“搜索”。',
1.6       bisitz   5612: 
                   5613:    'INBOX'
                   5614: => '收件箱',
                   5615: 
1.80      bisitz   5616:    'Upload embedded images/multimedia files if HTML file'
                   5617: => '对于HTML文件: 上传嵌入式图像/多媒体文件',
1.6       bisitz   5618: 
1.67      bisitz   5619:    'IMS Import'
1.93      raeburn  5620: => 'IMS Import',
1.67      bisitz   5621: 
1.6       bisitz   5622:    'Import IMS package'
                   5623: => '导入 IMS-包',
                   5624: 
1.67      bisitz   5625:    'IMS Export'
1.93      raeburn  5626: => 'IMS Export',
1.67      bisitz   5627: 
                   5628:    'Export Course to IMS Package'
                   5629: => '导出-IMS-包',
                   5630: 
                   5631:    'Export content item?'
1.93      raeburn  5632: => 'Export content item?',
1.67      bisitz   5633: 
                   5634:    'Export discussion posts?'
1.93      raeburn  5635: => 'Export discussion posts?',
1.67      bisitz   5636: 
                   5637:    'As you did not select any content items or discussions for export, an IMS package has not been created.'
1.93      raeburn  5638: => 'As you did not select any content items or discussions for export, an IMS package has not been created.',
1.67      bisitz   5639: 
                   5640:    'Please [_1]go back[_2] to select either content items or discussions for export.'
1.93      raeburn  5641: => 'Please [_1]go back[_2] to select either content items or discussions for export.',
1.67      bisitz   5642: 
                   5643:    '[_1]Your IMS package[_2] is ready for download.'
                   5644: => '[_1]Ihr IMS-Paket[_2] steht zum Download bereit.',
                   5645: 
1.6       bisitz   5646:    'Import a document'
                   5647: => 'LON-CAPA-内部文件',
                   5648: 
                   5649:    'Make New Folder'
                   5650: => '新建文件夹',
                   5651: 
                   5652:    'New Composite Page'
                   5653: => '新组合页面',
                   5654: 
                   5655:    'New Messages Only'
1.9       zhu      5656: => '只有新邮件',
1.6       bisitz   5657: 
                   5658:    'Portfolio Manager'
1.9       zhu      5659: => '组合管理',
1.6       bisitz   5660: 
                   5661:    'Preferred method to display Math'
1.9       zhu      5662: => '首选的方法来显示科学方程式',
1.6       bisitz   5663: 
                   5664:    'Published documents'
                   5665: => '发布文件',
                   5666: 
1.88      bisitz   5667:    'Recover Deleted Documents'
1.6       bisitz   5668: => '恢复已删除的资源',
                   5669: 
                   5670:    'Send a Message'
1.55      zhu      5671: => '发送邮件',
1.6       bisitz   5672: 
                   5673:    'Sent Messages'
1.55      zhu      5674: => '已发送邮件',
1.6       bisitz   5675: 
                   5676:    'Show'
                   5677: => '显示',
                   5678: 
                   5679:    'TRASH'
1.9       zhu      5680: => '已删除邮件',
1.6       bisitz   5681: 
                   5682:    'TeX to HTML'
1.9       zhu      5683: => 'TeX to HTML',
1.6       bisitz   5684: 
                   5685:    'View Folder'
1.9       zhu      5686: => '查看文件夹',
1.6       bisitz   5687: 
                   5688:    'fulltext search (time consuming)'
1.18      zhu      5689: => '全文检索 (费时的)',
1.6       bisitz   5690: 
1.18      zhu      5691:    'search discussion postings (resources and discussion boards)'
                   5692: => '搜索讨论帖子 (资源和布告栏)',
1.6       bisitz   5693: 
                   5694:    'Roles'
                   5695: => '角色',
                   5696: 
                   5697:    'Select style file'
1.18      zhu      5698: => '选择档案风格',
1.6       bisitz   5699: 
                   5700:    '(mark them then click "next" button)'
1.18      zhu      5701: => '(标记,然后点击“下一步”按钮)',
1.6       bisitz   5702: 
                   5703:    '100 Level'
1.18      zhu      5704: => '1. 学年',
1.6       bisitz   5705: 
                   5706:    '200 Level'
1.18      zhu      5707: => '2. 学年',
1.6       bisitz   5708: 
                   5709:    '300 Level'
1.18      zhu      5710: => '3. 学年',
1.6       bisitz   5711: 
                   5712:    '400 Level'
1.18      zhu      5713: => '4. 学年',
1.6       bisitz   5714: 
                   5715:    'Action'
1.10      zhu      5716: => '动作',
1.6       bisitz   5717: 
                   5718:    'Actions for current directory'
1.10      zhu      5719: => '此目录的行动',
1.6       bisitz   5720: 
                   5721:    'Change Discussion Preferences'
1.18      zhu      5722: => '改变讨论偏好',
1.6       bisitz   5723: 
                   5724:    'Change Message Forwarding/Notification'
1.10      zhu      5725: => '邮件转发和通知',
1.6       bisitz   5726: 
                   5727:    'Change WYSIWYG Preferences'
1.10      zhu      5728: => 'WYSIWYG-编辑器',
1.6       bisitz   5729: 
                   5730:    'Change to '
1.10      zhu      5731: => '变化为 ',
1.6       bisitz   5732: 
                   5733:    'Clean Up'
1.10      zhu      5734: => '清理',
1.6       bisitz   5735: 
                   5736:    'Closed - XML source is closed to everyone'
1.10      zhu      5737: => '锁定 - XML的源代码对手有人锁定',
1.6       bisitz   5738: 
                   5739:    'Copy'
                   5740: => '复制',
                   5741: 
                   5742:    'Create a new directory or LON-CAPA document'
1.10      zhu      5743: => '创建一个新的目录或 LON-CAPA 文件',
1.6       bisitz   5744: 
                   5745:    'Current setting '
1.10      zhu      5746: => '当前设置 ',
1.6       bisitz   5747: 
                   5748:    'Delete Directory'
1.10      zhu      5749: => '删除文件夹',
1.6       bisitz   5750: 
                   5751:    'Delete directory'
1.10      zhu      5752: => '删除文件夹',
1.6       bisitz   5753: 
                   5754:    'Delete this resource'
1.98    ! bisitz   5755: => '删除此资源',
1.6       bisitz   5756: 
                   5757:    'Disable WYSIWYG editor'
1.10      zhu      5758: => '不使用 WYSIWYG-编辑器',
1.6       bisitz   5759: 
                   5760:    'Display Preference'
1.10      zhu      5761: => '显示偏好',
1.6       bisitz   5762: 
                   5763:    'Edit catalog information'
1.18      zhu      5764: => '编辑目录信息',
1.6       bisitz   5765: 
                   5766:    'Enable WYSIWYG editor'
1.10      zhu      5767: => '使用 WYSIWYG-编辑器',
1.6       bisitz   5768: 
                   5769:    'Grade 1'
1.36      zhu      5770: => '1 级',
1.6       bisitz   5771: 
                   5772:    'Grade 10'
1.36      zhu      5773: => '10 级',
1.6       bisitz   5774: 
                   5775:    'Grade 11'
1.36      zhu      5776: => '11 级',
1.6       bisitz   5777: 
                   5778:    'Grade 12'
1.36      zhu      5779: => '12 级',
1.6       bisitz   5780: 
                   5781:    'Grade 13'
1.36      zhu      5782: => '13 级',
1.6       bisitz   5783: 
                   5784:    'Grade 2'
1.36      zhu      5785: => '2 级',
1.6       bisitz   5786: 
                   5787:    'Grade 3'
1.36      zhu      5788: => '3 级',
1.6       bisitz   5789: 
                   5790:    'Grade 4'
1.36      zhu      5791: => '4 级',
1.6       bisitz   5792: 
                   5793:    'Grade 5'
1.36      zhu      5794: => '5 级',
1.6       bisitz   5795: 
                   5796:    'Grade 6'
1.36      zhu      5797: => '6 级',
1.6       bisitz   5798: 
                   5799:    'Grade 7'
1.36      zhu      5800: => '7 级',
1.6       bisitz   5801: 
                   5802:    'Grade 8'
1.36      zhu      5803: => '8 级',
1.6       bisitz   5804: 
                   5805:    'Grade 9'
1.36      zhu      5806: => '9 级',
1.6       bisitz   5807: 
                   5808:    'Graduate Level'
1.36      zhu      5809: => '研究生层次',
1.6       bisitz   5810: 
                   5811:    'List current directory'
1.10      zhu      5812: => '文件夹', # long version: 'Aktuelles Verzeichnis anzeigen',
1.6       bisitz   5813: 
                   5814:    'Mark obsolete'
1.36      zhu      5815: => '标记为过时的',
1.6       bisitz   5816: 
                   5817:    'Move'
1.10      zhu      5818: => '移动',
1.6       bisitz   5819: 
                   5820:    'New library file'
1.36      zhu      5821: => '新的库文件',
1.6       bisitz   5822: 
                   5823:    'No file: [_1]'
1.36      zhu      5824: => '没有任何文件: [_1]',
1.6       bisitz   5825: 
                   5826:    'No personal information provided'
1.36      zhu      5827: => '没有提供的个人资料',
1.6       bisitz   5828: 
                   5829:    'Not specified'
1.36      zhu      5830: => '未指定',
1.6       bisitz   5831: 
                   5832:    'Once marked as read'
1.18      zhu      5833: => '一旦标记为已读',
1.6       bisitz   5834: 
                   5835:    'Open - XML source is open to people who want to use it'
1.36      zhu      5836: => '开放 - XML的源代码开放给想要使用它的人',
1.6       bisitz   5837: 
                   5838:    'Points Display'
1.10      zhu      5839: => '分数显示',
1.6       bisitz   5840: 
                   5841:    'Completed Problems Display'
1.10      zhu      5842: => '显示完成作业',
1.6       bisitz   5843: 
                   5844:    'Points Scored'
1.10      zhu      5845: => '得分',
1.6       bisitz   5846: 
                   5847:    'Attempted'
1.10      zhu      5848: => '尝试',
1.6       bisitz   5849: 
                   5850:    'Posts displayed?'
1.10      zhu      5851: => '帖子显示?',
1.6       bisitz   5852: 
                   5853:    'Preferences can be set that determine'
1.18      zhu      5854: => '预置可设置确定',
1.6       bisitz   5855: 
                   5856:    'Print contents of directory'
1.10      zhu      5857: => '打印目录',
1.6       bisitz   5858: 
                   5859:    'Print directory'
1.10      zhu      5860: => '打印目录',
1.6       bisitz   5861: 
                   5862:    'Problem Document'
1.43      bisitz   5863: => '任务文件', # '问题',
1.6       bisitz   5864: 
                   5865:    'Publish this Directory'
1.10      zhu      5866: => '发布此目录',
1.6       bisitz   5867: 
                   5868:    'Publish this resource'
1.98    ! bisitz   5869: => '发布此资源',
1.6       bisitz   5870: 
                   5871:    'Re-publish'
1.10      zhu      5872: => '重新发布',
1.6       bisitz   5873: 
                   5874:    'Retrieve old version'
1.10      zhu      5875: => '恢复旧版本',
1.6       bisitz   5876: 
                   5877:    'Select action'
1.10      zhu      5878: => '选择行动',
1.6       bisitz   5879: 
                   5880:    'Send message'
1.10      zhu      5881: => '发送消息',
1.6       bisitz   5882: 
1.65      zhu      5883:     'Set display preferences for discussion posts for both discussion boards and individual resources in all your courses.'
                   5884: => '在这里,您可以设置您的讨论是否显示在所有的课程的布告栏和个人资源里。',
1.63      zhu      5885: 
1.6       bisitz   5886:    'Source Distribution'
1.10      zhu      5887: => '源代码的访问权限',
1.6       bisitz   5888: 
                   5889:    'The preferences you set here can be overridden within each individual discussion.'
1.43      bisitz   5890: => '您的喜好设定这里可以适用在每个讨论。', # '您的喜好设定可以被每个讨论更改。',
1.6       bisitz   5891: 
                   5892:    'Under what circumstances posts are identfied as "New"'
1.18      zhu      5893: => '在什么情况下讨论被设定为“新”',
1.6       bisitz   5894: 
                   5895:    'Upload a new document'
1.18      zhu      5896: => '上传新文件',
1.6       bisitz   5897: 
                   5898:    'Use random seed'
1.36      zhu      5899: => '使用随机种子',
1.6       bisitz   5900: 
                   5901:    'Use style file'
1.36      zhu      5902: => '使用样式文件',
1.6       bisitz   5903: 
1.19      zhu      5904:    'Which posts are displayed when you display a discussion board or resource, and'
1.18      zhu      5905: => '哪些讨论将将被显示,如果你有一个布告栏或资源,',
1.6       bisitz   5906: 
                   5907:    'closed'
1.36      zhu      5908: => '锁定源代码', # !
1.6       bisitz   5909: 
                   5910:    'open'
1.36      zhu      5911: => '公开源代码', # !
1.6       bisitz   5912: 
                   5913:    '(mark desired resources then click "next" button)'
1.36      zhu      5914: => '(标记所需资源然后单击“下一步”按钮)',
1.6       bisitz   5915: 
                   5916:    '[_1]Change[_2] for just [_3]this course[_4] or for all [_5]your courses[_6].'
1.36      zhu      5917: => '[_1]改变[_2] 只为 [_3]该课程[_4] 或者为所有 [_5]您的课程[_6].',
1.6       bisitz   5918: 
                   5919:    "Page displayed after role selection in course now set by [_1]user's global preferences[_2]."
1.93      raeburn  5920: => "Page displayed after role selection in course now set by [_1]user's global preferences[_2].",
1.6       bisitz   5921: 
                   5922:    'Page displayed after role selection in this course set to [_1].'
1.93      raeburn  5923: => 'Page displayed after role selection in this course set to [_1].',
1.6       bisitz   5924: 
                   5925:    'Unable to set control of page display to [_1] due to [_2].'
1.93      raeburn  5926: => 'Unable to set control of page display to [_1] due to [_2].',
1.6       bisitz   5927: 
                   5928:    'Unable to set page display, after role selection, for this course to [_1] due to [_2].'
1.93      raeburn  5929: => 'Unable to set page display, after role selection, for this course to [_1] due to [_2].',
1.6       bisitz   5930: 
                   5931:    'Add or Edit Blog Entries'
1.12      zhu      5932: => '添加或修改博客条目',
1.6       bisitz   5933: 
                   5934:    'Add to my public course blog'
1.12      zhu      5935: => '添加到我的公共课程博客',
1.6       bisitz   5936: 
                   5937:    'Annotator'
1.12      zhu      5938: => '注释者',
1.6       bisitz   5939: 
                   5940:    'Av. Attempts'
1.93      raeburn  5941: => 'Av. Attempts',
1.6       bisitz   5942: 
                   5943:    'Available RSS Feeds and Blogs'
1.22      zhu      5944: => '可用的 RSS订阅和博客',
1.6       bisitz   5945: 
                   5946:    'Average number of attempts'
1.93      raeburn  5947: => 'Average number of attempts',
1.6       bisitz   5948: 
                   5949:    'Bookmarks'
1.12      zhu      5950: => '书签',
1.6       bisitz   5951: 
                   5952:    'Change interval?'
1.12      zhu      5953: => '更改间隔?',
1.6       bisitz   5954: 
                   5955:    'Change options?'
1.12      zhu      5956: => '更改选项?',
1.6       bisitz   5957: 
                   5958:    'Change thresholds?'
1.12      zhu      5959: => '更改阈值?',
1.6       bisitz   5960: 
                   5961:    'Clean up'
1.63      zhu      5962: => '清理',
1.6       bisitz   5963: 
                   5964:    'Close Folder'
1.12      zhu      5965: => '关闭文件夹',
1.6       bisitz   5966: 
                   5967:    'Configure Blocking of Student Communication during Exams'
1.93      raeburn  5968: => 'Configure Blocking of Student Communication during Exams',
1.6       bisitz   5969: 
                   5970:    'Course Action Items'
1.93      raeburn  5971: => 'Course Action Items',
1.6       bisitz   5972: 
                   5973:    'Creating PDF'
1.36      zhu      5974: => '创建PDF文件',
1.6       bisitz   5975: 
                   5976:    'Currently: [_1].'
1.36      zhu      5977: => '现在: [_1].',
1.6       bisitz   5978: 
                   5979:    'Deg. Diff'
1.36      zhu      5980: => '难度',
1.6       bisitz   5981: 
                   5982:    'Description'
1.13      zhu      5983: => '描述',
1.6       bisitz   5984: 
                   5985:    'Display Action Items'
1.93      raeburn  5986: => 'Display Action Items',
1.6       bisitz   5987: 
                   5988:    'Enter my groups in the course'
1.9       zhu      5989: => '我的课程组',
1.6       bisitz   5990: 
                   5991:    'Entering [_1]'
1.9       zhu      5992: => '进入 [_1]',
1.6       bisitz   5993: 
                   5994:    'Entering [_1] ...'
1.10      zhu      5995: => '进入 [_1]...',
1.6       bisitz   5996: 
                   5997:    'First resource'
1.36      zhu      5998: => '第一资源',
1.6       bisitz   5999: 
                   6000:    'Generated [_1] ([_2] bytes)'
1.36      zhu      6001: => '生成于 [_1] ([_2] bytes)',
1.6       bisitz   6002: 
                   6003:    'Go to first resource'
1.36      zhu      6004: => '转到第一资源',
1.6       bisitz   6005: 
                   6006:    'Group Documents'
1.10      zhu      6007: => '组文件',
1.6       bisitz   6008: 
                   6009:    'Groups'
1.9       zhu      6010: => '组',
1.6       bisitz   6011: 
                   6012:    'Help Menu'
1.9       zhu      6013: => '求助菜单',
1.6       bisitz   6014: 
                   6015:    'Hide all'
1.9       zhu      6016: => '全部隐藏',
1.6       bisitz   6017: 
                   6018:    'Hide this Feed'
1.10      zhu      6019: => '隐藏这个Feed',
1.6       bisitz   6020: 
                   6021:    'LON-CAPA Feed "[_1]" for [_2]'
1.13      zhu      6022: => 'LON-CAPA-Feed "[_1]" 对于 [_2]',
1.6       bisitz   6023: 
                   6024:    'Last Reset'
1.36      zhu      6025: => '最后重启',
1.6       bisitz   6026: 
                   6027:    'Last revised'
1.36      zhu      6028: => '最近更改',
1.6       bisitz   6029: 
                   6030:    'Link'
1.13      zhu      6031: => '连接',
1.6       bisitz   6032: 
                   6033:    'Log In'
1.13      zhu      6034: => '登录',
1.6       bisitz   6035: 
                   6036:    'Move Checked to Folder'
1.93      raeburn  6037: => 'Move Checked to Folder',
1.6       bisitz   6038: 
                   6039:    'Name for New Feed'
1.13      zhu      6040: => '新Feed的名字',
1.6       bisitz   6041: 
                   6042:    'Name of this Feed'
1.13      zhu      6043: => '这个Feed的名字',
1.6       bisitz   6044: 
                   6045:    'New course messages'
1.13      zhu      6046: => '新的课程信息',
1.6       bisitz   6047: 
                   6048:    'New critical messages in course'
1.36      zhu      6049: => '新的课程重要信息',
1.6       bisitz   6050: 
                   6051:    'New in course'
1.36      zhu      6052: => '新课程',
1.6       bisitz   6053: 
                   6054:    'New version'
1.13      zhu      6055: => '新版本',
1.6       bisitz   6056: 
                   6057:    'No messages sent.'
1.36      zhu      6058: => '没有寄出的邮件。',
1.6       bisitz   6059: 
                   6060:    'No new course messages'
1.36      zhu      6061: => '没有新的课程信息',
1.6       bisitz   6062: 
                   6063:    'No problems require handgrading'
1.63      zhu      6064: => '没有习题需要手动评分',
1.6       bisitz   6065: 
                   6066:    'No problems satisfy threshold criteria'
1.63      zhu      6067: => '没有问题达到要求标准',
1.6       bisitz   6068: 
                   6069:    'No problems with errors'
1.63      zhu      6070: => '没有错误的问题',
1.6       bisitz   6071: 
                   6072:    'No unread critical messages in course'
1.63      zhu      6073: => '没有未读的重要邮件',
1.6       bisitz   6074: 
                   6075:    'No unread posts in course discussions'
1.63      zhu      6076: => '没有未读的帖子在课程论坛里面',
1.6       bisitz   6077: 
                   6078:    'No updated versions'
1.63      zhu      6079: => '没有更新版本',
1.6       bisitz   6080: 
                   6081:    'Num. students'
1.63      zhu      6082: => '学生的数量',
1.6       bisitz   6083: 
                   6084:    'Number of errors'
1.63      zhu      6085: => '错误的数量',
1.6       bisitz   6086: 
                   6087:    'Number of new posts'
1.63      zhu      6088: => '新帖子的数量',
1.6       bisitz   6089: 
                   6090:    'Number ungraded'
1.63      zhu      6091: => '未评分的数量',
1.6       bisitz   6092: 
                   6093:    'Open Folder'
1.9       zhu      6094: => '打开文件夹',
1.6       bisitz   6095: 
1.9       zhu      6096: #   'Open all folders'
                   6097: #=> '打开所有文件夹',
1.6       bisitz   6098: 
                   6099:    'Page set to be displayed after you have selected a role in this course'
1.63      zhu      6100: => '页面显示设置,在您选择了该课程中的角色后',
1.6       bisitz   6101: 
                   6102:    'Please select the type of LON-CAPA entity - Course or Group - for which you wish to add/modify a user role'
1.93      raeburn  6103: => 'Please select the type of LON-CAPA entity - Course or Group - for which you wish to add/modify a user role',
1.6       bisitz   6104: 
                   6105:    'Please stand by while processing your print request, this may take some time ...'
1.93      raeburn  6106: => 'Please stand by while processing your print request, this may take some time ...',
1.6       bisitz   6107: 
                   6108:    'Problem'
1.12      zhu      6109: => '问题',
1.6       bisitz   6110: 
                   6111:    'Problem Name'
1.12      zhu      6112: => '问题描述',
1.6       bisitz   6113: 
                   6114:    'Problem is not open to be viewed. It'
1.93      raeburn  6115: => 'Problem is not open to be viewed. It',
1.6       bisitz   6116: 
                   6117:    'Problems requiring handgrading'
1.63      zhu      6118: => '必须手动评分的问题',
1.6       bisitz   6119: 
                   6120:    '(Problems with av. attempts &ge; [_1] or deg. difficulty &ge; [_2]) [_3] and total number of students with submissions &ge; [_4]'
1.63      zhu      6121: => '(问题尝试的平均数目 &ge; [_1] 或者难度 &ge; [_2]) [_3] 和回答问题的学生总数 &ge; [_4]',
1.6       bisitz   6122: 
                   6123:    'Problems with errors'
1.63      zhu      6124: => '错误的问题',
1.6       bisitz   6125: 
                   6126:    'Recently generated printouts'
1.93      raeburn  6127: => 'Recently generated printouts',
1.6       bisitz   6128: 
                   6129:    'Recently generated printout zip files'
1.93      raeburn  6130: => 'Recently generated printout zip files',
1.6       bisitz   6131: 
                   6132:    'Reset Count?'
1.63      zhu      6133: => '计数器复位?',
1.6       bisitz   6134: 
                   6135:    'Reset counters to 0'
1.63      zhu      6136: => '重置计数器为0',
1.6       bisitz   6137: 
                   6138:    'Select [_1]'
1.63      zhu      6139: => '选择 [_1]',
1.6       bisitz   6140: 
                   6141:    'Select the sequence to print resources from:'
1.63      zhu      6142: => '选择该资源的打印顺序:',
1.6       bisitz   6143: 
                   6144:    'Selected [_1]Problems[_2] from folder [_3]'
1.63      zhu      6145: => '选定[_1]问题[_2]从文件夹[_3]',
1.6       bisitz   6146: 
                   6147:    'Selected [_1]Resources[_2] from folder [_3]'
1.63      zhu      6148: => '选定[_1]资源[_2]从文件夹[_3]',
1.6       bisitz   6149: 
                   6150:    'Selected <b>Problems</b> from <b>entire course</b>'
1.63      zhu      6151: => '选定<b>问题</b>从<b>整个课程</b>',
1.6       bisitz   6152: 
                   6153:    'Selected <b>Resources</b> from <b>entire course</b>'
1.63      zhu      6154: => '选定<b>资源</b>从<b>整个课程</b>',
1.6       bisitz   6155: 
                   6156:    'Selected <b>Problems</b> from <b>entire course</b> for <b>selected people</b>'
1.63      zhu      6157: => '选定<b>资源</b>从<b>整个课程</b>给<b>选定的人</b>',
1.6       bisitz   6158: 
                   6159:    'Selected [_1]Problems[_2] from folder [_3] for [_4]selected people[_5]'
1.63      zhu      6160: => '选定[_1]问题[_2]从文件夹[_3]给[_4]选定的人[_5]',
1.6       bisitz   6161: 
                   6162:    'Selected [_1]Problems[_2] from folder [_3] for [_4]CODEd assignments[_5]'
1.63      zhu      6163: => '选定[_1]问题[_2]从文件夹[_3]给[_4]编码练习[_5]', # ???
1.6       bisitz   6164: 
                   6165:    'Selected [_1]Resources[_2] from folder [_3] for [_4]selected people[_5]'
1.63      zhu      6166: => '选定[_1]资源[_2]从文件夹[_3]给[_4]选定的人[_5]',
1.6       bisitz   6167: 
                   6168:    'Selected [_1]Resources[_2] from folder [_3] for [_4]CODEd assignments[_5]'
1.63      zhu      6169: => '选定[_1]资源[_2]从文件夹[_3]给[_4]编码练习[_5]', # ???
1.6       bisitz   6170: 
                   6171:    'Selected [_1]Problems[_2] from current subdirectory [_3]'
1.63      zhu      6172: => '选定[_1]问题[_2]从当前的子文件夹[_3]',
1.6       bisitz   6173: 
                   6174:    'Selected <b>Resources</b> from <b>selected folder</b> in course'
1.63      zhu      6175: => '选定<b>资源</b>从课程里的<b>选定的文件夹</b>',
1.6       bisitz   6176: 
                   6177:    'Show all'
1.9       zhu      6178: => '全部显示',
1.6       bisitz   6179: 
                   6180:    'Show my first due problem'
1.9       zhu      6181: => '查看我的首要问题来处理',
1.6       bisitz   6182: 
                   6183:    'Show only uncompleted problems'
1.9       zhu      6184: => '只显示未完成的问题',
1.6       bisitz   6185: 
                   6186:    'Show everything'
1.9       zhu      6187: => '查看所有',
1.6       bisitz   6188: 
                   6189:    'Uncompleted Problems'
1.9       zhu      6190: => '没有完成问题',
1.6       bisitz   6191: 
                   6192:    'All homework assignments have been completed.'
1.22      zhu      6193: => '所有的问题都已经完成。',
1.6       bisitz   6194: 
                   6195:    'Speller Suggestions'
                   6196: => 'Speller Suggestions',
                   6197: 
                   6198:    'Start a New Feed'
1.9       zhu      6199: => '开始一个新的Feed',
1.6       bisitz   6200: 
                   6201:    'Save Marked Changes'
1.9       zhu      6202: => '保存标记的更改',
1.6       bisitz   6203: 
                   6204:    'Save changes'
1.9       zhu      6205: => '保存更改',
1.6       bisitz   6206: 
                   6207:    'This action is currently not authorized.'
1.18      zhu      6208: => '这一行动目前是不被允许的。',
1.6       bisitz   6209: 
                   6210:    'Time of last post'
1.63      zhu      6211: => '最后发表的帖子的时间', #??? [SB 20.10.2006]
1.6       bisitz   6212: 
                   6213:    'Title of document goes here'
1.93      raeburn  6214: => 'Title of document goes here',
1.6       bisitz   6215: 
                   6216:    'Body of document goes here'
1.93      raeburn  6217: => 'Body of document goes here',
1.6       bisitz   6218: 
                   6219:    'Total number of students with submissions'
1.93      raeburn  6220: => 'Total number of students with submissions',
1.6       bisitz   6221: 
                   6222:    'Unread course discussion posts'
1.63      zhu      6223: => '未读的课程讨论帖子',
1.6       bisitz   6224: 
                   6225:    'Version used'
1.12      zhu      6226: => '使用版本',
1.6       bisitz   6227: 
                   6228:    'View current problem status and grading information'
1.9       zhu      6229: => '查看当前的问题的状态和等级评定信息',
1.6       bisitz   6230: 
                   6231:    "What's New?"
1.9       zhu      6232: => "有什么新内容?",
1.6       bisitz   6233: 
                   6234:    "What's New? page"
1.9       zhu      6235: => "有什么新页面",
1.6       bisitz   6236: 
                   6237:    "What's New page"
1.9       zhu      6238: => "有什么新页面",
1.6       bisitz   6239: 
                   6240:    'You are accessing an invalid course'
1.63      zhu      6241: => '您在试图访问无效的课程。',
1.6       bisitz   6242: 
                   6243:    'course only'
1.93      raeburn  6244: => 'course only',
1.6       bisitz   6245: 
                   6246:    'delete'
1.9       zhu      6247: => '删除',
1.6       bisitz   6248: 
                   6249:    'first resource in the course'
1.63      zhu      6250: => '第一期课程资源',
1.6       bisitz   6251: 
                   6252:    'hidden'
1.9       zhu      6253: => '隐藏的',
1.6       bisitz   6254: 
                   6255:    'since last month'
1.63      zhu      6256: => '自上个月以来',
1.6       bisitz   6257: 
                   6258:    'since last week'
1.63      zhu      6259: => '自上周以来',
1.6       bisitz   6260: 
                   6261:    'since start of course'
1.63      zhu      6262: => '从课程开始起',
1.6       bisitz   6263: 
                   6264:    'since yesterday'
1.63      zhu      6265: => '从昨天起',
1.6       bisitz   6266: 
                   6267:    'specific setting for this course'
1.63      zhu      6268: => '这门课程的具体设置',
1.6       bisitz   6269: 
                   6270:    'user preference'
1.65      zhu      6271: => '用户偏好',
1.6       bisitz   6272: 
                   6273:    "what's new? page"
1.9       zhu      6274: => "有什么新页面",
1.6       bisitz   6275: 
                   6276:    'your general user preferences'
1.63      zhu      6277: => '您的一般使用者偏好',
1.6       bisitz   6278: 
                   6279:    'Submitting as Comment'
1.63      zhu      6280: => '提交评论',
1.6       bisitz   6281: 
                   6282:    'Submitting as Policy Feedback'
1.63      zhu      6283: => '提交课程指导方针反馈',
1.6       bisitz   6284: 
                   6285:    'Submitting as Question'
1.63      zhu      6286: => '提交的问题',
1.6       bisitz   6287: 
                   6288:    'Total Points In Course'
1.10      zhu      6289: => '课程总分',
1.6       bisitz   6290: 
                   6291:    'the resource you just saw on the screen'
1.63      zhu      6292: => 'the resource you just saw on the screen',
                   6293: #=> 'die zuletzt betrachtete Ressource',
1.6       bisitz   6294: 
                   6295:    'Annotations'
1.9       zhu      6296: => '注释',
1.6       bisitz   6297: 
                   6298:    'Close (no save)'
1.9       zhu      6299: => '关闭 (不保存)',
1.6       bisitz   6300: 
                   6301:    'Save and Update'
1.9       zhu      6302: => '保存和更新',
1.6       bisitz   6303: 
                   6304:    'Bookmark Tree Viewer/Editor'
1.63      zhu      6305: => '书签树浏览器/编辑器',
1.6       bisitz   6306: 
                   6307:    'Chat'
1.9       zhu      6308: => '聊天',
1.6       bisitz   6309: 
1.26      zhu      6310:    'Chat Room'
1.9       zhu      6311: => '聊天室',
1.6       bisitz   6312: 
                   6313:    'Drop Box'
1.26      zhu      6314: => '收件箱',
1.6       bisitz   6315: 
                   6316:    'Import Bookmarks'
                   6317: => '导入书签',
                   6318: 
                   6319:    'The LearningOnline Network with CAPA'
                   6320: => 'The LearningOnline Network with CAPA',
                   6321: 
                   6322:    'This LON-CAPA server is temporarily not available for login.'
1.63      zhu      6323: => '该 LON-CAPA 服务器目前无法登录。',
1.6       bisitz   6324: 
                   6325:    'Please attempt to login to one of the following servers:'
1.63      zhu      6326: => '请尝试登录到下列其中一个服务器:',
1.6       bisitz   6327: 
                   6328:    '(preferred)'
1.26      zhu      6329: => '(首选的)',
1.6       bisitz   6330: 
                   6331:    '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  6332: => '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   6333: 
                   6334:    'Collaborative Tools'
1.27      zhu      6335: => '协作工具',
1.6       bisitz   6336: 
                   6337:    'Course content'
1.18      zhu      6338: => '课程内容',
1.6       bisitz   6339: 
                   6340:    'Create a new group'
1.12      zhu      6341: => '创建新组',
1.6       bisitz   6342: 
                   6343:    'Created'
1.27      zhu      6344: => '生成',
1.6       bisitz   6345: 
                   6346:    'Creator'
1.27      zhu      6347: => '创设者',
1.6       bisitz   6348: 
                   6349:    'Discussion Boards'
1.9       zhu      6350: => '讨论板',
1.6       bisitz   6351: 
                   6352:    'Disk Use (%)'
1.27      zhu      6353: => '使用的存贮空间 (%)',
1.6       bisitz   6354: 
                   6355:    'Enable Recent Roles Hotlist:'
1.22      zhu      6356: => '启用最近的角色活动表:',
1.6       bisitz   6357: 
                   6358:    'Files'
1.12      zhu      6359: => '文件',
1.6       bisitz   6360: 
                   6361:    'Group Name'
1.12      zhu      6362: => '组名',
1.6       bisitz   6363: 
                   6364:    'Group Title'
1.12      zhu      6365: => '组标题',
1.6       bisitz   6366: 
                   6367:    'Members'
1.12      zhu      6368: => '成员',
1.6       bisitz   6369: 
                   6370:    'Modify'
1.12      zhu      6371: => '修改',
1.6       bisitz   6372: 
                   6373:    'Re-enable'
1.12      zhu      6374: => '修复',
1.6       bisitz   6375: 
                   6376:    'Expire'
1.12      zhu      6377: => '失效',
1.6       bisitz   6378: 
                   6379:    'Group settings'
1.12      zhu      6380: => '组设置',
1.6       bisitz   6381: 
                   6382:    'Modify group membership'
1.12      zhu      6383: => '修改组成员',
1.6       bisitz   6384: 
                   6385:    'No groups exist.'
1.12      zhu      6386: => '没有组存在。',
1.6       bisitz   6387: 
                   6388:    'Number of roles in Hotlist:'
1.12      zhu      6389: => '角色的快速访问列表:',
1.6       bisitz   6390: 
                   6391:    'Quota (Mb)'
1.12      zhu      6392: => '容量 (MB)',
1.6       bisitz   6393: 
                   6394:    'Remote Control'
1.12      zhu      6395: => '遥控器',
1.6       bisitz   6396: 
                   6397:    '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      6398: => '一些 LON-CAPA 用户有很多角色。在快速访问列表里面将显示最近使用过的角色的最后N角色访问过的地方,这些角色将显示在角色选择页面的上方。 用户如果只有很少的角色,应该禁用快速访问列表。',
1.6       bisitz   6399: 
                   6400:    '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      6401: => '一些 LON-CAPA 用户有很多课程。在快速访问列表里面将显示最近使用过的课程的最后N课程访问过的地方,这些课程将显示在课程选择页面的上方。用户如果只有很少的角色,应该禁用快速访问列表。',
1.6       bisitz   6402: 
                   6403:    'Switch to Inline Menu Mode'
1.18      zhu      6404: => '切换到内置菜单模式',
1.6       bisitz   6405: 
                   6406:    '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      6407: => '这下面的列表可以用来<q>冻结</q>屏幕上的角色。这些标记为冻结的将不会从名单中删除,即便最近没有被使用过时。',
1.6       bisitz   6408: 
                   6409:    'View Status'
1.12      zhu      6410: => '查看状态',
1.6       bisitz   6411: 
                   6412:    'View/Change Status'
1.22      zhu      6413: => '查看/修改状态',
1.6       bisitz   6414: 
                   6415:    'You are not currently a member of any active groups in this course.'
1.93      raeburn  6416: => 'You are not currently a member of any active groups in this course.',
1.6       bisitz   6417: 
                   6418:    'Group [_1] was updated.'
1.12      zhu      6419: => '组 [_1] 已更新。',
1.6       bisitz   6420: 
                   6421:    'An error occurred while setting parameters for Discussion Boards folder: [_1]'
1.93      raeburn  6422: => 'An error occurred while setting parameters for Discussion Boards folder: [_1]',
1.6       bisitz   6423: 
                   6424:    'Discussion Boards Folder created.'
1.9       zhu      6425: => '创建讨论板夹。',
1.6       bisitz   6426: 
                   6427:    'You do not have group administration privileges in this course.'
1.93      raeburn  6428: => 'You do not have group administration privileges in this course.',
1.6       bisitz   6429: 
                   6430:    'An error occurred when [_1] the group. Please try again.'
1.93      raeburn  6431: => 'An error occurred when [_1] the group. Please try again.',
1.6       bisitz   6432: 
                   6433:    'You have requested deletion of the group [_1].'
1.93      raeburn  6434: => 'You have requested deletion of the group [_1].',
1.6       bisitz   6435: 
                   6436: #activated
                   6437: #reenabled
                   6438: #modified
                   6439: #added
                   6440: #deleted
                   6441: #expired
                   6442: 
                   6443:    'The following users could not be activated, because an error occurred:'
1.93      raeburn  6444: => 'The following users could not be activated, because an error occurred:',
1.6       bisitz   6445: 
                   6446:    'The following users could not be reenabled, because an error occurred:'
1.93      raeburn  6447: => 'The following users could not be reenabled, because an error occurred:',
1.6       bisitz   6448: 
                   6449:    'The following users could not be modified, because an error occurred:'
1.93      raeburn  6450: => 'The following users could not be modified, because an error occurred:',
1.6       bisitz   6451: 
                   6452:    'The following users could not be added, because an error occurred:'
1.93      raeburn  6453: => 'The following users could not be added, because an error occurred:',
1.6       bisitz   6454: 
                   6455:    'The following users could not be deleted, because an error occurred:'
1.93      raeburn  6456: => 'The following users could not be deleted, because an error occurred:',
1.6       bisitz   6457: 
                   6458:    'The following users could not be expired, because an error occurred:'
1.93      raeburn  6459: => 'The following users could not be expired, because an error occurred:',
1.6       bisitz   6460: 
                   6461:    'No change occurred for the following users:'
1.93      raeburn  6462: => 'No change occurred for the following users:',
1.6       bisitz   6463: 
                   6464:    'When a group is deleted the following occurs:'
1.93      raeburn  6465: => 'When a group is deleted the following occurs:',
1.6       bisitz   6466: 
                   6467:    'All group membership is terminated.'
1.93      raeburn  6468: => 'All group membership is terminated.',
1.6       bisitz   6469: 
                   6470:    'The group ceases to be available either for viewing or for modification of group settings and membership.'
1.93      raeburn  6471: => 'The group ceases to be available either for viewing or for modification of group settings and membership.',
1.6       bisitz   6472: 
                   6473:    '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  6474: => '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   6475: 
                   6476:    '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  6477: => '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   6478: 
                   6479:    'Delete group'
1.12      zhu      6480: => '删除组',
1.6       bisitz   6481: 
                   6482:    'Group deletion failed because deletion of [_1] out of [_2] members failed.'
1.42      bisitz   6483: => '删除组失败,因为[_1]的[_2]成员不能被删除。',
1.6       bisitz   6484: 
                   6485:    'Group successfully deleted.'
1.12      zhu      6486: => '该组已成功删除。',
1.6       bisitz   6487: 
                   6488:    "Although the group was deleted, an error occurred when removing the group's folder from the 'Course Groups' folder: [_1]"
1.12      zhu      6489: => "该组已被删除,从课程组的文件夹删除组文件夹时发生错误:[_1]",
1.6       bisitz   6490: 
                   6491:    'Group deletion failed.'
1.12      zhu      6492: => '组删除失败。',
1.6       bisitz   6493: 
                   6494:    'Course Folder -[_1]'
1.12      zhu      6495: => '课程文件夹 [_1]',
1.6       bisitz   6496: 
                   6497:    'An error occurred when reading contents of parent folder to group:'
1.93      raeburn  6498: => 'An error occurred when reading contents of parent folder to group:',
1.6       bisitz   6499: 
                   6500:    'An error occurred when saving updated parent folder to group:'
1.93      raeburn  6501: => 'An error occurred when saving updated parent folder to group:',
1.6       bisitz   6502: 
                   6503:    'You have requested enabling the previously deleted group [_1].'
1.93      raeburn  6504: => 'You have requested enabling the previously deleted group [_1].',
1.6       bisitz   6505: 
                   6506:    'When a deleted group is re-enabled the following occurs:'
1.93      raeburn  6507: => 'When a deleted group is re-enabled the following occurs:',
1.6       bisitz   6508: 
                   6509:    'Group settings and membership at the time the group was deleted are reinstated.'
1.93      raeburn  6510: => 'Group settings and membership at the time the group was deleted are reinstated.',
1.6       bisitz   6511: 
                   6512:    'A group folder is added to the "Course Groups" folder which contains folders for all groups in the course.'
1.93      raeburn  6513: => 'A group folder is added to the "Course Groups" folder which contains folders for all groups in the course.',
1.6       bisitz   6514: 
                   6515:    'Reenable group'
1.12      zhu      6516: => '组恢复',
1.6       bisitz   6517: 
                   6518:    '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  6519: => '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   6520: 
                   6521:    'No end date set'
1.12      zhu      6522: => '没有设定结束日期',
1.6       bisitz   6523: 
                   6524:    'Membership reinstated for [quant,_1,user], each with start and end dates for group access set to defaults: [_2] and [_3]'
1.93      raeburn  6525: => 'Membership reinstated for [quant,_1,user], each with start and end dates for group access set to defaults: [_2] and [_3]',
1.6       bisitz   6526: 
                   6527:    "Although the group was re-enabled, an error occurred when adding the group's folder to the 'Course Groups' folder: [_1]"
1.93      raeburn  6528: => "Although the group was re-enabled, an error occurred when adding the group's folder to the 'Course Groups' folder: [_1]",
1.6       bisitz   6529: 
                   6530:    'Re-enabling group failed.'
1.18      zhu      6531: => '重新启用组失败。',
1.6       bisitz   6532: 
                   6533:    'with related words'
1.18      zhu      6534: => '相关的关键词',
1.6       bisitz   6535: 
                   6536:    'with no related words'
1.18      zhu      6537: => '没有相关的关键词',
1.6       bisitz   6538: 
                   6539:    'Change Roles Preferences'
1.18      zhu      6540: => '改变角色偏好',
1.6       bisitz   6541: 
                   6542:    'Display [_1] Most Recent Roles'
1.22      zhu      6543: => '显示 [_1] 个最近角色',
1.6       bisitz   6544: 
                   6545:    'Freeze Role'
1.18      zhu      6546: => '冻结角色',
1.6       bisitz   6547: 
                   6548:    'Recent Roles Hotlist is Disabled'
1.22      zhu      6549: => '禁用最近使用角色的快速访问列表',
1.6       bisitz   6550: 
                   6551:    'Recent Roles Hotlist is Enabled'
1.22      zhu      6552: => '启用最近使用角色的快速访问列表',
1.6       bisitz   6553: 
                   6554:    'Author Space'
1.13      zhu      6555: => '作者空间',
1.6       bisitz   6556: 
                   6557:    'Degree of discrimination'
1.18      zhu      6558: => '分化程度',
1.6       bisitz   6559: 
                   6560:    'Disable WYSIWYG Editor'
1.13      zhu      6561: => '禁用WYSIWYG编辑器',
1.6       bisitz   6562: 
                   6563:    'Hypertext Document'
1.13      zhu      6564: => 'HTML 文件',
1.6       bisitz   6565: 
                   6566:    'Last Modifying User'
1.13      zhu      6567: => '上次修改用户',
1.6       bisitz   6568: 
                   6569:    'Last Revision Date'
1.18      zhu      6570: => '最近修订日期',
1.6       bisitz   6571: 
                   6572:    'Linked/Related Resources'
1.18      zhu      6573: => '联系/相关资源',
1.6       bisitz   6574: 
                   6575:    'Network-wide courses using resource'
1.18      zhu      6576: => '网络上使用该课程资源',
1.6       bisitz   6577: 
                   6578:    'Never'
1.18      zhu      6579: => '从不',
1.6       bisitz   6580: 
                   6581:    'Preview'
1.18      zhu      6582: => '预览',
1.6       bisitz   6583: 
                   6584:    'Resources that follow this resource in maps'
1.93      raeburn  6585: => 'Resources that follow this resource in maps',
1.6       bisitz   6586: 
                   6587:    'Resources that lead up to this resource in maps'
1.93      raeburn  6588: => 'Resources that lead up to this resource in maps',
1.6       bisitz   6589: 
                   6590:    'Resources used by this resource'
1.93      raeburn  6591: => 'Resources used by this resource',
1.6       bisitz   6592: 
                   6593:    'Resources using or importing resource'
1.18      zhu      6594: => '资源使用或导入', #??? [SB 18.10.2006]
1.6       bisitz   6595: 
                   6596:    'Return'
                   6597: => '后退',
                   6598: 
                   6599:    'Setting WYSIWYG editor to:'
1.57      zhu      6600: => 'WYSIWYG-编辑器设置为:',
1.6       bisitz   6601: 
                   6602:    'Source Available'
1.18      zhu      6603: => '源代码可用',
1.6       bisitz   6604: 
                   6605:    'Source Custom Distribution File'
1.18      zhu      6606: => '源代码的访问权限',
1.6       bisitz   6607: 
                   6608:    'Start new page<br />before selected'
                   6609: => 'Start new page<br />before selected',
                   6610: 
                   6611:    'on'
1.57      zhu      6612: => '开',
1.6       bisitz   6613: 
                   6614:    '(on)'
1.63      zhu      6615: => '(on)',
1.6       bisitz   6616: 
                   6617:    'off'
1.57      zhu      6618: => '关',
1.6       bisitz   6619: 
                   6620:    '(off)'
1.63      zhu      6621: => '(off)',
1.6       bisitz   6622: 
                   6623:    '(re-initialize course to access)'
1.63      zhu      6624: => '(re-initialize course to access)',
1.6       bisitz   6625: 
                   6626:    'All Parts'
1.93      raeburn  6627: => 'All Parts',
1.6       bisitz   6628: 
                   6629:    'Changes will become active for your current session after [_1], or the next time you log in.'
                   6630: => '点击 [_1] 按钮来保存最后的更改。',
                   6631: 
                   6632:    'Cut'
                   6633: => '剪切',
                   6634: 
                   6635:    'Random Order'
                   6636: => '任意顺序',
                   6637: 
                   6638:    'Due and Answer Available'
1.93      raeburn  6639: => 'Due and Answer Available',
1.6       bisitz   6640: 
                   6641:    'Edit any group in the course'
                   6642: => '课程分组管理',
                   6643: 
                   6644:    'Editing the Table of Contents for your Course'
                   6645: => '如何修改课程内容',
                   6646: 
                   6647:    'Enter any group in the course'
1.93      raeburn  6648: => 'Enter any group in the course',
1.6       bisitz   6649: 
                   6650:    'Existing Parameter Settings for Your Resources'
1.93      raeburn  6651: => 'Existing Parameter Settings for Your Resources',
1.6       bisitz   6652: 
                   6653:    'Group'
1.12      zhu      6654: => '组',
1.6       bisitz   6655: 
                   6656:    'Group:'
1.18      zhu      6657: => '组:',
1.6       bisitz   6658: 
                   6659:    'Hidden'
                   6660: => '隐藏',
                   6661: 
                   6662:    'List Symbs'
                   6663: => '内部标识',
                   6664: 
                   6665:    'Symb List'
1.12      zhu      6666: => '内部标识名单',
1.6       bisitz   6667: 
1.55      zhu      6668: #   'Manage Course Slots'
                   6669: #=> '管理课程插槽',
                   6670: 
                   6671:    'Manage Slots'
                   6672: => 'Manage Slots',
1.6       bisitz   6673: 
                   6674:    'Manage student enrollment '
1.27      zhu      6675: => '招生管理 ',
1.6       bisitz   6676: 
                   6677:    'Modify Resource Parameters - Overview Mode'
1.27      zhu      6678: => '修改资源参数 - 概况模式',
1.6       bisitz   6679: 
                   6680:    'Modify parameter settings (due dates, etc) for resources and the course'
                   6681: => '修改课程和资源参数',
                   6682: 
                   6683:    'Modify parameter settings for this resource'
1.98    ! bisitz   6684: => '参数设置',
1.6       bisitz   6685: 
                   6686: 
                   6687:    'New and Existing Parameter Settings for Your Resources'
1.27      zhu      6688: => '为您的资源设置新的和现有的参数',
1.6       bisitz   6689: 
                   6690:    'Parameter Change Log and Course Blog Posting/User Notification'
1.27      zhu      6691: => '参数变更记录和课程博客/用户通知',
1.6       bisitz   6692: 
                   6693:    'Parameter Manager'
                   6694: => '参数管理',
                   6695: 
                   6696:    'Randomly Pick: '
                   6697: => '随机挑选: ',
                   6698: 
                   6699:    'Remove'
                   6700: => '删除',
                   6701: 
                   6702:    'Rendering:'
1.12      zhu      6703: => '检查:',
1.6       bisitz   6704: 
                   6705:    'Select Parameters to View'
1.27      zhu      6706: => '选择想要查看的参数',
1.6       bisitz   6707: 
                   6708:    'Select Parts to View'
1.27      zhu      6709: => '选择想要查看的部分',
1.6       bisitz   6710: 
                   6711:    'Set Parameter Setting Default Actions'
1.70      zhu      6712: => '设置默认操作的参数',
1.6       bisitz   6713: 
                   6714:    'Set Portfolio Metadata'
1.27      zhu      6715: => '设置元数据-组合',
1.6       bisitz   6716: 
                   6717:    'Set/Modify Resource Parameters - Helper Mode'
1.27      zhu      6718: => '设置/修改资源参数 - 辅助模式',
1.6       bisitz   6719: 
                   6720:    'Set/Modify Resource Parameters - Overview Mode'
1.27      zhu      6721: => '设置/修改资源参数 - 概况模式',
1.6       bisitz   6722: 
                   6723:    'Set/Modify Resource Parameters - Table Mode'
1.27      zhu      6724: => '设置/修改资源参数 - 表模式',
1.6       bisitz   6725: 
                   6726:    'Settings for Your Course'
1.27      zhu      6727: => '课程设置',
1.6       bisitz   6728: 
                   6729:    'Table Mode'
1.27      zhu      6730: => '表模式',
1.6       bisitz   6731: 
                   6732:    'Table Mode Parameter Setting'
1.27      zhu      6733: => '表模式参数设定',
1.6       bisitz   6734: 
                   6735:    '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  6736: => '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   6737: 
                   6738:    'URL hidden'
                   6739: => '隐藏 URL',
                   6740: 
                   6741:    'Update Parameter Display'
1.27      zhu      6742: => '更新参数',
1.6       bisitz   6743: 
                   6744:    'View calculated grades (Spreadsheet)'
1.63      zhu      6745: => '计算评分(Spreadsheet)',
1.6       bisitz   6746: 
                   6747:    "What's new?"
                   6748: => "有什么新的?",
                   6749: 
                   6750:    're-initializing Course'
                   6751: => '重新初始化课程',
                   6752: 
                   6753:    'Show Resource'
1.18      zhu      6754: => '查看资源',
1.6       bisitz   6755: 
                   6756:    'Feedback to resource author'
1.18      zhu      6757: => '反馈给此资源的作者',
1.6       bisitz   6758: 
1.20      bisitz   6759:    'Click to add/remove attachments'
1.12      zhu      6760: => '单击添加/删除附件',
1.6       bisitz   6761: 
                   6762:    'New attachments'
1.12      zhu      6763: => '新附件',
1.6       bisitz   6764: 
                   6765:    'Retained attachments'
1.12      zhu      6766: => '保留附件',
1.6       bisitz   6767: 
                   6768:    'Add a new attachment to this post.'
1.19      zhu      6769: => '给这个信息添加新的附件:',
1.6       bisitz   6770: 
                   6771:    'Discussion Post Attachments'
1.12      zhu      6772: => '讨论张贴附件',
1.6       bisitz   6773: 
                   6774:    'Modify course settings'
1.93      raeburn  6775: => 'Modify course settings',
1.6       bisitz   6776: 
                   6777:    'Send and display broadcast e-mail'
1.93      raeburn  6778: => 'Send and display broadcast e-mail',
1.6       bisitz   6779: 
                   6780:    'Awarded Total Points'
1.10      zhu      6781: => '达到总分',
1.6       bisitz   6782: 
                   6783:    'Total Parts Done'
1.93      raeburn  6784: => 'Total Parts Done',
1.6       bisitz   6785: 
                   6786:    'Create a single course'
1.93      raeburn  6787: => 'Create a single course',
1.6       bisitz   6788: 
                   6789:    'Create a new course by completing an online form.'
1.93      raeburn  6790: => 'Create a new course by completing an online form.',
1.6       bisitz   6791: 
                   6792:    'Create a single collaborative group space'
1.93      raeburn  6793: => 'Create a single collaborative group space',
1.6       bisitz   6794: 
                   6795:    'Create a new group space for non-course use by completing an online form.'
1.93      raeburn  6796: => 'Create a new group space for non-course use by completing an online form.',
1.6       bisitz   6797: 
                   6798:    'Create courses/groups by uploading an attributes file'
1.93      raeburn  6799: => 'Create courses/groups by uploading an attributes file',
1.6       bisitz   6800: 
                   6801:    'Upload an attributes file containing specifications for one or more courses or groups in XML format.'
1.93      raeburn  6802: => 'Upload an attributes file containing specifications for one or more courses or groups in XML format.',
1.6       bisitz   6803: 
                   6804:    'current'
1.12      zhu      6805: => '当前的',
1.6       bisitz   6806: 
                   6807:    'Version changes'
1.93      raeburn  6808: => 'Version changes',
1.6       bisitz   6809: 
                   6810:    'Change interval'
1.93      raeburn  6811: => 'Change interval',
1.6       bisitz   6812: 
                   6813:    'Student Submission Reports'
1.93      raeburn  6814: => 'Student Submission Reports',
1.6       bisitz   6815: 
                   6816:    'Prepare reports of student submissions.'
1.93      raeburn  6817: => 'Prepare reports of student submissions.',
1.6       bisitz   6818: 
                   6819:    'Survey Reports'
1.93      raeburn  6820: => 'Survey Reports',
1.6       bisitz   6821: 
                   6822:    'Prepare reports on survey results.'
1.93      raeburn  6823: => 'Prepare reports on survey results.',
1.6       bisitz   6824: 
                   6825:    'View survey'
1.93      raeburn  6826: => 'View survey',
1.6       bisitz   6827: 
                   6828:    'Previous Survey'
1.93      raeburn  6829: => 'Previous Survey',
1.6       bisitz   6830: 
                   6831:    'Next Survey'
1.93      raeburn  6832: => 'Next Survey',
1.6       bisitz   6833: 
                   6834:    'Choose a different Survey'
1.93      raeburn  6835: => 'Choose a different Survey',
1.6       bisitz   6836: 
                   6837:    'Generate Report'
1.93      raeburn  6838: => 'Generate Report',
1.6       bisitz   6839: 
                   6840:    'Part [_1], Response [_2]'
1.27      zhu      6841: => '部份 [_1], 答案 [_2]',
1.6       bisitz   6842: 
                   6843:    'Foil Name'
1.93      raeburn  6844: => 'Foil Name',
1.6       bisitz   6845: 
                   6846:    'Foil Text'
1.93      raeburn  6847: => 'Foil Text',
1.6       bisitz   6848: 
                   6849:    'Percent'
1.27      zhu      6850: => '百分比',
1.6       bisitz   6851: 
                   6852:    'Correct Problems Plot'
1.93      raeburn  6853: => 'Correct Problems Plot',
1.6       bisitz   6854: 
                   6855:    'Display a histogram of student performance in the course.'
1.93      raeburn  6856: => 'Display a histogram of student performance in the course.',
1.6       bisitz   6857: 
                   6858:    'Access Status'
1.27      zhu      6859: => '访问状态',
1.6       bisitz   6860: 
1.31      bisitz   6861:    '[_1] Limit by time'
                   6862: => '[_1] 限制时间',
1.6       bisitz   6863: 
                   6864:    'Submission Time Plots'
1.93      raeburn  6865: => 'Submission Time Plots',
1.6       bisitz   6866: 
                   6867:    'Currently Has Access'
1.27      zhu      6868: => '目前访问',
1.6       bisitz   6869: 
                   6870:    'Will Have Future Access'
1.27      zhu      6871: => '将来的访问',
1.6       bisitz   6872: 
                   6873:    'Previously Had Access'
1.27      zhu      6874: => '此前的访问',
1.6       bisitz   6875: 
                   6876:    'Any Access Status'
1.27      zhu      6877: => '任易的访问状态',
1.6       bisitz   6878: 
                   6879:    'Previous Problem'
1.12      zhu      6880: => '前面的问题',
1.6       bisitz   6881: 
                   6882:    'Next Problem'
1.12      zhu      6883: => '下一个问题',
1.6       bisitz   6884: 
                   6885:    'Choose a different Problem'
1.93      raeburn  6886: => 'Choose a different Problem',
1.6       bisitz   6887: 
                   6888:    'Update Caches'
1.93      raeburn  6889: => 'Update Caches',
1.6       bisitz   6890: 
                   6891:    'Begin'
1.93      raeburn  6892: => 'Begin',
1.6       bisitz   6893: 
                   6894:    'There are no students in the sections selected.'
1.93      raeburn  6895: => 'There are no students in the sections selected.',
1.6       bisitz   6896: 
                   6897:    'There are no students in the sections/groups selected.'
1.93      raeburn  6898: => 'There are no students in the sections/groups selected.',
1.6       bisitz   6899: 
                   6900:    'There is no submission data for this problem at all.'
1.93      raeburn  6901: => 'There is no submission data for this problem at all.',
1.6       bisitz   6902: 
                   6903:    'There is no submission data for this problem.'
1.93      raeburn  6904: => 'There is no submission data for this problem.',
1.6       bisitz   6905: 
                   6906:    'There is no submission data for this resource.'
1.93      raeburn  6907: => 'There is no submission data for this resource.',
1.6       bisitz   6908: 
                   6909:    'There is no data to plot.'
1.93      raeburn  6910: => 'There is no data to plot.',
1.6       bisitz   6911: 
                   6912:    'Analysis of [_1] is not supported.'
1.93      raeburn  6913: => 'Analysis of [_1] is not supported.',
1.6       bisitz   6914: 
                   6915:    'None of the selected students attempted the problem more than [_1] times.'
1.93      raeburn  6916: => 'None of the selected students attempted the problem more than [_1] times.',
1.6       bisitz   6917: 
                   6918:    'None of the selected students attempted the problem.'
1.93      raeburn  6919: => 'None of the selected students attempted the problem.',
1.6       bisitz   6920: 
                   6921:    'The analysis you have selected is not supported at this time.'
1.93      raeburn  6922: => 'The analysis you have selected is not supported at this time.',
1.6       bisitz   6923: 
                   6924:    'Graph Problem Submission Times'
1.93      raeburn  6925: => 'Graph Problem Submission Times',
1.6       bisitz   6926: 
                   6927:    'Return to Directory'
1.10      zhu      6928: => '返回目录',
1.6       bisitz   6929: 
                   6930:    'Return to directory'
1.10      zhu      6931: => '返回目录',
1.6       bisitz   6932: 
                   6933:    'My Roles'
                   6934: => '我的角色',
                   6935: 
                   6936:    'My Space'
                   6937: => '我的空间',
                   6938: 
                   6939:    'Edit blogs, RSS feeds, and podcasts'
1.18      zhu      6940: => '博客, RSS-反馈 和 播客',
1.6       bisitz   6941: 
                   6942:    'Content Library'
                   6943: => '内容',
                   6944: 
                   6945:    'Search the contents of this course or accessible portfolio files'
1.9       zhu      6946: => '搜索这门课程的内容,或可组合文件',
1.6       bisitz   6947: 
                   6948:    'Grading and Statistics'
                   6949: => '审查和统计',
                   6950: 
                   6951:    'Other'
                   6952: => '其他',
                   6953: 
                   6954:    'group'
1.12      zhu      6955: => '组',
1.6       bisitz   6956: 
                   6957:    'Size'
1.12      zhu      6958: => '大小',
1.6       bisitz   6959: 
                   6960:    'Current Access Status'
1.9       zhu      6961: => '目前获得状态',
1.6       bisitz   6962: 
                   6963:    'Delete Checked Files'
1.22      zhu      6964: => '删除选中的文件',
1.6       bisitz   6965: 
                   6966:    'Using the portfolio file list'
1.12      zhu      6967: => '使用组合的文件列表',
1.6       bisitz   6968: 
                   6969:    'Help on the portfolio'
1.31      bisitz   6970: => '组帮助',
1.6       bisitz   6971: 
                   6972:    'Private'
1.9       zhu      6973: => '私人的',
1.6       bisitz   6974: 
                   6975:    'Change How Menus are Displayed'
1.22      zhu      6976: => '改变菜单显示',
1.6       bisitz   6977: 
                   6978:    'Use icons and text'
1.22      zhu      6979: => '使用图标和文本',
1.6       bisitz   6980: 
                   6981:    'Use buttons and text'
1.22      zhu      6982: => '使用按钮和文本',
1.6       bisitz   6983: 
                   6984:    'Use icons only'
1.22      zhu      6985: => '只有图标',
1.6       bisitz   6986: 
                   6987:    'Previous Tries'
1.18      zhu      6988: => '以前的尝试',
1.6       bisitz   6989: 
                   6990:    'Change Main Menu'
1.18      zhu      6991: => '改变主菜单',
1.6       bisitz   6992: 
1.18      zhu      6993:    'New screenname (shown if you post anonymously)'
                   6994: => '新昵称(显示在匿名讨论中)',
1.6       bisitz   6995: 
1.18      zhu      6996:    'New nickname (shown if you post non-anonymously)'
                   6997: => '新昵称(显示在正常讨论中)',
1.6       bisitz   6998: 
                   6999:    'Choose the time window to use to display roles for which access to the course expired.'
1.93      raeburn  7000: => 'Choose the time window to use to display roles for which access to the course expired.',
1.6       bisitz   7001: 
                   7002:    'Choose the time window to use to display roles for which access to the course became available.'
1.93      raeburn  7003: => 'Choose the time window to use to display roles for which access to the course became available.',
1.6       bisitz   7004: 
                   7005:    'Choose the time window to use to display resources in the course with version changes.'
1.63      zhu      7006: => '选择的时间窗口,显示课程资源与版本变化。',
1.6       bisitz   7007: 
                   7008:    'User Management'
                   7009: => '用户管理',
                   7010: 
                   7011:    'Manage student enrollment'
1.63      zhu      7012: => '招生管理',
1.6       bisitz   7013: 
                   7014:    'Modify an existing group'
1.10      zhu      7015: => '修改现有的组',
1.6       bisitz   7016: 
                   7017:    'Delete an existing group'
1.10      zhu      7018: => '删除现有的组',
1.6       bisitz   7019: 
                   7020:    'Re-enable a deleted group'
1.10      zhu      7021: => '还原已删除的组',
1.6       bisitz   7022: 
                   7023:    'Enter an existing group'
1.10      zhu      7024: => '加入现有的组',
1.6       bisitz   7025: 
                   7026:    'Course Management'
                   7027: => '课程管理',
                   7028: 
                   7029:    'Reset Student Access Times'
1.10      zhu      7030: => '重置学生的访问时间',
1.6       bisitz   7031: 
                   7032:    'Submission #'
1.18      zhu      7033: => '回答次数',
1.6       bisitz   7034: 
                   7035:    'Try'
1.10      zhu      7036: => '尝试',
1.6       bisitz   7037: 
                   7038:    'Try [_1]'
1.10      zhu      7039: => '尝试 [_1]。',
1.6       bisitz   7040: 
                   7041:    'Submitted Answer'
1.10      zhu      7042: => '提交答案',
1.6       bisitz   7043: 
                   7044:    'Close Window'
1.10      zhu      7045: => '关闭窗口',
1.6       bisitz   7046: 
                   7047:    'Close window'
1.10      zhu      7048: => '关闭窗口',
1.6       bisitz   7049: 
                   7050:    'Portfolio Search'
1.10      zhu      7051: => '组合搜索',
1.6       bisitz   7052: 
                   7053:    'Enter words and quoted phrases'
1.10      zhu      7054: => '输入字词和引用短语',
1.6       bisitz   7055: 
                   7056:    'Portfolio and Course Search'
1.9       zhu      7057: => '组合及课程搜寻',
1.6       bisitz   7058: 
                   7059:    'Message Status'
1.55      zhu      7060: => '邮件状态',
1.6       bisitz   7061: 
                   7062:    'Any'
1.10      zhu      7063: => '任意的',
1.6       bisitz   7064: 
                   7065:    'Unread'
1.10      zhu      7066: => '未阅读',
1.6       bisitz   7067: 
                   7068:    'Read'
1.10      zhu      7069: => '已阅读',
1.6       bisitz   7070: 
                   7071:    'Replied to'
1.10      zhu      7072: => '回复',
1.6       bisitz   7073: 
                   7074:    'Forwarded'
1.10      zhu      7075: => '转发',
1.6       bisitz   7076: 
                   7077:    'Rename Folder'
1.10      zhu      7078: => '重命名文件夹',
1.6       bisitz   7079: 
                   7080:    'Delete Folder'
1.10      zhu      7081: => '删除文件夹',
1.6       bisitz   7082: 
                   7083:    'Recent Roles'
1.10      zhu      7084: => '最近的角色',
1.6       bisitz   7085: 
                   7086:    'Close navigation window'
1.9       zhu      7087: => '关闭导航窗口',
1.6       bisitz   7088: 
                   7089:    'Post Anonymous'
1.10      zhu      7090: => '匿名发送',
1.6       bisitz   7091: 
                   7092:    'Post'
1.10      zhu      7093: => '发送',
1.6       bisitz   7094: 
                   7095:    'Back to preferences menu'
1.10      zhu      7096: => '后退',
1.6       bisitz   7097: 
1.80      bisitz   7098:    'Forward messages to other account(s) in LON-CAPA'
1.93      raeburn  7099: => 'Forward messages to other account(s) in LON-CAPA',
1.80      bisitz   7100: 
                   7101:    'Forward to account(s)'
1.93      raeburn  7102: => 'Forward to account(s)', # '转发地址',
1.6       bisitz   7103: 
                   7104:    'e.g. <tt>userA:domain1,userB:domain2,...</tt>'
1.10      zhu      7105: => '例如 <tt>用户A:领域1,用户B:领域2,...</tt>',
1.6       bisitz   7106: 
                   7107:    'Notification E-mail Address(es)'
1.93      raeburn  7108: => 'Notification E-mail Address(es)',
1.6       bisitz   7109: 
1.80      bisitz   7110:    'E-mail address(es) which should be notified about new LON-CAPA messages'
1.10      zhu      7111: => '关于 LON-CAPA 新消息被通知的 E-Mail 地址',
1.6       bisitz   7112: 
                   7113:    'e.g. <tt>joe@doe.com</tt>'
1.10      zhu      7114: => '例如 <tt>xiaoming@sohu.com</tt>',
1.6       bisitz   7115: 
                   7116:    'Notification address'
1.10      zhu      7117: => '通知地址',
1.6       bisitz   7118: 
                   7119:    'Types of message for which notification is sent'
1.10      zhu      7120: => '发出应该被通知的信息',
1.6       bisitz   7121: 
                   7122:    'Excerpt retains HTML tags in message'
1.10      zhu      7123: => '在邮件中保持 HTML',
1.6       bisitz   7124: 
                   7125:    'All'
1.10      zhu      7126: => '所有的',
1.6       bisitz   7127: 
                   7128:    'Critical only'
1.10      zhu      7129: => '只重要的',
1.6       bisitz   7130: 
                   7131:    'Non-critical only'
1.10      zhu      7132: => '非重要的',
1.6       bisitz   7133: 
                   7134:    'Add new address'
1.10      zhu      7135: => '添加新的地址',
1.6       bisitz   7136: 
                   7137:    'What are forwarding and notification addresses?'
1.10      zhu      7138: => '什么是转发和通知地址?',
1.6       bisitz   7139: 
                   7140:    'What are critical messages?'
1.10      zhu      7141: => '什么是重要的信息?',
1.6       bisitz   7142: 
                   7143:    'Change Roles Page Pref'
1.10      zhu      7144: => '用户角色快速访问列表',
1.6       bisitz   7145: 
                   7146:    'Number of Roles in Hotlist:'
1.10      zhu      7147: => '一些角色的快速访问列表:',
1.6       bisitz   7148: 
                   7149:    'Current Password'
1.10      zhu      7150: => '当前密码',
1.6       bisitz   7151: 
                   7152:    'New Password'
1.10      zhu      7153: => '新密码',
1.6       bisitz   7154: 
                   7155:    'Confirm Password'
1.10      zhu      7156: => '新密码确认',
1.6       bisitz   7157: 
                   7158:    'Passwords must be a minimum of 7 characters long. Please try again.'
1.10      zhu      7159: => '密码必须至少有7个字符长。请再试一次。',
1.6       bisitz   7160: 
                   7161:    'The new passwords you entered do not match. Please try again.'
1.10      zhu      7162: => '新的密码输入不匹配。请再试一次。',
1.6       bisitz   7163: 
                   7164:    'Please make sure your old password was entered correctly.'
1.10      zhu      7165: => '请确认您的旧密码输入正确。',
1.6       bisitz   7166: 
                   7167:    'Send me a message'
                   7168: => '请给我发送邮件',
                   7169: 
                   7170:    'Show Public View'
                   7171: => '查看公众视野',
                   7172: 
                   7173:    'Delete Photo'
                   7174: => '删除照片',
                   7175: 
                   7176:    'Help with filling in text boxes'
                   7177: => '文本框输入帮助',
                   7178: 
                   7179:    'Examples'
1.10      zhu      7180: => '例子',
1.6       bisitz   7181: 
                   7182:    'Summary Preview'
1.10      zhu      7183: => '摘要预览',
1.6       bisitz   7184: 
                   7185:    'Send copy to permanent email address (if known)'
1.10      zhu      7186: => '发送副本到其它的电子邮件地址 (如果已知)',
1.6       bisitz   7187: 
                   7188:    'Include in course RSS newsfeed'
1.10      zhu      7189: => '包括课程的 RSS-Feeds',
1.6       bisitz   7190: 
                   7191:    'Allow replies:'
1.10      zhu      7192: => '允许答复:',
1.6       bisitz   7193: 
                   7194:    'Reply to:'
1.10      zhu      7195: => '回复:',
1.6       bisitz   7196: 
                   7197:    'Domain Management'
1.10      zhu      7198: => '域管理',
1.6       bisitz   7199: 
                   7200:    'Course ID of Key Authority:'
1.93      raeburn  7201: => 'Course ID of Key Authority:',
1.6       bisitz   7202: 
                   7203:    'Set domain configuration'
1.10      zhu      7204: => '域配置',
1.6       bisitz   7205: 
                   7206:    'Domain Configuration'
1.10      zhu      7207: => '域配置',
1.6       bisitz   7208: 
                   7209:    'View/Modify Domain Settings'
1.10      zhu      7210: => '查看/修改域配置',
1.6       bisitz   7211: 
                   7212:    'Menu'
                   7213: => '菜单',
                   7214: 
                   7215:    'Domain Settings'
1.10      zhu      7216: => '域配置',
1.6       bisitz   7217: 
                   7218:    'Course Environment'
1.10      zhu      7219: => '课程环境',
1.6       bisitz   7220: 
                   7221:    'Edit Course Environment'
1.10      zhu      7222: => '编辑课程环境',
1.6       bisitz   7223: 
                   7224:    'Users allowed to clone course'
1.93      raeburn  7225: => 'Users allowed to clone course',
1.6       bisitz   7226: 
                   7227:    'Users with active Course Coordinator role in this course are permitted to clone and need not be included.'
1.93      raeburn  7228: => 'Users with active Course Coordinator role in this course are permitted to clone and need not be included.',
1.6       bisitz   7229: 
                   7230:    'Use [_1] to allow course to be cloned by anyone in the specified domain.'
1.98    ! bisitz   7231: => 'Use [_1] to allow course to be cloned by anyone in the specified domain.',
1.6       bisitz   7232: 
                   7233:    'Use [_1] to allow unrestricted cloning in all domains.'
1.98    ! bisitz   7234: => 'Use [_1] to allow unrestricted cloning in all domains.',
1.6       bisitz   7235: 
                   7236:    'URL of Syllabus (not using internal handler)'
1.18      zhu      7237: => '教学大纲的网址 (URL)',
1.6       bisitz   7238: 
                   7239:    'Custom Text for Resource Content Question Option in Feedback'
1.93      raeburn  7240: => 'Custom Text for Resource Content Question Option in Feedback',
1.6       bisitz   7241: 
                   7242:    'Custom Text for Course Content Option in Feedback'
1.93      raeburn  7243: => 'Custom Text for Course Content Option in Feedback',
1.6       bisitz   7244: 
                   7245:    'Custom Text for Course Policy Option in Feedback'
1.93      raeburn  7246: => 'Custom Text for Course Policy Option in Feedback',
1.6       bisitz   7247: 
                   7248:    'Allow students to view classlist.'
1.93      raeburn  7249: => 'Allow students to view classlist.',
1.6       bisitz   7250: 
                   7251:    'Allow users with specified roles to edit/delete their own discussion posts'
1.93      raeburn  7252: => 'Allow users with specified roles to edit/delete their own discussion posts',
1.6       bisitz   7253: 
                   7254:    'Suppress number of tries in printing'
1.93      raeburn  7255: => 'Suppress number of tries in printing',
1.6       bisitz   7256: 
                   7257:    'Default paper type'
1.93      raeburn  7258: => 'Default paper type',
1.6       bisitz   7259: 
                   7260:    'Default beginning date for student access.'
1.22      zhu      7261: => '学生访问的默认开始日期',
1.6       bisitz   7262: 
                   7263:    'Default ending date for student access.'
1.22      zhu      7264: => '学生访问的默认结束日期',
1.6       bisitz   7265: 
                   7266:    'Disable checking of Significant Figures'
1.98    ! bisitz   7267: => 'Disable checking of Significant Figures',
1.6       bisitz   7268: 
                   7269:    'Disable automatically printing point values onto exams.'
1.93      raeburn  7270: => 'Disable automatically printing point values onto exams.',
1.6       bisitz   7271: 
                   7272:    'Send message to student when clicking Done on Tasks'
1.93      raeburn  7273: => 'Send message to student when clicking Done on Tasks', # ???
1.6       bisitz   7274: 
                   7275:    'Restrict Metadata'
1.27      zhu      7276: => '限制数据',
1.6       bisitz   7277: 
                   7278:    'Show to student'
1.93      raeburn  7279: => 'Show to student',
1.6       bisitz   7280: 
                   7281:    'Provide text area for students to type metadata'
1.93      raeburn  7282: => 'Provide text area for students to type metadata',
1.6       bisitz   7283: 
                   7284:    'Provide choices for students to select from'
1.93      raeburn  7285: => 'Provide choices for students to select from',
1.6       bisitz   7286: 
                   7287:    'Student may select multiple choices from list'
1.93      raeburn  7288: => 'Student may select multiple choices from list',
1.6       bisitz   7289: 
                   7290:    'Student may select only one choice from list'
1.93      raeburn  7291: => 'Student may select only one choice from list',
1.6       bisitz   7292: 
                   7293:    'Add a Metadata Field'
1.93      raeburn  7294: => 'Add a Metadata Field',
1.6       bisitz   7295: 
                   7296:    'Order Metadata Fields'
                   7297: => 'Order Metadata Fields',
                   7298: 
                   7299:    'Continue Import'
1.93      raeburn  7300: => 'Continue Import',
1.6       bisitz   7301: 
                   7302:    'Continue Search'
1.93      raeburn  7303: => 'Continue Search',
1.6       bisitz   7304: 
                   7305:    'Finish Import'
1.93      raeburn  7306: => 'Finish Import',
1.6       bisitz   7307: 
                   7308:    'Include'
1.93      raeburn  7309: => 'Include',
1.6       bisitz   7310: 
                   7311:    'LON-CAPA Catalog Search'
1.36      zhu      7312: => 'LON-CAPA 目录搜索',
1.6       bisitz   7313: 
                   7314:    '[_1] include external resources'
                   7315: => '[_1] externe Ressourcen mit einbeziehen',
                   7316: 
                   7317:    'Change Course Initialization Preference'
1.36      zhu      7318: => '课程初始化设置',
1.6       bisitz   7319: 
                   7320:    'Change Course Init. Pref.'
1.36      zhu      7321: => '课程初始化设置',
1.6       bisitz   7322: 
                   7323:    'Reset Access Times'
1.93      raeburn  7324: => 'Reset Access Times',
1.6       bisitz   7325: 
                   7326:    'Select Scope'
1.93      raeburn  7327: => 'Select Scope',
1.6       bisitz   7328: 
                   7329:    'Reset times on one or more folders/maps for a single student.'
1.93      raeburn  7330: => 'Reset times on one or more folders/maps for a single student.',
1.6       bisitz   7331: 
                   7332:    'Reset times on a single folder/map for a section or whole clase.'
1.93      raeburn  7333: => 'Reset times on a single folder/map for a section or whole clase.',
1.6       bisitz   7334: 
                   7335:    'Choose a student:'
1.22      zhu      7336: => '选择一个学生:',
1.6       bisitz   7337: 
                   7338:    'Select Currently Enrolled Students and Active Course Personnel'
1.93      raeburn  7339: => 'Select Currently Enrolled Students and Active Course Personnel',
1.6       bisitz   7340: 
1.15      bisitz   7341:    'This is a list of first access times and what was accessed, please select those you want deleted.'
1.93      raeburn  7342: => 'This is a list of first access times and what was accessed, please select those you want deleted.',
1.6       bisitz   7343: 
                   7344:    'Select:'
1.10      zhu      7345: => '选择:',
1.6       bisitz   7346: 
                   7347:    'All Course Personnel'
1.22      zhu      7348: => '所有课程人员',
1.6       bisitz   7349: 
                   7350:    'No Section'
1.22      zhu      7351: => 'No Section',
1.6       bisitz   7352: 
                   7353:    'Unselect'
1.10      zhu      7354: => '取消',
1.6       bisitz   7355: 
                   7356:    'Select a folder/map'
                   7357: => '选择目录/内容列表',
                   7358: 
                   7359:    'Will remove access times for'
1.93      raeburn  7360: => 'Will remove access times for',
1.6       bisitz   7361: 
                   7362:    'from users'
1.93      raeburn  7363: => 'from users',
1.6       bisitz   7364: 
                   7365:    'No Access times found for student'
1.93      raeburn  7366: => 'No Access times found for student',
1.6       bisitz   7367: 
                   7368:    'Finish'
1.93      raeburn  7369: => 'Finish',
1.6       bisitz   7370: 
                   7371:    'Name of New Folder'
1.56      zhu      7372: => '新建文件夹的名称',
1.6       bisitz   7373: 
                   7374:    'Name of New Page'
1.56      zhu      7375: => '新组合页面的名称',
1.6       bisitz   7376: 
                   7377:    'New Page'
                   7378: => '新组合页面',
                   7379: 
                   7380:    'WARNING: Removing a resource makes associated grades and scores inaccessible!'
1.93      raeburn  7381: => 'WARNING: Removing a resource makes associated grades and scores inaccessible!',
1.6       bisitz   7382: 
1.68      bisitz   7383:    'Clipboard'
1.93      raeburn  7384: => 'Clipboard',
1.68      bisitz   7385: 
1.6       bisitz   7386:    'Remove[_99]'
1.93      raeburn  7387: => 'Remove[_99]',
1.6       bisitz   7388: 
                   7389:    '?[_99]'
1.93      raeburn  7390: => '?[_99]',
1.6       bisitz   7391: 
                   7392:    'WARNING: Cutting a resource makes associated grades and scores inaccessible!'
1.93      raeburn  7393: => 'WARNING: Cutting a resource makes associated grades and scores inaccessible!',
1.6       bisitz   7394: 
                   7395:    'Grades remain inaccessible if resource is pasted into another folder.'
1.93      raeburn  7396: => 'Grades remain inaccessible if resource is pasted into another folder.',
1.6       bisitz   7397: 
                   7398:    'Cut[_98]'
1.93      raeburn  7399: => 'Cut[_98]',
1.6       bisitz   7400: 
                   7401:    '?[_98]'
1.93      raeburn  7402: => '?[_98]',
1.6       bisitz   7403: 
                   7404:    'Paste'
1.93      raeburn  7405: => 'Paste',
1.6       bisitz   7406: 
                   7407:    '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  7408: => '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   7409: 
                   7410:    'This may take a few moments to display.'
1.10      zhu      7411: => '计算需要几分钟的时间。',
1.6       bisitz   7412: 
                   7413:    'Detailed Citation Preview'
1.10      zhu      7414: => '详细引文预览',
1.6       bisitz   7415: 
                   7416:    'related words'
1.10      zhu      7417: => '相关词',
1.6       bisitz   7418: 
                   7419:    'Any domain'
1.10      zhu      7420: => '任何域',
1.6       bisitz   7421: 
                   7422:    'Reset'
1.10      zhu      7423: => '重置',
1.6       bisitz   7424: 
                   7425:    'MIME Type Category'
1.10      zhu      7426: => 'MIME 类型分类',
1.6       bisitz   7427: 
                   7428:    'Domains'
1.10      zhu      7429: => '域',
1.6       bisitz   7430: 
                   7431:    'Custom Metadata fields'
1.13      zhu      7432: => '自定义元数据字段',
1.6       bisitz   7433: 
                   7434:    'Field Name'
1.10      zhu      7435: => '域名',
1.6       bisitz   7436: 
                   7437:    'Field Value(s)'
1.10      zhu      7438: => '域值',
1.6       bisitz   7439: 
                   7440:    'Another custom field/value pair?'
1.13      zhu      7441: => '其他自定义字段/值配对?',
1.6       bisitz   7442: 
                   7443:    'Creation and Modification dates'
1.13      zhu      7444: => '建立与修改日期',
1.6       bisitz   7445: 
                   7446:    'Created between'
1.13      zhu      7447: => '创建时间',
1.6       bisitz   7448: 
                   7449:    'Last modified between'
1.13      zhu      7450: => '上次修改时间',
1.6       bisitz   7451: 
                   7452:    'Standard Portfolio Metadata'
1.27      zhu      7453: => '标准的元数据组合',
1.6       bisitz   7454: 
                   7455:    'Advanced Portfolio Search'
1.13      zhu      7456: => '高级组合搜索',
1.6       bisitz   7457: 
                   7458:    'Standard Catalog Metadata'
1.27      zhu      7459: => '标准目录元数据',
1.6       bisitz   7460: 
                   7461:    'Problem Statistics'
1.12      zhu      7462: => '问题统计',
1.6       bisitz   7463: 
                   7464:    'Statistics calculated for number of students'
1.18      zhu      7465: => '统计计算出以下的学生人数',
1.6       bisitz   7466: 
                   7467:    'Portfolio and Catalog Search'
                   7468: => '搜索文件夹和目录',
                   7469: 
                   7470:    'Search the database of accessible portfolio files'
1.93      raeburn  7471: => 'Search the database of accessible portfolio files',
1.6       bisitz   7472: 
                   7473:    'Construction Space:'
1.93      raeburn  7474: => 'Construction Space:',
1.6       bisitz   7475: 
                   7476:    'Problem Status:'
1.12      zhu      7477: => '问题状态:',
1.6       bisitz   7478: 
                   7479:    'Problem Type:'
1.12      zhu      7480: => '问题类型:',
1.6       bisitz   7481: 
                   7482:    'Feedback Mode:'
1.12      zhu      7483: => '反馈模式:',
1.6       bisitz   7484: 
                   7485:    'Answer for Part: [_1]'
1.93      raeburn  7486: => 'Answer for Part: [_1]',
1.6       bisitz   7487: 
                   7488:    'Script Vars'
1.93      raeburn  7489: => 'Script Vars',
1.6       bisitz   7490: 
                   7491:    'Regular file'
1.93      raeburn  7492: => 'Regular file',
1.6       bisitz   7493: 
                   7494:    'Testbank file'
1.93      raeburn  7495: => 'Testbank file',
1.6       bisitz   7496: 
                   7497:    'IMS package'
1.12      zhu      7498: => 'IMS-软件包',
1.6       bisitz   7499: 
                   7500:    'There are unsaved changes'
1.93      raeburn  7501: => 'There are unsaved changes',
1.6       bisitz   7502: 
1.32      bisitz   7503:    'Found no analyzable responses in this problem. Currently only Numerical, Formula and String response styles are supported.'
1.93      raeburn  7504: => 'Found no analyzable responses in this problem. Currently only Numerical, Formula and String response styles are supported.',
1.6       bisitz   7505: 
                   7506:    'Active Link'
1.18      zhu      7507: => '活动链接',
1.6       bisitz   7508: 
                   7509:    'Font'
1.18      zhu      7510: => '字体',
1.6       bisitz   7511: 
                   7512:    'Un-Visited Link'
1.18      zhu      7513: => '未访问过的链接',
1.6       bisitz   7514: 
                   7515:    'Page Background'
1.18      zhu      7516: => '网页背景',
1.6       bisitz   7517: 
                   7518:    'Header Border'
1.18      zhu      7519: => '标题边框',
1.6       bisitz   7520: 
                   7521:    'Header Background'
1.18      zhu      7522: => '标题背景',
1.6       bisitz   7523: 
                   7524:    'Visited Link'
1.18      zhu      7525: => '访问过的链接',
1.6       bisitz   7526: 
                   7527:    'Change Custom Colors'
1.18      zhu      7528: => '更改自定义颜色',
1.6       bisitz   7529: 
1.19      zhu      7530:    'Reset All'
1.18      zhu      7531: => '所有颜色重置为默认颜色',
1.6       bisitz   7532: 
                   7533:    'Save and Edit'
1.18      zhu      7534: => '保存并继续编辑',
1.6       bisitz   7535: 
                   7536:    'Save and View'
1.18      zhu      7537: => '保存和查看',
1.6       bisitz   7538: 
                   7539:    'Check Spelling'
1.18      zhu      7540: => '拼写检查',
1.6       bisitz   7541: 
                   7542:    'Selecting a Course'
1.12      zhu      7543: => '选择课程',
1.6       bisitz   7544: 
                   7545:    'Course Activity:'
1.93      raeburn  7546: => 'Course Activity:',
1.6       bisitz   7547: 
                   7548:    'Course Domain:'
1.93      raeburn  7549: => 'Course Domain:',
1.6       bisitz   7550: 
                   7551:    'Course Institutional Code:'
1.93      raeburn  7552: => 'Course Institutional Code:',
1.6       bisitz   7553: 
                   7554:    "Course Owner's Username:"
1.96      raeburn  7555: => "Course Owner's Username:",
1.6       bisitz   7556: 
                   7557:    "Course Owner's Domain:"
1.96      raeburn  7558: => "Course Owner's Domain:",
1.6       bisitz   7559: 
                   7560:    'LON-CAPA course ID:'
1.63      zhu      7561: => 'LON-CAPA 课程 ID:',
1.6       bisitz   7562: 
1.38      bisitz   7563:    'Course Description'
1.63      zhu      7564: => '课程简介',
1.6       bisitz   7565: 
                   7566:    'Resource Space Home'
1.63      zhu      7567: => '资源空间主页',
1.6       bisitz   7568: 
                   7569:    'Default start and end dates for student access'
1.93      raeburn  7570: => 'Default start and end dates for student access',
1.6       bisitz   7571: 
                   7572:    'Notification to domain coordinator via LON-CAPA message when enrollment changes occur during the automated update?'
1.93      raeburn  7573: => 'Notification to domain coordinator via LON-CAPA message when enrollment changes occur during the automated update?',
1.6       bisitz   7574: 
                   7575:    'Course Group Settings'
1.12      zhu      7576: => '课程组设置',
1.6       bisitz   7577: 
1.98    ! bisitz   7578:    'Set a quota for the total disk space available for storage of course group portfolio files.'
        !          7579: => 'Set a quota for the total disk space available for storage of course group portfolio files.',
1.6       bisitz   7580: 
                   7581:    'Creation Options'
1.63      zhu      7582: => '创建选项',
1.6       bisitz   7583: 
                   7584:    ' Creation Settings'
1.63      zhu      7585: => ' 创建设置',
1.6       bisitz   7586: 
                   7587:    'Creation Outcome'
1.63      zhu      7588: => '创作成果',
1.6       bisitz   7589: 
                   7590:    'New LON-CAPA course ID:'
1.63      zhu      7591: => '新的 LON-CAPA 课程 ID:',
1.6       bisitz   7592: 
                   7593:    'Created on'
1.63      zhu      7594: => '创建于',
1.6       bisitz   7595: 
                   7596:    'Cloning course from'
1.93      raeburn  7597: => 'Cloning course from',
1.6       bisitz   7598: 
                   7599:    'Setting environment'
1.93      raeburn  7600: => 'Setting environment',
1.6       bisitz   7601: 
                   7602:    'Opening all assignments'
1.93      raeburn  7603: => 'Opening all assignments',
1.6       bisitz   7604: 
                   7605:    'Setting first resource'
1.93      raeburn  7606: => 'Setting first resource',
1.6       bisitz   7607: 
                   7608:    'Assigning role of [_1] Coordinator to [_2] at [_3]: '
1.93      raeburn  7609: => 'Assigning role of [_1] Coordinator to [_2] at [_3]: ',
1.6       bisitz   7610: 
                   7611:    'Roles will be active at next login'
1.93      raeburn  7612: => 'Roles will be active at next login',
1.6       bisitz   7613: 
                   7614:    'Active at next login.'
1.93      raeburn  7615: => 'Active at next login.',
1.6       bisitz   7616: 
                   7617:    'Expired after logout.'
1.93      raeburn  7618: => 'Expired after logout.',
1.6       bisitz   7619: 
                   7620:    'No new course created.'
1.93      raeburn  7621: => 'No new course created.',
1.6       bisitz   7622: 
                   7623:    'A new course could not be cloned from the specified original - [_1] - because it is a non-existent course.'
1.93      raeburn  7624: => 'A new course could not be cloned from the specified original - [_1] - because it is a non-existent course.',
1.6       bisitz   7625: 
                   7626:    '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  7627: => '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   7628: 
                   7629:    'Create Another [_1]'
1.93      raeburn  7630: => 'Create Another [_1]',
1.6       bisitz   7631: 
                   7632:    'from domain'
1.93      raeburn  7633: => 'from domain',
1.6       bisitz   7634: 
                   7635:    'Submit Evaluation'
1.18      zhu      7636: => '提交评价',
1.6       bisitz   7637: 
                   7638:    'Standard Problem'
1.12      zhu      7639: => '标准问题',
1.6       bisitz   7640: 
                   7641:    'Practice'
1.98    ! bisitz   7642: => 'Practice',
1.6       bisitz   7643: 
                   7644:    'Exam'
1.93      raeburn  7645: => 'Exam',
1.6       bisitz   7646: 
                   7647:    'Survey'
1.63      zhu      7648: => '调查',
1.6       bisitz   7649: 
                   7650:    'Library'
1.63      zhu      7651: => '图书馆',
1.6       bisitz   7652: 
                   7653:    'Value:'
1.93      raeburn  7654: => 'Value:',
1.6       bisitz   7655: 
                   7656:    'String Value'
1.93      raeburn  7657: => 'String Value',
1.6       bisitz   7658: 
                   7659:    'practice'
1.98    ! bisitz   7660: => 'practice',
1.6       bisitz   7661: 
                   7662:    'Loading Domain Coordinator Menu'
1.93      raeburn  7663: => 'Loading Domain Coordinator Menu',
1.6       bisitz   7664: 
                   7665:    "Disk space allocated to user's portfolio files"
1.93      raeburn  7666: => "Disk space allocated to user's portfolio files",
1.6       bisitz   7667: 
                   7668:    'Current quota'
1.63      zhu      7669: => '目前的配额',
1.6       bisitz   7670: 
                   7671:    'For this user, the default quota is [_1] Mb.'
1.63      zhu      7672: => '此用户的默认配额是 [_1] MB。',
1.6       bisitz   7673: 
                   7674:    'Change quota'
1.63      zhu      7675: => '更改配额',
1.6       bisitz   7676: 
                   7677:    'Custom quota'
1.70      zhu      7678: => '自定义配额',
1.6       bisitz   7679: 
                   7680:    'Existing sections'
1.70      zhu      7681: => '现有的章节',
1.6       bisitz   7682: 
                   7683:    'Define new section'
1.70      zhu      7684: => '创建新的章节',
1.6       bisitz   7685: 
                   7686:    'Create/Modify Another User'
1.70      zhu      7687: => '创建/修改另一个用户',
1.6       bisitz   7688: 
                   7689:    'Set Privileges for New User'
1.70      zhu      7690: => '设置新用户的权限',
1.6       bisitz   7691: 
                   7692:    'Generating user'
1.70      zhu      7693: => '生成用户',
1.6       bisitz   7694: 
                   7695:    'Generating user: [_1]'
1.70      zhu      7696: => '生成用户: [_1]',
1.6       bisitz   7697: 
                   7698:    'Home server'
1.93      raeburn  7699: => 'Home server',
1.6       bisitz   7700: 
                   7701:    'Home server: [_1]'
1.93      raeburn  7702: => 'Home server: [_1]',
1.6       bisitz   7703: 
                   7704:    'Modifying Roles'
1.70      zhu      7705: => '修改角色',
1.6       bisitz   7706: 
                   7707:    'No roles to modify'
1.70      zhu      7708: => '没有角色修改',
1.6       bisitz   7709: 
                   7710:    'starting'
1.70      zhu      7711: => '开始',
1.6       bisitz   7712: 
                   7713:    'Add to classlist:'
1.70      zhu      7714: => '添加到学生名册:',
1.6       bisitz   7715: 
                   7716:    'Change Current Login Data'
1.93      raeburn  7717: => 'Change Current Login Data',
1.6       bisitz   7718: 
                   7719:    'Enter New Login Data'
1.93      raeburn  7720: => 'Enter New Login Data',
1.6       bisitz   7721: 
                   7722:    'will override current values'
1.98    ! bisitz   7723: => 'will override current values',
1.6       bisitz   7724: 
                   7725:    'Set a quota for the total disk space available for storage of course group portfolio files.'
1.93      raeburn  7726: => 'Set a quota for the total disk space available for storage of course group portfolio files.',
1.6       bisitz   7727: 
                   7728:    'Section Numbers and corresponding LON-CAPA section IDs'
1.93      raeburn  7729: => 'Section Numbers and corresponding LON-CAPA section IDs',
1.6       bisitz   7730: 
                   7731:    'Overall Assessment Statistical Data'
1.18      zhu      7732: => '总体评价统计数据',
1.6       bisitz   7733: 
                   7734:    'No new dynamic data found.'
1.18      zhu      7735: => '没有发现新的动态数据。',
1.6       bisitz   7736: 
                   7737:    'Current value is'
1.93      raeburn  7738: => 'Current value is',
1.6       bisitz   7739: 
                   7740:    'Interval set to version changes [_1]'
1.93      raeburn  7741: => 'Interval set to version changes [_1]',
1.6       bisitz   7742: 
                   7743:    'Creating a new problem resource.'
1.93      raeburn  7744: => 'Creating a new problem resource.',
1.6       bisitz   7745: 
                   7746:    'Creating a new library resource.'
1.93      raeburn  7747: => 'Creating a new library resource.',
1.6       bisitz   7748: 
                   7749:    'Creating a new survey resource.'
1.93      raeburn  7750: => 'Creating a new survey resource.',
1.6       bisitz   7751: 
                   7752:    'Creating a new task resource.'
1.93      raeburn  7753: => 'Creating a new task resource.',
1.6       bisitz   7754: 
                   7755:    'The requested file [_1] currently does not exist.'
1.93      raeburn  7756: => 'The requested file [_1] currently does not exist.',
1.6       bisitz   7757: 
                   7758:    'To create a new problem, select a template from the list below. Then click on the "Create problem" button.'
1.93      raeburn  7759: => 'To create a new problem, select a template from the list below. Then click on the "Create problem" button.',
1.6       bisitz   7760: 
                   7761:    'To create a new library, select a template from the list below. Then click on the "Create library" button.'
1.93      raeburn  7762: => 'To create a new library, select a template from the list below. Then click on the "Create library" button.',
1.6       bisitz   7763: 
                   7764:    'To create a new survey, select a template from the list below. Then click on the "Create survey" button.'
1.93      raeburn  7765: => 'To create a new survey, select a template from the list below. Then click on the "Create survey" button.',
1.6       bisitz   7766: 
                   7767:    'To create a new task, select a template from the list below. Then click on the "Create task" button.'
1.93      raeburn  7768: => 'To create a new task, select a template from the list below. Then click on the "Create task" button.',
1.6       bisitz   7769: 
                   7770:    'Accessibility Options'
1.93      raeburn  7771: => 'Accessibility Options',
1.6       bisitz   7772: 
                   7773:    'About LON-CAPA'
                   7774: => '关于 LON-CAPA',
                   7775: 
1.81      bisitz   7776:    'Course/Community Catalog'
1.93      raeburn  7777: => '课程目录',
1.6       bisitz   7778: 
                   7779:    '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  7780: => '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   7781: 
                   7782:    'The course has yet to be created.'
1.93      raeburn  7783: => 'The course has yet to be created.',
1.6       bisitz   7784: 
                   7785:    'Automatic enrollment of registered students has not been enabled for the course.'
1.93      raeburn  7786: => 'Automatic enrollment of registered students has not been enabled for the course.',
1.6       bisitz   7787: 
                   7788:    'You are in a section of course for which automatic enrollment in the corresponding LON-CAPA course is not active.'
1.93      raeburn  7789: => 'You are in a section of course for which automatic enrollment in the corresponding LON-CAPA course is not active.',
1.6       bisitz   7790: 
                   7791:    '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  7792: => '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   7793: 
                   7794:    '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  7795: => '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   7796: 
1.83      bisitz   7797:    '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  7798: => '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   7799: 
1.83      bisitz   7800:    '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  7801: => '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   7802: 
                   7803:    'User Authentication'
1.93      raeburn  7804: => 'User Authentication',
1.6       bisitz   7805: 
                   7806:    'Log-in Help'
                   7807: => '登录帮助',
                   7808: 
                   7809:    'Forgot password?'
                   7810: => '忘记密码?',
                   7811: 
                   7812:    'New User?'
                   7813: => '新用户?',
                   7814: 
                   7815:    'Crosslisted'
1.93      raeburn  7816: => 'Crosslisted',
1.6       bisitz   7817: 
                   7818:    'Owner'
1.93      raeburn  7819: => 'Owner',
1.6       bisitz   7820: 
                   7821:    'Code'
1.93      raeburn  7822: => 'Code',
1.6       bisitz   7823: 
                   7824:    'Course listing'
                   7825: => '课程目录',
                   7826: 
                   7827:    'Display information about official [_1] classes for which LON-CAPA courses have been created:'
1.93      raeburn  7828: => 'Display information about official [_1] classes for which LON-CAPA courses have been created:',
1.6       bisitz   7829: 
                   7830:    'help/support'
1.93      raeburn  7831: => 'help/support',
1.6       bisitz   7832: 
                   7833:    'Ask helpdesk'
1.93      raeburn  7834: => 'Ask helpdesk',
1.6       bisitz   7835: 
                   7836:    'Back to last location'
1.93      raeburn  7837: => 'Back to last location',
1.6       bisitz   7838: 
                   7839:    'Note'
1.18      zhu      7840: => '注意',
                   7841: 
                   7842:    'Note:'
                   7843: => '注意:',
1.6       bisitz   7844: 
                   7845:    'Student questions about course content should be directed to the course instructor'
1.93      raeburn  7846: => 'Student questions about course content should be directed to the course instructor',
1.6       bisitz   7847: 
                   7848:    'Submit Request'
1.93      raeburn  7849: => 'Submit Request',
1.6       bisitz   7850: 
                   7851:    'E-mail address'
                   7852: => 'E-Mail 地址',
                   7853: 
                   7854:    'Enter the username you use to log-in to LON-CAPA, and your domain.'
1.93      raeburn  7855: => 'Enter the username you use to log-in to LON-CAPA, and your domain.',
1.6       bisitz   7856: 
                   7857:    'URL of page'
1.18      zhu      7858: => '该页的网址',
1.6       bisitz   7859: 
                   7860:    'Phone'
                   7861: => '电话',
                   7862: 
                   7863:    'Course Details'
1.93      raeburn  7864: => 'Course Details',
1.6       bisitz   7865: 
                   7866:    'Enter institutional course code'
1.93      raeburn  7867: => 'Enter institutional course code',
1.6       bisitz   7868: 
                   7869:    'Enter course title'
1.93      raeburn  7870: => 'Enter course title',
1.6       bisitz   7871: 
                   7872:    'Section Number'
1.93      raeburn  7873: => 'Section Number',
1.6       bisitz   7874: 
                   7875:    'Detailed Description'
1.13      zhu      7876: => '详细说明',
1.6       bisitz   7877: 
                   7878:    'Clear Form'
1.18      zhu      7879: => '重置表',
1.6       bisitz   7880: 
                   7881:    'Material presented in clear way'
1.18      zhu      7882: => '这些材料中提出一个明确的方式',
1.6       bisitz   7883: 
                   7884:    'Material covered with sufficient depth'
1.18      zhu      7885: => '这些材料包括有足够的深度',
1.6       bisitz   7886: 
                   7887:    'Material is helpful'
1.18      zhu      7888: => '这些材料是有用的',
1.6       bisitz   7889: 
                   7890:    'Material appears to be correct'
1.18      zhu      7891: => '这些材料似乎是正确的',
1.6       bisitz   7892: 
                   7893:    'This will only retrieve the resource. If you want to retrieve the metadata, you will need to do that separately.'
1.93      raeburn  7894: => 'This will only retrieve the resource. If you want to retrieve the metadata, you will need to do that separately.',
1.6       bisitz   7895: 
                   7896:    'is in this state due to author settings.'
1.93      raeburn  7897: => 'is in this state due to author settings.',
1.6       bisitz   7898: 
                   7899:    'User Data for'
1.93      raeburn  7900: => 'User Data for',
1.6       bisitz   7901: 
                   7902:    'Email Address'
1.12      zhu      7903: => 'E-Mail地址',
1.6       bisitz   7904: 
                   7905:    'Enroll Student'
1.70      zhu      7906: => '注册学生',
1.6       bisitz   7907: 
                   7908:    'If active, the new role will be available when the student next logs in to LON-CAPA.'
1.93      raeburn  7909: => 'If active, the new role will be available when the student next logs in to LON-CAPA.',
1.6       bisitz   7910: 
                   7911:    'Enroll another student'
1.70      zhu      7912: => '注册另一名学生',
1.6       bisitz   7913: 
                   7914:    'Enroll Another Student'
1.70      zhu      7915: => '注册另一名学生',
1.6       bisitz   7916: 
                   7917:    'start date'
1.10      zhu      7918: => '开始日期',
1.6       bisitz   7919: 
                   7920:    'end date'
1.10      zhu      7921: => '结束日期',
1.6       bisitz   7922: 
                   7923:    'active groups'
1.12      zhu      7924: => '活跃的组',
1.6       bisitz   7925: 
                   7926:    'active group(s)'
1.12      zhu      7927: => '活跃的组',
1.6       bisitz   7928: 
                   7929:    "Select a user name to view the user's personal page."
                   7930: => "选择一个用户名,以查看此用户的个人网页。",
                   7931: 
1.33      bisitz   7932:    'View recent activity by this student'
1.31      bisitz   7933: => '最后处于活动状态的人',
                   7934: 
                   7935:    'View recent activity'
                   7936: => '查看最近活动',
1.6       bisitz   7937: 
1.52      bisitz   7938:    'Recent activity of [_1]'
                   7939: => '最后处于活动状态的 [_1]',
1.6       bisitz   7940: 
                   7941: 
1.33      bisitz   7942:    'Compiling student activity data can take a long time. Your request continues to be processed while results are displayed.'
1.93      raeburn  7943: => 'Compiling student activity data can take a long time. Your request continues to be processed while results are displayed.',
1.6       bisitz   7944: 
                   7945:    'Composing Query'
1.93      raeburn  7946: => 'Composing Query',
1.6       bisitz   7947: 
                   7948:    'Student Activity'
1.93      raeburn  7949: => 'Student Activity',
1.6       bisitz   7950: 
                   7951:    'Waiting up to [_1] seconds for results'
1.93      raeburn  7952: => 'Waiting up to [_1] seconds for results',
1.6       bisitz   7953: 
                   7954:    'Activity data compiled up to [_1]'
1.93      raeburn  7955: => 'Activity data compiled up to [_1]',
1.6       bisitz   7956: 
                   7957:    'While data is processed, periodically reload this page for more recent activity'
1.93      raeburn  7958: => 'While data is processed, periodically reload this page for more recent activity',
1.6       bisitz   7959: 
                   7960:    'Data'
1.93      raeburn  7961: => 'Data',
1.6       bisitz   7962: 
                   7963:    'Resubmit last request to check for newer data'
1.93      raeburn  7964: => 'Resubmit last request to check for newer data',
1.6       bisitz   7965: 
                   7966:    'View Classlist'
1.93      raeburn  7967: => 'View Classlist',
1.6       bisitz   7968: 
                   7969:    'Count'
1.93      raeburn  7970: => 'Count',
1.6       bisitz   7971: 
                   7972:    'Modifying authentication:'
1.98    ! bisitz   7973: => 'Modifying authentication:',
1.6       bisitz   7974: 
                   7975:    'Modify User Privileges'
1.93      raeburn  7976: => 'Modify User Privileges',
1.6       bisitz   7977: 
                   7978:    'Insert:'
1.93      raeburn  7979: => 'Insert:',
1.6       bisitz   7980: 
                   7981:    'Delete?'
1.93      raeburn  7982: => 'Delete?',
1.6       bisitz   7983: 
                   7984:    'Randomize Foil Order:'
1.93      raeburn  7985: => 'Randomize Foil Order:',
1.6       bisitz   7986: 
                   7987:    'Use template:'
1.93      raeburn  7988: => 'Use template:',
1.6       bisitz   7989: 
                   7990:    'Display Direction'
1.93      raeburn  7991: => 'Display Direction',
1.6       bisitz   7992: 
                   7993:    'vertical'
1.93      raeburn  7994: => 'vertical',
1.6       bisitz   7995: 
                   7996:    'horizontal'
                   7997: => 'horizontal',
                   7998: 
                   7999:    'Script'
1.93      raeburn  8000: => 'Script', # n.t.
1.6       bisitz   8001: 
                   8002:    'Problem Editing'
1.12      zhu      8003: => '问题编辑',
1.6       bisitz   8004: 
                   8005:    'Hint'
1.12      zhu      8006: => '提示', # n.t.
1.6       bisitz   8007: 
                   8008:    'Show hint even if problem Correct:'
1.93      raeburn  8009: => 'Show hint even if problem Correct:',
1.6       bisitz   8010: 
                   8011:    'Single Line Text Entry Area'
1.93      raeburn  8012: => 'Single Line Text Entry Area', # n.t.
1.6       bisitz   8013: 
                   8014:    'Parameters for a response'
1.93      raeburn  8015: => 'Parameters for a response', # n.t.
1.6       bisitz   8016: 
                   8017:    'Problem Part'
1.27      zhu      8018: => '问题部分', # n.t.
1.6       bisitz   8019: 
                   8020:    'Part ID:'
1.27      zhu      8021: => '问题部分编号:',
1.6       bisitz   8022: 
                   8023:    'Displayed Part Description:'
1.93      raeburn  8024: => 'Displayed Part Description:',
1.6       bisitz   8025: 
                   8026:    'Readonly:'
1.93      raeburn  8027: => 'Readonly:', # n.t.
1.6       bisitz   8028: 
                   8029:    'Response: Numerical'
1.93      raeburn  8030: => 'Response: Numerical', # n.t.
1.6       bisitz   8031: 
                   8032:    'random'
1.93      raeburn  8033: => 'random',
1.6       bisitz   8034: 
                   8035:    'top'
1.93      raeburn  8036: => 'top',
1.6       bisitz   8037: 
                   8038:    'bottom'
1.93      raeburn  8039: => 'bottom',
1.6       bisitz   8040: 
                   8041:    'Add new Option:'
1.93      raeburn  8042: => 'Add new Option:',
1.6       bisitz   8043: 
                   8044:    'Delete an Option:'
1.93      raeburn  8045: => 'Delete an Option:', # n.t.
1.6       bisitz   8046: 
                   8047:    'Print options:'
1.93      raeburn  8048: => 'Print options:',
1.6       bisitz   8049: 
                   8050:    "Don't show option list"
1.93      raeburn  8051: => "Don't show option list", # n.t.
1.6       bisitz   8052: 
                   8053:    'Display of options when printed'
1.93      raeburn  8054: => 'Display of options when printed',
1.6       bisitz   8055: 
                   8056:    'Normal list'
1.93      raeburn  8057: => 'Normal list',
1.6       bisitz   8058: 
                   8059:    'Listed in vertical column'
1.93      raeburn  8060: => 'Listed in vertical column',
1.6       bisitz   8061: 
                   8062:    'Multiple Option Response Question'
1.93      raeburn  8063: => 'Multiple Option Response Question',
1.6       bisitz   8064: 
                   8065:    'Select Options'
1.93      raeburn  8066: => 'Select Options', # n.t.
1.6       bisitz   8067: 
                   8068:    'Image'
1.93      raeburn  8069: => 'Image', # n.t.
1.6       bisitz   8070: 
                   8071:    'Image Url:'
1.93      raeburn  8072: => 'Image Url:',
1.6       bisitz   8073: 
                   8074:    'width (pixel):'
1.93      raeburn  8075: => 'width (pixel):',
1.6       bisitz   8076: 
                   8077:    'height (pixel):'
1.93      raeburn  8078: => 'height (pixel):',
1.6       bisitz   8079: 
                   8080:    'Alignment:'
1.93      raeburn  8081: => 'Alignment:', # n.t.
1.6       bisitz   8082: 
                   8083:    'Encrypt URL:'
1.93      raeburn  8084: => 'Encrypt URL:', # n.t.
1.6       bisitz   8085: 
                   8086:    'no'
1.93      raeburn  8087: => 'no',
1.6       bisitz   8088: 
                   8089:    'Location:'
1.93      raeburn  8090: => 'Location:', # n.t.
1.6       bisitz   8091: 
                   8092:    'Randomly labeled image'
1.93      raeburn  8093: => 'Randomly labeled image', # n.t.
1.6       bisitz   8094: 
                   8095:    'Response: Click on Image'
1.93      raeburn  8096: => 'Response: Click on Image', # n.t.
1.6       bisitz   8097: 
                   8098:    'Collection of Imageresponse foils'
1.93      raeburn  8099: => 'Collection of Imageresponse foils', # n.t.
1.6       bisitz   8100: 
                   8101:    'Image response foil'
1.93      raeburn  8102: => 'Image response foil', # n.t.
1.6       bisitz   8103: 
                   8104:    'Enter Coordinates' # n.t.
1.93      raeburn  8105: => 'Enter Coordinates',
1.6       bisitz   8106: 
                   8107:    'Rectangle'
1.93      raeburn  8108: => 'Rectangle', # n.t.
1.6       bisitz   8109: 
                   8110:    'Coordinate Pairs'
1.93      raeburn  8111: => 'Coordinate Pairs',
1.6       bisitz   8112: 
                   8113:    'Polygon'
                   8114: => 'Polygon',
                   8115: 
                   8116:    'Coordinate list'
1.93      raeburn  8117: => 'Coordinate list', # n.t.
1.6       bisitz   8118: 
                   8119:    'Create Polygon Data'
1.93      raeburn  8120: => 'Create Polygon Data', # n.t.
1.6       bisitz   8121: 
                   8122:    'Task Description'
1.13      zhu      8123: => '问题描述', # n.t.
1.6       bisitz   8124: 
                   8125:    'Clickable Image'
1.93      raeburn  8126: => 'Clickable Image', # n.t.
1.6       bisitz   8127: 
                   8128:    'Image Source File'
1.93      raeburn  8129: => 'Image Source File', # n.t.
1.6       bisitz   8130: 
                   8131:    'Select Position on Image'
1.93      raeburn  8132: => 'Select Position on Image',
1.6       bisitz   8133: 
                   8134:    'Select First Coordinate on Image'
1.93      raeburn  8135: => 'Select First Coordinate on Image',
1.6       bisitz   8136: 
                   8137:    'Select Second Coordinate on Image'
1.93      raeburn  8138: => 'Select Second Coordinate on Image',
1.6       bisitz   8139: 
                   8140:    'Select Finish to save selection'
1.93      raeburn  8141: => 'Select Finish to save selection',
1.6       bisitz   8142: 
                   8143:    'Enter Coordinate or click finish to close Polygon'
1.93      raeburn  8144: => 'Enter Coordinate or click finish to close Polygon',
1.6       bisitz   8145: 
                   8146:    'Click to select a Coordinate or click Finish to save current selection'
1.93      raeburn  8147: => 'Click to select a Coordinate or click Finish to save current selection',
1.6       bisitz   8148: 
                   8149:    'New Name'
1.93      raeburn  8150: => 'New Name',
1.6       bisitz   8151: 
                   8152:    'Make Obsolete'
1.93      raeburn  8153: => 'Make Obsolete',
1.6       bisitz   8154: 
                   8155:    'Set Margins'
1.93      raeburn  8156: => 'Set Margins',
1.6       bisitz   8157: 
                   8158:    'How should each column be formatted?'
1.93      raeburn  8159: => 'How should each column be formatted?', # n.t.
1.6       bisitz   8160: 
                   8161:    'Width:'
1.26      zhu      8162: => '宽:', # n.t.
1.6       bisitz   8163: 
                   8164:    'Height:'
1.26      zhu      8165: => '高:', # n.t.
1.6       bisitz   8166: 
                   8167:    'Left Margin:'
1.93      raeburn  8168: => 'Left Margin:', # n.t.
1.6       bisitz   8169: 
                   8170:    'Username and/or password could not be authenticated.'
1.9       zhu      8171: => '用户名和(或)密码无法验证。',
1.6       bisitz   8172: 
                   8173:    'Please check the username and password.'
1.9       zhu      8174: => '请检查您的用户名和密码。',
1.6       bisitz   8175: 
                   8176:    'Try again'
1.9       zhu      8177: => '再试一次',
1.6       bisitz   8178: 
                   8179:    'Information needed to verify your login information is missing, inaccessible or expired.'
1.9       zhu      8180: => '验证您的登录的信息丢失,无法进入或已经过期。',
1.6       bisitz   8181: 
                   8182:    'Sending'
1.56      zhu      8183: => '发送中',
1.6       bisitz   8184: 
                   8185:    'Completed.'
1.56      zhu      8186: => '邮件已发送。',
1.6       bisitz   8187: 
                   8188:    'Messages being sent.'
1.55      zhu      8189: => '邮件被发送。',
1.6       bisitz   8190: 
                   8191:    'Assigning'
1.93      raeburn  8192: => 'Assigning',
1.6       bisitz   8193: 
                   8194:    'ending'
1.93      raeburn  8195: => 'ending',
1.6       bisitz   8196: 
                   8197:    'Assistant Co-Author'
1.93      raeburn  8198: => 'Assistant Co-Author',
1.6       bisitz   8199: 
                   8200:    'Metadata for [_1]'
1.93      raeburn  8201: => 'Metadata for [_1]',
1.6       bisitz   8202: 
                   8203:    'There are [_1] matches to your query.'
1.18      zhu      8204: => '有 [_1] 匹配您的查询。',
1.6       bisitz   8205: 
1.71      bisitz   8206:    'There were no results matching your query.'
1.93      raeburn  8207: => 'There were no results matching your query.',
1.71      bisitz   8208: 
1.6       bisitz   8209:    'Revise search'
1.18      zhu      8210: => '修改搜寻',
1.6       bisitz   8211: 
1.71      bisitz   8212:    'Internal Error - Bad view selected.'
1.93      raeburn  8213: => 'Internal Error - Bad view selected.',
1.71      bisitz   8214: 
                   8215:    'Unable to save import results.'
1.93      raeburn  8216: => 'Unable to save import results.',
1.71      bisitz   8217: 
                   8218:    'A MySQL error has occurred.'
1.93      raeburn  8219: => 'A MySQL error has occurred.',
1.71      bisitz   8220: 
1.6       bisitz   8221:    'Number of accesses'
1.93      raeburn  8222: => 'Number of accesses',
1.6       bisitz   8223: 
                   8224:    'Ascending'
1.18      zhu      8225: => '上升的',
1.6       bisitz   8226: 
                   8227:    'Descending'
1.18      zhu      8228: => '下降的',
1.6       bisitz   8229: 
                   8230:    'Students Attempting'
1.93      raeburn  8231: => 'Students Attempting', # ??? [SB 2007-07-03]
1.6       bisitz   8232: 
                   8233:    'Average Number of Tries'
1.93      raeburn  8234: => 'Average Number of Tries',
1.6       bisitz   8235: 
                   8236:    'Mean Degree of Difficulty'
1.93      raeburn  8237: => 'Mean Degree of Difficulty',
1.6       bisitz   8238: 
                   8239:    'Mean Degree of Discrimination'
1.93      raeburn  8240: => 'Mean Degree of Discrimination',
1.6       bisitz   8241: 
                   8242:    'Evaluation: Clear'
1.93      raeburn  8243: => 'Evaluation: Clear',
1.6       bisitz   8244: 
                   8245:    'Evaluation: Technically Correct'
1.93      raeburn  8246: => 'Evaluation: Technically Correct',
1.6       bisitz   8247: 
                   8248:    'Evaluation: Material is Correct'
1.93      raeburn  8249: => 'Evaluation: Material is Correct',
1.6       bisitz   8250: 
                   8251:    'Evaluation: Material is Helpful'
1.93      raeburn  8252: => 'Evaluation: Material is Helpful',
1.6       bisitz   8253: 
                   8254:    'Evaluation: Material has Depth'
1.93      raeburn  8255: => 'Evaluation: Material has Depth',
1.6       bisitz   8256: 
                   8257:    'Prev'
1.18      zhu      8258: => '上一个',
1.6       bisitz   8259: 
                   8260:    'Reload'
1.18      zhu      8261: => '重新加载',
1.6       bisitz   8262: 
                   8263:    'Results [_1] to [_2] out of [_3]'
1.18      zhu      8264: => '结果 [_1] 至 [_2] 的 [_3]',
1.6       bisitz   8265: 
1.80      bisitz   8266:    'Unactionable Search Query'
1.18      zhu      8267: => '查询被否决',
1.6       bisitz   8268: 
                   8269:    'Revise Search Request'
1.18      zhu      8270: => '修改搜索请求',
1.6       bisitz   8271: 
                   8272:    'LON-CAPA Access Control'
1.18      zhu      8273: => 'LON-CAPA 访问控制',
1.6       bisitz   8274: 
                   8275:    'Access  : '
1.18      zhu      8276: => '访问  : ',
1.6       bisitz   8277: 
                   8278:    'Resource: '
1.18      zhu      8279: => '资源: ',
1.6       bisitz   8280: 
                   8281:    'Action  : '
1.93      raeburn  8282: => 'Action  : ',
1.6       bisitz   8283: 
                   8284:    'You have modified your course recently, [_1] may fix this access problem.'
1.93      raeburn  8285: => 'You have modified your course recently, [_1] may fix this access problem.',
1.6       bisitz   8286: 
                   8287:    'Published on ...'
1.93      raeburn  8288: => 'Published on ...',
1.6       bisitz   8289: 
                   8290:    'Currently published version'
1.93      raeburn  8291: => 'Currently published version',
1.6       bisitz   8292: 
                   8293:    'Edit Metadata'
1.93      raeburn  8294: => 'Edit Metadata',
1.6       bisitz   8295: 
                   8296:    'Cleanup XML Document'
1.93      raeburn  8297: => 'Cleanup XML Document',
1.6       bisitz   8298: 
                   8299:    'Select actions to attempt:'
1.12      zhu      8300: => '选择所需的行动:',
1.6       bisitz   8301: 
                   8302:    'Linefeeds, formfeeds, and carriage returns'
1.93      raeburn  8303: => 'Linefeeds, formfeeds, and carriage returns',
1.6       bisitz   8304: 
                   8305:    'Empty tags'
1.93      raeburn  8306: => 'Empty tags',
1.6       bisitz   8307: 
                   8308:    'Lower casing'
1.93      raeburn  8309: => 'Lower casing',
1.6       bisitz   8310: 
                   8311:    'Symbol font'
1.93      raeburn  8312: => 'Symbol font', # ??? [SB 2007-07-03]
1.6       bisitz   8313: 
                   8314:    'Cleanup'
1.93      raeburn  8315: => 'Cleanup',
1.6       bisitz   8316: 
                   8317:    'Back to Source File'
1.93      raeburn  8318: => 'Back to Source File',
1.6       bisitz   8319: 
                   8320:    'Hypertext Cascading Style Sheet'
1.93      raeburn  8321: => 'Hypertext Cascading Style Sheet',
1.6       bisitz   8322: 
                   8323:    'Online Survey'
1.93      raeburn  8324: => 'Online Survey',
1.6       bisitz   8325: 
                   8326:    'Unable to find [_1]'
1.93      raeburn  8327: => 'Unable to find [_1]',
1.6       bisitz   8328: 
                   8329:    'Post Server Announcements'
1.93      raeburn  8330: => 'Post Server Announcements',
1.6       bisitz   8331: 
                   8332:    'Post announcements to the system login and roles screen'
1.93      raeburn  8333: => 'Post announcements to the system login and roles screen',
1.6       bisitz   8334: 
                   8335:    '(leave blank to delete announcement)'
                   8336: => '(leer lassen, um Bekanntmachung zu entfernen)',
                   8337: 
                   8338:    'Check machines:'
1.93      raeburn  8339: => 'Check machines:',
1.6       bisitz   8340: 
                   8341:    'Current Announcement'
1.93      raeburn  8342: => 'Current Announcement',
1.6       bisitz   8343: 
                   8344:    'Calendar'
                   8345: => '日历',
                   8346: 
                   8347:    'Download your Calendar as iCalendar File'
1.9       zhu      8348: => '下载您的日历',
1.6       bisitz   8349: 
                   8350:    'No calendar available for this date.'
1.9       zhu      8351: => '没有日历用于此日期。',
1.6       bisitz   8352: 
                   8353:    'Posting [_1]'
1.93      raeburn  8354: => 'Posting [_1]',
1.6       bisitz   8355: 
1.74      bisitz   8356:    'This LON-CAPA server is version [_1]'
1.10      zhu      8357: => '这里是 LON-CAPA [_1]',
1.6       bisitz   8358: 
1.74      bisitz   8359:    'Only changes made from servers running LON-CAPA [_1] or later are displayed.'
1.93      raeburn  8360: => 'Only changes made from servers running LON-CAPA [_1] or later are displayed.',
1.74      bisitz   8361: 
1.6       bisitz   8362:    'Edit Answer'
1.93      raeburn  8363: => 'Edit Answer',
1.6       bisitz   8364: 
                   8365:    'Date/Time'
1.9       zhu      8366: => '日期/时间',
1.6       bisitz   8367: 
                   8368:    'Threshold Name'
1.93      raeburn  8369: => 'Threshold Name',
1.6       bisitz   8370: 
                   8371:    'Current value'
1.93      raeburn  8372: => 'Current value',
1.6       bisitz   8373: 
                   8374:    'Change?'
1.9       zhu      8375: => '改变?',
1.6       bisitz   8376: 
                   8377:    'Make changes'
1.9       zhu      8378: => '保存',
1.6       bisitz   8379: 
                   8380:    'Change thresholds'
1.93      raeburn  8381: => 'Change thresholds',
1.6       bisitz   8382: 
                   8383:    'Picture Conversion Status'
1.93      raeburn  8384: => 'Picture Conversion Status',
1.6       bisitz   8385: 
                   8386:    'Class Print Status'
1.93      raeburn  8387: => 'Class Print Status',
1.6       bisitz   8388: 
                   8389:    'Removing error messages:'
1.93      raeburn  8390: => 'Removing error messages:',
1.6       bisitz   8391: 
1.32      bisitz   8392:    'Invalid target directory, FAIL'
1.93      raeburn  8393: => 'Invalid target directory, FAIL',
1.32      bisitz   8394: 
1.6       bisitz   8395:    'Creating old version [_1]'
1.93      raeburn  8396: => 'Creating old version [_1]',
1.6       bisitz   8397: 
                   8398:    'Initial version'
1.93      raeburn  8399: => 'Initial version',
1.6       bisitz   8400: 
                   8401:    'Press "Generate Statistics" when you are ready.'
1.93      raeburn  8402: => 'Press "Generate Statistics" when you are ready.',
1.6       bisitz   8403: 
                   8404:    '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  8405: => '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   8406: 
                   8407:    'A course-wide error occurred.'
1.93      raeburn  8408: => 'A course-wide error occurred.',
1.6       bisitz   8409: 
                   8410:    'none'
1.70      zhu      8411: => '没有',
1.6       bisitz   8412: 
                   8413:    'Prepare Report'
1.70      zhu      8414: => '编写报告',
1.6       bisitz   8415: 
1.48      bisitz   8416:    'Show problem'
                   8417: => '提示显示',
1.6       bisitz   8418: 
1.48      bisitz   8419:    'Show correct answers'
1.93      raeburn  8420: => 'Show correct answers',
1.6       bisitz   8421: 
1.48      bisitz   8422:    'Show all submissions'
1.93      raeburn  8423: => 'Show all submissions',
1.6       bisitz   8424: 
1.48      bisitz   8425:    'Show problem grading'
1.93      raeburn  8426: => 'Show problem grading',
1.6       bisitz   8427: 
1.92      raeburn  8428:    'Computing correct answers greatly increases the amount of time required to prepare a report.'
1.93      raeburn  8429: => 'Computing correct answers greatly increases the amount of time required to prepare a report.',
1.6       bisitz   8430: 
                   8431:    'Please select problems and use the [_1]Prepare Report[_2] button to continue.'
1.93      raeburn  8432: => 'Please select problems and use the [_1]Prepare Report[_2] button to continue.',
1.6       bisitz   8433: 
                   8434:    'Please select a Survey to analyze'
1.93      raeburn  8435: => 'Please select a Survey to analyze',
1.6       bisitz   8436: 
                   8437:    'There are no survey problems in this course.'
1.93      raeburn  8438: => 'There are no survey problems in this course.',
1.6       bisitz   8439: 
                   8440:    'Generate Survey Report'
1.93      raeburn  8441: => 'Generate Survey Report',
1.6       bisitz   8442: 
                   8443:    'Building text document.'
1.93      raeburn  8444: => 'Building text document.',
1.6       bisitz   8445: 
                   8446:    'Generated on [_1]'
1.93      raeburn  8447: => 'Generated on [_1]',
1.6       bisitz   8448: 
                   8449:    'Your text file'
1.93      raeburn  8450: => 'Your text file',
1.6       bisitz   8451: 
                   8452:    'Done compiling text file. See link below to download.'
1.93      raeburn  8453: => 'Done compiling text file. See link below to download.',
1.6       bisitz   8454: 
                   8455:    'There is no essay or string response data to output for this survey.'
1.93      raeburn  8456: => 'There is no essay or string response data to output for this survey.',
1.6       bisitz   8457: 
                   8458:    'Building spreadsheet.'
1.18      zhu      8459: => '生成电子表格。',
1.6       bisitz   8460: 
                   8461:    '[_1]:[_2] responses to [_3] may be too long to fit Excel spreadsheet.'
1.98    ! bisitz   8462: => '[_1]:[_2] responses to [_3] may be too long to fit Excel spreadsheet.',
1.6       bisitz   8463: 
                   8464:    'Done compiling spreadsheet. See link below to download.'
1.93      raeburn  8465: => 'Done compiling spreadsheet. See link below to download.',
1.6       bisitz   8466: 
                   8467:    'Make a sequence selection from the "Sequences and Folders" menu and hit "Create Plot" to begin'
1.93      raeburn  8468: => 'Make a sequence selection from the "Sequences and Folders" menu and hit "Create Plot" to begin',
1.6       bisitz   8469: 
                   8470:    'Create Plot'
1.93      raeburn  8471: => 'Create Plot',
1.6       bisitz   8472: 
                   8473:    'Start Time:'
1.93      raeburn  8474: => 'Start Time:',
1.6       bisitz   8475: 
                   8476:    'End Time:'
1.93      raeburn  8477: => 'End Time:',
1.6       bisitz   8478: 
                   8479:    'Sender'
1.27      zhu      8480: => '寄件人',
1.6       bisitz   8481: 
                   8482:    'Number'
1.93      raeburn  8483: => 'Number',
1.6       bisitz   8484: 
                   8485:    'Upload Classlist'
1.93      raeburn  8486: => 'Upload Classlist',
1.6       bisitz   8487: 
                   8488:    'Semicolon separated values'
1.27      zhu      8489: => '以分号分隔',
1.6       bisitz   8490: 
                   8491:    'Show Log'
                   8492: => '查看日志',
                   8493: 
                   8494:    'Course Document Change Log'
1.93      raeburn  8495: => 'Course Document Change Log',
1.6       bisitz   8496: 
                   8497:    'Records'
1.93      raeburn  8498: => 'Records',
1.6       bisitz   8499: 
                   8500:    'Before'
                   8501: => '以前',
                   8502: 
                   8503:    'After'
                   8504: => '以后',
                   8505: 
                   8506:    'Current folder/page'
1.10      zhu      8507: => '当前文件夹/页',
1.6       bisitz   8508: 
                   8509:    'Containing phrase'
1.10      zhu      8510: => '含有短语',
1.6       bisitz   8511: 
                   8512:    'None'
1.10      zhu      8513: => '没有',
1.6       bisitz   8514: 
                   8515:    'Users'
                   8516: => '用户',
                   8517: 
                   8518:    'Include parameter types'
1.93      raeburn  8519: => 'Include parameter types',
1.6       bisitz   8520: 
                   8521:    'Parameter Change Log'
1.93      raeburn  8522: => 'Parameter Change Log',
1.6       bisitz   8523: 
                   8524:    'Announce'
1.93      raeburn  8525: => 'Announce',
1.6       bisitz   8526: 
                   8527:    'Not active anymore'
1.93      raeburn  8528: => 'Not active anymore',
1.6       bisitz   8529: 
                   8530:    'Add to Course Announcements'
1.93      raeburn  8531: => 'Add to Course Announcements',
1.6       bisitz   8532: 
                   8533:    'Username : Domain'
1.26      zhu      8534: => '用户名:域',
1.6       bisitz   8535: 
                   8536:    'Active'
1.26      zhu      8537: => '活跃的',
1.6       bisitz   8538: 
                   8539:    'Expired'
1.93      raeburn  8540: => 'Expired',
1.6       bisitz   8541: 
                   8542:    'Future'
1.93      raeburn  8543: => 'Future',
1.6       bisitz   8544: 
                   8545:    'Sort by realm first, then student (group/section)'
1.93      raeburn  8546: => 'Sort by realm first, then student (group/section)',
1.6       bisitz   8547: 
                   8548:    'Sort by student (group/section) first, then realm'
1.93      raeburn  8549: => 'Sort by student (group/section) first, then realm',
1.6       bisitz   8550: 
                   8551:    'Shift all dates based on this date'
1.93      raeburn  8552: => 'Shift all dates based on this date',
1.6       bisitz   8553: 
                   8554:    'Overview Mode'
1.27      zhu      8555: => '概况模式',
1.6       bisitz   8556: 
                   8557:    'Overview'
1.27      zhu      8558: => '概况',
1.6       bisitz   8559: 
                   8560:    'Set Parameters'
1.27      zhu      8561: => '参数设置',
1.6       bisitz   8562: 
                   8563:    'Parts'
1.27      zhu      8564: => '部分',
1.6       bisitz   8565: 
                   8566:    'Section(s)'
1.70      zhu      8567: => '章节(en)',
1.6       bisitz   8568: 
                   8569:    'Group(s)'
1.12      zhu      8570: => '组',
1.6       bisitz   8571: 
                   8572:    'Parameter Selection'
1.70      zhu      8573: => '参数选择',
1.6       bisitz   8574: 
                   8575:    'Add Selection for...'
1.93      raeburn  8576: => 'Add Selection for...',
1.6       bisitz   8577: 
                   8578:    'Select Common Only'
1.98    ! bisitz   8579: => 'Select Common Only',
1.6       bisitz   8580: 
                   8581:    'Problem Dates'
1.93      raeburn  8582: => 'Problem Dates',
1.6       bisitz   8583: 
                   8584:    'Content Dates'
1.93      raeburn  8585: => 'Content Dates',
1.6       bisitz   8586: 
                   8587:    'Discussion Settings'
1.93      raeburn  8588: => 'Discussion Settings',
1.6       bisitz   8589: 
                   8590:    'Visibilities'
1.70      zhu      8591: => '可见的',
1.6       bisitz   8592: 
                   8593:    'Part Parameters'
1.27      zhu      8594: => '部分参数',
1.6       bisitz   8595: 
                   8596:    'For User [_1] or Student/Employee ID [_2] at Domain [_3]'
1.27      zhu      8597: => '对于用户 [_1] 或学生/员工编号 [_2] 在域 [_3]',
1.6       bisitz   8598: 
                   8599:    'Group Files'
                   8600: => '编组文件',
                   8601: 
                   8602:    "Enter user:domain for User's 'About Me' Page"
1.93      raeburn  8603: => "Enter user:domain for User's 'About Me' Page",
1.6       bisitz   8604: 
                   8605:    'No map selected.'
1.93      raeburn  8606: => 'No map selected.',
1.6       bisitz   8607: 
                   8608:    'Most Recent:'
1.70      zhu      8609: => '最新:', # n.t.
1.6       bisitz   8610: 
                   8611:    'In Course:'
1.70      zhu      8612: => '课程:', # n.t.
1.6       bisitz   8613: 
                   8614:    'Use:'
1.70      zhu      8615: => '使用:', # n.t.
1.6       bisitz   8616: 
                   8617:    'Search LON-CAPA help'
1.70      zhu      8618: => '搜索 LON-CAPA 帮助',
1.6       bisitz   8619: 
                   8620:    'Before course enrollment start!'
1.93      raeburn  8621: => 'Before course enrollment start!',
1.6       bisitz   8622: 
                   8623:    'After course enrollment end!'
1.93      raeburn  8624: => 'After course enrollment end!',
1.6       bisitz   8625: 
                   8626:    'in the past'
1.27      zhu      8627: => '在过去',
1.6       bisitz   8628: 
                   8629:    'in the future'
1.27      zhu      8630: => '在将来',
1.6       bisitz   8631: 
                   8632:    'Choose'
1.98    ! bisitz   8633: => 'Choose',
1.6       bisitz   8634: 
                   8635:    'Title:'
1.27      zhu      8636: => '标题:',
1.6       bisitz   8637: 
                   8638:    'URL:'
                   8639: => 'URL:',
                   8640: 
                   8641:    'Course, Portfolio and Catalog Search'
1.36      zhu      8642: => '目录搜索,组合搜索和课程搜索',
1.6       bisitz   8643: 
                   8644:    'ERROR:'
1.36      zhu      8645: => '错误:',
1.6       bisitz   8646: 
                   8647:    'occurred while running'
1.93      raeburn  8648: => 'occurred while running', # n.t.
1.6       bisitz   8649: 
                   8650:    '(click for example)'
1.98    ! bisitz   8651: => '(click for example)',
1.6       bisitz   8652: 
                   8653:    'click for example'
1.93      raeburn  8654: => 'click for example',
1.6       bisitz   8655: 
                   8656:    'Re-Enable'
1.70      zhu      8657: => '重新启用',
1.6       bisitz   8658: 
                   8659:    'Script Functions'
1.93      raeburn  8660: => 'Script Functions',
1.6       bisitz   8661: 
                   8662:    'Image Options'
1.70      zhu      8663: => '图像选项', # n.t.
1.6       bisitz   8664: 
                   8665:    'left'
1.27      zhu      8666: => '左边',
1.6       bisitz   8667: 
                   8668:    'right'
1.27      zhu      8669: => '右边',
1.6       bisitz   8670: 
                   8671:    'TeXwidth (mm):'
1.26      zhu      8672: => 'TeX-宽 (mm):',
1.6       bisitz   8673: 
                   8674:    'TeXheight (mm):'
1.26      zhu      8675: => 'TeX-高 (mm):',
1.6       bisitz   8676: 
                   8677:    'TeXwrap:'
1.93      raeburn  8678: => 'TeXwrap:', # n.t., ??? [SB 2007-07-11]
1.6       bisitz   8679: 
                   8680:    'Sorry!'
1.12      zhu      8681: => '对不起...',
1.6       bisitz   8682: 
                   8683:    'Resource not available.'
1.93      raeburn  8684: => 'Resource not available.', # n.t.
1.6       bisitz   8685: 
1.88      bisitz   8686:    'File Type'
1.93      raeburn  8687: => 'File Type',
1.6       bisitz   8688: 
                   8689:    'Output of decompress:'
1.93      raeburn  8690: => 'Output of decompress:',
1.6       bisitz   8691: 
                   8692:    'Decompress complete.'
1.93      raeburn  8693: => 'Decompress complete.',
1.6       bisitz   8694: 
                   8695:    'Archive:'
1.70      zhu      8696: => '存档:',
1.6       bisitz   8697: 
                   8698:    'inflating:'
1.93      raeburn  8699: => 'inflating:',
1.6       bisitz   8700: 
                   8701:    'Incorrect:'
1.18      zhu      8702: => '错误:',
1.6       bisitz   8703: 
                   8704:    'Correct:'
1.18      zhu      8705: => '正确:',
1.6       bisitz   8706: 
                   8707:    'Correct'
1.18      zhu      8708: => '正确',
1.6       bisitz   8709: 
                   8710:    'Pick course first'
1.12      zhu      8711: => '只能选择课程',
1.6       bisitz   8712: 
                   8713:    'User Information Changed'
1.12      zhu      8714: => '用户信息变更',
1.6       bisitz   8715: 
                   8716:    'Changed To'
1.70      zhu      8717: => '改为',
1.6       bisitz   8718: 
                   8719:    'disk space allocated to portfolio files'
1.93      raeburn  8720: => 'disk space allocated to portfolio files',
1.6       bisitz   8721: 
                   8722:    'You have new messages'
1.93      raeburn  8723: => 'You have new messages',
1.6       bisitz   8724: 
                   8725:    'Destination folder'
1.55      zhu      8726: => '目的文件夹',
1.6       bisitz   8727: 
                   8728:    'Mark Read'
1.12      zhu      8729: => '标记为已读',
1.6       bisitz   8730: 
                   8731:    'Move to Folder ->'
1.12      zhu      8732: => '移至文件夹 ->',
1.6       bisitz   8733: 
1.55      zhu      8734:    'Register Response Devices (&quot;Clickers&quot;)'
1.64      zhu      8735: => '注册应答设备 (&quot;Clickers&quot;)',
1.6       bisitz   8736: 
                   8737:    'Enter response device ("clicker") numbers'
1.64      zhu      8738: => '输入应答设备(&quot;Clickers&quot;)的号码',
1.6       bisitz   8739: 
                   8740:    'Locating your clicker ID'
1.18      zhu      8741: => '定位您的应答设备编号',
1.6       bisitz   8742: 
                   8743:    'Register Clicker'
1.18      zhu      8744: => '注册应答设备',
1.6       bisitz   8745: 
                   8746:    'Register'
1.18      zhu      8747: => '注册',
1.6       bisitz   8748: 
                   8749:    'New Link'
1.13      zhu      8750: => '新的书签', # n.t.
1.6       bisitz   8751: 
                   8752:    'Refresh'
1.13      zhu      8753: => '更新', # n.t.
1.6       bisitz   8754: 
1.73      bisitz   8755:    'Custom metadata [_1]'
                   8756: => '自定义元数据 [_1]',
1.6       bisitz   8757: 
                   8758:    'Question/Comment/Feedback about course content'
1.18      zhu      8759: => '课程内容的问题/评论/反馈',
1.6       bisitz   8760: 
                   8761:    'User modify/custom role edit'
1.70      zhu      8762: => '用户帐户和权限管理',
1.6       bisitz   8763: 
                   8764:    'User Search'
1.70      zhu      8765: => '用户搜索',
1.6       bisitz   8766: 
                   8767:    'to add/modify roles'
1.70      zhu      8768: => ', 添加/修改角色',
1.6       bisitz   8769: 
                   8770:    'is'
1.70      zhu      8771: => '是',
1.6       bisitz   8772: 
                   8773:    'contains'
1.70      zhu      8774: => '包括',
1.6       bisitz   8775: 
                   8776:    'in this domain'
1.70      zhu      8777: => '在该域',
1.6       bisitz   8778: 
                   8779:    'in institutional directory'
1.70      zhu      8780: => '在研究所目录',
1.6       bisitz   8781: 
                   8782:    'Domain/institution to search'
1.93      raeburn  8783: => 'Domain/institution to search',
1.6       bisitz   8784: 
                   8785:    'Directory search has not been configured for domain: [_1]'
1.70      zhu      8786: => '目录搜索,在还没有被配置的域:[_1]',
1.6       bisitz   8787: 
                   8788:    'permanent e-mail'
1.70      zhu      8789: => '永久电子邮件',
1.6       bisitz   8790: 
                   8791:    'Set user role'
1.70      zhu      8792: => '设置用户角色',
1.6       bisitz   8793: 
                   8794:    'No exact match found for this username ([_1]) in this domain.'
1.70      zhu      8795: => '对该用户名([_1])在这个领域中没有找到完全匹配的。',
1.6       bisitz   8796: 
                   8797:    'No match found for this username ([_1]) in this domain.'
1.70      zhu      8798: => '对该用户名([_1])在这个领域中没有找到相应的。',
1.6       bisitz   8799: 
                   8800:    'Make new user "[_1]"'
1.70      zhu      8801: => '新用户 "[_1]"',
1.6       bisitz   8802: 
1.84      bisitz   8803:    'Course Editor'
1.6       bisitz   8804: => '编辑课程',
                   8805: 
1.84      bisitz   8806:    'Community Editor'
1.93      raeburn  8807: => 'Community Editor',
1.84      bisitz   8808: 
1.6       bisitz   8809:    'Choose which items you wish to export from your Course.'
1.70      zhu      8810: => '选择您要从课程中导出的项目。',
1.6       bisitz   8811: 
                   8812:    'Content items'
1.70      zhu      8813: => '内容项目',
1.6       bisitz   8814: 
                   8815:    'Discussion posts'
1.70      zhu      8816: => '讨论文章',
1.6       bisitz   8817: 
                   8818:    'Download the zip file from'
1.70      zhu      8819: => '下载zip档案从:',
1.6       bisitz   8820: 
                   8821:    'IMS course archive'
1.70      zhu      8822: => 'IMS课程存档',
1.6       bisitz   8823: 
                   8824:    'last name, first name'
1.70      zhu      8825: => '姓氏,名字',
1.6       bisitz   8826: 
                   8827:    'Select a Template'
1.93      raeburn  8828: => 'Select a Template',
1.6       bisitz   8829: 
                   8830:    'Edit custom role'
1.93      raeburn  8831: => 'Edit custom role',
1.6       bisitz   8832: 
                   8833:    'Privilege'
1.93      raeburn  8834: => 'Privilege',
1.6       bisitz   8835: 
                   8836:    'Showing users with a name starting with [_1]'
1.26      zhu      8837: => '显示用户,起始是 [_1]',
1.6       bisitz   8838: 
                   8839:    'Permanent e-mail address'
1.26      zhu      8840: => '永久的 E-Mail 地址',
1.6       bisitz   8841: 
                   8842:    'Permanent e-mail'
1.26      zhu      8843: => '永久的 E-Mail 地址',
1.6       bisitz   8844: 
                   8845:    'User [_1] in domain [_2]'
1.26      zhu      8846: => '用户 [_1] 在域 [_2]',
1.6       bisitz   8847: 
                   8848:    'Result'
1.93      raeburn  8849: => 'Result',
1.6       bisitz   8850: 
                   8851:    'Directory search in domain [_1] is not available for the requested search type: "[_2]"'
1.93      raeburn  8852: => 'Directory search in domain [_1] is not available for the requested search type: "[_2]"',
1.6       bisitz   8853: 
                   8854:    "No match found for this username ([_1]) in your institution's directory."
1.93      raeburn  8855: => "No match found for this username ([_1]) in your institution's directory.",
1.6       bisitz   8856: 
                   8857:    'Setting'
1.93      raeburn  8858: => 'Setting',
1.6       bisitz   8859: 
                   8860:    'Directory search available?'
1.93      raeburn  8861: => 'Directory search available?',
1.6       bisitz   8862: 
                   8863:    'Back to actions menu'
1.93      raeburn  8864: => 'Back to actions menu', # n.t.
1.6       bisitz   8865: 
                   8866:    'Edit action'
1.93      raeburn  8867: => 'Edit action',
1.6       bisitz   8868: 
                   8869:    'Effect'
1.93      raeburn  8870: => 'Effect',
1.6       bisitz   8871: 
                   8872:    'Course / User'
1.93      raeburn  8873: => 'Course / User',
1.6       bisitz   8874: 
                   8875:    'deny'
1.93      raeburn  8876: => 'deny',
1.6       bisitz   8877: 
                   8878:    'allow'
1.93      raeburn  8879: => 'allow',
1.6       bisitz   8880: 
                   8881:    'Delete this rule'
1.93      raeburn  8882: => 'Delete this rule',
1.6       bisitz   8883: 
                   8884:    'Insert rule above'
1.93      raeburn  8885: => 'Insert rule above',
1.6       bisitz   8886: 
                   8887:    'Insert rule below'
1.93      raeburn  8888: => 'Insert rule below',
1.6       bisitz   8889: 
                   8890:    'Move rule down'
1.93      raeburn  8891: => 'Move rule down',
1.6       bisitz   8892: 
                   8893:    'Move rule up'
1.93      raeburn  8894: => 'Move rule up',
1.6       bisitz   8895: 
                   8896:    'Warning: It can take up to 1 hour for rights changes to fully propagate.'
1.93      raeburn  8897: => 'Warning: It can take up to 1 hour for rights changes to fully propagate.',
1.6       bisitz   8898: 
                   8899:    'email address'
1.93      raeburn  8900: => 'email address',
1.6       bisitz   8901: 
                   8902:    'Updated'
1.12      zhu      8903: => '已更新',
1.6       bisitz   8904: 
1.89      bisitz   8905:    'The error occurred on host [_1]'
1.93      raeburn  8906: => 'The error occurred on host [_1]',
1.6       bisitz   8907: 
                   8908:    'This error occurred on machine [_1]'
1.93      raeburn  8909: => 'This error occurred on machine [_1]', # n.t.
1.6       bisitz   8910: 
                   8911:    'Clear all Messages in Subdirectory'
1.93      raeburn  8912: => 'Clear all Messages in Subdirectory',
1.6       bisitz   8913: 
                   8914:    'Task information'
1.93      raeburn  8915: => 'Task information',
1.6       bisitz   8916: 
                   8917:    'Automated adds/drops'
1.93      raeburn  8918: => 'Automated adds/drops',
1.6       bisitz   8919: 
                   8920:    'Change enrollment dates'
1.93      raeburn  8921: => 'Change enrollment dates',
1.6       bisitz   8922: 
                   8923:    'Change access dates'
1.93      raeburn  8924: => 'Change access dates',
1.6       bisitz   8925: 
                   8926:    'Notification of changes'
1.93      raeburn  8927: => 'Notification of changes',
1.6       bisitz   8928: 
                   8929:    'Change crosslistings'
1.93      raeburn  8930: => 'Change crosslistings',
1.6       bisitz   8931: 
                   8932:    'Section settings'
1.93      raeburn  8933: => 'Section settings',
1.6       bisitz   8934: 
                   8935:    'Student photo settings'
1.93      raeburn  8936: => 'Student photo settings',
1.6       bisitz   8937: 
                   8938:    'Update roster now'
1.93      raeburn  8939: => 'Update roster now',
1.6       bisitz   8940: 
                   8941:    'Update student photos'
1.93      raeburn  8942: => 'Update student photos',
1.6       bisitz   8943: 
                   8944:    'View students and change type'
1.93      raeburn  8945: => 'View students and change type',
1.6       bisitz   8946: 
                   8947:    'Changes to nightly automated enrollments'
1.93      raeburn  8948: => 'Changes to nightly automated enrollments',
1.6       bisitz   8949: 
                   8950:    'Currently: Nightly adds: [_1], Nightly drops: [_2]'
1.93      raeburn  8951: => 'Currently: Nightly adds: [_1], Nightly drops: [_2]',
1.6       bisitz   8952: 
                   8953:    'OFF'
1.93      raeburn  8954: => 'OFF',
1.6       bisitz   8955: 
                   8956:    'ON'
1.93      raeburn  8957: => 'ON',
1.6       bisitz   8958: 
                   8959:    'Additions based on classlist changes:'
1.93      raeburn  8960: => 'Additions based on classlist changes:',
1.6       bisitz   8961: 
                   8962:    'Removals based on classlist changes:'
1.93      raeburn  8963: => 'Removals based on classlist changes:',
1.6       bisitz   8964: 
                   8965:    'Enable'
1.93      raeburn  8966: => 'Enable',
1.6       bisitz   8967: 
                   8968:    'Disable'
1.93      raeburn  8969: => 'Disable',
1.6       bisitz   8970: 
                   8971:    '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  8972: => '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   8973: 
                   8974:    'Changes to first and/or last automated enrollment dates'
1.98    ! bisitz   8975: => 'Changes to first and/or last automated enrollment dates',
1.6       bisitz   8976: 
                   8977:    'Currently: First enrollment: [_1], Last enrollment: [_2]'
1.93      raeburn  8978: => 'Currently: First enrollment: [_1], Last enrollment: [_2]',
1.6       bisitz   8979: 
                   8980:    'Set date of first automated enrollment for registered students'
1.93      raeburn  8981: => 'Set date of first automated enrollment for registered students',
1.6       bisitz   8982: 
                   8983:    '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  8984: => '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   8985: 
                   8986:    'Set date of last automated enrollment for registered students'
1.93      raeburn  8987: => 'Set date of last automated enrollment for registered students',
1.6       bisitz   8988: 
                   8989:    '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  8990: => '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   8991: 
                   8992:    'Changes to default start and/or end dates for student access'
1.98    ! bisitz   8993: => 'Changes to default start and/or end dates for student access',
1.6       bisitz   8994: 
                   8995:    'Currently: default first access:'
1.93      raeburn  8996: => 'Currently: default first access:',
1.6       bisitz   8997: 
                   8998:    ', default last access:'
                   8999: => ', voreingestellter letzter Zugriff:',
                   9000: 
                   9001:    'Set date of first access for registered students added via automated enrollment'
1.93      raeburn  9002: => 'Set date of first access for registered students added via automated enrollment',
1.6       bisitz   9003: 
                   9004:    'Set date of last access for registered students added via automated enrollment'
1.93      raeburn  9005: => 'Set date of last access for registered students added via automated enrollment',
1.6       bisitz   9006: 
                   9007:    'Changes to section settings'
1.93      raeburn  9008: => 'Changes to section settings',
1.6       bisitz   9009: 
                   9010:    'Currently no sections of'
1.93      raeburn  9011: => 'Currently no sections of',
1.6       bisitz   9012: 
                   9013:    'are contributing enrollment to the LON-CAPA class roster.'
1.93      raeburn  9014: => 'are contributing enrollment to the LON-CAPA class roster.',
1.6       bisitz   9015: 
                   9016:    'Add enrollment from additional sections.'
1.93      raeburn  9017: => 'Add enrollment from additional sections.',
1.6       bisitz   9018: 
                   9019:    'Number of new sections to add:'
1.93      raeburn  9020: => 'Number of new sections to add:',
1.6       bisitz   9021: 
                   9022:    'Students enrolling in the sections listed below will be automatically added to the class roster for LON-CAPA course'
1.93      raeburn  9023: => 'Students enrolling in the sections listed below will be automatically added to the class roster for LON-CAPA course',
1.6       bisitz   9024: 
                   9025:    'if you have chosen to enable a nightly automated enrollment update.'
1.93      raeburn  9026: => 'if you have chosen to enable a nightly automated enrollment update.',
1.6       bisitz   9027: 
                   9028:    'Nightly additions based on classlist changes now'
1.93      raeburn  9029: => 'Nightly additions based on classlist changes now',
1.6       bisitz   9030: 
                   9031:    'Nightly additions based on classlist changes still'
1.93      raeburn  9032: => 'Nightly additions based on classlist changes still',
1.6       bisitz   9033: 
                   9034:    'Nightly removals based on classlist changes now'
1.93      raeburn  9035: => 'Nightly removals based on classlist changes now',
1.6       bisitz   9036: 
                   9037:    'Nightly removals based on classlist changes still'
1.93      raeburn  9038: => 'Nightly removals based on classlist changes still',
1.6       bisitz   9039: 
                   9040:    'enabled'
1.93      raeburn  9041: => 'enabled',
1.6       bisitz   9042: 
                   9043:    'disabled'
1.93      raeburn  9044: => 'disabled',
1.6       bisitz   9045: 
                   9046:    'The first date for automated enrollment has been changed'
1.93      raeburn  9047: => 'The first date for automated enrollment has been changed',
1.6       bisitz   9048: 
                   9049:    'The last date for automated enrollment has been changed'
1.93      raeburn  9050: => 'The last date for automated enrollment has been changed',
1.6       bisitz   9051: 
                   9052:    'The first date for automated enrollment has been left unchanged as'
1.93      raeburn  9053: => 'The first date for automated enrollment has been left unchanged as',
1.6       bisitz   9054: 
                   9055:    'The last date for automated enrollment has been left unchanged as'
1.93      raeburn  9056: => 'The last date for automated enrollment has been left unchanged as',
1.6       bisitz   9057: 
                   9058:    'Currently: Notification:'
1.93      raeburn  9059: => 'Currently: Notification:',
1.6       bisitz   9060: 
                   9061:    'Notification of LON-CAPA course roster changes resulting from nightly automated enrollment process?'
1.93      raeburn  9062: => 'Notification of LON-CAPA course roster changes resulting from nightly automated enrollment process?',
1.6       bisitz   9063: 
                   9064:    'The table below contains a list of Kurs-Koordinators in this course.'
1.93      raeburn  9065: => 'The table below contains a list of Kurs-Koordinators in this course.',
1.6       bisitz   9066: 
                   9067:    'username:domain'
1.26      zhu      9068: => '用户名:域',
1.6       bisitz   9069: 
                   9070:    'Course Access'
1.93      raeburn  9071: => 'Course Access',
1.6       bisitz   9072: 
                   9073:    'Current notification status'
1.93      raeburn  9074: => 'Current notification status',
1.6       bisitz   9075: 
                   9076:    'Notification active'
1.93      raeburn  9077: => 'Notification active',
1.6       bisitz   9078: 
                   9079:    'Notification inactive'
1.93      raeburn  9080: => 'Notification inactive',
1.6       bisitz   9081: 
                   9082:    'Notification?'
1.93      raeburn  9083: => 'Notification?',
1.6       bisitz   9084: 
                   9085:    'Notification of enrollment changes now'
1.93      raeburn  9086: => 'Notification of enrollment changes now',
1.6       bisitz   9087: 
                   9088:    'Notification of enrollment changes still'
1.93      raeburn  9089: => 'Notification of enrollment changes still',
1.6       bisitz   9090: 
                   9091:    'The following will receive notification if there are any changes in enrollment in LON-CAPA course:'
1.93      raeburn  9092: => 'The following will receive notification if there are any changes in enrollment in LON-CAPA course:',
1.6       bisitz   9093: 
                   9094:    'as a result of the nightly enrollment check:'
1.93      raeburn  9095: => 'as a result of the nightly enrollment check:',
1.6       bisitz   9096: 
                   9097:    'View/Modify Course Settings'
1.93      raeburn  9098: => 'View/Modify Course Settings',
1.6       bisitz   9099: 
                   9100:    'Course search'
1.93      raeburn  9101: => 'Course search',
1.6       bisitz   9102: 
                   9103:    'View/Modify Courses'
1.93      raeburn  9104: => 'View/Modify Courses',
1.6       bisitz   9105: 
                   9106:    'Course details'
1.93      raeburn  9107: => 'Course details',
1.6       bisitz   9108: 
                   9109:    'Detailed course information:'
1.93      raeburn  9110: => 'Detailed course information:',
1.6       bisitz   9111: 
                   9112:    'Default Access Dates for Students'
1.93      raeburn  9113: => 'Default Access Dates for Students',
1.6       bisitz   9114: 
                   9115:    'Student Counts'
1.93      raeburn  9116: => 'Student Counts',
1.6       bisitz   9117: 
                   9118:    'Auto-enrollment of[_1]registered students'
1.93      raeburn  9119: => 'Auto-enrollment of[_1]registered students',
1.6       bisitz   9120: 
                   9121:    'Details'
                   9122: => 'Details',
                   9123: 
                   9124:    'Not enabled'
1.93      raeburn  9125: => 'Not enabled',
1.6       bisitz   9126: 
                   9127:    'section:'
1.93      raeburn  9128: => 'section:', # n.t.
1.6       bisitz   9129: 
                   9130:    'Previous access'
1.93      raeburn  9131: => 'Previous access',
1.6       bisitz   9132: 
                   9133:    'Current access'
1.93      raeburn  9134: => 'Current access',
1.6       bisitz   9135: 
                   9136:    'Future access'
1.93      raeburn  9137: => 'Future access',
1.6       bisitz   9138: 
                   9139:    'Back to course listing'
                   9140: => '返回课程目录',
                   9141: 
                   9142:    'Immediate course roster update'
1.93      raeburn  9143: => 'Immediate course roster update',
1.6       bisitz   9144: 
                   9145:    'There were no new students to add to the course.'
1.93      raeburn  9146: => 'There were no new students to add to the course.',
1.6       bisitz   9147: 
                   9148:    'Back to options page'
1.93      raeburn  9149: => 'Back to options page',
1.6       bisitz   9150: 
                   9151:    'View/Modify settings for: '
1.93      raeburn  9152: => 'View/Modify settings for: ',
1.6       bisitz   9153: 
                   9154:    'Modify quota for group portfolio files'
1.98    ! bisitz   9155: => 'Modify quota for group portfolio files',
1.6       bisitz   9156: 
                   9157:    'Display current settings for automated enrollment'
1.93      raeburn  9158: => 'Display current settings for automated enrollment',
1.6       bisitz   9159: 
                   9160:    'Modify institutional code, course owner and/or default authentication'
1.98    ! bisitz   9161: => 'Modify institutional code, course owner and/or default authentication',
1.6       bisitz   9162: 
                   9163:    'Modify course catalog settings for course'
1.98    ! bisitz   9164: => 'Modify course catalog settings for course',
1.6       bisitz   9165: 
                   9166:    'Catalog settings'
1.93      raeburn  9167: => 'Catalog settings',
1.6       bisitz   9168: 
                   9169:    'Catalog Settings for Course'
1.93      raeburn  9170: => 'Catalog Settings for Course',
1.6       bisitz   9171: 
1.81      bisitz   9172:    'Visibility in Course/Community Catalog'
1.93      raeburn  9173: => 'Visibility in Course/Community Catalog',
1.6       bisitz   9174: 
1.81      bisitz   9175:    "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  9176: => "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   9177: 
                   9178:    'Auto-cataloging is enabled and the course is assigned an institutional code'
1.93      raeburn  9179: => 'Auto-cataloging is enabled and the course is assigned an institutional code',
1.6       bisitz   9180: 
                   9181:    'The course has been categorized into at least one of the course categories defined for the domain.'
1.93      raeburn  9182: => 'The course has been categorized into at least one of the course categories defined for the domain.',
1.6       bisitz   9183: 
                   9184:    'Exclude from course catalog'
1.93      raeburn  9185: => 'Exclude from course catalog',
1.6       bisitz   9186: 
                   9187:    'Categorize Course'
1.93      raeburn  9188: => 'Categorize Course',
1.6       bisitz   9189: 
                   9190:    'No categories defined for this domain'
1.93      raeburn  9191: => 'No categories defined for this domain',
1.6       bisitz   9192: 
                   9193:    'Assign one or more categories to this course.'
1.93      raeburn  9194: => 'Assign one or more categories to this course.',
1.6       bisitz   9195: 
                   9196:    '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  9197: => '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   9198: 
                   9199:    'Category settings'
1.93      raeburn  9200: => 'Category settings',
1.6       bisitz   9201: 
                   9202:    'Show/Hide a course in the catalog'
1.93      raeburn  9203: => 'Show/Hide a course in the catalog',
1.6       bisitz   9204: 
                   9205:    'Assign a category to a course'
1.93      raeburn  9206: => 'Assign a category to a course',
1.6       bisitz   9207: 
                   9208:    'Set in "Modify Course" (Domain)'
1.93      raeburn  9209: => 'Set in "Modify Course" (Domain)',
1.6       bisitz   9210: 
                   9211:    'Set in "Modify Parameters" (Course)'
1.93      raeburn  9212: => 'Set in "Modify Parameters" (Course)',
1.6       bisitz   9213: 
                   9214:    'Categories'
1.93      raeburn  9215: => 'Categories',
1.6       bisitz   9216: 
                   9217:    'Add category'
1.93      raeburn  9218: => 'Add category',
1.6       bisitz   9219: 
                   9220:    'Add category:'
1.93      raeburn  9221: => 'Add category:',
1.6       bisitz   9222: 
                   9223:    'Add subcategory:'
1.93      raeburn  9224: => 'Add subcategory:',
1.6       bisitz   9225: 
                   9226:    'New:'
1.93      raeburn  9227: => 'New:',
1.6       bisitz   9228: 
                   9229:    'Choose a course'
1.93      raeburn  9230: => 'Choose a course',
1.6       bisitz   9231: 
                   9232:    'Pick action'
1.93      raeburn  9233: => 'Pick action',
1.6       bisitz   9234: 
                   9235:    'Display settings'
1.93      raeburn  9236: => 'Display settings',
1.6       bisitz   9237: 
                   9238:    'Course settings that control automated enrollment in this LON-CAPA course are currently:'
1.93      raeburn  9239: => 'Course settings that control automated enrollment in this LON-CAPA course are currently:',
1.6       bisitz   9240: 
                   9241:    'Course setting'
1.93      raeburn  9242: => 'Course setting',
1.6       bisitz   9243: 
                   9244:    'Modifiable by DC only'
1.93      raeburn  9245: => 'Modifiable by DC only',
1.6       bisitz   9246: 
                   9247:    'Default authentication parameter'
1.93      raeburn  9248: => 'Default authentication parameter',
1.6       bisitz   9249: 
                   9250:    'Default authentication method'
1.93      raeburn  9251: => 'Default authentication method',
1.6       bisitz   9252: 
                   9253:    'Date of last automated enrollment'
1.93      raeburn  9254: => 'Date of last automated enrollment',
1.6       bisitz   9255: 
                   9256:    'Date of first automated enrollment'
1.93      raeburn  9257: => 'Date of first automated enrollment',
1.6       bisitz   9258: 
                   9259:    'Official course code'
1.93      raeburn  9260: => 'Official course code',
1.6       bisitz   9261: 
                   9262:    'Username:domain of course owner'
1.93      raeburn  9263: => 'Username:domain of course owner',
1.6       bisitz   9264: 
                   9265:    'Date of last student access'
1.22      zhu      9266: => '学生访问的结束日期',
1.6       bisitz   9267: 
                   9268:    'Date of first student access'
1.22      zhu      9269: => '学生访问的开始日期',
1.6       bisitz   9270: 
                   9271:    'Course section number(:LON-CAPA section)'
1.93      raeburn  9272: => 'Course section number(:LON-CAPA section)',
1.6       bisitz   9273: 
                   9274:    'Show more details'
1.22      zhu      9275: => '查看更多详情',
1.6       bisitz   9276: 
1.18      zhu      9277:    'Public RSS/podcast (subscribe to)'
                   9278: => '公共RSS /播客(订阅)',
1.6       bisitz   9279: 
                   9280:    'Course Owner:'
1.13      zhu      9281: => '课程所有者:',
1.6       bisitz   9282: 
                   9283:    'Default Authentication method'
1.93      raeburn  9284: => 'Default Authentication method',
1.6       bisitz   9285: 
                   9286:    'Modify settings'
1.93      raeburn  9287: => 'Modify settings',
1.6       bisitz   9288: 
                   9289:    'Automated Enrollment'
1.93      raeburn  9290: => 'Automated Enrollment',
1.6       bisitz   9291: 
                   9292:    'Use the menu on the left to choose an enrollment management task.'
1.93      raeburn  9293: => 'Use the menu on the left to choose an enrollment management task.',
1.6       bisitz   9294: 
                   9295:    'Result of Changes to Automated Enrollment Settings.'
1.93      raeburn  9296: => 'Result of Changes to Automated Enrollment Settings.',
1.6       bisitz   9297: 
                   9298:    'The following automated enrollment parameters have been changed:'
1.93      raeburn  9299: => 'The following automated enrollment parameters have been changed:', # n.t.
1.6       bisitz   9300: 
                   9301:    'now set to'
1.93      raeburn  9302: => 'now set to', # n.t.
1.6       bisitz   9303: 
                   9304:    'still set to'
1.93      raeburn  9305: => 'still set to', # n.t.
1.6       bisitz   9306: 
                   9307:    'The following automated enrollment parameters remain unchanged:'
1.93      raeburn  9308: => 'The following automated enrollment parameters remain unchanged:', # n.t.
1.6       bisitz   9309: 
                   9310:    'Change settings'
1.93      raeburn  9311: => 'Change settings',
1.6       bisitz   9312: 
                   9313:    "Student's agreement needed for listing in student-viewable roster"
1.93      raeburn  9314: => "Student's agreement needed for listing in student-viewable roster",
1.6       bisitz   9315: 
                   9316:    'Include link to accessible portfolio files'
1.93      raeburn  9317: => 'Include link to accessible portfolio files',
1.6       bisitz   9318: 
                   9319:    'Print header format'
1.93      raeburn  9320: => 'Print header format',
1.6       bisitz   9321: 
                   9322:    'Substitutions:<br />[_1]: student name, [_2]: course id, [_3]: assignment note. Numbers after the <tt>%</tt> limit the field size.'
1.93      raeburn  9323: => 'Substitutions:<br />[_1]: student name, [_2]: course id, [_3]: assignment note. Numbers after the <tt>%</tt> limit the field size.',
1.6       bisitz   9324: 
                   9325:    'Force all students in the course to use a specific math rendering engine.'
1.93      raeburn  9326: => 'Force all students in the course to use a specific math rendering engine.',
1.6       bisitz   9327: 
                   9328:    "[_1], [_2] (Convert to Images), [_3] (TeX to HTML), or blank for student's preference"
1.98    ! bisitz   9329: => "[_1], [_2] (Convert to Images), [_3] (TeX to HTML), or blank for student's preference",
1.6       bisitz   9330: 
                   9331:    'Bridge Task Grading'
1.93      raeburn  9332: => 'Bridge Task Grading',
1.6       bisitz   9333: 
                   9334:    'Classlist Manager'
1.93      raeburn  9335: => 'Classlist Manager', # !?!
1.6       bisitz   9336: 
                   9337:    'Note for students:'
1.70      zhu      9338: => '注意事项:',
1.6       bisitz   9339: 
                   9340:    '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  9341: => '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   9342: 
                   9343:    'Please [_1]log in again[_2].'
1.26      zhu      9344: => '请[_1]重新登录[_2].',
1.6       bisitz   9345: 
                   9346:    'Switching Server ...'
1.70      zhu      9347: => '更换服务器 ...',
1.6       bisitz   9348: 
                   9349:    'Already logged in'
1.70      zhu      9350: => '已经登录',
1.6       bisitz   9351: 
                   9352:    'Apply style file: '
1.93      raeburn  9353: => 'Apply style file: ',
1.6       bisitz   9354: 
                   9355:    'The problem '
1.70      zhu      9356: => '问题 ',
1.6       bisitz   9357: 
                   9358:    'Search criteria'
1.70      zhu      9359: => '搜索条件',
1.6       bisitz   9360: 
                   9361:    'begins with'
1.70      zhu      9362: => '始于',
1.6       bisitz   9363: 
                   9364:    'in selected LON-CAPA domain'
1.70      zhu      9365: => '在选定的 LON-CAPA-域 ',
1.6       bisitz   9366: 
                   9367:    'in institutional directory for selected domain'
1.70      zhu      9368: => '在选定的域中的研究所列表',
1.6       bisitz   9369: 
                   9370:    'No exact match found for the username ([_1]) in LON-CAPA domain: [_2]'
1.70      zhu      9371: => '没有找到完全匹配的用户名([_1] )在LON-CAPA-域:', # n.t.
1.6       bisitz   9372: 
                   9373:    'Creating new account.'
1.70      zhu      9374: => '创建新帐户。',
1.6       bisitz   9375: 
                   9376:    'Report a documentation bug'
1.70      zhu      9377: => '报告文件错误 (Englisch)',
1.6       bisitz   9378: 
                   9379:    'You must specify a valid username. Only the following are allowed: letters numbers - . @'
1.70      zhu      9380: => '您必须指定一个有效的用户名。只允许以下字符:字母,数字, "-", "." 和 "@"',
1.6       bisitz   9381: 
                   9382:    'The following need to be corrected before the search can be run:'
1.70      zhu      9383: => '在搜索可以开始之前,下面必须予以纠正:',
1.6       bisitz   9384: 
                   9385:    'You must include some text to search for.'
1.70      zhu      9386: => '您必须包括一些要搜寻的文字。',
1.6       bisitz   9387: 
                   9388:    "The text you are searching for must contain at least two characters when using a 'begins' type search."
1.70      zhu      9389: => "文本搜索必须包含至少有两个字符,当使用的是'开始'类型的搜索。",
1.6       bisitz   9390: 
                   9391:    "The text you are searching for must contain at least three characters when using a 'contains' type search."
1.70      zhu      9392: => "文字要搜索必须包含至少3个字符时,当使用的是'包含'式的搜索。",
1.6       bisitz   9393: 
                   9394:    'You must choose a domain when using an institutional directory search.'
1.70      zhu      9395: => '您必须选择一个域,当使用的是研究所目录搜索。',
1.6       bisitz   9396: 
                   9397:    'You must choose a domain when using a domain search.'
1.70      zhu      9398: => '您必须选择一个域,当使用域搜索。',
1.6       bisitz   9399: 
                   9400:    "When using searching by last,first you must include a comma as separator between last name and first name."
1.93      raeburn  9401: => "When using searching by last,first you must include a comma as separator between last name and first name.",
1.6       bisitz   9402: 
                   9403:    "When searching by last,first you must include at least one character in the first name."
1.93      raeburn  9404: => "When searching by last,first you must include at least one character in the first name.",
1.6       bisitz   9405: 
                   9406:    'Revoking [_1] in [_2]: [_3]'
1.93      raeburn  9407: => 'Revoking [_1] in [_2]: [_3]',
1.6       bisitz   9408: 
                   9409:    'Revoking custom role:'
1.93      raeburn  9410: => 'Revoking custom role:',
1.6       bisitz   9411: 
                   9412:    'Deleting [_1] in [_2]: [_3]'
1.93      raeburn  9413: => 'Deleting [_1] in [_2]: [_3]',
1.6       bisitz   9414: 
1.52      bisitz   9415:    'Deleting custom role [_1] by [_2] in [_3]'
1.93      raeburn  9416: => 'Deleting custom role [_1] by [_2] in [_3]',
1.6       bisitz   9417: 
                   9418:    'Add to classlist'
1.93      raeburn  9419: => 'Add to classlist',
1.6       bisitz   9420: 
                   9421:    'Re-enabling [_1] in [_2]: [_3]'
1.93      raeburn  9422: => 'Re-enabling [_1] in [_2]: [_3]',
1.6       bisitz   9423: 
1.52      bisitz   9424:    'Re-enabling custom role [_1] by [_2] in [_3]: [_4]'
1.93      raeburn  9425: => 'Re-enabling custom role [_1] by [_2] in [_3]: [_4]',
1.6       bisitz   9426: 
                   9427:    'Unknown command'
1.93      raeburn  9428: => 'Unknown command',
1.6       bisitz   9429: 
                   9430:    '[_1] may not be used as the name for a section, as it is a reserved word.'
1.98    ! bisitz   9431: => '[_1] may not be used as the name for a section, as it is a reserved word.',
1.6       bisitz   9432: 
                   9433:    '[_1] may not be used as the name for a section, as it is the name of a course group.'
1.98    ! bisitz   9434: => '[_1] may not be used as the name for a section, as it is the name of a course group.',
1.6       bisitz   9435: 
                   9436:    'Please [_1]go back[_2] and choose a different section name.'
1.93      raeburn  9437: => 'Please [_1]go back[_2] and choose a different section name.',
1.6       bisitz   9438: 
                   9439:    'Drop from classlist: [_1]'
1.93      raeburn  9440: => 'Drop from classlist: [_1]',
1.6       bisitz   9441: 
                   9442:    'Existing Role'
1.93      raeburn  9443: => 'Existing Role',
1.6       bisitz   9444: 
                   9445:    'Assigning Role to Self'
                   9446: => 'Assigning Role to Self', # ???
                   9447: 
                   9448:    'Invalid search.'
1.93      raeburn  9449: => 'Invalid search.',
1.6       bisitz   9450: 
                   9451:    'You must enter a search term.'
1.93      raeburn  9452: => 'You must enter a search term.',
1.6       bisitz   9453: 
                   9454:    'You must specify a valid domain when searching in a domain or institutional directory.'
1.93      raeburn  9455: => 'You must specify a valid domain when searching in a domain or institutional directory.',
1.6       bisitz   9456: 
                   9457:    'You may want to search in the LON-CAPA domain instead of the institutional directory.'
1.93      raeburn  9458: => 'You may want to search in the LON-CAPA domain instead of the institutional directory.',
1.6       bisitz   9459: 
                   9460:    'New users can only be created in the domain to which your current role belongs - [_1].'
1.93      raeburn  9461: => 'New users can only be created in the domain to which your current role belongs - [_1].',
1.6       bisitz   9462: 
                   9463:    'Institutional directory search is not available in domain: [_1]'
1.93      raeburn  9464: => 'Institutional directory search is not available in domain: [_1]',
1.6       bisitz   9465: 
                   9466:    'Institutional directory search in domain: [_1] is only allowed for users with a current role in the domain.'
1.93      raeburn  9467: => 'Institutional directory search in domain: [_1] is only allowed for users with a current role in the domain.',
1.6       bisitz   9468: 
                   9469:    'Institutional directory search in domain: [_1] is not available to your user type: '
1.93      raeburn  9470: => 'Institutional directory search in domain: [_1] is not available to your user type: ',
1.6       bisitz   9471: 
                   9472:    'Institutional directory search has not been configured for domain: [_1]'
1.93      raeburn  9473: => 'Institutional directory search has not been configured for domain: [_1]',
1.6       bisitz   9474: 
                   9475:    'Institutional directory search in domain: [_1] is not available for searching by "[_2]"'
1.93      raeburn  9476: => 'Institutional directory search in domain: [_1] is not available for searching by "[_2]"',
1.6       bisitz   9477: 
                   9478:    'Institutional directory search in domain: [_1] is not available.'
1.93      raeburn  9479: => 'Institutional directory search in domain: [_1] is not available.',
1.6       bisitz   9480: 
                   9481:    'Institutional directory search in domain [_1] is not available for the requested search type: "[_2]"'
1.93      raeburn  9482: => 'Institutional directory search in domain [_1] is not available for the requested search type: "[_2]"',
1.6       bisitz   9483: 
                   9484:    'You may want to broaden your search to a search of the institutional directory for the domain.'
1.93      raeburn  9485: => 'You may want to broaden your search to a search of the institutional directory for the domain.',
1.6       bisitz   9486: 
                   9487:    'You may want to broaden your search to the selected LON-CAPA domain.'
1.93      raeburn  9488: => 'You may want to broaden your search to the selected LON-CAPA domain.',
1.6       bisitz   9489: 
                   9490:    'Pick group first'
1.93      raeburn  9491: => 'Pick group first',
1.6       bisitz   9492: 
                   9493:    'No login name specified'
1.93      raeburn  9494: => 'No login name specified',
1.6       bisitz   9495: 
1.19      zhu      9496:    'Invalid login name'
1.93      raeburn  9497: => 'Invalid login name',
1.6       bisitz   9498: 
1.19      zhu      9499:    'Only letters, numbers, periods, dashes, @, and underscores are valid'
1.93      raeburn  9500: => 'Only letters, numbers, periods, dashes, @, and underscores are valid',
1.6       bisitz   9501: 
                   9502:    'For this user, the default quota would be [_1] Mb.'
1.93      raeburn  9503: => 'For this user, the default quota would be [_1] Mb.',
1.6       bisitz   9504: 
                   9505:    "For this user, the default quota would be [_1] Mb, as determined by the user's institutional affiliation ([_2])."
1.93      raeburn  9506: => "For this user, the default quota would be [_1] Mb, as determined by the user's institutional affiliation ([_2]).",
1.6       bisitz   9507: 
                   9508:    "For this user, the default quota of [_1] Mb, is determined by the user's institutional affiliation ([_2])."
1.93      raeburn  9509: => "For this user, the default quota of [_1] Mb, is determined by the user's institutional affiliation ([_2]).",
1.6       bisitz   9510: 
                   9511:    'in all LON-CAPA domains.'
1.93      raeburn  9512: => 'in all LON-CAPA domains.',
1.6       bisitz   9513: 
                   9514:    'in LON-CAPA domains:'
1.93      raeburn  9515: => 'in LON-CAPA domains:',
1.6       bisitz   9516: 
                   9517:    'in LON-CAPA domain '
1.31      bisitz   9518: => '在LON-CAPA域 ',
1.6       bisitz   9519: 
                   9520:    'Course settings modifiable by [_1] only.'
1.93      raeburn  9521: => 'Course settings modifiable by [_1] only.',
1.6       bisitz   9522: 
                   9523:    'Course Owner'
1.93      raeburn  9524: => 'Course Owner',
1.6       bisitz   9525: 
                   9526:    'Username:Domain'
1.26      zhu      9527: => '用户名:域',
1.6       bisitz   9528: 
                   9529:    'Course Activity'
1.93      raeburn  9530: => 'Course Activity',
1.6       bisitz   9531: 
                   9532:    'Course Domain'
1.93      raeburn  9533: => 'Course Domain',
1.6       bisitz   9534: 
                   9535:    'Course Institutional Code'
1.93      raeburn  9536: => 'Course Institutional Code',
1.6       bisitz   9537: 
                   9538:    "Course Owner's Username"
1.93      raeburn  9539: => "Course Owner's Username",
1.6       bisitz   9540: 
                   9541:    "Course Owner's Domain"
1.93      raeburn  9542: => "Course Owner's Domain",
1.6       bisitz   9543: 
                   9544:    'Course Type'
1.93      raeburn  9545: => 'Course Type',
1.6       bisitz   9546: 
                   9547:    'LON-CAPA course ID'
1.93      raeburn  9548: => 'LON-CAPA course ID',
1.6       bisitz   9549: 
                   9550:    'None found'
1.93      raeburn  9551: => 'None found',
1.6       bisitz   9552: 
                   9553:    'Course settings which only a [_1] may modify.'
1.93      raeburn  9554: => 'Course settings which only a [_1] may modify.',
1.6       bisitz   9555: 
                   9556:    "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  9557: => "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   9558: 
                   9559:    'Single user search'
1.93      raeburn  9560: => 'Single user search',
1.6       bisitz   9561: 
                   9562:    'Set enrollment'
1.93      raeburn  9563: => 'Set enrollment',
1.6       bisitz   9564: 
                   9565:    'Please review the information in "Log-in help" and the "Getting started" guide if you are unable to log-in.'
1.93      raeburn  9566: => 'Please review the information in "Log-in help" and the "Getting started" guide if you are unable to log-in.',
1.6       bisitz   9567: 
                   9568:    'Please review the information in "Log-in help" if you are unable to log-in.'
1.93      raeburn  9569: => 'Please review the information in "Log-in help" if you are unable to log-in.',
1.6       bisitz   9570: 
                   9571:    'If your problem is still unresolved, the form below can be used to send a question to the LON-CAPA helpdesk.'
1.93      raeburn  9572: => 'If your problem is still unresolved, the form below can be used to send a question to the LON-CAPA helpdesk.',
1.6       bisitz   9573: 
                   9574:    'Getting started guide'
1.93      raeburn  9575: => 'Getting started guide',
1.6       bisitz   9576: 
                   9577:    '[_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)
                   9578: => '[_2]. [_1] [_3], [_4]:[_5]:[_6] ', # "dd. mm yyyy, hh:mi:ss"
                   9579: 
                   9580:    '[_1]Select Date[_2]'
1.13      zhu      9581: => '[_1]请选择日期[_2]',
1.6       bisitz   9582: 
                   9583:    '[_1]: students can view all sections. [_2]: students can only view their own section. blank or [_3] prevents student view.'
1.98    ! bisitz   9584: => '[_1]: students can view all sections. [_2]: students can only view their own section. blank or [_3] prevents student view.',
1.6       bisitz   9585: 
                   9586:    '[_1] to require students to opt-in to listing in the roster (on the roster page).'
1.98    ! bisitz   9587: => '[_1] to require students to opt-in to listing in the roster (on the roster page).',
1.6       bisitz   9588: 
                   9589:    "[_1] for link to each a listing of each student's files."
                   9590: => "[_1] zum Einbinden von Links zu jeder Liste mit den Dateien eines jeden Studenten.",
                   9591: 
                   9592:    '[_1]: student, [_2]: TA, [_3]: instructor'
1.26      zhu      9593: => '[_1]: 学生, [_2]: 导师, [_3]: 讲师',
1.6       bisitz   9594: 
                   9595:    'role:section,role:section,...'
1.93      raeburn  9596: => 'role:section,role:section,...',
1.6       bisitz   9597: 
                   9598:    '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  9599: => '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   9600: 
                   9601:    'supported types'
1.93      raeburn  9602: => 'supported types',
1.6       bisitz   9603: 
                   9604:    '[_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   9605: => '[_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   9606: 
                   9607:    'Instructors and TAs in sections, when grading bridge tasks, should be allowed to grade other sections.'
1.93      raeburn  9608: => 'Instructors and TAs in sections, when grading bridge tasks, should be allowed to grade other sections.',
1.6       bisitz   9609: 
                   9610:    '[_1]: they are allowed (this is the default). [_2]: no, they can only grade their own section.'
                   9611: => '[_1]: erlauben (voreingestellt). [_2]: nur eigene Sektion.',
                   9612: 
                   9613:    'Calendar Announcement for '
1.93      raeburn  9614: => 'Calendar Announcement for ',
1.6       bisitz   9615: 
                   9616:    'Opening'
1.93      raeburn  9617: => 'Opening',
1.6       bisitz   9618: 
                   9619:    'Closing'
1.93      raeburn  9620: => 'Closing',
1.6       bisitz   9621: 
                   9622:    'To add a new user:'
1.93      raeburn  9623: => 'To add a new user:',
1.6       bisitz   9624: 
                   9625:    "(You can only create new users in your current role's domain - [_1])"
1.98    ! bisitz   9626: => "(You can only create new users in your current role's domain - [_1])",
1.6       bisitz   9627: 
                   9628:    "You are not authorized to create new users in your current role's domain - [_1]."
1.93      raeburn  9629: => "You are not authorized to create new users in your current role's domain - [_1].",
1.6       bisitz   9630: 
                   9631:    "Set 'Domain/institution to search' to: [_1]"
1.93      raeburn  9632: => "Set 'Domain/institution to search' to: [_1]",
1.6       bisitz   9633: 
                   9634:    "Set 'Search criteria' to: [_1]username is ..... in selected LON-CAPA domain[_2]"
1.93      raeburn  9635: => "Set 'Search criteria' to: [_1]username is ..... in selected LON-CAPA domain[_2]",
1.6       bisitz   9636: 
                   9637:    'Provide the proposed username'
1.93      raeburn  9638: => 'Provide the proposed username',
1.6       bisitz   9639: 
                   9640:    'Select a user to add/modify roles'
1.93      raeburn  9641: => 'Select a user to add/modify roles',
1.6       bisitz   9642: 
                   9643:    "Click 'Search'"
1.93      raeburn  9644: => "Click 'Search'",
1.6       bisitz   9645: 
                   9646:    'User Search to add/modify roles'
1.93      raeburn  9647: => 'User Search to add/modify roles',
1.6       bisitz   9648: 
                   9649: 
                   9650: # Feedback messages:
                   9651: 
                   9652:    'You have entered that answer before'
1.18      zhu      9653: => '您已经输入了答案',
1.6       bisitz   9654: 
                   9655:    "Computer's answer now shown above."
1.18      zhu      9656: => "上面显示的是正确答案。",
1.6       bisitz   9657: 
                   9658:    'You are correct.'
1.18      zhu      9659: => '正确答案!',
1.6       bisitz   9660: 
                   9661:    'You are partially correct.'
1.18      zhu      9662: => '部分正确。',
1.6       bisitz   9663: 
                   9664:    'Incorrect'
1.18      zhu      9665: => '错误',
1.6       bisitz   9666: 
1.22      zhu      9667:    'Your receipt no. is [_1]'
                   9668: => '您的证明编号是 [_1]',
1.6       bisitz   9669: 
                   9670:    'You are excused from the problem.'
1.18      zhu      9671: => '你的作业已通过。',
1.6       bisitz   9672: 
                   9673:    'Some extra items were submitted.'
1.93      raeburn  9674: => 'Some extra items were submitted.',
1.6       bisitz   9675: 
                   9676:    'Some items were not submitted.'
1.93      raeburn  9677: => 'Some items were not submitted.',
1.6       bisitz   9678: 
                   9679:    'An error occurred while grading your answer.'
1.93      raeburn  9680: => 'An error occurred while grading your answer.',
1.6       bisitz   9681: 
                   9682:    'The submitted answer was too long.'
1.93      raeburn  9683: => 'The submitted answer was too long.',
1.6       bisitz   9684: 
                   9685:    'This question expects a numeric answer.'
1.93      raeburn  9686: => 'This question expects a numeric answer.',
1.6       bisitz   9687: 
                   9688:    'You have provided an invalid ranking.'
1.93      raeburn  9689: => 'You have provided an invalid ranking.',
1.6       bisitz   9690: 
                   9691:    'Please refer to [_1]'
1.93      raeburn  9692: => 'Please refer to [_1]',
1.6       bisitz   9693: 
                   9694:    'help on ranking problems'
1.93      raeburn  9695: => 'help on ranking problems',
1.6       bisitz   9696: 
                   9697:    "Submission won't be graded. The type of file submitted is not allowed."
1.93      raeburn  9698: => "Submission won't be graded. The type of file submitted is not allowed.",
1.6       bisitz   9699: 
                   9700:    'Submission not graded. Use fewer digits.'
1.93      raeburn  9701: => 'Submission not graded. Use fewer digits.',
1.6       bisitz   9702: 
                   9703:    'Submission not graded. Use more digits.'
1.93      raeburn  9704: => 'Submission not graded. Use more digits.',
1.6       bisitz   9705: 
                   9706:    'Error in instructor specifed unit. This error has been reported to the instructor.'
1.93      raeburn  9707: => 'Error in instructor specifed unit. This error has been reported to the instructor.',
1.6       bisitz   9708: 
                   9709:    'Unable to interpret units. Computer reads units as "[_1]".'
1.93      raeburn  9710: => 'Unable to interpret units. Computer reads units as "[_1]".',
1.6       bisitz   9711: 
                   9712:    'Incompatible units. No conversion found between "[_1]" and the required units.'
1.93      raeburn  9713: => 'Incompatible units. No conversion found between "[_1]" and the required units.',
1.6       bisitz   9714: 
                   9715:    'Only a number required. Computer reads units of "[_1]".'
1.93      raeburn  9716: => 'Only a number required. Computer reads units of "[_1]".',
1.6       bisitz   9717: 
                   9718:    'Proper comma separation is required'
1.93      raeburn  9719: => 'Proper comma separation is required',
1.6       bisitz   9720: 
                   9721:    'Unable to understand formula'
1.93      raeburn  9722: => 'Unable to understand formula',
1.6       bisitz   9723: 
                   9724:    'Your submission has been recorded.'
1.93      raeburn  9725: => 'Your submission has been recorded.',
1.6       bisitz   9726: 
                   9727:    'A draft copy has been saved.'
1.93      raeburn  9728: => 'A draft copy has been saved.',
1.6       bisitz   9729: 
                   9730:    'Nothing submitted.'
1.93      raeburn  9731: => 'Nothing submitted.',
1.6       bisitz   9732: 
                   9733:    'Unknown message'
1.93      raeburn  9734: => 'Unknown message',
1.6       bisitz   9735: 
                   9736:    'Returned file(s): [_1]'
1.93      raeburn  9737: => 'Returned file(s): [_1]',
1.6       bisitz   9738: 
                   9739:    'Answer Submitted: Your final submission will be graded after the due date.'
1.93      raeburn  9740: => 'Answer Submitted: Your final submission will be graded after the due date.',
1.6       bisitz   9741: 
                   9742: # --/
                   9743: 
                   9744: 
                   9745:    ' The last submission was after the Due Date '
1.98    ! bisitz   9746: => ' The last submission was after the Due Date ',
1.6       bisitz   9747: 
                   9748:    'Submit a file: (only one file can be uploaded)'
1.13      zhu      9749: => '提交档案: (只允许上传一个文件)',
1.6       bisitz   9750: 
                   9751:    'OR:'
1.13      zhu      9752: => '或者:',
1.6       bisitz   9753: 
                   9754:    'Select Portfolio Files'
1.13      zhu      9755: => '选择组合文件',
1.6       bisitz   9756: 
                   9757:    'Portfolio files previously selected: [_1]'
1.93      raeburn  9758: => 'Portfolio files previously selected: [_1]',
1.6       bisitz   9759: 
                   9760:    "These file(s) don't exist: [_1]"
1.93      raeburn  9761: => "These file(s) don't exist: [_1]",
1.6       bisitz   9762: 
                   9763:    'Previously published version'
1.93      raeburn  9764: => 'Previously published version',
1.6       bisitz   9765: 
                   9766:    'You do not have privileges to modify the authentication configuration for this user.'
1.93      raeburn  9767: => 'You do not have privileges to modify the authentication configuration for this user.',
1.6       bisitz   9768: 
                   9769:    'You do not have privileges to modify the portfolio quota for this user.'
1.93      raeburn  9770: => 'You do not have privileges to modify the portfolio quota for this user.',
1.6       bisitz   9771: 
                   9772:    'If a change is required, contact a domain coordinator for the domain'
1.93      raeburn  9773: => 'If a change is required, contact a domain coordinator for the domain',
1.6       bisitz   9774: 
                   9775:    'with submissions'
1.27      zhu      9776: => '带答案',
1.6       bisitz   9777: 
                   9778:    'in grading queue'
1.27      zhu      9779: => '在评估队列中',
1.6       bisitz   9780: 
                   9781:    'with ungraded submissions'
1.27      zhu      9782: => '未评估的答案',
1.6       bisitz   9783: 
                   9784:    'with incorrect submissions'
1.27      zhu      9785: => '错误的答案',
1.6       bisitz   9786: 
                   9787:    'with any status'
1.27      zhu      9788: => '任何状态',
1.6       bisitz   9789: 
                   9790:    'Default value or none'
1.27      zhu      9791: => '默认值或无',
1.6       bisitz   9792: 
                   9793:    'Floating Point between 1 and 0'
1.27      zhu      9794: => '浮点运算的1和0',
1.6       bisitz   9795: 
                   9796:    'Floating point number between zero and one'
1.93      raeburn  9797: => 'Floating point number between zero and one',
1.6       bisitz   9798: 
                   9799:    'Positive Floating Point'
1.93      raeburn  9800: => 'Positive Floating Point',
1.6       bisitz   9801: 
                   9802:    'Positive floating point number or zero'
1.93      raeburn  9803: => 'Positive floating point number or zero',
1.6       bisitz   9804: 
                   9805:    'Floating Point'
1.93      raeburn  9806: => 'Floating Point',
1.6       bisitz   9807: 
                   9808:    'Floating point number'
1.93      raeburn  9809: => 'Floating point number',
1.6       bisitz   9810: 
                   9811:    'Auto-enrollment settings'
1.93      raeburn  9812: => 'Auto-enrollment settings',
1.6       bisitz   9813: 
                   9814:    'Configuration setting'
1.63      zhu      9815: => '配置设置', # n.t.
1.6       bisitz   9816: 
                   9817:    'Value(s)'
1.93      raeburn  9818: => 'Value(s)', # n.t.
1.6       bisitz   9819: 
                   9820:    'Auto-enrollment active?'
1.93      raeburn  9821: => 'Auto-enrollment active?',
1.6       bisitz   9822: 
                   9823:    'Access to other pages will be prevented until you have moved the message to your inbox.'
1.63      zhu      9824: => '只有把该邮件移至收件箱才可以访问其他网页。',
1.6       bisitz   9825: 
                   9826:    'Access to other pages will be prevented until you have moved all critical messages to your inbox.'
1.63      zhu      9827: => '只有把所有的重要邮件移至收件箱才可以访问其他网页。',
1.6       bisitz   9828: 
                   9829:    'Move to Inbox'
1.63      zhu      9830: => '移至收件箱',
1.6       bisitz   9831: 
                   9832:    'Move to Inbox/Compose reply'
1.63      zhu      9833: => '移至收件箱并回复',
1.6       bisitz   9834: 
                   9835:    'Confirm Receipt'
1.63      zhu      9836: => '确认已收到',
1.6       bisitz   9837: 
                   9838:    'Confirm Receipt and Reply'
1.63      zhu      9839: => '确认已收到并回复',
1.6       bisitz   9840: 
                   9841:    'Displaying Critical Messages'
1.63      zhu      9842: => '显示重要邮件',
1.6       bisitz   9843: 
                   9844:    'Confirming Receipt'
1.63      zhu      9845: => '确认已收到',
1.6       bisitz   9846: 
                   9847:    'Confirmed Receipt'
1.63      zhu      9848: => '确认已收到',
1.6       bisitz   9849: 
                   9850:    'Communicate'
                   9851: => '通讯',
                   9852: 
                   9853:    'Replying to a Critical Message'
1.63      zhu      9854: => '针对重要邮件',
1.6       bisitz   9855: 
                   9856:    'Answer Available'
1.70      zhu      9857: => '答复可用',
1.6       bisitz   9858: 
                   9859:    ' to '
1.70      zhu      9860: => ' 到 ', # ???
1.6       bisitz   9861: 
                   9862:    'Event from [_1] to [_2]'
1.63      zhu      9863: => '活动由 [_1] 至 [_2]',
1.6       bisitz   9864: 
                   9865:    '[_1]: [_2] from domain [_3]'
1.70      zhu      9866: => '[_1]: [_2] 从域 [_3]',
1.6       bisitz   9867: 
                   9868:    'The following problems occurred:'
1.70      zhu      9869: => '发生下列问题:',
1.6       bisitz   9870: 
                   9871:    'Could not initialize [_1] at this time.'
1.70      zhu      9872: => '目前无法初始化[_1]。',
1.6       bisitz   9873: 
                   9874:    'Please try again.'
1.63      zhu      9875: => '请再试一次。',
1.6       bisitz   9876: 
                   9877:    'Please try again'
1.63      zhu      9878: => '请再试一次',
1.6       bisitz   9879: 
                   9880:    'in this course'
1.70      zhu      9881: => '在该课程中',
1.6       bisitz   9882: 
                   9883:    'Remove Checked Entries'
1.22      zhu      9884: => '删除选中的条目',
1.6       bisitz   9885: 
                   9886:    'Modify Student Data'
1.22      zhu      9887: => '修改学生资料',
1.6       bisitz   9888: 
                   9889:    'First name'
1.70      zhu      9890: => '名字',
1.6       bisitz   9891: 
                   9892:    'Middle name'
1.22      zhu      9893: => '第二个名字',
1.6       bisitz   9894: 
                   9895:    'Last name'
1.70      zhu      9896: => '姓氏',
1.6       bisitz   9897: 
                   9898:    'ID'
1.93      raeburn  9899: => 'ID/学号',,
1.6       bisitz   9900: 
                   9901:    'Sending critical message'
1.22      zhu      9902: => '发送重要消息',
1.6       bisitz   9903: 
                   9904:    'Replying to'
1.10      zhu      9905: => '回复',
1.6       bisitz   9906: 
1.86      bisitz   9907:    'All messages:'
1.93      raeburn  9908: => 'All messages:',
1.86      bisitz   9909: 
                   9910:    'Unread messages:'
1.93      raeburn  9911: => 'Unread messages:',
1.86      bisitz   9912: 
                   9913:    'Read messages:'
1.93      raeburn  9914: => 'Read messages:',
1.86      bisitz   9915: 
                   9916:    'Replied to messages:'
1.93      raeburn  9917: => 'Replied to messages:',
1.86      bisitz   9918: 
                   9919:    'Forwarded messages:'
1.93      raeburn  9920: => 'Forwarded messages:',
1.86      bisitz   9921: 
                   9922:    'showing messages [_1] through [_2] of [_3].'
                   9923: => '显示消息[_1]通过[_2]的[_3] 。',
1.6       bisitz   9924: 
                   9925:    'Broadcast Message'
1.22      zhu      9926: => '广播消息',
1.6       bisitz   9927: 
1.68      bisitz   9928:    'randomly pick [quant,_1,resource]'
1.70      zhu      9929: => '随机挑选 [quant,_1,resource,resource]',
1.68      bisitz   9930: 
1.6       bisitz   9931:    'contents hidden'
1.22      zhu      9932: => '隐藏的内容',
1.6       bisitz   9933: 
1.68      bisitz   9934:    'URLs hidden'
1.70      zhu      9935: => '隐藏 URLs',
1.68      bisitz   9936: 
                   9937:    'random order'
1.70      zhu      9938: => '随机顺序',
1.68      bisitz   9939: 
1.6       bisitz   9940:    'Resources in course with version changes since yesterday'
1.63      zhu      9941: => '课程中的资源,从昨天起版本的变化',
1.6       bisitz   9942: 
                   9943:    'Version changes since Yesterday'
1.63      zhu      9944: => '从昨天起版本的变化',
1.6       bisitz   9945: 
                   9946:    'Resources in course with version changes since last week'
1.63      zhu      9947: => '课程中的资源,从上周起版本的变化',
1.6       bisitz   9948: 
                   9949:    'Version changes since last Week'
1.63      zhu      9950: => '从上周起版本的变化',
1.6       bisitz   9951: 
                   9952:    'Resources in course with version changes since last month'
1.63      zhu      9953: => '课程中的资源,从上个月起版本的变化',
1.6       bisitz   9954: 
                   9955:    'Version changes since last Month'
1.63      zhu      9956: => '从上个月起版本的变化',
1.6       bisitz   9957: 
                   9958:    'Resources in course with version changes seit start of course'
1.63      zhu      9959: => '课程中的资源,从课程开始起版本的变化',
1.6       bisitz   9960: 
                   9961:    'Version changes since start of Course'
1.63      zhu      9962: => '从课程开始起版本的变化',
1.6       bisitz   9963: 
                   9964:    'No version changes since yesterday'
1.63      zhu      9965: => '从昨天起版本没有变化',
1.6       bisitz   9966: 
                   9967:    'No version changes since last week'
1.63      zhu      9968: => '从上周起版本没有变化',
1.6       bisitz   9969: 
                   9970:    'No version changes since last month'
1.63      zhu      9971: => '从上个月起版本没有变化',
1.6       bisitz   9972: 
                   9973:    'No version changes since start of course'
1.63      zhu      9974: => '从课程开始起版本没有变化',
1.6       bisitz   9975: 
                   9976:    'version changes since yesterday'
1.63      zhu      9977: => '从昨天起版本的变化',
1.6       bisitz   9978: 
                   9979:    'version changes since last week'
1.63      zhu      9980: => '从上周起版本的变化',
1.6       bisitz   9981: 
                   9982:    'version changes since last month'
1.63      zhu      9983: => '从上个月起版本的变化',
1.6       bisitz   9984: 
                   9985:    'version changes since start of course'
1.63      zhu      9986: => '从课程开始起版本的变化',
1.6       bisitz   9987: 
                   9988:    'Roles for which access to course has expired since yesterday'
1.63      zhu      9989: => '从昨天起该课程过期的角色',
1.6       bisitz   9990: 
                   9991:    'Roles for which access to course has expired since last week'
1.63      zhu      9992: => '从上周起该课程过期的角色',
1.6       bisitz   9993: 
                   9994:    'Roles for which access to course has expired since last month'
1.63      zhu      9995: => '从上个月起该课程过期的角色',
1.6       bisitz   9996: 
                   9997:    'Roles for which access to course has expired since start of course'
1.63      zhu      9998: => '从课程开始起过期的角色',
1.6       bisitz   9999: 
                   10000:    'There are no roles which expired since yesterday'
1.63      zhu      10001: => '没有角色从昨天起过期了',
1.6       bisitz   10002: 
                   10003:    'There are no roles which expired since last week'
1.63      zhu      10004: => '没有角色从上周起过期了',
1.6       bisitz   10005: 
                   10006:    'There are no roles which expired since last month'
1.63      zhu      10007: => '没有角色从上个月起过期了',
1.6       bisitz   10008: 
                   10009:    'There are no roles which expired since start of course'
1.63      zhu      10010: => '没有角色从课程开始起过期了',
1.6       bisitz   10011: 
                   10012:    'roles which expired since yesterday'
1.63      zhu      10013: => '从昨天起该课程过期的角色',
1.6       bisitz   10014: 
                   10015:    'roles which expired since last week'
1.63      zhu      10016: => '从上周起该课程过期的角色',
1.6       bisitz   10017: 
                   10018:    'roles which expired since last month'
1.63      zhu      10019: => '从上个月起该课程过期的角色',
1.6       bisitz   10020: 
                   10021:    'roles which expired since start of course'
1.63      zhu      10022: => '从课程开始起过期的角色',
1.6       bisitz   10023: 
                   10024:    'Roles for which access to course has become available since yesterday'
1.63      zhu      10025: => '从昨天起分配给该课程的角色',
1.6       bisitz   10026: 
                   10027:    'Roles for which access to course has become available since last week'
1.63      zhu      10028: => '从上周起分配给该课程的角色',
1.6       bisitz   10029: 
                   10030:    'Roles for which access to course has become available since last month'
1.63      zhu      10031: => '从上个月起分配给该课程的角色',
1.6       bisitz   10032: 
                   10033:    'Roles for which access to course has become available since start of course'
1.63      zhu      10034: => '从课程开始起分配给该课程的角色',
1.6       bisitz   10035: 
                   10036:    'There are no roles which have become active since yesterday'
1.63      zhu      10037: => '从昨天起没有角色分配给该课程',
1.6       bisitz   10038: 
                   10039:    'There are no roles which have become active since last week'
1.63      zhu      10040: => '从上周起没有角色分配给该课程',
1.6       bisitz   10041: 
                   10042:    'There are no roles which have become active since last month'
1.63      zhu      10043: => '从上个月起没有角色分配给该课程',
1.6       bisitz   10044: 
                   10045:    'There are no roles which have become active since start of course'
1.63      zhu      10046: => '从课程开始起没有角色分配给该课程',
1.6       bisitz   10047: 
                   10048:    'roles which have become active since yesterday'
1.63      zhu      10049: => '从昨天起分配给该课程的角色',
1.6       bisitz   10050: 
                   10051:    'roles which have become active since last week'
1.63      zhu      10052: => '从上周起分配给该课程的角色',
1.6       bisitz   10053: 
                   10054:    'roles which have become active since last month'
1.63      zhu      10055: => '从上个月起分配给该课程的角色',
1.6       bisitz   10056: 
                   10057:    'roles which have become active since start of course'
1.63      zhu      10058: => '从课程开始起分配给该课程的角色',
1.6       bisitz   10059: 
                   10060:    'Show all posts'
1.27      zhu      10061: => '查看所有帖子',
1.6       bisitz   10062: 
                   10063:    'to display'
1.27      zhu      10064: => '显示', # ???
1.6       bisitz   10065: 
                   10066:    'posts previously marked read'
1.27      zhu      10067: => '帖子先前标记为已读',
1.6       bisitz   10068: 
                   10069:    'previously viewed posts'
1.27      zhu      10070: => '先前浏览的帖子',
1.6       bisitz   10071: 
                   10072:    'NEW'
1.18      zhu      10073: => '新的',
1.6       bisitz   10074: 
                   10075:    'Preferences on what is marked as NEW'
1.22      zhu      10076: => '偏好,什么将被标记为新',
1.6       bisitz   10077: 
                   10078:    'Mark NEW posts no longer new'
1.22      zhu      10079: => '随着新的帖子将不再标记为新',
1.6       bisitz   10080: 
                   10081:    'Sorting/Filtering options'
1.12      zhu      10082: => '排序/过滤选项',
1.6       bisitz   10083: 
                   10084:    'Export'
1.12      zhu      10085: => '导出',
1.6       bisitz   10086: 
                   10087:    'Attachments'
1.12      zhu      10088: => '附件',
1.6       bisitz   10089: 
                   10090:    'Download the zip file from [_1]Discussion Posting Archive'
1.12      zhu      10091: => '下载zip档案由[_1]讨论发布档案',
1.6       bisitz   10092: 
                   10093:    'The following errors occurred during export - [_1]'
1.93      raeburn  10094: => 'The following errors occurred during export - [_1]',
1.6       bisitz   10095: 
                   10096:    '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  10097: => '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   10098: 
                   10099:    '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  10100: => '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   10101: 
                   10102:    'Make Visible'
                   10103: => '显示',
                   10104: 
                   10105:    'Mark unread'
1.93      raeburn  10106: => 'Mark unread',
1.6       bisitz   10107: 
                   10108:    'Mark read'
1.93      raeburn  10109: => 'Mark read',
1.6       bisitz   10110: 
                   10111:    'This post has been edited by the author.'
1.93      raeburn  10112: => 'This post has been edited by the author.',
1.6       bisitz   10113: 
                   10114:    'Display all versions'
1.93      raeburn  10115: => 'Display all versions',
1.6       bisitz   10116: 
                   10117:    'Earlier version(s) were posted on: '
1.93      raeburn  10118: => 'Earlier version(s) were posted on: ',
1.6       bisitz   10119: 
                   10120:    'You do not have privileges to view all versions of posts.'
1.93      raeburn  10121: => 'You do not have privileges to view all versions of posts.',
1.6       bisitz   10122: 
                   10123:    'Please select a different role.'
1.93      raeburn  10124: => 'Please select a different role.',
1.6       bisitz   10125: 
                   10126:    'Error copying file attachment - [_1] to IMS package'
1.93      raeburn  10127: => 'Error copying file attachment - [_1] to IMS package',
1.6       bisitz   10128: 
                   10129:    'Error copying file attachment - [_1] to IMS package: '
1.93      raeburn  10130: => 'Error copying file attachment - [_1] to IMS package: ',
1.6       bisitz   10131: 
                   10132:    'Re: '
                   10133: => 'Re: ',
                   10134: 
                   10135:    'Please select a feedback type.'
1.93      raeburn  10136: => 'Please select a feedback type.',
1.6       bisitz   10137: 
1.89      bisitz   10138:    'Sorry, no feedback possible on this resource ...'
1.93      raeburn  10139: => 'Sorry, no feedback possible on this resource ...',
1.6       bisitz   10140: 
                   10141:    'Error sending message to [_1], no user specified.'
1.93      raeburn  10142: => 'Error sending message to [_1], no user specified.',
1.6       bisitz   10143: 
                   10144:    'Error sending message to [_1], no domain specified.'
1.93      raeburn  10145: => 'Error sending message to [_1], no domain specified.',
1.6       bisitz   10146: 
                   10147:    'Error sending message to'
1.93      raeburn  10148: => 'Error sending message to',
1.6       bisitz   10149: 
                   10150:    'Not registered'
1.22      zhu      10151: => '未注册', # ???
1.6       bisitz   10152: 
                   10153:    'Editing not permitted'
1.22      zhu      10154: => '不允许编辑',
1.6       bisitz   10155: 
                   10156:    'Marked postings read/unread'
1.22      zhu      10157: => '标记贴子为已读/未读',
1.6       bisitz   10158: 
                   10159:    'Changed sort/filter'
1.22      zhu      10160: => '改变排序/过滤器',
1.6       bisitz   10161: 
                   10162:    'Changed display status'
1.22      zhu      10163: => '改变显示状态',
1.6       bisitz   10164: 
                   10165:    'Deletion not permitted'
1.22      zhu      10166: => '不允许删除',
1.6       bisitz   10167: 
                   10168:    'Changed discussion status'
1.22      zhu      10169: => '讨论的状态已更改',
1.6       bisitz   10170: 
                   10171:    'Added to my course blog'
1.22      zhu      10172: => '添加到我的课程博客',
1.6       bisitz   10173: 
                   10174:    'Back to previous page'
1.18      zhu      10175: => '返回前一页',
1.6       bisitz   10176: 
                   10177:    'Go to previous page'
1.18      zhu      10178: => '返回前一页',
1.6       bisitz   10179: 
                   10180:    'Return to previous page'
1.18      zhu      10181: => '返回前一页',
1.6       bisitz   10182: 
                   10183:    'Untitled resource'
1.18      zhu      10184: => '资源没有标题',
1.6       bisitz   10185: 
                   10186:    'Discussion display options'
1.18      zhu      10187: => '讨论显示选项',
1.6       bisitz   10188: 
                   10189:    'Preferences can be set for this discussion that determine ....'
1.18      zhu      10190: => '这个讨论可以设置使用偏好',
1.6       bisitz   10191: 
                   10192:    'Which posts are displayed when you display this bulletin board or resource, and'
1.18      zhu      10193: => '哪些讨论将被显示在您的公告栏或资源里',
1.6       bisitz   10194: 
                   10195:    'Under what circumstances posts are identified as "NEW", and'
1.18      zhu      10196: => '在什么情况下讨论被确定为“新”',
1.6       bisitz   10197: 
                   10198:    'Whether individual posts can be marked as read/unread'
1.18      zhu      10199: => '个别帖子是否可以被标记为已读/未读',
1.6       bisitz   10200: 
                   10201:    'Posts not marked read'
1.18      zhu      10202: => '讨论没有标记为已读',
1.6       bisitz   10203: 
                   10204:    'New posts cease to be identified as "New"?'
1.18      zhu      10205: => '新的讨论不再被标识为“新”?',
1.6       bisitz   10206: 
                   10207:    'New posts cease to be identified as "NEW"?'
1.18      zhu      10208: => '新的讨论不再被标识为“新”?',
1.6       bisitz   10209: 
                   10210:    'Option to mark each post as read/unread?'
1.18      zhu      10211: => '选择帖子标记为已读/未读?',
1.6       bisitz   10212: 
                   10213:    'Shown'
1.10      zhu      10214: => '显示',
1.6       bisitz   10215: 
                   10216:    'Not shown'
1.10      zhu      10217: => '不显示',
1.6       bisitz   10218: 
                   10219:    'Discussion options'
1.10      zhu      10220: => '论坛选项',
1.6       bisitz   10221: 
                   10222:    'Set options that control the sort order of posts, and/or which posts are displayed.'
1.93      raeburn  10223: => 'Set options that control the sort order of posts, and/or which posts are displayed.',
1.6       bisitz   10224: 
                   10225:    'Sort order'
1.10      zhu      10226: => '排序顺序',
1.6       bisitz   10227: 
                   10228:    'Date order - oldest first'
1.10      zhu      10229: => '按日期顺序 - 最老的优先',
1.6       bisitz   10230: 
                   10231:    'Date order - newest first'
1.10      zhu      10232: => '按日期顺序 - 最新的优先',
1.6       bisitz   10233: 
                   10234:    'Threaded'
1.26      zhu      10235: => '按帖子', # ???
1.6       bisitz   10236: 
                   10237:    'By subject'
1.10      zhu      10238: => '按主题',
1.6       bisitz   10239: 
                   10240:    'By domain and username'
1.10      zhu      10241: => '按域名和用户名',
1.6       bisitz   10242: 
                   10243:    'By last name, first name'
1.10      zhu      10244: => '按姓氏,名字',
1.6       bisitz   10245: 
                   10246:    'Specific role status'
1.10      zhu      10247: => '具体角色的状态',
1.6       bisitz   10248: 
                   10249:    'Roles of any status'
1.10      zhu      10250: => '任意的角色',
1.6       bisitz   10251: 
                   10252:    'Only active roles'
1.10      zhu      10253: => '只有现在的角色',
1.6       bisitz   10254: 
                   10255:    'Only past roles'
1.10      zhu      10256: => '只有过去的角色',
1.6       bisitz   10257: 
                   10258:    'Only future roles'
1.10      zhu      10259: => '只有未来的角色',
1.6       bisitz   10260: 
                   10261:    'Specific user roles'
1.10      zhu      10262: => '特定的用户角色',
1.6       bisitz   10263: 
                   10264:    'All roles'
1.10      zhu      10265: => '所有角色',
1.6       bisitz   10266: 
                   10267:    'Students'
                   10268: => '学生',
                   10269: 
                   10270:    'Course Coordinators'
1.10      zhu      10271: => '课程协调员',
1.6       bisitz   10272: 
                   10273:    'Instructors'
                   10274: => '讲师',
                   10275: 
                   10276:    'TAs'
1.10      zhu      10277: => '辅导员',
1.6       bisitz   10278: 
                   10279:    'Exam proctors'
1.10      zhu      10280: => '监考老师',
1.6       bisitz   10281: 
                   10282:    'Custom role'
1.10      zhu      10283: => '自定义角色',
1.6       bisitz   10284: 
                   10285:    'Custom roles'
1.10      zhu      10286: => '自定义角色',
1.6       bisitz   10287: 
                   10288:    'Specific sections'
1.10      zhu      10289: => '具体章节',
1.6       bisitz   10290: 
                   10291:    'Specific groups'
1.10      zhu      10292: => '特定组',
1.6       bisitz   10293: 
                   10294:    'Pick specific users (by name)'
1.10      zhu      10295: => '选择特定的用户 (姓)',
1.6       bisitz   10296: 
                   10297:    'Show a list of current posters'
1.93      raeburn  10298: => 'Show a list of current posters',
1.6       bisitz   10299: 
                   10300:    'So far, no data has been returned for your request'
1.10      zhu      10301: => '到现在为止,您的查询没有返回任何数据。',
1.6       bisitz   10302: 
                   10303:    'Select a user'
1.10      zhu      10304: => '选择一个用户',
1.6       bisitz   10305: 
                   10306:    'An error occurred while processing this resource. The course personnel ([_1]) and the author have been notified.'
1.93      raeburn  10307: => 'An error occurred while processing this resource. The course personnel ([_1]) and the author have been notified.',
1.6       bisitz   10308: 
                   10309:    'photo'
1.10      zhu      10310: => '图片',
1.6       bisitz   10311: 
                   10312:    'Critical Message'
1.55      zhu      10313: => '重要邮件',
1.6       bisitz   10314: 
                   10315:    'Display a Message'
1.55      zhu      10316: => '显示邮件',
1.6       bisitz   10317: 
                   10318:    'Back to Folder Display'
1.10      zhu      10319: => '返回文件夹列表',
1.6       bisitz   10320: 
1.63      zhu      10321:    'Currently available actions (will open extra window):'
                   10322: => '目前可采取的行动 (在新窗口中打开):',
1.6       bisitz   10323: 
1.86      bisitz   10324:    'There are no unread messages in this folder.'
1.10      zhu      10325: => '在此文件夹中没有未阅读邮件。',
1.6       bisitz   10326: 
1.86      bisitz   10327:    'There are no read messages in this folder'
1.10      zhu      10328: => '在此文件夹中没有已阅读邮件。',
1.6       bisitz   10329: 
1.86      bisitz   10330:    'There are no forwarded messages in this folder.'
1.10      zhu      10331: => '在此文件夹中没有转发的邮件。',
1.6       bisitz   10332: 
                   10333:    'You have not replied to any messages in this folder.'
1.10      zhu      10334: => '在此文件夹中您没有需要回答的邮件。',
1.6       bisitz   10335: 
1.86      bisitz   10336:    'There are no messages in this folder.'
                   10337: => '空文件夹', # Empty Folder
1.6       bisitz   10338: 
                   10339:    'Cc:'
1.18      zhu      10340: => '抄送:',
1.6       bisitz   10341: 
                   10342:    'Bcc:'
1.18      zhu      10343: => '密送:',
1.6       bisitz   10344: 
1.12      zhu      10345:    'Bcc'
                   10346: => '密送',
                   10347: 
1.6       bisitz   10348:    'Retrieve discussion and message records'
1.26      zhu      10349: => '检索讨论和信息记录',
1.6       bisitz   10350: 
                   10351:    'New Record (record is visible to course faculty and staff)'
1.26      zhu      10352: => '新记录 (只有课程管理者和工作人员可见):',
1.6       bisitz   10353: 
                   10354:    'Post this Record'
1.12      zhu      10355: => '保存',
1.6       bisitz   10356: 
                   10357:    'Revise your search criteria for this domain'
1.93      raeburn  10358: => 'Revise your search criteria for this domain',
1.6       bisitz   10359: 
                   10360:    'Metadata Modified'
1.93      raeburn  10361: => 'Metadata Modified',
1.6       bisitz   10362: 
                   10363:    'Use of LON-CAPA requires Javascript to be enabled in your web browser.'
1.93      raeburn  10364: => 'Use of LON-CAPA requires Javascript to be enabled in your web browser.',
1.6       bisitz   10365: 
                   10366:    'As this is not the case, most functionality in the system will be unavailable.'
1.93      raeburn  10367: => 'As this is not the case, most functionality in the system will be unavailable.',
1.6       bisitz   10368: 
                   10369:    "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  10370: => "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   10371: 
                   10372:    'Directory'
1.10      zhu      10373: => '目录',
1.6       bisitz   10374: 
                   10375:    'Only empty directories may be deleted.'
1.22      zhu      10376: => '只有空的目录可以被删除。',
1.6       bisitz   10377: 
                   10378:    'You must delete the contents of the directory first.'
1.22      zhu      10379: => '您必须首先删除目录中的内容。',
1.6       bisitz   10380: 
                   10381:    'Cannot delete non-obsolete published file'
1.93      raeburn  10382: => 'Cannot delete non-obsolete published file',
1.6       bisitz   10383: 
                   10384:    'Must not include'
1.93      raeburn  10385: => 'Must not include',
1.6       bisitz   10386: 
                   10387:    'Name of new file is the same as name of old file'
1.93      raeburn  10388: => 'Name of new file is the same as name of old file',
1.6       bisitz   10389: 
                   10390:    'no action taken'
1.93      raeburn  10391: => 'no action taken',
1.6       bisitz   10392: 
                   10393:    'copy metadata error'
1.93      raeburn  10394: => 'copy metadata error',
1.6       bisitz   10395: 
                   10396:    'No New filename specified'
1.93      raeburn  10397: => 'No New filename specified',
1.6       bisitz   10398: 
                   10399:    'Warning: a published problem of this name exists.'
1.93      raeburn  10400: => 'Warning: a published problem of this name exists.',
1.6       bisitz   10401: 
                   10402:    'Warning: a published library of this name exists.'
1.93      raeburn  10403: => 'Warning: a published library of this name exists.',
1.6       bisitz   10404: 
                   10405:    'Bad filename [_1].<br /> <tt>(name).(number).(extension)</tt> not allowed. <br /> Removing the <tt>.number.</tt> from requested filename.'
1.93      raeburn  10406: => 'Bad filename [_1].<br /> <tt>(name).(number).(extension)</tt> not allowed. <br /> Removing the <tt>.number.</tt> from requested filename.',
1.6       bisitz   10407: 
                   10408:    'Cannot change MIME type of a directory'
1.93      raeburn  10409: => 'Cannot change MIME type of a directory',
1.6       bisitz   10410: 
                   10411:    'Cannot rename or move non-obsolete published file'
1.93      raeburn  10412: => 'Cannot rename or move non-obsolete published file',
1.6       bisitz   10413: 
                   10414:    'Change discussion display'
1.93      raeburn  10415: => 'Change discussion display',
1.6       bisitz   10416: 
                   10417:    '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  10418: => '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   10419: 
                   10420:    "This can increase the time taken to gather data for the '<i>What's New?</i>' page by a few seconds."
1.93      raeburn  10421: => "This can increase the time taken to gather data for the '<i>What's New?</i>' page by a few seconds.",
1.6       bisitz   10422: 
                   10423:    'Currently set to [_1].'
1.57      zhu      10424: => '当前设置为 [_1].',
1.6       bisitz   10425: 
                   10426:    'Change to [_1]'
1.57      zhu      10427: => '改变为 [_1]',
1.6       bisitz   10428: 
                   10429:    'No change'
1.12      zhu      10430: => '无变化',
1.6       bisitz   10431: 
                   10432:    'Count unread posts in discussions display set to [_1]'
1.57      zhu      10433: => '未读讨论计数显示设置为 [_1]',
1.6       bisitz   10434: 
                   10435:    'Groups Manager'
1.12      zhu      10436: => '组管理',
1.6       bisitz   10437: 
                   10438:    'Group access start and end dates'
1.12      zhu      10439: => '组访问开始和结束日期',
1.6       bisitz   10440: 
                   10441:    'None available'
1.12      zhu      10442: => '无可用',
1.6       bisitz   10443: 
                   10444:    'There are no active, future or previous group members to modify.'
1.93      raeburn  10445: => 'There are no active, future or previous group members to modify.',
1.6       bisitz   10446: 
                   10447:    'Members to delete or expire'
1.57      zhu      10448: => '成员身份到期或将被删除',
1.6       bisitz   10449: 
                   10450:    'To be deleted'
1.12      zhu      10451: => '将删除的',
1.6       bisitz   10452: 
                   10453:    'To be expired'
1.12      zhu      10454: => '期满',
1.6       bisitz   10455: 
                   10456:    'No members to be deleted or expired from the group.'
1.93      raeburn  10457: => 'No members to be deleted or expired from the group.',
1.6       bisitz   10458: 
                   10459:    'Files: [_1]'
1.18      zhu      10460: => '文件: [_1]',
1.6       bisitz   10461: 
                   10462:    'Folders: [_1]'
1.18      zhu      10463: => '文件夹: [_1]',
1.6       bisitz   10464: 
                   10465:    'Choose Task'
1.12      zhu      10466: => '选择行动',
1.6       bisitz   10467: 
                   10468:    'Modify default group settings'
1.12      zhu      10469: => '修改默认组设置',
1.6       bisitz   10470: 
                   10471:    'Modify access, tools and/or privileges for previous, future, or current members'
1.12      zhu      10472: => '修改组成员访问,工具和权限',
1.6       bisitz   10473: 
                   10474:    'Add member(s) to the group'
1.12      zhu      10475: => '添加组成员',
1.6       bisitz   10476: 
                   10477:    'Group Settings'
1.12      zhu      10478: => '组设定',
1.6       bisitz   10479: 
                   10480:    'Modify/Delete Members'
1.12      zhu      10481: => '修改/删除会员',
1.6       bisitz   10482: 
                   10483:    'Current Tool Set'
1.12      zhu      10484: => '目前的工具集',
1.6       bisitz   10485: 
                   10486:    'Change Privileges'
1.12      zhu      10487: => '更改权限',
1.6       bisitz   10488: 
                   10489:    'Membership Mapping'
1.12      zhu      10490: => '会员推荐',
1.6       bisitz   10491: 
                   10492:    'Group name, title and available collaborative tools'
1.12      zhu      10493: => '组名称,所有权和使用协作工具',
1.6       bisitz   10494: 
                   10495:    'Letters, numbers and underscore only'
1.12      zhu      10496: => '只有字母,数字和下划线',
1.6       bisitz   10497: 
                   10498:    'Discussion boards'
1.12      zhu      10499: => '论坛',
1.6       bisitz   10500: 
                   10501:    'E-mail'
1.93      raeburn  10502: => 'E-mail',
1.6       bisitz   10503: 
                   10504:    'File Repository'
1.12      zhu      10505: => '档案库',
1.6       bisitz   10506: 
                   10507:    'Group home page'
1.12      zhu      10508: => '组首页',
1.6       bisitz   10509: 
                   10510:    'Membership Roster'
1.12      zhu      10511: => '会员名册',
1.6       bisitz   10512: 
                   10513:    'Granularity:'
1.27      zhu      10514: => '細微性:',
1.6       bisitz   10515: 
                   10516:    'Different subsets of the chosen collaborative tools for different group members?'
1.27      zhu      10517: => '不同的组成员选择不同的协作工具?',
1.6       bisitz   10518: 
1.57      zhu      10519: #   'Disk quota: '
                   10520: #=> '磁盘配额: ',
                   10521: 
                   10522:    'Disk quota'
                   10523: => '磁盘配额',
1.6       bisitz   10524: 
                   10525:    'If you enable the file repository for the group, allocate a disk quota.'
1.27      zhu      10526: => '如果您对组启用了文件存放,请分配磁盘配额:',
1.6       bisitz   10527: 
                   10528:    '[_1] Mb'
                   10529: => '[_1] MB',
                   10530: 
                   10531:    'A total of [_1] Mb can be divided amongst all groups in the course, and [_2] Mb are currently unallocated.'
1.27      zhu      10532: => '该课的所有组共有 [_1] Mb 可分,[_2] MB 目前未被分配。',
1.6       bisitz   10533: 
                   10534:    'Default start and end dates for group access'
1.22      zhu      10535: => '默认情况下组访问的开始和结束日期',
1.6       bisitz   10536: 
                   10537:    'Start:'
1.18      zhu      10538: => '开始:',
1.6       bisitz   10539: 
                   10540:    'End:'
1.18      zhu      10541: => '结束:',
1.6       bisitz   10542: 
                   10543:    'Error: invalid course domain or number - group folder creation failed.'
1.12      zhu      10544: => '错误:无效的课程或域号码。建立了组列表失败。',
1.6       bisitz   10545: 
                   10546:    'Course Groups'
1.9       zhu      10547: => '课程组',
1.6       bisitz   10548: 
                   10549:    'Non-standard course - folder for all groups not added.'
1.27      zhu      10550: => '非标准课程 - 所有组的文件夹不会增加。',
1.6       bisitz   10551: 
                   10552:    'Build a list of users for selection of group members'
1.27      zhu      10553: => '从组成员里选择来建立一个用户列表',
1.6       bisitz   10554: 
                   10555:    'Group membership selection list criteria:'
1.12      zhu      10556: => '组成员名单选择标准:',
1.6       bisitz   10557: 
                   10558:    'Pick the criteria to use to build a list of course users from which you will select '
1.27      zhu      10559: => '选择的标准的使用来建立一个名单,您将选择',
1.6       bisitz   10560: 
                   10561:    'members of the new group.'
1.27      zhu      10562: => '新的组成员。',
1.6       bisitz   10563: 
                   10564:    '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      10565: => '如果您创建的组不想立即要添加成员,就没有必要选择任何标准。',
1.6       bisitz   10566: 
                   10567:    '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      10568: => '随后的步骤将自动添加/删除组成员,也可以让您指定所引发指定用户角色和第的过程中。这是通过指定的用户角色和在课程中章节<i>变化</i>被触发的。',
1.6       bisitz   10569: 
                   10570:    'Access types'
1.12      zhu      10571: => '访问类型',
1.6       bisitz   10572: 
                   10573:    'Currently has access'
1.12      zhu      10574: => '目前已获得',
1.6       bisitz   10575: 
                   10576:    'Will have future access'
1.12      zhu      10577: => '今后将有机会',
1.6       bisitz   10578: 
                   10579:    'Previously had access'
1.12      zhu      10580: => '曾获得',
1.6       bisitz   10581: 
                   10582:    'Course roles'
1.12      zhu      10583: => '课程角色', # 'Benutzerrollen im Kurs',
1.6       bisitz   10584: 
                   10585:    'Course sections'
1.12      zhu      10586: => '课程章节', # 'Sektionen im Kurs',
1.6       bisitz   10587: 
                   10588:    'all sections'
1.12      zhu      10589: => '所有章节',
1.6       bisitz   10590: 
                   10591:    'no section'
1.12      zhu      10592: => '无章节',
1.6       bisitz   10593: 
                   10594:    'Go to next step'
1.12      zhu      10595: => '下一步',
1.6       bisitz   10596: 
                   10597:    'Invalid group name'
1.12      zhu      10598: => '无效的组名称',
1.6       bisitz   10599: 
                   10600:    'The group name entered '
1.12      zhu      10601: => '输入的组名称 ',
1.6       bisitz   10602: 
                   10603:    'is not a valid name.'
1.12      zhu      10604: => '不是一个有效的名称。',
1.6       bisitz   10605: 
                   10606:    'can not be used as it is the name of '
1.12      zhu      10607: => '不能使用,因为它的名字是 ',
1.6       bisitz   10608: 
1.20      bisitz   10609:    'an existing [_1]'
1.12      zhu      10610: => '现有的 [_1]',
1.6       bisitz   10611: 
                   10612:    ' in this Course'
1.12      zhu      10613: => ' 在该课程里',
1.6       bisitz   10614: 
                   10615:    'Group names and section names used in a Course must be unique.'
1.12      zhu      10616: => '组名称和章节名称在课程中必须是独一无二的。',
1.6       bisitz   10617: 
                   10618:    'Group names may only contain letters, numbers or underscores.'
1.12      zhu      10619: => '组名称只能包含字母,数字或下划线。',
1.6       bisitz   10620: 
                   10621:    'Go to previous step'
1.12      zhu      10622: => '返回',
1.6       bisitz   10623: 
                   10624:    'Select Members'
1.12      zhu      10625: => '选择成员',
1.6       bisitz   10626: 
                   10627:    'Your group selections - '
1.12      zhu      10628: => '您的组选择 - ',
1.6       bisitz   10629: 
                   10630:    'The following settings will apply to the group:'
1.12      zhu      10631: => '下面的设置将适用于本组:',
1.6       bisitz   10632: 
                   10633:    'Granularity'
1.57      zhu      10634: => '細微性',
1.6       bisitz   10635: 
                   10636:    'File quota'
1.12      zhu      10637: => '文件共享',
1.6       bisitz   10638: 
                   10639:    'Default access dates'
1.12      zhu      10640: => '默认访问日期',
1.6       bisitz   10641: 
                   10642:    'Different collaborative tools<br />for different members:'
1.27      zhu      10643: => '不同的协作工具<br />对不同的成员组成:',
1.6       bisitz   10644: 
                   10645:    'Start date'
                   10646: => '开始日期',
                   10647: 
                   10648:    'Start date:'
                   10649: => '开始日期:',
                   10650: 
                   10651:    'End date'
                   10652: => '结束日期',
                   10653: 
                   10654:    'End date:'
                   10655: => '结束日期:',
                   10656: 
                   10657:    'Available for assignment to members:'
1.57      zhu      10658: => '可供成员访问:',
1.6       bisitz   10659: 
                   10660:    'Unavailable for assignment:'
1.57      zhu      10661: => '没有可能访问:',
1.6       bisitz   10662: 
                   10663:    'User privileges for collaborative tools'
1.57      zhu      10664: => '协作工具的用户权限',
1.6       bisitz   10665: 
                   10666:    '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  10667: => '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   10668: 
                   10669:    'For some tools there are also additional optional privileges which can be set.'
1.93      raeburn  10670: => 'For some tools there are also additional optional privileges which can be set.',
1.6       bisitz   10671: 
                   10672:    'Choose one of the following:'
1.93      raeburn  10673: => 'Choose one of the following:',
1.6       bisitz   10674: 
                   10675:    '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  10676: => '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   10677: 
                   10678:    'As you have chosen not to include any collaborative tools in the group, no default optional privileges need to be set.'
1.93      raeburn  10679: => 'As you have chosen not to include any collaborative tools in the group, no default optional privileges need to be set.',
1.6       bisitz   10680: 
                   10681:    'Group membership'
1.12      zhu      10682: => '组员',
1.6       bisitz   10683: 
                   10684:    'Add members'
1.12      zhu      10685: => '添加成员',
1.6       bisitz   10686: 
                   10687:    'Assign collaborative tools'
1.27      zhu      10688: => '转让协作工具',
1.6       bisitz   10689: 
                   10690:    'Tools'
1.12      zhu      10691: => '工具',
1.6       bisitz   10692: 
                   10693:    'Add Members'
1.12      zhu      10694: => '添加成员',
1.6       bisitz   10695: 
                   10696:    'Add?'
1.18      zhu      10697: => '添加?',
1.6       bisitz   10698: 
                   10699:    'All:'
1.18      zhu      10700: => '全部:',
1.6       bisitz   10701: 
                   10702:    '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  10703: => '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   10704: 
                   10705:    '[_1] [_2] was created.<br />'
1.12      zhu      10706: => '[_1] [_2] 已创建。<br />',
1.6       bisitz   10707: 
                   10708:    'Group membership list updated.'
1.12      zhu      10709: => '该组成员名单已经更新。',
1.6       bisitz   10710: 
                   10711:    '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  10712: => '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   10713: 
                   10714:    'An error occurred while updating the group membership list:'
1.93      raeburn  10715: => 'An error occurred while updating the group membership list:',
1.6       bisitz   10716: 
                   10717:    'Choose Privileges'
1.93      raeburn  10718: => 'Choose Privileges',
1.6       bisitz   10719: 
                   10720:    'Setting Changes Complete'
1.98    ! bisitz   10721: => 'Setting Changes Complete',
1.6       bisitz   10722: 
                   10723:    'Modifications Complete'
1.98    ! bisitz   10724: => 'Modifications Complete',
1.6       bisitz   10725: 
                   10726:    'Creation Complete'
1.93      raeburn  10727: => 'Creation Complete',
1.6       bisitz   10728: 
                   10729:    'Additions Complete'
1.93      raeburn  10730: => 'Additions Complete',
1.6       bisitz   10731: 
                   10732:    'Verify deletion'
1.93      raeburn  10733: => 'Verify deletion',
1.6       bisitz   10734: 
                   10735:    'Deletion Complete'
1.93      raeburn  10736: => 'Deletion Complete',
1.6       bisitz   10737: 
                   10738:    'Create Group'
1.12      zhu      10739: => '创建组',
1.6       bisitz   10740: 
                   10741:    'discussion'
1.12      zhu      10742: => '论坛',
1.6       bisitz   10743: 
                   10744:    'email files'
1.12      zhu      10745: => '电子邮件档案',
1.6       bisitz   10746: 
                   10747:    'homepage'
1.12      zhu      10748: => '主页',
1.6       bisitz   10749: 
                   10750:    'roster'
1.12      zhu      10751: => '花名册',
1.6       bisitz   10752: 
                   10753:    'Edit Group Homepage'
1.12      zhu      10754: => '编辑组首页',
1.6       bisitz   10755: 
                   10756:    'Edit Group Settings'
1.12      zhu      10757: => '编辑组设置',
1.6       bisitz   10758: 
                   10759:    'Available Group Tools'
1.12      zhu      10760: => '可用的工具组',
1.6       bisitz   10761: 
1.22      zhu      10762:    'Group Chat Room'
1.12      zhu      10763: => '组聊天室',
1.6       bisitz   10764: 
                   10765:    'Group e-mail'
1.12      zhu      10766: => '组电子邮箱',
1.6       bisitz   10767: 
                   10768:    'Group page - [_1]'
1.12      zhu      10769: => '组页 - [_1]',
1.6       bisitz   10770: 
                   10771:    '[_1] discussion boards - [_2]'
1.12      zhu      10772: => '[_1] 论坛 - [_2]',
1.6       bisitz   10773: 
                   10774:    'New Discussion Board'
1.12      zhu      10775: => '创建新论坛',
1.6       bisitz   10776: 
                   10777:    'There are currently no discussion boards in this [_1].'
1.12      zhu      10778: => '在这 [_1] 里目前还没有论坛。',
1.6       bisitz   10779: 
                   10780:    'Discussion Board Title'
1.12      zhu      10781: => '论坛讨论标题',
1.6       bisitz   10782: 
                   10783:    'The new discussion board was added successfully.<br />'
1.12      zhu      10784: => '新的讨论论坛已成功创建。<br />',
1.6       bisitz   10785: 
                   10786:    'Edit [_1] board'
1.12      zhu      10787: => '编辑 [_1] 论坛',
1.6       bisitz   10788: 
                   10789:    'View all group discussion boards'
1.12      zhu      10790: => '查看各组讨论论坛',
1.6       bisitz   10791: 
                   10792:    'Show Student View'
1.12      zhu      10793: => '以学生视角显示',
1.6       bisitz   10794: 
                   10795:    'Note: in anonymous discussion, your name is visible only to course faculty'
1.12      zhu      10796: => '注意:在匿名的讨论中,你的名字只有课程教师看的见。',
1.6       bisitz   10797: 
                   10798:    'Send a Message in a Group'
1.12      zhu      10799: => '组内发送邮件',
1.6       bisitz   10800: 
                   10801:    'As this group has no members, there are no recipients to select.'
1.12      zhu      10802: => '由于这组没有成员,您无法选择收件人。',
1.6       bisitz   10803: 
                   10804:    'Allow replies'
1.10      zhu      10805: => '允许回复',
1.6       bisitz   10806: 
                   10807:    'Reply to'
1.10      zhu      10808: => '回复',
1.6       bisitz   10809: 
                   10810:    'Group Portfolio'
1.12      zhu      10811: => '组档案',
1.6       bisitz   10812: 
                   10813:    '[_1] portfolio files - [_2]'
1.13      zhu      10814: => '[_1] 组合文件 - [_2]',
1.6       bisitz   10815: 
                   10816:    'There are no membership data to display for this [_1]'
1.93      raeburn  10817: => 'There are no membership data to display for this [_1]',
1.6       bisitz   10818: 
                   10819:    'Group Membership'
1.12      zhu      10820: => '组成员',
1.6       bisitz   10821: 
                   10822:    '[_1] membership status - [_2]'
1.12      zhu      10823: => '[_1] 成员状态 - [_2]',
1.6       bisitz   10824: 
                   10825:    'Group Message'
1.55      zhu      10826: => '组邮件',
1.6       bisitz   10827: 
                   10828:    'Compose Group Message'
1.55      zhu      10829: => '撰写组邮件',
1.6       bisitz   10830: 
                   10831:    'Course Discussion Boards'
1.9       zhu      10832: => '课程讨论区',
1.6       bisitz   10833: 
                   10834:    'Post Discussion'
1.12      zhu      10835: => '提交讨论文件',
1.6       bisitz   10836: 
                   10837:    'Post Anonymous Discussion'
1.12      zhu      10838: => '匿名提交讨论文件',
1.6       bisitz   10839: 
                   10840:    'Content'
1.12      zhu      10841: => '内容',
1.6       bisitz   10842: 
                   10843:    'You do not currently have rights to view this group.'
1.93      raeburn  10844: => 'You do not currently have rights to view this group.',
1.6       bisitz   10845: 
                   10846:    'No page information provided.'
1.93      raeburn  10847: => 'No page information provided.',
1.6       bisitz   10848: 
                   10849:    '<p>No page information provided.</p>'
                   10850: => '<p>Keine Seiteninformationen angegeben.</p>',
                   10851: 
                   10852:    'Available functions'
1.12      zhu      10853: => '可用的功能',
1.6       bisitz   10854: 
                   10855:    'No group functionality.'
1.93      raeburn  10856: => 'No group functionality.',
1.6       bisitz   10857: 
                   10858:    'No group functionality (e.g., e-mail, discussion, chat or file upload) is currently available to you in this group: [_1].'
1.93      raeburn  10859: => 'No group functionality (e.g., e-mail, discussion, chat or file upload) is currently available to you in this group: [_1].',
1.6       bisitz   10860: 
                   10861:    'Group Page'
1.12      zhu      10862: => '组页',
1.6       bisitz   10863: 
1.57      zhu      10864:    'Quota allocated to group portfolio:'
                   10865: => '配额分配给组文件夹',
                   10866: 
1.6       bisitz   10867: 
                   10868:    'The quota is currently [_1] Mb'
1.57      zhu      10869: => '目前的配额: [_1] MB',
1.6       bisitz   10870: 
                   10871:    'The quota can be increased to [_1] Mb, by adding all unallocated space for groups in the course.'
1.57      zhu      10872: => '配额可提高到 [_1] MB, 加上该课程的组中所有未分配的空间。',
1.6       bisitz   10873: 
                   10874:    '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      10875: => '每个协作工具,包括核心权限,分配给所有成员基本权限。某些工具可能会还具有额外的权限,即可以设置特定的成员。',
1.6       bisitz   10876: 
                   10877:    'All group members will receive the same privileges for any tool assigned to them, including the default set of optional privileges.'
1.57      zhu      10878: => '所有组成员分配给他们的任何工具将得到相同的权限,包括默认设置可选特权。',
1.6       bisitz   10879: 
                   10880:    'Different group members may receive different privileges from others for the tools they have been assigned.'
1.93      raeburn  10881: => 'Different group members may receive different privileges from others for the tools they have been assigned.',
1.6       bisitz   10882: 
                   10883:    'Indicate which <b>optional</b> privileges members will receive by default for a specific tool.'
1.93      raeburn  10884: => 'Indicate which <b>optional</b> privileges members will receive by default for a specific tool.',
1.6       bisitz   10885: 
                   10886:    '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  10887: => '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   10888: 
                   10889:    'if enabled on the next page'
1.93      raeburn  10890: => 'if enabled on the next page',
1.6       bisitz   10891: 
                   10892:    'if enabled below'
1.93      raeburn  10893: => 'if enabled below',
1.6       bisitz   10894: 
                   10895:    'Additional privileges'
1.93      raeburn  10896: => 'Additional privileges',
1.6       bisitz   10897: 
                   10898:    'Fixed privileges'
1.57      zhu      10899: => '固定权限',
1.6       bisitz   10900: 
                   10901:    'Optional privileges'
1.57      zhu      10902: => '任择权限',
1.6       bisitz   10903: 
                   10904:    'Collaborative Tool'
1.57      zhu      10905: => '协作工具',
1.6       bisitz   10906: 
                   10907:    'Fixed'
1.57      zhu      10908: => '固定的',
1.6       bisitz   10909: 
                   10910:    'Optional'
1.57      zhu      10911: => '可选的',
1.6       bisitz   10912: 
                   10913:    'Additional Tools'
1.57      zhu      10914: => '其他工具',
1.6       bisitz   10915: 
                   10916:    'Core privileges'
1.57      zhu      10917: => '基本权限',
1.6       bisitz   10918: 
                   10919:    '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  10920: => '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   10921: 
                   10922:    'All new group members will receive the same privileges.'
1.57      zhu      10923: => '所有新的小组成员将得到同样的权限。',
1.6       bisitz   10924: 
                   10925:    '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      10926: => '如果以前到期的成员正在重新启用,或者未来进入的成员现在正在激活,先前的权限将被保留。',
1.6       bisitz   10927: 
                   10928:    'As no group members are being added, there are no specific user privileges to set.'
1.57      zhu      10929: => '由于没有增加组成员,没有设置具体用户的权限。',
1.6       bisitz   10930: 
                   10931:    '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      10932: => '目前还没有任何组织成员的权限以显示或设置,因为您还没有表示,你将被激活,重新启用,改变权限,或添加/删除任何现有成员的工具。',
1.6       bisitz   10933: 
                   10934:    'Currently the group is configured '
1.57      zhu      10935: => '目前该组的配置, ',
1.6       bisitz   10936: 
                   10937:    'so different members can receive different optional privileges for a particular tool.'
1.57      zhu      10938: => '不同成员为特定的工具可以得到不同的可选权限。',
1.6       bisitz   10939: 
                   10940:    'so all members will receive the same optional privileges for a particular tool.'
1.57      zhu      10941: => '所有成员为特定的工具可以得到相同的可选权限。',
1.6       bisitz   10942: 
                   10943:    'Settings for automatic group enrollment'
1.57      zhu      10944: => '设置自动分配组',
1.6       bisitz   10945: 
                   10946:    'Group membership mapping to specific sections/roles'
1.93      raeburn  10947: => 'Group membership mapping to specific sections/roles',
1.6       bisitz   10948: 
                   10949:    'Enable/disable automatic group enrollment for users in specified roles and sections'
1.93      raeburn  10950: => 'Enable/disable automatic group enrollment for users in specified roles and sections',
1.6       bisitz   10951: 
                   10952:    '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  10953: => '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   10954: 
                   10955:    "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  10956: => "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   10957: 
                   10958:    'Automatically enable group membership when roles are added?'
1.93      raeburn  10959: => 'Automatically enable group membership when roles are added?',
1.6       bisitz   10960: 
                   10961:    'Automatically expire group membership when roles are removed?'
1.93      raeburn  10962: => 'Automatically expire group membership when roles are removed?',
1.6       bisitz   10963: 
                   10964:    'Currently set to'
1.57      zhu      10965: => '当前设置为',
1.6       bisitz   10966: 
                   10967:    'Mapping of roles and sections affected by automatic group enrollment/disenrollment follows scheme chosen below.'
1.93      raeburn  10968: => 'Mapping of roles and sections affected by automatic group enrollment/disenrollment follows scheme chosen below.',
1.6       bisitz   10969: 
                   10970:    'Pick roles and sections for automatic group enrollment'
1.93      raeburn  10971: => 'Pick roles and sections for automatic group enrollment',
1.6       bisitz   10972: 
                   10973:    'Active?'
1.57      zhu      10974: => '激活?',
1.6       bisitz   10975: 
1.57      zhu      10976:    'Send group message'
1.12      zhu      10977: => '发送组邮件', # .n.t.
1.6       bisitz   10978: 
                   10979:    'Create boards'
1.12      zhu      10980: => '创建论坛', # n.t.
1.6       bisitz   10981: 
                   10982:    'Edit own posts'
1.57      zhu      10983: => '编辑自己的帖子', # .n.t.
1.6       bisitz   10984: 
                   10985:    'Hide/Delete any post'
1.57      zhu      10986: => '隐藏/删除 任意帖子',
1.6       bisitz   10987: 
                   10988:    'View boards'
1.57      zhu      10989: => '查看论坛', # .n.t.
1.6       bisitz   10990: 
                   10991:    'Control Access'
1.57      zhu      10992: => '访问控制', # .n.t.
1.6       bisitz   10993: 
                   10994:    'Basic Display'
1.57      zhu      10995: => '基本显示', # .n.t.
1.6       bisitz   10996: 
                   10997:    'Detailed Display'
1.57      zhu      10998: => '详细显示', # .n.t.
1.6       bisitz   10999: 
                   11000:    'View page'
1.57      zhu      11001: => '查看网页', # .n.t.
1.6       bisitz   11002: 
                   11003:    'Modify page'
1.57      zhu      11004: => '修改网页', # .n.t.
1.6       bisitz   11005: 
                   11006:    'email'
1.93      raeburn  11007: => 'email',
1.6       bisitz   11008: 
1.57      zhu      11009:    'Broadcast message'
                   11010: => '广播邮件',
1.6       bisitz   11011: 
                   11012:    'files'
1.12      zhu      11013: => '文件',
1.6       bisitz   11014: 
                   11015:    'Foils without names exist. This can cause problems to malfunction.'
1.93      raeburn  11016: => 'Foils without names exist. This can cause problems to malfunction.',
1.6       bisitz   11017: 
                   11018:    'Unknown area style [_1]'
1.93      raeburn  11019: => 'Unknown area style [_1]',
1.6       bisitz   11020: 
                   11021:    "The message itself will begin with a first line: <i>'Forwarded message from'</i> followed by the original sender's name."
1.93      raeburn  11022: => "The message itself will begin with a first line: <i>'Forwarded message from'</i> followed by the original sender's name.",
1.6       bisitz   11023: 
                   11024:    'Forwarded message from '
1.93      raeburn  11025: => 'Forwarded message from ',
1.6       bisitz   11026: 
                   11027:    'You received a critical message from [_1] in LON-CAPA.'
1.93      raeburn  11028: => 'You received a critical message from [_1] in LON-CAPA.',
1.6       bisitz   11029: 
                   11030:    'You received a message from [_1] in LON-CAPA.'
1.93      raeburn  11031: => 'You received a message from [_1] in LON-CAPA.',
1.6       bisitz   11032: 
                   11033:    "'New'  critical message from "
1.93      raeburn  11034: => "'New'  critical message from ",
1.6       bisitz   11035: 
                   11036:    "'New'  message from "
1.93      raeburn  11037: => "'New'  message from ",
1.6       bisitz   11038: 
                   11039:    'Refers to'
1.93      raeburn  11040: => 'Refers to',
1.6       bisitz   11041: 
                   11042:    'Previous attempts of student (if applicable)'
1.93      raeburn  11043: => 'Previous attempts of student (if applicable)',
1.6       bisitz   11044: 
                   11045:    'Original screen output (if applicable)'
1.93      raeburn  11046: => 'Original screen output (if applicable)',
1.6       bisitz   11047: 
                   11048:    'Correct Answer(s) (if applicable)'
1.93      raeburn  11049: => 'Correct Answer(s) (if applicable)',
1.6       bisitz   11050: 
                   11051:    '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  11052: => '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   11053: 
                   11054:    'The subject is 
                   11055: 
                   11056:  [_1]
                   11057: 
                   11058: '
                   11059: => 'Der Betreff lautet 
                   11060: 
                   11061:  [_1]
                   11062: 
                   11063: ',
                   11064: 
                   11065:    'Excerpt'
1.93      raeburn  11066: => 'Excerpt',
1.6       bisitz   11067: 
                   11068:    'Use 
                   11069: 
                   11070:  [_1]
                   11071: 
                   11072: to access the full message.'
                   11073: => 'Ueber 
                   11074: 
                   11075:  [_1]
                   11076: 
                   11077: erhalten Sie auf die gesamte Nachricht Zugriff.',
                   11078: 
                   11079:    'You can reply to this message'
1.93      raeburn  11080: => 'You can reply to this message',
1.6       bisitz   11081: 
                   11082:    'A reply will not be received by the recipient!'
1.93      raeburn  11083: => 'A reply will not be received by the recipient!',
1.6       bisitz   11084: 
                   11085:    "Include in course's 'User records' for recipient(s)"
1.10      zhu      11086: => "包括课程中的'用户记录'给收信人",
1.6       bisitz   11087: 
                   11088:    'No replies to sender'
1.10      zhu      11089: => '没有答复发件人',
1.6       bisitz   11090: 
                   11091:    'Display Message'
1.10      zhu      11092: => '显示邮件',
1.6       bisitz   11093: 
                   11094:    'Replying to a Message'
1.10      zhu      11095: => '回复邮件',
1.6       bisitz   11096: 
                   11097:    'Forwarding a Message'
1.10      zhu      11098: => '转发邮件',
1.6       bisitz   11099: 
                   11100:    'Forwarding Multiple Messages'
1.10      zhu      11101: => '转发多封邮件',
1.6       bisitz   11102: 
                   11103:    'At end of file some tags were still left unclosed, '
1.93      raeburn  11104: => 'At end of file some tags were still left unclosed, ',
1.6       bisitz   11105: 
                   11106:    'Upload and Send'
1.10      zhu      11107: => '上传和发送',
1.6       bisitz   11108: 
                   11109:    'Choose which course(s) to list.'
1.93      raeburn  11110: => 'Choose which course(s) to list.',
1.6       bisitz   11111: 
                   11112:    'Display courses'
1.10      zhu      11113: => '显示课程',
1.6       bisitz   11114: 
                   11115:    'Public'
1.10      zhu      11116: => '公开的',
1.6       bisitz   11117: 
1.35      bisitz   11118:    'Answer [_1]'
                   11119: => '答复 [_1]',
1.6       bisitz   11120: 
                   11121:    'EditXML [_1]'
1.93      raeburn  11122: => 'EditXML [_1]',
1.6       bisitz   11123: 
                   11124:    'Not authorized'
1.10      zhu      11125: => '未授权',
1.6       bisitz   11126: 
                   11127:    'An error occurred while processing this resource. The author has been notified.'
1.93      raeburn  11128: => 'An error occurred while processing this resource. The author has been notified.',
1.6       bisitz   11129: 
                   11130:    'Code ran too long. It ran for more than'
1.93      raeburn  11131: => 'Code ran too long. It ran for more than',
1.6       bisitz   11132: 
                   11133:    'seconds occurred while running &lt;while&gt; on line'
1.93      raeburn  11134: => 'seconds occurred while running &lt;while&gt; on line',
1.6       bisitz   11135: 
                   11136:    'Student View'
1.18      zhu      11137: => '学生视野',
1.6       bisitz   11138: 
                   11139:    'Correct answer'
1.18      zhu      11140: => '正确答案',
1.6       bisitz   11141: 
                   11142:    'Could not identify problem.'
1.18      zhu      11143: => '无法确定的问题。', # ???
1.6       bisitz   11144: 
                   11145:    'Chart'
1.18      zhu      11146: => '图表',
1.6       bisitz   11147: 
1.77      bisitz   11148:    'Student Data'
                   11149: => '学生资料',
1.6       bisitz   11150: 
                   11151:    'HTML, with links'
1.18      zhu      11152: => 'HTML格式,链接',
1.6       bisitz   11153: 
                   11154:    'HTML, with all links'
1.18      zhu      11155: => 'HTML格式,与所有链接',
1.6       bisitz   11156: 
                   11157:    'HTML, without links'
1.18      zhu      11158: => 'HTML格式,没有链接',
1.6       bisitz   11159: 
                   11160:    'Output Data'
1.18      zhu      11161: => '输出数据',
1.6       bisitz   11162: 
                   11163:    'Scores Summary'
1.18      zhu      11164: => '总分',
1.6       bisitz   11165: 
                   11166:    'Scores Per Problem'
1.18      zhu      11167: => '每题分数',
1.6       bisitz   11168: 
                   11169:    'Parts Correct'
1.93      raeburn  11170: => 'Parts Correct',
1.6       bisitz   11171: 
                   11172:    'fullname'
1.18      zhu      11173: => '全名',
1.6       bisitz   11174: 
                   11175:    'id'
1.18      zhu      11176: => 'ID/学生证号',
1.6       bisitz   11177: 
                   11178:    'Generate Chart'
1.18      zhu      11179: => '生成图表',
1.6       bisitz   11180: 
                   11181:    'Generate Graph'
1.18      zhu      11182: => '生成图',
1.6       bisitz   11183: 
                   11184:    'Select One Student'
1.18      zhu      11185: => '选择一个学生',
1.6       bisitz   11186: 
                   11187:    'All sections.'
1.18      zhu      11188: => '所有科目。',
1.6       bisitz   11189: 
                   11190:    'Section [_1].'
1.18      zhu      11191: => '章节 [_1]。',
1.6       bisitz   11192: 
                   11193:    'Section [_1]'
1.18      zhu      11194: => '章节 [_1]',
1.6       bisitz   11195: 
                   11196:    'Sections [_1] and [_2].'
1.18      zhu      11197: => '章节 [_1] 和 [_2]。',
1.6       bisitz   11198: 
                   11199:    'All groups.'
1.12      zhu      11200: => '所有组。',
1.6       bisitz   11201: 
                   11202:    'Group [_1].'
1.12      zhu      11203: => '组 [_1].',
1.6       bisitz   11204: 
                   11205:    'Groups [_1] and [_2].'
1.12      zhu      11206: => '组 [_1] 和 [_2].',
1.6       bisitz   11207: 
                   11208:    'Active access status.'
1.93      raeburn  11209: => 'Active access status.',
1.6       bisitz   11210: 
                   11211:    'Future access status.'
1.93      raeburn  11212: => 'Future access status.',
1.6       bisitz   11213: 
                   11214:    'Expired access status.'
1.93      raeburn  11215: => 'Expired access status.',
1.6       bisitz   11216: 
                   11217:    'Any access status.'
1.93      raeburn  11218: => 'Any access status.',
1.6       bisitz   11219: 
                   11220:    'Show links in new window:'
1.93      raeburn  11221: => 'Show links in new window:',
1.6       bisitz   11222: 
1.77      bisitz   11223:    'Summary Table'
1.93      raeburn  11224: => 'Summary Table',
1.77      bisitz   11225: 
1.6       bisitz   11226:    'Summary Tables'
1.93      raeburn  11227: => 'Summary Tables',
1.6       bisitz   11228: 
1.77      bisitz   11229:    'Summary table for [_1] ([_2])'
1.93      raeburn  11230: => 'Summary table for [_1] ([_2])',
1.6       bisitz   11231: 
                   11232:    'Average'
1.93      raeburn  11233: => 'Average',
1.6       bisitz   11234: 
1.77      bisitz   11235:    'maximum'
1.93      raeburn  11236: => 'maximum',
1.77      bisitz   11237: 
1.6       bisitz   11238:    'Maximum'
                   11239: => 'Maximum',
                   11240: 
1.77      bisitz   11241:    'Max. Total'
1.93      raeburn  11242: => 'Max. Total',
1.77      bisitz   11243: 
                   11244:    'Median'
                   11245: => 'Median',
                   11246: 
                   11247:    'Std Dev'
1.93      raeburn  11248: => 'Std Dev',
1.77      bisitz   11249: 
                   11250:    'sum'
1.93      raeburn  11251: => 'sum',
1.77      bisitz   11252: 
                   11253:    'maximum possible'
1.93      raeburn  11254: => 'maximum possible',
1.77      bisitz   11255: 
                   11256:    'parts correct'
1.93      raeburn  11257: => 'parts correct',
1.77      bisitz   11258: 
1.6       bisitz   11259:    'Return to the chart'
1.93      raeburn  11260: => 'Return to the chart',
1.6       bisitz   11261: 
1.77      bisitz   11262:    'Compiled on [_1]'
1.93      raeburn  11263: => 'Compiled on [_1]',
1.77      bisitz   11264: 
1.6       bisitz   11265:    "Click on a student's name or username to view their chart"
1.93      raeburn  11266: => "Click on a student's name or username to view their chart",
1.6       bisitz   11267: 
                   11268:    'status'
1.57      zhu      11269: => '状态',
1.6       bisitz   11270: 
                   11271:    'groups'
1.12      zhu      11272: => '组',
1.6       bisitz   11273: 
                   11274:    'Click on a students name or username to view their chart'
1.93      raeburn  11275: => 'Click on a students name or username to view their chart',
1.6       bisitz   11276: 
                   11277:    'Essay will be hand graded.'
1.93      raeburn  11278: => 'Essay will be hand graded.',
1.6       bisitz   11279: 
                   11280:    'Text you want to appear by default:'
1.18      zhu      11281: => '文字在默认情况下显示:',
1.6       bisitz   11282: 
                   11283:    'Check as many files as you wish in response to the problem:'
1.13      zhu      11284: => '选择所有的文件对于您想答复的问题:',
1.6       bisitz   11285: 
                   11286:    'Select portfolio files'
1.13      zhu      11287: => '选择组合文件',
1.6       bisitz   11288: 
                   11289:    'Select checked files, and continue selecting'
1.13      zhu      11290: => '选择文件并继续选择',
1.6       bisitz   11291: 
                   11292:    'Select checked files, and close window'
1.13      zhu      11293: => '选择文件并关闭窗口',
1.6       bisitz   11294: 
                   11295:    'Copy of'
1.93      raeburn  11296: => 'Copy of',
1.6       bisitz   11297: 
                   11298:    '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  11299: => '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   11300: 
                   11301:    'Overall result: [_1]'
1.18      zhu      11302: => '总分: [_1]',
1.6       bisitz   11303: 
                   11304:    'Dimension: [_1], status [_2] '
1.93      raeburn  11305: => 'Dimension: [_1], status [_2] ',
1.6       bisitz   11306: 
                   11307:    'Queue Status'
1.10      zhu      11308: => '队列状态',
1.6       bisitz   11309: 
                   11310:    'Check Mark'
1.10      zhu      11311: => '核选标记',
1.6       bisitz   11312: 
                   11313:    'Return commented version of [_1] to student.'
1.93      raeburn  11314: => 'Return commented version of [_1] to student.',
1.6       bisitz   11315: 
                   11316:    'Download All Submitted Documents'
1.93      raeburn  11317: => 'Download All Submitted Documents',
1.6       bisitz   11318: 
1.52      bisitz   11319:    'Essay is [_1]% similar to an essay by [_2] in course [_3] (course id [_4]:[_5])'
1.93      raeburn  11320: => 'Essay is [_1]% similar to an essay by [_2] in course [_3] (course id [_4]:[_5])',
1.6       bisitz   11321: 
                   11322:    'Compose message to student'
1.93      raeburn  11323: => 'Compose message to student',
1.6       bisitz   11324: 
                   11325:    'incl. grades'
1.10      zhu      11326: => '包含评分',
1.6       bisitz   11327: 
1.66      bisitz   11328:    'Message will be sent when you click on Save &amp; Next below.'
1.93      raeburn  11329: => 'Message will be sent when you click on Save &amp; Next below.',
1.6       bisitz   11330: 
                   11331:    'Set/Change parameters'
1.93      raeburn  11332: => 'Set/Change parameters',
1.6       bisitz   11333: 
                   11334:    'Grading Feedback'
1.27      zhu      11335: => '评估反馈',
1.6       bisitz   11336: 
1.52      bisitz   11337:    'Sending message to [_1]'
                   11338: => '发送邮件至 [_1]',
1.6       bisitz   11339: 
                   11340:    'Not allowed to modify grades for [_1]'
1.93      raeburn  11341: => 'Not allowed to modify grades for [_1]',
1.6       bisitz   11342: 
                   11343:    'You need to specify the username or ID'
1.93      raeburn  11344: => 'You need to specify the username or ID',
1.6       bisitz   11345: 
                   11346:    'You need to specify at least one grading field'
1.93      raeburn  11347: => 'You need to specify at least one grading field',
1.6       bisitz   11348: 
                   11349:    'Specify a file containing the class scores for current resource'
1.93      raeburn  11350: => 'Specify a file containing the class scores for current resource',
1.6       bisitz   11351: 
                   11352:    'Upload Scores'
1.27      zhu      11353: => '上传分数',
1.6       bisitz   11354: 
                   11355:    'Some point values were assigned for problems with a weight of zero. These values were ignored.'
1.93      raeburn  11356: => 'Some point values were assigned for problems with a weight of zero. These values were ignored.',
1.6       bisitz   11357: 
                   11358:    'Use CODE:'
1.93      raeburn  11359: => 'Use CODE:',
1.6       bisitz   11360: 
                   11361:    'Some resources in the sequence currently are not set to exam mode. Grading these resources currently may not work correctly.'
1.93      raeburn  11362: => 'Some resources in the sequence currently are not set to exam mode. Grading these resources currently may not work correctly.',
1.6       bisitz   11363: 
                   11364:    'scores from file' # Upload scores from file
1.93      raeburn  11365: => 'scores from file',
1.6       bisitz   11366: 
                   11367:    'Process'
1.93      raeburn  11368: => 'Process',
1.6       bisitz   11369: 
                   11370:    'clicker file' # Process clicker file
1.93      raeburn  11371: => 'clicker file',
1.6       bisitz   11372: 
                   11373:    'Grade'
1.93      raeburn  11374: => 'Grade',
1.6       bisitz   11375: 
                   11376:    'scantron forms' # Grade scantron forms
1.93      raeburn  11377: => 'scantron forms',
1.6       bisitz   11378: 
                   11379:    'Verify'
1.98    ! bisitz   11380: => 'Verify',
1.6       bisitz   11381: 
                   11382:    'receipt'
1.93      raeburn  11383: => 'receipt',
1.6       bisitz   11384: 
                   11385:    'Manage'
1.93      raeburn  11386: => 'Manage',
1.6       bisitz   11387: 
                   11388:    'saved CODEs' # View saved CODEs
1.93      raeburn  11389: => 'saved CODEs', # n.t.
1.6       bisitz   11390: 
                   11391:    'Specify a file containing the clicker information for this resource'
1.93      raeburn  11392: => 'Specify a file containing the clicker information for this resource',
1.6       bisitz   11393: 
                   11394:    'Upload File'
1.27      zhu      11395: => '上传文件',
1.6       bisitz   11396: 
                   11397:    'Award points just for participation'
1.93      raeburn  11398: => 'Award points just for participation',
1.6       bisitz   11399: 
                   11400:    'Correctness determined from response by course personnel'
1.93      raeburn  11401: => 'Correctness determined from response by course personnel',
1.6       bisitz   11402: 
                   11403:    'Correctness determined from response with clicker ID(s)'
1.93      raeburn  11404: => 'Correctness determined from response with clicker ID(s)',
1.6       bisitz   11405: 
                   11406:    'Percentage points for correct solution'
1.93      raeburn  11407: => 'Percentage points for correct solution',
1.6       bisitz   11408: 
                   11409:    'Percentage points for incorrect solution'
1.93      raeburn  11410: => 'Percentage points for incorrect solution',
1.6       bisitz   11411: 
                   11412:    'You need to specify a clicker ID for the correct answer'
1.93      raeburn  11413: => 'You need to specify a clicker ID for the correct answer',
1.6       bisitz   11414: 
                   11415:    'Score based on attendance only'
1.93      raeburn  11416: => 'Score based on attendance only',
1.6       bisitz   11417: 
                   11418:    'Correctness determined by the following IDs'
1.93      raeburn  11419: => 'Correctness determined by the following IDs',
1.6       bisitz   11420: 
                   11421:    'specified'
1.93      raeburn  11422: => 'specified',
1.6       bisitz   11423: 
                   11424:    'No IDs found to determine correct answer'
1.93      raeburn  11425: => 'No IDs found to determine correct answer',
1.6       bisitz   11426: 
                   11427:    '[_1] Error: [_2] The file you attempted to upload, [_3] contained no information. Please check that you entered the correct filename.'
1.98    ! bisitz   11428: => '[_1] Error: [_2] The file you attempted to upload, [_3] contained no information. Please check that you entered the correct filename.',
1.6       bisitz   11429: 
                   11430:    'Scanning clicker file'
1.93      raeburn  11431: => 'Scanning clicker file',
1.6       bisitz   11432: 
                   11433:    'Found [_1] question(s)'
                   11434: => '[_1] Frage(n) gefunden',
                   11435: 
                   11436:    'Awarding [_1] percent for correct and [_2] percent for incorrect responses'
1.98    ! bisitz   11437: => 'Awarding [_1] percent for correct and [_2] percent for incorrect responses',
1.6       bisitz   11438: 
                   11439:    'Clicker registered more than once'
1.93      raeburn  11440: => 'Clicker registered more than once',
1.6       bisitz   11441: 
                   11442:    'Unregistered Clicker'
1.93      raeburn  11443: => 'Unregistered Clicker',
1.6       bisitz   11444: 
                   11445:    'Found [_1] registered and [_2] unregistered clickers.'
                   11446: => '[_1] registrierte und [_2] nicht registrierte Clicker gefunden.',
                   11447: 
                   11448:    'Found no correct answers answers for grading!'
1.93      raeburn  11449: => 'Found no correct answers answers for grading!',
1.6       bisitz   11450: 
                   11451:    'Found [_1] entries for grading!'
1.98    ! bisitz   11452: => 'Found [_1] entries for grading!',
1.6       bisitz   11453: 
                   11454:    'Found no questions.'
1.93      raeburn  11455: => 'Found no questions.',
1.6       bisitz   11456: 
                   11457:    'Finalize Grading'
1.93      raeburn  11458: => 'Finalize Grading',
1.6       bisitz   11459: 
                   11460:    'Question [_1]'
1.93      raeburn  11461: => 'Question [_1]',
1.6       bisitz   11462: 
                   11463:    'Assigning grades based on clicker file'
1.93      raeburn  11464: => 'Assigning grades based on clicker file',
1.6       bisitz   11465: 
                   11466:    'More than one correct result given for question "[_1]": [_2] versus [_3].'
1.93      raeburn  11467: => 'More than one correct result given for question "[_1]": [_2] versus [_3].',
1.6       bisitz   11468: 
                   11469:    'No correct result given for question "[_1]"!'
1.93      raeburn  11470: => 'No correct result given for question "[_1]"!',
1.6       bisitz   11471: 
                   11472:    'Correct answer: [_1]'
1.18      zhu      11473: => '正确答案: [_1]',
1.6       bisitz   11474: 
                   11475:    'Successfully stored grades for [_1] student(s).'
1.93      raeburn  11476: => 'Successfully stored grades for [_1] student(s).',
1.6       bisitz   11477: 
                   11478:    'Grading Menu'
1.27      zhu      11479: => '评估菜单',
1.6       bisitz   11480: 
                   11481:    'Missing tags, unable to properly run file.'
1.93      raeburn  11482: => 'Missing tags, unable to properly run file.',
1.6       bisitz   11483: 
                   11484:    'Using tag [_1] on line [_2] as end tag to [_3]'
                   11485: => 'Using tag [_1] on line [_2] as end tag to [_3]', # ??? lonxml.pm [SB 2008-08-07]
                   11486: 
                   11487:    'Found tag [_1] on line [_2] when looking for [_3] in file.'
1.93      raeburn  11488: => 'Found tag [_1] on line [_2] when looking for [_3] in file.',
1.6       bisitz   11489: 
1.66      bisitz   11490:    'ID [_1] contains invalid characters. IDs are only allowed to contain letters, numbers, spaces and -'
1.93      raeburn  11491: => 'ID [_1] contains invalid characters. IDs are only allowed to contain letters, numbers, spaces and -',
1.6       bisitz   11492: 
                   11493:    'File not found'
1.93      raeburn  11494: => 'File not found',
1.6       bisitz   11495: 
                   11496:    '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  11497: => '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   11498: 
                   11499:    'An error occurred while processing this resource. The instructor has been notified.'
1.93      raeburn  11500: => 'An error occurred while processing this resource. The instructor has been notified.',
1.6       bisitz   11501: 
                   11502:    'CourseID'
1.27      zhu      11503: => '课程编号',
1.6       bisitz   11504: 
                   11505:    'DocID'
1.27      zhu      11506: => '文件编号',
1.6       bisitz   11507: 
                   11508:    'Username, password and domain need to be specified.'
1.27      zhu      11509: => '用户名,密码和域必须指定!',
1.6       bisitz   11510: 
                   11511:    'Untitled Resource'
1.27      zhu      11512: => '无名资源',
1.6       bisitz   11513: 
                   11514:    'Not Available'
1.93      raeburn  11515: => 'Not Available',
1.6       bisitz   11516: 
                   11517:    'Clear'
1.93      raeburn  11518: => 'Clear',
1.6       bisitz   11519: 
                   11520:    'There are no parameters.'
1.93      raeburn  11521: => 'There are no parameters.',
1.6       bisitz   11522: 
                   11523:    'enroll type/action'
1.27      zhu      11524: => '注册类型/行动',
1.6       bisitz   11525: 
                   11526:    '<br />Map not loaded: The file <tt>[_1]</tt> does not exist.'
                   11527: => '<br />Inhaltszusammenstellung nicht geladen: Die Datei <tt>[_1]</tt> existiert nicht.',
                   11528: 
                   11529:    'Saved.'
1.18      zhu      11530: => '保存的。',
1.6       bisitz   11531: 
                   11532:    'An error occurred while saving.'
1.93      raeburn  11533: => 'An error occurred while saving.',
1.6       bisitz   11534: 
                   11535:    'Reverted.'
1.93      raeburn  11536: => 'Reverted.',
1.6       bisitz   11537: 
                   11538:    'Title in map'
1.93      raeburn  11539: => 'Title in map',
1.6       bisitz   11540: 
                   11541:    'Filename of resource'
1.93      raeburn  11542: => 'Filename of resource',
1.6       bisitz   11543: 
                   11544:    'Link to published resource'
1.93      raeburn  11545: => 'Link to published resource',
1.6       bisitz   11546: 
                   11547:    'Link to resource in Construction Space'
1.93      raeburn  11548: => 'Link to resource in Construction Space',
1.6       bisitz   11549: 
                   11550:    'Resource space'
1.93      raeburn  11551: => 'Resource space',
1.6       bisitz   11552: 
                   11553:    'Construction space'
1.93      raeburn  11554: => 'Construction space',
1.6       bisitz   11555: 
                   11556:    'discard'
1.93      raeburn  11557: => 'discard',
1.6       bisitz   11558: 
                   11559:    'Change Order'
1.93      raeburn  11560: => 'Change Order',
1.6       bisitz   11561: 
                   11562:    'Sort Imported Resources'
1.93      raeburn  11563: => 'Sort Imported Resources',
1.6       bisitz   11564: 
                   11565:    'Finalize order of resources'
1.93      raeburn  11566: => 'Finalize order of resources',
1.6       bisitz   11567: 
                   11568:    'Recover Deleted'
1.93      raeburn  11569: => 'Recover Deleted',
1.6       bisitz   11570: 
                   11571:    'Recover Removed Resources'
1.93      raeburn  11572: => 'Recover Removed Resources',
1.6       bisitz   11573: 
                   11574:    'Recover Checked'
1.93      raeburn  11575: => 'Recover Checked',
1.6       bisitz   11576: 
                   11577:    'Recent Detailed Assessment Statistical Data'
1.93      raeburn  11578: => 'Recent Detailed Assessment Statistical Data',
1.6       bisitz   11579: 
                   11580:    'No information available'
1.93      raeburn  11581: => 'No information available',
1.6       bisitz   11582: 
                   11583:    'Creating new file [_1]'
1.12      zhu      11584: => '创建新文件 [_1]',
1.6       bisitz   11585: 
                   11586:    '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  11587: => '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   11588: 
                   11589:     'Associate Resource With Selected Course'
1.93      raeburn  11590: => 'Associate Resource With Selected Course',
1.6       bisitz   11591: 
                   11592:    'This resource is currently associated with a course ([_1]) which includes added metadata fields specific to the course.'
1.93      raeburn  11593: => 'This resource is currently associated with a course ([_1]) which includes added metadata fields specific to the course.',
1.6       bisitz   11594: 
                   11595:    '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  11596: => '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   11597: 
                   11598:    'not available'
1.93      raeburn  11599: => 'not available',
1.6       bisitz   11600: 
                   11601:    'most recent version'
1.93      raeburn  11602: => 'most recent version',
1.6       bisitz   11603: 
                   11604:    'information not available'
1.93      raeburn  11605: => 'information not available',
1.6       bisitz   11606: 
                   11607:    'Num Student'
1.93      raeburn  11608: => 'Num Student',
1.6       bisitz   11609: 
                   11610:    'Degree of Difficulty'
1.93      raeburn  11611: => 'Degree of Difficulty',
1.6       bisitz   11612: 
                   11613:    'Degree of Discrimination'
1.93      raeburn  11614: => 'Degree of Discrimination',
1.6       bisitz   11615: 
                   11616:    'Time of computation'
1.93      raeburn  11617: => 'Time of computation',
1.6       bisitz   11618: 
                   11619:    'Messages deleted.'
1.22      zhu      11620: => '邮件已删除。',
1.6       bisitz   11621: 
                   11622:    'Error deleting messages'
1.93      raeburn  11623: => 'Error deleting messages',
1.6       bisitz   11624: 
                   11625:    'Messages cleared.'
1.22      zhu      11626: => '邮件已删除。',
1.6       bisitz   11627: 
                   11628:    'Error clearing messages'
1.22      zhu      11629: => '删除邮件时发生错误',
1.6       bisitz   11630: 
                   11631:    'Delete Messages for this Resource'
1.93      raeburn  11632: => 'Delete Messages for this Resource',
1.6       bisitz   11633: 
                   11634:    'Back To Directory'
1.10      zhu      11635: => '返回目录',
1.6       bisitz   11636: 
                   11637:    'Associated with course [_1]'
1.93      raeburn  11638: => 'Associated with course [_1]',
1.6       bisitz   11639: 
                   11640:    'This resource is not associated with a course.'
1.93      raeburn  11641: => 'This resource is not associated with a course.',
1.6       bisitz   11642: 
                   11643:    'Discard Edits and Return to Portfolio'
1.98    ! bisitz   11644: => 'Discard Edits and Return to Portfolio',
1.6       bisitz   11645: 
                   11646:    'Could not transfer data in added fields to notes'
1.93      raeburn  11647: => 'Could not transfer data in added fields to notes',
1.6       bisitz   11648: 
                   11649:    'Transferred data in added fields to notes'
1.93      raeburn  11650: => 'Transferred data in added fields to notes',
1.6       bisitz   11651: 
                   11652:    'Home'
1.36      zhu      11653: => '根目录',
1.6       bisitz   11654: 
                   11655:    'Usage Statistics'
1.36      zhu      11656: => '使用统计',
1.6       bisitz   11657: 
                   11658:    'Courses/Network Hits'
1.36      zhu      11659: => '课程/网络访问次数',
1.6       bisitz   11660: 
                   11661:    'Already in this course:<br />[_1] in folder/map [_2].<br />'
1.93      raeburn  11662: => 'Already in this course:<br />[_1] in folder/map [_2].<br />',
1.6       bisitz   11663: 
                   11664:    'External Resource, preview not enabled'
1.93      raeburn  11665: => 'External Resource, preview not enabled',
1.6       bisitz   11666: 
                   11667:    'Somewhere something went wrong'
1.93      raeburn  11668: => 'Somewhere something went wrong',
1.6       bisitz   11669: 
                   11670:    'Please help us to find out what.'
1.93      raeburn  11671: => 'Please help us to find out what.',
1.6       bisitz   11672: 
                   11673:    'Please take a moment to fill out the form below.'
1.93      raeburn  11674: => 'Please take a moment to fill out the form below.',
1.6       bisitz   11675: 
                   11676:    'Your information, together with internal debugging information, will be emailed to the system and server administrators.'
1.93      raeburn  11677: => 'Your information, together with internal debugging information, will be emailed to the system and server administrators.',
1.6       bisitz   11678: 
                   11679:    'Send Information'
1.18      zhu      11680: => '发送错误报告',
1.6       bisitz   11681: 
                   11682:    'Please describe what you did just before this screen came up'
1.93      raeburn  11683: => 'Please describe what you did just before this screen came up',
1.6       bisitz   11684: 
                   11685:    'Is this problem reproducible?'
1.93      raeburn  11686: => 'Is this problem reproducible?',
1.6       bisitz   11687: 
                   11688:    'Yes!'
1.18      zhu      11689: => '是!',
1.6       bisitz   11690: 
                   11691:    'Do you have any guesses why this might have happened?'
1.18      zhu      11692: => '你有任何猜测,为什么会发生?',
1.6       bisitz   11693: 
                   11694:    'Thank you for your help!'
1.18      zhu      11695: => '谢谢您的支持!',
1.6       bisitz   11696: 
                   11697:    'Internal info:'
1.18      zhu      11698: => '内部信息:',
1.6       bisitz   11699: 
                   11700:    'Report submitted'
1.18      zhu      11701: => '提交的报告',
1.6       bisitz   11702: 
                   11703:    'Sending Error Report'
1.18      zhu      11704: => '发送错误报告',
1.6       bisitz   11705: 
                   11706:    'Thank you!'
1.18      zhu      11707: => '谢谢您!',
1.6       bisitz   11708: 
                   11709:    'Warning: Report not submitted'
1.18      zhu      11710: => '警告:报告未提交',
1.6       bisitz   11711: 
                   11712:    'The administrators of the domain [_1] have not set any e-mail addresses for receipt of your error report.'
1.93      raeburn  11713: => 'The administrators of the domain [_1] have not set any e-mail addresses for receipt of your error report.',
1.6       bisitz   11714: 
                   11715:    'The document contains errors and cannot be published.'
1.93      raeburn  11716: => 'The document contains errors and cannot be published.',
1.6       bisitz   11717: 
                   11718:    'error(s)'
1.93      raeburn  11719: => 'error(s)',
1.6       bisitz   11720: 
                   11721:    '[quant,_1,error]'
                   11722: => '[quant,_1,Fehler,Fehler]',
                   11723: 
                   11724:    'Please fill out all fields below.'
1.18      zhu      11725: => '请填写以下所有问题。',
1.6       bisitz   11726: 
                   11727:    '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  11728: => '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   11729: 
1.68      bisitz   11730:    '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  11731: => '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   11732: 
1.6       bisitz   11733:    'Parameters'
1.26      zhu      11734: => '参数',
1.6       bisitz   11735: 
1.68      bisitz   11736:    'Parameters:'
                   11737: => '参数:',
                   11738: 
1.6       bisitz   11739:    'Total Score and Maximum Possible for each Sequence or Folder'
1.93      raeburn  11740: => 'Total Score and Maximum Possible for each Sequence or Folder',
1.6       bisitz   11741: 
                   11742:    'Score on each Problem Part'
1.93      raeburn  11743: => 'Score on each Problem Part',
1.6       bisitz   11744: 
                   11745:    'Number of Tries before success on each Problem Part'
1.93      raeburn  11746: => 'Number of Tries before success on each Problem Part',
1.6       bisitz   11747: 
1.77      bisitz   11748:    'Number of Problem Parts completed successfully'
1.93      raeburn  11749: => 'Number of Problem Parts completed successfully',
1.6       bisitz   11750: 
                   11751:    'Unable to retrieve course information.'
1.93      raeburn  11752: => 'Unable to retrieve course information.',
1.6       bisitz   11753: 
                   11754:    'Please select an action to perform using the new filename'
1.93      raeburn  11755: => 'Please select an action to perform using the new filename',
1.6       bisitz   11756: 
                   11757:    'View or modify a course'
1.98    ! bisitz   11758: => '查看或修改课程',
1.6       bisitz   11759: 
                   11760:    'Enter the course with the role of [_1]'
1.93      raeburn  11761: => 'Enter the course with the role of [_1]',
1.6       bisitz   11762: 
                   11763:    'Enter the course with the role of [_1].'
1.93      raeburn  11764: => 'Enter the course with the role of [_1].',
1.6       bisitz   11765: 
                   11766:    'View or modify course settings which only a [_1] may modify.'
1.93      raeburn  11767: => 'View or modify course settings which only a [_1] may modify.',
1.6       bisitz   11768: 
                   11769:    'Manage course users'
                   11770: => '管理课程参加者',
                   11771: 
                   11772:    'Upload a File of Course Users'
1.70      zhu      11773: => '课程用户上传文件',
1.6       bisitz   11774: 
1.69      droeschl 11775:    'Add/Modify a Course User'
1.79      bisitz   11776: => '添加/修改课程用户',
1.6       bisitz   11777: 
                   11778:    'Edit Custom Roles'
1.70      zhu      11779: => '编辑自定义角色',
                   11780: 
                   11781:    'Custom Role'
                   11782: => '自定义角色',
1.6       bisitz   11783: 
                   11784:    'Enroll a Single Student'
1.70      zhu      11785: => '注册一名学生',
1.6       bisitz   11786: 
                   11787:    'Enroll a student'
1.70      zhu      11788: => '注册学生',
1.6       bisitz   11789: 
                   11790:    'Manage Course Groups'
1.12      zhu      11791: => '管理课程组',
1.6       bisitz   11792: 
                   11793:    'This error occurred while processing response [_1] in part [_2]'
1.93      raeburn  11794: => 'This error occurred while processing response [_1] in part [_2]',
1.6       bisitz   11795: 
                   11796:    'This error occurred while processing part [_1]'
1.93      raeburn  11797: => 'This error occurred while processing part [_1]',
1.6       bisitz   11798: 
                   11799:    'Unable to find section for this student'
1.93      raeburn  11800: => 'Unable to find section for this student',
1.6       bisitz   11801: 
                   11802:    'Classlist update for "[_1]" in "[_2]".'
1.93      raeburn  11803: => 'Classlist update for "[_1]" in "[_2]".',
1.6       bisitz   11804: 
                   11805:    'Error: "[_1]" during classlist update for "[_2]" in "[_3]".'
1.93      raeburn  11806: => 'Error: "[_1]" during classlist update for "[_2]" in "[_3]".',
1.6       bisitz   11807: 
                   11808:    'Role: '
1.18      zhu      11809: => '角色: ',
1.6       bisitz   11810: 
                   11811:    'Identify fields in uploaded list'
1.93      raeburn  11812: => 'Identify fields in uploaded list',
1.6       bisitz   11813: 
                   11814:    'Default domain'
1.18      zhu      11815: => '默认域',
1.6       bisitz   11816: 
                   11817:    'Change authentication for existing users in domain "[_1]" to these settings?'
1.93      raeburn  11818: => 'Change authentication for existing users in domain "[_1]" to these settings?',
1.6       bisitz   11819: 
                   11820:    'LON-CAPA Home Server for New Users'
1.18      zhu      11821: => 'LON-CAPA 家庭服务器的新用户',
1.6       bisitz   11822: 
1.73      bisitz   11823:    'LON-CAPA domain: [_1] with home server:'
                   11824: => 'LON-CAPA 域 [_1] 与家庭服务器:',
1.6       bisitz   11825: 
1.73      bisitz   11826:    'Settings for assigning roles'
1.93      raeburn  11827: => 'Settings for assigning roles',
1.6       bisitz   11828: 
                   11829:    'Pick the action to take on roles for these users:'
1.93      raeburn  11830: => 'Pick the action to take on roles for these users:',
1.6       bisitz   11831: 
                   11832:    'No role changes'
1.93      raeburn  11833: => 'No role changes',
1.6       bisitz   11834: 
                   11835:    'Add a domain role'
1.93      raeburn  11836: => 'Add a domain role',
1.6       bisitz   11837: 
                   11838:    'Add a course role'
1.93      raeburn  11839: => 'Add a course role',
1.6       bisitz   11840: 
                   11841:    'Default role'
1.93      raeburn  11842: => 'Default role',
1.6       bisitz   11843: 
1.73      bisitz   11844:    'Choose the role to assign to users without a value specified in the uploaded file.'
1.93      raeburn  11845: => 'Choose the role to assign to users without a value specified in the uploaded file.',
1.6       bisitz   11846: 
                   11847:    'Default role and section'
1.93      raeburn  11848: => 'Default role and section',
1.6       bisitz   11849: 
1.73      bisitz   11850:    'Choose the role and/or section(s) to assign to users without values specified in the uploaded file.'
1.93      raeburn  11851: => 'Choose the role and/or section(s) to assign to users without values specified in the uploaded file.',
1.6       bisitz   11852: 
                   11853:    'Default role and/or section(s)'
1.93      raeburn  11854: => 'Default role and/or section(s)',
1.6       bisitz   11855: 
                   11856:    'Role and/or section(s) for users without values specified in the uploaded file.'
1.93      raeburn  11857: => 'Role and/or section(s) for users without values specified in the uploaded file.',
1.6       bisitz   11858: 
                   11859:    'Display students with current/future access who are not in the uploaded file.'
1.93      raeburn  11860: => 'Display students with current/future access who are not in the uploaded file.',
1.6       bisitz   11861: 
                   11862:    'Students selected from this list can be dropped.'
1.93      raeburn  11863: => 'Students selected from this list can be dropped.',
1.6       bisitz   11864: 
                   11865:    'Update Student/Employee ID in courses in which user is active/future student,[_1](if forcing change).'
1.93      raeburn  11866: => 'Update Student/Employee ID in courses in which user is active/future student,[_1](if forcing change).',
1.6       bisitz   11867: 
                   11868:    'make these dates the default access dates for future student enrollment'
1.93      raeburn  11869: => 'make these dates the default access dates for future student enrollment',
1.6       bisitz   11870: 
                   11871:    'Set default start and end access dates for course.'
1.93      raeburn  11872: => 'Set default start and end access dates for course.',
1.6       bisitz   11873: 
                   11874:    'Unable to set default access dates for course.'
1.93      raeburn  11875: => 'Unable to set default access dates for course.',
1.6       bisitz   11876: 
                   11877:    'Please select'
1.93      raeburn  11878: => 'Please select',
1.6       bisitz   11879: 
                   11880:    'User Status: [_1]'
1.18      zhu      11881: => '用户状态: [_1]',
1.6       bisitz   11882: 
                   11883:    'Role Type: [_1]'
1.18      zhu      11884: => '角色类别: [_1]',
1.6       bisitz   11885: 
                   11886:    'Any role'
1.10      zhu      11887: => '任意角色',
1.6       bisitz   11888: 
                   11889:    'Role: [_1]'
1.18      zhu      11890: => '角色: [_1]',
1.6       bisitz   11891: 
                   11892:    'Select Course(s)'
1.10      zhu      11893: => '选择课程',
1.6       bisitz   11894: 
                   11895:    'Warning: data retrieval for multiple courses can take considerable time, as this operation is not currently optimized.'
1.93      raeburn  11896: => 'Warning: data retrieval for multiple courses can take considerable time, as this operation is not currently optimized.',
1.6       bisitz   11897: 
                   11898:    'There are no co-authors to display.'
1.93      raeburn  11899: => 'There are no co-authors to display.',
1.6       bisitz   11900: 
                   11901:    'There are no users with domain roles to display.'
1.93      raeburn  11902: => 'There are no users with domain roles to display.',
1.6       bisitz   11903: 
                   11904:    'There are no authors or co-authors to display.'
1.93      raeburn  11905: => 'There are no authors or co-authors to display.',
1.6       bisitz   11906: 
                   11907:    'There are no course users to display'
1.93      raeburn  11908: => 'There are no course users to display',
1.6       bisitz   11909: 
                   11910:    'There are no course users to display.'
1.93      raeburn  11911: => 'There are no course users to display.',
1.6       bisitz   11912: 
                   11913:    'There are no users matching the search criteria.'
1.93      raeburn  11914: => 'There are no users matching the search criteria.',
1.6       bisitz   11915: 
                   11916:    "You must select at least one user by checking a user's 'Select' checkbox"
1.93      raeburn  11917: => "You must select at least one user by checking a user's 'Select' checkbox",
1.6       bisitz   11918: 
                   11919:    'You need to select an action to take for the user(s) you have selected'
1.93      raeburn  11920: => 'You need to select an action to take for the user(s) you have selected',
1.6       bisitz   11921: 
                   11922:    ' for a single user?'
                   11923: => '? (betrifft einen einzelnen Benutzer)',
                   11924: 
                   11925:    ' for multiple users?'
                   11926: => '? (betrifft mehrere Benutzer)',
                   11927: 
                   11928:    'Proceed'
1.18      zhu      11929: => '下一步',
1.6       bisitz   11930: 
                   11931:    'Action to take for selected users'
1.93      raeburn  11932: => 'Action to take for selected users',
1.6       bisitz   11933: 
                   11934:    'Behavior of clickable username link for each user'
1.93      raeburn  11935: => 'Behavior of clickable username link for each user',
1.6       bisitz   11936: 
                   11937:    "Display a user's personal page"
                   11938: => "显示个人网页",
                   11939: 
                   11940:    "Modify a user's information"
1.93      raeburn  11941: => "Modify a user's information",
1.6       bisitz   11942: 
                   11943:    'Course(s): description, section(s), status'
1.93      raeburn  11944: => 'Course(s): description, section(s), status',
1.6       bisitz   11945: 
                   11946:    "Click on a username to view the user's personal page."
                   11947: => "点击用户名,以查看用户的个人网页。",
                   11948: 
                   11949:    'auto'
1.18      zhu      11950: => '自动',
1.6       bisitz   11951: 
                   11952:    'manual'
1.18      zhu      11953: => '手动',
1.6       bisitz   11954: 
                   11955:    'Unlock'
1.93      raeburn  11956: => 'Unlock',
1.6       bisitz   11957: 
                   11958:    'Lock'
1.93      raeburn  11959: => 'Lock',
1.6       bisitz   11960: 
                   11961:    'Domain Roles'
1.18      zhu      11962: => '域角色',
1.6       bisitz   11963: 
                   11964:    'Co-Author Roles'
1.18      zhu      11965: => '合著者角色',
1.6       bisitz   11966: 
                   11967:    'Course Roles'
1.18      zhu      11968: => '课程角色',
1.6       bisitz   11969: 
                   11970:    'Date and Section selector'
1.18      zhu      11971: => '日期和组选择',
1.6       bisitz   11972: 
                   11973:    'Date selector'
1.18      zhu      11974: => '日期选择器',
1.6       bisitz   11975: 
                   11976:    "Check the boxes for any users for whom roles are to be revoked, and click 'Proceed'"
1.93      raeburn  11977: => "Check the boxes for any users for whom roles are to be revoked, and click 'Proceed'",
1.6       bisitz   11978: 
                   11979:    "Check the boxes for any users for whom roles are to be deleted, and click 'Proceed'"
1.93      raeburn  11980: => "Check the boxes for any users for whom roles are to be deleted, and click 'Proceed'",
1.6       bisitz   11981: 
                   11982:    'Choose an action to take for selected users'
1.93      raeburn  11983: => 'Choose an action to take for selected users',
1.6       bisitz   11984: 
                   11985:    'New section to assign'
1.93      raeburn  11986: => 'New section to assign',
1.6       bisitz   11987: 
                   11988:    'Use "Save" to update the main window with your selections.'
1.97      raeburn  11989: => 'Use "Save" to update the main window with your selections.',
1.6       bisitz   11990: 
                   11991:    'New section'
1.70      zhu      11992: => '新的章节',
1.6       bisitz   11993: 
                   11994:    'Course - [_1]:'
1.18      zhu      11995: => '课程 - [_1]:',
1.6       bisitz   11996: 
                   11997:    'Domain - [_1]:'
1.18      zhu      11998: => '域 - [_1]:',
1.6       bisitz   11999: 
                   12000:    'Users in course with expired [_1] roles'
1.93      raeburn  12001: => 'Users in course with expired [_1] roles',
1.6       bisitz   12002: 
                   12003:    'Users in course with future [_1] roles'
1.93      raeburn  12004: => 'Users in course with future [_1] roles',
1.6       bisitz   12005: 
                   12006:    'Users in course with active [_1] roles'
1.93      raeburn  12007: => 'Users in course with active [_1] roles',
1.6       bisitz   12008: 
                   12009:    'All users in course'
1.93      raeburn  12010: => 'All users in course',
1.6       bisitz   12011: 
                   12012:    'All users in course with [_1] roles'
1.93      raeburn  12013: => 'All users in course with [_1] roles',
1.6       bisitz   12014: 
                   12015:    'only users in section "[_1]"'
1.93      raeburn  12016: => 'only users in section "[_1]"',
1.6       bisitz   12017: 
                   12018:    'only users affiliated with no section or section "[_1]"'
1.93      raeburn  12019: => 'only users affiliated with no section or section "[_1]"',
1.6       bisitz   12020: 
                   12021:    ' and not in any group'
                   12022: => ' und in keiner Gruppe',
                   12023: 
                   12024:    ' and members of group: "[_1]"'
                   12025: => ' und Mitglieder der Gruppe "[_1]"',
                   12026: 
                   12027:    'only users affiliated with no section'
1.93      raeburn  12028: => 'only users affiliated with no section',
1.6       bisitz   12029: 
                   12030:    'only users affiliated with section "[_1]"'
1.93      raeburn  12031: => 'only users affiliated with section "[_1]"',
1.6       bisitz   12032: 
                   12033:    'only users not in any group'
1.93      raeburn  12034: => 'only users not in any group',
1.6       bisitz   12035: 
                   12036:    ' and also not in any group'
                   12037: => ' und auch nicht in einer Gruppe sind',
                   12038: 
                   12039:    'only members of group: "[_1]"'
1.18      zhu      12040: => '只有该组成员 "[_1]"',
1.6       bisitz   12041: 
                   12042:    ' and also members of group: "[_1]"'
                   12043: => ' und auch Mitglieder der Gruppe "[_1] sind',
                   12044: 
                   12045:    'Author space for [_1]'
1.93      raeburn  12046: => 'Author space for [_1]',
1.6       bisitz   12047: 
                   12048:    'Co-authors with expired [_1] roles'
1.93      raeburn  12049: => 'Co-authors with expired [_1] roles',
1.6       bisitz   12050: 
                   12051:    'Co-authors with future [_1] roles'
1.93      raeburn  12052: => 'Co-authors with future [_1] roles',
1.6       bisitz   12053: 
                   12054:    'Co-authors with active [_1] roles'
1.93      raeburn  12055: => 'Co-authors with active [_1] roles',
1.6       bisitz   12056: 
                   12057:    'All co-authors'
1.18      zhu      12058: => '所有合著者',
1.6       bisitz   12059: 
                   12060:    'All co-authors with [_1] roles'
1.93      raeburn  12061: => 'All co-authors with [_1] roles',
1.6       bisitz   12062: 
                   12063:    'Users in domain with expired [_1] roles'
1.93      raeburn  12064: => 'Users in domain with expired [_1] roles',
1.6       bisitz   12065: 
                   12066:    'Users in domain with future [_1] roles'
1.93      raeburn  12067: => 'Users in domain with future [_1] roles',
1.6       bisitz   12068: 
                   12069:    'Users in domain with active [_1] roles'
1.93      raeburn  12070: => 'Users in domain with active [_1] roles',
1.6       bisitz   12071: 
                   12072:    'All users in domain'
1.93      raeburn  12073: => 'All users in domain',
1.6       bisitz   12074: 
                   12075:    'All users in domain with [_1] roles'
1.93      raeburn  12076: => 'All users in domain with [_1] roles',
1.6       bisitz   12077: 
                   12078:    'Co-authors in domain with expired [_1] roles'
1.93      raeburn  12079: => 'Co-authors in domain with expired [_1] roles',
1.6       bisitz   12080: 
                   12081:    'Co-authors in domain with future [_1] roles'
1.93      raeburn  12082: => 'Co-authors in domain with future [_1] roles',
1.6       bisitz   12083: 
                   12084:    'Co-authors in domain with active [_1] roles'
1.93      raeburn  12085: => 'Co-authors in domain with active [_1] roles',
1.6       bisitz   12086: 
                   12087:    'All users with co-author roles in domain'
1.93      raeburn  12088: => 'All users with co-author roles in domain',
1.6       bisitz   12089: 
                   12090:    'All co-authors in domain  with [_1] roles'
1.93      raeburn  12091: => 'All co-authors in domain  with [_1] roles',
1.6       bisitz   12092: 
                   12093:    'All courses in domain'
1.93      raeburn  12094: => 'All courses in domain',
1.6       bisitz   12095: 
                   12096:    'Courses in domain with institutional code: [_1]'
1.93      raeburn  12097: => 'Courses in domain with institutional code: [_1]',
1.6       bisitz   12098: 
                   12099:    'Selected courses in domain'
1.93      raeburn  12100: => 'Selected courses in domain',
1.6       bisitz   12101: 
                   12102:    'users with expired [_1] roles'
1.93      raeburn  12103: => 'users with expired [_1] roles',
1.6       bisitz   12104: 
                   12105:    'users with future [_1] roles'
1.93      raeburn  12106: => 'users with future [_1] roles',
1.6       bisitz   12107: 
                   12108:    'users with active [_1] roles'
1.93      raeburn  12109: => 'users with active [_1] roles',
1.6       bisitz   12110: 
                   12111:    'all users'
1.70      zhu      12112: => '所有用户',
1.6       bisitz   12113: 
                   12114:    'users with [_1] roles'
1.70      zhu      12115: => '用户角色"[_1]"',
1.6       bisitz   12116: 
                   12117:    'There are no students to drop.'
1.93      raeburn  12118: => 'There are no students to drop.',
1.6       bisitz   12119: 
                   12120:    'Upload a file containing information about users'
1.70      zhu      12121: => '上传一个包含有用户信息的文件',
1.6       bisitz   12122: 
                   12123:    'Upload file of users'
1.70      zhu      12124: => '上传用户文件',
1.6       bisitz   12125: 
                   12126:    'How do I create a users list from a spreadsheet'
1.70      zhu      12127: => '如何从电子表格建立用户列表',
1.6       bisitz   12128: 
                   12129:    'Unable to enroll users'
1.70      zhu      12130: => '无法注册用户',
1.6       bisitz   12131: 
                   12132:    'Enrolling Users'
1.70      zhu      12133: => '注册用户',
1.6       bisitz   12134: 
                   12135:    'Updating Co-authors'
1.70      zhu      12136: => '更新共同作者',
1.6       bisitz   12137: 
                   12138:    'Adding/Modifying Users'
1.70      zhu      12139: => '添加/修改用户',
1.6       bisitz   12140: 
                   12141:    'Default section name [_1] could not be used as it is a reserved word.'
1.93      raeburn  12142: => 'Default section name [_1] could not be used as it is a reserved word.',
1.6       bisitz   12143: 
                   12144:    'Default section name "[_1]" is the name of a course group. Section names and group names must be distinct.'
1.93      raeburn  12145: => 'Default section name "[_1]" is the name of a course group. Section names and group names must be distinct.',
1.6       bisitz   12146: 
                   12147:    '[_1]: Unable to enroll user [_2] [_3] [_4] [_5] in a section named "[_6]" - this is a reserved word.'
1.98    ! bisitz   12148: => '[_1]: Unable to enroll user [_2] [_3] [_4] [_5] in a section named "[_6]" - this is a reserved word.',
1.6       bisitz   12149: 
                   12150:    '[_1]: Unable to enroll user [_2] [_3] [_4] [_5] in a section named "[_6]" - this is a course group.'
1.98    ! bisitz   12151: => '[_1]: Unable to enroll user [_2] [_3] [_4] [_5] in a section named "[_6]" - this is a course group.',
1.6       bisitz   12152: 
                   12153:    'Section names and group names must be distinct.'
1.93      raeburn  12154: => 'Section names and group names must be distinct.',
1.6       bisitz   12155: 
                   12156:    '[_1]: Unable to enroll user [_2] [_3] [_4] [_5] in a section named "[_6]".'
1.98    ! bisitz   12157: => '[_1]: Unable to enroll user [_2] [_3] [_4] [_5] in a section named "[_6]".',
1.6       bisitz   12158: 
                   12159:    'This user already has an active/future student role in the course, unaffiliated to any section.'
1.93      raeburn  12160: => 'This user already has an active/future student role in the course, unaffiliated to any section.',
1.6       bisitz   12161: 
                   12162:    'This user already has an active/future role in section "[_1]" of the course.'
1.93      raeburn  12163: => 'This user already has an active/future role in section "[_1]" of the course.',
1.6       bisitz   12164: 
                   12165:    '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  12166: => '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   12167: 
                   12168:    '[_1]: You do not have permission to add the requested role [_2] for the user.'
1.98    ! bisitz   12169: => '[_1]: You do not have permission to add the requested role [_2] for the user.',
1.6       bisitz   12170: 
                   12171:    'Allowable role(s) is/are: [_1].'
1.93      raeburn  12172: => 'Allowable role(s) is/are: [_1].',
1.6       bisitz   12173: 
                   12174:    '[_1]: Unable to enroll. No password specified.'
1.98    ! bisitz   12175: => '[_1]: Unable to enroll. No password specified.',
1.6       bisitz   12176: 
                   12177:    '[_1]: Unable to add co-author. No password specified.'
1.98    ! bisitz   12178: => '[_1]: Unable to add co-author. No password specified.',
1.6       bisitz   12179: 
                   12180:    '[_1]: Unable to add user. No password specified.'
1.98    ! bisitz   12181: => '[_1]: Unable to add user. No password specified.',
1.6       bisitz   12182: 
                   12183:    'Processed [quant,_1,user].'
                   12184: => '[quant,_1,Benutzer,Benutzer] verarbeitet.',
                   12185: 
                   12186:    'Roles added for [quant,_1,user].'
1.93      raeburn  12187: => 'Roles added for [quant,_1,user].',
1.6       bisitz   12188: 
                   12189:    '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  12190: => '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   12191: 
                   12192:    'No roles added'
1.93      raeburn  12193: => 'No roles added',
1.6       bisitz   12194: 
                   12195:    'Authentication changed for [_1] existing users.'
1.93      raeburn  12196: => 'Authentication changed for [_1] existing users.',
1.6       bisitz   12197: 
                   12198:    'Students to Drop'
1.93      raeburn  12199: => 'Students to Drop',
1.6       bisitz   12200: 
                   12201:    'There are no students with current/future access to the course.'
1.93      raeburn  12202: => 'There are no students with current/future access to the course.',
1.6       bisitz   12203: 
                   12204:    '[_1]: Unable to add/modify: [_2]'
1.98    ! bisitz   12205: => '[_1]: Unable to add/modify: [_2]',
1.6       bisitz   12206: 
                   12207:    '[_1]: Unable to modify authentication: [_2]'
1.98    ! bisitz   12208: => '[_1]: Unable to modify authentication: [_2]',
1.6       bisitz   12209: 
                   12210:    '[_1]: Unable to add role: [_2]'
1.98    ! bisitz   12211: => '[_1]: Unable to add role: [_2]',
1.6       bisitz   12212: 
                   12213:    'No change in section assignment (none)'
1.93      raeburn  12214: => 'No change in section assignment (none)',
1.6       bisitz   12215: 
                   12216:    "Revoked role of '[_1]' in [_2] for [_3]"
1.93      raeburn  12217: => "Revoked role of '[_1]' in [_2] for [_3]",
1.6       bisitz   12218: 
                   12219:    "Deleted role of '[_1]' in [_2] for [_3]"
1.93      raeburn  12220: => "Deleted role of '[_1]' in [_2] for [_3]",
1.6       bisitz   12221: 
                   12222:    "Re-enabled role of '[_1]' in [_2] for [_3]"
1.93      raeburn  12223: => "Re-enabled role of '[_1]' in [_2] for [_3]",
1.6       bisitz   12224: 
                   12225:    "Activated role of '[_1]' in [_2] for [_3]"
1.93      raeburn  12226: => "Activated role of '[_1]' in [_2] for [_3]",
1.6       bisitz   12227: 
                   12228:    "Changed Access Dates for role of '[_1]' in [_2] for [_3]"
1.93      raeburn  12229: => "Changed Access Dates for role of '[_1]' in [_2] for [_3]",
1.6       bisitz   12230: 
                   12231:    "Changed section for role of '[_1]' in [_2] for [_3]"
1.93      raeburn  12232: => "Changed section for role of '[_1]' in [_2] for [_3]",
1.6       bisitz   12233: 
                   12234:    "Dropped role of '[_1]' in [_2] for [_3]"
1.93      raeburn  12235: => "Dropped role of '[_1]' in [_2] for [_3]",
1.6       bisitz   12236: 
                   12237:    'Error revoking [_1] in [_2] for [_3]: [_4].'
1.93      raeburn  12238: => 'Error revoking [_1] in [_2] for [_3]: [_4].',
1.6       bisitz   12239: 
                   12240:    'Error deleting [_1] in [_2] for [_3]: [_4].'
1.93      raeburn  12241: => 'Error deleting [_1] in [_2] for [_3]: [_4].',
1.6       bisitz   12242: 
                   12243:    'Error re-enabling [_1] in [_2] for [_3]: [_4].'
1.93      raeburn  12244: => 'Error re-enabling [_1] in [_2] for [_3]: [_4].',
1.6       bisitz   12245: 
                   12246:    'Error activating [_1] in [_2] for [_3]: [_4].'
1.93      raeburn  12247: => 'Error activating [_1] in [_2] for [_3]: [_4].',
1.6       bisitz   12248: 
                   12249:    'Error changing access dates for [_1] in [_2] for [_3]: [_4].'
1.93      raeburn  12250: => 'Error changing access dates for [_1] in [_2] for [_3]: [_4].',
1.6       bisitz   12251: 
                   12252:    'Error changing section for [_1] in [_2] for [_3]: [_4].'
1.93      raeburn  12253: => 'Error changing section for [_1] in [_2] for [_3]: [_4].',
1.6       bisitz   12254: 
                   12255:    'Error dropping [_1] in [_2] for [_3]: [_4].'
1.93      raeburn  12256: => 'Error dropping [_1] in [_2] for [_3]: [_4].',
1.6       bisitz   12257: 
                   12258:    'Revoked role(s) for [quant,_1,user,users,no users].'
1.93      raeburn  12259: => 'Revoked role(s) for [quant,_1,user,users,no users].',
1.6       bisitz   12260: 
                   12261:    'Deleted role(s) for [quant,_1,user,users,no users].'
1.93      raeburn  12262: => 'Deleted role(s) for [quant,_1,user,users,no users].',
1.6       bisitz   12263: 
                   12264:    'Re-enabled role(s) for [quant,_1,user,users,no users].'
1.93      raeburn  12265: => 'Re-enabled role(s) for [quant,_1,user,users,no users].',
1.6       bisitz   12266: 
                   12267:    'Activated role(s) for [quant,_1,user,users,no users].'
1.93      raeburn  12268: => 'Activated role(s) for [quant,_1,user,users,no users].',
1.6       bisitz   12269: 
                   12270:    'Changed Access Dates for role(s) for [quant,_1,user,users,no users].'
1.93      raeburn  12271: => 'Changed Access Dates for role(s) for [quant,_1,user,users,no users].',
1.6       bisitz   12272: 
                   12273:    'Changed section for role(s) for [quant,_1,user,users,no users].'
1.93      raeburn  12274: => 'Changed section for role(s) for [quant,_1,user,users,no users].',
1.6       bisitz   12275: 
                   12276:    'Dropped role(s) for [quant,_1,user,users,no users].'
1.93      raeburn  12277: => 'Dropped role(s) for [quant,_1,user,users,no users].',
1.6       bisitz   12278: 
                   12279:    'Re-enabling will re-activate data for the role.'
1.93      raeburn  12280: => 'Re-enabling will re-activate data for the role.',
1.6       bisitz   12281: 
                   12282:    'Display User Lists'
1.93      raeburn  12283: => 'Display User Lists',
1.6       bisitz   12284: 
                   12285:    'Display current class roster'
1.93      raeburn  12286: => 'Display current class roster',
1.6       bisitz   12287: 
                   12288:    'No section'
1.93      raeburn  12289: => 'No section',
1.6       bisitz   12290: 
                   12291:    'List Users'
1.70      zhu      12292: => '用户列表',
1.6       bisitz   12293: 
                   12294:    'Pick custom role'
1.70      zhu      12295: => '选择自定义角色',
1.6       bisitz   12296: 
                   12297:    'Advanced Role'
1.70      zhu      12298: => '扩展的角色',
1.6       bisitz   12299: 
                   12300:    "Create User Notes, Display all User's Notes, Face-to-Face, Critical Messages, Broadcast Messages"
1.93      raeburn  12301: => "Create User Notes, Display all User's Notes, Face-to-Face, Critical Messages, Broadcast Messages",
1.6       bisitz   12302: 
                   12303:    'Evade communication blocking'
1.93      raeburn  12304: => 'Evade communication blocking',
1.6       bisitz   12305: 
                   12306:    'Generate anonymous statistics'
1.93      raeburn  12307: => 'Generate anonymous statistics',
1.6       bisitz   12308: 
                   12309:    'Modify grade queue'
1.98    ! bisitz   12310: => 'Modify grade queue',
1.6       bisitz   12311: 
                   12312:    'Grade items in grading queue'
1.93      raeburn  12313: => 'Grade items in grading queue',
1.6       bisitz   12314: 
                   12315:    'Set assessment parameters'
1.98    ! bisitz   12316: => 'Set assessment parameters',
1.6       bisitz   12317: 
                   12318:    'Advanced printing options (with answers, discussions, all foils, ...)'
1.93      raeburn  12319: => 'Advanced printing options (with answers, discussions, all foils, ...)',
1.6       bisitz   12320: 
                   12321:    'Print for other users and entire course'
1.93      raeburn  12322: => 'Print for other users and entire course',
1.6       bisitz   12323: 
                   12324:    'Get identity behind anonymous postings'
1.93      raeburn  12325: => 'Get identity behind anonymous postings',
1.6       bisitz   12326: 
                   12327:    'View grades'
1.93      raeburn  12328: => 'View grades',
1.6       bisitz   12329: 
                   12330:    "Access to What's New page"
1.70      zhu      12331: => "进入新页",
1.6       bisitz   12332: 
                   12333:    'Upload Users List'
1.70      zhu      12334: => '上传用户列表',
1.6       bisitz   12335: 
                   12336:    'Update Users'
1.70      zhu      12337: => '用户更新',
1.6       bisitz   12338: 
                   12339:    'Create/modify a user'
1.70      zhu      12340: => '创建/修改用户',
1.6       bisitz   12341: 
                   12342:    'Search for a user and modify/add user information or roles'
1.70      zhu      12343: => '搜索用户和修改/添加用户资料或角色',
1.6       bisitz   12344: 
                   12345:    'Add/modify a single user'
1.70      zhu      12346: => '添加/修改一个用户',
1.6       bisitz   12347: 
                   12348:    'Create users or modify the roles and privileges of users'
1.70      zhu      12349: => '创建或修改用户的角色和权限',
1.6       bisitz   12350: 
                   12351:    'Upload a File of Users'
1.70      zhu      12352: => '上传用户文件',
1.6       bisitz   12353: 
1.69      droeschl 12354:    'Add/Modify a User'
1.70      zhu      12355: => '添加/修改用户',
1.6       bisitz   12356: 
                   12357:    'create new user if required'
1.70      zhu      12358: => '如有必要,创建新用户',
1.6       bisitz   12359: 
1.69      droeschl 12360:    'Manage Users'
1.70      zhu      12361: => '管理用户',
1.6       bisitz   12362: 
                   12363:    'Create/Modify user'
1.70      zhu      12364: => '创建/修改用户',
1.6       bisitz   12365: 
                   12366:    'Visible input'
1.70      zhu      12367: => '可见输入',
1.6       bisitz   12368: 
                   12369:    'Currently in use'
1.70      zhu      12370: => '目前正在使用',
1.6       bisitz   12371: 
                   12372:    'Modify this user: [_1]'
1.70      zhu      12373: => '改此用户名: [_1]',
1.6       bisitz   12374: 
                   12375:    'Blank Problem'
1.12      zhu      12376: => '空白问题',
1.6       bisitz   12377: 
                   12378:    'Chemical Reaction Response'
1.70      zhu      12379: => '化学反应',
1.6       bisitz   12380: 
1.76      bisitz   12381:    'Chemical Reaction Response with Hints'
1.93      raeburn  12382: => 'Chemical Reaction Response with Hints', # '化学反应',
1.76      bisitz   12383: 
1.6       bisitz   12384:    'Click-On-Image Problem'
1.70      zhu      12385: => '点击图片',
1.6       bisitz   12386: 
                   12387:    'Curve Plot with Numerical Response'
1.93      raeburn  12388: => 'Curve Plot with Numerical Response',
1.6       bisitz   12389: 
                   12390:    'Custom Response'
1.93      raeburn  12391: => 'Custom Response',
1.76      bisitz   12392: 
                   12393:    'Custom Response with Partial Credit'
1.93      raeburn  12394: => 'Custom Response with Partial Credit',
1.6       bisitz   12395: 
                   12396:    'Data Plot with Numerical Response'
1.93      raeburn  12397: => 'Data Plot with Numerical Response',
1.6       bisitz   12398: 
                   12399:    'Essay Response'
1.18      zhu      12400: => '尝试回答',
1.6       bisitz   12401: 
                   12402:    'Exam Upload Resource'
1.93      raeburn  12403: => 'Exam Upload Resource',
1.6       bisitz   12404: 
                   12405:    'Formula Response using Computer Algebra System'
1.93      raeburn  12406: => 'Formula Response using Computer Algebra System',
1.6       bisitz   12407: 
                   12408:    'Formula Response using Computer Algebra System and Hints'
1.93      raeburn  12409: => 'Formula Response using Computer Algebra System and Hints',
1.6       bisitz   12410: 
1.76      bisitz   12411:    'Formula Response using Computer Algebra System R and Data Plot'
1.93      raeburn  12412: => 'Formula Response using Computer Algebra System R and Data Plot',
1.76      bisitz   12413: 
1.6       bisitz   12414:    'Formula Response with Samples'
1.93      raeburn  12415: => 'Formula Response with Samples',
1.6       bisitz   12416: 
                   12417:    'Unordered Multi-Answer Formula Response Problem'
1.93      raeburn  12418: => 'Unordered Multi-Answer Formula Response Problem',
1.6       bisitz   12419: 
1.76      bisitz   12420:    'Math Response using Computer Algebra System MAXIMA'
1.93      raeburn  12421: => 'Math Response using Computer Algebra System MAXIMA',
1.76      bisitz   12422: 
                   12423:    'Math Response using Computer Algebra System R'
1.93      raeburn  12424: => 'Math Response using Computer Algebra System R',
1.6       bisitz   12425: 
                   12426:    'Math Response using Computer Algebra System and Hints'
1.93      raeburn  12427: => 'Math Response using Computer Algebra System and Hints',
1.6       bisitz   12428: 
                   12429:    'Numerical Response'
1.93      raeburn  12430: => 'Numerical Response',
1.6       bisitz   12431: 
                   12432:    'One of Multiple Answers Numerical Problem'
1.93      raeburn  12433: => 'One of Multiple Answers Numerical Problem',
1.6       bisitz   12434: 
                   12435:    'Option Response - Matching'
1.93      raeburn  12436: => 'Option Response - Matching',
1.6       bisitz   12437: 
                   12438:    'Option Response - Concept Groups'
1.93      raeburn  12439: => 'Option Response - Concept Groups',
1.6       bisitz   12440: 
                   12441:    'Matching Response'
1.93      raeburn  12442: => 'Matching Response',
1.6       bisitz   12443: 
                   12444:    'Option Response - True/False'
1.93      raeburn  12445: => 'Option Response - True/False',
1.6       bisitz   12446: 
                   12447:    'Organic Material Response'
1.93      raeburn  12448: => 'Organic Material Response',
1.6       bisitz   12449: 
1.76      bisitz   12450:    'Organic Material Response with Hint'
1.93      raeburn  12451: => 'Organic Material Response with Hint',
1.76      bisitz   12452: 
1.6       bisitz   12453:    'Radio Button Response'
1.18      zhu      12454: => '单选',
1.6       bisitz   12455: 
                   12456:    'Randomly Labelled Image with Option Response'
1.93      raeburn  12457: => 'Randomly Labelled Image with Option Response',
1.6       bisitz   12458: 
                   12459:    'Rank Response'
1.70      zhu      12460: => '等级制度 (Rank Response)',
1.6       bisitz   12461: 
                   12462:    'String Response'
1.70      zhu      12463: => '文本输入 (String Response)',
1.6       bisitz   12464: 
1.81      bisitz   12465:    'Display catalog of courses and communities'
1.93      raeburn  12466: => '课程目录',
1.6       bisitz   12467: 
                   12468:    'Manage co-authors'
1.18      zhu      12469: => '管理共同作者',
1.6       bisitz   12470: 
                   12471:    'Upload a File of Co-authors'
1.18      zhu      12472: => '上传共同作者的文件',
1.6       bisitz   12473: 
1.69      droeschl 12474:    'Add/Modify a Co-author'
1.79      bisitz   12475: => '添加/修改一个共同的作者',
1.6       bisitz   12476: 
1.69      droeschl 12477:    'Manage Co-authors'
1.79      bisitz   12478: => '管理共同作者',
1.6       bisitz   12479: 
                   12480:    'No courses match the criteria you selected.'
1.18      zhu      12481: => '没有选择相对应的课程。',
1.6       bisitz   12482: 
                   12483:    'Key authority (<tt>id@domain</tt>) if other than course'
1.93      raeburn  12484: => 'Key authority (<tt>id@domain</tt>) if other than course',
1.6       bisitz   12485: 
                   12486:    'New bridgetask file'
1.93      raeburn  12487: => 'New bridgetask file',
1.6       bisitz   12488: 
                   12489:    'Create problem'
1.12      zhu      12490: => '创建问题',
1.6       bisitz   12491: 
                   12492:    'Create library'
1.12      zhu      12493: => '创建图书馆',
1.6       bisitz   12494: 
                   12495:    'Create survey'
1.12      zhu      12496: => '创建调查',
1.6       bisitz   12497: 
                   12498:    'Create task'
1.12      zhu      12499: => '创建任务',
1.6       bisitz   12500: 
                   12501:    'Problem Testing'
1.12      zhu      12502: => '问题测试',
1.6       bisitz   12503: 
                   12504:    "Don't Show Incorect/Correct Feedback"
1.12      zhu      12505: => "不显示不正确/正确的反馈",
1.6       bisitz   12506: 
                   12507:    "Don't Show Any Feedback"
1.12      zhu      12508: => "不显示任何反馈",
1.6       bisitz   12509: 
                   12510:    'Change View'
1.12      zhu      12511: => '更改视图',
1.6       bisitz   12512: 
                   12513:    'Show Default View'
1.12      zhu      12514: => '查看默认视图',
1.6       bisitz   12515: 
                   12516:    '[_1] for [_2] versions.'
1.70      zhu      12517: => '[_1] 的 [_2] 版本。',
1.6       bisitz   12518: 
                   12519:    'Set new preferred languages to '
1.9       zhu      12520: => '首选语言设置为 ',
1.6       bisitz   12521: 
                   12522:    'Reset preferred language.'
1.9       zhu      12523: => '重设的首选语言。',
1.6       bisitz   12524: 
                   12525:    'Set new preferred math display to '
1.93      raeburn  12526: => 'Set new preferred math display to ',
1.6       bisitz   12527: 
                   12528:    'Reset preferred math display.'
1.93      raeburn  12529: => 'Reset preferred math display.',
1.6       bisitz   12530: 
                   12531:    'Set new screenname to '
1.18      zhu      12532: => '在匿名讨论中新的昵称为 ',
1.6       bisitz   12533: 
                   12534:    'Reset screenname.'
1.9       zhu      12535: => '重置昵称。',
1.6       bisitz   12536: 
                   12537:    'Set new nickname to '
1.9       zhu      12538: => '设置新的昵称为 ',
1.6       bisitz   12539: 
                   12540:    'Reset nickname.'
1.9       zhu      12541: => '重设昵称。',
1.6       bisitz   12542: 
                   12543:    'Set menu mode to [_1].'
1.18      zhu      12544: => '设置菜单模式为 [_1]。',
1.6       bisitz   12545: 
                   12546:    'Reset '
1.9       zhu      12547: => '重置',
1.6       bisitz   12548: 
                   12549:    'Set message forwarding to '
1.22      zhu      12550: => '设置邮件转发到 ',
1.6       bisitz   12551: 
                   12552:    "Set message forwarding to 'off'."
1.22      zhu      12553: => "设置邮件转发为'关闭'。",
1.6       bisitz   12554: 
                   12555:    'Set non-critical message notification address(es) to '
1.22      zhu      12556: => '设置非重要的邮件通知地址为 ',
1.6       bisitz   12557: 
                   12558:    "Set non-critical message notification to 'off'."
1.22      zhu      12559: => "设置非重要的邮件通知为'关闭'。",
1.6       bisitz   12560: 
                   12561:    'Set critical message notification address(es) to '
1.22      zhu      12562: => '设置重要的邮件通知地址为 ',
1.6       bisitz   12563: 
                   12564:    "Set critical message notification to 'off'."
1.22      zhu      12565: => "设置重要的邮件通知为'关闭'。",
1.6       bisitz   12566: 
                   12567:    'Set address(es) to receive excerpts with html retained '
1.22      zhu      12568: => '设置保留HTML摘录的地址为 ',
1.6       bisitz   12569: 
                   12570:    'Set notification address to receive excerpts with html stripped.'
1.22      zhu      12571: => '设置接收邮件地址为不保留的HTML摘录。',
1.6       bisitz   12572: 
                   12573:    'Set all notification addresses to receive excerpts with html stripped.'
1.22      zhu      12574: => '设置所有的接收邮件地址为不保留的HTML摘录。',
1.6       bisitz   12575: 
                   12576:    'Set Page Background to '
1.22      zhu      12577: => '设置页面的背景为 ',
1.6       bisitz   12578: 
                   12579:    'Set Header Background to '
1.22      zhu      12580: => '设置页眉背景为 ',
1.6       bisitz   12581: 
                   12582:    'Set Header Border to '
1.22      zhu      12583: => '设置页眉边界为 ',
1.6       bisitz   12584: 
                   12585:    'Set Font to '
1.22      zhu      12586: => '设置字体为 ',
1.6       bisitz   12587: 
                   12588:    'Set Un-Visited Link to '
1.22      zhu      12589: => '设置未访问链接颜色为 ',
1.6       bisitz   12590: 
                   12591:    'Set Visited Link to '
1.22      zhu      12592: => '设置已访问链接颜色为 ',
1.6       bisitz   12593: 
                   12594:    'Set Active Link to '
1.22      zhu      12595: => '设置活动链接颜色为 ',
1.6       bisitz   12596: 
                   12597:    'Reset Page Background'
1.22      zhu      12598: => '重设网页背景',
1.6       bisitz   12599: 
                   12600:    'Reset Header Background'
1.22      zhu      12601: => '重置页眉背景',
1.6       bisitz   12602: 
                   12603:    'Reset Header Border'
1.22      zhu      12604: => '重置页眉边界',
1.6       bisitz   12605: 
                   12606:    'Reset Font.'
1.22      zhu      12607: => '重置字体颜色。',
1.6       bisitz   12608: 
                   12609:    'Reset Un-Visited Link.'
1.22      zhu      12610: => '重置未访问链接颜色。',
1.6       bisitz   12611: 
                   12612:    'Reset Visited Link.'
1.22      zhu      12613: => '重置已访问链接颜色。',
1.6       bisitz   12614: 
                   12615:    'Reset Active Link.'
1.22      zhu      12616: => '重置活动链接颜色。',
1.6       bisitz   12617: 
                   12618:    'Freezing Role: [_1]'
1.22      zhu      12619: => '冻结的角色: [_1]',
1.6       bisitz   12620: 
                   12621:    'Unfreezing Role: [_1]'
1.22      zhu      12622: => '解冻的角色: [_1] aufgehoben',
1.6       bisitz   12623: 
                   12624:    'No such user: '
1.22      zhu      12625: => '此用户不存在: ',
1.6       bisitz   12626: 
1.49      bisitz   12627:    '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  12628: => '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   12629: 
                   12630:    'Sorry, the token generated when you requested a password reset has expired.'
1.93      raeburn  12631: => 'Sorry, the token generated when you requested a password reset has expired.',
1.6       bisitz   12632: 
                   12633:    'Sorry, the URL generated when you requested reset of your password contained incomplete information.'
1.93      raeburn  12634: => 'Sorry, the URL generated when you requested reset of your password contained incomplete information.',
1.6       bisitz   12635: 
                   12636:    'Page requested in unexpected context'
1.93      raeburn  12637: => 'Page requested in unexpected context',
1.6       bisitz   12638: 
                   12639:    'Invalid username and/or domain'
1.93      raeburn  12640: => 'Invalid username and/or domain',
1.6       bisitz   12641: 
                   12642:    'Username and domain were blank'
1.93      raeburn  12643: => 'Username and domain were blank',
1.6       bisitz   12644: 
                   12645:    'Authentication type for this user can not be changed by this mechanism'
1.93      raeburn  12646: => 'Authentication type for this user can not be changed by this mechanism',
1.6       bisitz   12647: 
                   12648:    'One or more password fields were blank'
1.93      raeburn  12649: => 'One or more password fields were blank',
1.6       bisitz   12650: 
                   12651:    'Please log out and try again.'
1.93      raeburn  12652: => 'Please log out and try again.',
1.6       bisitz   12653: 
                   12654:    'Please try again later.'
1.93      raeburn  12655: => 'Please try again later.',
1.6       bisitz   12656: 
                   12657:    'Unable to retrieve saved token for password decryption'
1.93      raeburn  12658: => 'Unable to retrieve saved token for password decryption',
1.6       bisitz   12659: 
                   12660:    'Could not verify current authentication.'
1.93      raeburn  12661: => 'Could not verify current authentication.',
1.6       bisitz   12662: 
                   12663:    'The new passwords you entered do not match.'
1.93      raeburn  12664: => 'The new passwords you entered do not match.',
1.6       bisitz   12665: 
                   12666:    'Passwords must be a minimum of 7 characters long.'
1.93      raeburn  12667: => 'Passwords must be a minimum of 7 characters long.',
1.6       bisitz   12668: 
                   12669:    'The password you entered contained illegal characters.'
1.93      raeburn  12670: => 'The password you entered contained illegal characters.',
1.6       bisitz   12671: 
                   12672:    'Valid characters are'
1.93      raeburn  12673: => 'Valid characters are',
1.6       bisitz   12674: 
1.21      raeburn  12675:    'The password for [_1] was successfully changed.'
1.22      zhu      12676: => '[_1] 的密码已成功更改。',
1.6       bisitz   12677: 
1.21      raeburn  12678:    'The password for [_1] was not changed.'
1.93      raeburn  12679: => 'The password for [_1] was not changed.',
1.6       bisitz   12680: 
                   12681:    'In discussions: only new posts will be displayed.'
1.93      raeburn  12682: => 'In discussions: only new posts will be displayed.',
1.6       bisitz   12683: 
                   12684:    'In discussions: all posts will be displayed.'
1.93      raeburn  12685: => 'In discussions: all posts will be displayed.',
1.6       bisitz   12686: 
                   12687:    'In discussions: new posts will be cease to be identified as "NEW" after display.'
1.93      raeburn  12688: => 'In discussions: new posts will be cease to be identified as "NEW" after display.',
1.6       bisitz   12689: 
                   12690:    'In discussions: posts will be identified as "NEW" until marked as read by the reader.'
1.93      raeburn  12691: => 'In discussions: posts will be identified as "NEW" until marked as read by the reader.',
1.6       bisitz   12692: 
                   12693:    'The e-mail address entered in row '
1.22      zhu      12694: => '电子邮件地址输入行 ',
1.6       bisitz   12695: 
                   12696:    'The e-mail address you entered'
1.22      zhu      12697: => '您输入的电子邮件地址',
1.6       bisitz   12698: 
                   12699:    'is not a valid e-mail address'
1.22      zhu      12700: => '不是一个有效的电子邮件地址',
1.6       bisitz   12701: 
                   12702:    'Title for the Uploaded Score'
1.93      raeburn  12703: => 'Title for the Uploaded Score',
1.6       bisitz   12704: 
                   12705:    'Title for the Page'
1.56      zhu      12706: => '标题页',
1.6       bisitz   12707: 
                   12708:    'Title for the Problem'
1.56      zhu      12709: => '问题的标题',
1.6       bisitz   12710: 
                   12711:    'Title for the Drop Box'
1.93      raeburn  12712: => 'Title for the Drop Box',
1.6       bisitz   12713: 
                   12714:    'Title for the Bulletin Board'
1.56      zhu      12715: => '公告栏的标题',
1.6       bisitz   12716: 
                   12717:    'Not a valid user:domain'
1.56      zhu      12718: => '不是有效的用户:域',
1.6       bisitz   12719: 
                   12720:    'Please enter both user and domain in the format user:domain'
1.56      zhu      12721: => '请输入用户和域,格式为 用户:域',
1.6       bisitz   12722: 
1.25      bisitz   12723:    'Personal Information Page of '
1.93      raeburn  12724: => 'Personal Information Page of ',
1.6       bisitz   12725: 
                   12726:    'No info'
1.93      raeburn  12727: => 'No info',
1.6       bisitz   12728: 
                   12729:    'No user information available'
1.93      raeburn  12730: => 'No user information available',
1.6       bisitz   12731: 
                   12732:    'The new directory name was changed from [_1] to [_2].'
1.93      raeburn  12733: => 'The new directory name was changed from [_1] to [_2].',
1.6       bisitz   12734: 
                   12735:    'Unable to create a directory named'
1.93      raeburn  12736: => 'Unable to create a directory named',
1.6       bisitz   12737: 
                   12738:    'A file or directory by that name already exists.'
1.93      raeburn  12739: => 'A file or directory by that name already exists.',
1.6       bisitz   12740: 
                   12741:    'Allowing others to retrieve file: [_1]'
1.93      raeburn  12742: => 'Allowing others to retrieve file: [_1]',
1.6       bisitz   12743: 
                   12744:    '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  12745: => '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   12746: 
                   12747:    'Public files are available to anyone without the need for login.'
1.98    ! bisitz   12748: => 'Public files are available to anyone without the need for login.',
1.6       bisitz   12749: 
                   12750:    'Passphrase-protected files do not require log-in, but will require the viewer to enter the passphrase you set.'
1.93      raeburn  12751: => 'Passphrase-protected files do not require log-in, but will require the viewer to enter the passphrase you set.',
1.6       bisitz   12752: 
                   12753:    'A listing of files viewable without log-in is available at: '
1.93      raeburn  12754: => 'A listing of files viewable without log-in is available at: ',
1.6       bisitz   12755: 
                   12756:    "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  12757: => "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   12758: 
                   12759:    "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  12760: => "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   12761: 
                   12762:    'Conditional access controls for file: [_1]'
1.93      raeburn  12763: => 'Conditional access controls for file: [_1]',
1.6       bisitz   12764: 
                   12765:    'Help on setting up share access'
1.93      raeburn  12766: => 'Help on setting up share access',
1.6       bisitz   12767: 
                   12768:    'Help on changing settings'
1.93      raeburn  12769: => 'Help on changing settings',
1.6       bisitz   12770: 
                   12771:    'Help on removing share access'
1.93      raeburn  12772: => 'Help on removing share access',
1.6       bisitz   12773: 
                   12774:    'Public access: [_1]'
1.98    ! bisitz   12775: => 'Public access: [_1]',
1.6       bisitz   12776: 
                   12777:    'Dates available'
1.12      zhu      12778: => '能够使用的日期',
1.6       bisitz   12779: 
                   12780:    'Passphrase-protected access: [_1]'
1.93      raeburn  12781: => 'Passphrase-protected access: [_1]',
1.6       bisitz   12782: 
                   12783:    'Passphrase'
1.93      raeburn  12784: => 'Passphrase',
1.6       bisitz   12785: 
                   12786:    'Conditional access: [_1]'
1.93      raeburn  12787: => 'Conditional access: [_1]',
1.6       bisitz   12788: 
                   12789:    'You have previously set [_1] conditional access controls.'
1.93      raeburn  12790: => 'You have previously set [_1] conditional access controls.',
1.6       bisitz   12791: 
                   12792:    'Change Conditions'
1.93      raeburn  12793: => 'Change Conditions',
1.6       bisitz   12794: 
                   12795:    'Add conditional access'
1.93      raeburn  12796: => 'Add conditional access',
1.6       bisitz   12797: 
                   12798:    'based on domain, username, or course affiliation.'
1.93      raeburn  12799: => 'based on domain, username, or course affiliation.',
1.6       bisitz   12800: 
                   12801:    '[_1]-based conditional access: '
1.98    ! bisitz   12802: => '[_1]-based conditional access: ',
1.6       bisitz   12803: 
                   12804:    'conditions'
1.93      raeburn  12805: => 'conditions',
1.6       bisitz   12806: 
                   12807:    'condition'
1.93      raeburn  12808: => 'condition',
1.6       bisitz   12809: 
                   12810:    'Action?'
1.93      raeburn  12811: => 'Action?',
1.6       bisitz   12812: 
                   12813:    'Allowed [_1] member affiliations'
1.93      raeburn  12814: => 'Allowed [_1] member affiliations', # ???
1.6       bisitz   12815: 
                   12816:    'No [_1]-based conditions defined.'
1.93      raeburn  12817: => 'No [_1]-based conditions defined.',
1.6       bisitz   12818: 
                   12819:    'Type of change'
1.98    ! bisitz   12820: => 'Type of change',
1.6       bisitz   12821: 
                   12822:    'Access control'
1.93      raeburn  12823: => 'Access control',
1.6       bisitz   12824: 
                   12825:    'Additional information'
1.93      raeburn  12826: => 'Additional information',
1.6       bisitz   12827: 
                   12828:    'A problem occurred deleting access controls: [_1]'
1.93      raeburn  12829: => 'A problem occurred deleting access controls: [_1]',
1.6       bisitz   12830: 
                   12831:    'A problem occurred saving access control settings: [_1]'
1.93      raeburn  12832: => 'A problem occurred saving access control settings: [_1]',
1.6       bisitz   12833: 
                   12834:    'opened folder'
1.93      raeburn  12835: => 'opened folder',
1.6       bisitz   12836: 
                   12837:    'closed folder'
1.93      raeburn  12838: => 'closed folder',
1.6       bisitz   12839: 
                   12840:    'Passphrase-protected'
1.22      zhu      12841: => '密码保护',
1.6       bisitz   12842: 
                   12843:    'Conditional'
1.93      raeburn  12844: => 'Conditional',
1.6       bisitz   12845: 
                   12846:    'An error occurred ([_1]) while trying to delete [_2].'
1.93      raeburn  12847: => 'An error occurred ([_1]) while trying to delete [_2].',
1.6       bisitz   12848: 
                   12849:    'File: [_1] deleted.'
1.22      zhu      12850: => '文件 [_1] 已删除。',
1.6       bisitz   12851: 
                   12852:    'An error occurred ([_1]) while trying to delete access controls for the file.'
1.93      raeburn  12853: => 'An error occurred ([_1]) while trying to delete access controls for the file.',
1.6       bisitz   12854: 
                   12855:    'Access controls also deleted for the file.'
1.93      raeburn  12856: => 'Access controls also deleted for the file.',
1.6       bisitz   12857: 
                   12858:    'Error: no valid filename was provided to rename to.'
1.93      raeburn  12859: => 'Error: no valid filename was provided to rename to.',
1.6       bisitz   12860: 
                   12861:    'An error occurred ([_1]) while trying to rename [_2] to [_3]'
1.93      raeburn  12862: => 'An error occurred ([_1]) while trying to rename [_2] to [_3]',
1.6       bisitz   12863: 
                   12864:    'The new file name was changed from:<br />[_1] to [_2]'
1.93      raeburn  12865: => 'The new file name was changed from:<br />[_1] to [_2]',
1.6       bisitz   12866: 
                   12867:    'An error occurred ([_1]) while trying to delete access control records for the old name.'
1.93      raeburn  12868: => 'An error occurred ([_1]) while trying to delete access control records for the old name.',
1.6       bisitz   12869: 
                   12870:    'An error occurred ([_1]) while trying to upload [_2].'
1.93      raeburn  12871: => 'An error occurred ([_1]) while trying to upload [_2].',
1.6       bisitz   12872: 
                   12873:    'An error occurred (dir) ([_1]) while trying to delete [_2].'
1.93      raeburn  12874: => 'An error occurred (dir) ([_1]) while trying to delete [_2].',
1.6       bisitz   12875: 
                   12876:    'An error occurred ([_1]) while trying to upload [_2] for embedded element [_3].'
1.93      raeburn  12877: => 'An error occurred ([_1]) while trying to upload [_2] for embedded element [_3].',
1.6       bisitz   12878: 
                   12879:    'An error occurred ([_1]) while trying to create a new directory [_2].'
1.93      raeburn  12880: => 'An error occurred ([_1]) while trying to create a new directory [_2].',
1.6       bisitz   12881: 
                   12882:    'Access controls updated to reflect the name change.'
1.93      raeburn  12883: => 'Access controls updated to reflect the name change.',
1.6       bisitz   12884: 
                   12885:    'Conditional files are accessible to logged-in users with accounts in the LON-CAPA network, who satisfy the conditions you set.'
1.93      raeburn  12886: => 'Conditional files are accessible to logged-in users with accounts in the LON-CAPA network, who satisfy the conditions you set.',
1.6       bisitz   12887: 
                   12888:    'The conditions can include affiliation with a particular course, or a user account in a specific domain.'
1.93      raeburn  12889: => 'The conditions can include affiliation with a particular course, or a user account in a specific domain.',
1.6       bisitz   12890: 
                   12891:    'Alternatively access can be granted to people with specific LON-CAPA usernames and domains.'
1.93      raeburn  12892: => 'Alternatively access can be granted to people with specific LON-CAPA usernames and domains.',
1.6       bisitz   12893: 
                   12894:    'Current access controls defined for this file:'
1.93      raeburn  12895: => 'Current access controls defined for this file:',
1.6       bisitz   12896: 
                   12897:    'No access control settings currently exist for this file.'
1.93      raeburn  12898: => 'No access control settings currently exist for this file.',
1.6       bisitz   12899: 
                   12900:    'Deleted'
1.93      raeburn  12901: => 'Deleted',
1.6       bisitz   12902: 
                   12903:    'No end date'
1.22      zhu      12904: => '无结束日期',
1.6       bisitz   12905: 
                   12906:    'Start: '
1.22      zhu      12907: => '开始: ',
1.6       bisitz   12908: 
                   12909:    'End: '
1.22      zhu      12910: => '结束: ',
1.6       bisitz   12911: 
                   12912:    'Domains: '
1.22      zhu      12913: => '域: ',
1.6       bisitz   12914: 
                   12915:    'Users: '
1.22      zhu      12916: => '用户: ',
1.6       bisitz   12917: 
                   12918:    'New control(s) added'
1.93      raeburn  12919: => 'New control(s) added',
1.6       bisitz   12920: 
                   12921:    'Existing control(s) deleted'
1.93      raeburn  12922: => 'Existing control(s) deleted',
1.6       bisitz   12923: 
                   12924:    'Existing control(s) modified'
1.93      raeburn  12925: => 'Existing control(s) modified',
1.6       bisitz   12926: 
                   12927:    'Add new <b>[_1]-based</b> access control for portfolio file: <b>[_2]</b>'
1.93      raeburn  12928: => 'Add new <b>[_1]-based</b> access control for portfolio file: <b>[_2]</b>',
1.6       bisitz   12929: 
                   12930:    'Display all access settings for this file'
1.93      raeburn  12931: => 'Display all access settings for this file',
1.6       bisitz   12932: 
                   12933:    'Add a roles-based condition'
1.93      raeburn  12934: => 'Add a roles-based condition',
1.6       bisitz   12935: 
                   12936:    'New role-based condition'
1.93      raeburn  12937: => 'New role-based condition',
1.6       bisitz   12938: 
                   12939:    "Format for users' username:domain information:"
1.93      raeburn  12940: => "Format for users' username:domain information:", # ??? -> portfolio.pm
1.6       bisitz   12941: 
                   12942:    'Add new [_1] condition(s)?'
1.93      raeburn  12943: => 'Add new [_1] condition(s)?',
1.6       bisitz   12944: 
                   12945:    'Number to add: '
1.93      raeburn  12946: => 'Number to add: ',
1.6       bisitz   12947: 
                   12948:    'Select roles, course status, section(s) and group(s) for users who will be able to access the portfolio file.'
1.93      raeburn  12949: => 'Select roles, course status, section(s) and group(s) for users who will be able to access the portfolio file.',
1.6       bisitz   12950: 
1.88      bisitz   12951:    'Course status'
                   12952: => 'Course status', # '[_1] 状态',
1.6       bisitz   12953: 
                   12954:    'Files selected from other directories:'
1.93      raeburn  12955: => 'Files selected from other directories:',
1.6       bisitz   12956: 
                   12957:    'Unable to upload [_1]. (size = [_2] kilobytes). Disk quota will be exceeded.'
1.98    ! bisitz   12958: => 'Unable to upload [_1]. (size = [_2] kilobytes). Disk quota will be exceeded.',
1.6       bisitz   12959: 
                   12960:    'Unable to upload [_1]. A locked file by that name was found in [_2].'
                   12961: => '[_1] konnte nicht hochgeladen werden. Eine gesperrte Datei mit diesem Namen wurde in [_2] gefunden.',
                   12962: 
                   12963:    'You will be able to rename or delete existing [_1] after a grade has been assigned.'
1.93      raeburn  12964: => 'You will be able to rename or delete existing [_1] after a grade has been assigned.',
1.6       bisitz   12965: 
                   12966:    'Unable to upload [_1]. A file by that name was found in [_2].'
                   12967: => '[_1] konnte nicht hochgeladen werden. Eine Datei mit diesem Namen wurde in [_2] gefunden.',
                   12968: 
                   12969:    'To upload, rename or delete existing [_1] in [_2].'
1.93      raeburn  12970: => 'To upload, rename or delete existing [_1] in [_2].', # ???
1.6       bisitz   12971: 
                   12972:    'Rename [_1] to [_2]?'
                   12973: => '[_1] in [_2] umbenennen?',
                   12974: 
                   12975:    'Reference Warning'
1.93      raeburn  12976: => 'Reference Warning',
1.6       bisitz   12977: 
                   12978:    '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  12979: => '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   12980: 
                   12981:    'Please select the locations from which the referenced files are to be uploaded.'
1.93      raeburn  12982: => 'Please select the locations from which the referenced files are to be uploaded.',
1.6       bisitz   12983: 
                   12984:    'Delete [_1]?'
1.12      zhu      12985: => '删除 [_1]?',
1.6       bisitz   12986: 
                   12987:    'Edit Portfolio File Catalog Information'
1.12      zhu      12988: => '编辑组合文件的目录信息',
1.6       bisitz   12989: 
                   12990:    'Edit Group Portfolio File Catalog Information'
1.12      zhu      12991: => '编辑组组合文件的目录信息',
1.6       bisitz   12992: 
                   12993:    'Update'
1.12      zhu      12994: => '更新',
1.6       bisitz   12995: 
                   12996:    'domains'
1.12      zhu      12997: => '域',
1.6       bisitz   12998: 
                   12999:    'users'
1.12      zhu      13000: => '用户',
1.6       bisitz   13001: 
                   13002:    'Access'
1.93      raeburn  13003: => 'Access',
1.6       bisitz   13004: 
                   13005:    'Conditional: domain-based'
1.93      raeburn  13006: => 'Conditional: domain-based',
1.6       bisitz   13007: 
                   13008:    'Conditional: user-based'
1.93      raeburn  13009: => 'Conditional: user-based',
1.6       bisitz   13010: 
                   13011:    'Conditional: course-based'
1.93      raeburn  13012: => 'Conditional: course-based',
1.6       bisitz   13013: 
                   13014:    '[_1] was submitted in response to problem: [_2]'
                   13015: => '[_1] wurde als Antwort auf die Aufgabe [_2] eingereicht.',
                   13016: 
                   13017:    '[_1] was handed back in response to problem: [_2]'
1.98    ! bisitz   13018: => '[_1] was handed back in response to problem: [_2]',
1.6       bisitz   13019: 
                   13020:    'In the course:'
1.93      raeburn  13021: => 'In the course:',
1.6       bisitz   13022: 
                   13023:    'Back'
1.12      zhu      13024: => '返回',
1.6       bisitz   13025: 
                   13026:    'Error: no directory name was provided.'
1.12      zhu      13027: => '错误:没有输入目录名称。',
1.6       bisitz   13028: 
                   13029:    'Unable to create a directory named [_1].'
1.12      zhu      13030: => '无法创建目录名 [_1]。',
1.6       bisitz   13031: 
                   13032:    'Action disallowed'
1.12      zhu      13033: => '不允许行动',
1.6       bisitz   13034: 
                   13035:    'You do not have sufficient privileges to [_1]'
1.12      zhu      13036: => '您没有足够权限 [_1]',
1.6       bisitz   13037: 
                   13038:    'upload files'
1.12      zhu      13039: => '上传文件',
1.6       bisitz   13040: 
                   13041:    'delete files'
1.12      zhu      13042: => '删除文件',
1.6       bisitz   13043: 
                   13044:    'rename files'
1.12      zhu      13045: => '重命名文件',
1.6       bisitz   13046: 
                   13047:    'set access controls for files'
1.12      zhu      13048: => '设置访问控制文件',
1.6       bisitz   13049: 
                   13050:    "in the group's file repository."
1.93      raeburn  13051: => "in the group's file repository.",
1.6       bisitz   13052: 
                   13053:    'in this portfolio.'
1.12      zhu      13054: => '在这个组区。',
1.6       bisitz   13055: 
                   13056:    'You do not have the privileges required to access the shared files space for this group.'
1.12      zhu      13057: => '您没有权限访问该组的共享文件。',
1.6       bisitz   13058: 
                   13059:    'Not a valid group for this course'
1.12      zhu      13060: => '本课程里不是一个有效的组',
1.6       bisitz   13061: 
                   13062:    'Group files for [_1]'
1.12      zhu      13063: => '[_1] 组的组文件 ',
1.6       bisitz   13064: 
                   13065:    'Invalid group'
1.12      zhu      13066: => '无效组',
1.6       bisitz   13067: 
                   13068:    'No file was selected to upload.'
1.12      zhu      13069: => '没有文件被选中上传。',
1.6       bisitz   13070: 
                   13071:    'To upload a file, click <strong>Browse...</strong> and select a file, then click <strong>Upload</strong>.'
1.12      zhu      13072: => '要上传文件,请点击<strong>浏览... </strong>,并选择一个文件,然后点击<strong>上传</strong> 。',
1.6       bisitz   13073: 
                   13074:    'Edit the meta data'
1.12      zhu      13075: => '编辑元数据',
1.6       bisitz   13076: 
                   13077:    'Pick functionality'
1.12      zhu      13078: => '选择功能',
1.6       bisitz   13079: 
                   13080:    'Functionality to display/modify'
1.12      zhu      13081: => '功能显示/修改',
1.6       bisitz   13082: 
                   13083:    'You must select at least one functionality type to display.'
1.12      zhu      13084: => '您必须至少选择一个功能型。',
1.6       bisitz   13085: 
                   13086:    'Default color schemes'
1.12      zhu      13087: => '默认颜色方案',
1.6       bisitz   13088: 
                   13089:    'Log-in page options'
1.12      zhu      13090: => '登录页面选项',
1.6       bisitz   13091: 
                   13092:    'Default authentication/language/timezone'
1.12      zhu      13093: => '默认的身份验证/语言/时区',
1.6       bisitz   13094: 
                   13095:    'Default quotas for user portfolios'
1.93      raeburn  13096: => 'Default quotas for user portfolios',
1.6       bisitz   13097: 
                   13098:    'Auto-update settings'
1.12      zhu      13099: => '设置自动更新',
1.6       bisitz   13100: 
                   13101:    'Institutional directory searches'
1.93      raeburn  13102: => 'Institutional directory searches',
1.6       bisitz   13103: 
                   13104:    'User creation'
                   13105: => '创建用户',
                   13106: 
                   13107:    'User modification'
                   13108: => '用户设置',
                   13109: 
                   13110:    'Scantron format file'
1.93      raeburn  13111: => 'Scantron format file',
1.6       bisitz   13112: 
                   13113:    'Cataloging of courses'
1.12      zhu      13114: => '课程目录',
1.6       bisitz   13115: 
                   13116:    'Display options'
1.12      zhu      13117: => '显示选项',
1.6       bisitz   13118: 
                   13119:    'Display using: '
1.93      raeburn  13120: => 'Display using: ',
1.6       bisitz   13121: 
                   13122:    'one column'
1.12      zhu      13123: => '一列',
1.6       bisitz   13124: 
                   13125:    'two columns'
1.12      zhu      13126: => '两列',
1.6       bisitz   13127: 
                   13128:    'Changes made:'
1.93      raeburn  13129: => 'Changes made:',
1.6       bisitz   13130: 
                   13131:    'Back to configuration display'
1.93      raeburn  13132: => 'Back to configuration display',
1.6       bisitz   13133: 
                   13134:    'No changes made to log-in page settings'
1.93      raeburn  13135: => 'No changes made to log-in page settings',
1.6       bisitz   13136: 
                   13137:    'Support Request'
1.93      raeburn  13138: => 'Support Request',
1.6       bisitz   13139: 
                   13140:    'Do <b>not</b> use this form to ask questions about course content.'
1.93      raeburn  13141: => 'Do <b>not</b> use this form to ask questions about course content.',
1.6       bisitz   13142: 
                   13143:    'Contact your instructor instead.'
1.93      raeburn  13144: => 'Contact your instructor instead.',
1.6       bisitz   13145: 
                   13146:    'Cc'
1.12      zhu      13147: => '抄送',
1.6       bisitz   13148: 
                   13149:    'Your e-mail address'
1.27      zhu      13150: => '您的E-Mail地址',
1.6       bisitz   13151: 
                   13152:    'Search and Enroll'
1.27      zhu      13153: => '搜索和注册',
1.6       bisitz   13154: 
                   13155:    'Search or Add New User'
1.27      zhu      13156: => '搜索或添加新用户',
1.6       bisitz   13157: 
                   13158:    'No username and/or domain provided.'
1.93      raeburn  13159: => 'No username and/or domain provided.',
1.6       bisitz   13160: 
                   13161:    'No match was found for the username ([_1]) in LON-CAPA domain: [_2]'
1.93      raeburn  13162: => 'No match was found for the username ([_1]) in LON-CAPA domain: [_2]',
1.6       bisitz   13163: 
                   13164:    'Submit a request to the LON-CAPA [_1]helpdesk[_2] for [_3] if you require assistance.'
1.93      raeburn  13165: => 'Submit a request to the LON-CAPA [_1]helpdesk[_2] for [_3] if you require assistance.',
1.6       bisitz   13166: 
1.85      bisitz   13167:    'Problems occurred in creating the new Excel file.'
1.93      raeburn  13168: => 'Problems occurred in creating the new Excel file.',
1.85      bisitz   13169: 
                   13170:    'Problems occurred in creating the output file.'
1.93      raeburn  13171: => 'Problems occurred in creating the output file.',
1.85      bisitz   13172: 
                   13173:    'Problems occurred in writing the CSV file.'
1.93      raeburn  13174: => 'Problems occurred in writing the CSV file.',
1.6       bisitz   13175: 
1.85      bisitz   13176:    'This error has been logged.'
1.93      raeburn  13177: => 'This error has been logged.',
1.6       bisitz   13178: 
1.85      bisitz   13179:    'Please alert your LON-CAPA administrator.'
1.93      raeburn  13180: => 'Please alert your LON-CAPA administrator.',
1.6       bisitz   13181: 
                   13182:    'Records [_1]'
1.93      raeburn  13183: => 'Records [_1]', # ???
1.6       bisitz   13184: 
                   13185:    'Filter [_1]'
                   13186: => 'Filter [_1]',
                   13187: 
                   13188:    'Under you current role you are not permitted to change login settings for this user'
1.93      raeburn  13189: => 'Under you current role you are not permitted to change login settings for this user',
1.6       bisitz   13190: 
                   13191:    'History'
1.55      zhu      13192: => '历史',
1.6       bisitz   13193: 
                   13194:    'Part '
1.55      zhu      13195: => '部分 ',
1.6       bisitz   13196: 
                   13197:    'Transaction [_1]'
1.93      raeburn  13198: => 'Transaction [_1]', # ???
1.6       bisitz   13199: 
                   13200:    'Nothing submitted - no attempts.'
1.93      raeburn  13201: => 'Nothing submitted - no attempts.',
1.6       bisitz   13202: 
                   13203:    'No data.'
1.93      raeburn  13204: => 'No data.',
1.6       bisitz   13205: 
                   13206:    'Open in a new window'
1.93      raeburn  13207: => 'Open in a new window',
1.6       bisitz   13208: 
                   13209:    'Revoke user roles'
1.93      raeburn  13210: => 'Revoke user roles',
1.6       bisitz   13211: 
                   13212:    'Delete user roles'
1.93      raeburn  13213: => 'Delete user roles',
1.6       bisitz   13214: 
                   13215:    'Re-enable expired user roles'
1.93      raeburn  13216: => 'Re-enable expired user roles',
1.6       bisitz   13217: 
                   13218:    'Make future user roles active now'
1.93      raeburn  13219: => 'Make future user roles active now',
1.6       bisitz   13220: 
                   13221:    'Change starting/ending dates'
1.93      raeburn  13222: => 'Change starting/ending dates',
1.6       bisitz   13223: 
                   13224:    'Change section associated with user roles'
1.93      raeburn  13225: => 'Change section associated with user roles',
1.6       bisitz   13226: 
                   13227:    'Modify existing user: '
1.70      zhu      13228: => '修改现有的用户: ',
1.6       bisitz   13229: 
                   13230:    'Enroll one student'
1.70      zhu      13231: => '注册一名学生',
1.6       bisitz   13232: 
                   13233:    'Enroll one student: '
1.70      zhu      13234: => '注册一名学生: ',
1.6       bisitz   13235: 
                   13236:    'Existing Roles'
1.55      zhu      13237: => '现有的角色',
1.6       bisitz   13238: 
1.40      bisitz   13239:    'Existing Roles in this Course'
1.70      zhu      13240: => '课程中现有的角色',
1.40      bisitz   13241: 
                   13242:    'Existing Co-Author Roles in your Construction Space'
1.93      raeburn  13243: => 'Existing Co-Author Roles in your Construction Space',
1.40      bisitz   13244: 
                   13245:    'Existing Roles in this Domain'
1.70      zhu      13246: => '在该域中现有的角色',
1.40      bisitz   13247: 
1.6       bisitz   13248:    'Text-based Interface Login'
1.93      raeburn  13249: => 'Text-based Interface Login',
1.6       bisitz   13250: 
                   13251:    'Select Accessibility Options'
1.93      raeburn  13252: => 'Select Accessibility Options',
1.6       bisitz   13253: 
                   13254:    'Suppress rendering of images'
1.93      raeburn  13255: => 'Suppress rendering of images',
1.6       bisitz   13256: 
                   13257:    'Suppress Java applets'
1.55      zhu      13258: => '禁止Java小程序',
1.6       bisitz   13259: 
                   13260:    'Suppress rendering of embedded multimedia'
1.93      raeburn  13261: => 'Suppress rendering of embedded multimedia',
1.6       bisitz   13262: 
                   13263:    'Increase font size'
1.55      zhu      13264: => '放大字体',
1.6       bisitz   13265: 
                   13266:    'Switch to black and white mode'
1.55      zhu      13267: => '切换到黑白模式',
1.6       bisitz   13268: 
                   13269:    'Remember these settings for next login'
1.55      zhu      13270: => '下次登录时记住这些设置',
1.6       bisitz   13271: 
                   13272:    'You are already logged in!'
1.55      zhu      13273: => '您已经登录!',
1.6       bisitz   13274: 
                   13275:    'You are already logged in'
1.55      zhu      13276: => '您已经登录!',
1.6       bisitz   13277: 
                   13278:    'Please either [_1]continue the current session[_2] or [_3]logout[_4].'
1.55      zhu      13279: => '您的选择:[_1]继续当前的会话[_2]或者[_3]退出[_4]。',
1.6       bisitz   13280: 
                   13281:    'Login problems?'
1.9       zhu      13282: => '无法登录?',
1.6       bisitz   13283: 
                   13284:    'Reset password'
1.9       zhu      13285: => '重设密码',
1.6       bisitz   13286: 
                   13287:    'Reset forgotten LON-CAPA password'
1.55      zhu      13288: => '重置 LON-CAPA 密码',
1.6       bisitz   13289: 
1.89      bisitz   13290:    '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      13291: => '如果您使用相同的帐户的其他校园服务除了LON-CAPA, (例如,电子邮件,课程注册等) ,一个单独的中央管理机制可以重置密码。然而,如果您的帐户只是用于LON-CAPA访问,您可以从这个网页重置密码。',
1.6       bisitz   13292: 
                   13293:    'Three conditions must be met:'
1.55      zhu      13294: => '三个条件必须满足:',
1.6       bisitz   13295: 
                   13296:    'An e-mail address must have previously been associated with your LON-CAPA username.'
1.55      zhu      13297: => '必须有一个电子邮件地址与您的LON-CAPA用户联系在一起的。',
1.6       bisitz   13298: 
                   13299:    'You must be able to access e-mail sent to that address.'
1.55      zhu      13300: => '您必须能访问即将发送的电子邮件地址。',
1.6       bisitz   13301: 
                   13302:    'Your LON-CAPA account must be of a type for which LON-CAPA can reset a password.'
1.55      zhu      13303: => '您 LON-CAPA 帐户必须是一个类型为 LON-CAPA 可以重置密码。',
1.6       bisitz   13304: 
                   13305:    'Thank you for your request to reset the password for your LON-CAPA account.'
1.55      zhu      13306: => '感谢您要求重设 LON-CAPA 帐户的密码 。',
1.6       bisitz   13307: 
                   13308:    'Email address in LON-CAPA'
1.93      raeburn  13309: => 'Email address in LON-CAPA',
1.6       bisitz   13310: 
1.55      zhu      13311:    'E-mail address in LON-CAPA'
1.93      raeburn  13312: => 'E-mail address in LON-CAPA',
1.55      zhu      13313: 
1.6       bisitz   13314:    'The username you provided was not verified as a valid username in the LON-CAPA system for the [_1] domain.'
1.56      zhu      13315: => '您提供的用户名不是有效的用户名在 LON-CAPA 系统在该[_1]域。',
1.6       bisitz   13316: 
                   13317:    'Please [_1]go back[_2] and try again.'
1.55      zhu      13318: => '请[_1]返回[_2] ,然后再试一次。',
1.6       bisitz   13319: 
                   13320:    'The e-mail address you provided does not appear to be a valid address.'
1.56      zhu      13321: => '您提供的电子邮件地址不是一个有效的地址。',
1.6       bisitz   13322: 
                   13323:    'A valid e-mail address was not located in the LON-CAPA system for the username and domain you provided.'
1.56      zhu      13324: => '您提供的用户名和域在 LON-CAPA 系统中没有找到一个有效的电子邮件地址。',
1.6       bisitz   13325: 
                   13326:    'The username you provided uses an authentication type which can not be reset directly via LON-CAPA.'
1.56      zhu      13327: => '您提供的用户名使用的身份验证类型,不能直接通过 LON-CAPA 重置密码。',
1.6       bisitz   13328: 
1.41      bisitz   13329:    'You may wish to contact the [_1]LON-CAPA helpdesk[_2] for the [_3].'
1.56      zhu      13330: => '您不妨联系[_2]的[_3]的[_1] LON-CAPA 求助。',
1.6       bisitz   13331: 
                   13332:    'You may wish to send an e-mail to the server administrator: [_1] for [_2].' # 1: e-mail, 2: domain
1.98    ! bisitz   13333: => '您不妨给服务器管理员发送电子邮件: [_1]的[_2] 。',
1.6       bisitz   13334: 
                   13335:    'Assigning yourself a co-author or assistant co-author role in your own author area in Construction Space is not permitted'
1.93      raeburn  13336: => 'Assigning yourself a co-author or assistant co-author role in your own author area in Construction Space is not permitted',
1.6       bisitz   13337: 
                   13338:    'Owner(s)'
1.93      raeburn  13339: => 'Owner(s)',
1.6       bisitz   13340: 
                   13341:    'Practice Problem'
1.56      zhu      13342: => '练习题',
1.6       bisitz   13343: 
                   13344:    'Submissions are not permanently recorded'
1.93      raeburn  13345: => 'Submissions are not permanently recorded',
1.6       bisitz   13346: 
                   13347:    'Submissions to practice problems are not permanently recorded.'
1.93      raeburn  13348: => 'Submissions to practice problems are not permanently recorded.',
1.6       bisitz   13349: 
                   13350:    'not graded'
1.93      raeburn  13351: => 'not graded',
1.6       bisitz   13352: 
                   13353:    'Course initialization preference'
1.93      raeburn  13354: => 'Course initialization preference',
1.6       bisitz   13355: 
                   13356:    'Choose which page will be displayed when you enter this course after selecting a role.'
1.93      raeburn  13357: => 'Choose which page will be displayed when you enter this course after selecting a role.',
1.6       bisitz   13358: 
                   13359:    'Current value is determined by'
1.93      raeburn  13360: => 'Current value is determined by',
1.6       bisitz   13361: 
                   13362:    'and is set to display'
1.93      raeburn  13363: => 'and is set to display',
1.6       bisitz   13364: 
                   13365:    'Page display controlled by'
1.93      raeburn  13366: => 'Page display controlled by',
1.6       bisitz   13367: 
                   13368:    'If'
1.93      raeburn  13369: => 'If',
1.6       bisitz   13370: 
                   13371:    'Choose course entry'
1.93      raeburn  13372: => 'Choose course entry',
1.6       bisitz   13373: 
                   13374:    'Modify course entry'
1.93      raeburn  13375: => 'Modify course entry',
1.6       bisitz   13376: 
                   13377:    '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  13378: => '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   13379: 
                   13380:    '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  13381: => '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   13382: 
                   13383:    "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  13384: => "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   13385: 
                   13386:    'Setting optional privileges for specific group members'
1.57      zhu      13387: => '对具体组成员设置可选的权限',
1.6       bisitz   13388: 
                   13389:    'As no group tools will be made available to users, there are no specific user privileges to set.'
1.93      raeburn  13390: => 'As no group tools will be made available to users, there are no specific user privileges to set.',
1.6       bisitz   13391: 
                   13392:    'Create group'
1.12      zhu      13393: => '创建组',
1.6       bisitz   13394: 
                   13395:    '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  13396: => '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   13397: 
                   13398:    '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  13399: => '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   13400: 
                   13401:    'A problem occurred when creating folders for the new group [_1]:'
1.93      raeburn  13402: => 'A problem occurred when creating folders for the new group [_1]:',
1.6       bisitz   13403: 
                   13404:    'Group [_1] was created.'
1.12      zhu      13405: => '组 [_1] 已创建。',
1.6       bisitz   13406: 
                   13407:    'E-mail Address'
1.93      raeburn  13408: => 'E-mail Address',
1.6       bisitz   13409: 
                   13410:    'Closes '
1.93      raeburn  13411: => 'Closes ',
1.6       bisitz   13412: 
                   13413:    '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  13414: => '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   13415: 
                   13416:    '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  13417: => '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   13418: 
                   13419:    '[quant,_1,day]'
                   13420: => '[quant,_1,Tag,Tage]',
                   13421: 
                   13422:    '[quant,_1,hour]'
                   13423: => '[quant,_1,Stunde,Stunden]',
                   13424: 
                   13425:    '[quant,_1,minute]'
                   13426: => '[quant,_1,Minute,Minuten]',
                   13427: 
                   13428:    '[quant,_1,second]'
                   13429: => '[quant,_1,Sekunde,Sekunden]',
                   13430: 
                   13431:    'Start Timer?'
1.93      raeburn  13432: => 'Start Timer?',
1.6       bisitz   13433: 
                   13434:    'Sign up for time to work.'
1.93      raeburn  13435: => 'Sign up for time to work.',
1.6       bisitz   13436: 
                   13437:    'Requesting Another Worktime'
1.93      raeburn  13438: => 'Requesting Another Worktime',
1.6       bisitz   13439: 
                   13440:    'No available times.'
1.93      raeburn  13441: => 'No available times.',
1.6       bisitz   13442: 
                   13443:    'Return to last resource'
1.93      raeburn  13444: => 'Return to last resource',
1.6       bisitz   13445: 
                   13446:    'My Courses'
1.9       zhu      13447: => '我的课程',
1.6       bisitz   13448: 
                   13449:    '[_1] parts'
                   13450: => '[_1] Teile',
                   13451: 
                   13452:    'Part: [_1]'
1.27      zhu      13453: => '部分: [_1]',
1.6       bisitz   13454: 
                   13455:    'New Discussion'
1.12      zhu      13456: => '新的讨论',
1.6       bisitz   13457: 
                   13458:    'New Email'
1.12      zhu      13459: => '新的 E-Mail',
1.6       bisitz   13460: 
                   13461:    'New Error'
1.12      zhu      13462: => '新的错误',
1.6       bisitz   13463: 
                   13464:    '(randomly select [_1])'
1.98    ! bisitz   13465: => '(randomly select [_1])',
1.6       bisitz   13466: 
                   13467:    '(randomly ordered)'
1.98    ! bisitz   13468: => '(randomly ordered)',
1.6       bisitz   13469: 
                   13470:    'No course selected'
1.93      raeburn  13471: => 'No course selected',
1.6       bisitz   13472: 
                   13473:    'Open '
1.98    ! bisitz   13474: => 'Open ',
1.6       bisitz   13475: 
                   13476:    'Having technical difficulties; please check status later'
1.93      raeburn  13477: => 'Having technical difficulties; please check status later',
1.6       bisitz   13478: 
                   13479:    'Answer open'
1.93      raeburn  13480: => 'Answer open',
1.6       bisitz   13481: 
                   13482:    'Yes, and show correct answer if they exceed the maximum number of tries.'
1.93      raeburn  13483: => 'Yes, and show correct answer if they exceed the maximum number of tries.',
1.6       bisitz   13484: 
                   13485:    "No, don't show correct/incorrect feedback."
1.93      raeburn  13486: => "No, don't show correct/incorrect feedback.",
1.6       bisitz   13487: 
                   13488:    'No, show no feedback at all.'
1.93      raeburn  13489: => 'No, show no feedback at all.',
1.6       bisitz   13490: 
                   13491:    'single part'
1.93      raeburn  13492: => 'single part',
1.6       bisitz   13493: 
                   13494:    'Course Page'
1.36      zhu      13495: => '课程页面',
1.6       bisitz   13496: 
                   13497:    'Unable to set "number unread posts display" to [_1] due to [_2].'
1.98    ! bisitz   13498: => 'Unable to set "number unread posts display" to [_1] due to [_2].',
1.6       bisitz   13499: 
                   13500:    'Current value is [_1].'
1.36      zhu      13501: => '当前的值是 [_1].',
1.6       bisitz   13502: 
                   13503:    'Unable to set interval to [_1] due to [_2].'
1.93      raeburn  13504: => 'Unable to set interval to [_1] due to [_2].',
1.6       bisitz   13505: 
                   13506:    'Changes to threshold(s) for problem tracking:'
1.93      raeburn  13507: => 'Changes to threshold(s) for problem tracking:',
1.6       bisitz   13508: 
                   13509:    'Set threshold for [_1] to [_2]'
1.36      zhu      13510: => '对于 [_1] 到 [_2] 的临界值',
1.6       bisitz   13511: 
                   13512:    'Set the default page to be displayed when you select a course role'
1.36      zhu      13513: => '设置默认页, 显示您选择的课程的角色',
1.6       bisitz   13514: 
                   13515:    '(Currently: [_1])'
1.36      zhu      13516: => '(现在: [_1])',
1.6       bisitz   13517: 
                   13518:    "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   13519: => "在课程中为您的课程的全局的用户首选项设置可以覆盖个别的课程设置,通过特定的课程设置[_1]What's New page[_2]。",
1.6       bisitz   13520: 
                   13521:    'Display the [_1]first resource[_2] in the course.'
1.36      zhu      13522: => '显示课程中的[_1]第一资源[_2]。',
1.6       bisitz   13523: 
                   13524:    "Display the [_1]What's New page[_2] - a summary of items in the course which require attention."
1.36      zhu      13525: => "显示 [_1]What's New page[_2] - 课程中的内容概述需要被注意。",
1.6       bisitz   13526: 
                   13527:    'Default now set'
1.93      raeburn  13528: => 'Default now set',
1.6       bisitz   13529: 
                   13530:    'when you select a course role from the roles screen'
1.93      raeburn  13531: => 'when you select a course role from the roles screen',
1.6       bisitz   13532: 
                   13533:    'you will be taken to the start of the course.'
1.93      raeburn  13534: => 'you will be taken to the start of the course.',
1.6       bisitz   13535: 
                   13536:    'a page will be displayed that lists items in the course that may require action from you.'
1.93      raeburn  13537: => 'a page will be displayed that lists items in the course that may require action from you.',
1.6       bisitz   13538: 
                   13539:    "Display the What's New page listing course action items"
1.93      raeburn  13540: => "Display the What's New page listing course action items",
1.6       bisitz   13541: 
                   13542:    'Go to the start of the course'
1.93      raeburn  13543: => 'Go to the start of the course',
1.6       bisitz   13544: 
                   13545:    'now'
1.93      raeburn  13546: => 'now',
1.6       bisitz   13547: 
                   13548:    'No official courses to display for [_1].'
1.93      raeburn  13549: => 'No official courses to display for [_1].',
1.6       bisitz   13550: 
                   13551:    '(Month - Day - Year)'
1.13      zhu      13552: => '(月 - 日 - 年)',
1.6       bisitz   13553: 
                   13554:    'Month[_1]Day[_2]Year'
1.13      zhu      13555: => '月[_1]日[_2]年',
1.6       bisitz   13556: 
                   13557:    '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  13558: => '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   13559: 
                   13560:    'Skipping'
1.93      raeburn  13561: => 'Skipping',
1.6       bisitz   13562: 
                   13563:    'Notifying host'
1.93      raeburn  13564: => 'Notifying host', # ???
1.6       bisitz   13565: 
                   13566:    'Back to Catalog Information'
1.18      zhu      13567: => '返回到目录信息',
1.6       bisitz   13568: 
                   13569:    ' at '
                   13570: => ' in ',
                   13571: 
                   13572:    "Computer's answer is incorrect ([_1])."
1.93      raeburn  13573: => "Computer's answer is incorrect ([_1]).",
1.6       bisitz   13574: 
                   13575:    'It is likely that the tolerance range [_1] or significant figures [_2] need to be adjusted.'
1.93      raeburn  13576: => 'It is likely that the tolerance range [_1] or significant figures [_2] need to be adjusted.',
1.6       bisitz   13577: 
                   13578:    'It is likely that the tolerance range [_1] needs to be adjusted.'
1.93      raeburn  13579: => 'It is likely that the tolerance range [_1] needs to be adjusted.',
1.6       bisitz   13580: 
                   13581:    'Submission Record'
1.93      raeburn  13582: => 'Submission Record',
1.6       bisitz   13583: 
                   13584:    'Set/Change grades'
1.93      raeburn  13585: => 'Set/Change grades',
1.6       bisitz   13586: 
                   13587:    'View of the problem'
1.93      raeburn  13588: => 'View of the problem',
1.6       bisitz   13589: 
                   13590:    'Assign Grades'
1.93      raeburn  13591: => 'Assign Grades',
1.6       bisitz   13592: 
                   13593:    'Save &amp; Next'
1.18      zhu      13594: => '保存并继续',
1.6       bisitz   13595: 
                   13596:    '[_1]student(s)'
1.22      zhu      13597: => '[_1]学生',
1.6       bisitz   13598: 
                   13599:    '(Next and Previous (student) do not save the scores.)'
                   13600: => '("Vorherige" und "Weiter" speichert nicht die Bewertungsdaten dieser Seite)',
                   13601: 
                   13602:    'LON-CAPA User Message'
1.22      zhu      13603: => 'LON-CAPA 用户邮件',
1.6       bisitz   13604: 
                   13605:    '<b>Message: </b> No more students for this section or class.'
1.98    ! bisitz   13606: => '<b>Message: </b> No more students for this section or class.',
1.6       bisitz   13607: 
                   13608:    'Click on the button below to return to the grading menu.'
1.93      raeburn  13609: => 'Click on the button below to return to the grading menu.',
1.6       bisitz   13610: 
                   13611:    'Group files'
1.12      zhu      13612: => '组文件',
1.6       bisitz   13613: 
                   13614:    'One group portfolio file is available.'
1.93      raeburn  13615: => 'One group portfolio file is available.',
1.6       bisitz   13616: 
                   13617:    'One portfolio file owned by [_1] is available.'
1.93      raeburn  13618: => 'One portfolio file owned by [_1] is available.',
1.6       bisitz   13619: 
                   13620:    'A total of [_1] group portfolio files are available.'
1.93      raeburn  13621: => 'A total of [_1] group portfolio files are available.',
1.6       bisitz   13622: 
                   13623:    'A total of [_1] portfolio files owned by [_2] are available'
1.93      raeburn  13624: => 'A total of [_1] portfolio files owned by [_2] are available',
1.6       bisitz   13625: 
                   13626:    '[quant,_1,file is,files are] publicly accessible.'
1.93      raeburn  13627: => '[quant,_1,file is,files are] publicly accessible.',
1.6       bisitz   13628: 
                   13629:    '[quant,_1,file requires,files require] a passphrase for access.'
1.98    ! bisitz   13630: => '[quant,_1,file requires,files require] a passphrase for access.',
1.6       bisitz   13631: 
                   13632:    'Group Portfolio files'
1.12      zhu      13633: => '组组合文件',
1.6       bisitz   13634: 
                   13635:    'Viewable portfolio files.'
1.12      zhu      13636: => '可见组合文件。',
1.6       bisitz   13637: 
                   13638:    'Viewable portfolio files'
1.12      zhu      13639: => '可见组合文件',
1.6       bisitz   13640: 
                   13641:    'Viewable group portfolio files'
1.12      zhu      13642: => '可见组组合文件',
1.6       bisitz   13643: 
                   13644:    'Display file listing'
1.36      zhu      13645: => '显示文件列表',
1.6       bisitz   13646: 
                   13647:    'Portfolio files for [_1]'
1.36      zhu      13648: => '[_1] 的组合文件',
1.6       bisitz   13649: 
                   13650:    'File access type: '
1.36      zhu      13651: => '文件访问类型: ',
1.6       bisitz   13652: 
                   13653:    'Update display'
1.36      zhu      13654: => '更新显示',
1.6       bisitz   13655: 
                   13656:    'Course Information page'
1.36      zhu      13657: => '课程资料页',
1.6       bisitz   13658: 
                   13659:    'Information about [_1]'
1.36      zhu      13660: => '关于 [_1] 的消息',
1.6       bisitz   13661: 
                   13662:    'There are no available files of the specified access type: [_1]'
1.36      zhu      13663: => '没有提供文件的指定访问类型: [_1]',
1.6       bisitz   13664: 
                   13665:    'File Type Displayed: [_1]'
1.36      zhu      13666: => '显示文件类型: [_1]',
1.6       bisitz   13667: 
                   13668:    'All file types'
1.36      zhu      13669: => '所有文件类型',
1.6       bisitz   13670: 
                   13671:    'The resource depends on another resource with variable filename, i.e., [_1].'
1.93      raeburn  13672: => 'The resource depends on another resource with variable filename, i.e., [_1].',
1.6       bisitz   13673: 
                   13674:    'You likely need to explicitly allow access to all possible dependencies using the [_1]-tag.'
1.93      raeburn  13675: => 'You likely need to explicitly allow access to all possible dependencies using the [_1]-tag.',
1.6       bisitz   13676: 
                   13677:    'Add Selection for:'
1.93      raeburn  13678: => 'Add Selection for:',
1.6       bisitz   13679: 
1.65      zhu      13680:    'Selected Parameters:'
1.93      raeburn  13681: => 'Selected Parameters:',
1.63      zhu      13682: 
1.65      zhu      13683:    'Show detailed Parameter Selection'
1.93      raeburn  13684: => 'Show detailed Parameter Selection',
1.63      zhu      13685: 
1.65      zhu      13686: # Resource Parameters - Start
1.63      zhu      13687: 
1.65      zhu      13688:    'Problem Opening Date (opendate)'
                   13689: => '问题开始日期 (opendate)',
1.6       bisitz   13690: 
                   13691:    'Problem Opening Date'
1.12      zhu      13692: => '问题开始日期',
1.6       bisitz   13693: 
1.65      zhu      13694:    'Problem Due Date (duedate)'
                   13695: => '问题截止日期 (duedate)',
                   13696: 
1.6       bisitz   13697:    'Problem Due Date'
1.12      zhu      13698: => '问题截止日期',
1.6       bisitz   13699: 
1.65      zhu      13700:    'Problem Answer Date (answerdate)'
                   13701: => '问题答案日期 (answerdate)',
                   13702: 
1.6       bisitz   13703:    'Problem Answer Date'
1.12      zhu      13704: => '问题答案日期',
1.6       bisitz   13705: 
1.65      zhu      13706:    'Time-Limit (interval)'
                   13707: => '期限 (interval)',
                   13708: 
1.6       bisitz   13709:    'Time-Limit'
1.12      zhu      13710: => '期限',
1.6       bisitz   13711: 
1.65      zhu      13712:    'Weight (weight)'
1.93      raeburn  13713: => 'Weight (weight)',
1.65      zhu      13714: 
1.6       bisitz   13715:    'Weight'
1.93      raeburn  13716: => 'Weight',
1.6       bisitz   13717: 
1.65      zhu      13718:    'Maximum Number of Tries (maxtries)'
1.93      raeburn  13719: => 'Maximum Number of Tries (maxtries)',
1.65      zhu      13720: 
1.6       bisitz   13721:    'Maximum Number of Tries'
1.93      raeburn  13722: => 'Maximum Number of Tries',
1.6       bisitz   13723: 
1.65      zhu      13724:    'Number of Tries before hints appear (hinttries)'
1.93      raeburn  13725: => 'Number of Tries before hints appear (hinttries)',
1.65      zhu      13726: 
1.6       bisitz   13727:    'Number of Tries before hints appear'
1.93      raeburn  13728: => 'Number of Tries before hints appear',
1.6       bisitz   13729: 
1.56      zhu      13730:    'Content Opening Date (contentopen)'
1.61      bisitz   13731: => '内容开放日期 (contentopen)',
                   13732: 
1.56      zhu      13733:    'Content Due Date (contentclose)'
1.61      bisitz   13734: => '内容关闭日期 (contentclose)',
1.56      zhu      13735: 
1.63      zhu      13736:    'Content Opening Date'
                   13737: => '内容开放日期',
1.6       bisitz   13738: 
                   13739:    'Content Close Date'
1.18      zhu      13740: => '内容关闭日期',
1.6       bisitz   13741: 
1.65      zhu      13742:    'Question Type (type)'
                   13743: => '问题类型 (type)',
                   13744: 
1.6       bisitz   13745:    'Question Type'
1.18      zhu      13746: => '问题类型',
1.6       bisitz   13747: 
1.65      zhu      13748:    'Show Problem Status (problemstatus)'
1.93      raeburn  13749: => 'Show Problem Status (problemstatus)',
1.65      zhu      13750: 
1.6       bisitz   13751:    'Show Problem Status'
1.18      zhu      13752: => '查看问题状态',
1.6       bisitz   13753: 
1.65      zhu      13754:    'Resource Hidden from Students (hiddenresource)'
1.93      raeburn  13755: => 'Resource Hidden from Students (hiddenresource)',
1.65      zhu      13756: 
1.6       bisitz   13757:    'Resource Hidden from Students'
1.93      raeburn  13758: => 'Resource Hidden from Students',
1.65      zhu      13759: 
                   13760:    'Resource hidden from students (hiddenresource)'
1.93      raeburn  13761: => 'Resource hidden from students (hiddenresource)',
1.65      zhu      13762: 
                   13763:    'Resource hidden from students'
1.93      raeburn  13764: => 'Resource hidden from students',
1.65      zhu      13765: 
                   13766:    'List of hidden parts (hiddenparts)'
1.93      raeburn  13767: => 'List of hidden parts (hiddenparts)',
1.6       bisitz   13768: 
                   13769:    'List of hidden parts'
1.93      raeburn  13770: => 'List of hidden parts', # ???
1.6       bisitz   13771: 
1.65      zhu      13772:    'Part Description (display)'
1.93      raeburn  13773: => 'Part Description (display)',
1.65      zhu      13774: 
1.6       bisitz   13775:    'Part Description'
1.93      raeburn  13776: => 'Part Description',
1.6       bisitz   13777: 
1.65      zhu      13778:    'Show Parts One-at-a-Time (ordered)'
1.93      raeburn  13779: => 'Show Parts One-at-a-Time (ordered)',
1.65      zhu      13780: 
1.6       bisitz   13781:    'Show Parts One-at-a-Time'
1.93      raeburn  13782: => 'Show Parts One-at-a-Time',
1.6       bisitz   13783: 
1.65      zhu      13784:    'Numerical Tolerance (tol)'
1.93      raeburn  13785: => 'Numerical Tolerance (tol)',
1.65      zhu      13786: 
1.6       bisitz   13787:    'Numerical Tolerance'
1.93      raeburn  13788: => 'Numerical Tolerance',
1.6       bisitz   13789: 
1.65      zhu      13790:    'Significant Digits (sig)'
1.93      raeburn  13791: => 'Significant Digits (sig)',
1.65      zhu      13792: 
1.6       bisitz   13793:    'Significant Digits'
1.93      raeburn  13794: => 'Significant Digits',
1.6       bisitz   13795: 
1.65      zhu      13796:    'Show Units - Disable Entry (turnoffunit)'
1.93      raeburn  13797: => 'Show Units - Disable Entry (turnoffunit)',
1.65      zhu      13798: 
1.6       bisitz   13799:    'Show Units - Disable Entry'
1.93      raeburn  13800: => 'Show Units - Disable Entry', # ???
1.6       bisitz   13801: 
1.65      zhu      13802:    'Discussion End Time (discussend)'
1.93      raeburn  13803: => 'Discussion End Time (discussend)',
1.65      zhu      13804: 
1.6       bisitz   13805:    'Discussion End Time'
1.93      raeburn  13806: => 'Discussion End Time',
1.6       bisitz   13807: 
1.65      zhu      13808:    'Hide Closed Discussion (discusshide)'
1.93      raeburn  13809: => 'Hide Closed Discussion (discusshide)',
1.65      zhu      13810: 
1.6       bisitz   13811:    'Hide Closed Discussion'
1.93      raeburn  13812: => 'Hide Closed Discussion',
1.6       bisitz   13813: 
1.65      zhu      13814:    'Randomly Order Resources (randomorder)'
1.93      raeburn  13815: => 'Randomly Order Resources (randomorder)',
1.65      zhu      13816: 
1.6       bisitz   13817:    'Randomly Order Resources'
1.93      raeburn  13818: => 'Randomly Order Resources',
1.6       bisitz   13819: 
1.65      zhu      13820:    'Randomly pick number of resources (randompick)'
1.93      raeburn  13821: => 'Randomly pick number of resources (randompick)',
1.65      zhu      13822: 
                   13823:    'Do not show plain URL (encrypturl)'
1.93      raeburn  13824: => 'Do not show plain URL (encrypturl)',
1.6       bisitz   13825: 
                   13826:    'Do not show plain URL'
1.93      raeburn  13827: => 'Do not show plain URL',
1.6       bisitz   13828: 
1.65      zhu      13829:    'Slots of availability (available)'
1.93      raeburn  13830: => 'Slots of availability (available)',
1.65      zhu      13831: 
1.6       bisitz   13832:    'Slots of availability'
1.93      raeburn  13833: => 'Slots of availability',
1.6       bisitz   13834: 
1.65      zhu      13835:    'CSS file to link (cssfile)'
1.93      raeburn  13836: => 'CSS file to link (cssfile)',
1.65      zhu      13837: 
1.6       bisitz   13838:    'CSS file to link'
1.93      raeburn  13839: => 'CSS file to link',
1.6       bisitz   13840: 
1.65      zhu      13841:    'Use slot based access controls (useslots)'
1.93      raeburn  13842: => 'Use slot based access controls (useslots)',
1.65      zhu      13843: 
1.6       bisitz   13844:    'Use slot based access controls'
1.93      raeburn  13845: => 'Use slot based access controls',
1.6       bisitz   13846: 
1.65      zhu      13847:   'Client IP/Name Access Control (acc)'
1.93      raeburn  13848: => 'Client IP/Name Access Control (acc)',
1.65      zhu      13849: 
1.6       bisitz   13850:    'Client IP/Name Access Control'
1.93      raeburn  13851: => 'Client IP/Name Access Control',
1.6       bisitz   13852: 
1.65      zhu      13853:    'Resource alias name for conditions (mapalias)'
1.93      raeburn  13854: => 'Resource alias name for conditions (mapalias)',
1.65      zhu      13855: 
1.6       bisitz   13856:    'Resource alias name for conditions'
1.93      raeburn  13857: => 'Resource alias name for conditions',
1.6       bisitz   13858: 
1.65      zhu      13859:    'Slots of availability selected by student (availablestudent)'
1.93      raeburn  13860: => 'Slots of availability selected by student (availablestudent)',
1.65      zhu      13861: 
1.6       bisitz   13862:    'Slots of availability selected by student'
1.93      raeburn  13863: => 'Slots of availability selected by student',
1.65      zhu      13864: 
                   13865:    'Hide buttons from students (buttonshide)'
1.93      raeburn  13866: => 'Hide buttons from students (buttonshide)',
1.6       bisitz   13867: 
                   13868:    'Hide buttons from students'
1.93      raeburn  13869: => 'Hide buttons from students', # ???
1.65      zhu      13870: 
                   13871:    'Hide DragMath-Editor (turnoffeditor)'
1.93      raeburn  13872: => 'Hide DragMath-Editor (turnoffeditor)',
1.6       bisitz   13873: 
                   13874:    'Hide DragMath-Editor'
1.93      raeburn  13875: => 'Hide DragMath-Editor',
1.6       bisitz   13876: 
1.65      zhu      13877:    'Maximum Number of Collaborators (maxcollaborators)'
1.93      raeburn  13878: => 'Maximum Number of Collaborators (maxcollaborators)',
1.65      zhu      13879: 
1.6       bisitz   13880:    'Maximum Number of Collaborators'
1.93      raeburn  13881: => 'Maximum Number of Collaborators',
1.6       bisitz   13882: 
1.65      zhu      13883:    'Allowed File Extensions for Uploaded Files (uploadedfiletypes)'
1.93      raeburn  13884: => 'Allowed File Extensions for Uploaded Files (uploadedfiletypes)',
1.65      zhu      13885: 
1.6       bisitz   13886:    'Allowed File Extensions for Uploaded Files'
1.93      raeburn  13887: => 'Allowed File Extensions for Uploaded Files',
1.6       bisitz   13888: 
1.65      zhu      13889:    'Hand Graded (handgrade)'
1.93      raeburn  13890: => 'Hand Graded (handgrade)',
1.65      zhu      13891: 
1.6       bisitz   13892:    'Hand Graded'
1.93      raeburn  13893: => 'Hand Graded',
1.6       bisitz   13894: 
1.65      zhu      13895:    'Number of bubbles in exam mode (numbubbles)'
                   13896: => '考试模式中的一些复选框 (numbubbles)',
                   13897: 
1.6       bisitz   13898:    'Number of bubbles in exam mode'
1.12      zhu      13899: => '考试模式中的一些复选框',
1.6       bisitz   13900: 
1.65      zhu      13901:    'Format for display of score (scoreformat)'
                   13902: => '评分显示格式 (scoreformat)',
                   13903: 
1.6       bisitz   13904:    'Format for display of score'
1.12      zhu      13905: => '评分显示格式',
1.6       bisitz   13906: 
1.65      zhu      13907:    'Max. Cumulative Size (MB) for Submitted Files (maxfilesize)'
                   13908: => '最大(MB)累积提交文件 (maxfilesize)',
                   13909: 
                   13910:    'Max. Cumulative Size (MB) for Submitted Files'
                   13911: => '最大(MB)累积提交文件',
                   13912: 
                   13913:    'Max. cumulative size (MB) for submitted files (maxfilesize)'
                   13914: => '最大(MB)累积提交文件 (maxfilesize)',
1.61      bisitz   13915: 
1.65      zhu      13916:    'Max. cumulative size (MB) for submitted files'
                   13917: => '最大(MB)累积提交文件',
1.63      zhu      13918: # Resource Parameters - End
1.61      bisitz   13919: 
1.65      zhu      13920: # Resource Parameter Categories - Start
                   13921:    'Problem Appearance'
1.93      raeburn  13922: => 'Problem Appearance',
1.65      zhu      13923: 
                   13924:    'Time Settings'
1.93      raeburn  13925: => 'Time Settings',
1.65      zhu      13926: 
                   13927:    'High Level Randomization'
1.98    ! bisitz   13928: => 'High Level Randomization',
1.65      zhu      13929: 
                   13930:    'Hiding'
1.93      raeburn  13931: => 'Hiding',
1.65      zhu      13932: 
                   13933:    'Behaviour of Input Fields'
1.93      raeburn  13934: => 'Behaviour of Input Fields',
1.65      zhu      13935: 
                   13936:    'Slots'
                   13937: => 'Slots',
                   13938: 
                   13939:    'File Submission'
1.93      raeburn  13940: => 'File Submission',
1.65      zhu      13941: # Resource Parameters Categories - End
1.6       bisitz   13942: 
                   13943:    'New LON-CAPA [_1] ID: [_2]'
1.12      zhu      13944: => '新的 LON-CAPA-[_1]-ID: [_2]',
1.6       bisitz   13945: 
                   13946:    'Not available'
1.12      zhu      13947: => '不详',
1.6       bisitz   13948: 
                   13949:    'Post Announcement'
1.12      zhu      13950: => '提交通知',
1.6       bisitz   13951: 
                   13952:    'The folder name: "[_1]" is already in use for an existing folder.'
1.10      zhu      13953: => '文件夹名称: "[_1]" 已经在现有的文件夹中。',
1.6       bisitz   13954: 
                   13955:    'The folder name: "[_1]" is already used for one of the folders automatically generated by the system.'
1.10      zhu      13956: => '文件夹名称: "[_1]" 已经用于一个文件夹自动生成系统。',
1.6       bisitz   13957: 
                   13958:    'Error - could not obtain lock on email folders record.'
1.93      raeburn  13959: => 'Error - could not obtain lock on email folders record.',
1.6       bisitz   13960: 
                   13961:    'The folder "[_1]" may not be deleted'
1.93      raeburn  13962: => 'The folder "[_1]" may not be deleted',
1.6       bisitz   13963: 
                   13964:    'The folder "[_1]" does not exist so deletion is not required.'
1.93      raeburn  13965: => 'The folder "[_1]" does not exist so deletion is not required.',
1.6       bisitz   13966: 
                   13967:    'The folder "[_1]" contains messages so it may not be deleted.'
1.22      zhu      13968: => '该文件夹“[_1]”包含有信息,因此不能删除。',
1.6       bisitz   13969: 
                   13970:    'Delete or move the messages to a different folder first.'
1.93      raeburn  13971: => 'Delete or move the messages to a different folder first.',
1.6       bisitz   13972: 
                   13973:    'The folder "[_1]" may not be renamed to "[_2]" as the new name you requested is an invalid name.'
1.93      raeburn  13974: => 'The folder "[_1]" may not be renamed to "[_2]" as the new name you requested is an invalid name.',
1.6       bisitz   13975: 
                   13976:    '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  13977: => '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   13978: 
                   13979:    '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  13980: => '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   13981: 
                   13982:    'The folder "[_1]" could not be renamed to "[_2]" because the folder does not exist.'
1.93      raeburn  13983: => 'The folder "[_1]" could not be renamed to "[_2]" because the folder does not exist.',
1.6       bisitz   13984: 
                   13985:    'Warning: failed to release lock for counter'
1.93      raeburn  13986: => 'Warning: failed to release lock for counter',
1.6       bisitz   13987: 
                   13988:    'Warning: failed to release lock for folder: [_1].'
1.93      raeburn  13989: => 'Warning: failed to release lock for folder: [_1].',
1.6       bisitz   13990: 
                   13991:    'Error uploading new folder.'
1.93      raeburn  13992: => 'Error uploading new folder.',
1.6       bisitz   13993: 
                   13994:    'Error reading contents of parent folder.'
1.93      raeburn  13995: => 'Error reading contents of parent folder.',
1.6       bisitz   13996: 
                   13997:    'Error saving updated parent folder.'
1.93      raeburn  13998: => 'Error saving updated parent folder.',
1.6       bisitz   13999: 
                   14000:    'Parameters not set for [_1] because the resource was not recognized as part of the course.'
                   14001: => '',
                   14002: 
                   14003:    'Message not moved, Attempted to move message to the same folder as it already is in.'
1.93      raeburn  14004: => 'Message not moved, Attempted to move message to the same folder as it already is in.',
1.6       bisitz   14005: 
                   14006:    'Message not moved, A network error occurred.'
1.93      raeburn  14007: => 'Message not moved, A network error occurred.',
1.6       bisitz   14008: 
                   14009:    'Message not moved as the message is no longer in the source folder.'
1.93      raeburn  14010: => 'Message not moved as the message is no longer in the source folder.',
1.6       bisitz   14011: 
                   14012:    'Message copied to new folder but status was not, A network error occurred.'
1.93      raeburn  14013: => 'Message copied to new folder but status was not, A network error occurred.',
1.6       bisitz   14014: 
                   14015:    'Message copied, but unable to delete the original from the source folder.'
1.93      raeburn  14016: => 'Message copied, but unable to delete the original from the source folder.',
1.6       bisitz   14017: 
                   14018:    'Message copied, but unable to delete the original status from the source folder.'
1.93      raeburn  14019: => 'Message copied, but unable to delete the original status from the source folder.',
1.6       bisitz   14020: 
                   14021:    '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  14022: => '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   14023: 
                   14024:    'Error: could not determine domain or number of course'
1.93      raeburn  14025: => 'Error: could not determine domain or number of course',
1.6       bisitz   14026: 
                   14027:    'Select message recipients from the group members listed below.'
1.93      raeburn  14028: => 'Select message recipients from the group members listed below.',
1.6       bisitz   14029: 
                   14030:    'Send another e-mail'
1.63      zhu      14031: => '发送另一个电子邮件',
1.6       bisitz   14032: 
                   14033:    'Send another group message'
1.12      zhu      14034: => '给其他组发送邮件',
1.6       bisitz   14035: 
                   14036:    'Return to group page'
1.12      zhu      14037: => '返回到组网页',
1.6       bisitz   14038: 
                   14039:    '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      14040: => '您必须确认您已经收到此邮件,然后才能访问其他页面。确认后,此邮件将移至您的收件箱。',
1.6       bisitz   14041: 
                   14042:    '[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   14043: => '[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   14044: 
1.87      raeburn  14045:    'Each of the[_1] [quant,_2,message] [_3]you checked will be forwarded to the recipient(s) you select below.'
                   14046: => 'Each of the[_1] [quant,_2,message] [_3]you checked will be forwarded to the recipient(s) you select below.',
1.6       bisitz   14047: 
                   14048:    'The message you checked will be forwarded to the recipient(s) you select below.'
1.93      raeburn  14049: => 'The message you checked will be forwarded to the recipient(s) you select below.',
1.6       bisitz   14050: 
                   14051:    'Send Messages'
1.10      zhu      14052: => '发送邮件',
1.6       bisitz   14053: 
                   14054:    'Send Message'
1.43      bisitz   14055: => '发送邮件', # '发送讯息',
1.6       bisitz   14056: 
                   14057:    'Send Reply to Messages'
1.10      zhu      14058: => '发送回复邮件',
1.6       bisitz   14059: 
                   14060:    'Send Reply to Message'
1.10      zhu      14061: => '发送回复邮件',
1.6       bisitz   14062: 
                   14063:    'Forward Messages'
1.10      zhu      14064: => '转发邮件',
1.6       bisitz   14065: 
                   14066:    'Forward Message'
1.10      zhu      14067: => '转发邮件',
1.6       bisitz   14068: 
                   14069:    'Save message for re-use'
1.10      zhu      14070: => '邮件重新保存',
1.6       bisitz   14071: 
                   14072:    'Show re-usable messages'
1.10      zhu      14073: => '显示保存的邮件',
1.6       bisitz   14074: 
                   14075:    'This message was designated by the sender not to allow replies.'
1.93      raeburn  14076: => 'This message was designated by the sender not to allow replies.',
1.6       bisitz   14077: 
                   14078:    'The sender did not designate a reply to address for this message.'
1.93      raeburn  14079: => 'The sender did not designate a reply to address for this message.',
1.6       bisitz   14080: 
                   14081:    'Reply to other recipients'
1.93      raeburn  14082: => 'Reply to other recipients',
1.6       bisitz   14083: 
                   14084:    'Unless you choose otherwise:'
1.93      raeburn  14085: => 'Unless you choose otherwise:',
1.6       bisitz   14086: 
                   14087:    "The subject in each forwarded message will be <i>'Forwarding:'</i> followed by the original subject."
1.93      raeburn  14088: => "The subject in each forwarded message will be <i>'Forwarding:'</i> followed by the original subject.",
1.6       bisitz   14089: 
                   14090:    'original subject'
1.93      raeburn  14091: => 'original subject',
1.6       bisitz   14092: 
                   14093:    "sender's name"
1.93      raeburn  14094: => "sender's name",
1.6       bisitz   14095: 
                   14096:    'Message begins with:'
1.93      raeburn  14097: => 'Message begins with:',
1.6       bisitz   14098: 
                   14099:    'Any new text to display before the text of the original messages:'
1.93      raeburn  14100: => 'Any new text to display before the text of the original messages:',
1.6       bisitz   14101: 
                   14102:    'username1:domain1: text'
1.22      zhu      14103: => '用户名1:域名1: 文本',
1.6       bisitz   14104: 
                   14105:    'username2:domain2: text'
1.22      zhu      14106: => '用户名2:域名2: 文本',
1.6       bisitz   14107: 
1.26      zhu      14108:    'username3:domain1: text'
1.22      zhu      14109: => '用户名3:域名3: 文本',
1.6       bisitz   14110: 
                   14111:    "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      14112: => "邮件从相应用户的所有行<tt>用户名:域</tt>收集并附加到一般消息文本。", # ???
1.6       bisitz   14113: 
                   14114:    'Not allowed'
1.22      zhu      14115: => '不允许',
1.6       bisitz   14116: 
                   14117:    'Archived Message'
1.22      zhu      14118: => '存档的邮件',
1.6       bisitz   14119: 
                   14120:    '[quant,_1,communication blocking period was,communication blocking periods were] removed.'
1.98    ! bisitz   14121: => '[quant,_1,communication blocking period was,communication blocking periods were] removed.',
1.6       bisitz   14122: 
                   14123:    '[quant,_1,communication blocking period was,communication blocking periods were] modified.'
1.98    ! bisitz   14124: => '[quant,_1,communication blocking period was,communication blocking periods were] modified.',
1.6       bisitz   14125: 
                   14126:    '[quant,_1,communication blocking period was,communication blocking periods were] added.'
1.98    ! bisitz   14127: => '[quant,_1,communication blocking period was,communication blocking periods were] added.',
1.6       bisitz   14128: 
                   14129:    '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  14130: => '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   14131: 
                   14132:    'Reply To'
1.93      raeburn  14133: => 'Reply To',
1.6       bisitz   14134: 
                   14135:    'Current attempts of student (if applicable)'
1.93      raeburn  14136: => 'Current attempts of student (if applicable)',
1.6       bisitz   14137: 
                   14138:    'Current screen output (if applicable)'
1.93      raeburn  14139: => 'Current screen output (if applicable)',
1.6       bisitz   14140: 
                   14141:    'No saved comments yet.'
1.93      raeburn  14142: => 'No saved comments yet.',
1.6       bisitz   14143: 
                   14144:    'No saved comments yet for this resource.'
1.93      raeburn  14145: => 'No saved comments yet for this resource.',
1.6       bisitz   14146: 
                   14147:    'Could not deliver message'
1.93      raeburn  14148: => 'Could not deliver message',
1.6       bisitz   14149: 
                   14150:    'Please use the browser "Back" button and correct the recipient addresses ([_1]).'
1.93      raeburn  14151: => 'Please use the browser "Back" button and correct the recipient addresses ([_1]).',
1.6       bisitz   14152: 
                   14153:    'Failed to delete the message.'
1.93      raeburn  14154: => 'Failed to delete the message.',
1.6       bisitz   14155: 
                   14156:    'Marked [_1] message(s) read'
                   14157: => '[_1] Nachricht(en) als gelesen markiert',
                   14158: 
                   14159:    'Marked [_1] message(s) Unread'
                   14160: => '[_1] Nachricht(en) als ungelesen markiert',
                   14161: 
                   14162:    'Destination folder [_1] is not a valid folder'
1.93      raeburn  14163: => 'Destination folder [_1] is not a valid folder',
1.6       bisitz   14164: 
                   14165:    'Failed to move [_1] message(s)'
                   14166: => '[_1] Nachricht(en) konnte(n) nicht verschoben werden.',
                   14167: 
                   14168:    'Moved [_1] message(s)'
                   14169: => '[_1] Nachricht(en) wurde(n) verschoben.',
                   14170: 
                   14171:    'Failed to delete [_1] message(s)'
1.98    ! bisitz   14172: => 'Failed to delete [_1] message(s)',
1.6       bisitz   14173: 
                   14174:    'Deleted [_1] message(s)'
1.98    ! bisitz   14175: => 'Deleted [_1] message(s)',
1.6       bisitz   14176: 
                   14177:    '[quant,_1,message] forwarded.'
                   14178: => '[quant,_1,Nachricht,Nachrichten] weitergeleitet.',
                   14179: 
                   14180:    'Could not forward [quant,_1,message].'
                   14181: => '[quant,_1,Nachricht,Nachrichten] konnte nicht nicht weitergeleitet werden.',
                   14182: 
                   14183:    'Could not deliver forwarded message.'
1.93      raeburn  14184: => 'Could not deliver forwarded message.',
1.6       bisitz   14185: 
                   14186:    'The recipient addresses may need to be corrected'
1.93      raeburn  14187: => 'The recipient addresses may need to be corrected',
1.6       bisitz   14188: 
                   14189:    'Mail folder "[_1]" created.'
1.10      zhu      14190: => '邮件文件夹 "[_1]" 已创建。',
1.6       bisitz   14191: 
                   14192:    'Creation failed.'
1.10      zhu      14193: => '创建失败。',
1.6       bisitz   14194: 
                   14195:    'Mail folder "[_1]" deleted.'
1.10      zhu      14196: => '邮件文件夹 "[_1]" 已删除。',
1.6       bisitz   14197: 
                   14198:    'Deletion failed.'
1.10      zhu      14199: => '删除失败。',
1.6       bisitz   14200: 
                   14201:    'Mail folder "[_1]" renamed "[_2]".'
1.10      zhu      14202: => '邮件文件夹 "[_1]" 更名为 "[_2]".',
1.6       bisitz   14203: 
                   14204:    'Renaming failed.'
1.10      zhu      14205: => '重命名失败。',
1.6       bisitz   14206: 
                   14207:    'Messages'
1.10      zhu      14208: => '邮件',
1.6       bisitz   14209: 
                   14210:    'Distribute from Uploaded File'
1.10      zhu      14211: => '从上传的文件分发', # ???
1.6       bisitz   14212: 
                   14213:    'Communication Blocking'
1.10      zhu      14214: => '通讯阻塞',
1.6       bisitz   14215: 
                   14216:    'Communication blocking during scheduled exams'
1.10      zhu      14217: => '有时限的通讯阻塞',
1.6       bisitz   14218: 
                   14219:    '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      14220: => '您可以在网上考试期间使用通信阻断,以防止该课程的学生接收其他学生的LON-CAPA信息。作为阻止的通信可能会中断参加了其他的LON-CAPA课程的学生之间的沟通,请您在在设置和更改安排考试时间时注意选择正确的开始和结束时间。',
1.6       bisitz   14221: 
                   14222:    'Modify existing communication blocking periods'
1.26      zhu      14223: => '修改现有的通信阻断时间',
1.6       bisitz   14224: 
                   14225:    'No communication blocks currently saved'
1.26      zhu      14226: => '目前任何通信被锁定。',
1.6       bisitz   14227: 
                   14228:    'Duration'
1.10      zhu      14229: => '持续',
1.6       bisitz   14230: 
                   14231:    'Event'
1.10      zhu      14232: => '事件',
1.6       bisitz   14233: 
                   14234:    'Blocked?'
1.26      zhu      14235: => '被锁定?',
1.6       bisitz   14236: 
                   14237:    'Add block'
1.26      zhu      14238: => '新增锁定',
1.6       bisitz   14239: 
                   14240:    'e.g., Exam 1'
1.26      zhu      14241: => '(例如:考试1)',
1.6       bisitz   14242: 
                   14243:    'Discussion'
1.10      zhu      14244: => '论坛',
1.6       bisitz   14245: 
                   14246:    'The following changes were made'
1.26      zhu      14247: => '进行了以下更改:',
1.6       bisitz   14248: 
                   14249:    'Add new communication blocking periods'
1.26      zhu      14250: => '添加新的的通信阻断时间',
1.6       bisitz   14251: 
                   14252:    'Set by'
1.93      raeburn  14253: => 'Set by',
1.6       bisitz   14254: 
                   14255:    'Deleted Message'
1.10      zhu      14256: => '删除的邮件',
1.6       bisitz   14257: 
                   14258:    'Marked Messages Read'
1.10      zhu      14259: => '邮件标记为已读',
1.6       bisitz   14260: 
                   14261:    'Marked Messages Unread'
1.10      zhu      14262: => '邮件标记为未读',
1.6       bisitz   14263: 
                   14264:    'Moved Messages'
1.10      zhu      14265: => '移动邮件',
1.6       bisitz   14266: 
                   14267:    'Deleted Messages'
1.10      zhu      14268: => '删除邮件',
1.6       bisitz   14269: 
                   14270:    'Marked Message as Unread'
1.10      zhu      14271: => '邮件标记为未读',
1.6       bisitz   14272: 
                   14273:    'Deleted Folder'
1.10      zhu      14274: => '删除文件夹',
1.6       bisitz   14275: 
                   14276:    'Renamed Folder'
1.10      zhu      14277: => '重命名文件夹',
1.6       bisitz   14278: 
                   14279:    'username:domain,username:domain,...'
1.10      zhu      14280: => '用户名:域,用户名:域...',
1.6       bisitz   14281: 
                   14282:    'All courses'
1.10      zhu      14283: => '所有课程',
1.6       bisitz   14284: 
                   14285:    'Pick specific course(s):'
1.93      raeburn  14286: => 'Pick specific course(s):',
1.6       bisitz   14287: 
                   14288:    'Search for a course in the [_1] domain'
1.93      raeburn  14289: => 'Search for a course in the [_1] domain',
1.6       bisitz   14290: 
                   14291:    'Actions available after searching for a course:'
1.93      raeburn  14292: => 'Actions available after searching for a course:',
1.6       bisitz   14293: 
                   14294:    '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  14295: => '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   14296: 
                   14297:    "Certain settings which control auto-enrollment of students from your institution's student information system."
1.93      raeburn  14298: => "Certain settings which control auto-enrollment of students from your institution's student information system.",
1.6       bisitz   14299: 
                   14300:    'The total disk space allocated for storage of portfolio files in all groups in a course.'
1.93      raeburn  14301: => 'The total disk space allocated for storage of portfolio files in all groups in a course.',
1.6       bisitz   14302: 
                   14303:    'No existing sections'
                   14304: => '(Keine Sektionen vorhanden)', # n.t.
                   14305: 
                   14306:    'Broadcast e-mail to users'
1.93      raeburn  14307: => 'Broadcast e-mail to users',
1.6       bisitz   14308: 
                   14309:    'Broadcast E-mail'
1.93      raeburn  14310: => 'Broadcast E-mail',
1.6       bisitz   14311: 
                   14312:    'Broadcast e-mail to Domain'
1.93      raeburn  14313: => 'Broadcast e-mail to Domain',
1.6       bisitz   14314: 
                   14315:    'Send a new e-mail message to selected users from this domain'
1.93      raeburn  14316: => 'Send a new e-mail message to selected users from this domain',
1.6       bisitz   14317: 
                   14318:    'Send a new e-mail to selected users from this domain'
1.93      raeburn  14319: => 'Send a new e-mail to selected users from this domain',
1.6       bisitz   14320: 
                   14321:    'Display e-mail sent by Domain Coordinators in this domain'
1.93      raeburn  14322: => 'Display e-mail sent by Domain Coordinators in this domain',
1.6       bisitz   14323: 
                   14324:    'Select Audience'
1.93      raeburn  14325: => 'Select Audience',
1.6       bisitz   14326: 
                   14327:    'Choose e-mail audience'
1.93      raeburn  14328: => 'Choose e-mail audience',
1.6       bisitz   14329: 
                   14330:    'Roles:'
                   14331: => '角色:',
                   14332: 
                   14333:    'Courses:'
                   14334: => '课程:',
                   14335: 
                   14336:    '[_1] selected.' # n.t.
1.12      zhu      14337: => '[_1] 选择的。',
1.6       bisitz   14338: 
                   14339:    'Access status:'
1.93      raeburn  14340: => 'Access status:',
1.6       bisitz   14341: 
                   14342:    'Username -> Email conversion:'
1.12      zhu      14343: => '用户名 -> E-Mail 转换:',
1.6       bisitz   14344: 
                   14345:    'Building valid e-mail address from username, if missing from preferences:'
1.93      raeburn  14346: => 'Building valid e-mail address from username, if missing from preferences:',
1.6       bisitz   14347: 
                   14348:    'Kerberos: enter default for each realm used in the domain, with comma separation of entries'
1.93      raeburn  14349: => 'Kerberos: enter default for each realm used in the domain, with comma separation of entries',
1.6       bisitz   14350: 
                   14351:    '(e.g., MSU.EDU=msu.edu, MSUE.EDU=msue.msu.edu).'
                   14352: => '(z.B. MSU.EDU=msu.edu, MSUE.EDU=msue.msu.edu).',
                   14353: 
                   14354:    'Internal, Filesystem and Local authentication: enter single default.'
1.93      raeburn  14355: => 'Internal, Filesystem and Local authentication: enter single default.',
1.6       bisitz   14356: 
                   14357:    'Authentication Method'
1.93      raeburn  14358: => 'Authentication Method',
1.6       bisitz   14359: 
                   14360:    'Username -> e-mail conversion'
1.93      raeburn  14361: => 'Username -> e-mail conversion',
1.6       bisitz   14362: 
                   14363:    'Internal (LON-CAPA)'
1.93      raeburn  14364: => 'Internal (LON-CAPA)',
1.6       bisitz   14365: 
                   14366:    'username@'
                   14367: => '用户名@',
                   14368: 
                   14369:    'Local/Customized'
1.93      raeburn  14370: => 'Local/Customized',
1.6       bisitz   14371: 
                   14372:    'Filesystem (UNIX)'
1.93      raeburn  14373: => 'Filesystem (UNIX)',
1.6       bisitz   14374: 
                   14375:    'Compose E-mail'
1.93      raeburn  14376: => 'Compose E-mail',
1.6       bisitz   14377: 
                   14378:    'No recipients identified'
1.93      raeburn  14379: => 'No recipients identified',
1.6       bisitz   14380: 
                   14381:    'Broadcast e-mail display options'
1.93      raeburn  14382: => 'Broadcast e-mail display options',
1.6       bisitz   14383: 
                   14384:    'Date range:'
1.93      raeburn  14385: => 'Date range:',
1.6       bisitz   14386: 
                   14387:    'Earliest to display:'
1.93      raeburn  14388: => 'Earliest to display:',
1.6       bisitz   14389: 
                   14390:    'Latest to display:'
1.93      raeburn  14391: => 'Latest to display:',
1.6       bisitz   14392: 
                   14393:    'Choose sender(s):'
1.93      raeburn  14394: => 'Choose sender(s):',
1.6       bisitz   14395: 
                   14396:    'Display e-mail'
1.10      zhu      14397: => '显示 E-Mail',
1.6       bisitz   14398: 
                   14399:    'E-mail display'
1.10      zhu      14400: => '显示 E-Mail',
1.6       bisitz   14401: 
                   14402:    'Display Broadcast e-mail'
1.10      zhu      14403: => '显示广播 E-Mail',
1.6       bisitz   14404: 
                   14405:    'No mail sent matching supplied criteria'
1.93      raeburn  14406: => 'No mail sent matching supplied criteria',
1.6       bisitz   14407: 
                   14408:    'Customrole'
1.93      raeburn  14409: => 'Customrole',
1.6       bisitz   14410: 
                   14411:    'Defined by [_1] at [_2].'
1.93      raeburn  14412: => 'Defined by [_1] at [_2].',
1.6       bisitz   14413: 
                   14414:    'No students found.'
1.93      raeburn  14415: => 'No students found.',
1.6       bisitz   14416: 
                   14417:    'Spreadsheet'
1.93      raeburn  14418: => 'Spreadsheet',
1.6       bisitz   14419: 
                   14420:    'Spreadsheet Help'
1.93      raeburn  14421: => 'Spreadsheet Help',
1.6       bisitz   14422: 
                   14423:    'Editing Help'
1.93      raeburn  14424: => 'Editing Help',
1.6       bisitz   14425: 
                   14426:    'Help on printing'
1.93      raeburn  14427: => 'Help on printing',
1.6       bisitz   14428: 
                   14429:    'Metadata Diffs'
1.93      raeburn  14430: => 'Metadata Diffs',
1.6       bisitz   14431: 
                   14432:    'Retrieve Metadata'
1.93      raeburn  14433: => 'Retrieve Metadata',
1.6       bisitz   14434: 
                   14435:    'Enter course'
1.93      raeburn  14436: => 'Enter course',
1.6       bisitz   14437: 
                   14438:    'Enter Course'
1.93      raeburn  14439: => 'Enter Course',
1.6       bisitz   14440: 
                   14441:    'Enter Access Key to Unlock this Course'
1.93      raeburn  14442: => 'Enter Access Key to Unlock this Course',
1.6       bisitz   14443: 
                   14444:    'Verifying Access Key to Unlock this Course'
1.98    ! bisitz   14445: => 'Verifying Access Key to Unlock this Course',
1.6       bisitz   14446: 
                   14447:    'Successfully registered key'
1.93      raeburn  14448: => 'Successfully registered key',
1.6       bisitz   14449: 
                   14450:    'Re-Enter Key'
1.93      raeburn  14451: => 'Re-Enter Key',
1.6       bisitz   14452: 
                   14453:    'Assigned from [_1] at [_2] for [_3]'
1.93      raeburn  14454: => 'Assigned from [_1] at [_2] for [_3]',
1.6       bisitz   14455: 
                   14456:    'Total Matches'
1.93      raeburn  14457: => 'Total Matches',
1.6       bisitz   14458: 
                   14459:    'Time Remaining'
1.93      raeburn  14460: => 'Time Remaining',
1.6       bisitz   14461: 
                   14462:    'IMPORT'
1.93      raeburn  14463: => 'IMPORT',
1.6       bisitz   14464: 
                   14465:    'Help on slots'
1.93      raeburn  14466: => 'Help on slots',
1.6       bisitz   14467: 
                   14468:    'New user accounts in [_1]'
1.93      raeburn  14469: => 'New user accounts in [_1]',
1.6       bisitz   14470: 
                   14471:    'Student enrollment changes in [_1]'
1.98    ! bisitz   14472: => 'Student enrollment changes in [_1]',
1.6       bisitz   14473: 
                   14474:    'The following [quant,_1,change] occurred in [_2] - [_3] as a result of the automated classlist update:'
1.93      raeburn  14475: => 'The following [quant,_1,change] occurred in [_2] - [_3] as a result of the automated classlist update:',
1.6       bisitz   14476: 
                   14477:    'No institutional classlist data could be retrieved for [_1]'
1.93      raeburn  14478: => 'No institutional classlist data could be retrieved for [_1]',
1.6       bisitz   14479: 
                   14480:    'Not within time window for auto-enrollment in [_1]'
                   14481: => '[_1] befindet sich nicht innerhalb des Zeitfensters der automatischen Kursbelegung.',
                   14482: 
                   14483:    'Auto-enrollment not currently enabled for [_1]'
1.93      raeburn  14484: => 'Auto-enrollment not currently enabled for [_1]',
1.6       bisitz   14485: 
                   14486:    'The courseID provided does not match a course in this domain.'
1.93      raeburn  14487: => 'The courseID provided does not match a course in this domain.',
1.6       bisitz   14488: 
                   14489:    'Not Open'
1.93      raeburn  14490: => 'Not Open',
1.6       bisitz   14491: 
                   14492:    "This resource currently isn't open. It will be available at [_1]."
1.93      raeburn  14493: => "This resource currently isn't open. It will be available at [_1].",
1.6       bisitz   14494: 
                   14495:    'Could not handle ambiguous resource reference'
1.93      raeburn  14496: => 'Could not handle ambiguous resource reference',
1.6       bisitz   14497: 
                   14498:    'The nature of the problem is unclear'
1.93      raeburn  14499: => 'The nature of the problem is unclear',
1.6       bisitz   14500: 
                   14501:    'Course Roster'
                   14502: => '课程名册',
                   14503: 
                   14504:    'Classlist'
                   14505: => '班级名册',
                   14506: 
                   14507:    'Display of a student-viewable course roster is not currently enabled.'
1.93      raeburn  14508: => 'Display of a student-viewable course roster is not currently enabled.',
1.6       bisitz   14509: 
                   14510:    'Student-viewable course roster'
1.93      raeburn  14511: => 'Student-viewable course roster',
1.6       bisitz   14512: 
                   14513:    'Students with no section'
1.93      raeburn  14514: => 'Students with no section',
1.6       bisitz   14515: 
                   14516:    'Students in section "[_1]"'
1.93      raeburn  14517: => 'Students in section "[_1]"',
1.6       bisitz   14518: 
                   14519:    'Students in any section'
1.93      raeburn  14520: => 'Students in any section',
1.6       bisitz   14521: 
                   14522:    'Only students who have opted to be listed in the roster ([_1] out of [_2] students) are shown.'
1.93      raeburn  14523: => 'Only students who have opted to be listed in the roster ([_1] out of [_2] students) are shown.',
1.6       bisitz   14524: 
                   14525:    'The single student without a section[_1] has opted not to be listed in the roster.'
1.93      raeburn  14526: => 'The single student without a section[_1] has opted not to be listed in the roster.',
1.6       bisitz   14527: 
                   14528:    'The single student in the section[_1] has opted not to be listed in the roster.'
1.93      raeburn  14529: => 'The single student in the section[_1] has opted not to be listed in the roster.',
1.6       bisitz   14530: 
                   14531:    'The single student in the course[_1] has opted not to be listed in the roster.'
1.93      raeburn  14532: => 'The single student in the course[_1] has opted not to be listed in the roster.',
1.6       bisitz   14533: 
                   14534:    'None of the [_1] students without a section[_2] have opted to be listed in the roster.'
1.93      raeburn  14535: => 'None of the [_1] students without a section[_2] have opted to be listed in the roster.',
1.6       bisitz   14536: 
                   14537:    'None of the [_1] students in the section[_2] have opted to be listed in the roster.'
1.93      raeburn  14538: => 'None of the [_1] students in the section[_2] have opted to be listed in the roster.',
1.6       bisitz   14539: 
                   14540:    'None of the [_1] students in the course[_2] have opted to be listed in the roster.'
1.93      raeburn  14541: => 'None of the [_1] students in the course[_2] have opted to be listed in the roster.',
1.6       bisitz   14542: 
                   14543:    'All [_1] students without a section[_2] have opted to be listed in the roster.'
1.93      raeburn  14544: => 'All [_1] students without a section[_2] have opted to be listed in the roster.',
1.6       bisitz   14545: 
                   14546:    'All [_1] students in the section[_2] have opted to be listed in the roster.'
1.93      raeburn  14547: => 'All [_1] students in the section[_2] have opted to be listed in the roster.',
1.6       bisitz   14548: 
                   14549:    'All [_1] students in the course[_2] have opted to be listed in the roster.'
1.93      raeburn  14550: => 'All [_1] students in the course[_2] have opted to be listed in the roster.',
1.6       bisitz   14551: 
                   14552:    'The single student without a section[_1] has opted to be listed in the roster.'
1.93      raeburn  14553: => 'The single student without a section[_1] has opted to be listed in the roster.',
1.6       bisitz   14554: 
                   14555:    'The single student in the section[_1] has opted to be listed in the roster.'
1.93      raeburn  14556: => 'The single student in the section[_1] has opted to be listed in the roster.',
1.6       bisitz   14557: 
                   14558:    'The single student in the course[_1] has opted to be listed in the roster.'
1.93      raeburn  14559: => 'The single student in the course[_1] has opted to be listed in the roster.',
1.6       bisitz   14560: 
                   14561:    'All [_1] students without a section[_2] are listed in the roster.'
1.93      raeburn  14562: => 'All [_1] students without a section[_2] are listed in the roster.',
1.6       bisitz   14563: 
                   14564:    'All [_1] students in the section[_2] are listed in the roster.'
1.93      raeburn  14565: => 'All [_1] students in the section[_2] are listed in the roster.',
1.6       bisitz   14566: 
                   14567:    'All [_1] students in the course[_2] are listed in the roster.'
1.93      raeburn  14568: => 'All [_1] students in the course[_2] are listed in the roster.',
1.6       bisitz   14569: 
                   14570:    'There is only a single student without a section[_1]'
1.93      raeburn  14571: => 'There is only a single student without a section[_1]',
1.6       bisitz   14572: 
                   14573:    'There is only a single student in the section[_1]'
1.93      raeburn  14574: => 'There is only a single student in the section[_1]',
1.6       bisitz   14575: 
                   14576:    'There is only a single student in the course[_1]'
1.93      raeburn  14577: => 'There is only a single student in the course[_1]',
1.6       bisitz   14578: 
                   14579:    'There are currently no students to display.'
1.93      raeburn  14580: => 'There are currently no students to display.',
1.6       bisitz   14581: 
                   14582:    'Available Portfolio files'
1.93      raeburn  14583: => 'Available Portfolio files',
1.6       bisitz   14584: 
                   14585:    'Name not given'
1.12      zhu      14586: => '姓名不详',
1.6       bisitz   14587: 
                   14588:    '[quant,_1,file,files,No files]'
                   14589: => '[quant,_1,Datei,Dateien,Keine Dateien]',
                   14590: 
                   14591:    'Error retrieving file information.'
1.93      raeburn  14592: => 'Error retrieving file information.',
1.6       bisitz   14593: 
                   14594:    'Your roster setting'
1.93      raeburn  14595: => 'Your roster setting',
1.6       bisitz   14596: 
                   14597:    'You are currently listed in the student-viewable roster.'
1.93      raeburn  14598: => 'You are currently listed in the student-viewable roster.',
1.6       bisitz   14599: 
                   14600:    'You are currently <b>not</b> listed in the student-viewable roster.'
1.93      raeburn  14601: => 'You are currently <b>not</b> listed in the student-viewable roster.',
1.6       bisitz   14602: 
                   14603:    'Include yourself in the roster?'
1.93      raeburn  14604: => 'Include yourself in the roster?',
1.6       bisitz   14605: 
                   14606:    'Display of your name in the student-viewable roster set to <b>[_1]</b>.'
1.93      raeburn  14607: => 'Display of your name in the student-viewable roster set to <b>[_1]</b>.',
1.6       bisitz   14608: 
                   14609:    'Error occurred saving display setting.'
1.93      raeburn  14610: => 'Error occurred saving display setting.',
1.6       bisitz   14611: 
                   14612:    'Display of your name in the student-viewable roster unchanged (set to <b>[_1]</b>).'
1.93      raeburn  14613: => 'Display of your name in the student-viewable roster unchanged (set to <b>[_1]</b>).',
1.6       bisitz   14614: 
                   14615:    'View course roster'
1.93      raeburn  14616: => 'View course roster',
1.6       bisitz   14617: 
                   14618:    'Change Course Page Preferences'
1.93      raeburn  14619: => 'Change Course Page Preferences',
1.6       bisitz   14620: 
                   14621:    'Change Course Page Pref'
1.93      raeburn  14622: => 'Change Course Page Pref',
1.6       bisitz   14623: 
                   14624:    'No context.'
1.93      raeburn  14625: => 'No context.',
1.6       bisitz   14626: 
                   14627:    'unable to verify variable URL'
1.93      raeburn  14628: => 'unable to verify variable URL',
1.6       bisitz   14629: 
                   14630:    'Receipt'
1.93      raeburn  14631: => 'Receipt',
1.6       bisitz   14632: 
                   14633:    'Problems during Course Initialization'
1.93      raeburn  14634: => 'Problems during Course Initialization',
1.6       bisitz   14635: 
                   14636:    'Try Selecting Again'
1.93      raeburn  14637: => 'Try Selecting Again',
1.6       bisitz   14638: 
                   14639:    '<br />Invalid map: <tt>[_1]</tt>'
1.98    ! bisitz   14640: => '<br />Invalid map: <tt>[_1]</tt>',
1.6       bisitz   14641: 
                   14642:    'Please either [_1]close this window[_2] or [_3]log in again[_4].'
1.93      raeburn  14643: => 'Please either [_1]close this window[_2] or [_3]log in again[_4].',
1.6       bisitz   14644: 
                   14645:    'Thank you for using LON-CAPA.'
1.9       zhu      14646: => '感谢您使用 LON-CAPA。',
1.6       bisitz   14647: 
                   14648:    'You have been successfully logged out.'
1.9       zhu      14649: => '您已成功退出。',
1.6       bisitz   14650: 
                   14651:    'You can [_1]close this window[_2] now.'
1.9       zhu      14652: => '您现在可以 [_1]关闭这个窗口[_2]。',
1.6       bisitz   14653: 
                   14654:    '[_1]Log in again[_2]'
1.9       zhu      14655: => '[_1]重新登录[_2]',
1.6       bisitz   14656: 
1.71      bisitz   14657:    'No matches found in resources.'
1.93      raeburn  14658: => 'No matches found in resources.',
1.71      bisitz   14659: 
                   14660:    'No matches found in postings.'
1.93      raeburn  14661: => 'No matches found in postings.',
1.71      bisitz   14662: 
                   14663:    'Unable to understand the search phrase [_1]. Please modify your search.'
1.93      raeburn  14664: => 'Unable to understand the search phrase [_1]. Please modify your search.',
1.71      bisitz   14665: 
                   14666:    'Unable to understand the search phrase [_1]: [_2]'
1.93      raeburn  14667: => 'Unable to understand the search phrase [_1]: [_2]',
1.71      bisitz   14668: 
                   14669:    'You did not fill in enough information for the search to be started. You need to fill in relevant fields on the search page in order for a query to be processed.'
1.18      zhu      14670: => '搜寻无法完成,因为您没有足够的数据。您必须在搜索页面的搜索栏里填写关键词,从而使您的要求可以得到处理。',
1.31      bisitz   14671: # '您没有填写足够的信息进行搜索的开始。您需要填写在有关领域在搜寻网页上,以便查询处理。'
1.6       bisitz   14672: 
                   14673:    'conditionally hidden'
1.18      zhu      14674: => '有条件的隐藏',
1.6       bisitz   14675: 
                   14676:    'Problem Parameters'
1.12      zhu      14677: => '问题参数',
1.6       bisitz   14678: 
                   14679:    'No group name provided.'
1.12      zhu      14680: => '没有组名称。',
1.6       bisitz   14681: 
                   14682:    'Invalid group name provided.'
1.12      zhu      14683: => '无效的组名称。',
1.6       bisitz   14684: 
                   14685:    'Invalid [_1]'
1.12      zhu      14686: => '无效的 [_1]', # ???
1.6       bisitz   14687: 
                   14688:    '"[_1]" is not the name of a valid group in this [_2].'
1.12      zhu      14689: => '"[_1]" 并非是一个有效的名称在本组 [_2].',
1.6       bisitz   14690: 
                   14691:    'You do not have privileges to view the membership roster in this group.'
1.12      zhu      14692: => '您没有权限以查看该组的会员名册。',
1.6       bisitz   14693: 
                   14694:    'Group membership status - [_1]'
1.12      zhu      14695: => '组会员状态: [_1]',
1.6       bisitz   14696: 
                   14697:    'group membership status - [_1]'
1.12      zhu      14698: => '组会员状态: [_1]',
1.6       bisitz   14699: 
                   14700:    'There are no membership data to display for this group.'
1.98    ! bisitz   14701: => '该组没有任何会员数据。',
1.6       bisitz   14702: 
                   14703:    'Membership status: '
1.12      zhu      14704: => '会员状态: ',
1.6       bisitz   14705: 
                   14706:    'There are no groups to display in this [_1].'
1.12      zhu      14707: => '没有任何组在此 [_1] 可以显示。', # ??? -> grouproster.pm
1.6       bisitz   14708: 
                   14709:    'Start Date'
1.10      zhu      14710: => '开始日期',
1.6       bisitz   14711: 
                   14712:    'End Date'
1.10      zhu      14713: => '结束日期',
1.6       bisitz   14714: 
                   14715:    'Functionality'
1.12      zhu      14716: => '功能',
1.6       bisitz   14717: 
                   14718:    'Privileges'
1.12      zhu      14719: => '权限',
1.6       bisitz   14720: 
                   14721:    'Any Membership status'
1.12      zhu      14722: => '任何会员状态',
1.6       bisitz   14723: 
                   14724:    'Active Member'
1.27      zhu      14725: => '活跃的会员',
1.6       bisitz   14726: 
                   14727:    'Former Member'
1.12      zhu      14728: => '以前的会员',
1.6       bisitz   14729: 
                   14730:    'Future Member'
1.12      zhu      14731: => '未来的会员',
1.6       bisitz   14732: 
                   14733:    'Group Folder - [_1]'
1.9       zhu      14734: => '组文件夹 - [_1]',
1.6       bisitz   14735: 
                   14736:    'Group homepage - [_1]'
1.9       zhu      14737: => '组网页 - [_1]',
1.6       bisitz   14738: 
                   14739:    'A support request has been sent to'
1.93      raeburn  14740: => 'A support request has been sent to',
1.6       bisitz   14741: 
                   14742:    'Your support request contained the following information'
1.93      raeburn  14743: => 'Your support request contained the following information',
1.6       bisitz   14744: 
                   14745:    'The following Cc e-mail address is invalid: '
1.93      raeburn  14746: => 'The following Cc e-mail address is invalid: ',
1.6       bisitz   14747: 
                   14748:    'The following Cc e-mail addresses are invalid: '
1.93      raeburn  14749: => 'The following Cc e-mail addresses are invalid: ',
1.6       bisitz   14750: 
                   14751:    '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  14752: => '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   14753: 
                   14754:    'Instead a copy has been sent to the LON-CAPA support team at Michigan State University.'
1.93      raeburn  14755: => 'Instead a copy has been sent to the LON-CAPA support team at Michigan State University.',
1.6       bisitz   14756: 
                   14757:    '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  14758: => '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   14759: 
                   14760:    'An uploaded screenshot file [_1] ([_2] bytes) was included in the request sent by [_3].'
1.93      raeburn  14761: => 'An uploaded screenshot file [_1] ([_2] bytes) was included in the request sent by [_3].',
1.6       bisitz   14762: 
                   14763:    'File does not have [_1] or [_2] starting tag'
1.93      raeburn  14764: => 'File does not have [_1] or [_2] starting tag',
1.6       bisitz   14765: 
                   14766:    'File does not have [_1] or [_2] ending tag'
1.93      raeburn  14767: => 'File does not have [_1] or [_2] ending tag',
1.6       bisitz   14768: 
1.94      raeburn  14769:    'File does not have [_1] ending tag'
                   14770: => 'File does not have [_1] ending tag',
                   14771: 
1.6       bisitz   14772:    'Example'
1.93      raeburn  14773: => 'Example',
1.6       bisitz   14774: 
                   14775:    'Algebraic Response Problems'
1.93      raeburn  14776: => 'Algebraic Response Problems',
1.6       bisitz   14777: 
                   14778:    'Chemistry Problems'
1.93      raeburn  14779: => 'Chemistry Problems',
1.6       bisitz   14780: 
                   14781:    'Free Form Problems'
1.93      raeburn  14782: => 'Free Form Problems',
1.6       bisitz   14783: 
                   14784:    'Handgraded Problems'
1.93      raeburn  14785: => 'Handgraded Problems',
1.6       bisitz   14786: 
                   14787:    'Miscellaneous'
1.93      raeburn  14788: => 'Miscellaneous',
1.6       bisitz   14789: 
                   14790:    'Multiple Choice Problems'
1.93      raeburn  14791: => 'Multiple Choice Problems',
1.6       bisitz   14792: 
                   14793:    'Numerical Problems'
1.93      raeburn  14794: => 'Numerical Problems',
1.6       bisitz   14795: 
                   14796:    'Language:'
                   14797: => '语言:',
                   14798: 
                   14799:    'Math Rendering:'
1.93      raeburn  14800: => 'Math Rendering:',
1.6       bisitz   14801: 
                   14802:    'Restrict Domain Coordinator Access'
1.93      raeburn  14803: => 'Restrict Domain Coordinator Access',
1.6       bisitz   14804: 
                   14805:    'By default, the Domain Coordinator can enter your construction space.'
1.93      raeburn  14806: => 'By default, the Domain Coordinator can enter your construction space.',
1.6       bisitz   14807: 
                   14808:    'Block access to construction space'
1.93      raeburn  14809: => 'Block access to construction space',
1.6       bisitz   14810: 
                   14811:    'jsMath'
                   14812: => 'jsMath',
                   14813: 
                   14814:    'tth (TeX to HTML)'
1.18      zhu      14815: => 'tth (TeX to HTML)',
1.6       bisitz   14816: 
                   14817:    'mimetex (Convert to Images)'
1.93      raeburn  14818: => 'mimetex (Convert to Images)',
1.6       bisitz   14819: 
                   14820:    'jsMath:'
                   14821: => 'jsMath:',
                   14822: 
                   14823:    'tth (TeX to HTML):'
1.18      zhu      14824: => 'tth (TeX to HTML):',
1.6       bisitz   14825: 
                   14826:    'mimetex (Convert to Images):'
1.93      raeburn  14827: => 'mimetex (Convert to Images):',
1.6       bisitz   14828: 
                   14829:    '[_1], [_2], or [_3]'
                   14830: => '[_1], [_2] 或者 [_3]',
                   14831: 
                   14832:    'internal, optional'
1.18      zhu      14833: => '内部的,可选的',
1.6       bisitz   14834: 
                   14835:    'user:domain,user:domain,...'
1.18      zhu      14836: => '用户名:域,用户名:域...',
1.6       bisitz   14837: 
                   14838:    'user:domain,user:domain(section;section;...;*;...),...'
1.70      zhu      14839: => '用户名:域,用户名:域(科,章节;...;*;...),...',
1.6       bisitz   14840: 
                   14841:    'user:domain,user:domain,*:domain'
1.18      zhu      14842: => '用户名:域,用户名:域,*:域',
1.6       bisitz   14843: 
                   14844:    'Course members with current access'
1.93      raeburn  14845: => 'Course members with current access',
1.6       bisitz   14846: 
                   14847:    'Course members with expired access'
1.93      raeburn  14848: => 'Course members with expired access',
1.6       bisitz   14849: 
                   14850:    'Course members with future access'
1.93      raeburn  14851: => 'Course members with future access',
1.6       bisitz   14852: 
                   14853:    'Other Roles'
                   14854: => '其他角色',
                   14855: 
                   14856:    'Select Author'
1.12      zhu      14857: => '选择作者',
1.6       bisitz   14858: 
                   14859:    'Non-standard Course'
1.12      zhu      14860: => '非标准课程',
1.6       bisitz   14861: 
                   14862:    'Switch course role to...'
                   14863: => '更改用户角色...',
                   14864: 
                   14865:    'Message'
1.22      zhu      14866: => '邮件',
1.6       bisitz   14867: 
                   14868:    'Time of change'
1.12      zhu      14869: => '更改时间',
1.6       bisitz   14870: 
                   14871:    'active'
1.27      zhu      14872: => '活跃的',
1.6       bisitz   14873: 
                   14874:    'previous'
1.27      zhu      14875: => '以前的',
1.6       bisitz   14876: 
                   14877:    'Access dates to apply for selected users'
1.93      raeburn  14878: => 'Access dates to apply for selected users',
1.6       bisitz   14879: 
                   14880:    'Changes in section affiliation to apply to selected users'
1.93      raeburn  14881: => 'Changes in section affiliation to apply to selected users',
1.6       bisitz   14882: 
                   14883:    '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  14884: => '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   14885: 
                   14886:    '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  14887: => '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   14888: 
                   14889:    "Retain each user's current section affiliations?"
1.93      raeburn  14890: => "Retain each user's current section affiliations?",
1.6       bisitz   14891: 
                   14892:    '(Does not apply to student roles).'
                   14893: => '(Betrifft nicht Studentenrollen).',
                   14894: 
                   14895:    '[_1]Show[_2] clicker id'
1.93      raeburn  14896: => '[_1]Show[_2] clicker id',
1.6       bisitz   14897: 
                   14898:    '[_1]Hide[_2] clicker id'
1.93      raeburn  14899: => '[_1]Hide[_2] clicker id',
1.6       bisitz   14900: 
                   14901:    'Catalog:'
                   14902: => '目录:',
                   14903: 
                   14904:    'Main Categories'
                   14905: => '主要类型',
                   14906: 
                   14907:    'Official courses (with institutional codes)'
                   14908: => '官方课程(带机构代码)',
                   14909: 
                   14910:    'Official courses'
                   14911: => '官方课程',
                   14912: 
                   14913:    'with institutional codes'
                   14914: => '带机构代码',
                   14915: 
                   14916:    'Self-enroll (if permitted)'
                   14917: => '自己报名(如果被允许)',
                   14918: 
                   14919:    'No ending date'
1.22      zhu      14920: => '无结束日期',
1.6       bisitz   14921: 
                   14922:    'From:[_1]'
1.93      raeburn  14923: => 'From:[_1]',
1.6       bisitz   14924: 
                   14925:    'To:[_1]'
1.93      raeburn  14926: => 'To:[_1]',
1.6       bisitz   14927: 
                   14928:    'Starts: [_1]'
1.22      zhu      14929: => '开始: [_1]',
1.6       bisitz   14930: 
                   14931:    'Ends: [_1]'
1.22      zhu      14932: => '结束: [_1]',
1.6       bisitz   14933: 
                   14934:    'Ended: [_1]'
1.93      raeburn  14935: => 'Ended: [_1]',
1.6       bisitz   14936: 
                   14937:    'Currently enabled'
1.93      raeburn  14938: => 'Currently enabled',
1.6       bisitz   14939: 
                   14940:    '[quant,_1,section:,sections:,No sections]'
                   14941: => '[quant,_1,Sektion:,Sektionen:,Keine Sektionen]',
                   14942: 
                   14943:    'No information available for [_1].'
1.93      raeburn  14944: => 'No information available for [_1].',
1.6       bisitz   14945: 
                   14946:    'Self-enrollers:'
1.93      raeburn  14947: => 'Self-enrollers:',
1.6       bisitz   14948: 
                   14949:    'Choices:'
1.93      raeburn  14950: => 'Choices:',
1.6       bisitz   14951: 
                   14952:    'Configure User Self-enrollment'
1.70      zhu      14953: => '配置用户自助注册',
1.6       bisitz   14954: 
                   14955:    'View Change Logs'
1.98    ! bisitz   14956: => 'View Change Logs',
1.6       bisitz   14957: 
                   14958:    'View Log-in History'
1.98    ! bisitz   14959: => 'View Log-in History',
1.6       bisitz   14960: 
                   14961:    'Configure Self-enrollment'
1.70      zhu      14962: => '配置自助注册',
1.6       bisitz   14963: 
                   14964:    'Self-enrollment with a student role'
1.70      zhu      14965: => '自助注册一个学生角色',
1.6       bisitz   14966: 
                   14967:    'Users allowed to self-enroll in this course'
1.70      zhu      14968: => '用户可自行注册来参加此课程',
1.6       bisitz   14969: 
                   14970:    'Any user in any domain:'
1.70      zhu      14971: => '任何用户在任何域:',
1.6       bisitz   14972: 
                   14973:    'User types:'
1.70      zhu      14974: => '用户类型:',
1.6       bisitz   14975: 
                   14976:    'any'
1.10      zhu      14977: => '任意',
1.6       bisitz   14978: 
                   14979:    'Any Users'
1.10      zhu      14980: => '任何用户',
1.6       bisitz   14981: 
                   14982:    'Any users'
1.10      zhu      14983: => '任何用户',
1.6       bisitz   14984: 
                   14985:    'Others'
1.10      zhu      14986: => '其他',
1.6       bisitz   14987: 
                   14988:    'Additional domain:'
1.70      zhu      14989: => '其他域:',
1.6       bisitz   14990: 
                   14991:    'Users in additional domain:'
1.70      zhu      14992: => '用户在其他域:',
1.6       bisitz   14993: 
                   14994:    'Specific domain:'
1.70      zhu      14995: => '特定域:',
1.6       bisitz   14996: 
                   14997:    'Users in specific domain:'
1.70      zhu      14998: => '用户在其特定域:',
1.6       bisitz   14999: 
                   15000:    'Other domain:'
1.26      zhu      15001: => '其他域:',
1.6       bisitz   15002: 
                   15003:    'Users in other domain:'
1.70      zhu      15004: => '用户在其他域:',
1.6       bisitz   15005: 
                   15006:    'Restrict self-enrollment to students officially registered for the course'
1.70      zhu      15007: => '限制自助注册为正式注册的学生的课程',
1.6       bisitz   15008: 
                   15009:    'Dates self-enrollment available'
1.70      zhu      15010: => '自助注册期限',
1.6       bisitz   15011: 
                   15012:    'Starts'
1.70      zhu      15013: => '开始',
1.6       bisitz   15014: 
                   15015:    'Ends'
1.70      zhu      15016: => '结束',
1.6       bisitz   15017: 
                   15018:    'Course access dates assigned to self-enrolling users'
1.70      zhu      15019: => '课程访问日期分配给自助注册的用户',
1.6       bisitz   15020: 
                   15021:    'Section assigned to self-enrolling users'
1.70      zhu      15022: => '章节指派给自助注册用户',
1.6       bisitz   15023: 
                   15024:    'The following changes were made to self-enrollment settings:'
1.70      zhu      15025: => '进行了以下自助注册设置的更改:',
1.6       bisitz   15026: 
                   15027:    '[_1]: "[_2]" set to "[_3]".'
1.70      zhu      15028: => '[_1]: "[_2]" 设置为 "[_3]".',
1.6       bisitz   15029: 
                   15030:    '"[_1]" set to "[_2]".'
1.70      zhu      15031: => '"[_1]" 设置为 "[_2]".',
1.6       bisitz   15032: 
                   15033:    'No changes were made to the existing self-enrollment settings in this course.'
1.70      zhu      15034: => '现有的自助注册设置在该课程中未作任何修改。',
1.6       bisitz   15035: 
                   15036:    'Self-enrollment result'
1.70      zhu      15037: => '自助注册结果',
1.6       bisitz   15038: 
                   15039:    'Enroll in course'
1.70      zhu      15040: => '注册课程',
1.6       bisitz   15041: 
                   15042:    'Sections:'
1.70      zhu      15043: => '章节:',
1.6       bisitz   15044: 
                   15045:    'Self-enroll in course'
1.70      zhu      15046: => '自助注册参加课程',
1.6       bisitz   15047: 
                   15048:    'Self-enroll in a LON-CAPA course'
1.70      zhu      15049: => '自助注册参加LON-CAPA课程',
1.6       bisitz   15050: 
                   15051:    'Self-enroll'
1.70      zhu      15052: => '自助注册',
1.6       bisitz   15053: 
                   15054:    'Self-enroll in [_1]'
1.70      zhu      15055: => '自助注册到 [_1]',
1.6       bisitz   15056: 
                   15057:    'Self-enrollment error'
1.70      zhu      15058: => '自助注册错误',
1.6       bisitz   15059: 
                   15060:    'Invalid domain or course number'
1.26      zhu      15061: => '无效的域或课程数目',
1.6       bisitz   15062: 
                   15063:    'Self-enrollment unavailable'
1.70      zhu      15064: => '自助注册无法使用',
1.6       bisitz   15065: 
                   15066:    'Self-enrollment is restricted to students officially registered for this course.'
1.93      raeburn  15067: => 'Self-enrollment is restricted to students officially registered for this course.',
1.6       bisitz   15068: 
                   15069:    'Self-enrollment is not currently available for this course.'
1.93      raeburn  15070: => 'Self-enrollment is not currently available for this course.',
1.6       bisitz   15071: 
                   15072:    'Self-enrollment is not currently available in this course'
1.93      raeburn  15073: => 'Self-enrollment is not currently available in this course',
1.6       bisitz   15074: 
                   15075:    'Self-enrollment will become available starting [_1], and will be available to all LON-CAPA users.'
1.93      raeburn  15076: => 'Self-enrollment will become available starting [_1], and will be available to all LON-CAPA users.',
1.6       bisitz   15077: 
                   15078:    'Self-enrollment will become available starting [_1], and will be available to all LON-CAPA users at your institution ([_2]).'
1.93      raeburn  15079: => 'Self-enrollment will become available starting [_1], and will be available to all LON-CAPA users at your institution ([_2]).',
1.6       bisitz   15080: 
                   15081:    'Self-enrollment will become available starting [_1]; please enroll at that time.'
1.93      raeburn  15082: => 'Self-enrollment will become available starting [_1]; please enroll at that time.',
1.6       bisitz   15083: 
                   15084:    'Although self-enrollment will become available starting [_1], you are ineligible for enrollment.'
1.93      raeburn  15085: => 'Although self-enrollment will become available starting [_1], you are ineligible for enrollment.',
1.6       bisitz   15086: 
                   15087:    'Self-enrollment will become available starting [_1].'
1.93      raeburn  15088: => 'Self-enrollment will become available starting [_1].',
1.6       bisitz   15089: 
                   15090:    'The link to the requested page could not be followed.'
1.93      raeburn  15091: => 'The link to the requested page could not be followed.',
1.6       bisitz   15092: 
                   15093:    'The placeholder for the courseID is absent.'
1.93      raeburn  15094: => 'The placeholder for the courseID is absent.',
1.6       bisitz   15095: 
                   15096:    'LON-CAPA account required'
1.93      raeburn  15097: => 'LON-CAPA account required',
1.6       bisitz   15098: 
                   15099:    'You need to be logged into LON-CAPA to self-enroll in a course.'
1.93      raeburn  15100: => 'You need to be logged into LON-CAPA to self-enroll in a course.',
1.6       bisitz   15101: 
                   15102:    'If you have an account in LON-CAPA, [_1]log-in[_2].'
1.93      raeburn  15103: => 'If you have an account in LON-CAPA, [_1]log-in[_2].',
1.6       bisitz   15104: 
                   15105:    'Otherwise:'
1.93      raeburn  15106: => 'Otherwise:',
1.6       bisitz   15107: 
                   15108:    "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  15109: => "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   15110: 
                   15111:    'if you have an institutional login, [_1]create an account[_2]'
1.93      raeburn  15112: => 'if you have an institutional login, [_1]create an account[_2]',
1.6       bisitz   15113: 
                   15114:    'you can use an e-mail address to [_1]create an account[_2]'
1.93      raeburn  15115: => 'you can use an e-mail address to [_1]create an account[_2]',
1.6       bisitz   15116: 
                   15117:    'Otherwise, if you have an institutional login, [_1]create an account[_2].'
1.93      raeburn  15118: => 'Otherwise, if you have an institutional login, [_1]create an account[_2].',
1.6       bisitz   15119: 
                   15120:    'Otherwise, you will use an e-mail address to [_1]create an account[_2].'
1.93      raeburn  15121: => 'Otherwise, you will use an e-mail address to [_1]create an account[_2].',
1.6       bisitz   15122: 
                   15123:    "Otherwise, use your institution's [_1]single sign on page[_2] to log-in, then create an account."
1.93      raeburn  15124: => "Otherwise, use your institution's [_1]single sign on page[_2] to log-in, then create an account.",
1.6       bisitz   15125: 
                   15126:    'You will be able to self enroll in this course once the account has been created.'
1.93      raeburn  15127: => 'You will be able to self enroll in this course once the account has been created.',
1.6       bisitz   15128: 
                   15129:    'You will be able to self-enroll in the course you selected ([_1]) after you have successfully logged in.'
1.93      raeburn  15130: => 'You will be able to self-enroll in the course you selected ([_1]) after you have successfully logged in.',
1.6       bisitz   15131: 
                   15132:    '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  15133: => '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   15134: 
                   15135:    'You already have an active student role (section: "[_1]") in this course.'
1.93      raeburn  15136: => 'You already have an active student role (section: "[_1]") in this course.',
1.6       bisitz   15137: 
                   15138:    'You have a student role (section: "[_1]") in this course which will become active [_2].'
1.93      raeburn  15139: => 'You have a student role (section: "[_1]") in this course which will become active [_2].',
1.6       bisitz   15140: 
                   15141:    'Self-enrollment is restricted to officially registered students.'
1.93      raeburn  15142: => 'Self-enrollment is restricted to officially registered students.',
1.6       bisitz   15143: 
                   15144:    'As you are not currently registered for this course, self-enrollment is unavailable.'
1.93      raeburn  15145: => 'As you are not currently registered for this course, self-enrollment is unavailable.',
1.6       bisitz   15146: 
                   15147:    'The end date for access to this course for users who self-enroll has passed.'
1.93      raeburn  15148: => 'The end date for access to this course for users who self-enroll has passed.',
1.6       bisitz   15149: 
                   15150:    '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  15151: => '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   15152: 
                   15153:    'Self-enrollment in this course was successful.'
1.93      raeburn  15154: => 'Self-enrollment in this course was successful.',
1.6       bisitz   15155: 
                   15156:    'The start date for access to this course for users who self-enroll has yet to be reached.'
1.93      raeburn  15157: => 'The start date for access to this course for users who self-enroll has yet to be reached.',
1.6       bisitz   15158: 
                   15159:    '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  15160: => '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   15161: 
                   15162:    'Your new role is available immediately, and will provide access to the course until [_1].'
1.93      raeburn  15163: => 'Your new role is available immediately, and will provide access to the course until [_1].',
1.6       bisitz   15164: 
                   15165:    'Enrollment process complete'
1.93      raeburn  15166: => 'Enrollment process complete',
1.6       bisitz   15167: 
                   15168:    'Enrollment incomplete'
1.93      raeburn  15169: => 'Enrollment incomplete',
1.6       bisitz   15170: 
                   15171:    'Self-enrollment in this course failed.'
1.93      raeburn  15172: => 'Self-enrollment in this course failed.',
1.6       bisitz   15173: 
                   15174:    'You are not permitted to enroll yourself in this course.'
1.93      raeburn  15175: => 'You are not permitted to enroll yourself in this course.',
1.6       bisitz   15176: 
                   15177:    'Enter course now'
1.93      raeburn  15178: => 'Enter course now',
1.6       bisitz   15179: 
                   15180:    'other'
1.93      raeburn  15181: => 'other',
1.6       bisitz   15182: 
                   15183:    'Self-enrollment in this course is available to any user affiliated with [_1].'
1.93      raeburn  15184: => 'Self-enrollment in this course is available to any user affiliated with [_1].',
1.6       bisitz   15185: 
                   15186:    'Self-enrollment in this course is only available to users in affiliated with [_1] who have the following status: "[_2]".'
1.93      raeburn  15187: => 'Self-enrollment in this course is only available to users in affiliated with [_1] who have the following status: "[_2]".',
1.6       bisitz   15188: 
                   15189:    'Self-enrollment is not currently available for this course for users affiliated with [_1].'
1.93      raeburn  15190: => 'Self-enrollment is not currently available for this course for users affiliated with [_1].',
1.6       bisitz   15191: 
                   15192:    'Self-enrollment in this course is only available to users affiliated with the following institutions, and who have the required status:'
1.93      raeburn  15193: => 'Self-enrollment in this course is only available to users affiliated with the following institutions, and who have the required status:',
1.6       bisitz   15194: 
                   15195:    'Your registration status could not be verified.'
1.93      raeburn  15196: => 'Your registration status could not be verified.',
1.6       bisitz   15197: 
                   15198:    'Your registration status could not determined, because a problem occurred retrieving data.'
1.93      raeburn  15199: => 'Your registration status could not determined, because a problem occurred retrieving data.',
1.6       bisitz   15200: 
                   15201:    'As no institutional course sections are currently associated with this course, your registration status is undetermined.'
1.93      raeburn  15202: => 'As no institutional course sections are currently associated with this course, your registration status is undetermined.',
1.6       bisitz   15203: 
                   15204:    '[_1]Ad hoc[_2] roles in domain [_3] --'
1.98    ! bisitz   15205: => '[_1]Ad hoc[_2] roles in domain [_3] --',
1.6       bisitz   15206: 
                   15207:    'Assemble resources'
                   15208: => '布置课程内容',
                   15209: 
                   15210:    'Create, edit, modify and publish resources'
1.93      raeburn  15211: => 'Create, edit, modify and publish resources',
1.6       bisitz   15212: 
                   15213:    'Create, modify and delete course groups'
1.93      raeburn  15214: => 'Create, modify and delete course groups',
1.6       bisitz   15215: 
                   15216:    'View course groups'
1.12      zhu      15217: => '查看课程组',
1.6       bisitz   15218: 
                   15219:    'View student activity'
1.93      raeburn  15220: => 'View student activity',
1.6       bisitz   15221: 
                   15222:    'Show full details for each course ([_1] only)'
1.93      raeburn  15223: => 'Show full details for each course ([_1] only)',
1.6       bisitz   15224: 
                   15225:    'Include courses set to be hidden from catalog ([_1] only)'
1.93      raeburn  15226: => 'Include courses set to be hidden from catalog ([_1] only)',
1.6       bisitz   15227: 
                   15228:    'Include subcategories within "[_1]"'
1.18      zhu      15229: => '包含子类 "[_1]"',
1.6       bisitz   15230: 
                   15231:    'Only show courses which allow self-enrollment'
1.18      zhu      15232: => '只显示允许自行登记的课程',
1.6       bisitz   15233: 
                   15234:    'include subdirectories'
1.18      zhu      15235: => '包括子目录',
1.6       bisitz   15236: 
                   15237:    'force republication of previously published files'
1.93      raeburn  15238: => 'force republication of previously published files',
1.6       bisitz   15239: 
                   15240:    'make file(s) obsolete'
1.93      raeburn  15241: => 'make file(s) obsolete',
1.6       bisitz   15242: 
                   15243:    'force directory level catalog information over existing'
1.93      raeburn  15244: => 'force directory level catalog information over existing',
1.6       bisitz   15245: 
                   15246:    'Session could not be opened.'
1.93      raeburn  15247: => 'Session could not be opened.',
1.6       bisitz   15248: 
                   15249:    'The domain you provided is not a valid LON-CAPA domain.'
1.93      raeburn  15250: => 'The domain you provided is not a valid LON-CAPA domain.',
1.6       bisitz   15251: 
                   15252:    'Student Settings'
1.93      raeburn  15253: => 'Student Settings',
1.6       bisitz   15254: 
                   15255:    'Coordinator Settings'
1.93      raeburn  15256: => 'Coordinator Settings',
1.6       bisitz   15257: 
                   15258:    'Author Settings'
1.93      raeburn  15259: => 'Author Settings',
1.6       bisitz   15260: 
                   15261:    'Administrator Settings'
1.93      raeburn  15262: => 'Administrator Settings',
1.6       bisitz   15263: 
                   15264:    'Item'
1.93      raeburn  15265: => 'Item',
1.6       bisitz   15266: 
                   15267:    'Found [_1] without responses. This resource cannot be published.'
1.93      raeburn  15268: => 'Found [_1] without responses. This resource cannot be published.',
1.6       bisitz   15269: 
                   15270:    'LON-CAPA helpdesk'
1.93      raeburn  15271: => 'LON-CAPA helpdesk',
1.6       bisitz   15272: 
                   15273:    'Create a user account in LON-CAPA'
1.93      raeburn  15274: => 'Create a user account in LON-CAPA',
1.6       bisitz   15275: 
                   15276:    'Account creation unavailable'
1.93      raeburn  15277: => 'Account creation unavailable',
1.6       bisitz   15278: 
                   15279:    'Error creating token.'
1.93      raeburn  15280: => 'Error creating token.',
1.6       bisitz   15281: 
                   15282:    'Account creation'
1.93      raeburn  15283: => 'Account creation',
1.6       bisitz   15284: 
                   15285:    '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  15286: => '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   15287: 
                   15288:    '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  15289: => '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   15290: 
                   15291:    "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  15292: => "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   15293: 
                   15294:    "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  15295: => "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   15296: 
                   15297:    "Although your username and password were authenticated, you do not currently have a LON-CAPA account at this institution."
1.93      raeburn  15298: => "Although your username and password were authenticated, you do not currently have a LON-CAPA account at this institution.",
1.6       bisitz   15299: 
                   15300:    "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  15301: => "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   15302: 
                   15303:    'A LON-CAPA account may not be created with the username you use.'
1.93      raeburn  15304: => 'A LON-CAPA account may not be created with the username you use.',
1.6       bisitz   15305: 
                   15306:    'User Information'
1.93      raeburn  15307: => 'User Information',
1.6       bisitz   15308: 
                   15309:    'User information'
1.93      raeburn  15310: => 'User information',
1.6       bisitz   15311: 
                   15312:    'Review user information'
1.93      raeburn  15313: => 'Review user information',
1.6       bisitz   15314: 
                   15315:    '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  15316: => '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   15317: 
                   15318:    '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  15319: => '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   15320: 
                   15321:    '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  15322: => '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   15323: 
                   15324:    'Confirmation'
1.93      raeburn  15325: => 'Confirmation',
1.6       bisitz   15326: 
                   15327:    'Confirm that you wish to create an account.'
1.93      raeburn  15328: => 'Confirm that you wish to create an account.',
1.6       bisitz   15329: 
                   15330:    'New username'
1.93      raeburn  15331: => 'New username',
1.6       bisitz   15332: 
                   15333:    'Create account'
1.93      raeburn  15334: => 'Create account',
1.6       bisitz   15335: 
                   15336:    'You must enter a password'
1.93      raeburn  15337: => 'You must enter a password',
1.6       bisitz   15338: 
                   15339:    'The passwords you entered did not match.'
1.93      raeburn  15340: => 'The passwords you entered did not match.',
1.6       bisitz   15341: 
                   15342:    'Create account with a username provided by this institution'
1.93      raeburn  15343: => 'Create account with a username provided by this institution',
1.6       bisitz   15344: 
                   15345:    '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  15346: => '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   15347: 
                   15348:    'Type in your log-in ID and password to find out.'
1.93      raeburn  15349: => 'Type in your log-in ID and password to find out.',
1.6       bisitz   15350: 
                   15351:    'Log-in ID'
1.93      raeburn  15352: => 'Log-in ID',
1.6       bisitz   15353: 
                   15354:    'Create account with an e-mail address as your username'
1.93      raeburn  15355: => 'Create account with an e-mail address as your username',
1.6       bisitz   15356: 
                   15357:    '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  15358: => '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   15359: 
                   15360:    'Request LON-CAPA account'
1.93      raeburn  15361: => 'Request LON-CAPA account',
1.6       bisitz   15362: 
                   15363:    'Validation'
1.93      raeburn  15364: => 'Validation',
1.6       bisitz   15365: 
                   15366:    'Thank you for your request to create a new LON-CAPA account.'
1.93      raeburn  15367: => 'Thank you for your request to create a new LON-CAPA account.',
1.6       bisitz   15368: 
                   15369:    'A request was submitted on [_1] for creation of a LON-CAPA account at the following institution:[_2].'
1.93      raeburn  15370: => 'A request was submitted on [_1] for creation of a LON-CAPA account at the following institution:[_2].',
1.6       bisitz   15371: 
                   15372:    'To complete this process please open a web browser and enter the following URL in the address/location box: [_1]'
1.93      raeburn  15373: => 'To complete this process please open a web browser and enter the following URL in the address/location box: [_1]',
1.6       bisitz   15374: 
                   15375:    'A message has been sent to the e-mail address you provided.'
1.93      raeburn  15376: => 'A message has been sent to the e-mail address you provided.',
1.6       bisitz   15377: 
                   15378:    'The message includes the web address for the link you will use to complete the account creation process.'
1.93      raeburn  15379: => 'The message includes the web address for the link you will use to complete the account creation process.',
1.6       bisitz   15380: 
                   15381:    'The link included in the message will be valid for the next [_1]two[_2] hours.'
1.93      raeburn  15382: => 'The link included in the message will be valid for the next [_1]two[_2] hours.',
1.6       bisitz   15383: 
                   15384:    'An error occurred when sending a message to the e-mail address you provided.'
1.93      raeburn  15385: => 'An error occurred when sending a message to the e-mail address you provided.',
1.6       bisitz   15386: 
                   15387:    'An error occurred creating a token required for the account creation process.'
1.93      raeburn  15388: => 'An error occurred creating a token required for the account creation process.',
1.6       bisitz   15389: 
                   15390:    'Please contact the [_1] ([_2]) for assistance.'
1.93      raeburn  15391: => 'Please contact the [_1] ([_2]) for assistance.',
1.6       bisitz   15392: 
                   15393:    '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  15394: => '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   15395: 
                   15396:    'Sorry, the token generated when you requested creation of an account has expired.'
1.93      raeburn  15397: => 'Sorry, the token generated when you requested creation of an account has expired.',
1.6       bisitz   15398: 
                   15399:    'Sorry, the URL generated when you requested creation of an account contained incomplete information.'
1.93      raeburn  15400: => 'Sorry, the URL generated when you requested creation of an account contained incomplete information.',
1.6       bisitz   15401: 
                   15402:    '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  15403: => '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   15404: 
1.89      bisitz   15405:    '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  15406: => '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   15407: 
                   15408:    'A LON-CAPA account already exists for username [_1] at this institution ([_2]).'
1.93      raeburn  15409: => 'A LON-CAPA account already exists for username [_1] at this institution ([_2]).',
1.6       bisitz   15410: 
                   15411:    'The password entered was also correct so you have been logged in.'
1.93      raeburn  15412: => 'The password entered was also correct so you have been logged in.',
1.6       bisitz   15413: 
                   15414:    'Authentication failed'
1.93      raeburn  15415: => 'Authentication failed',
1.6       bisitz   15416: 
                   15417:    'An e-mail confirming creation of your new LON-CAPA account has been sent to [_1].'
1.93      raeburn  15418: => 'An e-mail confirming creation of your new LON-CAPA account has been sent to [_1].',
1.6       bisitz   15419: 
                   15420:    'An error occurred when sending e-mail to [_1] confirming creation of your LON-CAPA account.'
1.93      raeburn  15421: => 'An error occurred when sending e-mail to [_1] confirming creation of your LON-CAPA account.',
1.6       bisitz   15422: 
                   15423:    'A problem occurred when attempting to create your new LON-CAPA account.'
1.93      raeburn  15424: => 'A problem occurred when attempting to create your new LON-CAPA account.',
1.6       bisitz   15425: 
                   15426:    'Please provide user information and a password for your new account.'
1.93      raeburn  15427: => 'Please provide user information and a password for your new account.',
1.6       bisitz   15428: 
                   15429:    'Your password, which must contain at least seven characters, will be sent to the LON-CAPA server in an encrypted form.'
1.93      raeburn  15430: => 'Your password, which must contain at least seven characters, will be sent to the LON-CAPA server in an encrypted form.',
1.6       bisitz   15431: 
                   15432:    'Create LON-CAPA account'
1.93      raeburn  15433: => 'Create LON-CAPA account',
1.6       bisitz   15434: 
                   15435:    'Could not load javascript file [_1]'
1.93      raeburn  15436: => 'Could not load javascript file [_1]',
1.6       bisitz   15437: 
                   15438:    'Invalid ID format'
1.93      raeburn  15439: => 'Invalid ID format',
1.6       bisitz   15440: 
                   15441:    'An error occurred when storing a token'
1.93      raeburn  15442: => 'An error occurred when storing a token',
1.6       bisitz   15443: 
                   15444:    'You will not be able to proceed to the next stage of account creation'
1.93      raeburn  15445: => 'You will not be able to proceed to the next stage of account creation',
1.6       bisitz   15446: 
                   15447:    'A LON-CAPA account has been created for username: [_1] in domain: [_2].'
1.93      raeburn  15448: => 'A LON-CAPA account has been created for username: [_1] in domain: [_2].',
1.6       bisitz   15449: 
                   15450:    'Account creation failed for username: [_1] in domain: [_2].'
1.93      raeburn  15451: => 'Account creation failed for username: [_1] in domain: [_2].',
1.6       bisitz   15452: 
                   15453:    'User account creation is not available for the current default authentication type.'
1.93      raeburn  15454: => 'User account creation is not available for the current default authentication type.',
1.6       bisitz   15455: 
                   15456:    'The e-mail address you provided is already in use as a username at this institution.'
1.93      raeburn  15457: => 'The e-mail address you provided is already in use as a username at this institution.',
1.6       bisitz   15458: 
                   15459:    'Username rules at this institution do not allow the e-mail address you provided to be used as a username.'
1.93      raeburn  15460: => 'Username rules at this institution do not allow the e-mail address you provided to be used as a username.',
1.6       bisitz   15461: 
                   15462:    'The e-mail address you provided may not be used as a username at this LON-CAPA institution.'
1.93      raeburn  15463: => 'The e-mail address you provided may not be used as a username at this LON-CAPA institution.',
1.6       bisitz   15464: 
1.95      raeburn  15465:    'Validation of the code you entered failed.'
                   15466: => 'Validation of the code you entered failed.',
1.6       bisitz   15467: 
                   15468:    'Creation of a new user account using an e-mail address as username is not permitted at this LON-CAPA institution.'
1.93      raeburn  15469: => 'Creation of a new user account using an e-mail address as username is not permitted at this LON-CAPA institution.',
1.6       bisitz   15470: 
                   15471:    'Type in the letters/numbers shown below'
1.93      raeburn  15472: => 'Type in the letters/numbers shown below',
1.6       bisitz   15473: 
                   15474:    'You may need to reload the previous page to obtain a new token.'
1.93      raeburn  15475: => 'You may need to reload the previous page to obtain a new token.',
1.6       bisitz   15476: 
                   15477:    'Unable to retrieve your log-in information - unexpected context'
1.93      raeburn  15478: => 'Unable to retrieve your log-in information - unexpected context',
1.6       bisitz   15479: 
                   15480:    "Your e-mail address uses the same internet domain as your institution's LON-CAPA service."
1.93      raeburn  15481: => "Your e-mail address uses the same internet domain as your institution's LON-CAPA service.",
1.6       bisitz   15482: 
                   15483:    'Creation of a LON-CAPA account with this type of e-mail address as username is not permitted.'
1.93      raeburn  15484: => 'Creation of a LON-CAPA account with this type of e-mail address as username is not permitted.',
1.6       bisitz   15485: 
                   15486:    'You should request creation of a LON-CAPA account for a log-in ID of "[_1]" at your institution instead.'
1.93      raeburn  15487: => 'You should request creation of a LON-CAPA account for a log-in ID of "[_1]" at your institution instead.',
1.6       bisitz   15488: 
                   15489:    'Changes/page:'
1.63      zhu      15490: => '每页显示列数:',
1.6       bisitz   15491: 
                   15492:    'Window during which changes occurred:'
1.63      zhu      15493: => '在这个时期发生的变化:',
1.6       bisitz   15494: 
                   15495:    'This page is either empty or it only contains resources that are currently hidden'
1.93      raeburn  15496: => 'This page is either empty or it only contains resources that are currently hidden',
1.6       bisitz   15497: 
                   15498:    'Please use the LON-CAPA navigation arrows to move to another item in the course'
1.93      raeburn  15499: => 'Please use the LON-CAPA navigation arrows to move to another item in the course',
1.6       bisitz   15500: 
                   15501:    'Unable to modify requested student ([_1])'
1.93      raeburn  15502: => 'Unable to modify requested student ([_1])',
1.6       bisitz   15503: 
                   15504:    'Unable to grade requested sequence ([_1]).'
1.93      raeburn  15505: => 'Unable to grade requested sequence ([_1]).',
1.6       bisitz   15506: 
                   15507:    'No score was changed or updated.'
1.93      raeburn  15508: => 'No score was changed or updated.',
1.6       bisitz   15509: 
                   15510:    'The scores were changed for [quant,_1,problem].'
1.93      raeburn  15511: => 'The scores were changed for [quant,_1,problem].',
1.6       bisitz   15512: 
1.81      bisitz   15513:    '[_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   15514: => '[_1]Visit the [_2]Course/Community Catalog[_3] to view all [_4] LON-CAPA courses and communities.',
1.6       bisitz   15515: 
1.83      bisitz   15516:    '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.'
                   15517: => '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   15518: 
                   15519: #SD begin 2008-07-02
                   15520:    'When'
1.70      zhu      15521: => '什么时候',
1.6       bisitz   15522: 
                   15523:    'Who made the change'
1.70      zhu      15524: => '谁进行了修改',
1.6       bisitz   15525: 
                   15526:    'Changed User'
1.70      zhu      15527: => '改变用户',
1.6       bisitz   15528: 
                   15529:    'Context'
1.70      zhu      15530: => '概述',
1.6       bisitz   15531: 
                   15532:    'Context:'
1.70      zhu      15533: => '概述:',
1.6       bisitz   15534: 
                   15535:    'After:'
1.70      zhu      15536: => '之后:',
1.6       bisitz   15537: 
                   15538:    'Before:'
1.70      zhu      15539: => '之前:',
1.6       bisitz   15540: 
                   15541:    'User Changes'
1.70      zhu      15542: => '用户更改',
1.6       bisitz   15543: 
                   15544:    'For this user, the default quota would be [_1]'
1.70      zhu      15545: => '此使用者的默认的配额为[_1]',
1.6       bisitz   15546: 
                   15547:    'Search for a user and enroll as a student'
1.70      zhu      15548: => '搜索用户并注册为学生',
1.6       bisitz   15549: 
                   15550:    'username is known'
1.93      raeburn  15551: => 'username is known',
1.6       bisitz   15552: 
                   15553:    'Create a new user'
1.70      zhu      15554: => '创建一个新用户',
1.6       bisitz   15555: 
                   15556:    'Enroll'
1.70      zhu      15557: => '注册',
1.6       bisitz   15558: 
                   15559:    'User Search to enroll student'
1.93      raeburn  15560: => 'User Search to enroll student',
1.6       bisitz   15561: 
                   15562:    'Select a user to enroll as a student'
1.93      raeburn  15563: => 'Select a user to enroll as a student',
1.6       bisitz   15564: 
                   15565:    'modify' #Kontext? breadcrumb_text
1.93      raeburn  15566: => 'modify',
1.6       bisitz   15567: 
                   15568: #   'userpicked' #Kontext?
                   15569: #=> '',
                   15570: 
                   15571:    'as a student'
1.70      zhu      15572: => '作为一名学生',
1.6       bisitz   15573: 
                   15574:    'Set section/dates'
1.70      zhu      15575: => '设置章节/日期',
1.6       bisitz   15576: 
                   15577:    'Unknown'
1.93      raeburn  15578: => 'Unknown',
1.6       bisitz   15579: 
                   15580:    'You do not have privileges to assign co-author roles.'
1.93      raeburn  15581: => 'You do not have privileges to assign co-author roles.',
1.6       bisitz   15582: 
                   15583:    'This user has an unrecognized authentication scheme'
1.93      raeburn  15584: => 'This user has an unrecognized authentication scheme',
1.6       bisitz   15585: 
                   15586:    'Please alert a domain coordinator of this situation'
1.93      raeburn  15587: => 'Please alert a domain coordinator of this situation',
1.6       bisitz   15588: 
                   15589:    'Please specify login data below'
1.93      raeburn  15590: => 'Please specify login data below',
1.6       bisitz   15591: 
                   15592:    'No domain specified'
1.93      raeburn  15593: => 'No domain specified',
1.6       bisitz   15594: 
1.19      zhu      15595:    'Invalid domain name'
1.93      raeburn  15596: => 'Invalid domain name',
1.6       bisitz   15597: 
1.19      zhu      15598:    'Only letters, numbers, periods, dashes, and underscores are valid'
1.93      raeburn  15599: => 'Only letters, numbers, periods, dashes, and underscores are valid',
1.6       bisitz   15600: 
                   15601:    'You do not have the authority to modify this users authentification information'
1.93      raeburn  15602: => 'You do not have the authority to modify this users authentification information',
1.6       bisitz   15603: 
                   15604:    'New Student/Employee ID does not match existing ID for this user.'
1.93      raeburn  15605: => 'New Student/Employee ID does not match existing ID for this user.',
1.6       bisitz   15606: 
                   15607:    "Change is not permitted without checking the 'Force ID change' checkbox on the previous page."
1.93      raeburn  15608: => "Change is not permitted without checking the 'Force ID change' checkbox on the previous page.",
1.6       bisitz   15609: 
                   15610:    'Unable to successfully change environment for'
1.93      raeburn  15611: => 'Unable to successfully change environment for',
1.6       bisitz   15612: 
                   15613:    'No roles'
1.93      raeburn  15614: => 'No roles',
1.6       bisitz   15615: 
                   15616:    'The following fields were not updated: '
1.93      raeburn  15617: => 'The following fields were not updated: ',
1.6       bisitz   15618: 
                   15619:    "You do not have the authority to change this field given the user's current set of active/future [_1] roles:"
1.96      raeburn  15620: => "You do not have the authority to change this field given the user's current set of active/future [_1] roles:",
1.6       bisitz   15621: 
                   15622:    "You do not have the authority to change these fields given the user's current set of active/future [_1] roles:"
1.96      raeburn  15623: => "You do not have the authority to change these fields given the user's current set of active/future [_1] roles:",
1.6       bisitz   15624: 
1.49      bisitz   15625:    'Please contact your [_1]helpdesk[_2] for more information.'
1.93      raeburn  15626: => 'Please contact your [_1]helpdesk[_2] for more information.',
1.6       bisitz   15627: 
                   15628:    '<b>[_1]</b> enrolled'
1.70      zhu      15629: => '<b>[_1]</b> 注册的',
1.6       bisitz   15630: 
                   15631:    'in section [_1]'
1.93      raeburn  15632: => 'in section [_1]',
1.6       bisitz   15633: 
                   15634:    'Access starts immediately'
1.70      zhu      15635: => '访问立即开始',
1.6       bisitz   15636: 
                   15637:    'Access starts: '
1.70      zhu      15638: => '访问开始: ',
1.6       bisitz   15639: 
                   15640:    'ends: no ending date'
1.70      zhu      15641: => '结束:没有结束日期',
1.6       bisitz   15642: 
                   15643:    'ends: '
1.70      zhu      15644: => '结束: ',
1.6       bisitz   15645: 
                   15646:    '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  15647: => '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   15648: 
                   15649:    '(default)'
1.70      zhu      15650: => '(默认的)',
1.6       bisitz   15651: 
                   15652:    '(default for [_1])'
1.70      zhu      15653: => '(默认 [_1])',
1.6       bisitz   15654: 
                   15655:    'You are not authorized to make bulk changes to user roles'
1.93      raeburn  15656: => 'You are not authorized to make bulk changes to user roles',
1.6       bisitz   15657: 
                   15658:    'You do not have permission to modify dates or sections for users'
1.93      raeburn  15659: => 'You do not have permission to modify dates or sections for users',
1.6       bisitz   15660: 
                   15661:    'deleted'
1.93      raeburn  15662: => 'deleted',
1.6       bisitz   15663: 
                   15664:    'No start date'
1.10      zhu      15665: => '没有开始日期',
1.6       bisitz   15666: 
                   15667:    'Previous [_1] changes'
1.93      raeburn  15668: => 'Previous [_1] changes',
1.6       bisitz   15669: 
                   15670:    'Next [_1] changes'
1.93      raeburn  15671: => 'Next [_1] changes',
1.6       bisitz   15672: 
1.74      bisitz   15673:    'There are no records to display.'
                   15674: => '没有记录显示。',
                   15675: 
                   15676:    'There are no transactions to display.'
1.93      raeburn  15677: => 'There are no transactions to display.',
1.6       bisitz   15678: 
                   15679:    'Automated enrollment'
1.70      zhu      15680: => '自动注册',
1.6       bisitz   15681: 
                   15682:    'Roster Update'
1.70      zhu      15683: => '名册更新',
1.6       bisitz   15684: 
                   15685:    'Course Creation'
1.70      zhu      15686: => '创建课程',
1.6       bisitz   15687: 
                   15688:    'User Management in course'
1.70      zhu      15689: => '在课程中的用户管理',
1.6       bisitz   15690: 
                   15691:    'User Management in domain'
1.70      zhu      15692: => '在域中的用户管理',
1.6       bisitz   15693: 
                   15694:    'Self-enrolled'
1.70      zhu      15695: => '自助注册',
1.6       bisitz   15696: 
                   15697:    'Your search term must contain more than just spaces.'
1.93      raeburn  15698: => 'Your search term must contain more than just spaces.',
1.6       bisitz   15699: 
                   15700:    'this course'
1.70      zhu      15701: => '本课程',
1.6       bisitz   15702: 
                   15703:    'LON-CAPA domain: '
1.93      raeburn  15704: => 'LON-CAPA domain: ',
1.6       bisitz   15705: 
                   15706:    'the institutional directory for domain: '
1.93      raeburn  15707: => 'the institutional directory for domain: ',
1.6       bisitz   15708: 
1.49      bisitz   15709:    'Please contact the [_1]helpdesk[_2] if you need to create a new user.'
1.93      raeburn  15710: => 'Please contact the [_1]helpdesk[_2] if you need to create a new user.',
1.6       bisitz   15711: 
                   15712:    'Section for self-enrolled users unchanged as the proposed section is a group'
1.93      raeburn  15713: => 'Section for self-enrolled users unchanged as the proposed section is a group',
1.6       bisitz   15714: 
                   15715:    'Group names and section names must be distinct'
1.12      zhu      15716: => '组名称和章节的名称必须是不同的',
1.6       bisitz   15717: 
                   15718:    'Section for self-enrolled users unchanged, as "all" is a reserved section name.'
1.93      raeburn  15719: => 'Section for self-enrolled users unchanged, as "all" is a reserved section name.',
1.6       bisitz   15720: 
                   15721:    'An error occurred when saving changes to self-enrollment settings in this course.'
1.93      raeburn  15722: => 'An error occurred when saving changes to self-enrollment settings in this course.',
1.6       bisitz   15723: 
                   15724: #SD end 2008-07-02
                   15725: 
                   15726:    'Server Switch Required'
1.93      raeburn  15727: => 'Server Switch Required',
1.6       bisitz   15728: 
                   15729:    'Construction Space access is only available from the home server of the corresponding Author.'
1.93      raeburn  15730: => 'Construction Space access is only available from the home server of the corresponding Author.',
1.6       bisitz   15731: 
                   15732:    "Click the 'Switch Server' link to go there."
1.93      raeburn  15733: => "Click the 'Switch Server' link to go there.",
1.6       bisitz   15734: 
                   15735:    'Default in use:'
1.70      zhu      15736: => '默认情况下使用:',
1.6       bisitz   15737: 
1.89      bisitz   15738:    'Self-creation of account by users with status: [_1]'
1.93      raeburn  15739: => 'Self-creation of account by users with status: [_1]',
1.6       bisitz   15740: 
                   15741:    'modifiable fields (if institutional data blank): '
1.98    ! bisitz   15742: => 'modifiable fields (if institutional data blank): ',
1.6       bisitz   15743: 
                   15744: # domainprefs.pm
                   15745: #   'Formats disallowed for $text{$type}: '
                   15746: #=> 'Formats disallowed for $text{$type}: ',
                   15747: #
                   15748: #   'Format rules to check for $text{$type}: '
                   15749: #=> 'Format rules to check for $text{$type}: ',
                   15750: 
                   15751: # loncommon.pm
                   15752: #   "You must either choose $text{'action'} with a different format --  $text{'one'} that will not conflict with 'official' institutional $text{'items'}, or leave the ID field blank."
                   15753: # => "You must either choose $text{'action'} with a different format --  $text{'one'} that will not conflict with 'official' institutional $text{'items'}, or leave the ID field blank."
                   15754: 
                   15755:    'Source Code'
1.93      raeburn  15756: => 'Source Code',
1.6       bisitz   15757: 
                   15758:    'Copy Problem Source Code to Construction Space'
1.93      raeburn  15759: => 'Copy Problem Source Code to Construction Space',
1.6       bisitz   15760: 
                   15761:    'Please enter the directory that you would like the source code to go into.'
1.93      raeburn  15762: => 'Please enter the directory that you would like the source code to go into.',
1.6       bisitz   15763: 
                   15764:    'Note: the path is in reference to the root of your construction space, and new directories will be automatically created.'
1.93      raeburn  15765: => 'Note: the path is in reference to the root of your construction space, and new directories will be automatically created.',
1.6       bisitz   15766: 
                   15767:    'shared_source'
1.93      raeburn  15768: => 'shared_source',
1.6       bisitz   15769: 
                   15770:    'Copy to Construction Space'
1.93      raeburn  15771: => 'Copy to Construction Space',
1.6       bisitz   15772: 
                   15773:    '[_1]W[_2]ARNING' # Highlight first char
                   15774: => '[_1]W[_2]ARNUNG',
                   15775: 
                   15776:    'At end of file some tags were still left unclosed:'
1.93      raeburn  15777: => 'At end of file some tags were still left unclosed:',
1.6       bisitz   15778: 
                   15779:    'Unable to save file [_1]'
1.93      raeburn  15780: => 'Unable to save file [_1]',
1.6       bisitz   15781: 
                   15782:    'Warnings and Errors'
1.93      raeburn  15783: => 'Warnings and Errors',
1.6       bisitz   15784: 
                   15785:    'Edit Math'
1.93      raeburn  15786: => 'Edit Math',
1.6       bisitz   15787: 
                   15788:    'DragMath Latex Equation Editor'
1.93      raeburn  15789: => 'DragMath Latex Equation Editor', # n.t.
1.6       bisitz   15790: 
                   15791:    '[_1]Return[_2] to editing resource.'
1.98    ! bisitz   15792: => '[_1]Return[_2] to editing resource.',
1.6       bisitz   15793: 
                   15794:    'Counting pages for student: [_1]'
1.93      raeburn  15795: => 'Counting pages for student: [_1]',
1.6       bisitz   15796: 
                   15797:    'LaTeX could not successfully parse your tex file.'
1.93      raeburn  15798: => 'LaTeX could not successfully parse your tex file.',
1.6       bisitz   15799: 
                   15800:    'It probably has errors in it.'
1.93      raeburn  15801: => 'It probably has errors in it.',
1.6       bisitz   15802: 
                   15803:    'Here are the error messages in the LaTeX log file:'
1.93      raeburn  15804: => 'Here are the error messages in the LaTeX log file:',
1.6       bisitz   15805: 
                   15806:    'There are errors in [_1].'
1.93      raeburn  15807: => 'There are errors in [_1].',
1.6       bisitz   15808: 
                   15809:    'There are errors.'
1.93      raeburn  15810: => 'There are errors.',
1.6       bisitz   15811: 
                   15812:    'These errors prevent this resource from printing correctly.'
1.93      raeburn  15813: => 'These errors prevent this resource from printing correctly.',
1.6       bisitz   15814: 
                   15815:    'A message has been sent to the instructor describing this failure.'
1.93      raeburn  15816: => 'A message has been sent to the instructor describing this failure.',
1.6       bisitz   15817: 
                   15818:    'You are running LaTeX in [_1]batch mode[_2].'
1.93      raeburn  15819: => 'You are running LaTeX in [_1]batch mode[_2].',
1.6       bisitz   15820: 
                   15821:    'It has found an error in [_1][_2]and corrected it.'
1.93      raeburn  15822: => 'It has found an error in [_1][_2]and corrected it.',
1.6       bisitz   15823: 
                   15824:    '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   15825: => '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   15826: 
                   15827:    'The link to [_1]Your log file[_2]'
1.93      raeburn  15828: => 'The link to [_1]Your log file[_2]',
1.6       bisitz   15829: 
                   15830:    'The link to [_1]Your original LaTeX file[_2]'
1.93      raeburn  15831: => 'The link to [_1]Your original LaTeX file[_2]',
1.6       bisitz   15832: 
                   15833:    'bomb'
1.93      raeburn  15834: => 'bomb',
1.6       bisitz   15835: 
                   15836:    'Output Tags'
1.93      raeburn  15837: => 'Output Tags',
1.6       bisitz   15838: 
                   15839:    'WARNING: Cannot connect to database!'
1.70      zhu      15840: => '警告:无法连接到数据库!',
1.6       bisitz   15841: 
                   15842:    'Error occurred saving new values in metadata table in LON-CAPA database!'
1.70      zhu      15843: => '保存新值数据表到LON-CAPA数据库中时发生错误!',
1.6       bisitz   15844: 
1.81      bisitz   15845:    'Your course/community currently appears in the Course/Community Catalog for this domain.'
1.93      raeburn  15846: => 'Your course/community currently appears in the Course/Community Catalog for this domain.',
1.6       bisitz   15847: 
                   15848:    'Courses can be both self-cataloging, based on an institutional code (e.g., fs08phy231), or can be assigned categories from a hierarchy defined for the domain.'
1.70      zhu      15849: => '课程可自我编目的基础的研究所代码(例如, fbi_ws20082009_linalg )或可通过域的定义分配类别界定。',
1.6       bisitz   15850: 
1.81      bisitz   15851:    'Your course/community does not currently appear in the Course/Community Catalog for this domain.'
1.93      raeburn  15852: => 'Your course/community does not currently appear in the Course/Community Catalog for this domain.',
1.6       bisitz   15853: 
                   15854:    'You should remedy this if you plan to allow self-enrollment, otherwise students will have difficulty finding your course.'
1.93      raeburn  15855: => 'You should remedy this if you plan to allow self-enrollment, otherwise students will have difficulty finding your course.',
1.6       bisitz   15856: 
                   15857:    '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  15858: => '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   15859: 
                   15860:    'Make any changes to self-enrollment settings below, click "Save changes", then take action to include the course in the Catalog:'
1.93      raeburn  15861: => 'Make any changes to self-enrollment settings below, click "Save changes", then take action to include the course in the Catalog:',
1.6       bisitz   15862: 
                   15863:    'Take the following action to ensure the course appears in the Catalog:'
1.93      raeburn  15864: => 'Take the following action to ensure the course appears in the Catalog:',
1.6       bisitz   15865: 
                   15866:    'Ask a domain coordinator to change the "Exclude from course catalog" setting.'
1.93      raeburn  15867: => 'Ask a domain coordinator to change the "Exclude from course catalog" setting.',
1.6       bisitz   15868: 
                   15869:    'Ask a domain coordinator to enable display the catalog of "Official courses (with institutional codes)".'
1.93      raeburn  15870: => 'Ask a domain coordinator to enable display the catalog of "Official courses (with institutional codes)".',
1.6       bisitz   15871: 
                   15872:    'Ask a domain coordinator to assign an institutional code (if this is an official course).'
1.93      raeburn  15873: => 'Ask a domain coordinator to assign an institutional code (if this is an official course).',
1.6       bisitz   15874: 
                   15875:    'Ask a domain coordinator to enable or create at least one course category in the domain.'
1.93      raeburn  15876: => 'Ask a domain coordinator to enable or create at least one course category in the domain.',
1.6       bisitz   15877: 
                   15878:    'Ask a domain coordinator to create a hierarchy of categories and sub categories for courses in the domain.'
1.93      raeburn  15879: => 'Ask a domain coordinator to create a hierarchy of categories and sub categories for courses in the domain.',
1.6       bisitz   15880: 
                   15881:    '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  15882: => '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   15883: 
                   15884:    'Ask a domain coordinator to assign a category to the course.'
1.93      raeburn  15885: => 'Ask a domain coordinator to assign a category to the course.',
1.6       bisitz   15886: 
1.93      raeburn  15887:    'Use [_1]Categorize course[_2] to change the "Exclude from course catalog" setting.'
                   15888: => 'Use [_1]Categorize course[_2] to change the "Exclude from course catalog" setting.',
1.6       bisitz   15889: 
                   15890:    '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  15891: => '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   15892: 
                   15893:    'Use [_1]Set course environment[_2] to assign a category to the course.'
1.93      raeburn  15894: => 'Use [_1]Set course environment[_2] to assign a category to the course.',
1.6       bisitz   15895: 
                   15896:    'You are able to both assign a course category and choose to exclude this course from the catalog.'
1.93      raeburn  15897: => 'You are able to both assign a course category and choose to exclude this course from the catalog.',
1.6       bisitz   15898: 
                   15899:    '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  15900: => '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   15901: 
                   15902:    'You may assign a course category, but only a Domain Coordinator may choose to exclude this course from the catalog.'
1.93      raeburn  15903: => 'You may assign a course category, but only a Domain Coordinator may choose to exclude this course from the catalog.',
1.6       bisitz   15904: 
                   15905:    'Only a Domain Coordinator may assign a course category or choose to exclude this course from the catalog.'
1.93      raeburn  15906: => 'Only a Domain Coordinator may assign a course category or choose to exclude this course from the catalog.',
1.6       bisitz   15907: 
                   15908:    "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  15909: => "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   15910: 
                   15911:    'You can only use this screen to select courses in the current domain.'
1.93      raeburn  15912: => 'You can only use this screen to select courses in the current domain.',
1.6       bisitz   15913: 
1.41      bisitz   15914:    '[_1]Your Excel spreadsheet[_2] is ready for download.'
1.6       bisitz   15915: => '[_1]Ihre Exceldatei[_2] steht zum Download bereit.',
                   15916: 
1.41      bisitz   15917:    '[_1]Your CSV file[_2] is ready for download.'
1.6       bisitz   15918: => '[_1]Ihre CSV-Datei[_2] steht zum Download bereit.',
                   15919: 
                   15920:    'Name (username)'
1.93      raeburn  15921: => 'Name (username)',
1.6       bisitz   15922: 
                   15923:    'Grades Assigned'
1.93      raeburn  15924: => 'Grades Assigned',
1.6       bisitz   15925: 
                   15926:    'Comments'
1.18      zhu      15927: => '注释',
1.6       bisitz   15928: 
                   15929:    'No Course Data'
1.93      raeburn  15930: => 'No Course Data',
1.6       bisitz   15931: 
                   15932:    'Error getting student data ([_1])'
1.93      raeburn  15933: => 'Error getting student data ([_1])',
1.6       bisitz   15934: 
                   15935:    'Score'
1.93      raeburn  15936: => 'Score',
1.6       bisitz   15937: 
1.77      bisitz   15938:    'score'
1.93      raeburn  15939: => 'score',
1.77      bisitz   15940: 
1.6       bisitz   15941:    'Display Options'
1.36      zhu      15942: => '显示选项',
1.6       bisitz   15943: 
                   15944:    'This role has section(s) associated with it.'
1.93      raeburn  15945: => 'This role has section(s) associated with it.',
1.6       bisitz   15946: 
                   15947:    'Enter a specific section.'
1.93      raeburn  15948: => 'Enter a specific section.',
1.6       bisitz   15949: 
                   15950:    'Enter a specific section, or leave blank for no section.'
1.93      raeburn  15951: => 'Enter a specific section, or leave blank for no section.',
1.6       bisitz   15952: 
                   15953:    'Available sections are:'
1.93      raeburn  15954: => 'Available sections are:',
1.6       bisitz   15955: 
                   15956:    'You entered an invalid section choice:'
1.93      raeburn  15957: => 'You entered an invalid section choice:',
1.6       bisitz   15958: 
                   15959:    'You may wish to contact the [_1]LON-CAPA helpdesk[_2] for the [_3] domain.'
1.56      zhu      15960: => '您不妨联系[_2][_3]域的[_1] LON-CAPA 求助。',
1.6       bisitz   15961: 
                   15962:    '([_1] time zone)'
1.9       zhu      15963: => '(时区 [_1])',
1.6       bisitz   15964: 
                   15965:    'Selecting an Author'
1.93      raeburn  15966: => 'Selecting an Author',
1.6       bisitz   15967: 
                   15968:    'Invalid domain'
1.26      zhu      15969: => '无效域',
1.6       bisitz   15970: 
                   15971:    'There are no library servers containing Construction spaces currently in domain: [_1], so you can not assume a co-author role.'
1.93      raeburn  15972: => 'There are no library servers containing Construction spaces currently in domain: [_1], so you can not assume a co-author role.',
1.6       bisitz   15973: 
                   15974:    '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  15975: => '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   15976: 
                   15977:    '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  15978: => '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   15979: 
                   15980:    '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  15981: => '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   15982: 
1.83      bisitz   15983:    'As your session file for the course or community has expired, you will need to re-select it.'
1.93      raeburn  15984: => 'As your session file for the course or community has expired, you will need to re-select it.', # '当>您的课程已过期,您将需要重新选择课程。',
1.6       bisitz   15985: 
                   15986:    '[quant,_1,yr]'
                   15987: => '[quant,_1,Jahr,Jahre]',
                   15988: 
                   15989:    '[quant,_1,mth]'
                   15990: => '[quant,_1,Mon.,Mon.]',
                   15991: 
                   15992:    '[quant,_1,hr]'
                   15993: => '[quant,_1,h,h]',
                   15994: 
                   15995:    '[quant,_1,min]'
                   15996: => '[quant,_1,min,min]',
                   15997: 
                   15998:    '[quant,_1,sec]'
                   15999: => '[quant,_1,s,s]',
                   16000: 
                   16001:    'Loading student data...'
1.18      zhu      16002: => '检索学生数据...',
1.6       bisitz   16003: 
                   16004:    'Options'
1.18      zhu      16005: => '选项',
1.6       bisitz   16006: 
                   16007:    'Time Period'
1.18      zhu      16008: => '周期',
1.6       bisitz   16009: 
                   16010:    'Rsource is undefined.'
1.93      raeburn  16011: => 'Rsource is undefined.',
1.6       bisitz   16012: 
                   16013:    'Plot Graph'
1.93      raeburn  16014: => 'Plot Graph',
1.6       bisitz   16015: 
                   16016:    'Download'
1.18      zhu      16017: => '下载',
1.6       bisitz   16018: 
                   16019:    'PDF File'
1.18      zhu      16020: => 'PDF 文档',
1.6       bisitz   16021: 
                   16022:    'Zip File'
1.18      zhu      16023: => 'ZIP 文档',
1.6       bisitz   16024: 
                   16025:    'File Size (Bytes)'
1.18      zhu      16026: => '文件大小 (Bytes)',
1.6       bisitz   16027: 
                   16028:    'Contents'
1.18      zhu      16029: => '内容',
1.6       bisitz   16030: 
                   16031:    'Problem Type'
1.12      zhu      16032: => '问题类型',
1.6       bisitz   16033: 
                   16034:    'not in this course'
1.93      raeburn  16035: => 'not in this course',
1.6       bisitz   16036: #Start: redesigned menus
                   16037: #lonparmset.pm
1.18      zhu      16038: 
1.6       bisitz   16039:    'Edit environment settings for this course.'
1.93      raeburn  16040: => 'Edit environment settings for this course.',
1.6       bisitz   16041: 
                   16042:    'Portfolio Metadata'
1.27      zhu      16043: => '元数据-组合',
1.6       bisitz   16044: 
                   16045:    'Settings for this Course'
1.27      zhu      16046: => '设置这门课程',
1.6       bisitz   16047: 
                   16048:    'New and Existing Parameter Settings for Resources'
1.27      zhu      16049: => '新的和现有资源的参数设置',
1.6       bisitz   16050: 
                   16051:    'Edit Resource Parameters - Helper Mode'
1.27      zhu      16052: => '编辑源参数 - 辅助模式',
1.6       bisitz   16053: 
                   16054:    'Edit Resource Parameters - Overview Mode'
1.27      zhu      16055: => '编辑资源参数 - 概况模式',
1.6       bisitz   16056: 
                   16057:    'Edit Resource Parameters - Table Mode'
1.27      zhu      16058: => '编辑资源参数 - 表模式',
1.6       bisitz   16059: 
                   16060:    'Existing Parameter Settings for Resources'
1.27      zhu      16061: => '现有资源的参数设置',
1.6       bisitz   16062: 
                   16063:    'Change Log'
1.27      zhu      16064: => '变更记录',
1.6       bisitz   16065: 
                   16066:    'Restrict metadata for this course.'
1.93      raeburn  16067: => 'Restrict metadata for this course.',
1.6       bisitz   16068: 
                   16069:    'Manage slots for this course.'
1.93      raeburn  16070: => 'Manage slots for this course.',
1.6       bisitz   16071: 
                   16072:    'Reset access times for folders/maps, resources or the course.'
1.93      raeburn  16073: => 'Reset access times for folders/maps, resources or the course.',
1.6       bisitz   16074: 
                   16075:    'Set default actions for parameters.'
1.93      raeburn  16076: => 'Set default actions for parameters.',
1.6       bisitz   16077: 
                   16078:    'Set/Modify resource parameters in helper mode.'
1.93      raeburn  16079: => 'Set/Modify resource parameters in helper mode.',
1.6       bisitz   16080: 
                   16081:    'Set/Modify resource parameters in table mode.'
1.93      raeburn  16082: => 'Set/Modify resource parameters in table mode.',
1.6       bisitz   16083: 
                   16084:    'Set/Modify resource parameters in overview mode.'
1.93      raeburn  16085: => 'Set/Modify resource parameters in overview mode.',
1.6       bisitz   16086: 
                   16087:    'Set/Modify existing resource parameters in overview mode.'
1.93      raeburn  16088: => 'Set/Modify existing resource parameters in overview mode.',
1.6       bisitz   16089: 
                   16090:    'View parameter and course blog posting/user notification change log.'
1.93      raeburn  16091: => 'View parameter and course blog posting/user notification change log.',
1.6       bisitz   16092: #lonpreferences.pm
                   16093: 
                   16094:    'Screen Name'
                   16095: => '昵称',
                   16096: 
1.63      zhu      16097:    'Screenname'
                   16098: => '昵称',
                   16099: 
                   16100:    'Nickname'
                   16101: => '昵称',
                   16102: 
1.55      zhu      16103:    'Messages &amp; Notifications'
1.22      zhu      16104: => '邮件&公告',
1.6       bisitz   16105: 
                   16106:    'Discussion Display'
1.9       zhu      16107: => '讨论显示',
1.6       bisitz   16108: 
                   16109:    'Page Display Settings'
                   16110: => '页面显示设置',
                   16111: 
                   16112:    'Color Scheme'
                   16113: => '颜色方案',
                   16114: 
                   16115:    'Menu Display'
                   16116: => '菜单显示',
                   16117: 
                   16118:    'Content Display Settings'
1.9       zhu      16119: => '内容显示设置',
1.6       bisitz   16120: 
                   16121:    'WYSIWYG Editor'
                   16122: => 'WYSIWYG-编辑器',
                   16123: 
                   16124:    'Roles Page'
1.9       zhu      16125: => '角色页面',
1.6       bisitz   16126: 
                   16127:    'Display of Scientific Equations'
1.55      zhu      16128: => '显示科学公式',
1.6       bisitz   16129: 
                   16130:    'Edit information about yourself that should be displayed on your public profile.'
1.93      raeburn  16131: => 'Edit information about yourself that should be displayed on your public profile.',
1.6       bisitz   16132: 
                   16133:    'Change the name that is displayed in your posts.'
1.18      zhu      16134: => '变更在您的讨论中的名称。',
1.6       bisitz   16135: 
                   16136:    'Change LON-CAPA default colors.'
1.93      raeburn  16137: => 'Change LON-CAPA default colors.',
1.6       bisitz   16138: 
                   16139:    'Change messageforwarding or notifications settings.'
1.93      raeburn  16140: => 'Change messageforwarding or notifications settings.',
1.6       bisitz   16141: 
                   16142:    'Choose the default language for this user.'
1.98    ! bisitz   16143: => 'Choose the default language for this user.',
1.6       bisitz   16144: 
                   16145:    'Enable or disable the WYSIWYG-Editor.'
1.93      raeburn  16146: => 'Enable or disable the WYSIWYG-Editor.',
1.6       bisitz   16147: 
                   16148:    'Configure the roles hotlist.'
1.93      raeburn  16149: => 'Configure the roles hotlist.',
1.6       bisitz   16150: 
                   16151:    'Change how Scientific Equations are displayed.'
1.9       zhu      16152: => '改变如何显示科学方程。',
1.6       bisitz   16153: 
                   16154:    'Register your clicker.'
1.9       zhu      16155: => '登记您的应答设备 (遥控).',
1.6       bisitz   16156: 
                   16157:    'Change your password.'
1.9       zhu      16158: => '更改您的密码。',
1.6       bisitz   16159: 
                   16160:    'Launch the remote control for LON-CAPA.'
1.93      raeburn  16161: => 'Launch the remote control for LON-CAPA.',
1.6       bisitz   16162: 
                   16163:    'Collapse the remote control for LON-CAPA.'
1.93      raeburn  16164: => 'Collapse the remote control for LON-CAPA.',
1.6       bisitz   16165: 
                   16166:    'Restrict domain coordinator access.'
1.93      raeburn  16167: => 'Restrict domain coordinator access.',
1.6       bisitz   16168: 
                   16169:    'Set the default page to be displayed when you select a course role.'
1.98    ! bisitz   16170: => 'Set the default page to be displayed when you select a course role.',
1.6       bisitz   16171: 
                   16172:    'Toggle Debug Messages.'
1.93      raeburn  16173: => 'Toggle Debug Messages.',
1.6       bisitz   16174: 
                   16175:    'Change whether the menus are displayed with buttons, icons or icons and text.'
1.93      raeburn  16176: => 'Change whether the menus are displayed with buttons, icons or icons and text.',
1.6       bisitz   16177:    'Course Initialization'
1.36      zhu      16178: => '课程初始化',
1.6       bisitz   16179: #loncreateuser.pm
1.69      droeschl 16180:    'Single Users'
1.70      zhu      16181: => '单用户',
1.6       bisitz   16182: 
                   16183:    'Upload a CSV or a text file containing users.'
1.70      zhu      16184: => '课程参加者上传CSV或文本文件。',
1.6       bisitz   16185: 
                   16186:    'Add a user with a certain role to this course.'
1.70      zhu      16187: => '添加一个具有特定的角色的用户到这门课程中。',
1.6       bisitz   16188: 
1.69      droeschl 16189:    'Add/Modify a Student'
1.79      bisitz   16190: => '添加/修改学生',
1.6       bisitz   16191: 
                   16192:    'Add a user with the role student to this course.'
1.70      zhu      16193: => '添加一个用户到课程中,作为学生角色。',
1.6       bisitz   16194: 
                   16195:    'Configuration'
1.28      zhu      16196: => '设置',
1.6       bisitz   16197: 
                   16198:    'Automated enrollment manager.'
1.70      zhu      16199: => '管理自助注册',
1.6       bisitz   16200: 
1.83      bisitz   16201:    'Self-Enrollment'
1.93      raeburn  16202: => 'Self-Enrollment',
1.83      bisitz   16203: 
1.6       bisitz   16204:    'User Self-Enrollment'
1.70      zhu      16205: => '用户自助注册',
1.6       bisitz   16206: 
1.83      bisitz   16207:    'Configure user self-enrollment.'
1.70      zhu      16208: => '配置用户自助注册。',
1.6       bisitz   16209: 
                   16210:    'Manage course groups.'
1.12      zhu      16211: => '管理课程组。',
1.6       bisitz   16212: 
                   16213:    'Change Logs'
1.28      zhu      16214: => '更改记录',
1.6       bisitz   16215: 
                   16216:    'View change log.'
1.28      zhu      16217: => '显示更改记录。',
1.6       bisitz   16218: 
                   16219:    'Administration'
1.28      zhu      16220: => '管理',
1.6       bisitz   16221: 
1.69      droeschl 16222:    'Manage Course Users'
1.70      zhu      16223: => '用户课程管理',
1.6       bisitz   16224: 
                   16225:    'Show and manage users of this course.'
1.70      zhu      16226: => '查看和管理这门课程的用户。',
1.6       bisitz   16227: 
                   16228:    'Remove a student from this course.'
1.70      zhu      16229: => '从这门课程中移除一名学生。',
1.6       bisitz   16230: 
                   16231:    'Custom Roles'
1.28      zhu      16232: => '自定义角色',
1.6       bisitz   16233: 
                   16234:    'Configure a custom role.'
1.70      zhu      16235: => '配置自定义角色。',
                   16236: 
                   16237:    'Multiple Users'
                   16238: => '多用户',
                   16239: 
1.6       bisitz   16240: #lonstatistics.pm
                   16241:    'Statistics and Analyses'
1.70      zhu      16242: => '统计与分析',
1.6       bisitz   16243: 
                   16244:    'Plots'
1.70      zhu      16245: => '图表',
1.6       bisitz   16246: 
                   16247:    'Reports'
1.28      zhu      16248: => '报告',
1.6       bisitz   16249: 
1.18      zhu      16250:    'Personal Homepage'
                   16251: => '个人主页',
                   16252: 
1.56      zhu      16253:    'Link Name:'
                   16254: => '连接的名字:',
                   16255: 
                   16256:    'Address:'
                   16257: => '地址:',
                   16258: 
1.18      zhu      16259:    'Link Name'
1.56      zhu      16260: => '连接的名字',
1.18      zhu      16261: 
                   16262:    'Address'
1.56      zhu      16263: => '地址',
1.18      zhu      16264: 
                   16265:    'Broadcast to Active Members'
1.27      zhu      16266: => '通知活跃的会员',
1.18      zhu      16267: 
1.19      zhu      16268:    'Thank you for your input!'
                   16269: => '非常感谢您的评估!',
                   16270: 
                   16271:    'Saving feedback: [_1]'
                   16272: => '保存到信息反馈: [_1]',
                   16273: 
                   16274:    'Logging first evaluation'
                   16275: => '登录到首次评估',
                   16276: 
                   16277:    '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.'
                   16278: => 'WYSIWYG 编辑器仅支持简单的 HTML,并且在许多情况下不适合复杂的创作。在一些情况下,它可能破坏复杂的创作及 LaTeX 和脚本函数的调用。',
                   16279: 
                   16280:    'Special Admin Options'
                   16281: => '特别管理选项',
                   16282: 
                   16283:    'Discussion postings'
                   16284: => '讨论帖子',
                   16285: 
1.22      zhu      16286:    'Currently using [_1] of the [_2] available.'
                   16287: => '目前使用 [_1] ,在 [_2] 可用中。',
                   16288: 
                   16289:    'Registering clickers: [_1]'
                   16290: => '注册的“遥控”号码为: [_1]',
                   16291: 
                   16292:    'New Broadcast Message'
                   16293: => '新的广播信息',
1.41      bisitz   16294: 
1.22      zhu      16295:    'Send a broadcast message to members of this Course and/or other users.'
                   16296: => '发送广播信息给这门课程的成员和/或其他用户。',
1.41      bisitz   16297: 
1.22      zhu      16298:    'New Messages from File'
                   16299: => '从文件生成新邮件',
                   16300: 
                   16301:    'Send copy to permanent e-mail address (if known)'
1.41      bisitz   16302: => '发送一份副本给外部电子邮件(如果有的话)',
1.19      zhu      16303: 
1.22      zhu      16304:    'Require return receipt?'
                   16305: => '回执确认?',
1.18      zhu      16306: 
1.26      zhu      16307:    'Message Administration'
                   16308: => '邮件管理',
                   16309: 
                   16310:    'Message Log for Selected Users'
                   16311: => '选定用户的邮件日志',
                   16312: 
1.28      zhu      16313:    'New Document'
                   16314: => '新文档',
                   16315: 
                   16316:   'Bcc: course members with current access'
                   16317: => '密送:当前访问的课程参加者',
                   16318: 
1.55      zhu      16319:    'Tools:'
                   16320: => '工具:',
                   16321: 
                   16322:    'Upload PDF Form'
                   16323: => '上传PDF格式文档',
                   16324: 
                   16325:    'Upload a PDF Form with filled Form Fields'
                   16326: => '上传带有填写表格字段的PDF格式文档',
                   16327: 
                   16328:    'Please choose a PDF-File.'
                   16329: => '请选择一个PDF文件。',
                   16330: 
                   16331:    "Can't find any valid PDF formfields."
                   16332: => '找不到任何有效的PDF格式文档 。',
                   16333: 
                   16334:    'Results of PDF Form problems'
                   16335: => 'PDF格式习题答案',
                   16336: 
1.56      zhu      16337:    'Published Documents'
                   16338: => '公开文件',
                   16339: 
1.63      zhu      16340: 
                   16341:    ''
                   16342: => '',
                   16343: 
                   16344: 
1.6       bisitz   16345: #SYNCMARKER
                   16346: );
                   16347: 
                   16348: 1;
                   16349: 

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