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

1.6       bisitz      1: # The LearningOnline Network with CAPA
                      2: # Chinese Simplified Localization Lexicon
                      3: #
1.122   ! bisitz      4: # $Id: zh.pm,v 1.121 2014/01/15 14:46:30 bisitz Exp $
1.6       bisitz      5: #
                      6: # Copyright Michigan State University Board of Trustees
                      7: #
                      8: # This file is part of the LearningOnline Network with CAPA (LON-CAPA).
                      9: #
                     10: # LON-CAPA is free software; you can redistribute it and/or modify
                     11: # it under the terms of the GNU General Public License as published by
                     12: # the Free Software Foundation; either version 2 of the License, or
                     13: # (at your option) any later version.
                     14: #
                     15: # LON-CAPA is distributed in the hope that it will be useful,
                     16: # but WITHOUT ANY WARRANTY; without even the implied warranty of
                     17: # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
                     18: # GNU General Public License for more details.
                     19: #
                     20: # You should have received a copy of the GNU General Public License
                     21: # along with LON-CAPA; if not, write to the Free Software
                     22: # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
                     23: #
                     24: # /home/httpd/html/adm/gpl.txt
                     25: #
                     26: # http://www.lon-capa.org/
                     27: #
                     28: ######################################################################
                     29: ######################################################################
                     30: 
                     31: 
                     32: package Apache::localize::zh;
                     33: use base qw(Apache::localize);
                     34: 
                     35: %Lexicon=('_AUTO' => 1,
                     36: 'char_encoding'=> 'UTF-8',
                     37: 'language_code'=> 'zh',
                     38: 'lang_locale' => 'zh-cn.utf8',
1.79      bisitz     39: 'date_locale'  =>
1.9       zhu        40:       '$weekday, $day. $month $year, $twentyfour:$minutes:$seconds',
1.6       bisitz     41: 'date_months'  => '一月,二月,三月,四月,五月,六月,七月,八月,九月,十月,十一月,十二月',
                     42: 'date_days'    => '星期日,星期一,星期二,星期三,星期四,星期五,星期六',
                     43: 'date_am' => '上午',
                     44: 'date_pm' => '下午',
                     45: 'htmlarea_lang' => 'zh-cn',
                     46: 
                     47:    'Domain'
                     48: => '领域',
                     49: 
                     50:    'Domain:'
                     51: => '领域:',
                     52: 
                     53:    'Server'
1.7       zhu        54: => '服务器',
1.6       bisitz     55: 
                     56:    'Server Load'
1.7       zhu        57: => '服务器负载',
1.6       bisitz     58: 
                     59:    'User Load'
1.7       zhu        60: => '用户负载',
1.6       bisitz     61: 
                     62:    'Help'
                     63: => '帮助',
                     64: 
                     65:    'Log in'
                     66: => '登录',
                     67: 
                     68:    'Log-in to LON-CAPA'
                     69: => '登录 LON-CAPA',
                     70: 
                     71:    'Username'
                     72: => '用户名',
                     73: 
                     74:    'Password'
                     75: => '密码',
                     76: 
                     77:    'choose'
1.10      zhu        78: => '选择',
1.6       bisitz     79: 
                     80:    'enter'
1.12      zhu        81: => '进入',
1.6       bisitz     82: 
                     83:    'view'
1.93      raeburn    84: => 'view',
1.6       bisitz     85: 
                     86:    'calendar'
1.10      zhu        87: => '日历',
1.6       bisitz     88: 
                     89:    'prefer-'
1.93      raeburn    90: => 'prefer-',
1.6       bisitz     91: 
                     92:    'ences'
1.93      raeburn    93: => 'ences',
1.6       bisitz     94: 
                     95:    'role'
1.10      zhu        96: => '角色',
1.6       bisitz     97: 
                     98:    'course'
1.10      zhu        99: => '课程',
1.6       bisitz    100: 
                    101:    'Course'
1.10      zhu       102: => '课程',
1.6       bisitz    103: 
                    104:    'Section/Group'
1.10      zhu       105: => '科/组',
1.6       bisitz    106: 
                    107:    'today'
1.10      zhu       108: => '今日',
1.6       bisitz    109: 
                    110:    'last week'
1.10      zhu       111: => '上周',
1.6       bisitz    112: 
                    113:    'last month'
1.10      zhu       114: => '上个月',
1.6       bisitz    115: 
                    116:    'last three months'
1.10      zhu       117: => '过去3个月',
1.6       bisitz    118: 
                    119:    'last six months'
1.10      zhu       120: => '过去6个月',
1.6       bisitz    121: 
                    122:    'last year'
1.10      zhu       123: => '去年',
1.6       bisitz    124: 
                    125:    'Submit'
1.10      zhu       126: => '提交',
1.6       bisitz    127: 
                    128:    'Rename'
                    129: => '重命名',
                    130: 
                    131:    'Save'
                    132: => '保存',
                    133: 
                    134:    'Save All'
1.9       zhu       135: => '全部保存',
1.6       bisitz    136: 
                    137:    'Done'
1.10      zhu       138: => '完成',
1.6       bisitz    139: 
                    140:    'Select User'
                    141: => '选择用户',
                    142: 
                    143:    'Select Course'
                    144: => '选择课程',
                    145: 
                    146:    'Changes will become active for your current session after'
1.93      raeburn   147: => 'Changes will become active for your current session after',
1.6       bisitz    148: 
                    149:    're-initializing course'
1.10      zhu       150: => '课程重新初始化',
1.6       bisitz    151: 
                    152:    ', or the next time you log in.'
1.12      zhu       153: => ',或在您下次登录。',
1.6       bisitz    154: 
                    155:    'Uploaded Document'
1.10      zhu       156: => '上传文件',
1.6       bisitz    157: 
                    158:    'No content modifications yet.'
1.12      zhu       159: => '还没有修改任何内容。',
1.6       bisitz    160: 
                    161:    'Part is not open to be viewed. It'
1.93      raeburn   162: => 'Part is not open to be viewed. It',
1.6       bisitz    163: 
                    164:    'Unable to determine if this resource is open due to network problems. Please try again later.'
1.93      raeburn   165: => 'Unable to determine if this resource is open due to network problems. Please try again later.',
1.6       bisitz    166: 
                    167:    'Note: it can take up to 10 minutes for changes to take effect for all users.'
1.10      zhu       168: => '注意:所有用户更改生效可能需要10分钟。',
1.6       bisitz    169: 
                    170:    'Language'
                    171: => '语言',
                    172: 
                    173:    'Notes'
1.10      zhu       174: => '注释',
1.6       bisitz    175: 
                    176:    'Abstract'
1.10      zhu       177: => '摘要',
1.41      bisitz    178: 
1.6       bisitz    179:    'Create a user or modify the roles and privileges of a user'
1.10      zhu       180: => '创建或修改用户的角色和权限',
1.6       bisitz    181: 
                    182:    'View course assessment statistics'
1.26      zhu       183: => '查看课程评估统计',
1.6       bisitz    184: 
                    185:    'Set deadlines and other assessment parameters, as well as modify course environment'
1.10      zhu       186: => '设置最后期限和其他评估参数,以及修改课程环境',
1.6       bisitz    187: 
                    188:    'New Folder'
                    189: => '新建文件夹',
                    190: 
                    191:    'Simple Page'
                    192: => '简单的页面',
                    193: 
                    194:    'Simple Problem'
                    195: => '简单的问题',
                    196: 
                    197:    'Upload Document'
                    198: => '上传文件',
                    199: 
                    200:    'Search'
                    201: => '搜索',
                    202: 
                    203:    'Import'
                    204: => '导入',
                    205: 
                    206:    'Main Course Documents'
                    207: => '主要课程文件',
                    208: 
                    209:    'Supplemental Course Documents'
                    210: => '附加的课程文件',
                    211: 
1.112     bisitz    212:    'Discussion Board'
1.6       bisitz    213: => '公告板',
                    214: 
1.67      bisitz    215:    'Published Resources'
1.70      zhu       216: => '发布的资源',
1.67      bisitz    217: 
1.6       bisitz    218:    'Special Documents'
                    219: => '特别文件',
                    220: 
                    221:    'Special documents'
                    222: => '特别文件',
                    223: 
1.68      bisitz    224:    'Document'
1.70      zhu       225: => '文件',
1.68      bisitz    226: 
                    227:    'Settings'
1.70      zhu       228: => '设置',
1.68      bisitz    229: 
1.6       bisitz    230:    'create'
1.10      zhu       231: => '创建',
1.6       bisitz    232: 
                    233:    'grades'
1.10      zhu       234: => '评估',
1.6       bisitz    235: 
                    236:    'commu-'
1.70      zhu       237: => 'commu-',
1.6       bisitz    238: 
                    239:    'nication'
1.70      zhu       240: => 'nication',
1.6       bisitz    241: 
                    242:    'enroll'
1.10      zhu       243: => '记录',
1.6       bisitz    244: 
                    245:    'navigate'
1.70      zhu       246: => '目录',
1.6       bisitz    247: 
                    248:    'contents'
1.70      zhu       249: => '导航',
1.6       bisitz    250: 
                    251:    'Navigate Contents'
                    252: => '浏览目录',
                    253: 
                    254:    'Announcements and Calendar'
                    255: => '注意事项和日历',
                    256: 
                    257:    'Author'
1.10      zhu       258: => '作者',
1.6       bisitz    259: 
                    260:    'Change Your Preferences'
1.10      zhu       261: => '更改用户首选项',
1.6       bisitz    262: 
                    263:    'Choose the user role'
                    264: => '更换用户角色',
                    265: 
                    266:    'Co-Author'
1.10      zhu       267: => '合著者',
1.6       bisitz    268: 
1.54      bisitz    269:    'Co-Author [_1]'
1.51      bisitz    270: => '合著者 [_1]',
1.34      bisitz    271: 
1.6       bisitz    272:    'Communication and Messages'
1.10      zhu       273: => '通信与信息',
1.6       bisitz    274: 
                    275:    'Course Coordinator'
                    276: => '课程组织者',
                    277: 
                    278:    'Course Statistics and Charts'
1.10      zhu       279: => '课程统计和图表',
1.6       bisitz    280: 
                    281:    'Course announcements and my calendar'
                    282: => '注意事项和日历',
                    283: 
                    284:    'Course Announcements'
1.10      zhu       285: => '课程公告',
1.6       bisitz    286: 
                    287:    'Create Users, Change User Privileges'
1.93      raeburn   288: => 'Create Users, Change User Privileges',
1.6       bisitz    289: 
                    290:    'Domain Coordinator'
1.93      raeburn   291: => 'Domain Coordinator',
1.6       bisitz    292: 
                    293:    'Enrollment Manager'
1.93      raeburn   294: => 'Enrollment Manager',
1.6       bisitz    295: 
                    296:    'Enter grades from check-out assessment resources'
1.93      raeburn   297: => 'Enter grades from check-out assessment resources',
1.6       bisitz    298: 
                    299:    'Exam Proctor'
1.27      zhu       300: => '监考人员',
1.6       bisitz    301: 
                    302:    'Exit LON-CAPA'
                    303: => '退出',
                    304: 
                    305:    'Grades Spreadsheet'
1.27      zhu       306: => '等级表',
1.6       bisitz    307: 
                    308:    'Grading'
1.27      zhu       309: => '评估',
1.6       bisitz    310: 
                    311:    'Instructor'
1.27      zhu       312: => '讲师',
1.6       bisitz    313: 
                    314:    'Launch Remote Control'
                    315: => '激活远程控制',
                    316: 
                    317:    'Main Menu'
                    318: => '主菜单',
                    319: 
                    320:    'Navigate Course Contents'
                    321: => '浏览目录',
                    322: 
                    323:    'No Role, Cumulative Privileges'
1.56      zhu       324: => '没有角色,增加特权',
1.6       bisitz    325: 
                    326:    'Return to Last Location'
                    327: => '回到最后的位置',
                    328: 
                    329:    'Send and receive messages'
                    330: =>'发送和接收邮件',
                    331: 
1.26      zhu       332:    'Send and Receive Messages'
                    333: =>'发送和接收邮件',
                    334: 
1.6       bisitz    335:    'Set my user preferences'
                    336: => '用户设置',
                    337: 
                    338:    'Student'
                    339: => '学生',
                    340: 
                    341:    'Student: '
                    342: => '学生:',
                    343: 
                    344:    'Switch to another user role'
                    345: => '更换用户角色',
                    346: 
                    347:    'Teaching Assistant'
1.9       zhu       348: => '教学助理',
1.6       bisitz    349: 
                    350:    'Use or edit my bookmark collection'
                    351: => '书签收藏',
                    352: 
                    353:    'User Roles'
                    354: => '用户角色',
                    355: 
                    356:    'Calculate course grades (Spreadsheet)'
1.93      raeburn   357: => 'Calculate course grades (Spreadsheet)',
1.6       bisitz    358: 
1.22      zhu       359:    'Enter the chat room for the course'
1.6       bisitz    360: => '课程聊天室',
                    361: 
                    362:    'Navigate the table of contents for this course'
                    363: => '课程目录',
                    364: 
                    365:    'Syllabus'
                    366: => '课程表',
                    367: 
                    368:    'Course syllabus'
                    369: => '课程教学大纲',
                    370: 
                    371:    'View the course assessment progress chart'
                    372: => '察看课程评估进展图表',
                    373: 
                    374:    'Class Hours'
1.63      zhu       375: => '课时',
1.6       bisitz    376: 
                    377:    'Coursepack'
1.63      zhu       378: => '课外书',
1.6       bisitz    379: 
                    380:    'Current Month'
                    381: => '这个月',
                    382: 
                    383:    'Deadlines'
1.63      zhu       384: => '截止日期',
1.6       bisitz    385: 
                    386:    'Grading Information'
1.63      zhu       387: => '评估信息',
1.6       bisitz    388: 
                    389:    'Helproom Hours'
                    390: => '帮助',
                    391: 
                    392:    'Instructor Information'
1.27      zhu       393: => '讲师信息',
1.6       bisitz    394: 
                    395:    'Next Month'
                    396: => '下个月',
                    397: 
                    398:    'Office Hours'
1.27      zhu       399: => '办公时间',
1.6       bisitz    400: 
                    401:    'Prerequisites'
1.27      zhu       402: => '必要条件',
1.6       bisitz    403: 
                    404:    'Previous Month'
                    405: => '上个月',
                    406: 
                    407:    'Readings'
1.27      zhu       408: => '材料',
1.6       bisitz    409: 
                    410:    'Mon'
                    411: => '星期一',
                    412: 
                    413:   'Tue'
                    414: => '星期二',
                    415: 
                    416:    'Wed'
                    417: => '星期三',
                    418: 
                    419:    'Thu'
                    420: => '星期四',
                    421: 
                    422:    'Fri'
                    423: => '星期五',
                    424: 
                    425:    'Sat'
                    426: => '星期六',
                    427: 
                    428:    'Sun'
                    429: => '星期日',
                    430: 
                    431:    'January'
                    432: => '一月',
                    433: 
                    434:    'February'
                    435: => '二月',
                    436: 
                    437:    'March'
                    438: => '三月',
                    439: 
                    440:    'April'
                    441: => '四月',
                    442: 
                    443:    'May'
                    444: => '五月',
                    445: 
                    446:    'June'
                    447: => '六月',
                    448: 
                    449:    'July'
                    450: => '七月',
                    451: 
                    452:    'August'
                    453: => '八月',
                    454: 
                    455:    'September'
                    456: => '九月',
                    457: 
                    458:    'October'
                    459: => '十月',
                    460: 
                    461:    'November'
                    462: => '十一月',
                    463: 
                    464:    'December'
                    465: => '十二月',
                    466: 
                    467:    'Textbook'
1.63      zhu       468: => '教材',
1.6       bisitz    469: 
                    470:     'Web Links'
1.63      zhu       471: => '网站链接',
1.6       bisitz    472: 
                    473:    'Drop/Add students in this course'
1.63      zhu       474: => '在该课程移除/添加学生',
1.6       bisitz    475: 
                    476:    'A score has been assigned.'
1.93      raeburn   477: => 'A score has been assigned.',
1.6       bisitz    478: 
                    479:    'Some parts were not submitted.'
1.93      raeburn   480: => 'Some parts were not submitted.',
1.6       bisitz    481: 
                    482:    'Due'
1.93      raeburn   483: => 'Due',
1.6       bisitz    484: 
                    485:    'The filetype extension of the file you uploaded is not allowed.'
1.93      raeburn   486: => 'The filetype extension of the file you uploaded is not allowed.',
1.6       bisitz    487: 
                    488:    'Units incorrect.'
1.18      zhu       489: => '单位不正确的。',
1.6       bisitz    490: 
                    491:    'Only a number required.'
1.93      raeburn   492: => '只允许一个数字。Only a number required.',
1.6       bisitz    493: 
                    494:    'Units required'
1.18      zhu       495: => '要求单位',
1.6       bisitz    496: 
                    497:    'Tries'
1.18      zhu       498: => '尝试',
1.6       bisitz    499: 
                    500:    'Submit Answer'
1.18      zhu       501: => '提交答案',
1.6       bisitz    502: 
                    503:    'Prepare a printable document'
1.26      zhu       504: => '打印',
1.6       bisitz    505: 
                    506:    'Go To My First Homework Problem'
1.18      zhu       507: => '转到我的第一次作业问题',
1.6       bisitz    508: 
                    509:    'Cancel'
1.9       zhu       510: => '取消',
1.6       bisitz    511: 
                    512:    'Discussions'
1.9       zhu       513: => '讨论',
1.6       bisitz    514: 
                    515:    'New discussion since'
1.93      raeburn   516: => 'New discussion since',
1.6       bisitz    517: 
                    518:    'New message (click to open)'
1.18      zhu       519: => '新邮件 (点击查看)',
1.6       bisitz    520: 
                    521:    'Close all folders'
1.9       zhu       522: => '关闭所有文件夹',
1.6       bisitz    523: 
                    524:    'Open all folders'
1.9       zhu       525: => '打开所有文件夹',
1.6       bisitz    526: 
                    527:    'Goodbye'
1.9       zhu       528: => '再见',
1.6       bisitz    529: 
                    530:    'Select'
                    531: => '选择',
                    532: 
                    533:    'Re-Initialize'
1.9       zhu       534: => '重新初始化',
1.6       bisitz    535: 
                    536:    'Currently selected.'
1.9       zhu       537: => '目前选定的。',
1.6       bisitz    538: 
                    539:    'Switch Server'
1.18      zhu       540: => '选择服务器',
1.6       bisitz    541: 
                    542:    'system wide'
1.93      raeburn   543: => '全系统的',
1.6       bisitz    544: 
                    545:    'Currently not available'
1.18      zhu       546: => '目前无法使用',
1.6       bisitz    547: 
                    548:    'No role specified'
1.9       zhu       549: => '没有具体的角色',
1.6       bisitz    550: 
                    551:    'Remark'
1.10      zhu       552: => '注释',
1.6       bisitz    553: 
                    554:    'Extent'
1.10      zhu       555: => '领域',
1.6       bisitz    556: 
                    557:    'Current Privileges'
1.10      zhu       558: => '当前权限',
1.6       bisitz    559: 
                    560:    'User Role'
                    561: => '用户角色',
                    562: 
                    563:    'Start'
1.10      zhu       564: => '开始',
1.6       bisitz    565: 
                    566:    'End'
1.10      zhu       567: => '结束',
1.6       bisitz    568: 
                    569:    'System'
1.10      zhu       570: => '系统',
1.6       bisitz    571: 
                    572:    'Display'
1.10      zhu       573: => '显示',
1.6       bisitz    574: 
                    575:    'Display:'
1.10      zhu       576: => '显示:',
1.6       bisitz    577: 
                    578:    'Do not display'
1.10      zhu       579: => '不显示',
1.6       bisitz    580: 
                    581:    "an unknown date"
1.18      zhu       582: => '日期不详', # !
1.6       bisitz    583: 
                    584:    "an indeterminate date"
1.18      zhu       585: => '无限期',
1.6       bisitz    586: 
1.121     bisitz    587:    'will open on [_1]'
                    588: => '开放于 [_1]',
1.6       bisitz    589: 
1.121     bisitz    590:    'is due at [_1]'
                    591: => 'is due at [_1]',
1.6       bisitz    592: 
1.121     bisitz    593:    'was due on [_1], and answers will be available on [_2]'
                    594: => 'was due on [_1], and answers will be available on [_2]',
1.6       bisitz    595: 
                    596:    'is closed but you are allowed to view it'
1.93      raeburn   597: => "is closed but you are allowed to view it",
1.6       bisitz    598: 
                    599:    "Undid changes, Switched [_1] and [_2]"
1.93      raeburn   600: => "Undid changes, Switched [_1] and [_2]",
1.6       bisitz    601: 
                    602:    "Unable to undo, unable to switch [_1] and [_2]"
1.93      raeburn   603: => "Unable to undo, unable to switch [_1] and [_2]",
1.6       bisitz    604: 
                    605:    "Unable to make backup [_1]"
1.93      raeburn   606: => "Unable to make backup [_1]",
1.6       bisitz    607: 
                    608:    "Saving Modifications to [_1]"
1.93      raeburn   609: => "Saving Modifications to [_1]",
1.6       bisitz    610: 
                    611:    "Unable to write to [_1]"
1.93      raeburn   612: => "Unable to write to [_1]",
1.6       bisitz    613: 
                    614:    "Analyzing a problem"
1.93      raeburn   615: => "Analyzing a problem",
1.6       bisitz    616: 
                    617:    "EditXML"
1.93      raeburn   618: => "EditXML",
1.6       bisitz    619: 
                    620:    'Discard Edits and View'
1.93      raeburn   621: => 'Discard Edits and View',
1.6       bisitz    622: 
                    623:    'Submit Changes'
1.93      raeburn   624: => 'Submit Changes',
1.6       bisitz    625: 
                    626:    'Submit Changes and View'
1.93      raeburn   627: => 'Submit Changes and View',
1.6       bisitz    628: 
                    629:    'Edit'
                    630: => '编辑',
                    631: 
                    632:    ', select a template from the pull-down menu below'
1.93      raeburn   633: => ', select a template from the pull-down menu below',
1.6       bisitz    634: 
                    635:    'undo'
1.93      raeburn   636: => 'undo',
1.6       bisitz    637: 
                    638:    'Answer'
1.93      raeburn   639: => 'Answer',
1.6       bisitz    640: 
                    641:    'Frequency'
1.93      raeburn   642: => 'Frequency',
1.6       bisitz    643: 
                    644:    'You did not select a template.'
1.93      raeburn   645: => 'You did not select a template.',
1.6       bisitz    646: 
                    647:    'Analyze Progress'
1.93      raeburn   648: => 'Analyze Progress',
1.6       bisitz    649: 
                    650:    'Getting Problem Variants'
1.93      raeburn   651: => 'Getting Problem Variants',
1.6       bisitz    652: 
                    653:    'last problem'
1.93      raeburn   654: => 'last problem',
1.6       bisitz    655: 
                    656:    "may open later."
1.93      raeburn   657: => 'may open later.',
1.6       bisitz    658: 
                    659:    "Select a"
1.93      raeburn   660: => "Select a",
1.6       bisitz    661: 
                    662:    'Part'
1.27      zhu       663: => '部分',
1.6       bisitz    664: 
                    665:    "Then"
1.93      raeburn   666: => 'Then',
1.6       bisitz    667: 
                    668:    'is in under construction'
1.93      raeburn   669: => 'is in under construction',
1.6       bisitz    670: 
                    671:    'List of possible answers'
1.93      raeburn   672: => 'List of possible answers',
1.6       bisitz    673: 
                    674:    'Found no analyzable parts in this problem, currently only Numerical, Formula and String response styles are supported.'
1.93      raeburn   675: => 'Found no analyzable parts in this problem, currently only Numerical, Formula and String response styles are supported.',
1.6       bisitz    676: 
1.32      bisitz    677:    'Response [_1] is not analyzable at this time'  #    'is not analyzable at this time'
1.96      raeburn   678: => 'Response [_1] is not analyzable at this time',  #   '目前没有可分析性',
1.6       bisitz    679: 
                    680:    'Title'
                    681: => '标题',
1.10      zhu       682: 
1.6       bisitz    683:    'Path'
1.93      raeburn   684: => 'Path',
1.6       bisitz    685: 
                    686:    'New Search'
1.9       zhu       687: => '重新搜索',
1.6       bisitz    688: 
                    689:    'Go Back'
                    690: => '后退',
                    691: 
                    692:    'Go back'
                    693: => '后退',
                    694: 
                    695:    'File'
                    696: => '文件',
                    697: 
                    698:    'Date'
                    699: => '日期',
                    700: 
                    701:    'You have no unread messages'
1.10      zhu       702: => '您没有未读邮件',
1.41      bisitz    703: 
1.10      zhu       704:    'New Message'
                    705: => '新邮件',
1.6       bisitz    706: 
                    707:    'New Messages'
1.10      zhu       708: => '新邮件',
1.6       bisitz    709: 
                    710:    'View All Messages'
1.10      zhu       711: => '查看所有邮件',
1.6       bisitz    712: 
                    713:    'Map'
1.10      zhu       714: => '课程内容',
1.6       bisitz    715: 
                    716:    'Page'
1.10      zhu       717: => '页',
1.6       bisitz    718: 
1.86      bisitz    719:    'Page:'
                    720: => '页:',
                    721: 
1.6       bisitz    722:    'Sequence'
1.10      zhu       723: => '顺序',
1.6       bisitz    724: 
                    725:    'Map contents are not shown in order.'
1.10      zhu       726: => '课程内容不排序显示。',
1.6       bisitz    727: 
                    728:    'Empty'
1.10      zhu       729: => '空的',
1.6       bisitz    730: 
                    731:    'File [_1] could not be copied.'
1.10      zhu       732: => '文件 [_1] 无法复制。',
1.6       bisitz    733: 
                    734:    'Back to Directory'
1.10      zhu       735: => '返回文件夹',
1.6       bisitz    736: 
                    737:    'No upload file specified.'
1.10      zhu       738: => '没有上传指定的文件。',
1.6       bisitz    739: 
                    740:    'The target is an existing directory.'
1.10      zhu       741: => '目标在一个现有的目录中。',
1.6       bisitz    742: 
                    743:    'Please use browser "Back" button and pick a filename'
1.93      raeburn   744: => 'Please use browser "Back" button and pick a filename',
1.6       bisitz    745: 
                    746:    "You do not have authoring privileges for this resource"
1.93      raeburn   747: => "You do not have authoring privileges for this resource",
1.6       bisitz    748: 
                    749:    'Copying file'
1.10      zhu       750: => '复制文件',
1.6       bisitz    751: 
                    752:    'No write permission to user directory, FAIL'
1.10      zhu       753: => '没有权限写入这个目录。中断',
1.6       bisitz    754: 
                    755:    'Actions'
1.43      bisitz    756: => '动作', # '行动',
1.6       bisitz    757: 
                    758:    'Name'
1.10      zhu       759: => '名字',
1.6       bisitz    760: 
                    761:    'Status'
1.10      zhu       762: => '状态',
1.6       bisitz    763: 
                    764:    'Last Modified'
1.10      zhu       765: => '最后修改',
1.6       bisitz    766: 
                    767:    'Yes'
1.10      zhu       768: => '是',
1.6       bisitz    769: 
1.118     bisitz    770:    'Authoring Space Directory'
                    771: => 'Authoring Space Directory', # '建设目录',
1.6       bisitz    772: 
                    773:    'Contact [_1] for access.'
1.10      zhu       774: => '获取 [_1] 联系。',
1.6       bisitz    775: 
                    776:    'Please log into [_1] to edit.'
1.10      zhu       777: => '请登入 [_1] 进行修改。',
1.6       bisitz    778: 
                    779:    'Save uploaded file as [_1]'
1.10      zhu       780: => '保存上传的文件为 [_1]',
1.6       bisitz    781: 
                    782:    'Searching'
1.10      zhu       783: => '搜索',
1.6       bisitz    784: 
                    785:    'Searching ...'
1.10      zhu       786: => '搜索...',
1.6       bisitz    787: 
                    788:    'Owner:Domain'
1.10      zhu       789: => '所有者:域',
1.6       bisitz    790: 
                    791:    'Owner/Co-owner(s)'
1.10      zhu       792: => '所有者/合伙人',
1.6       bisitz    793: 
1.118     bisitz    794:    'Select the Authoring Space'
                    795: => 'Select the Authoring Space', # '选择建设领域',
1.6       bisitz    796: 
                    797:    'It is recommended that you use an up-to-date virus scanner before handling this file.'
1.93      raeburn   798: => 'It is recommended that you use an up-to-date virus scanner before handling this file.',
1.6       bisitz    799: 
                    800:    'not displayed'
1.10      zhu       801: => '不显示',
1.6       bisitz    802: 
                    803:    "Open, no due date"
1.10      zhu       804: => "开放的,没有截止日期",
1.6       bisitz    805: 
                    806:    "Uncompleted Homework"
1.10      zhu       807: => "未完成家庭作业",
1.6       bisitz    808: 
                    809:    "Show Only Uncompleted Homework"
1.10      zhu       810: => "只显示未完成家庭作业",
1.6       bisitz    811: 
                    812:    "All homework is currently completed."
1.10      zhu       813: => "目前所有完成的功课。",
1.6       bisitz    814: 
                    815:    'This course is empty.'
1.10      zhu       816: => '这课程是空的。',
1.6       bisitz    817: 
                    818:    'Coursemap undefined.'
1.10      zhu       819: => '课程内容没有定义。',
1.6       bisitz    820: 
                    821:    "Was due"
1.10      zhu       822: => "截止于",
1.6       bisitz    823: 
                    824:    "Answer available"
1.10      zhu       825: => "答案可用",
1.6       bisitz    826: 
                    827:    "Excused by instructor"
1.10      zhu       828: => "由讲师通过",
1.6       bisitz    829: 
                    830:    "Answer submitted, not yet graded"
1.10      zhu       831: => "提交答案,尚未评分",
1.6       bisitz    832: 
                    833:    "No due date"
1.10      zhu       834: => "没有截止日期",
1.6       bisitz    835: 
                    836:    'never'
1.10      zhu       837: => '从来不',
1.6       bisitz    838: 
                    839:    'Answer submitted'
1.10      zhu       840: => '提交答案',
1.6       bisitz    841: 
                    842:    '[_1] of [_2] tries used'
1.10      zhu       843: => '[_1] 的 [_2] 尝试使用',
1.6       bisitz    844: 
                    845:    'Processing'
1.18      zhu       846: => '数据处理',
1.6       bisitz    847: 
                    848:    'Access and Usage Statistics'
1.18      zhu       849: => '访问和使用统计',
1.6       bisitz    850: 
                    851:    'Evaluation Comments'
1.18      zhu       852: => '评价评论',
1.6       bisitz    853: 
                    854:    'Evaluation Data'
1.18      zhu       855: => '评价数据',
1.6       bisitz    856: 
                    857:    'Server Administration'
1.18      zhu       858: => '服务器管理',
1.6       bisitz    859: 
                    860:    'System Administration'
1.18      zhu       861: => '系统管理',
1.6       bisitz    862: 
                    863:    'Users with Roles Assigned by'
1.93      raeburn   864: => 'Users with Roles Assigned by',
1.6       bisitz    865: 
                    866:    'Name starting with'
1.70      zhu       867: => '从开头',
1.6       bisitz    868: 
                    869:    'This resource has been marked obsolete by the author(s)'
1.93      raeburn   870: => 'This resource has been marked obsolete by the author(s)',
1.6       bisitz    871: 
1.19      zhu       872:    'Upload'
                    873: => '上传',
                    874: 
1.6       bisitz    875:    'Uploaded'
1.19      zhu       876: => '已上传',
1.6       bisitz    877: 
                    878:    'Dynamic Metadata'
1.19      zhu       879: => '动态数据',
1.6       bisitz    880: 
                    881:    'View file'
1.10      zhu       882: => '查看文件',
1.6       bisitz    883: 
                    884:    'Illegal filename.'
1.10      zhu       885: => '无效的文件名。',
1.6       bisitz    886: 
                    887:    'Rule'
1.10      zhu       888: => '规则',
1.6       bisitz    889: 
                    890:    'Back to Source Directory'
1.10      zhu       891: => '回到源目录',
1.6       bisitz    892: 
                    893:    'Back to Source'
1.10      zhu       894: => '回到源文件',
1.6       bisitz    895: 
1.75      bisitz    896:    'Back to Resource'
1.93      raeburn   897: => 'Back to Resource', # '回到资源',
1.75      bisitz    898: 
1.6       bisitz    899:    'File copied.'
1.10      zhu       900: => '档案复制。',
1.6       bisitz    901: 
                    902:    'FAIL'
1.10      zhu       903: => '中断',
1.6       bisitz    904: 
                    905:    'Back to [_1]'
1.10      zhu       906: => '回到 [_1]',
1.6       bisitz    907: 
                    908:    'untitled'
1.10      zhu       909: => '无标题',
1.6       bisitz    910: 
                    911:    'The extension on this file, [_1], is reserved internally by LON-CAPA.'
1.93      raeburn   912: => 'The extension on this file, [_1], is reserved internally by LON-CAPA.',
1.6       bisitz    913: 
                    914:    'The extension on this file is reserved internally by LON-CAPA.'
1.96      raeburn   915: => 'The extension on this file is reserved internally by LON-CAPA.',
1.6       bisitz    916: 
                    917:    'The extension on this file, [_1], is not recognized by LON-CAPA.'
1.99      raeburn   918: => 'The extension on this file, [_1], is not recognized by LON-CAPA.',
1.6       bisitz    919: 
                    920:    'The extension on this file is not recognized by LON-CAPA.'
1.93      raeburn   921: => 'The extension on this file is not recognized by LON-CAPA.',
1.6       bisitz    922: 
                    923:    'Please change the extension.'
1.93      raeburn   924: => 'Please change the extension.',
1.6       bisitz    925: 
                    926:    'Became this version on ...'
1.93      raeburn   927: => 'Became this version on ...',
1.6       bisitz    928: 
                    929:    'Browse published resources'
                    930: => '发布资源',
                    931: 
                    932:    'Choose the course to work on'
1.9       zhu       933: => '选择您想要选的课程',
1.6       bisitz    934: 
                    935:    'Create a new course'
                    936: => '创建课程',
                    937: 
1.79      bisitz    938:    'Customized right of use ...'
1.93      raeburn   939: => 'Customized right of use ...',
1.6       bisitz    940: 
1.112     bisitz    941:    'Delete messages from discussion boards'
                    942: => 'Delete messages from discussion boards',
1.6       bisitz    943: 
                    944:    'Domain only - use limited to courses in the domain'
1.93      raeburn   945: => 'Domain only - use limited to courses in the domain',
1.6       bisitz    946: 
                    947:    'Edit and view documents included in this course'
1.26      zhu       948: => '布置课程内容',
1.6       bisitz    949: 
                    950:    'Edit/Modify DOCS'
                    951: => '布置课程内容',
                    952: 
1.118     bisitz    953:    'Enter my Authoring Space'
                    954: => 'Enter my Authoring Space',
1.6       bisitz    955: 
                    956:    'Failed to copy source'
1.93      raeburn   957: => 'Failed to copy source',
1.6       bisitz    958: 
                    959:    'Failed to write metadata copy'
1.93      raeburn   960: => 'Failed to write metadata copy',
1.6       bisitz    961: 
                    962:    'Finalize Publication'
1.93      raeburn   963: => 'Finalize Publication',
1.6       bisitz    964: 
                    965:    'Grant/revoke role of Co-Author'
1.93      raeburn   966: => 'Grant/revoke role of Co-Author',
1.6       bisitz    967: 
                    968:    'Grant/revoke role of Domain Coordinator'
1.93      raeburn   969: => 'Grant/revoke role of Domain Coordinator',
1.6       bisitz    970: 
                    971:    'Grant/revoke role of Exam Proctor'
1.93      raeburn   972: => 'Grant/revoke role of Exam Proctor',
1.6       bisitz    973: 
                    974:    'Grant/revoke role of Instructor'
1.93      raeburn   975: => 'Grant/revoke role of Instructor',
1.6       bisitz    976: 
                    977:    'Grant/revoke role of Student'
1.93      raeburn   978: => 'Grant/revoke role of Student',
1.6       bisitz    979: 
                    980:    'Grant/revoke role of Superuser'
1.93      raeburn   981: => 'Grant/revoke role of Superuser',
1.6       bisitz    982: 
                    983:    'No previous versions published.'
1.93      raeburn   984: => 'No previous versions published.',
1.6       bisitz    985: 
                    986:    'No write permission to'
1.93      raeburn   987: => 'No write permission to',
1.6       bisitz    988: 
                    989:    'Please pick a version to retrieve:'
1.93      raeburn   990: => 'Please pick a version to retrieve:',
1.6       bisitz    991: 
                    992:    'Private - visible to author only for testing purposes'
1.93      raeburn   993: => 'Private - visible to author only for testing purposes',
1.6       bisitz    994: 
                    995: #   'Private Publication - did not synchronize database'
1.98      bisitz    996: #=> 'Private Publication - did not synchronize database',
1.6       bisitz    997: 
                    998:    'Public - no authentication or authorization required for use'
1.93      raeburn   999: => 'Public - no authentication or authorization required for use',
1.6       bisitz   1000: 
1.118     bisitz   1001:    'Retrieval of an old version will overwrite the file currently in Authoring Space.'
                   1002: => 'Retrieval of an old version will overwrite the file currently in Authoring Space.',
1.6       bisitz   1003: 
1.75      bisitz   1004:    'Retrieve selected Version'
1.93      raeburn  1005: => 'Retrieve selected Version',
1.75      bisitz   1006: 
                   1007:    'Retrieve previous version'
1.93      raeburn  1008: => 'Retrieve previous version',
1.75      bisitz   1009: 
1.6       bisitz   1010:    'Retrieve previous versions of [_1]'
1.93      raeburn  1011: => 'Retrieve previous versions of [_1]',
1.6       bisitz   1012: 
                   1013:    'Search the contents of this course'
1.18      zhu      1014: => '课程内容搜索',
1.6       bisitz   1015: 
                   1016:    'Search the database of published resources and accessible portfolio files'
                   1017: => '搜索数据库资源和文件夹',
                   1018: 
                   1019:    'Send broadcast and receipt-required email'
1.93      raeburn  1020: => 'Send broadcast and receipt-required email',
1.6       bisitz   1021: 
                   1022:    'Show Problem Completeness'
1.93      raeburn  1023: => 'Show Problem Completeness',
1.6       bisitz   1024: 
                   1025:    'Switch to another course'
1.93      raeburn  1026: => 'Switch to another course',
1.6       bisitz   1027: 
                   1028:    'System wide - can be used for any courses system wide'
1.18      zhu      1029: => '全系统-可用于全系统任何课程',
1.6       bisitz   1030: 
                   1031:    'The extension on this file'
1.93      raeburn  1032: => 'The extension on this file',
1.6       bisitz   1033: 
                   1034:    'Unsupported character combination [_1] in filename, FAIL.'
1.96      raeburn  1035: => 'Unsupported character combination [_1] in filename, FAIL.',
1.6       bisitz   1036: 
                   1037:    'No valid extension found in filename, FAIL'
1.99      raeburn  1038: => 'No valid extension found in filename, FAIL',
1.6       bisitz   1039: 
1.32      bisitz   1040:    'Filename of resource contains internal version number. Cannot publish such resources, FAIL'
1.93      raeburn  1041: => 'Filename of resource contains internal version number. Cannot publish such resources, FAIL',
1.6       bisitz   1042: 
                   1043:    'No valid custom distribution rights file specified, FAIL'
1.93      raeburn  1044: => 'No valid custom distribution rights file specified, FAIL',
1.6       bisitz   1045: 
                   1046:    'Could not write metadata, FAIL'
1.93      raeburn  1047: => 'Could not write metadata, FAIL',
1.6       bisitz   1048: 
                   1049:    'View documents included in this course'
                   1050: => '附加的课程文件',
                   1051: 
                   1052:    'Additional Keywords'
1.18      zhu      1053: => '其他关键字',
1.6       bisitz   1054: 
                   1055:    'Additional Metadata (non-standard, parameters, exports)'
1.18      zhu      1056: => '其他元数据 (没有标准化,参数,导出)',
1.6       bisitz   1057: 
                   1058:    'Author and Co-Author roles may not be available on servers other than your home server.'
1.18      zhu      1059: => '作者和共同作者的角色可能无法使用服务器上以外的其他家庭服务器。',
1.6       bisitz   1060: 
                   1061:    'Author(s)'
1.13      zhu      1062: => '作者',
1.6       bisitz   1063: 
                   1064:    'Average number of tries till solved'
1.18      zhu      1065: => '平均人数,尝试成功解答的',
1.6       bisitz   1066: 
                   1067:    'Browse Resources'
1.18      zhu      1068: => '浏览资源',
1.6       bisitz   1069: 
                   1070:    'Catalog Information'
1.18      zhu      1071: => '目录信息',
1.6       bisitz   1072: 
                   1073:    'Collapse Remote Control'
1.18      zhu      1074: => '禁用远程控制',
1.6       bisitz   1075: 
1.118     bisitz   1076:    'Authoring Space'
                   1077: => 'Authoring Space',
1.6       bisitz   1078: 
                   1079:    'Copied metadata'
1.18      zhu      1080: => '复制元数据',
1.6       bisitz   1081: 
                   1082:    'Copied source file'
1.18      zhu      1083: => '复制源文件',
1.6       bisitz   1084: 
                   1085:    'Copyright/Distribution'
1.18      zhu      1086: => '版权/权限',
1.6       bisitz   1087: 
                   1088:    'Copyright/Distribution:'
1.18      zhu      1089: => '版权/权限:',
1.6       bisitz   1090: 
                   1091:    'Course Documents'
                   1092: => '课程文件',
                   1093: 
                   1094:    'Creation Date'
1.18      zhu      1095: => '创建日期',
1.6       bisitz   1096: 
                   1097:    'Custom Distribution File'
1.18      zhu      1098: => '自定义文件访问权限',
1.6       bisitz   1099: 
                   1100:    'Degree of difficulty'
1.18      zhu      1101: => '难度',
1.6       bisitz   1102: 
1.118     bisitz   1103:    'Copy Course Content to Authoring Space'
                   1104: => 'Copy Course Content to Authoring Space',
1.6       bisitz   1105: 
1.118     bisitz   1106:    'Copying content to Authoring Space requires switching server.'
                   1107: => 'Copying content to Authoring Space requires switching server.',
1.6       bisitz   1108: 
                   1109:    'Entering course ...'
1.9       zhu      1110: => '进入课程...',
1.6       bisitz   1111: 
                   1112:    'Exam Information'
1.12      zhu      1113: => '考试信息',
1.6       bisitz   1114: 
                   1115:    'External Resource'
                   1116: => '外部资源',
                   1117: 
                   1118:    'Generate new role ...'
1.12      zhu      1119: => '创建新的角色...',
1.6       bisitz   1120: 
                   1121:    'Go to the next resource in the course sequence'
1.26      zhu      1122: => '前进',
1.6       bisitz   1123: 
                   1124:    'Go to the previous resource in the course sequence'
1.26      zhu      1125: => '后退',
1.6       bisitz   1126: 
                   1127:    'Import a published document'
1.12      zhu      1128: => '导入出版文件',
1.6       bisitz   1129: 
                   1130:    'Keyword(s)'
1.12      zhu      1131: => '密码',
1.6       bisitz   1132: 
                   1133:    'Logged Out'
1.9       zhu      1134: => '登出',
1.6       bisitz   1135: 
                   1136:    'MIME Type'
1.12      zhu      1137: => 'MIME类型',
1.6       bisitz   1138: 
                   1139:    'Make notes and annotations about this resource'
1.26      zhu      1140: => '备忘录',
1.6       bisitz   1141: 
                   1142:    'The material is covered with sufficient depth'
1.18      zhu      1143: => '这些主题包含有足够的难度',
1.6       bisitz   1144: 
                   1145:    'Metadata Information'
1.12      zhu      1146: => '元数据信息',
1.6       bisitz   1147: 
                   1148:    'My Personal Info'
                   1149: => '我的个人网页',
                   1150: 
                   1151:    'Network-wide number of accesses (hits)'
1.18      zhu      1152: => '网络的访问数量(“点击”)',
1.6       bisitz   1153: 
                   1154:    'Network-wide number of courses using resource'
1.18      zhu      1155: => '使用该课程资源的访问数量',
1.6       bisitz   1156: 
                   1157:    'Number of resources that follow this resource in maps'
1.18      zhu      1158: => '该资源目录汇编之后的访问数量',
1.6       bisitz   1159: 
                   1160:    'Number of resources that lead up to this resource in maps'
1.18      zhu      1161: => '该资源目录汇编之前的访问数量',
1.6       bisitz   1162: 
                   1163:    'Number of resources using or importing resource'
1.18      zhu      1164: => '资源数量的使用或导入',
1.6       bisitz   1165: 
                   1166:    'Obsolete'
1.18      zhu      1167: => '过时的',
1.6       bisitz   1168: 
                   1169:    'Parent Directory'
1.18      zhu      1170: => '父目录',
1.6       bisitz   1171: 
                   1172:    'Project Information'
1.18      zhu      1173: => '项目信息',
1.6       bisitz   1174: 
                   1175:    'Publisher/Owner'
1.13      zhu      1176: => '出版社/所有人',
1.6       bisitz   1177: 
                   1178:    'Publishing'
1.13      zhu      1179: => '出版物:',
1.6       bisitz   1180: 
                   1181:    'Publishing [_1]'
1.13      zhu      1182: => '出版物: [_1]',
1.6       bisitz   1183: 
                   1184:    'Resource Details'
1.93      raeburn  1185: => 'Resource Details',
1.6       bisitz   1186: 
                   1187:    'Link to Resource'
1.93      raeburn  1188: => 'Link to Resource',
1.6       bisitz   1189: 
                   1190:    'Searching for your resource will be based on the following metadata. Please provide as much data as possible.'
1.93      raeburn  1191: => 'Searching for your resource will be based on the following metadata. Please provide as much data as possible.',
1.6       bisitz   1192: 
                   1193:    'Resource Publication'
1.93      raeburn  1194: => 'Resource Publication',
1.6       bisitz   1195: 
                   1196:    'Resource is technically correct'
1.93      raeburn  1197: => 'Resource is technically correct',
1.6       bisitz   1198: 
                   1199:    'Score Upload Form'
                   1200: => '分数上传表单',
                   1201: 
                   1202:    'Select Map'
                   1203: => '选择内容列表',
                   1204: 
                   1205:    'Load Map'
1.26      zhu      1206: => '上传',
1.6       bisitz   1207: 
                   1208:    'Set a bookmark for this resource'
1.26      zhu      1209: => '设定书签',
1.6       bisitz   1210: 
                   1211:    'Show all roles'
                   1212: => '显示所有角色',
                   1213: 
                   1214:    'Subject'
1.10      zhu      1215: => '主题',
1.6       bisitz   1216: 
                   1217:    'Successful Login'
1.9       zhu      1218: => '登录成功',
1.6       bisitz   1219: 
                   1220:    'Suggested Replacement for Obsolete File'
1.18      zhu      1221: => '建议更换过时文件',
1.6       bisitz   1222: 
                   1223:    'Switching Role'
                   1224: => '更换角色',
                   1225: 
                   1226:    'Target'
1.18      zhu      1227: => '目标',
1.6       bisitz   1228: 
1.37      bisitz   1229:    'This syllabus can be publicly viewed at [_1]'
1.63      zhu      1230: => '此课程可公开浏览: [_1]',
1.37      bisitz   1231: 
                   1232:    'Instead of using this template you can specify an external URL as Syllabus in the [_1]Course Parameters[_2].'
1.63      zhu      1233: => '如果不使用此模板,您可以在[_1]课程参数[_2]指定外部网址作为课程摘要。',
1.6       bisitz   1234: 
                   1235:    'Total number of students who have worked on this problem'
1.63      zhu      1236: => '回答该问题的学生总数',
1.6       bisitz   1237: 
                   1238:    'URLs To Include in Syllabus'
1.63      zhu      1239: => '网址,包括教学大纲',
1.6       bisitz   1240: 
                   1241:    'Upload a new main course document'
                   1242: => '外部文件',
                   1243: 
                   1244:    'Upload a new supplemental course document'
                   1245: => '附加的课程文件',
                   1246: 
                   1247:    'User'
                   1248: => '用户',
                   1249: 
                   1250:    'Wrote Metadata'
1.93      raeburn  1251: => 'Wrote Metadata',
1.6       bisitz   1252: 
                   1253:    'Your home server is '
1.93      raeburn  1254: => 'Your home server is ',
1.6       bisitz   1255: 
                   1256:    'anno-'
1.93      raeburn  1257: => 'anno-',
1.6       bisitz   1258: 
                   1259:    'announce'
1.93      raeburn  1260: => 'announce',
1.6       bisitz   1261: 
                   1262:    'bookmark'
1.93      raeburn  1263: => 'bookmark',
1.6       bisitz   1264: 
                   1265:    'chart'
1.93      raeburn  1266: => 'chart',
1.6       bisitz   1267: 
                   1268:    'chat'
1.12      zhu      1269: => '聊天室',
1.6       bisitz   1270: 
                   1271:    'close this window'
1.93      raeburn  1272: => 'close this window',
1.6       bisitz   1273: 
                   1274:    'con-'
                   1275: => 'con-',
                   1276: 
                   1277:    'docs'
1.93      raeburn  1278: => 'docs',
1.6       bisitz   1279: 
                   1280:    'exit'
                   1281: => '退出',
                   1282: 
                   1283:    'fas'
                   1284: => 'fas',
                   1285: 
                   1286:    'library'
1.93      raeburn  1287: => 'library',
1.6       bisitz   1288: 
                   1289:    'log in again'
1.93      raeburn  1290: => 'log in again',
1.6       bisitz   1291: 
                   1292:    'my'
1.93      raeburn  1293: => 'my',
1.6       bisitz   1294: 
                   1295:    'or'
1.93      raeburn  1296: => 'or',
1.6       bisitz   1297: 
                   1298:    'Or'
1.93      raeburn  1299: => 'Or',
1.6       bisitz   1300: 
                   1301:    'prepare'
1.93      raeburn  1302: => 'prepare',
1.6       bisitz   1303: 
                   1304:    'printout'
1.93      raeburn  1305: => 'printout',
1.6       bisitz   1306: 
                   1307:    'resource'
1.93      raeburn  1308: => 'resource',
1.6       bisitz   1309: 
                   1310:    'roles'
                   1311: => '角色',
                   1312: 
                   1313:    'search'
                   1314: => '查找',
                   1315: 
                   1316:    'set'
1.93      raeburn  1317: => 'set',
1.6       bisitz   1318: 
                   1319:    'space'
1.10      zhu      1320: => '领域',
1.6       bisitz   1321: 
                   1322:    'stats'
1.93      raeburn  1323: => 'stats',
1.6       bisitz   1324: 
                   1325:    'struct'
1.93      raeburn  1326: => 'struct',
1.6       bisitz   1327: 
                   1328:    'switch'
1.93      raeburn  1329: => 'switch',
1.6       bisitz   1330: 
                   1331:    'tations'
1.93      raeburn  1332: => 'tations',
1.6       bisitz   1333: 
                   1334:    'updated periodically'
1.12      zhu      1335: => '定期更新',
1.6       bisitz   1336: 
                   1337:    'user'
1.12      zhu      1338: => '用户',
1.6       bisitz   1339: 
                   1340:    'visible to author and co-authors only'
1.12      zhu      1341: => '只有作者和共同作者可见',
1.6       bisitz   1342: 
                   1343:    'All versions'
1.12      zhu      1344: => '所有版本',
1.6       bisitz   1345: 
                   1346:    'Default Metadata for Directory [_1]'
1.12      zhu      1347: => '默认元数据目录 [_1]',
1.6       bisitz   1348: 
                   1349:    'Error Messages'
1.12      zhu      1350: => '错误信息',
1.6       bisitz   1351: 
                   1352:    'Save Catalog Information'
1.12      zhu      1353: => '保存目录信息',
1.6       bisitz   1354: 
                   1355:    'Update Display'
1.12      zhu      1356: => '更新显示',
1.6       bisitz   1357: 
                   1358:    'Content changed'
1.12      zhu      1359: => '内容变化',
1.6       bisitz   1360: 
                   1361:    'Differences'
1.12      zhu      1362: => '差异',
1.6       bisitz   1363: 
                   1364:    'Last Week'
1.12      zhu      1365: => '上周',
1.6       bisitz   1366: 
                   1367:    'Modification Date'
1.12      zhu      1368: => '修改日期',
1.6       bisitz   1369: 
                   1370:    'Since Start of Course'
1.12      zhu      1371: => '从启动课程起',
1.6       bisitz   1372: 
                   1373:    'Since Yesterday'
1.12      zhu      1374: => '从昨天起',
1.6       bisitz   1375: 
                   1376:    'Verify Course Documents'
1.12      zhu      1377: => '验证课程文件',
1.6       bisitz   1378: 
                   1379:    'Version'
1.12      zhu      1380: => '版本',
1.6       bisitz   1381: 
                   1382:    'access denied'
1.12      zhu      1383: => '拒绝访问',
1.6       bisitz   1384: 
                   1385:    'connection down'
1.93      raeburn  1386: => 'connection down',
1.6       bisitz   1387: 
                   1388:    'during the last'
1.93      raeburn  1389: => 'during the last',
1.6       bisitz   1390: 
                   1391:    'not found'
1.93      raeburn  1392: => 'not found',
1.6       bisitz   1393: 
                   1394:    'warning(s)'
1.93      raeburn  1395: => 'warning(s)',
1.6       bisitz   1396: 
                   1397:    '[quant,_1,warning]'
1.93      raeburn  1398: => '[quant,_1,warning]',
1.6       bisitz   1399: 
                   1400:    'Advanced Catalog Search'
1.93      raeburn  1401: => 'Advanced Catalog Search',
1.6       bisitz   1402: 
                   1403:    'Advanced Search'
1.13      zhu      1404: => '高级搜索',
1.6       bisitz   1405: 
                   1406:    'Any Language'
1.13      zhu      1407: => '任何语言',
1.6       bisitz   1408: 
                   1409:    'Any category'
1.13      zhu      1410: => '任何类别',
1.6       bisitz   1411: 
                   1412:    'Any copyright/distribution'
1.13      zhu      1413: => '任何版权/访问权限',
1.6       bisitz   1414: 
                   1415:    'Broadcast Message to Course'
1.93      raeburn  1416: => '发送广播消息',
1.6       bisitz   1417: 
                   1418:    "Click to download or use your browser's Save Link function"
1.93      raeburn  1419: => "Click to download or use your browser's Save Link function",
1.6       bisitz   1420: 
                   1421:    'Close'
1.13      zhu      1422: => '关闭',
1.6       bisitz   1423: 
                   1424:    'Compact View'
1.13      zhu      1425: => '简洁视图',
1.6       bisitz   1426: 
                   1427:    'Detailed Citation View'
1.13      zhu      1428: => '查看详细引文',
1.6       bisitz   1429: 
                   1430:    'Distribute Messages from Uploaded File to Course'
1.93      raeburn  1431: => 'Distribute Messages from Uploaded File to Course',
1.6       bisitz   1432: 
                   1433:    'Edit Catalog Information'
1.18      zhu      1434: => '编辑目录信息',
1.6       bisitz   1435: 
                   1436:    'Edit Content of a Map'
1.93      raeburn  1437: => 'Edit Content of a Map',
1.6       bisitz   1438: 
                   1439:    'Edit Directory Catalog Information'
1.18      zhu      1440: => '编辑目录信息分类',
1.6       bisitz   1441: 
                   1442:    'Evaluate Resource'
1.18      zhu      1443: => '评估此资源',
1.6       bisitz   1444: 
1.118     bisitz   1445:    'Failed Access to Authoring Space'
                   1446: => 'Failed Access to Authoring Space',
1.6       bisitz   1447: 
                   1448:    'Fielded Format'
1.18      zhu      1449: => '字段格式',
1.6       bisitz   1450: 
                   1451:    'File Category'
1.13      zhu      1452: => '文件分类',
1.6       bisitz   1453: 
                   1454:    'Force publication of unmodified files'
1.93      raeburn  1455: => 'Force publication of unmodified files',
1.6       bisitz   1456: 
                   1457:    'Keywords'
1.18      zhu      1458: => '关键词',
1.6       bisitz   1459: 
                   1460:    'Last access'
1.18      zhu      1461: => '上次访问',
1.6       bisitz   1462: 
                   1463:    'Last modified'
1.18      zhu      1464: => '最后修改',
1.6       bisitz   1465: 
                   1466:    'Limit by copyright/distribution'
1.18      zhu      1467: => '受版权/访问权限限制',
1.6       bisitz   1468: 
                   1469:    'Limit by language'
1.18      zhu      1470: => '受语言限制',
1.6       bisitz   1471: 
                   1472:    'Open'
1.27      zhu      1473: => '打开',
1.6       bisitz   1474: 
                   1475:    'Per Page'
1.18      zhu      1476: => '每页',
1.6       bisitz   1477: 
                   1478:    'Printing Helper'
1.18      zhu      1479: => '打印助手',
1.6       bisitz   1480: 
                   1481:    'Provide feedback messages or contribute to the course discussion about this resource'
1.93      raeburn  1482: => '反馈意见或讨论',
1.6       bisitz   1483: 
                   1484:    'Provide my evaluation of this resource'
1.93      raeburn  1485: => '对此资源给出我的评价',
1.6       bisitz   1486: 
                   1487:    'Publish'
1.10      zhu      1488: => '发布',
1.6       bisitz   1489: 
                   1490:    'Publish Directory'
1.10      zhu      1491: => '发布目录',
1.6       bisitz   1492: 
                   1493:    'Publish Directory and Sub Directories'
1.18      zhu      1494: => '发布目录和子目录',
1.6       bisitz   1495: 
                   1496:    'Related'
1.18      zhu      1497: => '相关的',
1.6       bisitz   1498: 
                   1499:    'Resource Feedback and Discussion'
1.18      zhu      1500: => '资源的反馈和讨论',
1.6       bisitz   1501: 
                   1502:    'Search Complete'
1.18      zhu      1503: => '搜索完成',
1.6       bisitz   1504: 
                   1505:    'Send Message to User(s)'
1.93      raeburn  1506: => '发送讯息到用户',
1.6       bisitz   1507: 
                   1508:    'Show catalog information'
1.93      raeburn  1509: => '查看目录信息',
1.6       bisitz   1510: 
1.56      zhu      1511:    'Show Metadata'
1.93      raeburn  1512: => '查看元数据',
1.56      zhu      1513: 
1.6       bisitz   1514:    'Show resource'
1.22      zhu      1515: => '查看资源',
1.6       bisitz   1516: 
                   1517:    'Statistics'
1.18      zhu      1518: => '统计',
1.6       bisitz   1519: 
                   1520:    'Summary View'
1.13      zhu      1521: => '概要',
1.6       bisitz   1522: 
1.72      bisitz   1523:    'There are currently no results.'
                   1524: => '目前没有任何结果。',
1.6       bisitz   1525: 
                   1526:    'Search: '
1.18      zhu      1527: => '搜索: ',
1.6       bisitz   1528: 
                   1529:    'URL'
                   1530: => 'URL',
                   1531: 
                   1532:    'Unpublished'
1.18      zhu      1533: => '未发行的',
1.6       bisitz   1534: 
                   1535:    'Up'
1.93      raeburn  1536: => 'Up',
1.6       bisitz   1537: 
                   1538:    'View'
1.27      zhu      1539: => '查看',
1.6       bisitz   1540: 
                   1541:    'View Critical Messages'
1.22      zhu      1542: => '浏览重要讯息',
1.6       bisitz   1543: 
                   1544:    'Words'
1.22      zhu      1545: => '词',
1.6       bisitz   1546: 
                   1547:    'XML/SGML'
                   1548: => 'XML/SGML',
                   1549: 
                   1550:    'abstract'
1.93      raeburn  1551: => 'abstract',
1.6       bisitz   1552: 
                   1553:    'audio'
1.22      zhu      1554: => '音频',
1.6       bisitz   1555: 
                   1556:    'author'
1.13      zhu      1557: => '作者',
1.6       bisitz   1558: 
                   1559:    'catalog'
1.18      zhu      1560: => '目录',
1.6       bisitz   1561: 
                   1562:    'copyright'
1.18      zhu      1563: => '版权',
1.6       bisitz   1564: 
                   1565:    'directory'
1.10      zhu      1566: => '文件夹',
1.6       bisitz   1567: 
                   1568:    'discuss'
1.93      raeburn  1569: => 'discuss',
1.6       bisitz   1570: 
                   1571:    'evaluate'
1.10      zhu      1572: => '评价',
1.6       bisitz   1573: 
                   1574:    'feedback'
1.10      zhu      1575: => '反馈',
1.6       bisitz   1576: 
                   1577:    'keywords'
1.10      zhu      1578: => '关键词',
1.6       bisitz   1579: 
                   1580:    'language'
1.10      zhu      1581: => '语言',
1.6       bisitz   1582: 
                   1583:    'movies'
1.10      zhu      1584: => '电影',
1.6       bisitz   1585: 
                   1586:    'notes'
1.10      zhu      1587: => '注释',
1.6       bisitz   1588: 
                   1589:    'obsolete'
1.10      zhu      1590: => '过时的',
1.6       bisitz   1591: 
                   1592:    'pages'
1.10      zhu      1593: => '页',
1.6       bisitz   1594: 
                   1595:    'pictures'
1.10      zhu      1596: => '图片',
1.6       bisitz   1597: 
                   1598:    'problem'
1.10      zhu      1599: => '任务',
1.6       bisitz   1600: 
                   1601:    'resources'
1.10      zhu      1602: => '资源',
1.6       bisitz   1603: 
                   1604:    'sequence'
1.10      zhu      1605: => '顺序',
1.6       bisitz   1606: 
1.19      zhu      1607:    'subject: '
1.10      zhu      1608: => '主题',
1.6       bisitz   1609: 
                   1610:    'this'
1.10      zhu      1611: => '这个',
1.6       bisitz   1612: 
                   1613:    'title'
1.10      zhu      1614: => '标题',
1.6       bisitz   1615: 
                   1616:    'About Me'
                   1617: => '关于我',
                   1618: 
1.112     bisitz   1619:    'Discussion Board/Discussion'
                   1620: => 'Discussion Board/Discussion',
1.6       bisitz   1621: 
                   1622:    'Clear All'
1.10      zhu      1623: => '全部清除',
1.6       bisitz   1624: 
                   1625:    'Close All Folders'
1.10      zhu      1626: => '关闭所有文件夹',
1.6       bisitz   1627: 
1.118     bisitz   1628:    'Authoring Space File Operation'
                   1629: => 'Authoring Space File Operation',
1.6       bisitz   1630: 
                   1631:    'Contact Information'
                   1632: => '联系信息',
                   1633: 
                   1634:    'Contact'
                   1635: => '联系我',
                   1636: 
                   1637:    'Copied old metadata'
1.10      zhu      1638: => '复制旧数据',
1.6       bisitz   1639: 
                   1640:    'Failed to write old metadata copy'
1.93      raeburn  1641: => 'Failed to write old metadata copy',
1.6       bisitz   1642: 
                   1643:    'Copied old target file'
1.10      zhu      1644: => '复制旧的目标文件',
1.6       bisitz   1645: 
                   1646:    'Failed to copy old target'
1.93      raeburn  1647: => 'Failed to copy old target',
1.6       bisitz   1648: 
1.39      bisitz   1649:    'Created directory [_1]'
1.93      raeburn  1650: => 'Created directory [_1]',
1.6       bisitz   1651: 
                   1652:    'Copyright'
                   1653: => '版权',
                   1654: 
                   1655:    'Could Not Process Request'
1.10      zhu      1656: => '命令无法执行',
1.6       bisitz   1657: 
                   1658:    'Default'
1.9       zhu      1659: => '默认设置',
1.6       bisitz   1660: 
                   1661:    'Discard Selected'
1.93      raeburn  1662: => 'Discard Selected',
1.6       bisitz   1663: 
                   1664:    'EMail and Messages'
1.10      zhu      1665: => '电子邮件和信息',
1.6       bisitz   1666: 
                   1667:    'Edit this resource'
1.93      raeburn  1668: => '编辑此资源',
1.6       bisitz   1669: 
1.118     bisitz   1670:    'Enter Authoring Space as co-author'
                   1671: => 'Enter Authoring Space as co-author',
1.6       bisitz   1672: 
1.118     bisitz   1673:    'Enter Authoring Space as a co-author'
                   1674: => 'Enter Authoring Space as a co-author',
1.6       bisitz   1675: 
1.118     bisitz   1676:    'Enter Authoring Space as assistant co-author'
                   1677: => 'Enter Authoring Space as assistant co-author',
1.6       bisitz   1678: 
                   1679:    'Host'
1.10      zhu      1680: => '计算',
1.6       bisitz   1681: 
                   1682:    'Last updated'
                   1683: => '最后更新',
                   1684: 
                   1685:    'Mime type'
1.10      zhu      1686: => 'MIME 类型',
1.6       bisitz   1687: 
                   1688:    'Modified'
1.10      zhu      1689: => '修改过的',
1.6       bisitz   1690: 
                   1691:    'Modify deadlines, etc, for this assessment resource'
1.27      zhu      1692: => '为这项评估资源修改期限等',
1.6       bisitz   1693: 
                   1694:    'Modify user grades for this assessment resource'
1.93      raeburn  1695: => '手动评估',
1.6       bisitz   1696: 
                   1697:    'View user submissions for this assessment resource'
1.93      raeburn  1698: => 'View user submissions for this assessment resource',
1.6       bisitz   1699: 
                   1700:    'Move Down'
1.27      zhu      1701: => '下移',
1.6       bisitz   1702: 
                   1703:    'Move Up'
1.27      zhu      1704: => '上移',
1.6       bisitz   1705: 
                   1706:    'New Title'
1.22      zhu      1707: => '新标题',
1.6       bisitz   1708: 
                   1709:    'Open All Folders'
1.27      zhu      1710: => '打开所有文件夹',
1.6       bisitz   1711: 
                   1712:    'Owner/Publisher'
1.27      zhu      1713: => '所有者/出版社',
1.6       bisitz   1714: 
1.22      zhu      1715:    'Personal Information Page'
                   1716: => '个人资料页面',
                   1717: 
1.6       bisitz   1718:    'Personal Information'
                   1719: => '个人信息',
                   1720: 
1.30      bisitz   1721:    'Privacy Note:'
                   1722: => '注意隐私:',
1.6       bisitz   1723: 
                   1724:    'Published'
1.27      zhu      1725: => '出版的',
1.6       bisitz   1726: 
                   1727:    'Reading results from'
1.93      raeburn  1728: => 'Reading results from',
1.6       bisitz   1729: 
                   1730:    'Retrieve'
1.57      zhu      1731: => '恢复',
1.6       bisitz   1732: 
                   1733:    'Revert to Last Saved'
1.93      raeburn  1734: => 'Revert to Last Saved',
1.6       bisitz   1735: 
                   1736:    'Revision Date'
1.93      raeburn  1737: => 'Revision Date',
1.6       bisitz   1738: 
                   1739:    'Shared by course faculty and staff'
                   1740: => '共同管理人员和工作人员',
                   1741: 
                   1742:    'Synchronized SQL metadata database'
1.93      raeburn  1743: => 'Synchronized SQL metadata database',
1.6       bisitz   1744: 
                   1745:    'Task'
1.93      raeburn  1746: => 'Task',
1.6       bisitz   1747: 
                   1748:    'Temporary Assembly Workspace'
1.93      raeburn  1749: => 'Temporary Assembly Workspace',
1.6       bisitz   1750: 
                   1751:    '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.'
                   1752: => '任何登录LON-CAPA的人都能看到您提供的数据,如果不想公开就不要上传任何数据。',
                   1753: 
                   1754:    'Topic'
1.12      zhu      1755: => '主题',
1.6       bisitz   1756: 
                   1757:    'Upload a Photo'
                   1758: => '上传相片',
                   1759: 
                   1760:    'Add Records'
                   1761: => '添加记录',
                   1762: 
                   1763:    'User Notes, Face-to-Face, Critical Messages, Broadcast Messages, Archived Messages'
1.10      zhu      1764: => '用户注释, 个人讨论, 重要信息, 小区广播,存档信息',
1.6       bisitz   1765: 
                   1766:    'User Notes, Records of Face-to-Face Discussions, and Critical Messages'
1.10      zhu      1767: => '用户注释,记录用户的讨论和重要信息',
1.6       bisitz   1768: 
                   1769:    'User Notes, Records of Face-To-Face Discussions, and Critical Messages in Course'
1.9       zhu      1770: => '用户注释,记录面对面的讨论,课程重要讯息',
1.6       bisitz   1771: 
                   1772:    'User Notes, Records of Face-To-Face Discussions, Critical Messages, Broadcast Messages and Archived Messages in Course'
1.9       zhu      1773: => '用户注释,记录面对面讨论,重要的信息,广播信息,课程存档',
1.6       bisitz   1774: 
                   1775:    'No notes, face-to-face discussion records, critical messages, or broadcast messages in this [_1].'
1.10      zhu      1776: => '对于 [_1] 没有用户注释, 记录用户的讨论, 重要信息, 或者广播信息。',
1.6       bisitz   1777: 
                   1778:    'Version Number'
1.10      zhu      1779: => '版本号',
1.6       bisitz   1780: 
                   1781:    'View Published Version'
1.10      zhu      1782: => '查看发布的版本',
1.6       bisitz   1783: 
                   1784:    'Web References'
                   1785: => 'Web 引用',
                   1786: 
                   1787:    'co con-'
1.93      raeburn  1788: => 'co con-',
1.6       bisitz   1789: 
                   1790:    'co res'
1.93      raeburn  1791: => 'co res',
1.6       bisitz   1792: 
                   1793:    'contacting'
1.10      zhu      1794: => '建立联系',
1.6       bisitz   1795: 
                   1796:    'edit'
1.9       zhu      1797: => '编辑',
1.6       bisitz   1798: 
                   1799:    'interface available'
1.93      raeburn  1800: => 'interface available',
1.6       bisitz   1801: 
                   1802:    'missions'
1.9       zhu      1803: => '任务',
1.6       bisitz   1804: 
                   1805:    'view sub-'
1.93      raeburn  1806: => 'view sub-',
1.6       bisitz   1807: 
                   1808:    'waiting on'
1.93      raeburn  1809: => 'waiting on',
1.6       bisitz   1810: 
                   1811:    '#Stdnts'
1.93      raeburn  1812: => '#Stdnts',
1.6       bisitz   1813: 
                   1814:    '#YES'
1.93      raeburn  1815: => '#YES',
1.6       bisitz   1816: 
                   1817:    '%Wrng'
                   1818: => '%Wrng',
                   1819: 
                   1820:    'Brief view of each students performance in course.'
1.93      raeburn  1821: => 'Brief view of each students performance in course.',
1.6       bisitz   1822: 
                   1823:    'Clear Caches'
1.9       zhu      1824: => '清除缓存',
1.6       bisitz   1825: 
1.89      bisitz   1826:    '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  1827: => '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   1828: 
                   1829:    'Detailed statistics and graphs of student performance on problems.'
1.93      raeburn  1830: => 'Detailed statistics and graphs of student performance on problems.',
1.6       bisitz   1831: 
                   1832:    'DoDiff'
1.93      raeburn  1833: => 'DoDiff',
1.6       bisitz   1834: 
                   1835:    'Enrollment Status'
1.93      raeburn  1836: => 'Enrollment Status',
1.6       bisitz   1837: 
                   1838:    'Generate Statistics'
1.12      zhu      1839: => '建立统计资料',
1.6       bisitz   1840: 
                   1841:    'Max Tries'
1.93      raeburn  1842: => 'Max Tries',
1.6       bisitz   1843: 
                   1844:    'Mean Tries'
1.93      raeburn  1845: => 'Mean Tries',
1.6       bisitz   1846: 
                   1847:    'Output'
1.93      raeburn  1848: => 'Output',
1.6       bisitz   1849: 
                   1850:    'Overall Problem Statistics'
1.93      raeburn  1851: => 'Overall Problem Statistics',
1.6       bisitz   1852: 
                   1853:    'Please notify the server administrator [_1]'
1.93      raeburn  1854: => 'Please notify the server administrator [_1]',
1.6       bisitz   1855: 
                   1856:    'Preparing Excel Spreadsheet'
1.93      raeburn  1857: => 'Preparing Excel Spreadsheet',
1.6       bisitz   1858: 
                   1859:    'Problem Status Chart'
1.93      raeburn  1860: => 'Problem Status Chart',
1.6       bisitz   1861: 
                   1862:    'S.D. tries'
1.93      raeburn  1863: => 'S.D. tries',
1.6       bisitz   1864: 
                   1865:    'Sections'
1.93      raeburn  1866: => 'Sections',
1.6       bisitz   1867: 
                   1868:    'Sequence or Folder'
1.93      raeburn  1869: => 'Sequence or Folder',
1.6       bisitz   1870: 
                   1871:    'Sequences and Folders'
1.93      raeburn  1872: => 'Sequences and Folders',
1.6       bisitz   1873: 
                   1874:    'Skew Tries'
1.93      raeburn  1875: => 'Skew Tries',
1.6       bisitz   1876: 
                   1877:    'Statistics and Problem Analysis'
1.93      raeburn  1878: => 'Statistics and Problem Analysis',
1.6       bisitz   1879: 
                   1880:    'Student performance statistics on all problems.'
1.93      raeburn  1881: => 'Student performance statistics on all problems.',
1.6       bisitz   1882: 
                   1883:    'Unable to connect to database!'
1.93      raeburn  1884: => 'Unable to connect to database!',
1.6       bisitz   1885: 
                   1886:    'Your Excel Spreadsheet'
1.93      raeburn  1887: => 'Your Excel Spreadsheet',
1.6       bisitz   1888: 
                   1889:    'Your Excel spreadsheet.'
1.93      raeburn  1890: => 'Your Excel spreadsheet.',
1.6       bisitz   1891: 
                   1892:    'Your Excel spreadsheet'
1.93      raeburn  1893: => 'Your Excel spreadsheet',
1.6       bisitz   1894: 
                   1895:    'Your CSV file.'
1.93      raeburn  1896: => 'Your CSV file.',
1.6       bisitz   1897: 
                   1898:    'Your CSV file'
1.93      raeburn  1899: => 'Your CSV file',
1.6       bisitz   1900: 
                   1901:    'part'
1.27      zhu      1902: => '部分',
1.6       bisitz   1903: 
                   1904:    'part - '
1.70      zhu      1905: => '部分 ',
1.6       bisitz   1906: 
                   1907:    'problem statistics grouped by sequence'
1.93      raeburn  1908: => 'problem statistics grouped by sequence',
1.6       bisitz   1909: 
                   1910:    'problem statistics ungrouped'
1.93      raeburn  1911: => 'problem statistics ungrouped',
1.6       bisitz   1912: 
                   1913:    'problem statistics, Excel'
1.93      raeburn  1914: => 'problem statistics, Excel',
1.6       bisitz   1915: 
                   1916:    'Significant figures are incorrect, submission was not graded.'
1.93      raeburn  1917: => 'Significant figures are incorrect, submission was not graded.',
1.6       bisitz   1918: 
                   1919:    '. . . for a particular section'
1.98      bisitz   1920: => '. . . for a particular section',
1.6       bisitz   1921: 
                   1922:    '. . . for all students in the course'
1.98      bisitz   1923: => '. . . for all students in the course',
1.6       bisitz   1924: 
                   1925:    '. . . for an individual student'
1.98      bisitz   1926: => '. . . for an individual student',
1.6       bisitz   1927: 
1.90      bisitz   1928:    '12 am' # midnight
1.93      raeburn  1929: => '12 am',
1.90      bisitz   1930: 
                   1931:    'midnight'
                   1932: => '午夜',
                   1933: 
1.6       bisitz   1934:    '1 am'
1.93      raeburn  1935: => '1 am',
1.6       bisitz   1936: 
1.90      bisitz   1937:    '2 am'
1.93      raeburn  1938: => '2 am',
1.90      bisitz   1939: 
                   1940:    '3 am'
1.93      raeburn  1941: => '3 am',
1.90      bisitz   1942: 
                   1943:    '4 am'
1.93      raeburn  1944: => '4 am',
1.90      bisitz   1945: 
                   1946:    '5 am'
1.93      raeburn  1947: => '5 am',
1.90      bisitz   1948: 
                   1949:    '6 am'
1.93      raeburn  1950: => '6 am',
1.90      bisitz   1951: 
                   1952:    '7 am'
1.93      raeburn  1953: => '7 am',
1.90      bisitz   1954: 
                   1955:    '8 am'
1.93      raeburn  1956: => '8 am',
1.90      bisitz   1957: 
                   1958:    '9 am'
1.93      raeburn  1959: => '9 am',
1.6       bisitz   1960: 
                   1961:    '10 am'
1.93      raeburn  1962: => '10 am',
1.6       bisitz   1963: 
                   1964:    '11 am'
1.93      raeburn  1965: => '11 am',
1.6       bisitz   1966: 
                   1967:    '12 noon'
1.93      raeburn  1968: => '12 noon',
1.6       bisitz   1969: 
1.90      bisitz   1970:    'noon'
                   1971: => '中午',
                   1972: 
                   1973:    '1 pm'
1.93      raeburn  1974: => '1 pm',
1.6       bisitz   1975: 
                   1976:    '2 pm'
1.93      raeburn  1977: => '2 pm',
1.6       bisitz   1978: 
                   1979:    '3 pm'
1.93      raeburn  1980: => '3 pm',
1.6       bisitz   1981: 
                   1982:    '4 pm'
1.93      raeburn  1983: => '4 pm',
1.6       bisitz   1984: 
                   1985:    '5 pm'
1.93      raeburn  1986: => '5 pm',
1.6       bisitz   1987: 
                   1988:    '6 pm'
1.93      raeburn  1989: => '6 pm',
1.6       bisitz   1990: 
                   1991:    '7 pm'
1.93      raeburn  1992: => '7 pm',
1.6       bisitz   1993: 
                   1994:    '8 pm'
1.93      raeburn  1995: => '8 pm',
1.6       bisitz   1996: 
                   1997:    '9 pm'
1.93      raeburn  1998: => '9 pm',
1.6       bisitz   1999: 
1.90      bisitz   2000:    '10 pm'
1.93      raeburn  2001: => '10 pm',
1.90      bisitz   2002: 
                   2003:    '11 pm'
1.93      raeburn  2004: => '11 pm',
1.90      bisitz   2005: 
1.6       bisitz   2006:    '<- Previous'
1.98      bisitz   2007: => '<- Previous',
1.6       bisitz   2008: 
                   2009:    'ALL'
1.93      raeburn  2010: => 'ALL',
1.6       bisitz   2011: 
                   2012:    'All Maps or Folders'
1.93      raeburn  2013: => 'All Maps or Folders',
1.6       bisitz   2014: 
                   2015:    'Any User'
1.18      zhu      2016: => '任何用户',
1.6       bisitz   2017: 
                   2018:    'Assessment URL and Title'
1.18      zhu      2019: => '评估网址和标题',
1.6       bisitz   2020: 
                   2021:    'Assigned User Roles'
1.18      zhu      2022: => '用户角色分配',
1.6       bisitz   2023: 
                   2024:    'Browse resources'
1.18      zhu      2025: => '搜索资源',
1.6       bisitz   2026: 
                   2027:    'Changes can take up to 10 minutes before being active for all students.'
1.93      raeburn  2028: => 'Changes can take up to 10 minutes before being active for all students.',
1.6       bisitz   2029: 
                   2030:    'Course Assessment Parameter - Helper Mode'
1.18      zhu      2031: => '课程评估参数 - 助手模式',
1.6       bisitz   2032: 
                   2033:    'Course Assessment Parameters - Overview Mode'
1.18      zhu      2034: => '课程评估参数 - 摘要模式',
1.6       bisitz   2035: 
                   2036:    'Course Assessments Parameters - Table Mode'
1.18      zhu      2037: => '课程评估参数 - 表模式',
1.6       bisitz   2038: 
                   2039:    'Course Environment Parameters'
1.18      zhu      2040: => '课程环境参数',
1.6       bisitz   2041: 
                   2042:    'Course Parameter Helper'
1.18      zhu      2043: => '课程参数实用工具',
1.6       bisitz   2044: 
                   2045:    'Create New Environment Variable'
1.18      zhu      2046: => '创造新的环境变量',
1.6       bisitz   2047: 
                   2048:    'Current Session Value'
1.63      zhu      2049: => '当前会话的值',
1.6       bisitz   2050: 
                   2051:    'Default Value'
1.18      zhu      2052: => '缺省值',
1.6       bisitz   2053: 
                   2054:    'Delete a role'
1.18      zhu      2055: => '删除角色',
1.6       bisitz   2056: 
                   2057:    'Disable all communication among students'
1.93      raeburn  2058: => 'Disable all communication among students',
1.6       bisitz   2059: 
                   2060:    'Enclosing Map or Folder'
1.27      zhu      2061: => '附有目录或文件夹',
1.6       bisitz   2062: 
                   2063:    'Every problem in a particular folder'
1.27      zhu      2064: => '每一个问题在一个特定的文件夹',
1.6       bisitz   2065: 
                   2066:    'Every problem in the course'
1.27      zhu      2067: => '课程的中每一个问题',
1.6       bisitz   2068: 
                   2069:    'Folder'
1.10      zhu      2070: => '文件夹',
1.6       bisitz   2071: 
                   2072:    'Grant/revoke Course Custom Role'
1.93      raeburn  2073: => 'Grant/revoke Course Custom Role',
1.6       bisitz   2074: 
                   2075:    'Grant/revoke role of Administrator'
1.93      raeburn  2076: => 'Grant/revoke role of Administrator',
1.6       bisitz   2077: 
                   2078:    'Grant/revoke role of Author'
1.93      raeburn  2079: => 'Grant/revoke role of Author',
1.6       bisitz   2080: 
                   2081:    'Grant/revoke role of Course Coordinator'
1.93      raeburn  2082: => 'Grant/revoke role of Course Coordinator',
1.6       bisitz   2083: 
                   2084:    'Grant/revoke role of Domain Guest'
1.93      raeburn  2085: => 'Grant/revoke role of Domain Guest',
1.6       bisitz   2086: 
                   2087:    'Grant/revoke role of Librarian'
1.93      raeburn  2088: => 'Grant/revoke role of Librarian',
1.6       bisitz   2089: 
                   2090:    'Grant/revoke role of Teaching Assistant'
1.93      raeburn  2091: => 'Grant/revoke role of Teaching Assistant',
1.6       bisitz   2092: 
                   2093:    'Internally authenticated'
1.93      raeburn  2094: => 'Internally authenticated',
1.6       bisitz   2095: 
                   2096:    'Kerberos authenticated'
1.93      raeburn  2097: => 'Kerberos authenticated',
1.6       bisitz   2098: 
                   2099:    'LON-CAPA Helper:'
1.93      raeburn  2100: => 'LON-CAPA Helper:',
1.6       bisitz   2101: 
                   2102:    'Lock and unlock assessments'
1.93      raeburn  2103: => 'Lock and unlock assessments',
1.6       bisitz   2104: 
                   2105:    'Manage Access Keys'
1.93      raeburn  2106: => 'Manage Access Keys',
1.6       bisitz   2107: 
                   2108:    'Manage access keys'
1.93      raeburn  2109: => 'Manage access keys',
1.6       bisitz   2110: 
                   2111:    'Max Possible To Date'
1.10      zhu      2112: => '到现在为止,最高可达到',
1.6       bisitz   2113: 
                   2114:    'Modify Course Assessment Parameters'
1.93      raeburn  2115: => 'Modify Course Assessment Parameters',
1.6       bisitz   2116: 
                   2117:    'Modify authentication mechanism and data for a user'
1.93      raeburn  2118: => 'Modify authentication mechanism and data for a user',
1.6       bisitz   2119: 
                   2120:    'Modify grades'
1.93      raeburn  2121: => 'Modify grades',
1.6       bisitz   2122: 
                   2123:    'Next ->'
1.12      zhu      2124: => '下一步 ->',
1.6       bisitz   2125: 
                   2126:    'One particular problem'
1.93      raeburn  2127: => 'One particular problem',
1.6       bisitz   2128: 
                   2129:    'Parameter Name'
1.18      zhu      2130: => '参数名',
1.6       bisitz   2131: 
                   2132:    'Parameter Type'
1.18      zhu      2133: => '参数类型',
1.6       bisitz   2134: 
                   2135:    'Parameter in Effect'
1.18      zhu      2136: => '有效参数',
1.6       bisitz   2137: 
                   2138:    'Please select a problem to analyze'
1.18      zhu      2139: => '请选择问题进行分析',
1.6       bisitz   2140: 
                   2141:    'Post anonymously'
1.18      zhu      2142: => '匿名发送',
1.6       bisitz   2143: 
                   2144:    'Post discussion on course resources'
1.18      zhu      2145: => '发送该课程资源的讨论',
1.6       bisitz   2146: 
                   2147:    'Post system frontpage announcements'
1.18      zhu      2148: => '给系统主页发送通知',
1.6       bisitz   2149: 
                   2150:    'Post to live chatrooms'
1.18      zhu      2151: => '发送到在线聊天室',
                   2152: 
                   2153:    'Post to chatrooms'
                   2154: => '发送到聊天室',
1.6       bisitz   2155: 
                   2156:    'Problems Not Contained In A Folder'
1.18      zhu      2157: => '问题不包含在一个文件夹中',
1.6       bisitz   2158: 
                   2159:    'Section'
1.12      zhu      2160: => '章节',
1.6       bisitz   2161: 
                   2162:    'Section:'
1.12      zhu      2163: => '章节:',
1.6       bisitz   2164: 
                   2165:    'Select Date'
1.12      zhu      2166: => '请选择日期',
1.6       bisitz   2167: 
                   2168:    'Select Enclosing Map or Folder'
1.93      raeburn  2169: => 'Select Enclosing Map or Folder',
1.6       bisitz   2170: 
                   2171:    'Select Parameter Level'
1.93      raeburn  2172: => 'Select Parameter Level',
1.6       bisitz   2173: 
                   2174:    'Send internal email'
1.12      zhu      2175: => '发送内部电子邮件',
1.6       bisitz   2176: 
                   2177:    'Set Course Environment Parameters'
1.93      raeburn  2178: => 'Set Course Environment Parameters',
1.6       bisitz   2179: 
                   2180:    'Set Date'
1.12      zhu      2181: => '设定日期',
1.6       bisitz   2182: 
1.31      bisitz   2183:    'Set Defaults for All Resources in [_1]Specifically for [_2][_3]'
1.93      raeburn  2184: => 'Set Defaults for All Resources in [_1]Specifically for [_2][_3]',
1.6       bisitz   2185: 
                   2186:    'Set a due date'
1.9       zhu      2187: => '设定一个截止日期',
1.6       bisitz   2188: 
                   2189:    'Set an answer open date'
1.93      raeburn  2190: => 'Set an answer open date',
1.6       bisitz   2191: 
                   2192:    'Set an open date'
1.93      raeburn  2193: => 'Set an open date',
1.6       bisitz   2194: 
                   2195:    'Set opening datefor all problems in the course for. . .'
1.93      raeburn  2196: => 'Set opening datefor all problems in the course for. . .',
1.6       bisitz   2197: 
                   2198:    'Set the number of tries'
1.27      zhu      2199: => '设置尝试次数',
1.6       bisitz   2200: 
                   2201:    'Set the problem weight'
1.27      zhu      2202: => '设置问题难度',
1.6       bisitz   2203: 
                   2204:    'Set/Modify Course Assessment Parameter'
1.27      zhu      2205: => '设置/修改课程评估参数',
1.6       bisitz   2206: 
                   2207:    'Set/Modify Course Assessment Parameters'
1.27      zhu      2208: => '设置/修改课程评估参数',
1.6       bisitz   2209: 
                   2210:    'Set/Modify Course Parameters'
1.27      zhu      2211: => '设置/修改课程参数',
1.6       bisitz   2212: 
                   2213:    'Show More Options'
1.27      zhu      2214: => '显示更多选项',
1.6       bisitz   2215: 
                   2216:    'Students Affected'
1.27      zhu      2217: => '受影响的学生',
1.6       bisitz   2218: 
                   2219:    '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  2220: => '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   2221: 
                   2222:    'Total'
1.10      zhu      2223: => '总共',
1.6       bisitz   2224: 
                   2225:    'Total Parts In Course'
1.93      raeburn  2226: => 'Total Parts In Course',
1.6       bisitz   2227: 
                   2228:    'Type'
1.10      zhu      2229: => '型号',
1.6       bisitz   2230: 
                   2231:    'UNIX authenticated'
1.18      zhu      2232: => 'UNIX 认证',
1.6       bisitz   2233: 
                   2234:    'USERS'
1.10      zhu      2235: => '用户',
1.6       bisitz   2236: 
                   2237:    'Unknown ID'
1.10      zhu      2238: => '未知 ID',
1.6       bisitz   2239: 
                   2240:    'Unknown user'
1.10      zhu      2241: => '未知用户',
1.6       bisitz   2242: 
                   2243:    'Update Course Assessment Parameter Display'
1.93      raeburn  2244: => 'Update Course Assessment Parameter Display',
1.6       bisitz   2245: 
                   2246:    'Update Section or Specific User'
1.93      raeburn  2247: => 'Update Section or Specific User',
1.6       bisitz   2248: 
                   2249:    'Verify Selection'
1.10      zhu      2250: => '确认选择',
1.6       bisitz   2251: 
                   2252:    'Welcome to the Assignment Parameter Helper'
1.93      raeburn  2253: => 'Welcome to the Assignment Parameter Helper',
1.6       bisitz   2254: 
                   2255:    'What parameter do you want to set for all problems in the course?'
1.93      raeburn  2256: => 'What parameter do you want to set for all problems in the course?',
1.6       bisitz   2257: 
                   2258:    'What should the opening date be set to?'
1.93      raeburn  2259: => 'What should the opening date be set to?',
1.6       bisitz   2260: 
                   2261:    'Which Problem or Problems?'
1.93      raeburn  2262: => 'Which Problem or Problems?',
1.6       bisitz   2263: 
                   2264:    'Which problems do you wish to set a parameter for?'
1.93      raeburn  2265: => 'Which problems do you wish to set a parameter for?',
1.6       bisitz   2266: 
1.83      bisitz   2267:    'You need to choose another user role or enter a specific course or community for this function.'
                   2268: => 'You need to choose another user role or enter a specific course or community for this function.', # '对于此功能您需要选择另一个用户角色,或者输入特定的课程。',
1.6       bisitz   2269: 
                   2270:    'a.m.'
1.10      zhu      2271: => '上午',
1.6       bisitz   2272: 
                   2273:    'acc keys'
1.93      raeburn  2274: => 'acc keys',
1.6       bisitz   2275: 
                   2276:    'according to course preferences'
1.18      zhu      2277: => '根据课程设置',
1.6       bisitz   2278: 
                   2279:    'according to resource settings'
1.18      zhu      2280: => '根据资源设置',
1.6       bisitz   2281: 
                   2282:    'according to user session state'
1.18      zhu      2283: => '根据用户会话状态',
1.6       bisitz   2284: 
                   2285:    'all'
1.18      zhu      2286: => '所有的',
1.6       bisitz   2287: 
                   2288:    'at'
1.18      zhu      2289: => '在',
1.6       bisitz   2290: 
                   2291:    'at Domain'
1.18      zhu      2292: => '在域',
1.6       bisitz   2293: 
                   2294:    'at domain'
1.18      zhu      2295: => '在域',
1.6       bisitz   2296: 
                   2297:    'default'
1.18      zhu      2298: => '默认',
1.6       bisitz   2299: 
                   2300:    'for Enclosing Map or Folder'
1.27      zhu      2301: => '对于附有目录或文件夹', #??? [SB 18.10.2006]
1.6       bisitz   2302: 
                   2303:    'for Resource'
1.27      zhu      2304: => '资源',
1.6       bisitz   2305: 
                   2306:    'from Enclosing Map or Folder'
1.27      zhu      2307: => '从附有目录或文件夹', #??? [SB 18.10.2006]
1.6       bisitz   2308: 
                   2309:    'general'
1.27      zhu      2310: => '一般的',
1.6       bisitz   2311: 
                   2312:    'in Course'
1.18      zhu      2313: => '在课程',
1.6       bisitz   2314: 
                   2315:    'in Section/Group'
1.18      zhu      2316: => '在科/组',
1.6       bisitz   2317: 
                   2318:    'manage'
1.12      zhu      2319: => '管理',
1.6       bisitz   2320: 
                   2321:    'of'
1.93      raeburn  2322: => 'of',
1.6       bisitz   2323: 
                   2324:    'or ID'
1.12      zhu      2325: => '或者 ID',
1.6       bisitz   2326: 
                   2327:    'p.m.'
1.10      zhu      2328: => '下午',
1.6       bisitz   2329: 
                   2330:    'percent'
1.7       zhu      2331: => '百分比',
1.6       bisitz   2332: 
                   2333:    'unless locked'
1.10      zhu      2334: => '除非锁定',
1.6       bisitz   2335: 
                   2336:    'users in'
1.93      raeburn  2337: => 'users in',
1.6       bisitz   2338: 
                   2339:    'Access Key Management'
1.93      raeburn  2340: => 'Access Key Management',
1.6       bisitz   2341: 
                   2342:    'Assessment'
1.10      zhu      2343: => '评价',
1.6       bisitz   2344: 
                   2345:    'Calculations'
1.93      raeburn  2346: => 'Calculations',
1.6       bisitz   2347: 
                   2348:    'Comma Separated Values'
1.93      raeburn  2349: => 'Comma Separated Values',
1.6       bisitz   2350: 
                   2351:    'Course ID'
1.10      zhu      2352: => '课程 ID',
1.6       bisitz   2353: 
1.41      bisitz   2354:    'Course level sheet'
1.93      raeburn  2355: => 'Course level sheet', # ??? [SB 2007-07-02]
1.6       bisitz   2356: 
                   2357:    'Detailed Problem Analysis'
1.93      raeburn  2358: => 'Detailed Problem Analysis',
1.6       bisitz   2359: 
                   2360:    'End Helper'
1.93      raeburn  2361: => 'End Helper',
1.6       bisitz   2362: 
                   2363:    'Excel'
                   2364: => 'Excel',
                   2365: 
                   2366:    'Text (essays only)'
1.93      raeburn  2367: => 'Text (essays only)',
1.6       bisitz   2368: 
                   2369:    'Finish Course Initialization'
1.93      raeburn  2370: => 'Finish Course Initialization',
1.6       bisitz   2371: 
                   2372:    'Generate Spreadsheet'
1.12      zhu      2373: => '生成报告表',
1.6       bisitz   2374: 
1.103     bisitz   2375:    'Grant/revoke role of Bubblesheet Operator'
                   2376: => 'Grant/revoke role of Bubblesheet Operator',
1.6       bisitz   2377: 
                   2378:    'HTML'
                   2379: => 'HTML',
                   2380: 
                   2381:    'Invalid date entry'
1.93      raeburn  2382: => 'Invalid date entry',
1.6       bisitz   2383: 
                   2384:    'Load:'
1.10      zhu      2385: => '加载:',
1.6       bisitz   2386: 
                   2387:    'No changes were made to the current settings.'
1.93      raeburn  2388: => 'No changes were made to the current settings.',
1.6       bisitz   2389: 
                   2390:    'Output Format'
1.10      zhu      2391: => '输出格式',
1.6       bisitz   2392: 
                   2393:    'Processing course structure'
1.93      raeburn  2394: => 'Processing course structure',
1.6       bisitz   2395: 
                   2396:    'Processing first student'
1.93      raeburn  2397: => 'Processing first student',
1.6       bisitz   2398: 
                   2399:    'Row'
1.10      zhu      2400: => '排列',
1.6       bisitz   2401: 
                   2402:    'Save as'
1.10      zhu      2403: => '另存为',
1.6       bisitz   2404: 
1.66      bisitz   2405:    'Save as &amp; Make This Sheet the Default'
1.10      zhu      2406: => '另存为 & 使此工作表作为一个默认使用',
1.6       bisitz   2407: 
1.103     bisitz   2408:    'Bubblesheet Operator'
                   2409: => 'Bubblesheet Operator',
1.6       bisitz   2410: 
                   2411:    'Select All'
1.10      zhu      2412: => '全选',
1.6       bisitz   2413: 
                   2414:    'Select All Students'
1.10      zhu      2415: => '选择所有学生',
1.6       bisitz   2416: 
                   2417:    'Select Spreadsheet File'
1.10      zhu      2418: => '选择电子表格文件',
1.6       bisitz   2419: 
1.103     bisitz   2420:    'Send bubblesheet data to a course'
                   2421: => 'Send bubblesheet data to a course',
1.6       bisitz   2422: 
                   2423:    'Spreadsheet Computation'
1.93      raeburn  2424: => 'Spreadsheet Computation',
1.6       bisitz   2425: 
                   2426:    'Spreadsheet Computation Status'
1.93      raeburn  2427: => 'Spreadsheet Computation Status',
1.6       bisitz   2428: 
                   2429:    'Student level sheet'
1.93      raeburn  2430: => 'Student level sheet',
1.6       bisitz   2431: 
                   2432:    'Summary'
1.93      raeburn  2433: => 'Summary',
1.6       bisitz   2434: 
                   2435:    'Template'
1.93      raeburn  2436: => 'Template',
1.6       bisitz   2437: 
                   2438:    'Unselect All'
1.93      raeburn  2439: => 'Unselect All',
1.6       bisitz   2440: 
                   2441:    'Unselect All Students'
1.93      raeburn  2442: => 'Unselect All Students',
1.6       bisitz   2443: 
1.103     bisitz   2444:    'Upload bubblesheet data'
                   2445: => 'Upload bubblesheet data',
1.6       bisitz   2446: 
                   2447:    'You must choose at least one student to continue.'
1.93      raeburn  2448: => 'You must choose at least one student to continue.',
1.6       bisitz   2449: 
                   2450:    'You must choose one or more choices to continue.'
1.93      raeburn  2451: => 'You must choose one or more choices to continue.',
1.6       bisitz   2452: 
                   2453:    'may be open from a different computer.'
1.93      raeburn  2454: => 'may be open from a different computer.',
1.6       bisitz   2455: 
                   2456:    'minutes'
1.93      raeburn  2457: => 'minutes',
1.6       bisitz   2458: 
                   2459:    'remaining'
1.98      bisitz   2460: => 'remaining',
1.6       bisitz   2461: 
                   2462:    'second'
1.93      raeburn  2463: => 'second',
1.6       bisitz   2464: 
                   2465:    'seconds'
1.93      raeburn  2466: => 'seconds',
1.6       bisitz   2467: 
                   2468:    'Additional Recipients'
1.12      zhu      2469: => '其他收件人',
1.6       bisitz   2470: 
1.31      bisitz   2471:    'Analyze Over [_1] [_2]'
1.93      raeburn  2472: => 'Analyze Over [_1] [_2]',
1.6       bisitz   2473: 
                   2474:    'Analyze Problem'
1.93      raeburn  2475: => 'Analyze Problem',
1.6       bisitz   2476: 
                   2477:    'Analyze Problem Again'
1.93      raeburn  2478: => 'Analyze Problem Again',
1.6       bisitz   2479: 
                   2480:    'Analyze as '
1.93      raeburn  2481: => 'Analyze as ',
1.6       bisitz   2482: 
                   2483:    'Browsing resource, all submissions are temporary.'
1.93      raeburn  2484: => 'Browsing resource, all submissions are temporary.',
1.6       bisitz   2485: 
                   2486:    'By'
1.93      raeburn  2487: => 'By',
1.6       bisitz   2488: 
                   2489:    'Check All'
1.12      zhu      2490: => '全选',
1.6       bisitz   2491: 
                   2492:    'Check for All'
1.12      zhu      2493: => '检查所有',
1.6       bisitz   2494: 
                   2495:    'Check for None'
1.70      zhu      2496: => '检查无',
1.6       bisitz   2497: 
                   2498:    'Check for Section/Group'
1.12      zhu      2499: => '检查科/组',
1.6       bisitz   2500: 
                   2501:    'Choose a different resource'
1.12      zhu      2502: => '选择不同的资源',
1.6       bisitz   2503: 
                   2504:    'Concepts'
1.12      zhu      2505: => '草稿',
1.6       bisitz   2506: 
                   2507:    'Critical Messages'
1.12      zhu      2508: => '重要讯息',
1.6       bisitz   2509: 
                   2510:    'Delete'
1.12      zhu      2511: => '删除',
1.6       bisitz   2512: 
                   2513:    'Delete Checked'
1.12      zhu      2514: => '删除选中',
1.6       bisitz   2515: 
                   2516:    'Display All Messages'
1.12      zhu      2517: => '显示所有邮件',
1.6       bisitz   2518: 
                   2519:    'Display all Messages'
1.12      zhu      2520: => '显示所有邮件',
1.6       bisitz   2521: 
                   2522:    'Foils'
1.12      zhu      2523: => '选择',
1.6       bisitz   2524: 
                   2525:    'Forward'
1.12      zhu      2526: => '转发',
1.6       bisitz   2527: 
                   2528:    'Forwarded message from'
1.12      zhu      2529: => '转发邮件从',
1.6       bisitz   2530: 
                   2531:    'Forwarding'
1.12      zhu      2532: => '转发',
1.6       bisitz   2533: 
                   2534:    'From'
1.12      zhu      2535: => '从',
1.6       bisitz   2536: 
                   2537:    'Functions'
1.22      zhu      2538: => '功能',
1.6       bisitz   2539: 
                   2540:    'Mail'
1.12      zhu      2541: => '邮件',
1.6       bisitz   2542: 
                   2543:    'Mark Unread'
1.12      zhu      2544: => '标记为未读',
1.6       bisitz   2545: 
                   2546:    'New Problem Variation'
1.93      raeburn  2547: => 'New Problem Variation',
1.6       bisitz   2548: 
                   2549:    'New Randomization'
1.12      zhu      2550: => '新的变化',
1.6       bisitz   2551: 
                   2552:    'Next'
1.12      zhu      2553: => '下一步',
1.6       bisitz   2554: 
1.31      bisitz   2555:    'Number of Plots [_1]'
1.93      raeburn  2556: => 'Number of Plots [_1]',
1.6       bisitz   2557: 
                   2558:    'Option Response Problem Analysis'
1.93      raeburn  2559: => 'Option Response Problem Analysis',
1.6       bisitz   2560: 
                   2561:    'Previous'
1.12      zhu      2562: => '以前的',
1.6       bisitz   2563: 
                   2564:    'Re'
1.12      zhu      2565: => '回复',
1.6       bisitz   2566: 
                   2567:    'Record'
1.12      zhu      2568: => '记录',
1.6       bisitz   2569: 
                   2570:    'Reply'
1.10      zhu      2571: => '回复',
1.6       bisitz   2572: 
                   2573:    'Reset Submissions'
1.93      raeburn  2574: => 'Reset Submissions',
1.6       bisitz   2575: 
                   2576:    'Select a course'
1.12      zhu      2577: => '选择课程',
1.6       bisitz   2578: 
                   2579:    'Selecting a User'
1.12      zhu      2580: => '选择用户',
1.6       bisitz   2581: 
                   2582:    'Send New'
1.93      raeburn  2583: => 'Send New',
1.6       bisitz   2584: 
                   2585:    'Send Reply'
1.12      zhu      2586: => '发送回复',
1.6       bisitz   2587: 
                   2588:    'Send as critical message'
1.10      zhu      2589: => '发出一个重要信息',
1.6       bisitz   2590: 
                   2591:    'Simple Problem Editor'
1.18      zhu      2592: => '简单的问题编辑器',
1.6       bisitz   2593: 
                   2594:    'Starting'
1.18      zhu      2595: => '开始',
1.6       bisitz   2596: 
                   2597:    'Student Data Compilation Progress'
1.18      zhu      2598: => '学生资料汇编进展',
1.6       bisitz   2599: 
                   2600:    'Student Data Compilation Status'
1.18      zhu      2601: => '学生资料汇编状态',
1.6       bisitz   2602: 
                   2603:    'There is no student data for this problem.'
1.18      zhu      2604: => '对于这个问题,没有任何学生的数据。',
1.6       bisitz   2605: 
                   2606:    'Time'
1.10      zhu      2607: => '时间',
1.6       bisitz   2608: 
1.18      zhu      2609:    'To:'
                   2610: => '收件人:',
1.6       bisitz   2611: 
                   2612:    'Uncheck All'
1.10      zhu      2613: => '全部取消',
1.6       bisitz   2614: 
                   2615:    'Unsuccessful Login'
1.9       zhu      2616: => '登录失败',
1.6       bisitz   2617: 
                   2618:    'Update Student Data'
1.10      zhu      2619: => '更新学生资料',
1.6       bisitz   2620: 
                   2621:    'You have no critical messages.'
1.10      zhu      2622: => '您没有任何重要讯息。',
1.6       bisitz   2623: 
                   2624:    'and return receipt'
1.93      raeburn  2625: => 'and return receipt',
1.6       bisitz   2626: 
                   2627:    'can not be accessed from your location.'
1.93      raeburn  2628: => 'can not be accessed from your location.',
1.6       bisitz   2629: 
1.115     bisitz   2630:    'Unacceptable username [_1] for user [_2] [_3] [_4] [_5]'
                   2631: => 'Unacceptable username [_1] for user [_2] [_3] [_4] [_5]',
                   2632: 
                   2633:    'Unacceptable domain [_1] for user [_2] [_3] [_4] [_5]'
                   2634: => 'Unacceptable domain [_1] for user [_2] [_3] [_4] [_5]',
1.6       bisitz   2635: 
                   2636:    'All Documents in Course'
1.93      raeburn  2637: => 'All Documents in Course',
1.6       bisitz   2638: 
                   2639:    'All Resources (possibly large output)'
1.93      raeburn  2640: => 'All Resources (possibly large output)',
1.6       bisitz   2641: 
                   2642:    'Anonymous'
1.18      zhu      2643: => '匿名',
1.6       bisitz   2644: 
                   2645:    'Anonymous contribution to course discussion of resource'
1.18      zhu      2646: => '匿名参加这个资源的讨论',
1.6       bisitz   2647: 
                   2648:    'As a general rule, only authors or co-authors should be filesystem authenticated (which allows access to the server filesystem).'
1.93      raeburn  2649: => 'As a general rule, only authors or co-authors should be filesystem authenticated (which allows access to the server filesystem).',
1.6       bisitz   2650: 
                   2651:    'Associate columns with student attributes.'
1.93      raeburn  2652: => 'Associate columns with student attributes.',
1.6       bisitz   2653: 
                   2654:    'Attribute'
1.93      raeburn  2655: => 'Attribute',
1.6       bisitz   2656: 
                   2657:    'CSV (comma separated values, spreadsheet)'
1.27      zhu      2658: => 'CSV (逗号分隔值, 表格)',
1.6       bisitz   2659: 
                   2660:    'Check Course Document Versions'
1.98      bisitz   2661: => 'Check Course Document Versions',
1.6       bisitz   2662: 
                   2663:    'Check/Set Resource Versions'
1.22      zhu      2664: => '检查/设置源版本',
1.6       bisitz   2665: 
                   2666:    'Chronological View'
1.22      zhu      2667: => '顺序查看',
1.6       bisitz   2668: 
                   2669:    'Column'
1.93      raeburn  2670: => 'Column',
1.6       bisitz   2671: 
                   2672:    'Column [_1]'
1.93      raeburn  2673: => 'Column [_1]',
1.6       bisitz   2674: 
                   2675:    'Continue enrollment?'
1.93      raeburn  2676: => 'Continue enrollment?',
1.6       bisitz   2677: 
                   2678:    'Contribution to course discussion of resource'
1.18      zhu      2679: => '正常参加这个资源的讨论',
1.6       bisitz   2680: 
                   2681:    'Diffs'
1.56      zhu      2682: => '区别',
1.6       bisitz   2683: 
                   2684: #   'Disable ID/Student Number Safeguard and Force Change of Conflicting IDs (only do if you know what you are doing)'
1.98      bisitz   2685: #=> 'Disable ID/Student Number Safeguard and Force Change of Conflicting IDs (only do if you know what you are doing)',
1.6       bisitz   2686: 
                   2687: 
                   2688:    'Disable Student/Employee ID Safeguard and force change of conflicting IDs'
1.70      zhu      2689: => '禁用学生/员工编号,维护和强制改变不一致的IDs',
1.6       bisitz   2690: 
                   2691:    '(only do if you know what you are doing.)'
1.70      zhu      2692: => '(只有这样做,如果你知道自己在做什么。)',
1.6       bisitz   2693: 
                   2694:    'Discussion Contributions'
1.18      zhu      2695: => '参加讨论',
1.6       bisitz   2696: 
                   2697:    'Drop Students'
1.28      zhu      2698: => '从该课程删除学生',
1.6       bisitz   2699: 
                   2700:    'Dropped [_1]'
                   2701: => '[_1] ausgeschlossen',
                   2702: 
                   2703:    'Dropped [_1] student(s).'
                   2704: => '[_1] Student(en) ausgeschlossen.',
                   2705: 
                   2706:    'Dropping Students'
1.93      raeburn  2707: => 'Dropping Students',
1.6       bisitz   2708: 
                   2709:    'EMail Address'
1.93      raeburn  2710: => 'EMail Address',
1.6       bisitz   2711: 
                   2712:    'Enroll a single student'
1.70      zhu      2713: => '注册一个学生',
1.6       bisitz   2714: 
                   2715:    'Enrolling Students'
1.70      zhu      2716: => '注册学生',
1.6       bisitz   2717: 
                   2718:    'Error'
1.93      raeburn  2719: => 'Error',
1.6       bisitz   2720: 
                   2721:    'Error: '
1.93      raeburn  2722: => 'Error: ',
1.6       bisitz   2723: 
                   2724:    'Error: [_1]'
1.93      raeburn  2725: => 'Error: [_1]',
1.6       bisitz   2726: 
                   2727:    'Field'
1.93      raeburn  2728: => 'Field',
1.6       bisitz   2729: 
1.118     bisitz   2730:    'Filenames in Authoring Space'
                   2731: => 'Filenames in Authoring Space',
1.6       bisitz   2732: 
                   2733:    'First Name'
1.56      zhu      2734: => '名',
1.6       bisitz   2735: 
1.118     bisitz   2736:    'Folder in Authoring Space'
                   2737: => 'Folder in Authoring Space',
1.6       bisitz   2738: 
                   2739:    'Full Update'
1.56      zhu      2740: => '全面更新',
1.6       bisitz   2741: 
                   2742:    'Full update (also print list of users not enrolled anymore)'
1.101     bisitz   2743: => 'Full update (also print list of users not enrolled anymore)', # => '全面更新 (auch Liste von Benutzern ausgeben, die den Kurs nicht mehr belegt haben)',
1.6       bisitz   2744: 
                   2745:    'Generation'
1.70      zhu      2746: => '生成',
1.6       bisitz   2747: 
                   2748:    'Group/Section'
1.12      zhu      2749: => '组/科',
1.6       bisitz   2750: 
                   2751:    'HTML/XML'
                   2752: => 'HTML/XML',
                   2753: 
                   2754:    'Hide'
1.56      zhu      2755: => '隐藏',
1.6       bisitz   2756: 
                   2757:    'Student/Employee ID'
1.56      zhu      2758: => '学生/员工 ID',
1.6       bisitz   2759: 
                   2760:    'Identify fields'
1.93      raeburn  2761: => 'Identify fields',
1.6       bisitz   2762: 
                   2763:    'If active, the new role will be available when the students next log in to LON-CAPA.'
1.93      raeburn  2764: => 'If active, the new role will be available when the students next log in to LON-CAPA.',
1.6       bisitz   2765: 
                   2766:    'Ignore First Line'
1.27      zhu      2767: => '忽略第一行',
1.6       bisitz   2768: 
                   2769:    'Initial Password'
1.27      zhu      2770: => '初始密码',
1.6       bisitz   2771: 
                   2772:    'Internal Filename'
1.27      zhu      2773: => '内部文件名',
1.6       bisitz   2774: 
                   2775:    'Invalid home server specified'
1.93      raeburn  2776: => 'Invalid home server specified',
1.6       bisitz   2777: 
                   2778:    'Keep all Resources up-to-date with most recent Versions (default)'
1.93      raeburn  2779: => 'Keep all Resources up-to-date with most recent Versions (default)',
1.6       bisitz   2780: 
                   2781:    'LON-CAPA Domain for Students'
1.93      raeburn  2782: => 'LON-CAPA Domain for Students',
1.6       bisitz   2783: 
                   2784:    'LON-CAPA Enrollment Manager'
1.93      raeburn  2785: => 'LON-CAPA Enrollment Manager',
1.6       bisitz   2786: 
                   2787:    'LON-CAPA domain: [_1]'
1.26      zhu      2788: => 'LON-CAPA 域: [_1]',
1.6       bisitz   2789: 
                   2790:    'Last Name'
1.56      zhu      2791: => '姓',
1.6       bisitz   2792: 
                   2793:    'Last Name, First Names'
1.26      zhu      2794: => '姓,名',
1.6       bisitz   2795: 
                   2796:    'Login Type'
1.26      zhu      2797: => '登录类型',
1.6       bisitz   2798: 
                   2799:    'Middle Names/Initials'
1.26      zhu      2800: => '中名/缩写',
1.6       bisitz   2801: 
                   2802:    'Modify Parameters'
1.26      zhu      2803: => '修改参数',
1.6       bisitz   2804: 
                   2805:    'Modify student data'
1.26      zhu      2806: => '修改学生资料',
1.6       bisitz   2807: 
                   2808:    'Most recently published Version'
1.26      zhu      2809: => '最近发布的版本',
1.6       bisitz   2810: 
                   2811:    'No Kerberos domain was specified.'
1.93      raeburn  2812: => 'No Kerberos domain was specified.',
1.6       bisitz   2813: 
                   2814:    'None Found'
1.26      zhu      2815: => '没有找到',
1.6       bisitz   2816: 
                   2817:    'Note: For large courses, this operation may be time consuming.'
1.93      raeburn  2818: => 'Note: For large courses, this operation may be time consuming.',
1.6       bisitz   2819: 
1.73      bisitz   2820:    'This will not take effect if the user already exists.'
1.93      raeburn  2821: => 'This will not take effect if the user already exists.',
1.6       bisitz   2822: 
                   2823:    'Processed [_1] student(s).'
                   2824: => '[_1] Studierende bearbeitet.',
                   2825: 
                   2826:    'Re-enrollment will re-activate data.'
1.93      raeburn  2827: => 'Re-enrollment will re-activate data.',
1.6       bisitz   2828: 
                   2829:    'Registering'
1.93      raeburn  2830: => 'Registering',
1.6       bisitz   2831: 
                   2832:    'Samples'
1.56      zhu      2833: => '例如',
1.6       bisitz   2834: 
                   2835:    'Save as ...'
1.18      zhu      2836: => '另存为...',
1.6       bisitz   2837: 
                   2838:    'Set Version to be used in Course'
1.93      raeburn  2839: => 'Set Version to be used in Course',
1.6       bisitz   2840: 
                   2841:    'Set Versions to be used in Course according to Selections below'
1.93      raeburn  2842: => 'Set Versions to be used in Course according to Selections below',
1.6       bisitz   2843: 
                   2844:    'Set all Resource Versions to current Version (Fix Versions)'
1.93      raeburn  2845: => 'Set all Resource Versions to current Version (Fix Versions)',
1.6       bisitz   2846: 
                   2847:    'Show Preview'
1.93      raeburn  2848: => 'Show Preview',
1.6       bisitz   2849: 
                   2850:    'Space separated'
1.27      zhu      2851: => '以空格分隔',
1.6       bisitz   2852: 
                   2853:    'Starting and Ending Dates'
1.27      zhu      2854: => '起始和结束日期',
1.6       bisitz   2855: 
                   2856:    'Student Number'
1.27      zhu      2857: => '学生证号码',
1.6       bisitz   2858: 
                   2859:    'Tabulator separated'
1.27      zhu      2860: => '以制表符分隔',
1.6       bisitz   2861: 
                   2862:    'The optional email address field was not specified.'
1.93      raeburn  2863: => 'The optional email address field was not specified.',
1.6       bisitz   2864: 
                   2865:    'The optional name field was not specified.'
1.93      raeburn  2866: => 'The optional name field was not specified.',
1.6       bisitz   2867: 
                   2868:    'The optional ID number field was not specified.'
1.93      raeburn  2869: => 'The optional ID number field was not specified.',
1.6       bisitz   2870: 
                   2871:    'The optional section or group field was not specified.'
1.93      raeburn  2872: => 'The optional section or group field was not specified.',
1.6       bisitz   2873: 
                   2874:    'The optional student number field was not specified.'
1.93      raeburn  2875: => 'The optional student number field was not specified.',
1.6       bisitz   2876: 
                   2877:    'The optional section field was not specified.'
1.93      raeburn  2878: => 'The optional section field was not specified.',
1.6       bisitz   2879: 
                   2880:    'The optional role field was not specified.'
1.93      raeburn  2881: => 'The optional role field was not specified.',
1.6       bisitz   2882: 
                   2883:    'The optional domain field was not specified.'
1.93      raeburn  2884: => 'The optional domain field was not specified.',
1.6       bisitz   2885: 
                   2886:    'There are no students currently enrolled.'
1.93      raeburn  2887: => 'There are no students currently enrolled.',
1.6       bisitz   2888: 
                   2889:    'Continue adding users?'
1.93      raeburn  2890: => 'Continue adding users?',
1.6       bisitz   2891: 
                   2892:    'Threaded View'
1.22      zhu      2893: => '线程查看',
1.6       bisitz   2894: 
                   2895:    'Total number of records found in file: [_1]'
1.93      raeburn  2896: => 'Total number of records found in file: [_1]',
1.6       bisitz   2897: 
                   2898:    'Unable to enroll students'
1.93      raeburn  2899: => 'Unable to enroll students',
1.6       bisitz   2900: 
                   2901:    'Updating discussion time'
1.93      raeburn  2902: => 'Updating discussion time',
1.6       bisitz   2903: 
                   2904:    'Uploading Class List'
1.93      raeburn  2905: => 'Uploading Class List',
1.6       bisitz   2906: 
                   2907:    'Verify Content'
                   2908: => '检查内容',
                   2909: 
                   2910:    'Version used in Course'
1.93      raeburn  2911: => 'Version used in Course',
1.6       bisitz   2912: 
                   2913:    'View Class List'
1.93      raeburn  2914: => 'View Class List',
1.6       bisitz   2915: 
                   2916:    'View Class list'
1.93      raeburn  2917: => 'View Class list',
1.6       bisitz   2918: 
                   2919:    'Welcome'
1.22      zhu      2920: => '欢迎',
1.6       bisitz   2921: 
1.102     raeburn  2922:    'Welcome to the Learning[_1]Online[_2] Network with CAPA. Please wait while your session is being set up.'
1.12      zhu      2923: => '欢迎您到在线网络 LON-CAPA 学习。请稍候,您的会话正在建立。',
1.6       bisitz   2924: 
                   2925:    'You must choose an authentication type.'
1.22      zhu      2926: => '你必须选择一个身份验证类型。',
1.6       bisitz   2927: 
                   2928:    'You need to specify the Kerberos domain.'
1.93      raeburn  2929: => 'You need to specify the Kerberos domain.',
1.6       bisitz   2930: 
                   2931:    'You need to specify the initial password.'
1.93      raeburn  2932: => 'You need to specify the initial password.',
1.6       bisitz   2933: 
                   2934:    'You need to specify the username field.'
1.93      raeburn  2935: => 'You need to specify the username field.',
1.6       bisitz   2936: 
                   2937:    'Your Version Settings have been Saved'
1.93      raeburn  2938: => 'Your Version Settings have been Saved',
1.6       bisitz   2939: 
                   2940:    '[_1] Do not change login data'
1.12      zhu      2941: => '[_1] 不要更改登录数据',
1.6       bisitz   2942: 
                   2943:    '[_1] Kerberos authenticated with domain [_2] [_3] Version 4 [_4] Version 5 [_5]'
1.70      zhu      2944: => '[_1] Kerberos身份验证域 [_2] [_3] 版本 4 [_4] 版本 5 [_5]',
1.6       bisitz   2945: 
                   2946:    'Currently Kerberos authenticated with domain [_1] Version [_2].'
1.70      zhu      2947: => '目前的Kerberos身份验证域 [_1] 版本 [_2]。',
1.6       bisitz   2948: 
                   2949:    'Currently Kerberos authenticated, Version [_1].'
1.70      zhu      2950: => '目前Kerberos身份验证,版本 [_1]。',
1.6       bisitz   2951: 
                   2952:    'most recent'
1.12      zhu      2953: => '最新的',
1.6       bisitz   2954: 
                   2955:    'name only visible to course faculty'
1.18      zhu      2956: => '只有课程管理者能看见',
1.6       bisitz   2957: 
                   2958:    'Calculate answers'
1.70      zhu      2959: => '计算的答案',
1.6       bisitz   2960: 
1.65      zhu      2961:   'Show All Foils'
                   2962: => '显示全部选项',
                   2963: 
                   2964:    'Show All Instances'
                   2965: => '显示全部选项',
1.6       bisitz   2966: 
                   2967:    '1 out of N multiple choice (radio button)'
1.18      zhu      2968: => '单选',
1.6       bisitz   2969: 
                   2970:    'Add new option'
1.10      zhu      2971: => '添加新的选择',
1.6       bisitz   2972: 
                   2973:    'Administrator'
1.10      zhu      2974: => '管理员',
1.6       bisitz   2975: 
                   2976:    'Answer:'
1.10      zhu      2977: => '回复:',
1.6       bisitz   2978: 
                   2979:    'Attachment'
1.10      zhu      2980: => '附件',
1.6       bisitz   2981: 
                   2982:    '(128 KB max size)'
1.10      zhu      2983: => '(最大 128 KB)',
1.6       bisitz   2984: 
                   2985:    'Change'
1.10      zhu      2986: => '改变',
1.6       bisitz   2987: 
                   2988:    'Change Random Seed To:'
1.70      zhu      2989: => '随机数的基础上:',
1.6       bisitz   2990: 
                   2991:    'Change Your Language Preferences'
1.70      zhu      2992: => '变更您的语言偏好',
1.6       bisitz   2993: 
                   2994:    'Concept:'
1.70      zhu      2995: => '概念:',
1.6       bisitz   2996: 
                   2997:    'Correct Option:'
1.18      zhu      2998: => '正确的选择:',
1.6       bisitz   2999: 
                   3000:    'Create a New Course'
1.12      zhu      3001: => '创建一个新的课程',
1.6       bisitz   3002: 
                   3003:    'Create a New Course or Group Space'
1.12      zhu      3004: => '创建一个新的课程或组空间',
1.6       bisitz   3005: 
                   3006:    'Current'
1.12      zhu      3007: => '现在的',
1.6       bisitz   3008: 
                   3009:    'Delete an option'
1.12      zhu      3010: => '删除一个选项',
1.6       bisitz   3011: 
                   3012:    'Delete:'
1.12      zhu      3013: => '删除:',
1.6       bisitz   3014: 
                   3015:    'Diffs with Current Version'
1.56      zhu      3016: => '与当前版本的区别',
1.6       bisitz   3017: 
                   3018:    'Diffs with Version'
1.56      zhu      3019: => '不同版本之间的区别',
1.6       bisitz   3020: 
                   3021:    'Diffs with current Version'
1.56      zhu      3022: => '与当前版本的区别',
1.6       bisitz   3023: 
                   3024:    'Display and analysis of submission times on assessments.'
1.93      raeburn  3025: => 'Display and analysis of submission times on assessments.',
1.6       bisitz   3026: 
                   3027:    'Display foils in order given'
1.56      zhu      3028: => '在给定的分类里显示选项',
1.6       bisitz   3029: 
                   3030:    'Display foils in random order'
1.56      zhu      3031: => '在一个随机序列里显示选项',
1.6       bisitz   3032: 
                   3033:    'Domain Guest'
1.12      zhu      3034: => '网上邻居',
1.6       bisitz   3035: 
                   3036:    'Essay, open end'
1.18      zhu      3037: => '尝试,没有时间限制',
1.6       bisitz   3038: 
                   3039:    'False'
1.18      zhu      3040: => '错误的',
1.6       bisitz   3041: 
                   3042:    'Foil'
1.18      zhu      3043: => '选项',
1.6       bisitz   3044: 
                   3045:    'Format:'
1.12      zhu      3046: => '格式:',
1.6       bisitz   3047: 
                   3048:    'Height(pixel):'
1.12      zhu      3049: => '高 (Pixel):',
1.6       bisitz   3050: 
                   3051:    'Hint Text'
1.12      zhu      3052: => '提示文字',
1.6       bisitz   3053: 
                   3054:    'If this resource is in active use, student performance data from the previous version may become inaccessible.'
1.93      raeburn  3055: => 'If this resource is in active use, student performance data from the previous version may become inaccessible.',
1.6       bisitz   3056: 
                   3057:    'Image:'
1.12      zhu      3058: => '图片:',
1.6       bisitz   3059: 
                   3060:    'Incorrect Answers:'
1.12      zhu      3061: => '错误的答案:',
1.6       bisitz   3062: 
                   3063:    'Last accessed'
1.12      zhu      3064: => '上次访问',
1.6       bisitz   3065: 
                   3066:    'Librarian'
1.93      raeburn  3067: => 'Librarian',
1.6       bisitz   3068: 
                   3069:    'Making Backup to [_1]'
1.93      raeburn  3070: => 'Making Backup to [_1]',
1.6       bisitz   3071: 
                   3072:    'Max Number Of Shown Foils:'
1.56      zhu      3073: => '显示选项的最大数量:',
1.6       bisitz   3074: 
                   3075:    'Max number of foils displayed'
1.56      zhu      3076: => '显示选项的最大数量',
1.6       bisitz   3077: 
                   3078:    'Metadata'
1.12      zhu      3079: => '元数据',
1.6       bisitz   3080: 
                   3081:    'metadata'
1.12      zhu      3082: => '元数据',
1.6       bisitz   3083: 
                   3084:    'Metadata Version'
1.12      zhu      3085: => '元数据版本',
1.6       bisitz   3086: 
                   3087:    'Metadata current version'
1.12      zhu      3088: => '元数据的最新版本',
1.6       bisitz   3089: 
                   3090:    'Save Metadata'
1.12      zhu      3091: => '保存元数据',
1.6       bisitz   3092: 
                   3093:    'Name:'
1.12      zhu      3094: => '姓氏:',
1.6       bisitz   3095: 
                   3096:    'New parameters or saved values'
1.18      zhu      3097: => '新的参数或保存价值',
1.6       bisitz   3098: 
                   3099:    'No language preference'
1.56      zhu      3100: => '没有语言偏好',
1.6       bisitz   3101: 
                   3102:    'Not shown, not used'
1.18      zhu      3103: => '没有显示,没有使用',
1.6       bisitz   3104: 
                   3105:    'Obsolete parameters or saved values'
1.18      zhu      3106: => '过时的参数或保存价值',
1.6       bisitz   3107: 
                   3108:    'Option response'
1.12      zhu      3109: => '答案选项',
1.6       bisitz   3110: 
                   3111:    'Please do not reply to this address.'
1.93      raeburn  3112: => 'Please do not reply to this address.',
1.6       bisitz   3113: 
                   3114:    'Position'
                   3115: => 'Position',
                   3116: 
                   3117:    'Preferred language'
1.18      zhu      3118: => '首选语言',
1.6       bisitz   3119: 
                   3120:    'Problems'
1.93      raeburn  3121: => 'Problems',
1.6       bisitz   3122: 
                   3123:    'Produce Excel Output'
1.93      raeburn  3124: => 'Produce Excel Output',
1.6       bisitz   3125: 
                   3126:    'Question Text'
1.18      zhu      3127: => '文字问题',
1.6       bisitz   3128: 
                   3129:    'Random position'
1.18      zhu      3130: => '随机位置',
1.6       bisitz   3131: 
                   3132:    'Retrieve Published Resources'
1.18      zhu      3133: => '恢复发布的资源',
1.6       bisitz   3134: 
                   3135:    'Short string response'
1.18      zhu      3136: => '简短的文字回答',
1.6       bisitz   3137: 
                   3138:    'Show always at bottom position'
1.18      zhu      3139: => '总是在最后显示',
1.6       bisitz   3140: 
                   3141:    'Show always at top position'
1.18      zhu      3142: => '总是在最开始显示',
1.6       bisitz   3143: 
                   3144:    'Size:'
1.18      zhu      3145: => '大小:',
1.6       bisitz   3146: 
                   3147:    'Save Changes'
1.18      zhu      3148: => '保存更改',
1.6       bisitz   3149: 
                   3150:    'Submission Time Analysis'
1.18      zhu      3151: => '提交时间分析',
1.6       bisitz   3152: 
                   3153:    'Submit Changes and Edit'
1.18      zhu      3154: => '保存并继续编辑',
1.6       bisitz   3155: 
                   3156:    'TeXWidth(mm):'
1.18      zhu      3157: => 'TeX-宽 (mm):',
1.6       bisitz   3158: 
                   3159:    'Text'
1.18      zhu      3160: => '文本',
1.6       bisitz   3161: 
                   3162:    'Text Block'
1.18      zhu      3163: => '文本块',
1.6       bisitz   3164: 
                   3165:    'This is an automatic message generated by the LON-CAPA system.'
1.93      raeburn  3166: => 'This is an automatic message generated by the LON-CAPA system.',
1.6       bisitz   3167: 
                   3168:    'True'
1.18      zhu      3169: => '正确的',
1.6       bisitz   3170: 
                   3171:    'unused'
1.18      zhu      3172: => '未用过的',
1.6       bisitz   3173: 
                   3174:    'Type-in value'
1.93      raeburn  3175: => 'Type-in value',
1.6       bisitz   3176: 
                   3177:    'Unit:'
1.18      zhu      3178: => '单位:',
1.6       bisitz   3179: 
                   3180:    'Value'
1.18      zhu      3181: => '值',
1.6       bisitz   3182: 
                   3183:    'Warning!'
1.18      zhu      3184: => '警告!',
1.6       bisitz   3185: 
                   3186:    'Width(pixel):'
1.18      zhu      3187: => '宽 (Pixel):',
1.6       bisitz   3188: 
                   3189:    'anonymous'
1.18      zhu      3190: => '匿名',
1.6       bisitz   3191: 
                   3192:    'bytes'
1.93      raeburn  3193: => 'bytes',
1.6       bisitz   3194: 
                   3195:    'loginproblems.html'
                   3196: => 'loginproblems.html',
                   3197: 
                   3198:    'versions of this problem'
1.18      zhu      3199: => '这个问题的版本',
1.6       bisitz   3200: 
                   3201: 
1.45      bisitz   3202: #=====================
1.6       bisitz   3203: # Begin remote control (mydesk.tab)
                   3204: # 2x8 chars, only lower case
                   3205: # Same order as in mydesk.tab!
                   3206:    'choose[_1]'
1.44      bisitz   3207: => '选择',
1.6       bisitz   3208:    'course[_1]'
1.44      bisitz   3209: => '课程',
1.6       bisitz   3210: 
                   3211:    'switch[_1]'
1.44      bisitz   3212: => '转换',
1.6       bisitz   3213:    'course[_2]'
1.44      bisitz   3214: => '课程',
1.6       bisitz   3215: 
                   3216:    'switch[_2]'
1.44      bisitz   3217: => '转换',
1.6       bisitz   3218:    'role[_1]'
1.44      bisitz   3219: => '角色',
1.6       bisitz   3220: 
                   3221:    'choose[_2]'
1.44      bisitz   3222: => '选择',
1.6       bisitz   3223:    'role[_2]'
1.44      bisitz   3224: => '角色',
1.6       bisitz   3225: 
                   3226:    'course[_3]'
1.44      bisitz   3227: => '课程',
1.6       bisitz   3228:    'docs[_1]'
1.44      bisitz   3229: => '内容',
1.6       bisitz   3230: 
1.84      bisitz   3231:    'course[_7]'
1.44      bisitz   3232: => '编辑',
1.84      bisitz   3233:    'editor[_1]'
1.44      bisitz   3234: => '课程文档',
1.6       bisitz   3235: 
                   3236:    'navigate[_1]'
1.63      zhu      3237: => '课程',
1.6       bisitz   3238:    'contents[_1]'
1.63      zhu      3239: => '目录',
1.6       bisitz   3240: 
1.45      bisitz   3241:    'request-[_1]'
1.93      raeburn  3242: => 'request-[_1]',
1.45      bisitz   3243:    'course[_16]'
1.93      raeburn  3244: => 'course[_16]',
1.45      bisitz   3245: 
1.6       bisitz   3246:    'my[_1]'
1.63      zhu      3247: => '我的',
1.6       bisitz   3248:    'grades[_1]'
1.63      zhu      3249: => '得分',
1.6       bisitz   3250: 
                   3251:    'course[_4]'
1.63      zhu      3252: => '课程',
1.6       bisitz   3253:    'grades[_2]'
1.63      zhu      3254: => '等级',
1.6       bisitz   3255: 
                   3256:    'course[_5]'
1.93      raeburn  3257: => 'course[_5]',
1.6       bisitz   3258:    'chart[_1]'
1.93      raeburn  3259: => 'chart[_1]',
1.6       bisitz   3260: 
                   3261:    'course[_6]'
1.63      zhu      3262: => '课程',
1.6       bisitz   3263:    'stats[_1]'
1.63      zhu      3264: => '统计',
1.6       bisitz   3265: 
                   3266:    'manage[_1]'
1.93      raeburn  3267: => 'manage[_1]',
1.6       bisitz   3268:    'acc keys[_1]'
1.93      raeburn  3269: => 'acc keys[_1]',
1.6       bisitz   3270: 
                   3271:    'course[_12]'
1.63      zhu      3272: => '课程参加者',
1.6       bisitz   3273:    'roster[_1]'
1.63      zhu      3274: => '名单',
1.6       bisitz   3275: 
                   3276:    'user[_1]'
1.63      zhu      3277: => '用户',
                   3278:    'roles[_1]'
                   3279: => '角色',
1.6       bisitz   3280: 
                   3281:    'create[_1]'
1.63      zhu      3282: => '创建',
1.6       bisitz   3283:    'course[_8]'
1.63      zhu      3284: => '课程',
1.6       bisitz   3285: 
                   3286:    'course[_9]'
1.63      zhu      3287: => '课程',
1.6       bisitz   3288:    'parms[_1]'
1.63      zhu      3289: => '参数',
1.6       bisitz   3290: 
                   3291:    'con-[_1]'
1.93      raeburn  3292: => 'con-[_1]',
1.6       bisitz   3293:    'struct[_1]'
1.93      raeburn  3294: => 'struct[_1]',
1.6       bisitz   3295: 
1.45      bisitz   3296:    'co con-[_1]'
1.93      raeburn  3297: => 'co con-[_1]',
1.45      bisitz   3298:    'struct[_2]'
1.93      raeburn  3299: => 'struct[_2]',
1.45      bisitz   3300: 
1.6       bisitz   3301:    'domain[_1]'
1.63      zhu      3302: => '域',
1.6       bisitz   3303:    'config[_1]'
1.63      zhu      3304: => '配置',
1.6       bisitz   3305: 
                   3306:    'resource[_1]'
1.63      zhu      3307: => '发布', # '资源',
1.6       bisitz   3308:    'space[_1]'
1.63      zhu      3309: => '资源',
1.6       bisitz   3310: 
                   3311:    'co res[_1]'
1.93      raeburn  3312: => 'co res[_1]',
1.6       bisitz   3313:    'space[_2]'
1.93      raeburn  3314: => 'space[_2]',
1.6       bisitz   3315: 
                   3316:    'what is[_1]'
1.63      zhu      3317: => '有什么',
1.6       bisitz   3318:    'new[_1]'
1.63      zhu      3319: => '新内容',
1.6       bisitz   3320: 
                   3321:    'enter[_1]'
1.93      raeburn  3322: => 'enter[_1]',
1.6       bisitz   3323:    'grades[_3]'
1.93      raeburn  3324: => 'grades[_3]',
1.6       bisitz   3325: 
                   3326:    'course[_13]'
1.44      bisitz   3327: => '课程',
1.6       bisitz   3328:    'catalog[_1]'
1.44      bisitz   3329: => '目录',
1.6       bisitz   3330: 
                   3331:    'view[_1]'
1.44      bisitz   3332: => '查看',
1.6       bisitz   3333:    'bookmark[_1]'
1.44      bisitz   3334: => '书签',
1.6       bisitz   3335: 
                   3336:    'calendar[_1]'
1.44      bisitz   3337: => '日历',
1.6       bisitz   3338:    'announce[_1]'
1.44      bisitz   3339: => '通告',
1.6       bisitz   3340: 
                   3341:    'commu-[_1]'
1.63      zhu      3342: => '发送和接收',
1.6       bisitz   3343:    'nication[_1]'
1.63      zhu      3344: => '邮件',
1.6       bisitz   3345: 
                   3346:    'course[_10]'
1.44      bisitz   3347: => '课程-',
1.45      bisitz   3348:    'chatroom[_1]'
1.44      bisitz   3349: => '聊天室',
1.6       bisitz   3350: 
                   3351:    'course[_14]'
1.44      bisitz   3352: => '课程-',
1.6       bisitz   3353:    'groups[_1]'
1.44      bisitz   3354: => '组',
1.6       bisitz   3355: 
                   3356:    'port-[_1]'
1.63      zhu      3357: => '文件夹',
1.6       bisitz   3358:    'folio[_1]'
1.63      zhu      3359: => '空间',
1.6       bisitz   3360: 
                   3361:    'edit[_1]'
1.44      bisitz   3362: => '编辑',
1.6       bisitz   3363:    'blogs[_1]'
1.44      bisitz   3364: => '博客',
1.6       bisitz   3365: 
                   3366:    'search[_3]'
1.93      raeburn  3367: => 'search[_3]',
1.6       bisitz   3368:    'prtfolio[_1]'
1.93      raeburn  3369: => 'prtfolio[_1]',
1.6       bisitz   3370: 
                   3371:    'search[_1]'
1.63      zhu      3372: => '在课程中',
1.6       bisitz   3373:    'course[_11]'
1.63      zhu      3374: => '搜索',
1.6       bisitz   3375: 
                   3376:    'search[_2]'
1.63      zhu      3377: => '搜索',
1.6       bisitz   3378:    'library[_1]'
1.63      zhu      3379: => '资源',
1.6       bisitz   3380: 
                   3381:    'prefer-[_1]'
1.63      zhu      3382: => '用户',
1.6       bisitz   3383:    'ences[_1]'
1.63      zhu      3384: => '设置',
1.6       bisitz   3385: 
                   3386:    'exit[_1]'
1.63      zhu      3387: => '注销',
1.6       bisitz   3388:    ' [_1]'
1.44      bisitz   3389: => ' ',
1.6       bisitz   3390: 
                   3391: #=====================
1.45      bisitz   3392: # Remote control entries which occur only in lonmenu.pm
1.6       bisitz   3393: 
1.45      bisitz   3394:    'problem[_1]'
1.93      raeburn  3395: => 'problem[_1]', # '问题',
1.45      bisitz   3396:    'grades[_4]'
1.93      raeburn  3397: => 'grades[_4]',
1.45      bisitz   3398: 
                   3399:    'sub-[_1]'
1.93      raeburn  3400: => 'sub-[_1]',
1.45      bisitz   3401:    'missions[_1]'
1.93      raeburn  3402: => 'missions[_1]',
1.6       bisitz   3403: 
1.45      bisitz   3404:    'problem[_2]'
1.93      raeburn  3405: => 'problem[_2]', # '问题',
1.45      bisitz   3406:    'parms[_2]'
1.93      raeburn  3407: => 'parms[_2]',
1.45      bisitz   3408: 
1.88      bisitz   3409:    'dir[_1]'
1.93      raeburn  3410: => 'dir[_1]',
1.88      bisitz   3411:    'list[_1]'
1.93      raeburn  3412: => 'list[_1]',
1.88      bisitz   3413: 
1.45      bisitz   3414:    'retrieve[_1]'
1.93      raeburn  3415: => 'retrieve[_1]',
1.45      bisitz   3416:    'version[_1]'
1.93      raeburn  3417: => 'version[_1]',
1.6       bisitz   3418: 
1.45      bisitz   3419:    'publish[_1]'
1.93      raeburn  3420: => 'publish[_1]',
1.45      bisitz   3421:    'resource[_3]'
1.93      raeburn  3422: => 'resource[_3]',
1.6       bisitz   3423: 
1.45      bisitz   3424:    'delete[_1]'
1.93      raeburn  3425: => 'delete[_1]',
1.45      bisitz   3426:    'resource[_2]'
1.93      raeburn  3427: => 'resource[_2]',
1.6       bisitz   3428: 
1.45      bisitz   3429:    'prepare[_1]'
1.93      raeburn  3430: => 'prepare[_1]',
1.45      bisitz   3431:    'printout[_1]'
                   3432: => '', # !
1.6       bisitz   3433: 
                   3434:    'backward[_1]'
1.93      raeburn  3435: => 'backward[_1]',
1.6       bisitz   3436: 
1.45      bisitz   3437:    'forward[_1]'
1.93      raeburn  3438: => 'forward[_1]',
1.45      bisitz   3439: 
                   3440:    'set[_1]'
1.93      raeburn  3441: => 'set[_1]',
1.6       bisitz   3442:    'bookmark[_2]'
1.93      raeburn  3443: => 'bookmark[_2]',
1.45      bisitz   3444: 
                   3445:    'anno-[_1]'
1.93      raeburn  3446: => 'anno-[_1]',
1.45      bisitz   3447:    'tations[_1]'
1.93      raeburn  3448: => 'tations[_1]',
1.45      bisitz   3449: 
                   3450:    'catalog[_2]'
1.93      raeburn  3451: => 'catalog[_2]',
1.45      bisitz   3452:    'info[_1]'
1.93      raeburn  3453: => 'info[_1]', # '信息',
1.6       bisitz   3454: 
                   3455:    'evaluate[_1]'
1.93      raeburn  3456: => 'evaluate[_1]',
1.45      bisitz   3457:    'this[_1]'
1.93      raeburn  3458: => 'this[_1]',
1.6       bisitz   3459: 
                   3460:    'feedback[_1]'
1.93      raeburn  3461: => 'feedback[_1]',
1.6       bisitz   3462:    'discuss[_1]'
1.93      raeburn  3463: => 'discuss[_1]',
1.6       bisitz   3464: 
                   3465: # End remote control
1.45      bisitz   3466: #=====================
1.6       bisitz   3467: 
                   3468:    '(Enter maximum [_1] collaborators using username or username@domain, e.g. smithje or smithje@[_2].)'
1.26      zhu      3469: => '(输入最大[_1]同事的用户名或用户名@域名,例如:smithje or smithje@[_2]。)',
1.6       bisitz   3470: 
                   3471:    '(Hand in a file you have prepared on your computer)'
1.100     raeburn  3472: => '(Hand in a file you have prepared on your computer)',
1.6       bisitz   3473: 
                   3474:    ', select a template from the pull-down menu below.'
1.98      bisitz   3475: => ', select a template from the pull-down menu below.',
1.6       bisitz   3476: 
                   3477:    '<*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   3478: => '<*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   3479: 
                   3480:    'ABSTRACT'
1.70      zhu      3481: => '摘要',
1.6       bisitz   3482: 
                   3483:    'Access Control'
1.70      zhu      3484: => '访问控制',
1.6       bisitz   3485: 
                   3486:    'Activate'
1.70      zhu      3487: => '激活',
1.6       bisitz   3488: 
                   3489:    'Add Roles'
1.70      zhu      3490: => '添加角色',
1.6       bisitz   3491: 
                   3492:    "Add one empty page/column after each student's assignment"
1.93      raeburn  3493: => "Add one empty page/column after each student's assignment",
1.6       bisitz   3494: 
                   3495:    "Add three empty pages/column after each student's assignment"
1.93      raeburn  3496: => "Add three empty pages/column after each student's assignment",
1.6       bisitz   3497: 
                   3498:    "Add two empty pages/column after each student's assignment"
1.93      raeburn  3499: => "Add two empty pages/column after each student's assignment",
1.6       bisitz   3500: 
                   3501:    'Date Shift'
1.93      raeburn  3502: => 'Date Shift',
1.6       bisitz   3503: 
                   3504:    'Do not clone date parameters'
1.93      raeburn  3505: => 'Do not clone date parameters',
1.6       bisitz   3506: 
                   3507:    'Clone date parameters as-is'
1.93      raeburn  3508: => 'Clone date parameters as-is',
1.6       bisitz   3509: 
                   3510:    'Shift date parameters by number of days'
1.93      raeburn  3511: => 'Shift date parameters by number of days',
1.6       bisitz   3512: 
                   3513:    'Additional settings, if specified below, will override cloned settings'
1.93      raeburn  3514: => 'Additional settings, if specified below, will override cloned settings',
1.6       bisitz   3515: 
                   3516:    'Advanced Edit'
1.93      raeburn  3517: => 'Advanced Edit',
1.6       bisitz   3518: 
                   3519:    'All Resources'
1.93      raeburn  3520: => 'All Resources',
1.6       bisitz   3521: 
                   3522:    'All Students'
1.26      zhu      3523: => '所有学生',
1.6       bisitz   3524: 
                   3525:    'Allowed filetypes: [_1]'
1.93      raeburn  3526: => 'Allowed filetypes: [_1]',
1.6       bisitz   3527: 
                   3528:    'An error occurred during the attempt to change the section for this student.'
1.93      raeburn  3529: => 'An error occurred during the attempt to change the section for this student.',
1.6       bisitz   3530: 
                   3531:    'An error occurred during the attempt to change the role information for this student.'
1.93      raeburn  3532: => 'An error occurred during the attempt to change the role information for this student.',
1.6       bisitz   3533: 
                   3534:    'Analyzing Results'
1.93      raeburn  3535: => 'Analyzing Results',
1.6       bisitz   3536: 
                   3537:    'Answerable'
1.93      raeburn  3538: => 'Answerable',
1.6       bisitz   3539: 
                   3540:    'Assessment Parameters'
1.93      raeburn  3541: => 'Assessment Parameters',
1.6       bisitz   3542: 
                   3543:    'Automated Enrollment Manager'
1.93      raeburn  3544: => 'Automated Enrollment Manager',
1.6       bisitz   3545: 
                   3546:    'Automated adds'
1.93      raeburn  3547: => 'Automated adds',
1.6       bisitz   3548: 
                   3549:    'Automated drops'
1.93      raeburn  3550: => 'Automated drops',
1.6       bisitz   3551: 
                   3552:    'Automated enrollment settings'
1.93      raeburn  3553: => 'Automated enrollment settings',
1.6       bisitz   3554: 
                   3555:    'Bad Filename'
1.93      raeburn  3556: => 'Bad Filename',
1.6       bisitz   3557: 
                   3558:    'Begin Enrollment'
1.93      raeburn  3559: => 'Begin Enrollment',
1.6       bisitz   3560: 
                   3561:    'Binary File'
1.93      raeburn  3562: => 'Binary File',
1.6       bisitz   3563: 
                   3564:    'Blank'
1.93      raeburn  3565: => 'Blank',
1.6       bisitz   3566: 
                   3567:    'Browse'
1.93      raeburn  3568: => 'Browse',
1.6       bisitz   3569: 
                   3570:    'CSV format'
1.93      raeburn  3571: => 'CSV format',
1.6       bisitz   3572: 
                   3573:    'Cannot publish directory'
1.93      raeburn  3574: => 'Cannot publish directory',
1.6       bisitz   3575: 
                   3576:    'Cannot retrieve directory'
1.93      raeburn  3577: => 'Cannot retrieve directory',
1.6       bisitz   3578: 
                   3579:    'Catalog Search'
1.93      raeburn  3580: => 'Catalog Search',
1.6       bisitz   3581: 
                   3582:    'Change User Privileges'
1.93      raeburn  3583: => 'Change User Privileges',
1.6       bisitz   3584: 
                   3585:    'Changed discussion view mode'
1.43      bisitz   3586: => '改变讨论视图模式',
1.6       bisitz   3587: 
                   3588:    'Click here for FAQ'
1.93      raeburn  3589: => 'Click here for FAQ',
1.6       bisitz   3590: 
                   3591:    'Click here for help'
1.93      raeburn  3592: => 'Click here for help',
1.6       bisitz   3593: 
                   3594:    'Click here to report bugs'
1.93      raeburn  3595: => 'Click here to report bugs',
1.6       bisitz   3596: 
                   3597:    'Click-On Texts (comma sep):'
1.93      raeburn  3598: => 'Click-On Texts (comma sep):',
1.6       bisitz   3599: 
                   3600:    'Clone an existing course'
1.93      raeburn  3601: => 'Clone an existing course',
1.6       bisitz   3602: 
                   3603:    'Close This Window'
1.93      raeburn  3604: => 'Close This Window',
1.6       bisitz   3605: 
                   3606:    'Closed'
1.93      raeburn  3607: => 'Closed',
1.6       bisitz   3608: 
                   3609:    'Communication'
                   3610: => '通讯',
                   3611: 
                   3612:    'Compare versions of'
1.93      raeburn  3613: => 'Compare versions of',
1.6       bisitz   3614: 
1.51      bisitz   3615:    'No differences found'
1.93      raeburn  3616: => 'No differences found',
1.51      bisitz   3617: 
1.6       bisitz   3618:    'Completely new course'
1.93      raeburn  3619: => 'Completely new course',
1.6       bisitz   3620: 
1.118     bisitz   3621:    'Authoring Space Version'
                   3622: => 'Authoring Space Version',
1.6       bisitz   3623: 
                   3624:    'Continue'
1.18      zhu      3625: => '下一步',
1.6       bisitz   3626: 
                   3627:    'Copy current file to'
1.93      raeburn  3628: => 'Copy current file to',
1.6       bisitz   3629: 
                   3630:    'Copy selected'
1.93      raeburn  3631: => 'Copy selected',
1.6       bisitz   3632: 
                   3633:    'Course Code'
1.93      raeburn  3634: => 'Course Code',
1.6       bisitz   3635: 
                   3636:    'Course Content'
                   3637: => '课程内容',
                   3638: 
                   3639:    'Course Data'
1.18      zhu      3640: => '课程数据',
1.6       bisitz   3641: 
                   3642:    'Course Home Server'
1.93      raeburn  3643: => 'Course Home Server',
1.6       bisitz   3644: 
                   3645:    'Course ID/Number'
1.18      zhu      3646: => '课程-ID/编号',
1.6       bisitz   3647: 
                   3648:    'Course Information'
1.18      zhu      3649: => '课程资料',
1.6       bisitz   3650: 
                   3651:    'Resource Level'
1.73      bisitz   3652: => '资源等级',
1.6       bisitz   3653: 
                   3654:    'Map/Folder Level'
1.93      raeburn  3655: => 'Map/Folder Level',
1.6       bisitz   3656: 
                   3657:    'Course Level'
1.73      bisitz   3658: => '课程等级',
1.6       bisitz   3659: 
                   3660:    'Course Search'
1.18      zhu      3661: => '课程搜寻',
1.6       bisitz   3662: 
                   3663:    'Course Title'
1.18      zhu      3664: => '课程名称',
1.6       bisitz   3665: 
                   3666:    'Create New User'
1.18      zhu      3667: => '创建新用户',
1.6       bisitz   3668: 
                   3669:    'Create User'
1.18      zhu      3670: => '创建用户',
1.6       bisitz   3671: 
                   3672:    'Crosslisted courses'
1.93      raeburn  3673: => 'Crosslisted courses',
1.6       bisitz   3674: 
                   3675:    'Current Class List'
1.22      zhu      3676: => '目前的学生名单',
1.6       bisitz   3677: 
                   3678:    'Current Ending Date: [_1]'
1.22      zhu      3679: => '目前结束日期: [_1]',
1.6       bisitz   3680: 
                   3681:    'Current Ending Date: not set'
1.22      zhu      3682: => '目前结束日期: 未设置',
1.6       bisitz   3683: 
                   3684:    'Current Resource'
1.22      zhu      3685: => '现有资源',
1.6       bisitz   3686: 
                   3687:    'Current Starting Date: [_1]'
1.22      zhu      3688: => '目前开始日期: [_1]',
1.6       bisitz   3689: 
                   3690:    'Current Starting Date: not set'
1.22      zhu      3691: => '目前开始日期: 未设置',
1.6       bisitz   3692: 
                   3693:    'Current Version'
1.22      zhu      3694: => '当前版本',
1.6       bisitz   3695: 
1.83      bisitz   3696:    'Currently no active roles, courses or communities'
                   3697: => 'Currently no active roles, courses or communities', # '目前没有任何活动的角色或课程',
1.6       bisitz   3698: 
1.83      bisitz   3699:    'Currently no additional roles, courses or communities'
                   3700: => 'Currently no additional roles, courses or communities', # '目前还没有更多的角色或课程',
1.6       bisitz   3701: 
                   3702:    'The following [quant,_1,role,roles] will become active in the future:'
1.93      raeburn  3703: => 'The following [quant,_1,role,roles] will become active in the future:',
1.6       bisitz   3704: 
                   3705:    'Currently submitted: [_1]'
1.22      zhu      3706: => '目前提交:[_1]',
1.6       bisitz   3707: 
                   3708:    'Custom Role Editor'
1.22      zhu      3709: => '自订角色编辑器',
1.6       bisitz   3710: 
                   3711:    'Cut selected'
1.93      raeburn  3712: => 'Cut selected',
1.6       bisitz   3713: 
                   3714:    'Decompress'
1.22      zhu      3715: => '解压缩',
1.6       bisitz   3716: 
                   3717:    'Default Assessment Spreadsheet'
1.93      raeburn  3718: => 'Default Assessment Spreadsheet',
1.6       bisitz   3719: 
                   3720:    'Default Course Spreadsheet'
1.93      raeburn  3721: => 'Default Course Spreadsheet',
1.6       bisitz   3722: 
                   3723:    'Default Student Spreadsheet'
1.93      raeburn  3724: => 'Default Student Spreadsheet',
1.6       bisitz   3725: 
                   3726:    'Default XML Style File'
1.93      raeburn  3727: => 'Default XML Style File',
1.6       bisitz   3728: 
                   3729:    'Default for new courses is'
1.93      raeburn  3730: => 'Default for new courses is',
1.6       bisitz   3731: 
                   3732:    'Default:'
1.93      raeburn  3733: => 'Default:',
1.6       bisitz   3734: 
                   3735:    'Define Role'
1.93      raeburn  3736: => 'Define Role',
1.6       bisitz   3737: 
                   3738:    'Dependencies'
1.93      raeburn  3739: => 'Dependencies',
1.6       bisitz   3740: 
                   3741:    'Description:'
1.13      zhu      3742: => '描述:',
1.6       bisitz   3743: 
                   3744:    'Disable student resource discussion'
1.93      raeburn  3745: => 'Disable student resource discussion',
1.6       bisitz   3746: 
                   3747:    'Disable student use of chatrooms'
1.93      raeburn  3748: => 'Disable student use of chatrooms',
1.6       bisitz   3749: 
                   3750:    'Display file attributes'
1.93      raeburn  3751: => 'Display file attributes',
1.6       bisitz   3752: 
                   3753:    'Do NOT generate as standard course'
1.93      raeburn  3754: => 'Do NOT generate as standard course',
1.6       bisitz   3755: 
                   3756:    'Domain Level'
1.93      raeburn  3757: => 'Domain Level',
1.6       bisitz   3758: 
                   3759:    "Don't Show Feedback"
1.93      raeburn  3760: => "Don't Show Feedback",
1.6       bisitz   3761: 
                   3762:    'Duration of automated classlist updates'
1.93      raeburn  3763: => 'Duration of automated classlist updates',
1.6       bisitz   3764: 
                   3765:    'Dynamic Metadata (updated periodically)'
1.18      zhu      3766: => '动态数据 (定期更新)',
1.6       bisitz   3767: 
                   3768:    'ERROR'
1.18      zhu      3769: => '错误',
1.6       bisitz   3770: 
                   3771:    'Edit Custom Role Privileges'
1.70      zhu      3772: => '编辑自定义角色权限',
1.6       bisitz   3773: 
                   3774:    '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      3775: => '编辑错误-这些错误可能不会影响正在运行的问题,但他们很可能会导致问题进一步使用编辑模式。请使用XML模式来解决这些错误。',
1.6       bisitz   3776: 
                   3777:    'End Time'
1.22      zhu      3778: => '结束时间',
1.6       bisitz   3779: 
                   3780:    'Ending Date'
1.22      zhu      3781: => '结束日期',
1.6       bisitz   3782: 
                   3783:    'Ending date'
1.22      zhu      3784: => '结束日期',
1.6       bisitz   3785: 
                   3786:    'Enroll One Student'
1.22      zhu      3787: => '登记一名学生',
1.6       bisitz   3788: 
                   3789:    'Enroll as student'
1.22      zhu      3790: => '登记学生',
1.6       bisitz   3791: 
                   3792:    'Enrolling'
1.22      zhu      3793: => '登记',
1.6       bisitz   3794: 
                   3795:    'Enrolling Student'
1.22      zhu      3796: => '登记学生',
1.6       bisitz   3797: 
                   3798:    '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  3799: => '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   3800: 
                   3801:    '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  3802: => '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   3803: 
                   3804:    'Enter terms or phrases separated by AND, OR, or NOT then press SEARCH below'
1.18      zhu      3805: => '在搜索栏里输入关键字或词组用  AND, OR, 或 NOT 间隔,然后点击下面的 搜索 ',
1.6       bisitz   3806: 
                   3807:    'Enter terms or phrases separated by search operators such as AND, OR, or NOT'
1.18      zhu      3808: => '在搜索栏里输入关键字或词组,如 AND,OR,或 NOT 间隔。',
1.6       bisitz   3809: 
1.118     bisitz   3810:    'Entering Authoring Space'
                   3811: => 'Entering Authoring Space',
1.6       bisitz   3812: 
                   3813:    'Error: Directory Non Empty'
1.93      raeburn  3814: => 'Error: Directory Non Empty',
1.6       bisitz   3815: 
                   3816:    'Error: destination for operation is an existing directory.'
1.93      raeburn  3817: => 'Error: destination for operation is an existing directory.',
1.6       bisitz   3818: 
                   3819:    'Evaluation Error '
1.93      raeburn  3820: => 'Evaluation Error ',
1.6       bisitz   3821: 
                   3822:    'Homework Problem'
1.98      bisitz   3823: => 'Homework Problem',
1.6       bisitz   3824: 
                   3825:    'Exam Problem'
1.93      raeburn  3826: => 'Exam Problem',
1.6       bisitz   3827: 
                   3828:    'Excel format'
1.93      raeburn  3829: => 'Excel format',
1.6       bisitz   3830: 
                   3831:    'Feedback Addresses for Course Content Comments'
1.93      raeburn  3832: => 'Feedback Addresses for Course Content Comments',
1.6       bisitz   3833: 
                   3834:    'Feedback Addresses for Course Policy'
1.93      raeburn  3835: => 'Feedback Addresses for Course Policy',
1.6       bisitz   3836: 
                   3837:    'Feedback Addresses for Resource Content Question'
1.93      raeburn  3838: => 'Feedback Addresses for Resource Content Question',
1.6       bisitz   3839: 
                   3840:    'First'
1.93      raeburn  3841: => 'First',
1.6       bisitz   3842: 
                   3843:    'First Resource'
1.93      raeburn  3844: => 'First Resource',
1.6       bisitz   3845: 
                   3846:    'Foil name [_1] appears more than once. Foil names need to be unique.'
1.93      raeburn  3847: => 'Foil name [_1] appears more than once. Foil names need to be unique.',
1.6       bisitz   3848: 
                   3849:    'Folder/Map'
1.10      zhu      3850: => '文件夹/课程内容',
1.6       bisitz   3851: 
                   3852:    'For one or more students'
1.93      raeburn  3853: => 'For one or more students',
1.6       bisitz   3854: 
                   3855:    'Found a <*response> outside of a <part> in a <part>ed problem'
1.93      raeburn  3856: => 'Found a <*response> outside of a <part> in a <part>ed problem',
1.6       bisitz   3857: 
                   3858:    'Found no analyzable respones in this problem, currently only Numerical, Formula and String response styles are supported.'
1.93      raeburn  3859: => 'Found no analyzable respones in this problem, currently only Numerical, Formula and String response styles are supported.',
1.6       bisitz   3860: 
                   3861:    'Generate messages from a file'
1.22      zhu      3862: => '从一个文件生成邮件',
1.6       bisitz   3863: 
                   3864:    'Go'
                   3865: => 'Go',
                   3866: 
                   3867:    'go'
1.93      raeburn  3868: => 'go',
1.6       bisitz   3869: 
                   3870:    'Go to ...'
1.12      zhu      3871: => '转到...',
1.6       bisitz   3872: 
                   3873:    'Help on Creating Courses'
1.93      raeburn  3874: => 'Help on Creating Courses',
1.6       bisitz   3875: 
                   3876:    'Home Server'
1.93      raeburn  3877: => 'Home Server',
1.6       bisitz   3878: 
                   3879:    'Homework problem'
1.98      bisitz   3880: => 'Homework problem',
1.6       bisitz   3881: 
                   3882:    'How do I create a CSV file from a spreadsheet'
1.27      zhu      3883: => '我如何从Excel表创建一个CSV文件',
1.6       bisitz   3884: 
                   3885:    'How do I create a class list from a spreadsheet'
1.93      raeburn  3886: => 'How do I create a class list from a spreadsheet',
1.6       bisitz   3887: 
                   3888:    'How should the results be printed?'
1.93      raeburn  3889: => 'How should the results be printed?',
1.6       bisitz   3890: 
                   3891:    'Immediately expire own role as Course Coordinator'
1.93      raeburn  3892: => 'Immediately expire own role as Course Coordinator',
1.6       bisitz   3893: 
                   3894:    'Import and Paste Area'
1.93      raeburn  3895: => 'Import and Paste Area',
1.6       bisitz   3896: 
                   3897:    'Include retrieval of student photographs?'
1.93      raeburn  3898: => 'Include retrieval of student photographs?',
1.6       bisitz   3899: 
                   3900:    'Institutional Information'
1.93      raeburn  3901: => 'Institutional Information',
1.6       bisitz   3902: 
                   3903:    'Invalid Significant figures detected'
1.93      raeburn  3904: => 'Invalid Significant figures detected',
1.6       bisitz   3905: 
                   3906:    'Invalid characters in requested name have been removed.'
1.93      raeburn  3907: => 'Invalid characters in requested name have been removed.',
1.6       bisitz   3908: 
                   3909:    'Invalid login mode or password.'
1.93      raeburn  3910: => 'Invalid login mode or password.',
1.6       bisitz   3911: 
                   3912:    'Invalid username or domain'
1.26      zhu      3913: => '无效的用户名或域',
1.6       bisitz   3914: 
                   3915:    'KEYWORDS'
1.93      raeburn  3916: => 'KEYWORDS',
1.6       bisitz   3917: 
                   3918:    'LaTeX batchmode'
1.93      raeburn  3919: => 'LaTeX batchmode',
1.6       bisitz   3920: 
                   3921:    'LaTeX mode'
1.93      raeburn  3922: => 'LaTeX mode',
1.6       bisitz   3923: 
                   3924:    'Languages used'
1.26      zhu      3925: => '所用语言',
1.6       bisitz   3926: 
                   3927:    'Last'
1.93      raeburn  3928: => 'Last',
1.6       bisitz   3929: 
                   3930:    'Leave blank on scoring form'
1.93      raeburn  3931: => 'Leave blank on scoring form',
1.6       bisitz   3932: 
                   3933:    'List Directory'
1.10      zhu      3934: => '目录列表',
1.6       bisitz   3935: 
                   3936:    'Location'
1.10      zhu      3937: => '地点',
1.6       bisitz   3938: 
                   3939:    'Login Data'
1.10      zhu      3940: => '登录数据',
1.6       bisitz   3941: 
                   3942:    'Logout'
                   3943: => '退出',
                   3944: 
                   3945:    'Make new directory'
1.10      zhu      3946: => '创建新目录',
1.6       bisitz   3947: 
                   3948:    'Make new file'
1.10      zhu      3949: => '创建新文件',
1.6       bisitz   3950: 
                   3951:    'Manual Grading'
1.10      zhu      3952: => '手动评分',
1.6       bisitz   3953: 
                   3954:    'Map has branchings. Use advanced editor.'
1.93      raeburn  3955: => 'Map has branchings. Use advanced editor.',
1.6       bisitz   3956: 
                   3957:    'Map has conditions. Use advanced editor.'
1.93      raeburn  3958: => 'Map has conditions. Use advanced editor.',
1.6       bisitz   3959: 
                   3960:    'Map has resource parameters. Use advanced editor.'
1.93      raeburn  3961: => 'Map has resource parameters. Use advanced editor.',
1.6       bisitz   3962: 
                   3963:    'Map has unconnected resources. Use advanced editor.'
1.93      raeburn  3964: => 'Map has unconnected resources. Use advanced editor.',
1.6       bisitz   3965: 
                   3966:    'Messaging'
1.26      zhu      3967: => '发送邮件',
1.6       bisitz   3968: 
                   3969:    'first'
1.26      zhu      3970: => '名', # !
1.6       bisitz   3971: 
                   3972:    'last'
1.26      zhu      3973: => '姓', # !
1.6       bisitz   3974: 
                   3975:    'middle'
1.26      zhu      3976: => '中名', # !
1.6       bisitz   3977: 
                   3978:    'Middle Name'
1.26      zhu      3979: => '中名',
1.6       bisitz   3980: 
                   3981:    'Missing Kerberos domain information.'
1.70      zhu      3982: => '丢失的Kerberos域信息。',
1.6       bisitz   3983: 
                   3984:    'Modification may make assessment data inaccessible!'
1.70      zhu      3985: => '修改可能使评估数据无法访问!',
1.6       bisitz   3986: 
                   3987:    'Modify Enrollment for'
1.70      zhu      3988: => '修改注册为',
1.6       bisitz   3989: 
                   3990:    'Modify User'
1.70      zhu      3991: => '修改用户',
1.6       bisitz   3992: 
                   3993:    'Modify another students data'
1.70      zhu      3994: => '修改另一个学生的数据',
1.6       bisitz   3995: 
                   3996:    'Modify deadlines, etc, for this resource'
1.70      zhu      3997: => '修改此资源的截止日期等',
1.6       bisitz   3998: 
                   3999:    'Modifying data for user'
1.70      zhu      4000: => '修改用户的数据',
1.6       bisitz   4001: 
                   4002:    'Modifying this will make problems have different numbers and answers!'
1.70      zhu      4003: => '修改这将使问题有不同的号码和答案!',
1.6       bisitz   4004: 
                   4005:    'Move current file to'
1.70      zhu      4006: => '目前文件移动到',
1.6       bisitz   4007: 
                   4008:    'Must create new subdirectory inside a directory'
1.70      zhu      4009: => '必须在目录里面创造新的子目录',
1.6       bisitz   4010: 
                   4011:    'Name of Role'
1.70      zhu      4012: => '角色名字',
1.6       bisitz   4013: 
                   4014:    'New Directory'
1.70      zhu      4015: => '新目录',
1.6       bisitz   4016: 
                   4017:    'New HTML file'
1.70      zhu      4018: => '新的HTML文件',
1.6       bisitz   4019: 
                   4020:    'New Resource'
1.70      zhu      4021: => '新资源',
1.6       bisitz   4022: 
                   4023:    'New Role'
1.70      zhu      4024: => '新角色',
1.6       bisitz   4025: 
                   4026:    'New User'
1.70      zhu      4027: => '新用户',
1.6       bisitz   4028: 
                   4029:    'New Value'
1.70      zhu      4030: => '新的价值',
1.6       bisitz   4031: 
                   4032:    'New assembled page'
                   4033: => '新组合页面',
                   4034: 
                   4035:    'New assembled sequence'
1.70      zhu      4036: => '新的组合序列',
1.6       bisitz   4037: 
                   4038:    'New custom rights file'
1.70      zhu      4039: => '新文件的访问控制',
1.6       bisitz   4040: 
                   4041:    'New file'
1.70      zhu      4042: => '新文件',
1.6       bisitz   4043: 
                   4044:    'New problem'
1.70      zhu      4045: => '新问题',
1.6       bisitz   4046: 
                   4047:    'New style file'
1.70      zhu      4048: => '新的风格文件',
1.6       bisitz   4049: 
                   4050:    'New subdirectory'
1.12      zhu      4051: => '新的子目录',
1.6       bisitz   4052: 
                   4053:    'Next    '
1.18      zhu      4054: => '下一步    ',
1.6       bisitz   4055: 
                   4056:    'No'
1.10      zhu      4057: => '否',
1.6       bisitz   4058: 
                   4059:    'No Access or Usages Statistics are available for this resource.'
1.18      zhu      4060: => '没有访问或使用的统计数据可用于该资源。',
1.6       bisitz   4061: 
                   4062:    'No Assessment Statistical Data is available for this resource'
1.18      zhu      4063: => '没有任何评估统计数据可用于该资源。',
1.6       bisitz   4064: 
                   4065:    'No Evaluation Data is available for this resource.'
1.18      zhu      4066: => '没有任何评价数据可用于该资源。',
1.6       bisitz   4067: 
                   4068:    'No new filename specified.'
1.18      zhu      4069: => '没有指定新的文件名。',
1.6       bisitz   4070: 
                   4071:    'No such file'
1.18      zhu      4072: => '文件未找到',
1.6       bisitz   4073: 
                   4074:    'Not Allowed'
1.18      zhu      4075: => '不允许',
1.6       bisitz   4076: 
                   4077:    'Not applicable -'
1.93      raeburn  4078: => 'Not applicable -',
1.6       bisitz   4079: 
                   4080:    'Not open to be viewed'
1.93      raeburn  4081: => 'Not open to be viewed',
1.6       bisitz   4082: 
                   4083:    'Not set -'
1.93      raeburn  4084: => 'Not set -',
1.6       bisitz   4085: 
                   4086:    'Notification of enrollment changes'
1.93      raeburn  4087: => 'Notification of enrollment changes',
1.6       bisitz   4088: 
                   4089:    'Notification to course coordinator via LON-CAPA message when enrollment changes occur during the automated update?'
1.93      raeburn  4090: => 'Notification to course coordinator via LON-CAPA message when enrollment changes occur during the automated update?',
1.6       bisitz   4091: 
                   4092:    'Number of columns'
1.93      raeburn  4093: => 'Number of columns',
1.6       bisitz   4094: 
                   4095:    'Old Value'
1.93      raeburn  4096: => 'Old Value',
1.6       bisitz   4097: 
                   4098:    'One particular problem (overrides folder and course defaults)'
1.93      raeburn  4099: => 'One particular problem (overrides folder and course defaults)',
1.6       bisitz   4100: 
                   4101:    'Online Help'
1.70      zhu      4102: => '联机帮助',
1.6       bisitz   4103: 
1.23      bisitz   4104:    'Help: [_1]'
1.70      zhu      4105: => '帮助: [_1]',
1.23      bisitz   4106: 
1.6       bisitz   4107:    'Only domain coordinators can change a users password.'
1.70      zhu      4108: => '只有域协调员可以更改用户的密码。',
1.6       bisitz   4109: 
                   4110:    'Open Course'
1.70      zhu      4111: => '创建课程',
1.6       bisitz   4112: 
                   4113:    'Open all assessments'
1.70      zhu      4114: => '所有评估访问',
1.6       bisitz   4115: 
                   4116:    'Open and correct'
1.70      zhu      4117: => '公开和正确',
1.6       bisitz   4118: 
                   4119:    'Open with full tries'
1.70      zhu      4120: => '向所有人开放的尝试',
1.6       bisitz   4121: 
                   4122:    'Output Format: [_1]'
1.70      zhu      4123: => '输出格式: [_1]',
1.6       bisitz   4124: 
                   4125:    'Layout Options'
1.70      zhu      4126: => '布局选项',
1.6       bisitz   4127: 
                   4128:    'Page layout'
1.70      zhu      4129: => '页面布局',
1.6       bisitz   4130: 
                   4131:    'Paper type'
1.70      zhu      4132: => '纸张类型',
1.6       bisitz   4133: 
                   4134:    'PDF-Formfields'
1.70      zhu      4135: => 'PDF格式字段',
1.6       bisitz   4136: 
                   4137:    'with Formfields'
1.70      zhu      4138: => '带有格式字段',
1.6       bisitz   4139: 
                   4140:    'without Formfields'
1.70      zhu      4141: => '不带有格式字段',
1.6       bisitz   4142: 
1.77      bisitz   4143:    'Problems from the Whole Course'
1.93      raeburn  4144: => 'Problems from the Whole Course',
1.77      bisitz   4145: 
                   4146:    'Resources from the Whole Course'
1.93      raeburn  4147: => 'Resources from the Whole Course',
1.77      bisitz   4148: 
1.6       bisitz   4149:    'Parameter'
1.70      zhu      4150: => '参数',
1.6       bisitz   4151: 
                   4152:    'Paste after selected'
1.93      raeburn  4153: => 'Paste after selected',
1.6       bisitz   4154: 
                   4155:    'Personal Data'
                   4156: => '个人资料',
                   4157: 
                   4158:    '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  4159: => '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   4160: 
                   4161:    'No such user [_1] at domain [_2].' # 1: user, 2: domain
1.93      raeburn  4162: => 'No such user [_1] at domain [_2].',
1.6       bisitz   4163: 
                   4164:    'Please click Back on your browser and select another user, or [_1]Create User[_2]'
1.93      raeburn  4165: => 'Please click Back on your browser and select another user, or [_1]Create User[_2]',
1.6       bisitz   4166: 
                   4167:    'Invalid home server for course: [_1]'
1.93      raeburn  4168: => 'Invalid home server for course: [_1]',
1.6       bisitz   4169: 
                   4170:    'Please contact your LON-CAPA administrator regarding this situation.'
1.93      raeburn  4171: => 'Please contact your LON-CAPA administrator regarding this situation.',
1.6       bisitz   4172: 
                   4173:    'Please select an authentication mechanism'
1.93      raeburn  4174: => 'Please select an authentication mechanism',
1.6       bisitz   4175: 
                   4176:    'Please select the Authentication mechanism'
1.93      raeburn  4177: => 'Please select the Authentication mechanism',
1.6       bisitz   4178: 
                   4179:    'Please stand by.'
1.93      raeburn  4180: => 'Please stand by.',
1.6       bisitz   4181: 
                   4182:    "Please use browser 'Back' button and pick a filename"
1.93      raeburn  4183: => "Please use browser 'Back' button and pick a filename",
1.6       bisitz   4184: 
                   4185:    'Preparing Printout'
1.93      raeburn  4186: => 'Preparing Printout',
1.6       bisitz   4187: 
                   4188:    'Print'
1.93      raeburn  4189: => 'Print',
1.6       bisitz   4190: 
                   4191:    'Print Index'
1.93      raeburn  4192: => 'Print Index',
1.6       bisitz   4193: 
                   4194:    'Print Discussions'
1.93      raeburn  4195: => 'Print Discussions',
1.6       bisitz   4196: 
                   4197:    'Print Annotations'
1.93      raeburn  4198: => 'Print Annotations',
1.6       bisitz   4199: 
                   4200:    'Print Table of Contents'
1.93      raeburn  4201: => 'Print Table of Contents',
1.6       bisitz   4202: 
                   4203:    'Print:'
1.93      raeburn  4204: => 'Print:',
1.6       bisitz   4205: 
                   4206:    'Problems from entire course'
1.93      raeburn  4207: => 'Problems from entire course',
1.6       bisitz   4208: 
                   4209:    'Processed file: [_1]'
1.93      raeburn  4210: => 'Processed file: [_1]',
1.6       bisitz   4211: 
                   4212:    'Publish this Resource'
1.93      raeburn  4213: => 'Publish this Resource',
1.6       bisitz   4214: 
                   4215:    'Randomization algorithm used'
1.93      raeburn  4216: => 'Randomization algorithm used',
1.6       bisitz   4217: 
                   4218:    'Recent'
1.12      zhu      4219: => '最新的',
1.6       bisitz   4220: 
                   4221:    'Rename current file to'
1.12      zhu      4222: => '当前文件重命名为',
1.6       bisitz   4223: 
                   4224:    'Report a Bug'
1.12      zhu      4225: => '报告错误',
1.6       bisitz   4226: 
                   4227:    'Resource'
1.12      zhu      4228: => '资源',
1.6       bisitz   4229: 
                   4230:    'Resource Differences'
1.12      zhu      4231: => '资源的差异',
1.6       bisitz   4232: 
                   4233:    'Resources from selected sequence in course'
1.93      raeburn  4234: => 'Resources from selected sequence in course',
1.6       bisitz   4235: 
                   4236:    'Response'
1.12      zhu      4237: => '回答',
1.6       bisitz   4238: 
                   4239:    'Retrieve Old Version'
1.93      raeburn  4240: => 'Retrieve Old Version',
1.6       bisitz   4241: 
                   4242:    'Retrieving current (most recent) version'
1.93      raeburn  4243: => 'Retrieving current (most recent) version',
1.6       bisitz   4244: 
                   4245:    'Retrieving old version'
1.93      raeburn  4246: => 'Retrieving old version',
1.6       bisitz   4247: 
                   4248:    'Return to DOCS'
1.18      zhu      4249: => '回到课程内容',
1.6       bisitz   4250: 
                   4251:    'Reverse Association'
1.93      raeburn  4252: => 'Reverse Association',
1.6       bisitz   4253: 
                   4254:    'Revoke'
1.70      zhu      4255: => '撤销',
1.6       bisitz   4256: 
                   4257:    'Revoke Existing Roles'
1.70      zhu      4258: => '撤销现有的角色',
1.6       bisitz   4259: 
                   4260:    'Role'
1.18      zhu      4261: => '角色',
1.6       bisitz   4262: 
                   4263:    'Role:'
1.18      zhu      4264: => '角色:',
1.6       bisitz   4265: 
                   4266:    'Role Information'
1.70      zhu      4267: => '角色信息',
1.6       bisitz   4268: 
                   4269:    'Sample Points:'
1.93      raeburn  4270: => 'Sample Points:',
1.6       bisitz   4271: 
                   4272:    'Save entries below as a draft answer (not submitting them for credit yet)'
1.93      raeburn  4273: => 'Save entries below as a draft answer (not submitting them for credit yet)',
1.6       bisitz   4274: 
                   4275:    'Select Action'
1.9       zhu      4276: => '选择行动',
1.6       bisitz   4277: 
                   4278:    'Select All Resources'
1.63      zhu      4279: => '选择所有资源',
1.6       bisitz   4280: 
                   4281:    'Select Printing Options:'
1.63      zhu      4282: => '选择打印选项:',
1.6       bisitz   4283: 
                   4284:    'Select Problem(s) to print'
1.63      zhu      4285: => '选择要打印任务',
1.6       bisitz   4286: 
                   4287:    'Select Resource(s) to print'
1.63      zhu      4288: => '选择要打印的资源',
1.6       bisitz   4289: 
                   4290:    'Select Resources To Print'
1.63      zhu      4291: => '选择要打印的资源',
1.6       bisitz   4292: 
                   4293:    'Select Section'
1.70      zhu      4294: => '选择章节',
1.6       bisitz   4295: 
                   4296:    'Select Sequence To Print From'
1.63      zhu      4297: => '选择打印顺序',
1.6       bisitz   4298: 
                   4299:    'Select Students and Resources'
1.63      zhu      4300: => '选择学生和资源',
1.6       bisitz   4301: 
                   4302:    'Select Style File'
1.63      zhu      4303: => '选择文件风格',
1.6       bisitz   4304: 
                   4305:    "Select a user name to modify the student's information"
1.63      zhu      4306: => "选择一个用户名来修改学生的信息",
1.6       bisitz   4307: 
                   4308:    'Select a user name to view the users personal page.'
1.63      zhu      4309: => '选择一个用户名,以查看用户的个人页面。',
1.6       bisitz   4310: 
                   4311:    'Select resources for the assignment'
1.93      raeburn  4312: => 'Select resources for the assignment',
1.6       bisitz   4313: 
                   4314:    'Set'
1.22      zhu      4315: => '设置',
1.6       bisitz   4316: 
                   4317:    'Set?'
1.22      zhu      4318: => '设置?',
1.6       bisitz   4319: 
                   4320:    'Set Course Environment'
1.22      zhu      4321: => '设置课程环境',
1.6       bisitz   4322: 
                   4323:    'Set End Date'
1.22      zhu      4324: => '设置结束日期',
1.6       bisitz   4325: 
                   4326:    'Set Individual User Roles'
1.22      zhu      4327: => '设定用户角色和权限',
1.6       bisitz   4328: 
                   4329:    'Set Start Date'
1.22      zhu      4330: => '设置开始日期',
1.6       bisitz   4331: 
                   4332:    'Set content feedback to Course Coordinator'
1.93      raeburn  4333: => 'Set content feedback to Course Coordinator',
1.6       bisitz   4334: 
                   4335:    'Set course policy feedback to Course Coordinator'
1.93      raeburn  4336: => 'Set course policy feedback to Course Coordinator',
1.6       bisitz   4337: 
                   4338:    'Set opening date for all problems in the course for. . .'
1.93      raeburn  4339: => 'Set opening date for all problems in the course for. . .',
1.6       bisitz   4340: 
                   4341:    'Set to ...'
1.93      raeburn  4342: => 'Set to ...',
1.6       bisitz   4343: 
                   4344:    'Show Answer'
1.93      raeburn  4345: => 'Show Answer',
1.6       bisitz   4346: 
                   4347:    'Show Feedback'
1.93      raeburn  4348: => 'Show Feedback',
1.6       bisitz   4349: 
                   4350:    'Simple Edit'
1.93      raeburn  4351: => 'Simple Edit',
1.6       bisitz   4352: 
                   4353:    'Start Time'
1.93      raeburn  4354: => 'Start Time',
1.6       bisitz   4355: 
                   4356:    "Start each student's assignment on a new page/column (add a pagefeed after each assignment)"
1.93      raeburn  4357: => "Start each student's assignment on a new page/column (add a pagefeed after each assignment)",
1.6       bisitz   4358: 
                   4359:    'Starting Date'
1.22      zhu      4360: => '开始日期',
1.6       bisitz   4361: 
                   4362:    'Starting date'
1.22      zhu      4363: => '开始日期',
1.6       bisitz   4364: 
                   4365:    'Student ID'
1.22      zhu      4366: => '学生证',
1.6       bisitz   4367: 
                   4368:    'Student Information'
1.22      zhu      4369: => '学生信息',
1.6       bisitz   4370: 
                   4371:    'Student Sheet Links'
1.22      zhu      4372: => '学生表链接',
1.6       bisitz   4373: 
                   4374:    'Student Status'
1.22      zhu      4375: => '学生状态',
1.6       bisitz   4376: 
                   4377:    'Student Status: [_1]'
1.22      zhu      4378: => '学生状态: [_1]',
1.6       bisitz   4379: 
                   4380:    'Student information updated successfully.'
1.22      zhu      4381: => '学生信息已成功更新。',
1.6       bisitz   4382: 
                   4383:    'Students need access key to enter course'
1.93      raeburn  4384: => 'Students need access key to enter course',
1.6       bisitz   4385: 
                   4386:    'Students with expired roles'
1.93      raeburn  4387: => 'Students with expired roles',
1.6       bisitz   4388: 
                   4389:    'Subject:'
1.22      zhu      4390: => '标题:',
1.6       bisitz   4391: 
                   4392:    'Submissions'
1.93      raeburn  4393: => 'Submissions',
1.6       bisitz   4394: 
                   4395:    'Submit Modifications'
1.63      zhu      4396: => '提交更改',
1.6       bisitz   4397: 
                   4398:    'Submit entries below as answer to receive credit'
1.93      raeburn  4399: => 'Submit entries below as answer to receive credit',
1.6       bisitz   4400: 
                   4401:    'Survey Question'
1.93      raeburn  4402: => 'Survey Question',
1.6       bisitz   4403: 
                   4404:    'Survey question'
1.93      raeburn  4405: => 'Survey question',
1.6       bisitz   4406: 
                   4407:    'System Level'
1.93      raeburn  4408: => 'System Level',
1.6       bisitz   4409: 
                   4410:    'Target Edit Map'
1.93      raeburn  4411: => 'Target Edit Map', #??? [SB 18.10.2006]
1.6       bisitz   4412: 
                   4413:    'TeX unconverted due to errors'
1.93      raeburn  4414: => 'TeX unconverted due to errors',
1.6       bisitz   4415: 
                   4416:    'TeX unconverted due to previous errors'
1.93      raeburn  4417: => 'TeX unconverted due to previous errors',
1.6       bisitz   4418: 
                   4419:    'The error reported was'
1.93      raeburn  4420: => 'The error reported was',
1.6       bisitz   4421: 
                   4422:    '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  4423: => '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   4424: 
                   4425:    "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  4426: => "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   4427: 
                   4428:    'The requested file'
1.93      raeburn  4429: => 'The requested file',
1.6       bisitz   4430: 
                   4431:    'The student must log out and log in again to see these changes.'
1.93      raeburn  4432: => 'The student must log out and log in again to see these changes.',
1.6       bisitz   4433: 
                   4434:    'There are currently no Error Messages for this resource.'
1.93      raeburn  4435: => 'There are currently no Error Messages for this resource.',
1.6       bisitz   4436: 
                   4437:    'There are no Evaluation Comments on this resource.'
1.93      raeburn  4438: => 'There are no Evaluation Comments on this resource.',
1.6       bisitz   4439: 
                   4440:    'There was an error determining the environment values for'
1.93      raeburn  4441: => 'There was an error determining the environment values for',
1.6       bisitz   4442: 
                   4443:    'Top Level Map'
1.93      raeburn  4444: => 'Top Level Map',
1.6       bisitz   4445: 
                   4446:    'Type Name Here'
1.93      raeburn  4447: => 'Type Name Here',
1.6       bisitz   4448: 
                   4449:    'Type in value'
1.93      raeburn  4450: => 'Type in value',
1.6       bisitz   4451: 
                   4452:    'Type:'
1.93      raeburn  4453: => 'Type:',
1.6       bisitz   4454: 
                   4455:    'UNDISPLAYABLE'
1.93      raeburn  4456: => 'UNDISPLAYABLE',
1.6       bisitz   4457: 
                   4458:    'Unable to enroll'
1.93      raeburn  4459: => 'Unable to enroll',
1.6       bisitz   4460: 
                   4461:    'Unable to publish file, it contains duplicated ID(s), ID(s) need to be unique. The duplicated ID(s) are'
1.93      raeburn  4462: => 'Unable to publish file, it contains duplicated ID(s), ID(s) need to be unique. The duplicated ID(s) are',
1.6       bisitz   4463: 
                   4464:    'Unable to retrieve environment data for'
1.93      raeburn  4465: => 'Unable to retrieve environment data for',
1.6       bisitz   4466: 
                   4467:    'Unable to set default dates for course'
1.93      raeburn  4468: => 'Unable to set default dates for course',
1.6       bisitz   4469: 
                   4470:    'Unavailable course'
1.93      raeburn  4471: => 'Unavailable course',
1.6       bisitz   4472: 
                   4473:    'Unknown Action'
1.93      raeburn  4474: => 'Unknown Action',
1.6       bisitz   4475: 
                   4476:    'Upload file'
1.93      raeburn  4477: => 'Upload file',
1.6       bisitz   4478: 
1.118     bisitz   4479:    'Upload file to Authoring Space'
                   4480: => 'Upload file to Authoring Space',
1.6       bisitz   4481: 
                   4482:    'VIEW'
1.93      raeburn  4483: => 'VIEW',
1.6       bisitz   4484: 
                   4485:    'View the FAQ'
1.93      raeburn  4486: => 'View the FAQ',
1.6       bisitz   4487: 
                   4488:    'Visibly Separate Items on Pages'
1.93      raeburn  4489: => 'Visibly Separate Items on Pages',
1.6       bisitz   4490: 
                   4491:    'WARNING: The metadata table does not exist in the LON-CAPA database.'
1.93      raeburn  4492: => 'WARNING: The metadata table does not exist in the LON-CAPA database.',
1.6       bisitz   4493: 
                   4494:    'Warning: change of MIME type!'
1.93      raeburn  4495: => 'Warning: change of MIME type!',
1.6       bisitz   4496: 
                   4497:    'Warning: target file exists!'
1.93      raeburn  4498: => 'Warning: target file exists!',
1.6       bisitz   4499: 
                   4500:    'Warning: target file exists, and has been published!'
1.93      raeburn  4501: => 'Warning: target file exists, and has been published!',
1.6       bisitz   4502: 
                   4503:    'Width'
1.93      raeburn  4504: => 'Width',
1.6       bisitz   4505: 
                   4506:    'Print Options'
1.63      zhu      4507: => '打印选项',
1.6       bisitz   4508: 
                   4509:    'Print Answers'
1.63      zhu      4510: => '打印回答',
1.6       bisitz   4511: 
                   4512:    'Only Answers'
1.63      zhu      4513: => '只有回答',
1.6       bisitz   4514: 
                   4515:    'With Answers'
1.63      zhu      4516: => '带答案',
1.6       bisitz   4517: 
                   4518:    'Without Answers'
1.63      zhu      4519: => '没有答案',
1.6       bisitz   4520: 
                   4521:    'You are working with an unsaved version of your map.'
1.93      raeburn  4522: => 'You are working with an unsaved version of your map.',
1.6       bisitz   4523: 
                   4524:    'You changed the students id but did not disable the ID change safeguard. The students id will not be changed.'
1.93      raeburn  4525: => 'You changed the students id but did not disable the ID change safeguard. The students id will not be changed.',
1.6       bisitz   4526: 
                   4527:    '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  4528: => '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   4529: 
                   4530:    '[_1] (what you just saw on the screen)'
1.63      zhu      4531: => '[_1] (what you just saw on the screen)',
1.6       bisitz   4532: 
                   4533:    '[_1] Local Authentication with argument [_2]'
1.70      zhu      4534: => '[_1] 局部认证带 [_2]',
1.6       bisitz   4535: 
                   4536:    'Currently using local (institutional) authentication.'
1.101     bisitz   4537: => 'Currently using local (institutional) authentication.', # => '目前使用的地方(机构)的认证。Derzeit lokal (institutionell) authentifiziert.',
1.6       bisitz   4538: 
                   4539:    '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  4540: => '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   4541: 
                   4542:    '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  4543: => '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   4544: 
                   4545:    'after selected'
1.70      zhu      4546: => '选定后',
1.6       bisitz   4547: 
                   4548:    'and'
1.93      raeburn  4549: => 'and',
1.6       bisitz   4550: 
                   4551:    'between'
1.93      raeburn  4552: => 'between',
1.6       bisitz   4553: 
                   4554:    'button'
1.93      raeburn  4555: => 'button',
1.6       bisitz   4556: 
                   4557:    'by'
1.93      raeburn  4558: => 'by',
1.6       bisitz   4559: 
                   4560:    'check all'
1.27      zhu      4561: => '全选',
1.6       bisitz   4562: 
                   4563:    'chmod error'
1.27      zhu      4564: => '属性错误',
1.6       bisitz   4565: 
                   4566:    'click on the'
1.93      raeburn  4567: => 'click on the',
1.6       bisitz   4568: 
                   4569:    'copy Error'
1.27      zhu      4570: => '复制错误',
1.6       bisitz   4571: 
                   4572:    'currently does not exist'
1.93      raeburn  4573: => 'currently does not exist',
1.6       bisitz   4574: 
                   4575:    'custom'
1.101     bisitz   4576: => "自定义",
1.6       bisitz   4577: 
                   4578:    'custom distribution file'
1.27      zhu      4579: => '自定义文件', # ???
1.6       bisitz   4580: 
                   4581:    'domain'
1.26      zhu      4582: => '域',
1.6       bisitz   4583: 
                   4584:    'expired or revoked'
1.93      raeburn  4585: => 'expired or revoked',
1.6       bisitz   4586: 
                   4587:    'extension'
1.93      raeburn  4588: => 'extension',
1.6       bisitz   4589: 
                   4590:    'external'
1.93      raeburn  4591: => 'external',
1.6       bisitz   4592: 
                   4593:    'file<br />extension'
1.93      raeburn  4594: => 'file<br />extension',
1.6       bisitz   4595: 
                   4596:    'first name'
1.70      zhu      4597: => '名',
1.6       bisitz   4598: 
                   4599:    'generation'
1.70      zhu      4600: => '生成',
1.6       bisitz   4601: 
                   4602:    'in domain'
1.70      zhu      4603: => '在域',
1.6       bisitz   4604: 
                   4605:    'internal'
1.18      zhu      4606: => '内部的',
1.6       bisitz   4607: 
                   4608:    'is in this state by royal decree.'
1.93      raeburn  4609: => 'is in this state by royal decree.',
1.6       bisitz   4610: 
                   4611:    'last name'
1.70      zhu      4612: => '姓',
1.6       bisitz   4613: 
                   4614:    'make these dates the default for future enrollment'
1.93      raeburn  4615: => 'make these dates the default for future enrollment',
1.6       bisitz   4616: 
                   4617:    'middle name'
1.27      zhu      4618: => '中名',
1.6       bisitz   4619: 
                   4620:    'name'
1.27      zhu      4621: => '姓',
1.6       bisitz   4622: 
                   4623:    'no ending date'
1.22      zhu      4624: => '无结束日期',
1.6       bisitz   4625: 
                   4626:    'number'
1.93      raeburn  4627: => 'number',
1.6       bisitz   4628: 
                   4629:    'obsolete replacement'
1.93      raeburn  4630: => 'obsolete replacement',
1.6       bisitz   4631: 
                   4632:    'only check if you know what you are doing'
1.93      raeburn  4633: => 'only check if you know what you are doing',
1.6       bisitz   4634: 
1.82      bisitz   4635:    'only search domain [_1]'
                   4636: => '只在该域 [_1] 搜索',
1.6       bisitz   4637: 
                   4638:    'optional'
1.18      zhu      4639: => '可选的',
1.6       bisitz   4640: 
                   4641:    'or any other value'
1.18      zhu      4642: => '或任何其他的值',
1.6       bisitz   4643: 
                   4644:    'private'
1.13      zhu      4645: => '私人的',
1.6       bisitz   4646: 
                   4647:    'public'
1.13      zhu      4648: => '公开的',
1.6       bisitz   4649: 
                   4650:    'publisher<br />owner'
1.93      raeburn  4651: => 'publisher<br />owner',
1.6       bisitz   4652: 
                   4653:    'section'
1.93      raeburn  4654: => 'section',
1.6       bisitz   4655: 
                   4656:    'standard'
1.27      zhu      4657: => '标准的',
1.6       bisitz   4658: 
                   4659:    'standard LaTeX mode'
1.27      zhu      4660: => '标准的 LaTeX 模式',
1.6       bisitz   4661: 
                   4662:    'standard courses only'
1.27      zhu      4663: => '只标准课程',
1.6       bisitz   4664: 
                   4665:    'student name'
1.26      zhu      4666: => '学生姓名',
1.6       bisitz   4667: 
                   4668:    'template'
1.26      zhu      4669: => '模板',
1.6       bisitz   4670: 
                   4671:    'to interface with institutional data, e.g., fs03glg231 for Fall 2003 Geology 231'
1.93      raeburn  4672: => 'to interface with institutional data, e.g., fs03glg231 for Fall 2003 Geology 231',
1.6       bisitz   4673: 
                   4674:    'unable to enroll'
1.27      zhu      4675: => '无法注册',
1.6       bisitz   4676: 
                   4677:    'uncheck all'
1.27      zhu      4678: => '全部取消',
1.6       bisitz   4679: 
                   4680:    'use related words'
1.18      zhu      4681: => '使用相关的关键词',
1.6       bisitz   4682: 
                   4683:    'username'
1.18      zhu      4684: => '用户名',
1.6       bisitz   4685: 
                   4686:    'versus'
1.93      raeburn  4687: => 'versus',
1.6       bisitz   4688: 
                   4689:    'with server'
1.93      raeburn  4690: => 'with server',
1.6       bisitz   4691: 
                   4692:    'yes'
1.18      zhu      4693: => '是',
1.6       bisitz   4694: 
                   4695:    'Swedish Chef'
1.93      raeburn  4696: => 'Swedish Chef',
1.6       bisitz   4697: 
                   4698:    '[_1] for default hiding'
1.98      bisitz   4699: => '[_1] for default hiding',
1.6       bisitz   4700: 
                   4701:    '[_1] for visible separation.'
1.98      bisitz   4702: => '[_1] for visible separation.',
1.6       bisitz   4703: 
                   4704:    'Changes will not show until next login.'
1.98      bisitz   4705: => 'Changes will not show until next login.',
1.6       bisitz   4706: 
                   4707:    '[_1] if allowed, anything else if not'
1.101     bisitz   4708: => '[_1] if allowed, anything else if not',
1.6       bisitz   4709: 
                   4710:    '"[_1]" to disable, anything else if not'
1.101     bisitz   4711: => '"[_1]" to disable, anything else if not',
1.6       bisitz   4712: 
                   4713:    '[_1] to suppress, anything else to not suppress'
1.98      bisitz   4714: => '[_1] to suppress, anything else to not suppress',
1.6       bisitz   4715: 
                   4716:    'Set value to [_1] to allow all roles.'
1.98      bisitz   4717: => 'Set value to [_1] to allow all roles.',
1.6       bisitz   4718: 
1.66      bisitz   4719:    '[_1] is not an acceptable number of tries. Tries must be a positive number with no decimal point.'
1.98      bisitz   4720: => '[_1] is not an acceptable number of tries. Tries must be a positive number with no decimal point.',
1.6       bisitz   4721: 
1.66      bisitz   4722:    '[_1] is not an acceptable weight. Weight must be a positive number.'
1.98      bisitz   4723: => '[_1] is not an acceptable weight. Weight must be a positive number.',
1.6       bisitz   4724: 
                   4725:    '1 minute'
1.93      raeburn  4726: => '1 minute',
1.6       bisitz   4727: 
                   4728:    '<b>HTML allowed</b>: Discussion participants can use limited HTML in their postings.'
1.98      bisitz   4729: => '<b>HTML allowed</b>: Discussion participants can use limited HTML in their postings.',
1.6       bisitz   4730: 
                   4731:    '<b>HTML banned</b>: HTML will not be allowed in discussion postings.'
1.101     bisitz   4732: => '<b>HTML banned</b>: HTML will not be allowed in discussion postings.',
1.6       bisitz   4733: 
                   4734:    '<b>Instructor</b> - instructors will not be able to participate in discussions'
1.98      bisitz   4735: => '<b>Instructor</b> - instructors will not be able to participate in discussions',
1.6       bisitz   4736: 
                   4737:    '<b>Instructor</b> - instructors will not be able to use or view the chat room'
1.98      bisitz   4738: => '<b>Instructor</b> - instructors will not be able to use or view the chat room',
1.6       bisitz   4739: 
                   4740:    '<b>Students</b> - students will not be able to participate in discussions'
1.98      bisitz   4741: => '<b>Students</b> - students will not be able to participate in discussions',
1.6       bisitz   4742: 
                   4743:    '<b>Students</b> - students will not be able to use or view the chat room.'
1.98      bisitz   4744: => '<b>Students</b> - students will not be able to use or view the chat room.',
1.6       bisitz   4745: 
                   4746:    '<b>Teaching Assistants</b> - teaching assistants will not be able to participate in discussions'
1.98      bisitz   4747: => '<b>Teaching Assistants</b> - teaching assistants will not be able to participate in discussions',
1.6       bisitz   4748: 
                   4749:    '<b>Teaching Assistants</b> - teaching assistants will not be able use or view the chat room'
1.98      bisitz   4750: => '<b>Teaching Assistants</b> - teaching assistants will not be able use or view the chat room',
1.6       bisitz   4751: 
1.66      bisitz   4752:    'Your current LON-CAPA domain is [_1].'
1.93      raeburn  4753: => 'Your current LON-CAPA domain is [_1].',
1.6       bisitz   4754: 
                   4755:    '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  4756: => '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   4757: 
1.66      bisitz   4758:    'Granting permission to clone course'
1.93      raeburn  4759: => 'Granting permission to clone course',
1.66      bisitz   4760: 
                   4761:    '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  4762: => '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   4763: 
                   4764:    '(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   4765: => '(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   4766: 
                   4767:    '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  4768: => '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   4769: 
                   4770:    'Allow limited HTML in discussion posts'
1.93      raeburn  4771: => 'Allow limited HTML in discussion posts',
1.6       bisitz   4772: 
                   4773:    'Allow problems to be split over pages'
1.93      raeburn  4774: => 'Allow problems to be split over pages',
1.6       bisitz   4775: 
                   4776:    'Answer Date (answerdate)'
1.93      raeburn  4777: => 'Answer Date (answerdate)',
1.6       bisitz   4778: 
1.66      bisitz   4779:    'Chat Room Participation'
1.93      raeburn  4780: => 'Chat Room Participation',
1.66      bisitz   4781: 
1.6       bisitz   4782:    'Chat Participation'
1.93      raeburn  4783: => 'Chat Participation',
1.6       bisitz   4784: 
                   4785:    'Click here to return to the chart.'
1.93      raeburn  4786: => 'Click here to return to the chart.',
1.6       bisitz   4787: 
                   4788:    'Completed'
1.93      raeburn  4789: => 'Completed',
1.6       bisitz   4790: 
1.65      zhu      4791:    'Confirm that this information is correct, then click &quot;Save&quot; to complete setting the parameter.'
1.93      raeburn  4792: => 'Confirm that this information is correct, then click &quot;Save&quot; to complete setting the parameter.',
1.6       bisitz   4793: 
                   4794:    'Course ID or number'
1.93      raeburn  4795: => 'Course ID or number',
1.6       bisitz   4796: 
                   4797:    'Course Initialization Helper'
1.93      raeburn  4798: => 'Course Initialization Helper',
1.6       bisitz   4799: 
                   4800:    'Course default for all problems'
1.93      raeburn  4801: => 'Course default for all problems',
1.6       bisitz   4802: 
1.66      bisitz   4803:    '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  4804: => '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   4805: 
                   4806:    'Courses'
                   4807: => '课程',
                   4808: 
                   4809:    'Default beginning date when enrolling students'
1.93      raeburn  4810: => 'Default beginning date when enrolling students',
1.6       bisitz   4811: 
                   4812:    'Default ending date when enrolling students'
1.93      raeburn  4813: => 'Default ending date when enrolling students',
1.6       bisitz   4814: 
                   4815: 
                   4816:    'Default set of options to pass to tth/m when converting tex'
1.93      raeburn  4817: => 'Default set of options to pass to tth/m when converting tex',
1.6       bisitz   4818: 
                   4819:    'Disable display of problem receipts'
1.93      raeburn  4820: => 'Disable display of problem receipts',
1.6       bisitz   4821: 
                   4822:    'Disallow Resource Discussion for Roles'
1.93      raeburn  4823: => 'Disallow Resource Discussion for Roles',
1.6       bisitz   4824: 
                   4825:    'Disallow Resource Discussion for Users'
1.93      raeburn  4826: => 'Disallow Resource Discussion for Users',
1.6       bisitz   4827: 
                   4828:    'Disallow live chatroom use for Roles'
1.93      raeburn  4829: => 'Disallow live chatroom use for Roles',
1.6       bisitz   4830: 
                   4831:    'Disallow live chatroom use for Users'
1.93      raeburn  4832: => 'Disallow live chatroom use for Users',
1.6       bisitz   4833: 
                   4834:    'Discussion Participation'
1.93      raeburn  4835: => 'Discussion Participation',
1.6       bisitz   4836: 
                   4837:    'Due Date (contentclose)'
1.93      raeburn  4838: => 'Due Date (contentclose)',
1.6       bisitz   4839: 
                   4840:    'Due Date (duedate)'
1.93      raeburn  4841: => 'Due Date (duedate)',
1.6       bisitz   4842: 
                   4843:    'Every problem in a particular folder (overrides course default)'
1.93      raeburn  4844: => 'Every problem in a particular folder (overrides course default)',
1.6       bisitz   4845: 
                   4846:    'Exit'
                   4847: => '退出',
                   4848: 
                   4849:    'Feedback Addresses for Course Content'
1.18      zhu      4850: => '课程内容的信息反馈地址',
1.6       bisitz   4851: 
1.63      zhu      4852:    'Finish Helper'
                   4853: => '结束帮助程序',
                   4854: 
1.6       bisitz   4855:    'HTML can be allowed or banned inside of course discussion.'
1.93      raeburn  4856: => 'HTML can be allowed or banned inside of course discussion.',
1.6       bisitz   4857: 
                   4858:    'HTML in Discussions'
1.93      raeburn  4859: => 'HTML in Discussions',
1.6       bisitz   4860: 
                   4861:    'Hide Empty Rows in Spreadsheets'
1.93      raeburn  4862: => 'Hide Empty Rows in Spreadsheets',
1.6       bisitz   4863: 
                   4864:    'How many tries should be set for all problems in the course?'
1.93      raeburn  4865: => 'How many tries should be set for all problems in the course?',
1.6       bisitz   4866: 
                   4867:    'How many tries should be set for the selected folder?'
1.93      raeburn  4868: => 'How many tries should be set for the selected folder?',
1.6       bisitz   4869: 
                   4870:    'How many tries should be set for the selected problem?'
1.93      raeburn  4871: => 'How many tries should be set for the selected problem?',
1.6       bisitz   4872: 
1.66      bisitz   4873:    '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  4874: => '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   4875: 
                   4876:    '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  4877: => '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   4878: 
                   4879:    'No section assigned'
1.93      raeburn  4880: => 'No section assigned',
1.6       bisitz   4881: 
                   4882:    'Number of assignments printed at the same time:'
1.93      raeburn  4883: => 'Number of assignments printed at the same time:',
1.6       bisitz   4884: 
                   4885:    'Opening Date (contentopen)'
1.93      raeburn  4886: => 'Opening Date (contentopen)',
1.6       bisitz   4887: 
                   4888:    'Opening Date (opendate)'
1.93      raeburn  4889: => 'Opening Date (opendate)',
1.6       bisitz   4890: 
                   4891:    'Please adjust significant figures.'
1.93      raeburn  4892: => 'Please adjust significant figures.',
1.41      bisitz   4893: 
1.6       bisitz   4894:    'Please select the section you wish to set the answer open date for:'
1.93      raeburn  4895: => 'Please select the section you wish to set the answer open date for:',
1.6       bisitz   4896: 
                   4897:    'Please select the section you wish to set the due date for:'
1.93      raeburn  4898: => 'Please select the section you wish to set the due date for:',
1.6       bisitz   4899: 
                   4900:    'Please select the section you wish to set the number of tries for:'
1.93      raeburn  4901: => 'Please select the section you wish to set the number of tries for:',
1.6       bisitz   4902: 
                   4903:    'Please select the section you wish to set the opening date for:'
1.93      raeburn  4904: => 'Please select the section you wish to set the opening date for:',
1.6       bisitz   4905: 
                   4906:    'Please select the section you wish to set the problem weight for:'
1.93      raeburn  4907: => 'Please select the section you wish to set the problem weight for:',
1.6       bisitz   4908: 
                   4909:    'Please select the student you wish to set the answer open date for:'
1.93      raeburn  4910: => 'Please select the student you wish to set the answer open date for:',
1.6       bisitz   4911: 
                   4912:    'Please select the student you wish to set the due date for:'
1.93      raeburn  4913: => 'Please select the student you wish to set the due date for:',
1.6       bisitz   4914: 
                   4915:    'Please select the student you wish to set the number of tries for:'
1.93      raeburn  4916: => 'Please select the student you wish to set the number of tries for:',
1.6       bisitz   4917: 
                   4918:    'Please select the student you wish to set the opening date for:'
1.93      raeburn  4919: => 'Please select the student you wish to set the opening date for:',
1.6       bisitz   4920: 
                   4921:    'Please select the student you wish to set the problem weight for:'
1.93      raeburn  4922: => 'Please select the student you wish to set the problem weight for:',
1.6       bisitz   4923: 
                   4924:    'Privileged users that should not be hidden on staff listings'
1.93      raeburn  4925: => 'Privileged users that should not be hidden on staff listings',
1.6       bisitz   4926: 
                   4927:    'Random seed for randomly picking number of resources (optional, only set if you know what you are doing) (randompickseed)'
1.93      raeburn  4928: => 'Random seed for randomly picking number of resources (optional, only set if you know what you are doing) (randompickseed)',
1.6       bisitz   4929: 
                   4930:    'Reading results from [_1]'
1.93      raeburn  4931: => 'Reading results from [_1]',
1.6       bisitz   4932: 
                   4933:    'Receipt algorithm used'
1.93      raeburn  4934: => 'Receipt algorithm used',
1.6       bisitz   4935: 
                   4936:    'Receiving results from [_1]'
1.93      raeburn  4937: => 'Receiving results from [_1]',
1.6       bisitz   4938: 
                   4939:    'Resources'
1.10      zhu      4940: => '资源',
1.6       bisitz   4941: 
1.72      bisitz   4942:    'Search Complete on Server [_1]'
1.93      raeburn  4943: => 'Search Complete on Server [_1]', # '搜索完成 [_1]',
1.6       bisitz   4944: 
                   4945:    'Search: [_1]'
1.10      zhu      4946: => '搜索: [_1]',
1.6       bisitz   4947: 
                   4948:    'Select All Files'
1.10      zhu      4949: => '选择所有文件',
1.6       bisitz   4950: 
                   4951:    'Select All Published'
1.10      zhu      4952: => '选择所有发布的',
1.6       bisitz   4953: 
                   4954:    'Select Folder'
1.10      zhu      4955: => '选择文件夹',
1.6       bisitz   4956: 
                   4957:    'Select Only Current Students'
1.10      zhu      4958: => '只选择目前的学生',
1.6       bisitz   4959: 
                   4960:    'Select Problem'
1.10      zhu      4961: => '选择任务',
1.6       bisitz   4962: 
                   4963:    'Select Student'
1.10      zhu      4964: => '选择学生',
1.6       bisitz   4965: 
                   4966:    'Select for Section/Group'
1.12      zhu      4967: => '选择科/组',
1.6       bisitz   4968: 
                   4969:    'Select the folder you wish to set the parameter for:'
1.93      raeburn  4970: => 'Select the folder you wish to set the parameter for:',
1.6       bisitz   4971: 
                   4972:    'Select the problem you wish to set the parameter for:'
1.93      raeburn  4973: => 'Select the problem you wish to set the parameter for:',
1.6       bisitz   4974: 
                   4975:    'Set Problem Tries'
1.93      raeburn  4976: => 'Set Problem Tries',
1.6       bisitz   4977: 
                   4978:    'Set Problem Weight'
1.93      raeburn  4979: => 'Set Problem Weight',
1.6       bisitz   4980: 
                   4981:    'Set answer open date for all problems in the course for ...'
1.93      raeburn  4982: => 'Set answer open date for all problems in the course for ...',
1.6       bisitz   4983: 
                   4984:    'Set answer open date for the selected folder for ...'
1.93      raeburn  4985: => 'Set answer open date for the selected folder for ...',
1.6       bisitz   4986: 
                   4987:    'Set answer open date for the selected problem for...'
1.93      raeburn  4988: => 'Set answer open date for the selected problem for...',
1.6       bisitz   4989: 
                   4990:    'Set due date for all problems in the course for ...'
1.93      raeburn  4991: => 'Set due date for all problems in the course for ...',
1.6       bisitz   4992: 
                   4993:    'Set due date for the selected folder for ...'
1.93      raeburn  4994: => 'Set due date for the selected folder for ...',
1.6       bisitz   4995: 
                   4996:    'Set due date for the selected problem for ...'
1.93      raeburn  4997: => 'Set due date for the selected problem for ...',
1.6       bisitz   4998: 
                   4999:    'Set number of tries for all problems in the course for ...'
1.93      raeburn  5000: => 'Set number of tries for all problems in the course for ...',
1.6       bisitz   5001: 
                   5002:    'Set number of tries for the selected folder for ...'
1.93      raeburn  5003: => 'Set number of tries for the selected folder for ...',
1.6       bisitz   5004: 
                   5005:    'Set number of tries for the selected problem for ...'
1.93      raeburn  5006: => 'Set number of tries for the selected problem for ...',
1.6       bisitz   5007: 
                   5008:    'Set opening date for all problems in the course for ...'
1.93      raeburn  5009: => 'Set opening date for all problems in the course for ...',
1.6       bisitz   5010: 
                   5011:    'Set opening date for the selected folder for ...'
1.93      raeburn  5012: => 'Set opening date for the selected folder for ...',
1.6       bisitz   5013: 
                   5014:    'Set opening date for the selected problem for ...'
1.93      raeburn  5015: => 'Set opening date for the selected problem for ...',
1.6       bisitz   5016: 
                   5017:    'Set problem weight for all problems in the course for ...'
1.93      raeburn  5018: => 'Set problem weight for all problems in the course for ...',
1.6       bisitz   5019: 
                   5020:    'Set problem weight for the selected folder for ...'
1.93      raeburn  5021: => 'Set problem weight for the selected folder for ...',
1.6       bisitz   5022: 
                   5023:    'Set problem weight for the selected problem for ...'
1.93      raeburn  5024: => 'Set problem weight for the selected problem for ...',
1.6       bisitz   5025: 
                   5026:    'Set value to [_1] to allow.'
1.101     bisitz   5027: => 'Set value to [_1] to allow.',
1.6       bisitz   5028: 
                   5029:    'Setting the [_1]'
1.93      raeburn  5030: => 'Setting the [_1]',
1.6       bisitz   5031: 
                   5032:    'Setting the [_1] to [_2]'
1.93      raeburn  5033: => 'Setting the [_1] to [_2]',
1.6       bisitz   5034: 
                   5035:    'Student Name'
1.26      zhu      5036: => '学生姓名',
1.6       bisitz   5037: 
1.66      bisitz   5038:    '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  5039: => '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   5040: 
                   5041:    'The question can not be gotten correct, the following foils in the &lt;optionresponse&gt; have invalid correct options'
1.93      raeburn  5042: => 'The question can not be gotten correct, the following foils in the &lt;optionresponse&gt; have invalid correct options',
1.6       bisitz   5043: 
                   5044:    'There are no currently enrolled students in the course.'
1.93      raeburn  5045: => 'There are no currently enrolled students in the course.',
1.6       bisitz   5046: 
                   5047:    'There are no currently enrolled students in the selected sections.'
1.93      raeburn  5048: => 'There are no currently enrolled students in the selected sections.',
1.6       bisitz   5049: 
                   5050:    'There are no previously enrolled students in the course.'
1.93      raeburn  5051: => 'There are no previously enrolled students in the course.',
1.6       bisitz   5052: 
                   5053:    'There are no previously enrolled students in the selected sections.'
1.93      raeburn  5054: => 'There are no previously enrolled students in the selected sections.',
1.6       bisitz   5055: 
                   5056:    'There are no students with future access in the course.'
1.93      raeburn  5057: => 'There are no students with future access in the course.',
1.6       bisitz   5058: 
                   5059:    'There are no students with future access in the selected sections.'
1.93      raeburn  5060: => 'There are no students with future access in the selected sections.',
1.6       bisitz   5061: 
                   5062:    'There are no students in the course.'
1.93      raeburn  5063: => 'There are no students in the course.',
1.6       bisitz   5064: 
                   5065:    'There are no students in the selected sections.'
1.93      raeburn  5066: => 'There are no students in the selected sections.',
1.6       bisitz   5067: 
                   5068:    'This controls how receipt numbers are generated.'
1.93      raeburn  5069: => 'This controls how receipt numbers are generated.',
1.6       bisitz   5070: 
                   5071:    'This helper will set up your LON-CAPA course and choose which features will be active.'
1.93      raeburn  5072: => 'This helper will set up your LON-CAPA course and choose which features will be active.',
1.6       bisitz   5073: 
                   5074:    'Unselect All Files'
1.93      raeburn  5075: => 'Unselect All Files',
1.6       bisitz   5076: 
                   5077:    'Unselect All Published'
1.93      raeburn  5078: => 'Unselect All Published',
1.6       bisitz   5079: 
                   5080:    'Unselect All Resources'
1.93      raeburn  5081: => 'Unselect All Resources',
1.6       bisitz   5082: 
                   5083:    'Unselect for Section/Group'
1.12      zhu      5084: => '取消选择科/组',
1.6       bisitz   5085: 
                   5086:    'Welcome to Your New LON-CAPA Course'
1.12      zhu      5087: => '欢迎使用您的新 LON-CAPA 课程',
1.6       bisitz   5088: 
                   5089:    'What parameter do you want to set for the selected folder?'
1.93      raeburn  5090: => 'What parameter do you want to set for the selected folder?',
1.6       bisitz   5091: 
                   5092:    'What parameter do you want to set for the selected problem?'
1.93      raeburn  5093: => 'What parameter do you want to set for the selected problem?',
1.6       bisitz   5094: 
                   5095:    'What should the answer open date be set to?'
1.93      raeburn  5096: => 'What should the answer open date be set to?',
1.6       bisitz   5097: 
                   5098:    'What should the due date be set to?'
1.93      raeburn  5099: => 'What should the due date be set to?',
1.6       bisitz   5100: 
                   5101:    'What weight should be set for all problems in the course?'
1.93      raeburn  5102: => 'What weight should be set for all problems in the course?',
1.6       bisitz   5103: 
                   5104:    'What weight should be set for the selected folder?'
1.93      raeburn  5105: => 'What weight should be set for the selected folder?',
1.6       bisitz   5106: 
                   5107:    'What weight should be set for the selected problem?'
1.93      raeburn  5108: => 'What weight should be set for the selected problem?',
1.6       bisitz   5109: 
1.65      zhu      5110:    '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  5111: => '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   5112: 
                   5113:    '[_1] Filesystem Authenticated (with initial password [_2])'
1.98      bisitz   5114: => '[_1] Filesystem Authenticated (with initial password [_2])',
1.6       bisitz   5115: 
                   5116:    'Currently Filesystem Authenticated.'
1.93      raeburn  5117: => 'Currently Filesystem Authenticated.',
1.6       bisitz   5118: 
                   5119:    '[_1] Internally authenticated (with initial password [_2])'
1.70      zhu      5120: => '[_1] LON-CAPA 内部认证 (初始密码 [_2])',
1.6       bisitz   5121: 
                   5122:    'Currently internally authenticated.'
1.70      zhu      5123: => '目前 LON-CAPA 内部认证。',
1.6       bisitz   5124: 
1.72      bisitz   5125:    'Records per Page:'
                   5126: => '每页显示结果:',
1.6       bisitz   5127: 
                   5128:    '[_1] with value [_2]'
1.70      zhu      5129: => '[_1] 与价值 [_2]',
1.6       bisitz   5130: 
                   5131:    'all resources in the course'
1.70      zhu      5132: => '课程中的所有资源',
1.6       bisitz   5133: 
                   5134:    'all students in course'
1.70      zhu      5135: => '在课程中的所有学生',
1.6       bisitz   5136: 
                   5137:    'anonymous students'
1.70      zhu      5138: => '匿名学生',
1.6       bisitz   5139: 
                   5140:    'answer date'
1.26      zhu      5141: => '回答日期',
1.6       bisitz   5142: 
                   5143:    'contacting [_1]'
1.26      zhu      5144: => '联系 [_1]',
1.6       bisitz   5145: 
                   5146:    'due date'
1.9       zhu      5147: => '截止日期',
1.6       bisitz   5148: 
                   5149:    'for'
1.93      raeburn  5150: => 'for',
1.6       bisitz   5151: 
                   5152:    'for [_1]all resources in the course[_2]'
1.70      zhu      5153: => '为 [_1]课程中的所有资源 [_2]',
1.6       bisitz   5154: 
                   5155:    'for [_1]all students in course[_2]'
1.70      zhu      5156: => '为 [_1]在课程中的所有学生 [_2]',
1.6       bisitz   5157: 
                   5158:    'for [_1]'
1.70      zhu      5159: => '为 [_1]',
1.6       bisitz   5160: 
                   5161:    'for section [_1]'
1.93      raeburn  5162: => 'for section [_1]',
1.6       bisitz   5163: 
                   5164:    'for the map named [_1]'
1.93      raeburn  5165: => 'for the map named [_1]',
1.6       bisitz   5166: 
1.65      zhu      5167:    'for the resource named [_1], part [_2]'
1.93      raeburn  5168: => 'for the resource named [_1], part [_2]',
1.65      zhu      5169: 
                   5170:    'for the resource ID [_1] (name unavailable), part [_2]'
1.93      raeburn  5171: => 'for the resource ID [_1] (name unavailable), part [_2]',
1.6       bisitz   5172: 
                   5173:    'from'
1.93      raeburn  5174: => 'from',
1.6       bisitz   5175: 
                   5176:    'from current subdirectory'
1.93      raeburn  5177: => 'from current subdirectory',
1.6       bisitz   5178: 
                   5179:    'helper'
1.70      zhu      5180: => '辅助程序',
1.6       bisitz   5181: 
                   5182:    'in'
1.93      raeburn  5183: => 'in',
1.6       bisitz   5184: 
                   5185:    'instructor'
1.27      zhu      5186: => '讲师',
1.6       bisitz   5187: 
                   5188:    'number of tries'
1.27      zhu      5189: => '尝试次数',
1.6       bisitz   5190: 
                   5191:    'opening date'
1.27      zhu      5192: => '开始日期',
1.6       bisitz   5193: 
                   5194:    'problem weight'
1.27      zhu      5195: => '问题难度',
1.6       bisitz   5196: 
                   5197:    'role,role,...'
                   5198: => '角色,角色,...',
                   5199: 
                   5200:    'selected students'
                   5201: => '选定的学生',
                   5202: 
                   5203:    'student'
                   5204: => '学生',
                   5205: 
                   5206:    'to'
1.93      raeburn  5207: => 'to',
1.6       bisitz   5208: 
                   5209:    'to [_1] ([_2])'
1.93      raeburn  5210: => 'to [_1] ([_2])',
1.6       bisitz   5211: 
                   5212:    'waiting on [_1]'
                   5213: => '等待 [_1]',
                   5214: 
                   5215:    'what you just saw on the screen'
1.93      raeburn  5216: => 'what you just saw on the screen',
1.6       bisitz   5217: 
                   5218:    'Enter my portfolio space'
                   5219: => '文件夹空间',
                   5220: 
                   5221:    'No syllabus information provided.'
1.93      raeburn  5222: => 'No syllabus information provided.',
1.6       bisitz   5223: 
                   5224:    'Sorry ...'
                   5225: => '对不起...',
                   5226: 
                   5227:    'This resource might be part of another course.'
1.93      raeburn  5228: => 'This resource might be part of another course.',
1.6       bisitz   5229: 
                   5230:    'Agree'
1.93      raeburn  5231: => 'Agree',
1.6       bisitz   5232: 
                   5233:    'Any comments?'
1.18      zhu      5234: => '评论:',
1.6       bisitz   5235: 
                   5236:    'Copy this column'
1.93      raeburn  5237: => 'Copy this column',
1.6       bisitz   5238: 
                   5239:    'Disagree'
1.93      raeburn  5240: => 'Disagree',
1.6       bisitz   5241: 
                   5242:    'General Intro'
1.93      raeburn  5243: => 'General Intro',
1.6       bisitz   5244: 
                   5245:    'Greek Symbols'
1.10      zhu      5246: => '希腊字母',
1.6       bisitz   5247: 
                   5248:    'HTML character entities'
1.93      raeburn  5249: => 'HTML character entities',
1.6       bisitz   5250: 
                   5251:    '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  5252: => '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   5253: 
                   5254:    'LON-CAPA Help'
1.93      raeburn  5255: => 'LON-CAPA Help',
1.6       bisitz   5256: 
                   5257:    'Landscape'
1.93      raeburn  5258: => 'Landscape',
1.6       bisitz   5259: 
                   5260:    'Launch navigation window'
1.9       zhu      5261: => '启动导航窗口',
1.6       bisitz   5262: 
                   5263:    'Grade Levels'
1.13      zhu      5264: => '级别',
1.6       bisitz   5265: 
1.36      zhu      5266:    'Grade Level'
                   5267: => '级别',
                   5268: 
1.6       bisitz   5269:    'Lowest Grade Level'
1.13      zhu      5270: => '最低级别',
1.6       bisitz   5271: 
                   5272:    'Lowest Grade Level:'
1.13      zhu      5273: => '最低级别:',
1.6       bisitz   5274: 
                   5275:    'Highest Grade Level'
1.13      zhu      5276: => '最高级别',
1.6       bisitz   5277: 
                   5278:    'Highest Grade Level:'
1.13      zhu      5279: => '最高级别:',
1.6       bisitz   5280: 
                   5281:    'Mark all posts read'
1.9       zhu      5282: => '将所有帖子标记为已阅读',
1.6       bisitz   5283: 
                   5284:    'My question/comment/feedback:'
1.18      zhu      5285: => '我的问题/评论/反馈:',
1.6       bisitz   5286: 
                   5287:    'Other Symbols'
1.10      zhu      5288: => '其他符号',
1.6       bisitz   5289: 
                   5290:    'Please check at least one of the following feedback types:'
1.18      zhu      5291: => '请从以下选项:',
1.6       bisitz   5292: 
                   5293:    'Please rank the following criteria:'
1.18      zhu      5294: => '请以以下标准评价:',
1.6       bisitz   5295: 
                   5296:    'Portrait'
1.22      zhu      5297: => '竖排格式',
1.6       bisitz   5298: 
                   5299:    'Question about resource content'
1.18      zhu      5300: => '关于此资源内容的问题',
1.6       bisitz   5301: 
                   5302:    'Question/Comment/Feedback about course policy'
1.18      zhu      5303: => '关于课程规则的问题/评论/反馈',
1.6       bisitz   5304: 
                   5305:    'Select a Course to Enter'
                   5306: => '选择一个课程',
                   5307: 
                   5308:    'Sending Messages'
1.10      zhu      5309: => '发送邮件',
1.6       bisitz   5310: 
                   5311:    'Show Me My First Homework Problem'
1.93      raeburn  5312: => 'Show Me My First Homework Problem',
1.6       bisitz   5313: 
                   5314:    'Standards'
1.10      zhu      5315: => '标准',
1.6       bisitz   5316: 
                   5317:    'Strongly Agree'
1.93      raeburn  5318: => 'Strongly Agree',
1.6       bisitz   5319: 
                   5320:    'Strongly Disagree'
1.93      raeburn  5321: => 'Strongly Disagree',
1.6       bisitz   5322: 
                   5323:    'Symbol'
1.10      zhu      5324: => '符号',
1.6       bisitz   5325: 
                   5326:    'The material appears to be correct'
1.18      zhu      5327: => '这些材料似乎是正确的',
1.6       bisitz   5328: 
                   5329:    'The material is helpful'
1.18      zhu      5330: => '这些材料是有用的',
1.6       bisitz   5331: 
                   5332:    'The material is presented in a clear way'
1.18      zhu      5333: => '这些材料中提出一个明确的方式',
1.6       bisitz   5334: 
                   5335:    'The resource is technically correct (loads fast enough, does not produce errors, links work, etc)'
1.18      zhu      5336: => '资源在技术上是正确的(加载速度足够快, 不会产生错误, 链接页面可以访问, 等等)',
1.6       bisitz   5337: 
                   5338:    'HTML character enties'
1.10      zhu      5339: => 'HTML 字符实体',
1.6       bisitz   5340: 
                   5341:    '"Waiting for Remote Control window to load: "+[_1]'
1.22      zhu      5342: => '"等待加载远程控制窗口: "+[_1]',
1.6       bisitz   5343: 
1.49      bisitz   5344:    '[_1]Continue[_2] on in Inline Menu mode'
                   5345: => '[_1]继续[_2] 在内置菜单模式下',
1.6       bisitz   5346: 
                   5347:    'All posts'
1.9       zhu      5348: => '所有的讨论',
1.6       bisitz   5349: 
                   5350:    'Change Color Scheme'
1.9       zhu      5351: => '更改颜色方案',
1.6       bisitz   5352: 
                   5353:    'Change Colors'
1.9       zhu      5354: => '改变颜色',
1.6       bisitz   5355: 
                   5356:    'Change Discussion Display Preferences'
1.9       zhu      5357: => '改变讨论显示偏好',
1.6       bisitz   5358: 
                   5359:    'Change How Math Equations Are Displayed'
1.9       zhu      5360: => '改变显示科学计算公式',
1.6       bisitz   5361: 
                   5362:    'Change Language'
                   5363: => '语言',
                   5364: 
                   5365:    'Change Language Preferences'
1.10      zhu      5366: => '更改语言首选项',
1.6       bisitz   5367: 
                   5368:    'Change Message Forwarding and Notification Email Addresses'
1.10      zhu      5369: => '更改邮件转发和通知的电子邮件地址',
1.6       bisitz   5370: 
                   5371:    'Change Password'
1.10      zhu      5372: => '更改密码',
1.6       bisitz   5373: 
                   5374:    'Change Preferences'
1.9       zhu      5375: => '改变参数',
1.6       bisitz   5376: 
                   5377:    'Change Roles Page Preferences'
1.10      zhu      5378: => '改变角色页参数',
1.6       bisitz   5379: 
                   5380:    'Change Screen Name'
1.10      zhu      5381: => '改变昵称',
1.6       bisitz   5382: 
                   5383:    'Change Screenname'
1.10      zhu      5384: => '改变昵称',
1.6       bisitz   5385: 
                   5386:    'Change WYSIWYG Editor Preferences'
1.10      zhu      5387: => 'WYSIWYG-编辑器',
1.6       bisitz   5388: 
                   5389:    'Contact Helpdesk'
1.7       zhu      5390: => '联系求助',
1.6       bisitz   5391: 
                   5392:    'Current discussion settings'
1.10      zhu      5393: => '目前讨论的设置',
1.6       bisitz   5394: 
1.79      bisitz   5395:    'Duedate'
1.9       zhu      5396: => '截止日期',
1.6       bisitz   5397: 
                   5398:    'Each post can be toggled read/unread'
1.93      raeburn  5399: => 'Each post can be toggled read/unread',
1.6       bisitz   5400: 
                   5401:    "Edit the 'About Me' Personal Information Screen"
1.41      bisitz   5402: => "个人网页",
1.6       bisitz   5403: 
                   5404:    'Enable WYSIWYG Editor'
1.9       zhu      5405: => '应用 WYSIWYG-编辑器',
1.6       bisitz   5406: 
                   5407:    'End of Sequence'
1.9       zhu      5408: => '结束序列',
1.6       bisitz   5409: 
                   5410:    'Entering Course'
1.9       zhu      5411: => '进入课程',
1.6       bisitz   5412: 
                   5413:    'Get help'
1.9       zhu      5414: => '获得帮助',
1.6       bisitz   5415: 
                   5416:    'Go to main menu'
1.9       zhu      5417: => '进入主菜单',
1.6       bisitz   5418: 
                   5419:    'Has New Discussion'
1.9       zhu      5420: => '有新讨论',
1.6       bisitz   5421: 
                   5422:    '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      5423: => '当弹出式窗口过滤器被激活,远程控制启动将会失败。 为了使用远程控制,在此网站请禁用这些过滤器。',
1.6       bisitz   5424: 
                   5425:    'Navigate Course Content'
                   5426: => '浏览目录',
                   5427: 
                   5428:    'New posts only'
1.10      zhu      5429: => '只有新的讨论',
1.6       bisitz   5430: 
                   5431:    'No Resource'
1.10      zhu      5432: => '没有资源',
1.6       bisitz   5433: 
                   5434:    'No syllabus available'
1.10      zhu      5435: => '没有提供教学大纲',
1.6       bisitz   5436: 
                   5437:    'Not currently assigned.'
1.10      zhu      5438: => '目前没有任务发布。',
1.6       bisitz   5439: 
                   5440:    'Not new'
1.9       zhu      5441: => '不是新的',
1.6       bisitz   5442: 
                   5443:    'Off'
1.10      zhu      5444: => '关',
1.6       bisitz   5445: 
                   5446:    'On'
1.10      zhu      5447: => '开',
1.6       bisitz   5448: 
                   5449:    'Once displayed'
1.18      zhu      5450: => '显示一次',
1.6       bisitz   5451: 
                   5452:    'Once marked not NEW'
1.18      zhu      5453: => '一次后标记不是新的',
1.6       bisitz   5454: 
                   5455:    'Please click on the the resource you intend to access'
1.93      raeburn  5456: => 'Please click on the the resource you intend to access',
1.6       bisitz   5457: 
                   5458:    'Posts cease to be marked "NEW"'
1.93      raeburn  5459: => 'Posts cease to be marked "NEW"',
1.6       bisitz   5460: 
                   5461:    'Posts to be displayed'
1.93      raeburn  5462: => 'Posts to be displayed',
1.6       bisitz   5463: 
                   5464:    'Role selected. Please stand by.'
1.10      zhu      5465: => '角色选定。请稍候。',
1.6       bisitz   5466: 
                   5467:    'Send'
1.10      zhu      5468: => '发送',
1.6       bisitz   5469: 
                   5470:    'Set User Preferences'
                   5471: => '设置用户参数',
                   5472: 
                   5473:    'Show Preview and Check Spelling'
1.10      zhu      5474: => '查看预览和拼写检查',
1.6       bisitz   5475: 
                   5476:    'Sort by:'
1.9       zhu      5477: => '排序方式:',
1.6       bisitz   5478: 
                   5479:    '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   5480: => '外部菜单(远程控制)已被禁用,继续在内置菜单模式下工作。您可能已经关闭了远程控制的窗口,或被您的浏览器的弹出窗口过滤器阻止了。为了使用远程控制,在此网站禁用该过滤器,并在内置菜单重新启动远程控制。',
1.6       bisitz   5481: 
                   5482:    'There are several possibilities of where to go next'
1.93      raeburn  5483: => 'There are several possibilities of where to go next',
1.6       bisitz   5484: 
                   5485:    'To use the Remote Control, disable the filter for this site, and re-launch the Remote Control from the inline menu.'
1.22      zhu      5486: => '为了使用远程控制,在此网站禁用弹出窗口过滤器,并在内置菜单重新启动远程控制。',
1.6       bisitz   5487: 
                   5488:    'Toggle read/unread'
1.10      zhu      5489: => '切换已读/未读',
1.6       bisitz   5490: 
                   5491:    'Unread only'
1.10      zhu      5492: => '只有未读',
1.6       bisitz   5493: 
                   5494:    "View this user's personal page"
                   5495: => "显示这个用户的个人网页",
                   5496: 
                   5497:    'You have reached the end of the sequence of materials.'
1.10      zhu      5498: => '您已达到教材序列的最后。',
1.6       bisitz   5499: 
                   5500:    '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      5501: => '您可能已经关闭了远程控制的窗口,或者被您的浏览器的弹出窗口过滤器拦截了。',
1.6       bisitz   5502: 
                   5503:    'attachments'
1.12      zhu      5504: => '附件',
1.6       bisitz   5505: 
                   5506:    'About User'
                   5507: => '个人网页',
                   5508: 
                   5509: 
                   5510:    'All documents out of a published map into this folder'
                   5511: => '在这个目录里面发布的所有文件的内容列表',
                   5512: 
                   5513:    'Change Math Pref'
1.93      raeburn  5514: => 'Change Math Pref',
1.6       bisitz   5515: 
                   5516:    'Change Math Preferences'
1.9       zhu      5517: => '改变显示科学方程式偏好',
1.6       bisitz   5518: 
                   5519:    'Comment'
                   5520: => '注解',
                   5521: 
                   5522:    'Communication/Messages'
1.55      zhu      5523: => '通信/邮件',
1.6       bisitz   5524: 
                   5525:    'Configure blocking of student communication during exams'
1.93      raeburn  5526: => 'Configure blocking of student communication during exams',
1.6       bisitz   5527: 
                   5528:    'Convert to Images'
1.12      zhu      5529: => '转换为图像',
1.6       bisitz   5530: 
                   5531:    'Course and Catalog Search'
1.12      zhu      5532: => '课程和目录搜索',
1.6       bisitz   5533: 
                   5534:    'Create Subdirectory'
1.12      zhu      5535: => '创建子目录',
1.6       bisitz   5536: 
                   5537:    'Upload file to current directory'
1.12      zhu      5538: => '上传文件到当前目录',
1.6       bisitz   5539: 
                   5540:    'Create subdirectory in current directory'
1.12      zhu      5541: => '在当前目录下,创建一个新的子目录',
1.6       bisitz   5542: 
1.80      bisitz   5543:    'Upload embedded images/multimedia/css/linked files if HTML file'
                   5544: => '对于HTML文件: 上传嵌入式图像/多媒体文件/CSS/链接文件',
1.6       bisitz   5545: 
                   5546:    'Delete Selected'
                   5547: => '删除所选',
                   5548: 
1.122   ! bisitz   5549:    'CRITICAL'
1.9       zhu      5550: => '重要的',
1.6       bisitz   5551: 
                   5552:    'Currently no documents.'
1.9       zhu      5553: => '目前没有任何文件。',
1.6       bisitz   5554: 
                   5555:    'Enter terms or phrases, then press "Search" below'
1.18      zhu      5556: => '在搜索栏里输入关键字或词组,然后点击下面的“搜索”。',
1.6       bisitz   5557: 
                   5558:    'INBOX'
                   5559: => '收件箱',
                   5560: 
1.80      bisitz   5561:    'Upload embedded images/multimedia files if HTML file'
                   5562: => '对于HTML文件: 上传嵌入式图像/多媒体文件',
1.6       bisitz   5563: 
1.67      bisitz   5564:    'IMS Import'
1.93      raeburn  5565: => 'IMS Import',
1.67      bisitz   5566: 
1.6       bisitz   5567:    'Import IMS package'
                   5568: => '导入 IMS-包',
                   5569: 
1.67      bisitz   5570:    'IMS Export'
1.93      raeburn  5571: => 'IMS Export',
1.67      bisitz   5572: 
                   5573:    'Export Course to IMS Package'
                   5574: => '导出-IMS-包',
                   5575: 
                   5576:    'Export content item?'
1.93      raeburn  5577: => 'Export content item?',
1.67      bisitz   5578: 
                   5579:    'Export discussion posts?'
1.93      raeburn  5580: => 'Export discussion posts?',
1.67      bisitz   5581: 
                   5582:    'As you did not select any content items or discussions for export, an IMS package has not been created.'
1.93      raeburn  5583: => 'As you did not select any content items or discussions for export, an IMS package has not been created.',
1.67      bisitz   5584: 
                   5585:    'Please [_1]go back[_2] to select either content items or discussions for export.'
1.93      raeburn  5586: => 'Please [_1]go back[_2] to select either content items or discussions for export.',
1.67      bisitz   5587: 
                   5588:    '[_1]Your IMS package[_2] is ready for download.'
1.101     bisitz   5589: => '[_1]Your IMS package[_2] is ready for download.',
1.67      bisitz   5590: 
1.6       bisitz   5591:    'Import a document'
                   5592: => 'LON-CAPA-内部文件',
                   5593: 
                   5594:    'Make New Folder'
                   5595: => '新建文件夹',
                   5596: 
                   5597:    'New Composite Page'
                   5598: => '新组合页面',
                   5599: 
                   5600:    'New Messages Only'
1.9       zhu      5601: => '只有新邮件',
1.6       bisitz   5602: 
                   5603:    'Portfolio Manager'
1.9       zhu      5604: => '组合管理',
1.6       bisitz   5605: 
                   5606:    'Preferred method to display Math'
1.9       zhu      5607: => '首选的方法来显示科学方程式',
1.6       bisitz   5608: 
                   5609:    'Published documents'
                   5610: => '发布文件',
                   5611: 
1.88      bisitz   5612:    'Recover Deleted Documents'
1.6       bisitz   5613: => '恢复已删除的资源',
                   5614: 
                   5615:    'Send a Message'
1.55      zhu      5616: => '发送邮件',
1.6       bisitz   5617: 
1.122   ! bisitz   5618:    'SENT MESSAGES'
1.55      zhu      5619: => '已发送邮件',
1.6       bisitz   5620: 
                   5621:    'Show'
                   5622: => '显示',
                   5623: 
                   5624:    'TRASH'
1.9       zhu      5625: => '已删除邮件',
1.6       bisitz   5626: 
                   5627:    'TeX to HTML'
1.9       zhu      5628: => 'TeX to HTML',
1.6       bisitz   5629: 
                   5630:    'View Folder'
1.9       zhu      5631: => '查看文件夹',
1.6       bisitz   5632: 
                   5633:    'fulltext search (time consuming)'
1.18      zhu      5634: => '全文检索 (费时的)',
1.6       bisitz   5635: 
1.18      zhu      5636:    'search discussion postings (resources and discussion boards)'
                   5637: => '搜索讨论帖子 (资源和布告栏)',
1.6       bisitz   5638: 
                   5639:    'Roles'
                   5640: => '角色',
                   5641: 
                   5642:    'Select style file'
1.18      zhu      5643: => '选择档案风格',
1.6       bisitz   5644: 
                   5645:    '(mark them then click "next" button)'
1.18      zhu      5646: => '(标记,然后点击“下一步”按钮)',
1.6       bisitz   5647: 
                   5648:    '100 Level'
1.18      zhu      5649: => '1. 学年',
1.6       bisitz   5650: 
                   5651:    '200 Level'
1.18      zhu      5652: => '2. 学年',
1.6       bisitz   5653: 
                   5654:    '300 Level'
1.18      zhu      5655: => '3. 学年',
1.6       bisitz   5656: 
                   5657:    '400 Level'
1.18      zhu      5658: => '4. 学年',
1.6       bisitz   5659: 
                   5660:    'Action'
1.10      zhu      5661: => '动作',
1.6       bisitz   5662: 
                   5663:    'Actions for current directory'
1.10      zhu      5664: => '此目录的行动',
1.6       bisitz   5665: 
                   5666:    'Change Discussion Preferences'
1.18      zhu      5667: => '改变讨论偏好',
1.6       bisitz   5668: 
                   5669:    'Change Message Forwarding/Notification'
1.10      zhu      5670: => '邮件转发和通知',
1.6       bisitz   5671: 
                   5672:    'Change WYSIWYG Preferences'
1.10      zhu      5673: => 'WYSIWYG-编辑器',
1.6       bisitz   5674: 
                   5675:    'Change to '
1.10      zhu      5676: => '变化为 ',
1.6       bisitz   5677: 
                   5678:    'Clean Up'
1.10      zhu      5679: => '清理',
1.6       bisitz   5680: 
                   5681:    'Closed - XML source is closed to everyone'
1.10      zhu      5682: => '锁定 - XML的源代码对手有人锁定',
1.6       bisitz   5683: 
                   5684:    'Copy'
                   5685: => '复制',
                   5686: 
                   5687:    'Create a new directory or LON-CAPA document'
1.10      zhu      5688: => '创建一个新的目录或 LON-CAPA 文件',
1.6       bisitz   5689: 
                   5690:    'Current setting '
1.10      zhu      5691: => '当前设置 ',
1.6       bisitz   5692: 
                   5693:    'Delete Directory'
1.10      zhu      5694: => '删除文件夹',
1.6       bisitz   5695: 
                   5696:    'Delete directory'
1.10      zhu      5697: => '删除文件夹',
1.6       bisitz   5698: 
                   5699:    'Delete this resource'
1.98      bisitz   5700: => '删除此资源',
1.6       bisitz   5701: 
                   5702:    'Disable WYSIWYG editor'
1.10      zhu      5703: => '不使用 WYSIWYG-编辑器',
1.6       bisitz   5704: 
                   5705:    'Display Preference'
1.10      zhu      5706: => '显示偏好',
1.6       bisitz   5707: 
                   5708:    'Edit catalog information'
1.18      zhu      5709: => '编辑目录信息',
1.6       bisitz   5710: 
                   5711:    'Enable WYSIWYG editor'
1.10      zhu      5712: => '使用 WYSIWYG-编辑器',
1.6       bisitz   5713: 
                   5714:    'Grade 1'
1.36      zhu      5715: => '1 级',
1.6       bisitz   5716: 
                   5717:    'Grade 10'
1.36      zhu      5718: => '10 级',
1.6       bisitz   5719: 
                   5720:    'Grade 11'
1.36      zhu      5721: => '11 级',
1.6       bisitz   5722: 
                   5723:    'Grade 12'
1.36      zhu      5724: => '12 级',
1.6       bisitz   5725: 
                   5726:    'Grade 13'
1.36      zhu      5727: => '13 级',
1.6       bisitz   5728: 
                   5729:    'Grade 2'
1.36      zhu      5730: => '2 级',
1.6       bisitz   5731: 
                   5732:    'Grade 3'
1.36      zhu      5733: => '3 级',
1.6       bisitz   5734: 
                   5735:    'Grade 4'
1.36      zhu      5736: => '4 级',
1.6       bisitz   5737: 
                   5738:    'Grade 5'
1.36      zhu      5739: => '5 级',
1.6       bisitz   5740: 
                   5741:    'Grade 6'
1.36      zhu      5742: => '6 级',
1.6       bisitz   5743: 
                   5744:    'Grade 7'
1.36      zhu      5745: => '7 级',
1.6       bisitz   5746: 
                   5747:    'Grade 8'
1.36      zhu      5748: => '8 级',
1.6       bisitz   5749: 
                   5750:    'Grade 9'
1.36      zhu      5751: => '9 级',
1.6       bisitz   5752: 
                   5753:    'Graduate Level'
1.36      zhu      5754: => '研究生层次',
1.6       bisitz   5755: 
                   5756:    'List current directory'
1.99      raeburn  5757: => '文件夹',
1.6       bisitz   5758: 
                   5759:    'Mark obsolete'
1.36      zhu      5760: => '标记为过时的',
1.6       bisitz   5761: 
                   5762:    'Move'
1.10      zhu      5763: => '移动',
1.6       bisitz   5764: 
                   5765:    'New library file'
1.36      zhu      5766: => '新的库文件',
1.6       bisitz   5767: 
                   5768:    'No file: [_1]'
1.36      zhu      5769: => '没有任何文件: [_1]',
1.6       bisitz   5770: 
                   5771:    'No personal information provided'
1.36      zhu      5772: => '没有提供的个人资料',
1.6       bisitz   5773: 
                   5774:    'Not specified'
1.36      zhu      5775: => '未指定',
1.6       bisitz   5776: 
                   5777:    'Open - XML source is open to people who want to use it'
1.36      zhu      5778: => '开放 - XML的源代码开放给想要使用它的人',
1.6       bisitz   5779: 
                   5780:    'Points Display'
1.10      zhu      5781: => '分数显示',
1.6       bisitz   5782: 
                   5783:    'Completed Problems Display'
1.10      zhu      5784: => '显示完成作业',
1.6       bisitz   5785: 
                   5786:    'Points Scored'
1.10      zhu      5787: => '得分',
1.6       bisitz   5788: 
                   5789:    'Attempted'
1.10      zhu      5790: => '尝试',
1.6       bisitz   5791: 
                   5792:    'Posts displayed?'
1.10      zhu      5793: => '帖子显示?',
1.6       bisitz   5794: 
                   5795:    'Preferences can be set that determine'
1.18      zhu      5796: => '预置可设置确定',
1.6       bisitz   5797: 
                   5798:    'Print contents of directory'
1.10      zhu      5799: => '打印目录',
1.6       bisitz   5800: 
                   5801:    'Print directory'
1.10      zhu      5802: => '打印目录',
1.6       bisitz   5803: 
                   5804:    'Problem Document'
1.43      bisitz   5805: => '任务文件', # '问题',
1.6       bisitz   5806: 
                   5807:    'Publish this Directory'
1.10      zhu      5808: => '发布此目录',
1.6       bisitz   5809: 
                   5810:    'Publish this resource'
1.98      bisitz   5811: => '发布此资源',
1.6       bisitz   5812: 
                   5813:    'Re-publish'
1.10      zhu      5814: => '重新发布',
1.6       bisitz   5815: 
                   5816:    'Retrieve old version'
1.10      zhu      5817: => '恢复旧版本',
1.6       bisitz   5818: 
                   5819:    'Select action'
1.10      zhu      5820: => '选择行动',
1.6       bisitz   5821: 
                   5822:    'Send message'
1.10      zhu      5823: => '发送消息',
1.6       bisitz   5824: 
1.65      zhu      5825:     'Set display preferences for discussion posts for both discussion boards and individual resources in all your courses.'
                   5826: => '在这里,您可以设置您的讨论是否显示在所有的课程的布告栏和个人资源里。',
1.63      zhu      5827: 
1.6       bisitz   5828:    'Source Distribution'
1.10      zhu      5829: => '源代码的访问权限',
1.6       bisitz   5830: 
                   5831:    'The preferences you set here can be overridden within each individual discussion.'
1.43      bisitz   5832: => '您的喜好设定这里可以适用在每个讨论。', # '您的喜好设定可以被每个讨论更改。',
1.6       bisitz   5833: 
1.104     raeburn  5834:    'Under what circumstances posts are identified as "NEW"'
1.18      zhu      5835: => '在什么情况下讨论被设定为“新”',
1.6       bisitz   5836: 
                   5837:    'Upload a new document'
1.18      zhu      5838: => '上传新文件',
1.6       bisitz   5839: 
                   5840:    'Use random seed'
1.36      zhu      5841: => '使用随机种子',
1.6       bisitz   5842: 
                   5843:    'Use style file'
1.36      zhu      5844: => '使用样式文件',
1.6       bisitz   5845: 
1.19      zhu      5846:    'Which posts are displayed when you display a discussion board or resource, and'
1.18      zhu      5847: => '哪些讨论将将被显示,如果你有一个布告栏或资源,',
1.6       bisitz   5848: 
                   5849:    'closed'
1.36      zhu      5850: => '锁定源代码', # !
1.6       bisitz   5851: 
                   5852:    'open'
1.36      zhu      5853: => '公开源代码', # !
1.6       bisitz   5854: 
                   5855:    '(mark desired resources then click "next" button)'
1.36      zhu      5856: => '(标记所需资源然后单击“下一步”按钮)',
1.6       bisitz   5857: 
                   5858:    '[_1]Change[_2] for just [_3]this course[_4] or for all [_5]your courses[_6].'
1.36      zhu      5859: => '[_1]改变[_2] 只为 [_3]该课程[_4] 或者为所有 [_5]您的课程[_6].',
1.6       bisitz   5860: 
                   5861:    "Page displayed after role selection in course now set by [_1]user's global preferences[_2]."
1.93      raeburn  5862: => "Page displayed after role selection in course now set by [_1]user's global preferences[_2].",
1.6       bisitz   5863: 
                   5864:    'Page displayed after role selection in this course set to [_1].'
1.93      raeburn  5865: => 'Page displayed after role selection in this course set to [_1].',
1.6       bisitz   5866: 
                   5867:    'Unable to set control of page display to [_1] due to [_2].'
1.93      raeburn  5868: => 'Unable to set control of page display to [_1] due to [_2].',
1.6       bisitz   5869: 
                   5870:    'Unable to set page display, after role selection, for this course to [_1] due to [_2].'
1.93      raeburn  5871: => 'Unable to set page display, after role selection, for this course to [_1] due to [_2].',
1.6       bisitz   5872: 
                   5873:    'Add or Edit Blog Entries'
1.12      zhu      5874: => '添加或修改博客条目',
1.6       bisitz   5875: 
                   5876:    'Add to my public course blog'
1.12      zhu      5877: => '添加到我的公共课程博客',
1.6       bisitz   5878: 
                   5879:    'Annotator'
1.12      zhu      5880: => '注释者',
1.6       bisitz   5881: 
                   5882:    'Av. Attempts'
1.93      raeburn  5883: => 'Av. Attempts',
1.6       bisitz   5884: 
                   5885:    'Available RSS Feeds and Blogs'
1.22      zhu      5886: => '可用的 RSS订阅和博客',
1.6       bisitz   5887: 
                   5888:    'Average number of attempts'
1.93      raeburn  5889: => 'Average number of attempts',
1.6       bisitz   5890: 
                   5891:    'Bookmarks'
1.12      zhu      5892: => '书签',
1.6       bisitz   5893: 
                   5894:    'Change interval?'
1.12      zhu      5895: => '更改间隔?',
1.6       bisitz   5896: 
                   5897:    'Change options?'
1.12      zhu      5898: => '更改选项?',
1.6       bisitz   5899: 
                   5900:    'Change thresholds?'
1.12      zhu      5901: => '更改阈值?',
1.6       bisitz   5902: 
                   5903:    'Clean up'
1.63      zhu      5904: => '清理',
1.6       bisitz   5905: 
                   5906:    'Close Folder'
1.12      zhu      5907: => '关闭文件夹',
1.6       bisitz   5908: 
                   5909:    'Configure Blocking of Student Communication during Exams'
1.93      raeburn  5910: => 'Configure Blocking of Student Communication during Exams',
1.6       bisitz   5911: 
                   5912:    'Course Action Items'
1.93      raeburn  5913: => 'Course Action Items',
1.6       bisitz   5914: 
                   5915:    'Creating PDF'
1.36      zhu      5916: => '创建PDF文件',
1.6       bisitz   5917: 
                   5918:    'Currently: [_1].'
1.36      zhu      5919: => '现在: [_1].',
1.6       bisitz   5920: 
                   5921:    'Deg. Diff'
1.36      zhu      5922: => '难度',
1.6       bisitz   5923: 
                   5924:    'Description'
1.13      zhu      5925: => '描述',
1.6       bisitz   5926: 
                   5927:    'Display Action Items'
1.93      raeburn  5928: => 'Display Action Items',
1.6       bisitz   5929: 
                   5930:    'Enter my groups in the course'
1.9       zhu      5931: => '我的课程组',
1.6       bisitz   5932: 
                   5933:    'Entering [_1]'
1.9       zhu      5934: => '进入 [_1]',
1.6       bisitz   5935: 
                   5936:    'Entering [_1] ...'
1.10      zhu      5937: => '进入 [_1]...',
1.6       bisitz   5938: 
                   5939:    'First resource'
1.36      zhu      5940: => '第一资源',
1.6       bisitz   5941: 
                   5942:    'Generated [_1] ([_2] bytes)'
1.36      zhu      5943: => '生成于 [_1] ([_2] bytes)',
1.6       bisitz   5944: 
                   5945:    'Go to first resource'
1.36      zhu      5946: => '转到第一资源',
1.6       bisitz   5947: 
                   5948:    'Group Documents'
1.10      zhu      5949: => '组文件',
1.6       bisitz   5950: 
                   5951:    'Groups'
1.9       zhu      5952: => '组',
1.6       bisitz   5953: 
                   5954:    'Help Menu'
1.9       zhu      5955: => '求助菜单',
1.6       bisitz   5956: 
                   5957:    'Hide all'
1.9       zhu      5958: => '全部隐藏',
1.6       bisitz   5959: 
                   5960:    'Hide this Feed'
1.10      zhu      5961: => '隐藏这个Feed',
1.6       bisitz   5962: 
                   5963:    'LON-CAPA Feed "[_1]" for [_2]'
1.13      zhu      5964: => 'LON-CAPA-Feed "[_1]" 对于 [_2]',
1.6       bisitz   5965: 
                   5966:    'Last Reset'
1.36      zhu      5967: => '最后重启',
1.6       bisitz   5968: 
                   5969:    'Last revised'
1.36      zhu      5970: => '最近更改',
1.6       bisitz   5971: 
                   5972:    'Link'
1.13      zhu      5973: => '连接',
1.6       bisitz   5974: 
                   5975:    'Log In'
1.13      zhu      5976: => '登录',
1.6       bisitz   5977: 
                   5978:    'Move Checked to Folder'
1.93      raeburn  5979: => 'Move Checked to Folder',
1.6       bisitz   5980: 
                   5981:    'Name for New Feed'
1.13      zhu      5982: => '新Feed的名字',
1.6       bisitz   5983: 
                   5984:    'Name of this Feed'
1.13      zhu      5985: => '这个Feed的名字',
1.6       bisitz   5986: 
                   5987:    'New course messages'
1.13      zhu      5988: => '新的课程信息',
1.6       bisitz   5989: 
                   5990:    'New critical messages in course'
1.36      zhu      5991: => '新的课程重要信息',
1.6       bisitz   5992: 
                   5993:    'New in course'
1.36      zhu      5994: => '新课程',
1.6       bisitz   5995: 
                   5996:    'New version'
1.13      zhu      5997: => '新版本',
1.6       bisitz   5998: 
                   5999:    'No messages sent.'
1.36      zhu      6000: => '没有寄出的邮件。',
1.6       bisitz   6001: 
                   6002:    'No new course messages'
1.36      zhu      6003: => '没有新的课程信息',
1.6       bisitz   6004: 
                   6005:    'No problems require handgrading'
1.63      zhu      6006: => '没有习题需要手动评分',
1.6       bisitz   6007: 
                   6008:    'No problems satisfy threshold criteria'
1.63      zhu      6009: => '没有问题达到要求标准',
1.6       bisitz   6010: 
                   6011:    'No problems with errors'
1.63      zhu      6012: => '没有错误的问题',
1.6       bisitz   6013: 
                   6014:    'No unread critical messages in course'
1.63      zhu      6015: => '没有未读的重要邮件',
1.6       bisitz   6016: 
                   6017:    'No unread posts in course discussions'
1.63      zhu      6018: => '没有未读的帖子在课程论坛里面',
1.6       bisitz   6019: 
                   6020:    'No updated versions'
1.63      zhu      6021: => '没有更新版本',
1.6       bisitz   6022: 
                   6023:    'Num. students'
1.63      zhu      6024: => '学生的数量',
1.6       bisitz   6025: 
                   6026:    'Number of errors'
1.63      zhu      6027: => '错误的数量',
1.6       bisitz   6028: 
                   6029:    'Number of new posts'
1.63      zhu      6030: => '新帖子的数量',
1.6       bisitz   6031: 
                   6032:    'Number ungraded'
1.63      zhu      6033: => '未评分的数量',
1.6       bisitz   6034: 
                   6035:    'Open Folder'
1.9       zhu      6036: => '打开文件夹',
1.6       bisitz   6037: 
1.9       zhu      6038: #   'Open all folders'
                   6039: #=> '打开所有文件夹',
1.6       bisitz   6040: 
                   6041:    'Page set to be displayed after you have selected a role in this course'
1.63      zhu      6042: => '页面显示设置,在您选择了该课程中的角色后',
1.6       bisitz   6043: 
                   6044:    'Please select the type of LON-CAPA entity - Course or Group - for which you wish to add/modify a user role'
1.93      raeburn  6045: => 'Please select the type of LON-CAPA entity - Course or Group - for which you wish to add/modify a user role',
1.6       bisitz   6046: 
                   6047:    'Please stand by while processing your print request, this may take some time ...'
1.93      raeburn  6048: => 'Please stand by while processing your print request, this may take some time ...',
1.6       bisitz   6049: 
                   6050:    'Problem'
1.12      zhu      6051: => '问题',
1.6       bisitz   6052: 
                   6053:    'Problem Name'
1.12      zhu      6054: => '问题描述',
1.6       bisitz   6055: 
                   6056:    'Problem is not open to be viewed. It'
1.93      raeburn  6057: => 'Problem is not open to be viewed. It',
1.6       bisitz   6058: 
                   6059:    'Problems requiring handgrading'
1.63      zhu      6060: => '必须手动评分的问题',
1.6       bisitz   6061: 
                   6062:    '(Problems with av. attempts &ge; [_1] or deg. difficulty &ge; [_2]) [_3] and total number of students with submissions &ge; [_4]'
1.63      zhu      6063: => '(问题尝试的平均数目 &ge; [_1] 或者难度 &ge; [_2]) [_3] 和回答问题的学生总数 &ge; [_4]',
1.6       bisitz   6064: 
                   6065:    'Problems with errors'
1.63      zhu      6066: => '错误的问题',
1.6       bisitz   6067: 
                   6068:    'Recently generated printouts'
1.93      raeburn  6069: => 'Recently generated printouts',
1.6       bisitz   6070: 
                   6071:    'Recently generated printout zip files'
1.93      raeburn  6072: => 'Recently generated printout zip files',
1.6       bisitz   6073: 
                   6074:    'Reset Count?'
1.63      zhu      6075: => '计数器复位?',
1.6       bisitz   6076: 
                   6077:    'Reset counters to 0'
1.63      zhu      6078: => '重置计数器为0',
1.6       bisitz   6079: 
                   6080:    'Select [_1]'
1.63      zhu      6081: => '选择 [_1]',
1.6       bisitz   6082: 
                   6083:    'Select the sequence to print resources from:'
1.63      zhu      6084: => '选择该资源的打印顺序:',
1.6       bisitz   6085: 
                   6086:    'Selected [_1]Problems[_2] from folder [_3]'
1.63      zhu      6087: => '选定[_1]问题[_2]从文件夹[_3]',
1.6       bisitz   6088: 
                   6089:    'Selected [_1]Resources[_2] from folder [_3]'
1.63      zhu      6090: => '选定[_1]资源[_2]从文件夹[_3]',
1.6       bisitz   6091: 
                   6092:    'Selected <b>Problems</b> from <b>entire course</b>'
1.63      zhu      6093: => '选定<b>问题</b>从<b>整个课程</b>',
1.6       bisitz   6094: 
                   6095:    'Selected <b>Resources</b> from <b>entire course</b>'
1.63      zhu      6096: => '选定<b>资源</b>从<b>整个课程</b>',
1.6       bisitz   6097: 
                   6098:    'Selected <b>Problems</b> from <b>entire course</b> for <b>selected people</b>'
1.63      zhu      6099: => '选定<b>资源</b>从<b>整个课程</b>给<b>选定的人</b>',
1.6       bisitz   6100: 
                   6101:    'Selected [_1]Problems[_2] from folder [_3] for [_4]selected people[_5]'
1.63      zhu      6102: => '选定[_1]问题[_2]从文件夹[_3]给[_4]选定的人[_5]',
1.6       bisitz   6103: 
                   6104:    'Selected [_1]Problems[_2] from folder [_3] for [_4]CODEd assignments[_5]'
1.63      zhu      6105: => '选定[_1]问题[_2]从文件夹[_3]给[_4]编码练习[_5]', # ???
1.6       bisitz   6106: 
                   6107:    'Selected [_1]Resources[_2] from folder [_3] for [_4]selected people[_5]'
1.63      zhu      6108: => '选定[_1]资源[_2]从文件夹[_3]给[_4]选定的人[_5]',
1.6       bisitz   6109: 
                   6110:    'Selected [_1]Resources[_2] from folder [_3] for [_4]CODEd assignments[_5]'
1.63      zhu      6111: => '选定[_1]资源[_2]从文件夹[_3]给[_4]编码练习[_5]', # ???
1.6       bisitz   6112: 
                   6113:    'Selected [_1]Problems[_2] from current subdirectory [_3]'
1.63      zhu      6114: => '选定[_1]问题[_2]从当前的子文件夹[_3]',
1.6       bisitz   6115: 
                   6116:    'Selected <b>Resources</b> from <b>selected folder</b> in course'
1.63      zhu      6117: => '选定<b>资源</b>从课程里的<b>选定的文件夹</b>',
1.6       bisitz   6118: 
                   6119:    'Show all'
1.9       zhu      6120: => '全部显示',
1.6       bisitz   6121: 
                   6122:    'Show my first due problem'
1.9       zhu      6123: => '查看我的首要问题来处理',
1.6       bisitz   6124: 
                   6125:    'Show only uncompleted problems'
1.9       zhu      6126: => '只显示未完成的问题',
1.6       bisitz   6127: 
                   6128:    'Show everything'
1.9       zhu      6129: => '查看所有',
1.6       bisitz   6130: 
                   6131:    'Uncompleted Problems'
1.9       zhu      6132: => '没有完成问题',
1.6       bisitz   6133: 
                   6134:    'All homework assignments have been completed.'
1.22      zhu      6135: => '所有的问题都已经完成。',
1.6       bisitz   6136: 
                   6137:    'Speller Suggestions'
                   6138: => 'Speller Suggestions',
                   6139: 
                   6140:    'Start a New Feed'
1.9       zhu      6141: => '开始一个新的Feed',
1.6       bisitz   6142: 
                   6143:    'Save Marked Changes'
1.9       zhu      6144: => '保存标记的更改',
1.6       bisitz   6145: 
                   6146:    'Save changes'
1.9       zhu      6147: => '保存更改',
1.6       bisitz   6148: 
                   6149:    'This action is currently not authorized.'
1.18      zhu      6150: => '这一行动目前是不被允许的。',
1.6       bisitz   6151: 
                   6152:    'Time of last post'
1.101     bisitz   6153: => '最后发表的帖子的时间',
1.6       bisitz   6154: 
                   6155:    'Title of document goes here'
1.93      raeburn  6156: => 'Title of document goes here',
1.6       bisitz   6157: 
                   6158:    'Body of document goes here'
1.93      raeburn  6159: => 'Body of document goes here',
1.6       bisitz   6160: 
                   6161:    'Total number of students with submissions'
1.93      raeburn  6162: => 'Total number of students with submissions',
1.6       bisitz   6163: 
                   6164:    'Unread course discussion posts'
1.63      zhu      6165: => '未读的课程讨论帖子',
1.6       bisitz   6166: 
                   6167:    'Version used'
1.12      zhu      6168: => '使用版本',
1.6       bisitz   6169: 
                   6170:    'View current problem status and grading information'
1.9       zhu      6171: => '查看当前的问题的状态和等级评定信息',
1.6       bisitz   6172: 
                   6173:    "What's New?"
1.9       zhu      6174: => "有什么新内容?",
1.6       bisitz   6175: 
                   6176:    "What's New? page"
1.9       zhu      6177: => "有什么新页面",
1.6       bisitz   6178: 
                   6179:    "What's New page"
1.9       zhu      6180: => "有什么新页面",
1.6       bisitz   6181: 
                   6182:    'You are accessing an invalid course'
1.63      zhu      6183: => '您在试图访问无效的课程。',
1.6       bisitz   6184: 
                   6185:    'course only'
1.93      raeburn  6186: => 'course only',
1.6       bisitz   6187: 
                   6188:    'delete'
1.9       zhu      6189: => '删除',
1.6       bisitz   6190: 
                   6191:    'first resource in the course'
1.63      zhu      6192: => '第一期课程资源',
1.6       bisitz   6193: 
                   6194:    'hidden'
1.9       zhu      6195: => '隐藏的',
1.6       bisitz   6196: 
                   6197:    'since last month'
1.63      zhu      6198: => '自上个月以来',
1.6       bisitz   6199: 
                   6200:    'since last week'
1.63      zhu      6201: => '自上周以来',
1.6       bisitz   6202: 
                   6203:    'since start of course'
1.63      zhu      6204: => '从课程开始起',
1.6       bisitz   6205: 
                   6206:    'since yesterday'
1.63      zhu      6207: => '从昨天起',
1.6       bisitz   6208: 
                   6209:    'specific setting for this course'
1.63      zhu      6210: => '这门课程的具体设置',
1.6       bisitz   6211: 
                   6212:    'user preference'
1.65      zhu      6213: => '用户偏好',
1.6       bisitz   6214: 
                   6215:    "what's new? page"
1.9       zhu      6216: => "有什么新页面",
1.6       bisitz   6217: 
                   6218:    'your general user preferences'
1.63      zhu      6219: => '您的一般使用者偏好',
1.6       bisitz   6220: 
                   6221:    'Submitting as Comment'
1.63      zhu      6222: => '提交评论',
1.6       bisitz   6223: 
                   6224:    'Submitting as Policy Feedback'
1.63      zhu      6225: => '提交课程指导方针反馈',
1.6       bisitz   6226: 
                   6227:    'Submitting as Question'
1.63      zhu      6228: => '提交的问题',
1.6       bisitz   6229: 
                   6230:    'Total Points In Course'
1.10      zhu      6231: => '课程总分',
1.6       bisitz   6232: 
                   6233:    'the resource you just saw on the screen'
1.63      zhu      6234: => 'the resource you just saw on the screen',
1.6       bisitz   6235: 
                   6236:    'Annotations'
1.9       zhu      6237: => '注释',
1.6       bisitz   6238: 
                   6239:    'Close (no save)'
1.9       zhu      6240: => '关闭 (不保存)',
1.6       bisitz   6241: 
                   6242:    'Save and Update'
1.9       zhu      6243: => '保存和更新',
1.6       bisitz   6244: 
                   6245:    'Bookmark Tree Viewer/Editor'
1.63      zhu      6246: => '书签树浏览器/编辑器',
1.6       bisitz   6247: 
                   6248:    'Chat'
1.9       zhu      6249: => '聊天',
1.6       bisitz   6250: 
1.26      zhu      6251:    'Chat Room'
1.9       zhu      6252: => '聊天室',
1.6       bisitz   6253: 
                   6254:    'Drop Box'
1.26      zhu      6255: => '收件箱',
1.6       bisitz   6256: 
                   6257:    'Import Bookmarks'
                   6258: => '导入书签',
                   6259: 
                   6260:    'The LearningOnline Network with CAPA'
                   6261: => 'The LearningOnline Network with CAPA',
                   6262: 
                   6263:    'This LON-CAPA server is temporarily not available for login.'
1.63      zhu      6264: => '该 LON-CAPA 服务器目前无法登录。',
1.6       bisitz   6265: 
                   6266:    'Please attempt to login to one of the following servers:'
1.63      zhu      6267: => '请尝试登录到下列其中一个服务器:',
1.6       bisitz   6268: 
                   6269:    '(preferred)'
1.26      zhu      6270: => '(首选的)',
1.6       bisitz   6271: 
                   6272:    '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  6273: => '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   6274: 
                   6275:    'Collaborative Tools'
1.27      zhu      6276: => '协作工具',
1.6       bisitz   6277: 
                   6278:    'Course content'
1.18      zhu      6279: => '课程内容',
1.6       bisitz   6280: 
                   6281:    'Create a new group'
1.12      zhu      6282: => '创建新组',
1.6       bisitz   6283: 
                   6284:    'Created'
1.27      zhu      6285: => '生成',
1.6       bisitz   6286: 
                   6287:    'Creator'
1.27      zhu      6288: => '创设者',
1.6       bisitz   6289: 
                   6290:    'Discussion Boards'
1.9       zhu      6291: => '讨论板',
1.6       bisitz   6292: 
                   6293:    'Disk Use (%)'
1.27      zhu      6294: => '使用的存贮空间 (%)',
1.6       bisitz   6295: 
                   6296:    'Enable Recent Roles Hotlist:'
1.22      zhu      6297: => '启用最近的角色活动表:',
1.6       bisitz   6298: 
                   6299:    'Files'
1.12      zhu      6300: => '文件',
1.6       bisitz   6301: 
                   6302:    'Group Name'
1.12      zhu      6303: => '组名',
1.6       bisitz   6304: 
                   6305:    'Group Title'
1.12      zhu      6306: => '组标题',
1.6       bisitz   6307: 
                   6308:    'Members'
1.12      zhu      6309: => '成员',
1.6       bisitz   6310: 
                   6311:    'Modify'
1.12      zhu      6312: => '修改',
1.6       bisitz   6313: 
                   6314:    'Re-enable'
1.12      zhu      6315: => '修复',
1.6       bisitz   6316: 
                   6317:    'Expire'
1.12      zhu      6318: => '失效',
1.6       bisitz   6319: 
                   6320:    'Group settings'
1.12      zhu      6321: => '组设置',
1.6       bisitz   6322: 
                   6323:    'Modify group membership'
1.12      zhu      6324: => '修改组成员',
1.6       bisitz   6325: 
                   6326:    'No groups exist.'
1.12      zhu      6327: => '没有组存在。',
1.6       bisitz   6328: 
                   6329:    'Number of roles in Hotlist:'
1.12      zhu      6330: => '角色的快速访问列表:',
1.6       bisitz   6331: 
1.116     bisitz   6332:    'Quota (MB)'
1.12      zhu      6333: => '容量 (MB)',
1.6       bisitz   6334: 
                   6335:    'Remote Control'
1.12      zhu      6336: => '遥控器',
1.6       bisitz   6337: 
                   6338:    '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      6339: => '一些 LON-CAPA 用户有很多角色。在快速访问列表里面将显示最近使用过的角色的最后N角色访问过的地方,这些角色将显示在角色选择页面的上方。 用户如果只有很少的角色,应该禁用快速访问列表。',
1.6       bisitz   6340: 
                   6341:    '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      6342: => '一些 LON-CAPA 用户有很多课程。在快速访问列表里面将显示最近使用过的课程的最后N课程访问过的地方,这些课程将显示在课程选择页面的上方。用户如果只有很少的角色,应该禁用快速访问列表。',
1.6       bisitz   6343: 
                   6344:    'Switch to Inline Menu Mode'
1.18      zhu      6345: => '切换到内置菜单模式',
1.6       bisitz   6346: 
                   6347:    '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      6348: => '这下面的列表可以用来<q>冻结</q>屏幕上的角色。这些标记为冻结的将不会从名单中删除,即便最近没有被使用过时。',
1.6       bisitz   6349: 
                   6350:    'View Status'
1.12      zhu      6351: => '查看状态',
1.6       bisitz   6352: 
                   6353:    'View/Change Status'
1.22      zhu      6354: => '查看/修改状态',
1.6       bisitz   6355: 
                   6356:    'You are not currently a member of any active groups in this course.'
1.93      raeburn  6357: => 'You are not currently a member of any active groups in this course.',
1.6       bisitz   6358: 
                   6359:    'Group [_1] was updated.'
1.12      zhu      6360: => '组 [_1] 已更新。',
1.6       bisitz   6361: 
                   6362:    'An error occurred while setting parameters for Discussion Boards folder: [_1]'
1.93      raeburn  6363: => 'An error occurred while setting parameters for Discussion Boards folder: [_1]',
1.6       bisitz   6364: 
                   6365:    'Discussion Boards Folder created.'
1.9       zhu      6366: => '创建讨论板夹。',
1.6       bisitz   6367: 
                   6368:    'You do not have group administration privileges in this course.'
1.93      raeburn  6369: => 'You do not have group administration privileges in this course.',
1.6       bisitz   6370: 
                   6371:    'An error occurred when [_1] the group. Please try again.'
1.93      raeburn  6372: => 'An error occurred when [_1] the group. Please try again.',
1.6       bisitz   6373: 
                   6374:    'You have requested deletion of the group [_1].'
1.93      raeburn  6375: => 'You have requested deletion of the group [_1].',
1.6       bisitz   6376: 
                   6377:    'The following users could not be activated, because an error occurred:'
1.93      raeburn  6378: => 'The following users could not be activated, because an error occurred:',
1.6       bisitz   6379: 
                   6380:    'The following users could not be reenabled, because an error occurred:'
1.93      raeburn  6381: => 'The following users could not be reenabled, because an error occurred:',
1.6       bisitz   6382: 
                   6383:    'The following users could not be modified, because an error occurred:'
1.93      raeburn  6384: => 'The following users could not be modified, because an error occurred:',
1.6       bisitz   6385: 
                   6386:    'The following users could not be added, because an error occurred:'
1.93      raeburn  6387: => 'The following users could not be added, because an error occurred:',
1.6       bisitz   6388: 
                   6389:    'The following users could not be deleted, because an error occurred:'
1.93      raeburn  6390: => 'The following users could not be deleted, because an error occurred:',
1.6       bisitz   6391: 
                   6392:    'The following users could not be expired, because an error occurred:'
1.93      raeburn  6393: => 'The following users could not be expired, because an error occurred:',
1.6       bisitz   6394: 
                   6395:    'No change occurred for the following users:'
1.93      raeburn  6396: => 'No change occurred for the following users:',
1.6       bisitz   6397: 
                   6398:    'When a group is deleted the following occurs:'
1.93      raeburn  6399: => 'When a group is deleted the following occurs:',
1.6       bisitz   6400: 
                   6401:    'All group membership is terminated.'
1.93      raeburn  6402: => 'All group membership is terminated.',
1.6       bisitz   6403: 
                   6404:    'The group ceases to be available either for viewing or for modification of group settings and membership.'
1.93      raeburn  6405: => 'The group ceases to be available either for viewing or for modification of group settings and membership.',
1.6       bisitz   6406: 
                   6407:    '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  6408: => '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   6409: 
                   6410:    '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  6411: => '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   6412: 
                   6413:    'Delete group'
1.12      zhu      6414: => '删除组',
1.6       bisitz   6415: 
                   6416:    'Group deletion failed because deletion of [_1] out of [_2] members failed.'
1.42      bisitz   6417: => '删除组失败,因为[_1]的[_2]成员不能被删除。',
1.6       bisitz   6418: 
                   6419:    'Group successfully deleted.'
1.12      zhu      6420: => '该组已成功删除。',
1.6       bisitz   6421: 
                   6422:    "Although the group was deleted, an error occurred when removing the group's folder from the 'Course Groups' folder: [_1]"
1.12      zhu      6423: => "该组已被删除,从课程组的文件夹删除组文件夹时发生错误:[_1]",
1.6       bisitz   6424: 
                   6425:    'Group deletion failed.'
1.12      zhu      6426: => '组删除失败。',
1.6       bisitz   6427: 
                   6428:    'Course Folder -[_1]'
1.12      zhu      6429: => '课程文件夹 [_1]',
1.6       bisitz   6430: 
                   6431:    'An error occurred when reading contents of parent folder to group:'
1.93      raeburn  6432: => 'An error occurred when reading contents of parent folder to group:',
1.6       bisitz   6433: 
                   6434:    'An error occurred when saving updated parent folder to group:'
1.93      raeburn  6435: => 'An error occurred when saving updated parent folder to group:',
1.6       bisitz   6436: 
                   6437:    'You have requested enabling the previously deleted group [_1].'
1.93      raeburn  6438: => 'You have requested enabling the previously deleted group [_1].',
1.6       bisitz   6439: 
                   6440:    'When a deleted group is re-enabled the following occurs:'
1.93      raeburn  6441: => 'When a deleted group is re-enabled the following occurs:',
1.6       bisitz   6442: 
                   6443:    'Group settings and membership at the time the group was deleted are reinstated.'
1.93      raeburn  6444: => 'Group settings and membership at the time the group was deleted are reinstated.',
1.6       bisitz   6445: 
                   6446:    'A group folder is added to the "Course Groups" folder which contains folders for all groups in the course.'
1.93      raeburn  6447: => 'A group folder is added to the "Course Groups" folder which contains folders for all groups in the course.',
1.6       bisitz   6448: 
                   6449:    'Reenable group'
1.12      zhu      6450: => '组恢复',
1.6       bisitz   6451: 
                   6452:    '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  6453: => '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   6454: 
                   6455:    'No end date set'
1.12      zhu      6456: => '没有设定结束日期',
1.6       bisitz   6457: 
                   6458:    'Membership reinstated for [quant,_1,user], each with start and end dates for group access set to defaults: [_2] and [_3]'
1.93      raeburn  6459: => 'Membership reinstated for [quant,_1,user], each with start and end dates for group access set to defaults: [_2] and [_3]',
1.6       bisitz   6460: 
                   6461:    "Although the group was re-enabled, an error occurred when adding the group's folder to the 'Course Groups' folder: [_1]"
1.93      raeburn  6462: => "Although the group was re-enabled, an error occurred when adding the group's folder to the 'Course Groups' folder: [_1]",
1.6       bisitz   6463: 
                   6464:    'Re-enabling group failed.'
1.18      zhu      6465: => '重新启用组失败。',
1.6       bisitz   6466: 
                   6467:    'with related words'
1.18      zhu      6468: => '相关的关键词',
1.6       bisitz   6469: 
                   6470:    'with no related words'
1.18      zhu      6471: => '没有相关的关键词',
1.6       bisitz   6472: 
                   6473:    'Change Roles Preferences'
1.18      zhu      6474: => '改变角色偏好',
1.6       bisitz   6475: 
                   6476:    'Display [_1] Most Recent Roles'
1.22      zhu      6477: => '显示 [_1] 个最近角色',
1.6       bisitz   6478: 
                   6479:    'Freeze Role'
1.18      zhu      6480: => '冻结角色',
1.6       bisitz   6481: 
                   6482:    'Recent Roles Hotlist is Disabled'
1.22      zhu      6483: => '禁用最近使用角色的快速访问列表',
1.6       bisitz   6484: 
                   6485:    'Recent Roles Hotlist is Enabled'
1.22      zhu      6486: => '启用最近使用角色的快速访问列表',
1.6       bisitz   6487: 
                   6488:    'Author Space'
1.13      zhu      6489: => '作者空间',
1.6       bisitz   6490: 
                   6491:    'Degree of discrimination'
1.18      zhu      6492: => '分化程度',
1.6       bisitz   6493: 
                   6494:    'Disable WYSIWYG Editor'
1.13      zhu      6495: => '禁用WYSIWYG编辑器',
1.6       bisitz   6496: 
                   6497:    'Hypertext Document'
1.13      zhu      6498: => 'HTML 文件',
1.6       bisitz   6499: 
                   6500:    'Last Modifying User'
1.13      zhu      6501: => '上次修改用户',
1.6       bisitz   6502: 
                   6503:    'Last Revision Date'
1.18      zhu      6504: => '最近修订日期',
1.6       bisitz   6505: 
                   6506:    'Linked/Related Resources'
1.18      zhu      6507: => '联系/相关资源',
1.6       bisitz   6508: 
                   6509:    'Network-wide courses using resource'
1.18      zhu      6510: => '网络上使用该课程资源',
1.6       bisitz   6511: 
                   6512:    'Never'
1.18      zhu      6513: => '从不',
1.6       bisitz   6514: 
                   6515:    'Preview'
1.18      zhu      6516: => '预览',
1.6       bisitz   6517: 
                   6518:    'Resources that follow this resource in maps'
1.93      raeburn  6519: => 'Resources that follow this resource in maps',
1.6       bisitz   6520: 
                   6521:    'Resources that lead up to this resource in maps'
1.93      raeburn  6522: => 'Resources that lead up to this resource in maps',
1.6       bisitz   6523: 
                   6524:    'Resources used by this resource'
1.93      raeburn  6525: => 'Resources used by this resource',
1.6       bisitz   6526: 
                   6527:    'Resources using or importing resource'
1.101     bisitz   6528: => '资源使用或导入',
1.6       bisitz   6529: 
                   6530:    'Return'
                   6531: => '后退',
                   6532: 
                   6533:    'Setting WYSIWYG editor to:'
1.57      zhu      6534: => 'WYSIWYG-编辑器设置为:',
1.6       bisitz   6535: 
                   6536:    'Source Available'
1.18      zhu      6537: => '源代码可用',
1.6       bisitz   6538: 
                   6539:    'Source Custom Distribution File'
1.18      zhu      6540: => '源代码的访问权限',
1.6       bisitz   6541: 
1.110     bisitz   6542:    'Start new page[_1]before selected'
                   6543: => 'Start new page[_1]before selected',
1.6       bisitz   6544: 
                   6545:    'on'
1.57      zhu      6546: => '开',
1.6       bisitz   6547: 
                   6548:    '(on)'
1.63      zhu      6549: => '(on)',
1.6       bisitz   6550: 
                   6551:    'off'
1.57      zhu      6552: => '关',
1.6       bisitz   6553: 
                   6554:    '(off)'
1.63      zhu      6555: => '(off)',
1.6       bisitz   6556: 
                   6557:    '(re-initialize course to access)'
1.63      zhu      6558: => '(re-initialize course to access)',
1.6       bisitz   6559: 
                   6560:    'All Parts'
1.93      raeburn  6561: => 'All Parts',
1.6       bisitz   6562: 
                   6563:    'Changes will become active for your current session after [_1], or the next time you log in.'
                   6564: => '点击 [_1] 按钮来保存最后的更改。',
                   6565: 
                   6566:    'Cut'
                   6567: => '剪切',
                   6568: 
                   6569:    'Random Order'
                   6570: => '任意顺序',
                   6571: 
                   6572:    'Due and Answer Available'
1.93      raeburn  6573: => 'Due and Answer Available',
1.6       bisitz   6574: 
                   6575:    'Edit any group in the course'
                   6576: => '课程分组管理',
                   6577: 
                   6578:    'Editing the Table of Contents for your Course'
                   6579: => '如何修改课程内容',
                   6580: 
                   6581:    'Enter any group in the course'
1.93      raeburn  6582: => 'Enter any group in the course',
1.6       bisitz   6583: 
                   6584:    'Existing Parameter Settings for Your Resources'
1.93      raeburn  6585: => 'Existing Parameter Settings for Your Resources',
1.6       bisitz   6586: 
                   6587:    'Group'
1.12      zhu      6588: => '组',
1.6       bisitz   6589: 
                   6590:    'Group:'
1.18      zhu      6591: => '组:',
1.6       bisitz   6592: 
                   6593:    'Hidden'
                   6594: => '隐藏',
                   6595: 
                   6596:    'List Symbs'
                   6597: => '内部标识',
                   6598: 
                   6599:    'Symb List'
1.12      zhu      6600: => '内部标识名单',
1.6       bisitz   6601: 
1.55      zhu      6602: #   'Manage Course Slots'
                   6603: #=> '管理课程插槽',
                   6604: 
                   6605:    'Manage Slots'
                   6606: => 'Manage Slots',
1.6       bisitz   6607: 
                   6608:    'Manage student enrollment '
1.27      zhu      6609: => '招生管理 ',
1.6       bisitz   6610: 
                   6611:    'Modify Resource Parameters - Overview Mode'
1.27      zhu      6612: => '修改资源参数 - 概况模式',
1.6       bisitz   6613: 
                   6614:    'Modify parameter settings (due dates, etc) for resources and the course'
                   6615: => '修改课程和资源参数',
                   6616: 
                   6617:    'Modify parameter settings for this resource'
1.98      bisitz   6618: => '参数设置',
1.6       bisitz   6619: 
                   6620:    'New and Existing Parameter Settings for Your Resources'
1.27      zhu      6621: => '为您的资源设置新的和现有的参数',
1.6       bisitz   6622: 
                   6623:    'Parameter Change Log and Course Blog Posting/User Notification'
1.27      zhu      6624: => '参数变更记录和课程博客/用户通知',
1.6       bisitz   6625: 
                   6626:    'Parameter Manager'
                   6627: => '参数管理',
                   6628: 
                   6629:    'Randomly Pick: '
                   6630: => '随机挑选: ',
                   6631: 
                   6632:    'Remove'
                   6633: => '删除',
                   6634: 
                   6635:    'Rendering:'
1.12      zhu      6636: => '检查:',
1.6       bisitz   6637: 
                   6638:    'Select Parameters to View'
1.27      zhu      6639: => '选择想要查看的参数',
1.6       bisitz   6640: 
                   6641:    'Select Parts to View'
1.27      zhu      6642: => '选择想要查看的部分',
1.6       bisitz   6643: 
                   6644:    'Set Parameter Setting Default Actions'
1.70      zhu      6645: => '设置默认操作的参数',
1.6       bisitz   6646: 
                   6647:    'Set Portfolio Metadata'
1.27      zhu      6648: => '设置元数据-组合',
1.6       bisitz   6649: 
                   6650:    'Set/Modify Resource Parameters - Helper Mode'
1.27      zhu      6651: => '设置/修改资源参数 - 辅助模式',
1.6       bisitz   6652: 
                   6653:    'Set/Modify Resource Parameters - Overview Mode'
1.27      zhu      6654: => '设置/修改资源参数 - 概况模式',
1.6       bisitz   6655: 
                   6656:    'Set/Modify Resource Parameters - Table Mode'
1.27      zhu      6657: => '设置/修改资源参数 - 表模式',
1.6       bisitz   6658: 
                   6659:    'Settings for Your Course'
1.27      zhu      6660: => '课程设置',
1.6       bisitz   6661: 
                   6662:    'Table Mode'
1.27      zhu      6663: => '表模式',
1.6       bisitz   6664: 
                   6665:    'Table Mode Parameter Setting'
1.27      zhu      6666: => '表模式参数设定',
1.6       bisitz   6667: 
                   6668:    '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  6669: => '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   6670: 
                   6671:    'URL hidden'
                   6672: => '隐藏 URL',
                   6673: 
                   6674:    'Update Parameter Display'
1.27      zhu      6675: => '更新参数',
1.6       bisitz   6676: 
                   6677:    'View calculated grades (Spreadsheet)'
1.63      zhu      6678: => '计算评分(Spreadsheet)',
1.6       bisitz   6679: 
                   6680:    "What's new?"
                   6681: => "有什么新的?",
                   6682: 
                   6683:    're-initializing Course'
                   6684: => '重新初始化课程',
                   6685: 
                   6686:    'Show Resource'
1.18      zhu      6687: => '查看资源',
1.6       bisitz   6688: 
                   6689:    'Feedback to resource author'
1.18      zhu      6690: => '反馈给此资源的作者',
1.6       bisitz   6691: 
1.20      bisitz   6692:    'Click to add/remove attachments'
1.12      zhu      6693: => '单击添加/删除附件',
1.6       bisitz   6694: 
                   6695:    'New attachments'
1.12      zhu      6696: => '新附件',
1.6       bisitz   6697: 
                   6698:    'Retained attachments'
1.12      zhu      6699: => '保留附件',
1.6       bisitz   6700: 
                   6701:    'Add a new attachment to this post.'
1.19      zhu      6702: => '给这个信息添加新的附件:',
1.6       bisitz   6703: 
                   6704:    'Discussion Post Attachments'
1.12      zhu      6705: => '讨论张贴附件',
1.6       bisitz   6706: 
                   6707:    'Modify course settings'
1.93      raeburn  6708: => 'Modify course settings',
1.6       bisitz   6709: 
                   6710:    'Send and display broadcast e-mail'
1.93      raeburn  6711: => 'Send and display broadcast e-mail',
1.6       bisitz   6712: 
                   6713:    'Awarded Total Points'
1.10      zhu      6714: => '达到总分',
1.6       bisitz   6715: 
                   6716:    'Total Parts Done'
1.93      raeburn  6717: => 'Total Parts Done',
1.6       bisitz   6718: 
                   6719:    'Create a single course'
1.93      raeburn  6720: => 'Create a single course',
1.6       bisitz   6721: 
                   6722:    'Create a new course by completing an online form.'
1.93      raeburn  6723: => 'Create a new course by completing an online form.',
1.6       bisitz   6724: 
                   6725:    'Create a single collaborative group space'
1.93      raeburn  6726: => 'Create a single collaborative group space',
1.6       bisitz   6727: 
                   6728:    'Create a new group space for non-course use by completing an online form.'
1.93      raeburn  6729: => 'Create a new group space for non-course use by completing an online form.',
1.6       bisitz   6730: 
                   6731:    'Create courses/groups by uploading an attributes file'
1.93      raeburn  6732: => 'Create courses/groups by uploading an attributes file',
1.6       bisitz   6733: 
                   6734:    'Upload an attributes file containing specifications for one or more courses or groups in XML format.'
1.93      raeburn  6735: => 'Upload an attributes file containing specifications for one or more courses or groups in XML format.',
1.6       bisitz   6736: 
                   6737:    'current'
1.12      zhu      6738: => '当前的',
1.6       bisitz   6739: 
                   6740:    'Version changes'
1.93      raeburn  6741: => 'Version changes',
1.6       bisitz   6742: 
                   6743:    'Change interval'
1.93      raeburn  6744: => 'Change interval',
1.6       bisitz   6745: 
                   6746:    'Student Submission Reports'
1.93      raeburn  6747: => 'Student Submission Reports',
1.6       bisitz   6748: 
                   6749:    'Prepare reports of student submissions.'
1.93      raeburn  6750: => 'Prepare reports of student submissions.',
1.6       bisitz   6751: 
                   6752:    'Survey Reports'
1.93      raeburn  6753: => 'Survey Reports',
1.6       bisitz   6754: 
                   6755:    'Prepare reports on survey results.'
1.93      raeburn  6756: => 'Prepare reports on survey results.',
1.6       bisitz   6757: 
                   6758:    'View survey'
1.93      raeburn  6759: => 'View survey',
1.6       bisitz   6760: 
                   6761:    'Previous Survey'
1.93      raeburn  6762: => 'Previous Survey',
1.6       bisitz   6763: 
                   6764:    'Next Survey'
1.93      raeburn  6765: => 'Next Survey',
1.6       bisitz   6766: 
                   6767:    'Choose a different Survey'
1.93      raeburn  6768: => 'Choose a different Survey',
1.6       bisitz   6769: 
                   6770:    'Generate Report'
1.93      raeburn  6771: => 'Generate Report',
1.6       bisitz   6772: 
                   6773:    'Part [_1], Response [_2]'
1.27      zhu      6774: => '部份 [_1], 答案 [_2]',
1.6       bisitz   6775: 
                   6776:    'Foil Name'
1.93      raeburn  6777: => 'Foil Name',
1.6       bisitz   6778: 
                   6779:    'Foil Text'
1.93      raeburn  6780: => 'Foil Text',
1.6       bisitz   6781: 
                   6782:    'Percent'
1.27      zhu      6783: => '百分比',
1.6       bisitz   6784: 
                   6785:    'Correct Problems Plot'
1.93      raeburn  6786: => 'Correct Problems Plot',
1.6       bisitz   6787: 
                   6788:    'Display a histogram of student performance in the course.'
1.93      raeburn  6789: => 'Display a histogram of student performance in the course.',
1.6       bisitz   6790: 
                   6791:    'Access Status'
1.27      zhu      6792: => '访问状态',
1.6       bisitz   6793: 
1.31      bisitz   6794:    '[_1] Limit by time'
                   6795: => '[_1] 限制时间',
1.6       bisitz   6796: 
                   6797:    'Submission Time Plots'
1.93      raeburn  6798: => 'Submission Time Plots',
1.6       bisitz   6799: 
                   6800:    'Currently Has Access'
1.27      zhu      6801: => '目前访问',
1.6       bisitz   6802: 
                   6803:    'Will Have Future Access'
1.27      zhu      6804: => '将来的访问',
1.6       bisitz   6805: 
                   6806:    'Previously Had Access'
1.27      zhu      6807: => '此前的访问',
1.6       bisitz   6808: 
                   6809:    'Any Access Status'
1.27      zhu      6810: => '任易的访问状态',
1.6       bisitz   6811: 
                   6812:    'Previous Problem'
1.12      zhu      6813: => '前面的问题',
1.6       bisitz   6814: 
                   6815:    'Next Problem'
1.12      zhu      6816: => '下一个问题',
1.6       bisitz   6817: 
                   6818:    'Choose a different Problem'
1.93      raeburn  6819: => 'Choose a different Problem',
1.6       bisitz   6820: 
                   6821:    'Update Caches'
1.93      raeburn  6822: => 'Update Caches',
1.6       bisitz   6823: 
                   6824:    'Begin'
1.93      raeburn  6825: => 'Begin',
1.6       bisitz   6826: 
                   6827:    'There are no students in the sections selected.'
1.93      raeburn  6828: => 'There are no students in the sections selected.',
1.6       bisitz   6829: 
                   6830:    'There are no students in the sections/groups selected.'
1.93      raeburn  6831: => 'There are no students in the sections/groups selected.',
1.6       bisitz   6832: 
                   6833:    'There is no submission data for this problem at all.'
1.93      raeburn  6834: => 'There is no submission data for this problem at all.',
1.6       bisitz   6835: 
                   6836:    'There is no submission data for this problem.'
1.93      raeburn  6837: => 'There is no submission data for this problem.',
1.6       bisitz   6838: 
                   6839:    'There is no submission data for this resource.'
1.93      raeburn  6840: => 'There is no submission data for this resource.',
1.6       bisitz   6841: 
                   6842:    'There is no data to plot.'
1.93      raeburn  6843: => 'There is no data to plot.',
1.6       bisitz   6844: 
                   6845:    'Analysis of [_1] is not supported.'
1.93      raeburn  6846: => 'Analysis of [_1] is not supported.',
1.6       bisitz   6847: 
                   6848:    'None of the selected students attempted the problem more than [_1] times.'
1.93      raeburn  6849: => 'None of the selected students attempted the problem more than [_1] times.',
1.6       bisitz   6850: 
                   6851:    'None of the selected students attempted the problem.'
1.93      raeburn  6852: => 'None of the selected students attempted the problem.',
1.6       bisitz   6853: 
                   6854:    'The analysis you have selected is not supported at this time.'
1.93      raeburn  6855: => 'The analysis you have selected is not supported at this time.',
1.6       bisitz   6856: 
                   6857:    'Graph Problem Submission Times'
1.93      raeburn  6858: => 'Graph Problem Submission Times',
1.6       bisitz   6859: 
                   6860:    'Return to Directory'
1.10      zhu      6861: => '返回目录',
1.6       bisitz   6862: 
                   6863:    'Return to directory'
1.10      zhu      6864: => '返回目录',
1.6       bisitz   6865: 
                   6866:    'My Roles'
                   6867: => '我的角色',
                   6868: 
                   6869:    'My Space'
                   6870: => '我的空间',
                   6871: 
                   6872:    'Edit blogs, RSS feeds, and podcasts'
1.18      zhu      6873: => '博客, RSS-反馈 和 播客',
1.6       bisitz   6874: 
                   6875:    'Content Library'
                   6876: => '内容',
                   6877: 
                   6878:    'Search the contents of this course or accessible portfolio files'
1.9       zhu      6879: => '搜索这门课程的内容,或可组合文件',
1.6       bisitz   6880: 
                   6881:    'Grading and Statistics'
                   6882: => '审查和统计',
                   6883: 
                   6884:    'Other'
                   6885: => '其他',
                   6886: 
                   6887:    'group'
1.12      zhu      6888: => '组',
1.6       bisitz   6889: 
                   6890:    'Size'
1.12      zhu      6891: => '大小',
1.6       bisitz   6892: 
                   6893:    'Current Access Status'
1.9       zhu      6894: => '目前获得状态',
1.6       bisitz   6895: 
                   6896:    'Delete Checked Files'
1.22      zhu      6897: => '删除选中的文件',
1.6       bisitz   6898: 
                   6899:    'Using the portfolio file list'
1.12      zhu      6900: => '使用组合的文件列表',
1.6       bisitz   6901: 
                   6902:    'Help on the portfolio'
1.31      bisitz   6903: => '组帮助',
1.6       bisitz   6904: 
                   6905:    'Private'
1.9       zhu      6906: => '私人的',
1.6       bisitz   6907: 
                   6908:    'Change How Menus are Displayed'
1.22      zhu      6909: => '改变菜单显示',
1.6       bisitz   6910: 
                   6911:    'Use icons and text'
1.22      zhu      6912: => '使用图标和文本',
1.6       bisitz   6913: 
                   6914:    'Use buttons and text'
1.22      zhu      6915: => '使用按钮和文本',
1.6       bisitz   6916: 
                   6917:    'Use icons only'
1.22      zhu      6918: => '只有图标',
1.6       bisitz   6919: 
                   6920:    'Previous Tries'
1.18      zhu      6921: => '以前的尝试',
1.6       bisitz   6922: 
                   6923:    'Change Main Menu'
1.18      zhu      6924: => '改变主菜单',
1.6       bisitz   6925: 
1.18      zhu      6926:    'New screenname (shown if you post anonymously)'
                   6927: => '新昵称(显示在匿名讨论中)',
1.6       bisitz   6928: 
1.18      zhu      6929:    'New nickname (shown if you post non-anonymously)'
                   6930: => '新昵称(显示在正常讨论中)',
1.6       bisitz   6931: 
                   6932:    'Choose the time window to use to display roles for which access to the course expired.'
1.93      raeburn  6933: => 'Choose the time window to use to display roles for which access to the course expired.',
1.6       bisitz   6934: 
                   6935:    'Choose the time window to use to display roles for which access to the course became available.'
1.93      raeburn  6936: => 'Choose the time window to use to display roles for which access to the course became available.',
1.6       bisitz   6937: 
                   6938:    'Choose the time window to use to display resources in the course with version changes.'
1.63      zhu      6939: => '选择的时间窗口,显示课程资源与版本变化。',
1.6       bisitz   6940: 
                   6941:    'User Management'
                   6942: => '用户管理',
                   6943: 
                   6944:    'Manage student enrollment'
1.63      zhu      6945: => '招生管理',
1.6       bisitz   6946: 
                   6947:    'Modify an existing group'
1.10      zhu      6948: => '修改现有的组',
1.6       bisitz   6949: 
                   6950:    'Delete an existing group'
1.10      zhu      6951: => '删除现有的组',
1.6       bisitz   6952: 
                   6953:    'Re-enable a deleted group'
1.10      zhu      6954: => '还原已删除的组',
1.6       bisitz   6955: 
                   6956:    'Enter an existing group'
1.10      zhu      6957: => '加入现有的组',
1.6       bisitz   6958: 
                   6959:    'Course Management'
                   6960: => '课程管理',
                   6961: 
                   6962:    'Reset Student Access Times'
1.10      zhu      6963: => '重置学生的访问时间',
1.6       bisitz   6964: 
                   6965:    'Submission #'
1.18      zhu      6966: => '回答次数',
1.6       bisitz   6967: 
                   6968:    'Try'
1.10      zhu      6969: => '尝试',
1.6       bisitz   6970: 
                   6971:    'Try [_1]'
1.10      zhu      6972: => '尝试 [_1]。',
1.6       bisitz   6973: 
                   6974:    'Submitted Answer'
1.10      zhu      6975: => '提交答案',
1.6       bisitz   6976: 
                   6977:    'Close Window'
1.10      zhu      6978: => '关闭窗口',
1.6       bisitz   6979: 
                   6980:    'Close window'
1.10      zhu      6981: => '关闭窗口',
1.6       bisitz   6982: 
                   6983:    'Portfolio Search'
1.10      zhu      6984: => '组合搜索',
1.6       bisitz   6985: 
                   6986:    'Enter words and quoted phrases'
1.10      zhu      6987: => '输入字词和引用短语',
1.6       bisitz   6988: 
                   6989:    'Portfolio and Course Search'
1.9       zhu      6990: => '组合及课程搜寻',
1.6       bisitz   6991: 
                   6992:    'Message Status'
1.55      zhu      6993: => '邮件状态',
1.6       bisitz   6994: 
                   6995:    'Any'
1.10      zhu      6996: => '任意的',
1.6       bisitz   6997: 
                   6998:    'Unread'
1.10      zhu      6999: => '未阅读',
1.6       bisitz   7000: 
                   7001:    'Read'
1.10      zhu      7002: => '已阅读',
1.6       bisitz   7003: 
                   7004:    'Replied to'
1.10      zhu      7005: => '回复',
1.6       bisitz   7006: 
                   7007:    'Forwarded'
1.10      zhu      7008: => '转发',
1.6       bisitz   7009: 
                   7010:    'Rename Folder'
1.10      zhu      7011: => '重命名文件夹',
1.6       bisitz   7012: 
                   7013:    'Delete Folder'
1.10      zhu      7014: => '删除文件夹',
1.6       bisitz   7015: 
                   7016:    'Recent Roles'
1.10      zhu      7017: => '最近的角色',
1.6       bisitz   7018: 
                   7019:    'Close navigation window'
1.9       zhu      7020: => '关闭导航窗口',
1.6       bisitz   7021: 
                   7022:    'Post Anonymous'
1.10      zhu      7023: => '匿名发送',
1.6       bisitz   7024: 
                   7025:    'Post'
1.10      zhu      7026: => '发送',
1.6       bisitz   7027: 
                   7028:    'Back to preferences menu'
1.10      zhu      7029: => '后退',
1.6       bisitz   7030: 
1.80      bisitz   7031:    'Forward messages to other account(s) in LON-CAPA'
1.93      raeburn  7032: => 'Forward messages to other account(s) in LON-CAPA',
1.80      bisitz   7033: 
                   7034:    'Forward to account(s)'
1.93      raeburn  7035: => 'Forward to account(s)', # '转发地址',
1.6       bisitz   7036: 
                   7037:    'e.g. <tt>userA:domain1,userB:domain2,...</tt>'
1.10      zhu      7038: => '例如 <tt>用户A:领域1,用户B:领域2,...</tt>',
1.6       bisitz   7039: 
                   7040:    'Notification E-mail Address(es)'
1.93      raeburn  7041: => 'Notification E-mail Address(es)',
1.6       bisitz   7042: 
1.80      bisitz   7043:    'E-mail address(es) which should be notified about new LON-CAPA messages'
1.10      zhu      7044: => '关于 LON-CAPA 新消息被通知的 E-Mail 地址',
1.6       bisitz   7045: 
                   7046:    'e.g. <tt>joe@doe.com</tt>'
1.10      zhu      7047: => '例如 <tt>xiaoming@sohu.com</tt>',
1.6       bisitz   7048: 
                   7049:    'Notification address'
1.10      zhu      7050: => '通知地址',
1.6       bisitz   7051: 
                   7052:    'Types of message for which notification is sent'
1.10      zhu      7053: => '发出应该被通知的信息',
1.6       bisitz   7054: 
                   7055:    'Excerpt retains HTML tags in message'
1.10      zhu      7056: => '在邮件中保持 HTML',
1.6       bisitz   7057: 
                   7058:    'All'
1.10      zhu      7059: => '所有的',
1.6       bisitz   7060: 
                   7061:    'Critical only'
1.10      zhu      7062: => '只重要的',
1.6       bisitz   7063: 
                   7064:    'Non-critical only'
1.10      zhu      7065: => '非重要的',
1.6       bisitz   7066: 
                   7067:    'Add new address'
1.10      zhu      7068: => '添加新的地址',
1.6       bisitz   7069: 
                   7070:    'What are forwarding and notification addresses?'
1.10      zhu      7071: => '什么是转发和通知地址?',
1.6       bisitz   7072: 
                   7073:    'What are critical messages?'
1.10      zhu      7074: => '什么是重要的信息?',
1.6       bisitz   7075: 
                   7076:    'Change Roles Page Pref'
1.10      zhu      7077: => '用户角色快速访问列表',
1.6       bisitz   7078: 
                   7079:    'Number of Roles in Hotlist:'
1.10      zhu      7080: => '一些角色的快速访问列表:',
1.6       bisitz   7081: 
                   7082:    'Current Password'
1.10      zhu      7083: => '当前密码',
1.6       bisitz   7084: 
                   7085:    'New Password'
1.10      zhu      7086: => '新密码',
1.6       bisitz   7087: 
                   7088:    'Confirm Password'
1.10      zhu      7089: => '新密码确认',
1.6       bisitz   7090: 
                   7091:    'Passwords must be a minimum of 7 characters long. Please try again.'
1.10      zhu      7092: => '密码必须至少有7个字符长。请再试一次。',
1.6       bisitz   7093: 
                   7094:    'The new passwords you entered do not match. Please try again.'
1.10      zhu      7095: => '新的密码输入不匹配。请再试一次。',
1.6       bisitz   7096: 
                   7097:    'Please make sure your old password was entered correctly.'
1.10      zhu      7098: => '请确认您的旧密码输入正确。',
1.6       bisitz   7099: 
                   7100:    'Send me a message'
                   7101: => '请给我发送邮件',
                   7102: 
                   7103:    'Show Public View'
                   7104: => '查看公众视野',
                   7105: 
                   7106:    'Delete Photo'
                   7107: => '删除照片',
                   7108: 
                   7109:    'Help with filling in text boxes'
                   7110: => '文本框输入帮助',
                   7111: 
                   7112:    'Examples'
1.10      zhu      7113: => '例子',
1.6       bisitz   7114: 
                   7115:    'Summary Preview'
1.10      zhu      7116: => '摘要预览',
1.6       bisitz   7117: 
                   7118:    'Send copy to permanent email address (if known)'
1.10      zhu      7119: => '发送副本到其它的电子邮件地址 (如果已知)',
1.6       bisitz   7120: 
                   7121:    'Include in course RSS newsfeed'
1.10      zhu      7122: => '包括课程的 RSS-Feeds',
1.6       bisitz   7123: 
                   7124:    'Allow replies:'
1.10      zhu      7125: => '允许答复:',
1.6       bisitz   7126: 
                   7127:    'Reply to:'
1.10      zhu      7128: => '回复:',
1.6       bisitz   7129: 
                   7130:    'Domain Management'
1.10      zhu      7131: => '域管理',
1.6       bisitz   7132: 
                   7133:    'Course ID of Key Authority:'
1.93      raeburn  7134: => 'Course ID of Key Authority:',
1.6       bisitz   7135: 
                   7136:    'Set domain configuration'
1.10      zhu      7137: => '域配置',
1.6       bisitz   7138: 
                   7139:    'Domain Configuration'
1.10      zhu      7140: => '域配置',
1.6       bisitz   7141: 
                   7142:    'View/Modify Domain Settings'
1.10      zhu      7143: => '查看/修改域配置',
1.6       bisitz   7144: 
                   7145:    'Menu'
                   7146: => '菜单',
                   7147: 
                   7148:    'Domain Settings'
1.10      zhu      7149: => '域配置',
1.6       bisitz   7150: 
                   7151:    'Course Environment'
1.10      zhu      7152: => '课程环境',
1.6       bisitz   7153: 
                   7154:    'Edit Course Environment'
1.10      zhu      7155: => '编辑课程环境',
1.6       bisitz   7156: 
                   7157:    'Users allowed to clone course'
1.93      raeburn  7158: => 'Users allowed to clone course',
1.6       bisitz   7159: 
                   7160:    'Users with active Course Coordinator role in this course are permitted to clone and need not be included.'
1.93      raeburn  7161: => 'Users with active Course Coordinator role in this course are permitted to clone and need not be included.',
1.6       bisitz   7162: 
                   7163:    'Use [_1] to allow course to be cloned by anyone in the specified domain.'
1.98      bisitz   7164: => 'Use [_1] to allow course to be cloned by anyone in the specified domain.',
1.6       bisitz   7165: 
                   7166:    'Use [_1] to allow unrestricted cloning in all domains.'
1.98      bisitz   7167: => 'Use [_1] to allow unrestricted cloning in all domains.',
1.6       bisitz   7168: 
                   7169:    'URL of Syllabus (not using internal handler)'
1.18      zhu      7170: => '教学大纲的网址 (URL)',
1.6       bisitz   7171: 
                   7172:    'Custom Text for Resource Content Question Option in Feedback'
1.93      raeburn  7173: => 'Custom Text for Resource Content Question Option in Feedback',
1.6       bisitz   7174: 
                   7175:    'Custom Text for Course Content Option in Feedback'
1.93      raeburn  7176: => 'Custom Text for Course Content Option in Feedback',
1.6       bisitz   7177: 
                   7178:    'Custom Text for Course Policy Option in Feedback'
1.93      raeburn  7179: => 'Custom Text for Course Policy Option in Feedback',
1.6       bisitz   7180: 
                   7181:    'Allow students to view classlist.'
1.93      raeburn  7182: => 'Allow students to view classlist.',
1.6       bisitz   7183: 
                   7184:    'Allow users with specified roles to edit/delete their own discussion posts'
1.93      raeburn  7185: => 'Allow users with specified roles to edit/delete their own discussion posts',
1.6       bisitz   7186: 
                   7187:    'Suppress number of tries in printing'
1.93      raeburn  7188: => 'Suppress number of tries in printing',
1.6       bisitz   7189: 
                   7190:    'Default paper type'
1.93      raeburn  7191: => 'Default paper type',
1.6       bisitz   7192: 
                   7193:    'Default beginning date for student access.'
1.22      zhu      7194: => '学生访问的默认开始日期',
1.6       bisitz   7195: 
                   7196:    'Default ending date for student access.'
1.22      zhu      7197: => '学生访问的默认结束日期',
1.6       bisitz   7198: 
                   7199:    'Disable checking of Significant Figures'
1.98      bisitz   7200: => 'Disable checking of Significant Figures',
1.6       bisitz   7201: 
                   7202:    'Disable automatically printing point values onto exams.'
1.93      raeburn  7203: => 'Disable automatically printing point values onto exams.',
1.6       bisitz   7204: 
                   7205:    'Send message to student when clicking Done on Tasks'
1.93      raeburn  7206: => 'Send message to student when clicking Done on Tasks', # ???
1.6       bisitz   7207: 
                   7208:    'Restrict Metadata'
1.27      zhu      7209: => '限制数据',
1.6       bisitz   7210: 
                   7211:    'Show to student'
1.93      raeburn  7212: => 'Show to student',
1.6       bisitz   7213: 
                   7214:    'Provide text area for students to type metadata'
1.93      raeburn  7215: => 'Provide text area for students to type metadata',
1.6       bisitz   7216: 
                   7217:    'Provide choices for students to select from'
1.93      raeburn  7218: => 'Provide choices for students to select from',
1.6       bisitz   7219: 
                   7220:    'Student may select multiple choices from list'
1.93      raeburn  7221: => 'Student may select multiple choices from list',
1.6       bisitz   7222: 
                   7223:    'Student may select only one choice from list'
1.93      raeburn  7224: => 'Student may select only one choice from list',
1.6       bisitz   7225: 
                   7226:    'Add a Metadata Field'
1.93      raeburn  7227: => 'Add a Metadata Field',
1.6       bisitz   7228: 
                   7229:    'Order Metadata Fields'
                   7230: => 'Order Metadata Fields',
                   7231: 
                   7232:    'Continue Import'
1.93      raeburn  7233: => 'Continue Import',
1.6       bisitz   7234: 
                   7235:    'Continue Search'
1.93      raeburn  7236: => 'Continue Search',
1.6       bisitz   7237: 
                   7238:    'Finish Import'
1.93      raeburn  7239: => 'Finish Import',
1.6       bisitz   7240: 
                   7241:    'Include'
1.93      raeburn  7242: => 'Include',
1.6       bisitz   7243: 
                   7244:    'LON-CAPA Catalog Search'
1.36      zhu      7245: => 'LON-CAPA 目录搜索',
1.6       bisitz   7246: 
                   7247:    '[_1] include external resources'
1.101     bisitz   7248: => '[_1] include external resources',
1.6       bisitz   7249: 
                   7250:    'Change Course Initialization Preference'
1.36      zhu      7251: => '课程初始化设置',
1.6       bisitz   7252: 
                   7253:    'Change Course Init. Pref.'
1.36      zhu      7254: => '课程初始化设置',
1.6       bisitz   7255: 
                   7256:    'Reset Access Times'
1.93      raeburn  7257: => 'Reset Access Times',
1.6       bisitz   7258: 
                   7259:    'Select Scope'
1.93      raeburn  7260: => 'Select Scope',
1.6       bisitz   7261: 
                   7262:    'Reset times on one or more folders/maps for a single student.'
1.93      raeburn  7263: => 'Reset times on one or more folders/maps for a single student.',
1.6       bisitz   7264: 
                   7265:    'Reset times on a single folder/map for a section or whole clase.'
1.93      raeburn  7266: => 'Reset times on a single folder/map for a section or whole clase.',
1.6       bisitz   7267: 
                   7268:    'Choose a student:'
1.22      zhu      7269: => '选择一个学生:',
1.6       bisitz   7270: 
                   7271:    'Select Currently Enrolled Students and Active Course Personnel'
1.93      raeburn  7272: => 'Select Currently Enrolled Students and Active Course Personnel',
1.6       bisitz   7273: 
1.15      bisitz   7274:    'This is a list of first access times and what was accessed, please select those you want deleted.'
1.93      raeburn  7275: => 'This is a list of first access times and what was accessed, please select those you want deleted.',
1.6       bisitz   7276: 
                   7277:    'Select:'
1.10      zhu      7278: => '选择:',
1.6       bisitz   7279: 
                   7280:    'All Course Personnel'
1.22      zhu      7281: => '所有课程人员',
1.6       bisitz   7282: 
                   7283:    'No Section'
1.22      zhu      7284: => 'No Section',
1.6       bisitz   7285: 
                   7286:    'Unselect'
1.10      zhu      7287: => '取消',
1.6       bisitz   7288: 
                   7289:    'Select a folder/map'
                   7290: => '选择目录/内容列表',
                   7291: 
                   7292:    'Will remove access times for'
1.93      raeburn  7293: => 'Will remove access times for',
1.6       bisitz   7294: 
                   7295:    'from users'
1.93      raeburn  7296: => 'from users',
1.6       bisitz   7297: 
                   7298:    'No Access times found for student'
1.93      raeburn  7299: => 'No Access times found for student',
1.6       bisitz   7300: 
                   7301:    'Finish'
1.93      raeburn  7302: => 'Finish',
1.6       bisitz   7303: 
                   7304:    'Name of New Folder'
1.56      zhu      7305: => '新建文件夹的名称',
1.6       bisitz   7306: 
                   7307:    'Name of New Page'
1.56      zhu      7308: => '新组合页面的名称',
1.6       bisitz   7309: 
                   7310:    'New Page'
                   7311: => '新组合页面',
                   7312: 
                   7313:    'WARNING: Removing a resource makes associated grades and scores inaccessible!'
1.93      raeburn  7314: => 'WARNING: Removing a resource makes associated grades and scores inaccessible!',
1.6       bisitz   7315: 
1.68      bisitz   7316:    'Clipboard'
1.93      raeburn  7317: => 'Clipboard',
1.68      bisitz   7318: 
1.6       bisitz   7319:    'Remove[_99]'
1.93      raeburn  7320: => 'Remove[_99]',
1.6       bisitz   7321: 
                   7322:    '?[_99]'
1.93      raeburn  7323: => '?[_99]',
1.6       bisitz   7324: 
                   7325:    'WARNING: Cutting a resource makes associated grades and scores inaccessible!'
1.93      raeburn  7326: => 'WARNING: Cutting a resource makes associated grades and scores inaccessible!',
1.6       bisitz   7327: 
                   7328:    'Grades remain inaccessible if resource is pasted into another folder.'
1.93      raeburn  7329: => 'Grades remain inaccessible if resource is pasted into another folder.',
1.6       bisitz   7330: 
                   7331:    'Cut[_98]'
1.93      raeburn  7332: => 'Cut[_98]',
1.6       bisitz   7333: 
                   7334:    '?[_98]'
1.93      raeburn  7335: => '?[_98]',
1.6       bisitz   7336: 
                   7337:    'Paste'
1.93      raeburn  7338: => 'Paste',
1.6       bisitz   7339: 
                   7340:    '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  7341: => '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   7342: 
                   7343:    'This may take a few moments to display.'
1.10      zhu      7344: => '计算需要几分钟的时间。',
1.6       bisitz   7345: 
                   7346:    'Detailed Citation Preview'
1.10      zhu      7347: => '详细引文预览',
1.6       bisitz   7348: 
                   7349:    'related words'
1.10      zhu      7350: => '相关词',
1.6       bisitz   7351: 
                   7352:    'Any domain'
1.10      zhu      7353: => '任何域',
1.6       bisitz   7354: 
                   7355:    'Reset'
1.10      zhu      7356: => '重置',
1.6       bisitz   7357: 
                   7358:    'MIME Type Category'
1.10      zhu      7359: => 'MIME 类型分类',
1.6       bisitz   7360: 
                   7361:    'Domains'
1.10      zhu      7362: => '域',
1.6       bisitz   7363: 
                   7364:    'Custom Metadata fields'
1.13      zhu      7365: => '自定义元数据字段',
1.6       bisitz   7366: 
                   7367:    'Field Name'
1.10      zhu      7368: => '域名',
1.6       bisitz   7369: 
                   7370:    'Field Value(s)'
1.10      zhu      7371: => '域值',
1.6       bisitz   7372: 
                   7373:    'Another custom field/value pair?'
1.13      zhu      7374: => '其他自定义字段/值配对?',
1.6       bisitz   7375: 
                   7376:    'Creation and Modification dates'
1.13      zhu      7377: => '建立与修改日期',
1.6       bisitz   7378: 
                   7379:    'Created between'
1.13      zhu      7380: => '创建时间',
1.6       bisitz   7381: 
                   7382:    'Last modified between'
1.13      zhu      7383: => '上次修改时间',
1.6       bisitz   7384: 
                   7385:    'Standard Portfolio Metadata'
1.27      zhu      7386: => '标准的元数据组合',
1.6       bisitz   7387: 
                   7388:    'Advanced Portfolio Search'
1.13      zhu      7389: => '高级组合搜索',
1.6       bisitz   7390: 
                   7391:    'Standard Catalog Metadata'
1.27      zhu      7392: => '标准目录元数据',
1.6       bisitz   7393: 
                   7394:    'Problem Statistics'
1.12      zhu      7395: => '问题统计',
1.6       bisitz   7396: 
                   7397:    'Statistics calculated for number of students'
1.18      zhu      7398: => '统计计算出以下的学生人数',
1.6       bisitz   7399: 
                   7400:    'Portfolio and Catalog Search'
                   7401: => '搜索文件夹和目录',
                   7402: 
                   7403:    'Search the database of accessible portfolio files'
1.93      raeburn  7404: => 'Search the database of accessible portfolio files',
1.6       bisitz   7405: 
1.118     bisitz   7406:    'Authoring Space:'
                   7407: => 'Authoring Space:',
1.6       bisitz   7408: 
                   7409:    'Problem Status:'
1.12      zhu      7410: => '问题状态:',
1.6       bisitz   7411: 
                   7412:    'Problem Type:'
1.12      zhu      7413: => '问题类型:',
1.6       bisitz   7414: 
                   7415:    'Feedback Mode:'
1.12      zhu      7416: => '反馈模式:',
1.6       bisitz   7417: 
                   7418:    'Answer for Part: [_1]'
1.93      raeburn  7419: => 'Answer for Part: [_1]',
1.6       bisitz   7420: 
                   7421:    'Script Vars'
1.93      raeburn  7422: => 'Script Vars',
1.6       bisitz   7423: 
                   7424:    'Regular file'
1.93      raeburn  7425: => 'Regular file',
1.6       bisitz   7426: 
                   7427:    'Testbank file'
1.93      raeburn  7428: => 'Testbank file',
1.6       bisitz   7429: 
                   7430:    'IMS package'
1.12      zhu      7431: => 'IMS-软件包',
1.6       bisitz   7432: 
                   7433:    'There are unsaved changes'
1.93      raeburn  7434: => 'There are unsaved changes',
1.6       bisitz   7435: 
1.32      bisitz   7436:    'Found no analyzable responses in this problem. Currently only Numerical, Formula and String response styles are supported.'
1.93      raeburn  7437: => 'Found no analyzable responses in this problem. Currently only Numerical, Formula and String response styles are supported.',
1.6       bisitz   7438: 
                   7439:    'Active Link'
1.18      zhu      7440: => '活动链接',
1.6       bisitz   7441: 
                   7442:    'Font'
1.18      zhu      7443: => '字体',
1.6       bisitz   7444: 
                   7445:    'Un-Visited Link'
1.18      zhu      7446: => '未访问过的链接',
1.6       bisitz   7447: 
                   7448:    'Page Background'
1.18      zhu      7449: => '网页背景',
1.6       bisitz   7450: 
                   7451:    'Header Border'
1.18      zhu      7452: => '标题边框',
1.6       bisitz   7453: 
                   7454:    'Header Background'
1.18      zhu      7455: => '标题背景',
1.6       bisitz   7456: 
                   7457:    'Visited Link'
1.18      zhu      7458: => '访问过的链接',
1.6       bisitz   7459: 
                   7460:    'Change Custom Colors'
1.18      zhu      7461: => '更改自定义颜色',
1.6       bisitz   7462: 
1.19      zhu      7463:    'Reset All'
1.18      zhu      7464: => '所有颜色重置为默认颜色',
1.6       bisitz   7465: 
                   7466:    'Save and Edit'
1.18      zhu      7467: => '保存并继续编辑',
1.6       bisitz   7468: 
                   7469:    'Save and View'
1.18      zhu      7470: => '保存和查看',
1.6       bisitz   7471: 
                   7472:    'Check Spelling'
1.18      zhu      7473: => '拼写检查',
1.6       bisitz   7474: 
                   7475:    'Selecting a Course'
1.12      zhu      7476: => '选择课程',
1.6       bisitz   7477: 
                   7478:    'Course Activity:'
1.93      raeburn  7479: => 'Course Activity:',
1.6       bisitz   7480: 
                   7481:    'Course Domain:'
1.93      raeburn  7482: => 'Course Domain:',
1.6       bisitz   7483: 
                   7484:    'Course Institutional Code:'
1.93      raeburn  7485: => 'Course Institutional Code:',
1.6       bisitz   7486: 
                   7487:    "Course Owner's Username:"
1.96      raeburn  7488: => "Course Owner's Username:",
1.6       bisitz   7489: 
                   7490:    "Course Owner's Domain:"
1.96      raeburn  7491: => "Course Owner's Domain:",
1.6       bisitz   7492: 
                   7493:    'LON-CAPA course ID:'
1.63      zhu      7494: => 'LON-CAPA 课程 ID:',
1.6       bisitz   7495: 
1.38      bisitz   7496:    'Course Description'
1.63      zhu      7497: => '课程简介',
1.6       bisitz   7498: 
                   7499:    'Resource Space Home'
1.63      zhu      7500: => '资源空间主页',
1.6       bisitz   7501: 
                   7502:    'Default start and end dates for student access'
1.93      raeburn  7503: => 'Default start and end dates for student access',
1.6       bisitz   7504: 
                   7505:    'Notification to domain coordinator via LON-CAPA message when enrollment changes occur during the automated update?'
1.93      raeburn  7506: => 'Notification to domain coordinator via LON-CAPA message when enrollment changes occur during the automated update?',
1.6       bisitz   7507: 
                   7508:    'Course Group Settings'
1.12      zhu      7509: => '课程组设置',
1.6       bisitz   7510: 
1.98      bisitz   7511:    'Set a quota for the total disk space available for storage of course group portfolio files.'
                   7512: => 'Set a quota for the total disk space available for storage of course group portfolio files.',
1.6       bisitz   7513: 
                   7514:    'Creation Options'
1.63      zhu      7515: => '创建选项',
1.6       bisitz   7516: 
                   7517:    ' Creation Settings'
1.63      zhu      7518: => ' 创建设置',
1.6       bisitz   7519: 
                   7520:    'Creation Outcome'
1.63      zhu      7521: => '创作成果',
1.6       bisitz   7522: 
                   7523:    'New LON-CAPA course ID:'
1.63      zhu      7524: => '新的 LON-CAPA 课程 ID:',
1.6       bisitz   7525: 
                   7526:    'Created on'
1.63      zhu      7527: => '创建于',
1.6       bisitz   7528: 
                   7529:    'Cloning course from'
1.93      raeburn  7530: => 'Cloning course from',
1.6       bisitz   7531: 
                   7532:    'Setting environment'
1.93      raeburn  7533: => 'Setting environment',
1.6       bisitz   7534: 
                   7535:    'Opening all assignments'
1.93      raeburn  7536: => 'Opening all assignments',
1.6       bisitz   7537: 
                   7538:    'Setting first resource'
1.93      raeburn  7539: => 'Setting first resource',
1.6       bisitz   7540: 
                   7541:    'Assigning role of [_1] Coordinator to [_2] at [_3]: '
1.93      raeburn  7542: => 'Assigning role of [_1] Coordinator to [_2] at [_3]: ',
1.6       bisitz   7543: 
                   7544:    'Roles will be active at next login'
1.93      raeburn  7545: => 'Roles will be active at next login',
1.6       bisitz   7546: 
                   7547:    'Active at next login.'
1.93      raeburn  7548: => 'Active at next login.',
1.6       bisitz   7549: 
                   7550:    'Expired after logout.'
1.93      raeburn  7551: => 'Expired after logout.',
1.6       bisitz   7552: 
                   7553:    'No new course created.'
1.93      raeburn  7554: => 'No new course created.',
1.6       bisitz   7555: 
                   7556:    'A new course could not be cloned from the specified original - [_1] - because it is a non-existent course.'
1.93      raeburn  7557: => 'A new course could not be cloned from the specified original - [_1] - because it is a non-existent course.',
1.6       bisitz   7558: 
                   7559:    '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  7560: => '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   7561: 
                   7562:    'Create Another [_1]'
1.93      raeburn  7563: => 'Create Another [_1]',
1.6       bisitz   7564: 
                   7565:    'from domain'
1.93      raeburn  7566: => 'from domain',
1.6       bisitz   7567: 
                   7568:    'Submit Evaluation'
1.18      zhu      7569: => '提交评价',
1.6       bisitz   7570: 
                   7571:    'Standard Problem'
1.12      zhu      7572: => '标准问题',
1.6       bisitz   7573: 
                   7574:    'Practice'
1.98      bisitz   7575: => 'Practice',
1.6       bisitz   7576: 
                   7577:    'Exam'
1.93      raeburn  7578: => 'Exam',
1.6       bisitz   7579: 
                   7580:    'Survey'
1.63      zhu      7581: => '调查',
1.6       bisitz   7582: 
                   7583:    'Library'
1.63      zhu      7584: => '图书馆',
1.6       bisitz   7585: 
                   7586:    'Value:'
1.93      raeburn  7587: => 'Value:',
1.6       bisitz   7588: 
                   7589:    'String Value'
1.93      raeburn  7590: => 'String Value',
1.6       bisitz   7591: 
                   7592:    'practice'
1.98      bisitz   7593: => 'practice',
1.6       bisitz   7594: 
                   7595:    'Loading Domain Coordinator Menu'
1.93      raeburn  7596: => 'Loading Domain Coordinator Menu',
1.6       bisitz   7597: 
                   7598:    "Disk space allocated to user's portfolio files"
1.93      raeburn  7599: => "Disk space allocated to user's portfolio files",
1.6       bisitz   7600: 
                   7601:    'Current quota'
1.63      zhu      7602: => '目前的配额',
1.6       bisitz   7603: 
1.116     bisitz   7604:    'For this user, the default quota is [_1] MB.'
1.63      zhu      7605: => '此用户的默认配额是 [_1] MB。',
1.6       bisitz   7606: 
                   7607:    'Change quota'
1.63      zhu      7608: => '更改配额',
1.6       bisitz   7609: 
                   7610:    'Custom quota'
1.70      zhu      7611: => '自定义配额',
1.6       bisitz   7612: 
                   7613:    'Existing sections'
1.70      zhu      7614: => '现有的章节',
1.6       bisitz   7615: 
                   7616:    'Define new section'
1.70      zhu      7617: => '创建新的章节',
1.6       bisitz   7618: 
                   7619:    'Create/Modify Another User'
1.70      zhu      7620: => '创建/修改另一个用户',
1.6       bisitz   7621: 
                   7622:    'Set Privileges for New User'
1.70      zhu      7623: => '设置新用户的权限',
1.6       bisitz   7624: 
                   7625:    'Generating user'
1.70      zhu      7626: => '生成用户',
1.6       bisitz   7627: 
                   7628:    'Generating user: [_1]'
1.70      zhu      7629: => '生成用户: [_1]',
1.6       bisitz   7630: 
                   7631:    'Home server'
1.93      raeburn  7632: => 'Home server',
1.6       bisitz   7633: 
                   7634:    'Home server: [_1]'
1.93      raeburn  7635: => 'Home server: [_1]',
1.6       bisitz   7636: 
                   7637:    'Modifying Roles'
1.70      zhu      7638: => '修改角色',
1.6       bisitz   7639: 
                   7640:    'No roles to modify'
1.70      zhu      7641: => '没有角色修改',
1.6       bisitz   7642: 
                   7643:    'starting'
1.70      zhu      7644: => '开始',
1.6       bisitz   7645: 
                   7646:    'Add to classlist:'
1.70      zhu      7647: => '添加到学生名册:',
1.6       bisitz   7648: 
                   7649:    'Change Current Login Data'
1.93      raeburn  7650: => 'Change Current Login Data',
1.6       bisitz   7651: 
                   7652:    'Enter New Login Data'
1.93      raeburn  7653: => 'Enter New Login Data',
1.6       bisitz   7654: 
                   7655:    'will override current values'
1.98      bisitz   7656: => 'will override current values',
1.6       bisitz   7657: 
                   7658:    'Section Numbers and corresponding LON-CAPA section IDs'
1.93      raeburn  7659: => 'Section Numbers and corresponding LON-CAPA section IDs',
1.6       bisitz   7660: 
                   7661:    'Overall Assessment Statistical Data'
1.18      zhu      7662: => '总体评价统计数据',
1.6       bisitz   7663: 
                   7664:    'No new dynamic data found.'
1.18      zhu      7665: => '没有发现新的动态数据。',
1.6       bisitz   7666: 
                   7667:    'Current value is'
1.93      raeburn  7668: => 'Current value is',
1.6       bisitz   7669: 
                   7670:    'Interval set to version changes [_1]'
1.93      raeburn  7671: => 'Interval set to version changes [_1]',
1.6       bisitz   7672: 
                   7673:    'Creating a new problem resource.'
1.93      raeburn  7674: => 'Creating a new problem resource.',
1.6       bisitz   7675: 
                   7676:    'Creating a new library resource.'
1.93      raeburn  7677: => 'Creating a new library resource.',
1.6       bisitz   7678: 
                   7679:    'Creating a new survey resource.'
1.93      raeburn  7680: => 'Creating a new survey resource.',
1.6       bisitz   7681: 
                   7682:    'Creating a new task resource.'
1.93      raeburn  7683: => 'Creating a new task resource.',
1.6       bisitz   7684: 
                   7685:    'The requested file [_1] currently does not exist.'
1.93      raeburn  7686: => 'The requested file [_1] currently does not exist.',
1.6       bisitz   7687: 
                   7688:    'To create a new problem, select a template from the list below. Then click on the "Create problem" button.'
1.93      raeburn  7689: => 'To create a new problem, select a template from the list below. Then click on the "Create problem" button.',
1.6       bisitz   7690: 
                   7691:    'To create a new library, select a template from the list below. Then click on the "Create library" button.'
1.93      raeburn  7692: => 'To create a new library, select a template from the list below. Then click on the "Create library" button.',
1.6       bisitz   7693: 
                   7694:    'To create a new survey, select a template from the list below. Then click on the "Create survey" button.'
1.93      raeburn  7695: => 'To create a new survey, select a template from the list below. Then click on the "Create survey" button.',
1.6       bisitz   7696: 
                   7697:    'To create a new task, select a template from the list below. Then click on the "Create task" button.'
1.93      raeburn  7698: => 'To create a new task, select a template from the list below. Then click on the "Create task" button.',
1.6       bisitz   7699: 
                   7700:    'Accessibility Options'
1.93      raeburn  7701: => 'Accessibility Options',
1.6       bisitz   7702: 
                   7703:    'About LON-CAPA'
                   7704: => '关于 LON-CAPA',
                   7705: 
1.81      bisitz   7706:    'Course/Community Catalog'
1.93      raeburn  7707: => '课程目录',
1.6       bisitz   7708: 
                   7709:    '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  7710: => '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   7711: 
                   7712:    'The course has yet to be created.'
1.93      raeburn  7713: => 'The course has yet to be created.',
1.6       bisitz   7714: 
                   7715:    'Automatic enrollment of registered students has not been enabled for the course.'
1.93      raeburn  7716: => 'Automatic enrollment of registered students has not been enabled for the course.',
1.6       bisitz   7717: 
                   7718:    'You are in a section of course for which automatic enrollment in the corresponding LON-CAPA course is not active.'
1.93      raeburn  7719: => 'You are in a section of course for which automatic enrollment in the corresponding LON-CAPA course is not active.',
1.6       bisitz   7720: 
                   7721:    '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  7722: => '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   7723: 
                   7724:    '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  7725: => '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   7726: 
1.83      bisitz   7727:    '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  7728: => '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   7729: 
1.83      bisitz   7730:    '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  7731: => '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   7732: 
                   7733:    'User Authentication'
1.93      raeburn  7734: => 'User Authentication',
1.6       bisitz   7735: 
                   7736:    'Log-in Help'
                   7737: => '登录帮助',
                   7738: 
                   7739:    'Forgot password?'
                   7740: => '忘记密码?',
                   7741: 
                   7742:    'New User?'
                   7743: => '新用户?',
                   7744: 
                   7745:    'Crosslisted'
1.93      raeburn  7746: => 'Crosslisted',
1.6       bisitz   7747: 
                   7748:    'Owner'
1.93      raeburn  7749: => 'Owner',
1.6       bisitz   7750: 
                   7751:    'Code'
1.93      raeburn  7752: => 'Code',
1.6       bisitz   7753: 
                   7754:    'Course listing'
                   7755: => '课程目录',
                   7756: 
                   7757:    'Display information about official [_1] classes for which LON-CAPA courses have been created:'
1.93      raeburn  7758: => 'Display information about official [_1] classes for which LON-CAPA courses have been created:',
1.6       bisitz   7759: 
                   7760:    'help/support'
1.93      raeburn  7761: => 'help/support',
1.6       bisitz   7762: 
                   7763:    'Ask helpdesk'
1.93      raeburn  7764: => 'Ask helpdesk',
1.6       bisitz   7765: 
                   7766:    'Back to last location'
1.93      raeburn  7767: => 'Back to last location',
1.6       bisitz   7768: 
                   7769:    'Note'
1.18      zhu      7770: => '注意',
                   7771: 
                   7772:    'Note:'
                   7773: => '注意:',
1.6       bisitz   7774: 
                   7775:    'Student questions about course content should be directed to the course instructor'
1.93      raeburn  7776: => 'Student questions about course content should be directed to the course instructor',
1.6       bisitz   7777: 
                   7778:    'Submit Request'
1.93      raeburn  7779: => 'Submit Request',
1.6       bisitz   7780: 
                   7781:    'E-mail address'
                   7782: => 'E-Mail 地址',
                   7783: 
                   7784:    'Enter the username you use to log-in to LON-CAPA, and your domain.'
1.93      raeburn  7785: => 'Enter the username you use to log-in to LON-CAPA, and your domain.',
1.6       bisitz   7786: 
                   7787:    'URL of page'
1.18      zhu      7788: => '该页的网址',
1.6       bisitz   7789: 
                   7790:    'Phone'
                   7791: => '电话',
                   7792: 
                   7793:    'Course Details'
1.93      raeburn  7794: => 'Course Details',
1.6       bisitz   7795: 
                   7796:    'Enter institutional course code'
1.93      raeburn  7797: => 'Enter institutional course code',
1.6       bisitz   7798: 
                   7799:    'Enter course title'
1.93      raeburn  7800: => 'Enter course title',
1.6       bisitz   7801: 
                   7802:    'Section Number'
1.93      raeburn  7803: => 'Section Number',
1.6       bisitz   7804: 
                   7805:    'Detailed Description'
1.13      zhu      7806: => '详细说明',
1.6       bisitz   7807: 
                   7808:    'Clear Form'
1.18      zhu      7809: => '重置表',
1.6       bisitz   7810: 
                   7811:    'Material presented in clear way'
1.18      zhu      7812: => '这些材料中提出一个明确的方式',
1.6       bisitz   7813: 
                   7814:    'Material covered with sufficient depth'
1.18      zhu      7815: => '这些材料包括有足够的深度',
1.6       bisitz   7816: 
                   7817:    'Material is helpful'
1.18      zhu      7818: => '这些材料是有用的',
1.6       bisitz   7819: 
                   7820:    'Material appears to be correct'
1.18      zhu      7821: => '这些材料似乎是正确的',
1.6       bisitz   7822: 
                   7823:    'This will only retrieve the resource. If you want to retrieve the metadata, you will need to do that separately.'
1.93      raeburn  7824: => 'This will only retrieve the resource. If you want to retrieve the metadata, you will need to do that separately.',
1.6       bisitz   7825: 
                   7826:    'is in this state due to author settings.'
1.93      raeburn  7827: => 'is in this state due to author settings.',
1.6       bisitz   7828: 
                   7829:    'User Data for'
1.93      raeburn  7830: => 'User Data for',
1.6       bisitz   7831: 
                   7832:    'Email Address'
1.12      zhu      7833: => 'E-Mail地址',
1.6       bisitz   7834: 
                   7835:    'Enroll Student'
1.70      zhu      7836: => '注册学生',
1.6       bisitz   7837: 
                   7838:    'If active, the new role will be available when the student next logs in to LON-CAPA.'
1.93      raeburn  7839: => 'If active, the new role will be available when the student next logs in to LON-CAPA.',
1.6       bisitz   7840: 
                   7841:    'Enroll another student'
1.70      zhu      7842: => '注册另一名学生',
1.6       bisitz   7843: 
                   7844:    'Enroll Another Student'
1.70      zhu      7845: => '注册另一名学生',
1.6       bisitz   7846: 
                   7847:    'start date'
1.10      zhu      7848: => '开始日期',
1.6       bisitz   7849: 
                   7850:    'end date'
1.10      zhu      7851: => '结束日期',
1.6       bisitz   7852: 
                   7853:    'active groups'
1.12      zhu      7854: => '活跃的组',
1.6       bisitz   7855: 
                   7856:    'active group(s)'
1.12      zhu      7857: => '活跃的组',
1.6       bisitz   7858: 
                   7859:    "Select a user name to view the user's personal page."
                   7860: => "选择一个用户名,以查看此用户的个人网页。",
                   7861: 
1.33      bisitz   7862:    'View recent activity by this student'
1.31      bisitz   7863: => '最后处于活动状态的人',
                   7864: 
                   7865:    'View recent activity'
                   7866: => '查看最近活动',
1.6       bisitz   7867: 
1.52      bisitz   7868:    'Recent activity of [_1]'
                   7869: => '最后处于活动状态的 [_1]',
1.6       bisitz   7870: 
                   7871: 
1.33      bisitz   7872:    'Compiling student activity data can take a long time. Your request continues to be processed while results are displayed.'
1.93      raeburn  7873: => 'Compiling student activity data can take a long time. Your request continues to be processed while results are displayed.',
1.6       bisitz   7874: 
                   7875:    'Composing Query'
1.93      raeburn  7876: => 'Composing Query',
1.6       bisitz   7877: 
                   7878:    'Student Activity'
1.93      raeburn  7879: => 'Student Activity',
1.6       bisitz   7880: 
                   7881:    'Waiting up to [_1] seconds for results'
1.93      raeburn  7882: => 'Waiting up to [_1] seconds for results',
1.6       bisitz   7883: 
                   7884:    'Activity data compiled up to [_1]'
1.93      raeburn  7885: => 'Activity data compiled up to [_1]',
1.6       bisitz   7886: 
                   7887:    'While data is processed, periodically reload this page for more recent activity'
1.93      raeburn  7888: => 'While data is processed, periodically reload this page for more recent activity',
1.6       bisitz   7889: 
                   7890:    'Data'
1.93      raeburn  7891: => 'Data',
1.6       bisitz   7892: 
                   7893:    'Resubmit last request to check for newer data'
1.93      raeburn  7894: => 'Resubmit last request to check for newer data',
1.6       bisitz   7895: 
                   7896:    'View Classlist'
1.93      raeburn  7897: => 'View Classlist',
1.6       bisitz   7898: 
                   7899:    'Count'
1.93      raeburn  7900: => 'Count',
1.6       bisitz   7901: 
                   7902:    'Modifying authentication:'
1.98      bisitz   7903: => 'Modifying authentication:',
1.6       bisitz   7904: 
                   7905:    'Modify User Privileges'
1.93      raeburn  7906: => 'Modify User Privileges',
1.6       bisitz   7907: 
                   7908:    'Insert:'
1.93      raeburn  7909: => 'Insert:',
1.6       bisitz   7910: 
                   7911:    'Delete?'
1.93      raeburn  7912: => 'Delete?',
1.6       bisitz   7913: 
                   7914:    'Randomize Foil Order:'
1.93      raeburn  7915: => 'Randomize Foil Order:',
1.6       bisitz   7916: 
                   7917:    'Use template:'
1.93      raeburn  7918: => 'Use template:',
1.6       bisitz   7919: 
                   7920:    'Display Direction'
1.93      raeburn  7921: => 'Display Direction',
1.6       bisitz   7922: 
                   7923:    'vertical'
1.93      raeburn  7924: => 'vertical',
1.6       bisitz   7925: 
                   7926:    'horizontal'
                   7927: => 'horizontal',
                   7928: 
                   7929:    'Script'
1.113     bisitz   7930: => 'Script',
1.6       bisitz   7931: 
                   7932:    'Problem Editing'
1.12      zhu      7933: => '问题编辑',
1.6       bisitz   7934: 
                   7935:    'Hint'
1.113     bisitz   7936: => '提示',
1.6       bisitz   7937: 
                   7938:    'Show hint even if problem Correct:'
1.93      raeburn  7939: => 'Show hint even if problem Correct:',
1.6       bisitz   7940: 
                   7941:    'Single Line Text Entry Area'
1.113     bisitz   7942: => 'Single Line Text Entry Area',
1.6       bisitz   7943: 
                   7944:    'Parameters for a response'
1.113     bisitz   7945: => 'Parameters for a response',
1.6       bisitz   7946: 
                   7947:    'Problem Part'
1.113     bisitz   7948: => '问题部分',
1.6       bisitz   7949: 
                   7950:    'Part ID:'
1.27      zhu      7951: => '问题部分编号:',
1.6       bisitz   7952: 
                   7953:    'Displayed Part Description:'
1.93      raeburn  7954: => 'Displayed Part Description:',
1.6       bisitz   7955: 
                   7956:    'Readonly:'
1.113     bisitz   7957: => 'Readonly:',
1.6       bisitz   7958: 
                   7959:    'Response: Numerical'
1.113     bisitz   7960: => 'Response: Numerical',
1.6       bisitz   7961: 
                   7962:    'random'
1.93      raeburn  7963: => 'random',
1.6       bisitz   7964: 
                   7965:    'top'
1.93      raeburn  7966: => 'top',
1.6       bisitz   7967: 
                   7968:    'bottom'
1.93      raeburn  7969: => 'bottom',
1.6       bisitz   7970: 
                   7971:    'Add new Option:'
1.93      raeburn  7972: => 'Add new Option:',
1.6       bisitz   7973: 
                   7974:    'Delete an Option:'
1.113     bisitz   7975: => 'Delete an Option:',
1.6       bisitz   7976: 
                   7977:    'Print options:'
1.93      raeburn  7978: => 'Print options:',
1.6       bisitz   7979: 
                   7980:    "Don't show option list"
1.113     bisitz   7981: => "Don't show option list",
1.6       bisitz   7982: 
                   7983:    'Display of options when printed'
1.93      raeburn  7984: => 'Display of options when printed',
1.6       bisitz   7985: 
                   7986:    'Normal list'
1.93      raeburn  7987: => 'Normal list',
1.6       bisitz   7988: 
                   7989:    'Listed in vertical column'
1.93      raeburn  7990: => 'Listed in vertical column',
1.6       bisitz   7991: 
                   7992:    'Multiple Option Response Question'
1.93      raeburn  7993: => 'Multiple Option Response Question',
1.6       bisitz   7994: 
                   7995:    'Select Options'
1.113     bisitz   7996: => 'Select Options',
1.6       bisitz   7997: 
                   7998:    'Image'
1.113     bisitz   7999: => 'Image',
1.6       bisitz   8000: 
                   8001:    'Image Url:'
1.93      raeburn  8002: => 'Image Url:',
1.6       bisitz   8003: 
                   8004:    'width (pixel):'
1.93      raeburn  8005: => 'width (pixel):',
1.6       bisitz   8006: 
                   8007:    'height (pixel):'
1.93      raeburn  8008: => 'height (pixel):',
1.6       bisitz   8009: 
                   8010:    'Alignment:'
1.113     bisitz   8011: => 'Alignment:',
1.6       bisitz   8012: 
                   8013:    'Encrypt URL:'
1.113     bisitz   8014: => 'Encrypt URL:',
1.6       bisitz   8015: 
                   8016:    'no'
1.93      raeburn  8017: => 'no',
1.6       bisitz   8018: 
                   8019:    'Location:'
1.113     bisitz   8020: => 'Location:',
1.6       bisitz   8021: 
                   8022:    'Randomly labeled image'
1.113     bisitz   8023: => 'Randomly labeled image',
1.6       bisitz   8024: 
                   8025:    'Response: Click on Image'
1.113     bisitz   8026: => 'Response: Click on Image',
1.6       bisitz   8027: 
                   8028:    'Collection of Imageresponse foils'
1.113     bisitz   8029: => 'Collection of Imageresponse foils',
1.6       bisitz   8030: 
                   8031:    'Image response foil'
1.113     bisitz   8032: => 'Image response foil',
1.6       bisitz   8033: 
1.113     bisitz   8034:    'Enter Coordinates'
1.93      raeburn  8035: => 'Enter Coordinates',
1.6       bisitz   8036: 
                   8037:    'Rectangle'
1.113     bisitz   8038: => 'Rectangle',
1.6       bisitz   8039: 
                   8040:    'Coordinate Pairs'
1.93      raeburn  8041: => 'Coordinate Pairs',
1.6       bisitz   8042: 
                   8043:    'Polygon'
                   8044: => 'Polygon',
                   8045: 
                   8046:    'Coordinate list'
1.113     bisitz   8047: => 'Coordinate list',
1.6       bisitz   8048: 
                   8049:    'Create Polygon Data'
1.113     bisitz   8050: => 'Create Polygon Data',
1.6       bisitz   8051: 
                   8052:    'Task Description'
1.113     bisitz   8053: => '问题描述',
1.6       bisitz   8054: 
                   8055:    'Clickable Image'
1.113     bisitz   8056: => 'Clickable Image',
1.6       bisitz   8057: 
                   8058:    'Image Source File'
1.113     bisitz   8059: => 'Image Source File',
1.6       bisitz   8060: 
                   8061:    'Select Position on Image'
1.93      raeburn  8062: => 'Select Position on Image',
1.6       bisitz   8063: 
                   8064:    'Select First Coordinate on Image'
1.93      raeburn  8065: => 'Select First Coordinate on Image',
1.6       bisitz   8066: 
                   8067:    'Select Second Coordinate on Image'
1.93      raeburn  8068: => 'Select Second Coordinate on Image',
1.6       bisitz   8069: 
                   8070:    'Select Finish to save selection'
1.93      raeburn  8071: => 'Select Finish to save selection',
1.6       bisitz   8072: 
                   8073:    'Enter Coordinate or click finish to close Polygon'
1.93      raeburn  8074: => 'Enter Coordinate or click finish to close Polygon',
1.6       bisitz   8075: 
                   8076:    'Click to select a Coordinate or click Finish to save current selection'
1.93      raeburn  8077: => 'Click to select a Coordinate or click Finish to save current selection',
1.6       bisitz   8078: 
                   8079:    'New Name'
1.93      raeburn  8080: => 'New Name',
1.6       bisitz   8081: 
                   8082:    'Make Obsolete'
1.93      raeburn  8083: => 'Make Obsolete',
1.6       bisitz   8084: 
                   8085:    'Set Margins'
1.93      raeburn  8086: => 'Set Margins',
1.6       bisitz   8087: 
                   8088:    'How should each column be formatted?'
1.113     bisitz   8089: => 'How should each column be formatted?',
1.6       bisitz   8090: 
                   8091:    'Width:'
1.113     bisitz   8092: => '宽:',
1.6       bisitz   8093: 
                   8094:    'Height:'
1.113     bisitz   8095: => '高:',
1.6       bisitz   8096: 
                   8097:    'Left Margin:'
1.113     bisitz   8098: => 'Left Margin:',
1.6       bisitz   8099: 
                   8100:    'Username and/or password could not be authenticated.'
1.9       zhu      8101: => '用户名和(或)密码无法验证。',
1.6       bisitz   8102: 
                   8103:    'Please check the username and password.'
1.9       zhu      8104: => '请检查您的用户名和密码。',
1.6       bisitz   8105: 
                   8106:    'Try again'
1.9       zhu      8107: => '再试一次',
1.6       bisitz   8108: 
                   8109:    'Information needed to verify your login information is missing, inaccessible or expired.'
1.9       zhu      8110: => '验证您的登录的信息丢失,无法进入或已经过期。',
1.6       bisitz   8111: 
                   8112:    'Sending'
1.56      zhu      8113: => '发送中',
1.6       bisitz   8114: 
                   8115:    'Completed.'
1.56      zhu      8116: => '邮件已发送。',
1.6       bisitz   8117: 
                   8118:    'Messages being sent.'
1.55      zhu      8119: => '邮件被发送。',
1.6       bisitz   8120: 
                   8121:    'Assigning'
1.93      raeburn  8122: => 'Assigning',
1.6       bisitz   8123: 
                   8124:    'ending'
1.93      raeburn  8125: => 'ending',
1.6       bisitz   8126: 
                   8127:    'Assistant Co-Author'
1.93      raeburn  8128: => 'Assistant Co-Author',
1.6       bisitz   8129: 
                   8130:    'Metadata for [_1]'
1.93      raeburn  8131: => 'Metadata for [_1]',
1.6       bisitz   8132: 
                   8133:    'There are [_1] matches to your query.'
1.18      zhu      8134: => '有 [_1] 匹配您的查询。',
1.6       bisitz   8135: 
1.71      bisitz   8136:    'There were no results matching your query.'
1.93      raeburn  8137: => 'There were no results matching your query.',
1.71      bisitz   8138: 
1.6       bisitz   8139:    'Revise search'
1.18      zhu      8140: => '修改搜寻',
1.6       bisitz   8141: 
1.71      bisitz   8142:    'Internal Error - Bad view selected.'
1.93      raeburn  8143: => 'Internal Error - Bad view selected.',
1.71      bisitz   8144: 
                   8145:    'Unable to save import results.'
1.93      raeburn  8146: => 'Unable to save import results.',
1.71      bisitz   8147: 
                   8148:    'A MySQL error has occurred.'
1.93      raeburn  8149: => 'A MySQL error has occurred.',
1.71      bisitz   8150: 
1.6       bisitz   8151:    'Number of accesses'
1.93      raeburn  8152: => 'Number of accesses',
1.6       bisitz   8153: 
                   8154:    'Ascending'
1.18      zhu      8155: => '上升的',
1.6       bisitz   8156: 
                   8157:    'Descending'
1.18      zhu      8158: => '下降的',
1.6       bisitz   8159: 
                   8160:    'Students Attempting'
1.93      raeburn  8161: => 'Students Attempting', # ??? [SB 2007-07-03]
1.6       bisitz   8162: 
                   8163:    'Average Number of Tries'
1.93      raeburn  8164: => 'Average Number of Tries',
1.6       bisitz   8165: 
                   8166:    'Mean Degree of Difficulty'
1.93      raeburn  8167: => 'Mean Degree of Difficulty',
1.6       bisitz   8168: 
                   8169:    'Mean Degree of Discrimination'
1.93      raeburn  8170: => 'Mean Degree of Discrimination',
1.6       bisitz   8171: 
                   8172:    'Evaluation: Clear'
1.93      raeburn  8173: => 'Evaluation: Clear',
1.6       bisitz   8174: 
                   8175:    'Evaluation: Technically Correct'
1.93      raeburn  8176: => 'Evaluation: Technically Correct',
1.6       bisitz   8177: 
                   8178:    'Evaluation: Material is Correct'
1.93      raeburn  8179: => 'Evaluation: Material is Correct',
1.6       bisitz   8180: 
                   8181:    'Evaluation: Material is Helpful'
1.93      raeburn  8182: => 'Evaluation: Material is Helpful',
1.6       bisitz   8183: 
                   8184:    'Evaluation: Material has Depth'
1.93      raeburn  8185: => 'Evaluation: Material has Depth',
1.6       bisitz   8186: 
                   8187:    'Prev'
1.18      zhu      8188: => '上一个',
1.6       bisitz   8189: 
                   8190:    'Reload'
1.18      zhu      8191: => '重新加载',
1.6       bisitz   8192: 
                   8193:    'Results [_1] to [_2] out of [_3]'
1.18      zhu      8194: => '结果 [_1] 至 [_2] 的 [_3]',
1.6       bisitz   8195: 
1.80      bisitz   8196:    'Unactionable Search Query'
1.18      zhu      8197: => '查询被否决',
1.6       bisitz   8198: 
                   8199:    'Revise Search Request'
1.18      zhu      8200: => '修改搜索请求',
1.6       bisitz   8201: 
                   8202:    'LON-CAPA Access Control'
1.18      zhu      8203: => 'LON-CAPA 访问控制',
1.6       bisitz   8204: 
                   8205:    'Access  : '
1.18      zhu      8206: => '访问  : ',
1.6       bisitz   8207: 
                   8208:    'Resource: '
1.18      zhu      8209: => '资源: ',
1.6       bisitz   8210: 
                   8211:    'Action  : '
1.93      raeburn  8212: => 'Action  : ',
1.6       bisitz   8213: 
                   8214:    'You have modified your course recently, [_1] may fix this access problem.'
1.93      raeburn  8215: => 'You have modified your course recently, [_1] may fix this access problem.',
1.6       bisitz   8216: 
                   8217:    'Published on ...'
1.93      raeburn  8218: => 'Published on ...',
1.6       bisitz   8219: 
                   8220:    'Currently published version'
1.93      raeburn  8221: => 'Currently published version',
1.6       bisitz   8222: 
                   8223:    'Edit Metadata'
1.120     bisitz   8224: => '编辑元数据',
1.6       bisitz   8225: 
                   8226:    'Cleanup XML Document'
1.93      raeburn  8227: => 'Cleanup XML Document',
1.6       bisitz   8228: 
                   8229:    'Select actions to attempt:'
1.12      zhu      8230: => '选择所需的行动:',
1.6       bisitz   8231: 
                   8232:    'Linefeeds, formfeeds, and carriage returns'
1.93      raeburn  8233: => 'Linefeeds, formfeeds, and carriage returns',
1.6       bisitz   8234: 
                   8235:    'Empty tags'
1.93      raeburn  8236: => 'Empty tags',
1.6       bisitz   8237: 
                   8238:    'Lower casing'
1.93      raeburn  8239: => 'Lower casing',
1.6       bisitz   8240: 
                   8241:    'Symbol font'
1.93      raeburn  8242: => 'Symbol font', # ??? [SB 2007-07-03]
1.6       bisitz   8243: 
                   8244:    'Cleanup'
1.93      raeburn  8245: => 'Cleanup',
1.6       bisitz   8246: 
                   8247:    'Back to Source File'
1.93      raeburn  8248: => 'Back to Source File',
1.6       bisitz   8249: 
                   8250:    'Hypertext Cascading Style Sheet'
1.93      raeburn  8251: => 'Hypertext Cascading Style Sheet',
1.6       bisitz   8252: 
                   8253:    'Online Survey'
1.93      raeburn  8254: => 'Online Survey',
1.6       bisitz   8255: 
                   8256:    'Unable to find [_1]'
1.93      raeburn  8257: => 'Unable to find [_1]',
1.6       bisitz   8258: 
                   8259:    'Post Server Announcements'
1.93      raeburn  8260: => 'Post Server Announcements',
1.6       bisitz   8261: 
                   8262:    'Post announcements to the system login and roles screen'
1.93      raeburn  8263: => 'Post announcements to the system login and roles screen',
1.6       bisitz   8264: 
                   8265:    '(leave blank to delete announcement)'
1.100     raeburn  8266: => '(leave blank to delete announcement)',
1.6       bisitz   8267: 
                   8268:    'Check machines:'
1.93      raeburn  8269: => 'Check machines:',
1.6       bisitz   8270: 
                   8271:    'Current Announcement'
1.93      raeburn  8272: => 'Current Announcement',
1.6       bisitz   8273: 
                   8274:    'Calendar'
                   8275: => '日历',
                   8276: 
                   8277:    'Download your Calendar as iCalendar File'
1.9       zhu      8278: => '下载您的日历',
1.6       bisitz   8279: 
                   8280:    'No calendar available for this date.'
1.9       zhu      8281: => '没有日历用于此日期。',
1.6       bisitz   8282: 
                   8283:    'Posting [_1]'
1.93      raeburn  8284: => 'Posting [_1]',
1.6       bisitz   8285: 
1.74      bisitz   8286:    'This LON-CAPA server is version [_1]'
1.10      zhu      8287: => '这里是 LON-CAPA [_1]',
1.6       bisitz   8288: 
1.74      bisitz   8289:    'Only changes made from servers running LON-CAPA [_1] or later are displayed.'
1.93      raeburn  8290: => 'Only changes made from servers running LON-CAPA [_1] or later are displayed.',
1.74      bisitz   8291: 
1.6       bisitz   8292:    'Edit Answer'
1.93      raeburn  8293: => 'Edit Answer',
1.6       bisitz   8294: 
                   8295:    'Date/Time'
1.9       zhu      8296: => '日期/时间',
1.6       bisitz   8297: 
                   8298:    'Threshold Name'
1.93      raeburn  8299: => 'Threshold Name',
1.6       bisitz   8300: 
                   8301:    'Current value'
1.93      raeburn  8302: => 'Current value',
1.6       bisitz   8303: 
                   8304:    'Change?'
1.9       zhu      8305: => '改变?',
1.6       bisitz   8306: 
                   8307:    'Make changes'
1.9       zhu      8308: => '保存',
1.6       bisitz   8309: 
                   8310:    'Change thresholds'
1.93      raeburn  8311: => 'Change thresholds',
1.6       bisitz   8312: 
                   8313:    'Picture Conversion Status'
1.93      raeburn  8314: => 'Picture Conversion Status',
1.6       bisitz   8315: 
                   8316:    'Class Print Status'
1.93      raeburn  8317: => 'Class Print Status',
1.6       bisitz   8318: 
                   8319:    'Removing error messages:'
1.93      raeburn  8320: => 'Removing error messages:',
1.6       bisitz   8321: 
1.32      bisitz   8322:    'Invalid target directory, FAIL'
1.93      raeburn  8323: => 'Invalid target directory, FAIL',
1.32      bisitz   8324: 
1.6       bisitz   8325:    'Creating old version [_1]'
1.93      raeburn  8326: => 'Creating old version [_1]',
1.6       bisitz   8327: 
                   8328:    'Initial version'
1.93      raeburn  8329: => 'Initial version',
1.6       bisitz   8330: 
                   8331:    'Press "Generate Statistics" when you are ready.'
1.93      raeburn  8332: => 'Press "Generate Statistics" when you are ready.',
1.6       bisitz   8333: 
                   8334:    '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  8335: => '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   8336: 
                   8337:    'A course-wide error occurred.'
1.93      raeburn  8338: => 'A course-wide error occurred.',
1.6       bisitz   8339: 
                   8340:    'none'
1.70      zhu      8341: => '没有',
1.6       bisitz   8342: 
                   8343:    'Prepare Report'
1.70      zhu      8344: => '编写报告',
1.6       bisitz   8345: 
1.48      bisitz   8346:    'Show problem'
                   8347: => '提示显示',
1.6       bisitz   8348: 
1.48      bisitz   8349:    'Show correct answers'
1.93      raeburn  8350: => 'Show correct answers',
1.6       bisitz   8351: 
1.48      bisitz   8352:    'Show all submissions'
1.93      raeburn  8353: => 'Show all submissions',
1.6       bisitz   8354: 
1.48      bisitz   8355:    'Show problem grading'
1.93      raeburn  8356: => 'Show problem grading',
1.6       bisitz   8357: 
1.92      raeburn  8358:    'Computing correct answers greatly increases the amount of time required to prepare a report.'
1.93      raeburn  8359: => 'Computing correct answers greatly increases the amount of time required to prepare a report.',
1.6       bisitz   8360: 
                   8361:    'Please select problems and use the [_1]Prepare Report[_2] button to continue.'
1.93      raeburn  8362: => 'Please select problems and use the [_1]Prepare Report[_2] button to continue.',
1.6       bisitz   8363: 
                   8364:    'Please select a Survey to analyze'
1.93      raeburn  8365: => 'Please select a Survey to analyze',
1.6       bisitz   8366: 
                   8367:    'There are no survey problems in this course.'
1.93      raeburn  8368: => 'There are no survey problems in this course.',
1.6       bisitz   8369: 
                   8370:    'Generate Survey Report'
1.93      raeburn  8371: => 'Generate Survey Report',
1.6       bisitz   8372: 
                   8373:    'Building text document.'
1.93      raeburn  8374: => 'Building text document.',
1.6       bisitz   8375: 
                   8376:    'Generated on [_1]'
1.93      raeburn  8377: => 'Generated on [_1]',
1.6       bisitz   8378: 
                   8379:    'Your text file'
1.93      raeburn  8380: => 'Your text file',
1.6       bisitz   8381: 
                   8382:    'Done compiling text file. See link below to download.'
1.93      raeburn  8383: => 'Done compiling text file. See link below to download.',
1.6       bisitz   8384: 
                   8385:    'There is no essay or string response data to output for this survey.'
1.93      raeburn  8386: => 'There is no essay or string response data to output for this survey.',
1.6       bisitz   8387: 
                   8388:    'Building spreadsheet.'
1.18      zhu      8389: => '生成电子表格。',
1.6       bisitz   8390: 
                   8391:    '[_1]:[_2] responses to [_3] may be too long to fit Excel spreadsheet.'
1.98      bisitz   8392: => '[_1]:[_2] responses to [_3] may be too long to fit Excel spreadsheet.',
1.6       bisitz   8393: 
                   8394:    'Done compiling spreadsheet. See link below to download.'
1.93      raeburn  8395: => 'Done compiling spreadsheet. See link below to download.',
1.6       bisitz   8396: 
                   8397:    'Make a sequence selection from the "Sequences and Folders" menu and hit "Create Plot" to begin'
1.93      raeburn  8398: => 'Make a sequence selection from the "Sequences and Folders" menu and hit "Create Plot" to begin',
1.6       bisitz   8399: 
                   8400:    'Create Plot'
1.93      raeburn  8401: => 'Create Plot',
1.6       bisitz   8402: 
                   8403:    'Start Time:'
1.93      raeburn  8404: => 'Start Time:',
1.6       bisitz   8405: 
                   8406:    'End Time:'
1.93      raeburn  8407: => 'End Time:',
1.6       bisitz   8408: 
                   8409:    'Sender'
1.27      zhu      8410: => '寄件人',
1.6       bisitz   8411: 
                   8412:    'Number'
1.93      raeburn  8413: => 'Number',
1.6       bisitz   8414: 
                   8415:    'Upload Classlist'
1.93      raeburn  8416: => 'Upload Classlist',
1.6       bisitz   8417: 
                   8418:    'Semicolon separated values'
1.27      zhu      8419: => '以分号分隔',
1.6       bisitz   8420: 
                   8421:    'Show Log'
                   8422: => '查看日志',
                   8423: 
                   8424:    'Course Document Change Log'
1.93      raeburn  8425: => 'Course Document Change Log',
1.6       bisitz   8426: 
                   8427:    'Records'
1.93      raeburn  8428: => 'Records',
1.6       bisitz   8429: 
                   8430:    'Before'
                   8431: => '以前',
                   8432: 
                   8433:    'After'
                   8434: => '以后',
                   8435: 
                   8436:    'Current folder/page'
1.10      zhu      8437: => '当前文件夹/页',
1.6       bisitz   8438: 
                   8439:    'Containing phrase'
1.10      zhu      8440: => '含有短语',
1.6       bisitz   8441: 
                   8442:    'None'
1.10      zhu      8443: => '没有',
1.6       bisitz   8444: 
                   8445:    'Users'
                   8446: => '用户',
                   8447: 
                   8448:    'Include parameter types'
1.93      raeburn  8449: => 'Include parameter types',
1.6       bisitz   8450: 
                   8451:    'Parameter Change Log'
1.93      raeburn  8452: => 'Parameter Change Log',
1.6       bisitz   8453: 
                   8454:    'Announce'
1.93      raeburn  8455: => 'Announce',
1.6       bisitz   8456: 
                   8457:    'Not active anymore'
1.93      raeburn  8458: => 'Not active anymore',
1.6       bisitz   8459: 
                   8460:    'Add to Course Announcements'
1.93      raeburn  8461: => 'Add to Course Announcements',
1.6       bisitz   8462: 
                   8463:    'Username : Domain'
1.26      zhu      8464: => '用户名:域',
1.6       bisitz   8465: 
                   8466:    'Active'
1.26      zhu      8467: => '活跃的',
1.6       bisitz   8468: 
                   8469:    'Expired'
1.93      raeburn  8470: => 'Expired',
1.6       bisitz   8471: 
                   8472:    'Future'
1.93      raeburn  8473: => 'Future',
1.6       bisitz   8474: 
                   8475:    'Sort by realm first, then student (group/section)'
1.93      raeburn  8476: => 'Sort by realm first, then student (group/section)',
1.6       bisitz   8477: 
                   8478:    'Sort by student (group/section) first, then realm'
1.93      raeburn  8479: => 'Sort by student (group/section) first, then realm',
1.6       bisitz   8480: 
                   8481:    'Shift all dates based on this date'
1.93      raeburn  8482: => 'Shift all dates based on this date',
1.6       bisitz   8483: 
                   8484:    'Overview Mode'
1.27      zhu      8485: => '概况模式',
1.6       bisitz   8486: 
                   8487:    'Overview'
1.27      zhu      8488: => '概况',
1.6       bisitz   8489: 
                   8490:    'Set Parameters'
1.27      zhu      8491: => '参数设置',
1.6       bisitz   8492: 
                   8493:    'Parts'
1.27      zhu      8494: => '部分',
1.6       bisitz   8495: 
                   8496:    'Section(s)'
1.70      zhu      8497: => '章节(en)',
1.6       bisitz   8498: 
                   8499:    'Group(s)'
1.12      zhu      8500: => '组',
1.6       bisitz   8501: 
                   8502:    'Parameter Selection'
1.70      zhu      8503: => '参数选择',
1.6       bisitz   8504: 
                   8505:    'Add Selection for...'
1.93      raeburn  8506: => 'Add Selection for...',
1.6       bisitz   8507: 
                   8508:    'Select Common Only'
1.98      bisitz   8509: => 'Select Common Only',
1.6       bisitz   8510: 
                   8511:    'Problem Dates'
1.93      raeburn  8512: => 'Problem Dates',
1.6       bisitz   8513: 
                   8514:    'Content Dates'
1.93      raeburn  8515: => 'Content Dates',
1.6       bisitz   8516: 
                   8517:    'Discussion Settings'
1.93      raeburn  8518: => 'Discussion Settings',
1.6       bisitz   8519: 
                   8520:    'Visibilities'
1.70      zhu      8521: => '可见的',
1.6       bisitz   8522: 
                   8523:    'Part Parameters'
1.27      zhu      8524: => '部分参数',
1.6       bisitz   8525: 
                   8526:    'For User [_1] or Student/Employee ID [_2] at Domain [_3]'
1.27      zhu      8527: => '对于用户 [_1] 或学生/员工编号 [_2] 在域 [_3]',
1.6       bisitz   8528: 
                   8529:    'Group Files'
                   8530: => '编组文件',
                   8531: 
                   8532:    "Enter user:domain for User's 'About Me' Page"
1.93      raeburn  8533: => "Enter user:domain for User's 'About Me' Page",
1.6       bisitz   8534: 
                   8535:    'No map selected.'
1.93      raeburn  8536: => 'No map selected.',
1.6       bisitz   8537: 
                   8538:    'Most Recent:'
1.113     bisitz   8539: => '最新:',
1.6       bisitz   8540: 
                   8541:    'In Course:'
1.113     bisitz   8542: => '课程:',
1.6       bisitz   8543: 
                   8544:    'Use:'
1.113     bisitz   8545: => '使用:',
1.6       bisitz   8546: 
                   8547:    'Search LON-CAPA help'
1.70      zhu      8548: => '搜索 LON-CAPA 帮助',
1.6       bisitz   8549: 
                   8550:    'Before course enrollment start!'
1.93      raeburn  8551: => 'Before course enrollment start!',
1.6       bisitz   8552: 
                   8553:    'After course enrollment end!'
1.93      raeburn  8554: => 'After course enrollment end!',
1.6       bisitz   8555: 
                   8556:    'in the past'
1.27      zhu      8557: => '在过去',
1.6       bisitz   8558: 
                   8559:    'in the future'
1.27      zhu      8560: => '在将来',
1.6       bisitz   8561: 
                   8562:    'Choose'
1.98      bisitz   8563: => 'Choose',
1.6       bisitz   8564: 
                   8565:    'Title:'
1.27      zhu      8566: => '标题:',
1.6       bisitz   8567: 
                   8568:    'URL:'
                   8569: => 'URL:',
                   8570: 
                   8571:    'Course, Portfolio and Catalog Search'
1.36      zhu      8572: => '目录搜索,组合搜索和课程搜索',
1.6       bisitz   8573: 
                   8574:    'ERROR:'
1.36      zhu      8575: => '错误:',
1.6       bisitz   8576: 
                   8577:    '(click for example)'
1.98      bisitz   8578: => '(click for example)',
1.6       bisitz   8579: 
                   8580:    'click for example'
1.93      raeburn  8581: => 'click for example',
1.6       bisitz   8582: 
                   8583:    'Re-Enable'
1.70      zhu      8584: => '重新启用',
1.6       bisitz   8585: 
                   8586:    'Script Functions'
1.93      raeburn  8587: => 'Script Functions',
1.6       bisitz   8588: 
                   8589:    'Image Options'
1.113     bisitz   8590: => '图像选项',
1.6       bisitz   8591: 
                   8592:    'left'
1.27      zhu      8593: => '左边',
1.6       bisitz   8594: 
                   8595:    'right'
1.27      zhu      8596: => '右边',
1.6       bisitz   8597: 
                   8598:    'TeXwidth (mm):'
1.26      zhu      8599: => 'TeX-宽 (mm):',
1.6       bisitz   8600: 
                   8601:    'TeXheight (mm):'
1.26      zhu      8602: => 'TeX-高 (mm):',
1.6       bisitz   8603: 
                   8604:    'TeXwrap:'
1.113     bisitz   8605: => 'TeXwrap:',
1.6       bisitz   8606: 
                   8607:    'Sorry!'
1.12      zhu      8608: => '对不起...',
1.6       bisitz   8609: 
                   8610:    'Resource not available.'
1.113     bisitz   8611: => 'Resource not available.',
1.6       bisitz   8612: 
1.88      bisitz   8613:    'File Type'
1.93      raeburn  8614: => 'File Type',
1.6       bisitz   8615: 
                   8616:    'Output of decompress:'
1.93      raeburn  8617: => 'Output of decompress:',
1.6       bisitz   8618: 
                   8619:    'Decompress complete.'
1.93      raeburn  8620: => 'Decompress complete.',
1.6       bisitz   8621: 
                   8622:    'Archive:'
1.70      zhu      8623: => '存档:',
1.6       bisitz   8624: 
                   8625:    'inflating:'
1.93      raeburn  8626: => 'inflating:',
1.6       bisitz   8627: 
                   8628:    'Incorrect:'
1.18      zhu      8629: => '错误:',
1.6       bisitz   8630: 
                   8631:    'Correct:'
1.18      zhu      8632: => '正确:',
1.6       bisitz   8633: 
                   8634:    'Correct'
1.18      zhu      8635: => '正确',
1.6       bisitz   8636: 
                   8637:    'Pick course first'
1.12      zhu      8638: => '只能选择课程',
1.6       bisitz   8639: 
                   8640:    'User Information Changed'
1.12      zhu      8641: => '用户信息变更',
1.6       bisitz   8642: 
                   8643:    'Changed To'
1.70      zhu      8644: => '改为',
1.6       bisitz   8645: 
                   8646:    'disk space allocated to portfolio files'
1.93      raeburn  8647: => 'disk space allocated to portfolio files',
1.6       bisitz   8648: 
                   8649:    'You have new messages'
1.93      raeburn  8650: => 'You have new messages',
1.6       bisitz   8651: 
                   8652:    'Destination folder'
1.55      zhu      8653: => '目的文件夹',
1.6       bisitz   8654: 
                   8655:    'Mark Read'
1.12      zhu      8656: => '标记为已读',
1.6       bisitz   8657: 
                   8658:    'Move to Folder ->'
1.12      zhu      8659: => '移至文件夹 ->',
1.6       bisitz   8660: 
1.55      zhu      8661:    'Register Response Devices (&quot;Clickers&quot;)'
1.64      zhu      8662: => '注册应答设备 (&quot;Clickers&quot;)',
1.6       bisitz   8663: 
                   8664:    'Enter response device ("clicker") numbers'
1.64      zhu      8665: => '输入应答设备(&quot;Clickers&quot;)的号码',
1.6       bisitz   8666: 
                   8667:    'Locating your clicker ID'
1.18      zhu      8668: => '定位您的应答设备编号',
1.6       bisitz   8669: 
                   8670:    'Register Clicker'
1.18      zhu      8671: => '注册应答设备',
1.6       bisitz   8672: 
                   8673:    'Register'
1.18      zhu      8674: => '注册',
1.6       bisitz   8675: 
                   8676:    'New Link'
1.113     bisitz   8677: => '新的书签',
1.6       bisitz   8678: 
                   8679:    'Refresh'
1.113     bisitz   8680: => '更新',
1.6       bisitz   8681: 
1.73      bisitz   8682:    'Custom metadata [_1]'
                   8683: => '自定义元数据 [_1]',
1.6       bisitz   8684: 
                   8685:    'Question/Comment/Feedback about course content'
1.18      zhu      8686: => '课程内容的问题/评论/反馈',
1.6       bisitz   8687: 
                   8688:    'User modify/custom role edit'
1.70      zhu      8689: => '用户帐户和权限管理',
1.6       bisitz   8690: 
                   8691:    'User Search'
1.70      zhu      8692: => '用户搜索',
1.6       bisitz   8693: 
                   8694:    'to add/modify roles'
1.70      zhu      8695: => ', 添加/修改角色',
1.6       bisitz   8696: 
                   8697:    'is'
1.70      zhu      8698: => '是',
1.6       bisitz   8699: 
                   8700:    'contains'
1.70      zhu      8701: => '包括',
1.6       bisitz   8702: 
                   8703:    'in this domain'
1.70      zhu      8704: => '在该域',
1.6       bisitz   8705: 
                   8706:    'in institutional directory'
1.70      zhu      8707: => '在研究所目录',
1.6       bisitz   8708: 
                   8709:    'Domain/institution to search'
1.93      raeburn  8710: => 'Domain/institution to search',
1.6       bisitz   8711: 
                   8712:    'Directory search has not been configured for domain: [_1]'
1.70      zhu      8713: => '目录搜索,在还没有被配置的域:[_1]',
1.6       bisitz   8714: 
                   8715:    'permanent e-mail'
1.70      zhu      8716: => '永久电子邮件',
1.6       bisitz   8717: 
                   8718:    'Set user role'
1.70      zhu      8719: => '设置用户角色',
1.6       bisitz   8720: 
                   8721:    'No exact match found for this username ([_1]) in this domain.'
1.70      zhu      8722: => '对该用户名([_1])在这个领域中没有找到完全匹配的。',
1.6       bisitz   8723: 
                   8724:    'No match found for this username ([_1]) in this domain.'
1.70      zhu      8725: => '对该用户名([_1])在这个领域中没有找到相应的。',
1.6       bisitz   8726: 
                   8727:    'Make new user "[_1]"'
1.70      zhu      8728: => '新用户 "[_1]"',
1.6       bisitz   8729: 
1.84      bisitz   8730:    'Course Editor'
1.6       bisitz   8731: => '编辑课程',
                   8732: 
1.84      bisitz   8733:    'Community Editor'
1.93      raeburn  8734: => 'Community Editor',
1.84      bisitz   8735: 
1.6       bisitz   8736:    'Choose which items you wish to export from your Course.'
1.70      zhu      8737: => '选择您要从课程中导出的项目。',
1.6       bisitz   8738: 
                   8739:    'Content items'
1.70      zhu      8740: => '内容项目',
1.6       bisitz   8741: 
                   8742:    'Discussion posts'
1.70      zhu      8743: => '讨论文章',
1.6       bisitz   8744: 
                   8745:    'Download the zip file from'
1.70      zhu      8746: => '下载zip档案从:',
1.6       bisitz   8747: 
                   8748:    'IMS course archive'
1.70      zhu      8749: => 'IMS课程存档',
1.6       bisitz   8750: 
                   8751:    'last name, first name'
1.70      zhu      8752: => '姓氏,名字',
1.6       bisitz   8753: 
                   8754:    'Select a Template'
1.93      raeburn  8755: => 'Select a Template',
1.6       bisitz   8756: 
                   8757:    'Edit custom role'
1.93      raeburn  8758: => 'Edit custom role',
1.6       bisitz   8759: 
                   8760:    'Privilege'
1.93      raeburn  8761: => 'Privilege',
1.6       bisitz   8762: 
                   8763:    'Showing users with a name starting with [_1]'
1.26      zhu      8764: => '显示用户,起始是 [_1]',
1.6       bisitz   8765: 
                   8766:    'Permanent e-mail address'
1.26      zhu      8767: => '永久的 E-Mail 地址',
1.6       bisitz   8768: 
                   8769:    'Permanent e-mail'
1.26      zhu      8770: => '永久的 E-Mail 地址',
1.6       bisitz   8771: 
                   8772:    'User [_1] in domain [_2]'
1.26      zhu      8773: => '用户 [_1] 在域 [_2]',
1.6       bisitz   8774: 
                   8775:    'Result'
1.93      raeburn  8776: => 'Result',
1.6       bisitz   8777: 
                   8778:    'Directory search in domain [_1] is not available for the requested search type: "[_2]"'
1.93      raeburn  8779: => 'Directory search in domain [_1] is not available for the requested search type: "[_2]"',
1.6       bisitz   8780: 
                   8781:    "No match found for this username ([_1]) in your institution's directory."
1.93      raeburn  8782: => "No match found for this username ([_1]) in your institution's directory.",
1.6       bisitz   8783: 
                   8784:    'Setting'
1.93      raeburn  8785: => 'Setting',
1.6       bisitz   8786: 
                   8787:    'Directory search available?'
1.93      raeburn  8788: => 'Directory search available?',
1.6       bisitz   8789: 
                   8790:    'Back to actions menu'
1.113     bisitz   8791: => 'Back to actions menu',
1.6       bisitz   8792: 
                   8793:    'Edit action'
1.93      raeburn  8794: => 'Edit action',
1.6       bisitz   8795: 
                   8796:    'Effect'
1.93      raeburn  8797: => 'Effect',
1.6       bisitz   8798: 
                   8799:    'Course / User'
1.93      raeburn  8800: => 'Course / User',
1.6       bisitz   8801: 
                   8802:    'deny'
1.93      raeburn  8803: => 'deny',
1.6       bisitz   8804: 
                   8805:    'allow'
1.93      raeburn  8806: => 'allow',
1.6       bisitz   8807: 
                   8808:    'Delete this rule'
1.93      raeburn  8809: => 'Delete this rule',
1.6       bisitz   8810: 
                   8811:    'Insert rule above'
1.93      raeburn  8812: => 'Insert rule above',
1.6       bisitz   8813: 
                   8814:    'Insert rule below'
1.93      raeburn  8815: => 'Insert rule below',
1.6       bisitz   8816: 
                   8817:    'Move rule down'
1.93      raeburn  8818: => 'Move rule down',
1.6       bisitz   8819: 
                   8820:    'Move rule up'
1.93      raeburn  8821: => 'Move rule up',
1.6       bisitz   8822: 
                   8823:    'Warning: It can take up to 1 hour for rights changes to fully propagate.'
1.93      raeburn  8824: => 'Warning: It can take up to 1 hour for rights changes to fully propagate.',
1.6       bisitz   8825: 
                   8826:    'email address'
1.93      raeburn  8827: => 'email address',
1.6       bisitz   8828: 
                   8829:    'Updated'
1.12      zhu      8830: => '已更新',
1.6       bisitz   8831: 
1.89      bisitz   8832:    'The error occurred on host [_1]'
1.93      raeburn  8833: => 'The error occurred on host [_1]',
1.6       bisitz   8834: 
                   8835:    'This error occurred on machine [_1]'
1.113     bisitz   8836: => 'This error occurred on machine [_1]',
1.6       bisitz   8837: 
                   8838:    'Clear all Messages in Subdirectory'
1.93      raeburn  8839: => 'Clear all Messages in Subdirectory',
1.6       bisitz   8840: 
                   8841:    'Task information'
1.93      raeburn  8842: => 'Task information',
1.6       bisitz   8843: 
                   8844:    'Automated adds/drops'
1.93      raeburn  8845: => 'Automated adds/drops',
1.6       bisitz   8846: 
                   8847:    'Change enrollment dates'
1.93      raeburn  8848: => 'Change enrollment dates',
1.6       bisitz   8849: 
                   8850:    'Change access dates'
1.93      raeburn  8851: => 'Change access dates',
1.6       bisitz   8852: 
                   8853:    'Notification of changes'
1.93      raeburn  8854: => 'Notification of changes',
1.6       bisitz   8855: 
                   8856:    'Change crosslistings'
1.93      raeburn  8857: => 'Change crosslistings',
1.6       bisitz   8858: 
                   8859:    'Section settings'
1.93      raeburn  8860: => 'Section settings',
1.6       bisitz   8861: 
                   8862:    'Student photo settings'
1.93      raeburn  8863: => 'Student photo settings',
1.6       bisitz   8864: 
                   8865:    'Update roster now'
1.93      raeburn  8866: => 'Update roster now',
1.6       bisitz   8867: 
                   8868:    'Update student photos'
1.93      raeburn  8869: => 'Update student photos',
1.6       bisitz   8870: 
                   8871:    'View students and change type'
1.93      raeburn  8872: => 'View students and change type',
1.6       bisitz   8873: 
                   8874:    'Changes to nightly automated enrollments'
1.93      raeburn  8875: => 'Changes to nightly automated enrollments',
1.6       bisitz   8876: 
                   8877:    'Currently: Nightly adds: [_1], Nightly drops: [_2]'
1.93      raeburn  8878: => 'Currently: Nightly adds: [_1], Nightly drops: [_2]',
1.6       bisitz   8879: 
                   8880:    'OFF'
1.93      raeburn  8881: => 'OFF',
1.6       bisitz   8882: 
                   8883:    'ON'
1.93      raeburn  8884: => 'ON',
1.6       bisitz   8885: 
                   8886:    'Additions based on classlist changes:'
1.93      raeburn  8887: => 'Additions based on classlist changes:',
1.6       bisitz   8888: 
                   8889:    'Removals based on classlist changes:'
1.93      raeburn  8890: => 'Removals based on classlist changes:',
1.6       bisitz   8891: 
                   8892:    'Enable'
1.93      raeburn  8893: => 'Enable',
1.6       bisitz   8894: 
                   8895:    'Disable'
1.93      raeburn  8896: => 'Disable',
1.6       bisitz   8897: 
                   8898:    '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  8899: => '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   8900: 
                   8901:    'Changes to first and/or last automated enrollment dates'
1.98      bisitz   8902: => 'Changes to first and/or last automated enrollment dates',
1.6       bisitz   8903: 
                   8904:    'Currently: First enrollment: [_1], Last enrollment: [_2]'
1.93      raeburn  8905: => 'Currently: First enrollment: [_1], Last enrollment: [_2]',
1.6       bisitz   8906: 
                   8907:    'Set date of first automated enrollment for registered students'
1.93      raeburn  8908: => 'Set date of first automated enrollment for registered students',
1.6       bisitz   8909: 
                   8910:    '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  8911: => '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   8912: 
                   8913:    'Set date of last automated enrollment for registered students'
1.93      raeburn  8914: => 'Set date of last automated enrollment for registered students',
1.6       bisitz   8915: 
                   8916:    '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  8917: => '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   8918: 
                   8919:    'Changes to default start and/or end dates for student access'
1.98      bisitz   8920: => 'Changes to default start and/or end dates for student access',
1.6       bisitz   8921: 
                   8922:    'Currently: default first access:'
1.93      raeburn  8923: => 'Currently: default first access:',
1.6       bisitz   8924: 
                   8925:    ', default last access:'
1.99      raeburn  8926: => ', default last access:',
1.6       bisitz   8927: 
                   8928:    'Set date of first access for registered students added via automated enrollment'
1.93      raeburn  8929: => 'Set date of first access for registered students added via automated enrollment',
1.6       bisitz   8930: 
                   8931:    'Set date of last access for registered students added via automated enrollment'
1.93      raeburn  8932: => 'Set date of last access for registered students added via automated enrollment',
1.6       bisitz   8933: 
                   8934:    'Changes to section settings'
1.93      raeburn  8935: => 'Changes to section settings',
1.6       bisitz   8936: 
                   8937:    'Currently no sections of'
1.93      raeburn  8938: => 'Currently no sections of',
1.6       bisitz   8939: 
                   8940:    'are contributing enrollment to the LON-CAPA class roster.'
1.93      raeburn  8941: => 'are contributing enrollment to the LON-CAPA class roster.',
1.6       bisitz   8942: 
                   8943:    'Add enrollment from additional sections.'
1.93      raeburn  8944: => 'Add enrollment from additional sections.',
1.6       bisitz   8945: 
                   8946:    'Number of new sections to add:'
1.93      raeburn  8947: => 'Number of new sections to add:',
1.6       bisitz   8948: 
                   8949:    'Students enrolling in the sections listed below will be automatically added to the class roster for LON-CAPA course'
1.93      raeburn  8950: => 'Students enrolling in the sections listed below will be automatically added to the class roster for LON-CAPA course',
1.6       bisitz   8951: 
                   8952:    'if you have chosen to enable a nightly automated enrollment update.'
1.93      raeburn  8953: => 'if you have chosen to enable a nightly automated enrollment update.',
1.6       bisitz   8954: 
                   8955:    'Nightly additions based on classlist changes now'
1.93      raeburn  8956: => 'Nightly additions based on classlist changes now',
1.6       bisitz   8957: 
                   8958:    'Nightly additions based on classlist changes still'
1.93      raeburn  8959: => 'Nightly additions based on classlist changes still',
1.6       bisitz   8960: 
                   8961:    'Nightly removals based on classlist changes now'
1.93      raeburn  8962: => 'Nightly removals based on classlist changes now',
1.6       bisitz   8963: 
                   8964:    'Nightly removals based on classlist changes still'
1.93      raeburn  8965: => 'Nightly removals based on classlist changes still',
1.6       bisitz   8966: 
                   8967:    'enabled'
1.93      raeburn  8968: => 'enabled',
1.6       bisitz   8969: 
                   8970:    'disabled'
1.93      raeburn  8971: => 'disabled',
1.6       bisitz   8972: 
                   8973:    'The first date for automated enrollment has been changed'
1.93      raeburn  8974: => 'The first date for automated enrollment has been changed',
1.6       bisitz   8975: 
                   8976:    'The last date for automated enrollment has been changed'
1.93      raeburn  8977: => 'The last date for automated enrollment has been changed',
1.6       bisitz   8978: 
                   8979:    'The first date for automated enrollment has been left unchanged as'
1.93      raeburn  8980: => 'The first date for automated enrollment has been left unchanged as',
1.6       bisitz   8981: 
                   8982:    'The last date for automated enrollment has been left unchanged as'
1.93      raeburn  8983: => 'The last date for automated enrollment has been left unchanged as',
1.6       bisitz   8984: 
                   8985:    'Currently: Notification:'
1.93      raeburn  8986: => 'Currently: Notification:',
1.6       bisitz   8987: 
                   8988:    'Notification of LON-CAPA course roster changes resulting from nightly automated enrollment process?'
1.93      raeburn  8989: => 'Notification of LON-CAPA course roster changes resulting from nightly automated enrollment process?',
1.6       bisitz   8990: 
                   8991:    'The table below contains a list of Kurs-Koordinators in this course.'
1.93      raeburn  8992: => 'The table below contains a list of Kurs-Koordinators in this course.',
1.6       bisitz   8993: 
                   8994:    'username:domain'
1.26      zhu      8995: => '用户名:域',
1.6       bisitz   8996: 
                   8997:    'Course Access'
1.93      raeburn  8998: => 'Course Access',
1.6       bisitz   8999: 
                   9000:    'Current notification status'
1.93      raeburn  9001: => 'Current notification status',
1.6       bisitz   9002: 
                   9003:    'Notification active'
1.93      raeburn  9004: => 'Notification active',
1.6       bisitz   9005: 
                   9006:    'Notification inactive'
1.93      raeburn  9007: => 'Notification inactive',
1.6       bisitz   9008: 
                   9009:    'Notification?'
1.93      raeburn  9010: => 'Notification?',
1.6       bisitz   9011: 
                   9012:    'Notification of enrollment changes now'
1.93      raeburn  9013: => 'Notification of enrollment changes now',
1.6       bisitz   9014: 
                   9015:    'Notification of enrollment changes still'
1.93      raeburn  9016: => 'Notification of enrollment changes still',
1.6       bisitz   9017: 
                   9018:    'The following will receive notification if there are any changes in enrollment in LON-CAPA course:'
1.93      raeburn  9019: => 'The following will receive notification if there are any changes in enrollment in LON-CAPA course:',
1.6       bisitz   9020: 
                   9021:    'as a result of the nightly enrollment check:'
1.93      raeburn  9022: => 'as a result of the nightly enrollment check:',
1.6       bisitz   9023: 
                   9024:    'View/Modify Course Settings'
1.93      raeburn  9025: => 'View/Modify Course Settings',
1.6       bisitz   9026: 
                   9027:    'Course search'
1.93      raeburn  9028: => 'Course search',
1.6       bisitz   9029: 
                   9030:    'View/Modify Courses'
1.93      raeburn  9031: => 'View/Modify Courses',
1.6       bisitz   9032: 
                   9033:    'Course details'
1.93      raeburn  9034: => 'Course details',
1.6       bisitz   9035: 
                   9036:    'Detailed course information:'
1.93      raeburn  9037: => 'Detailed course information:',
1.6       bisitz   9038: 
                   9039:    'Default Access Dates for Students'
1.93      raeburn  9040: => 'Default Access Dates for Students',
1.6       bisitz   9041: 
                   9042:    'Student Counts'
1.93      raeburn  9043: => 'Student Counts',
1.6       bisitz   9044: 
                   9045:    'Auto-enrollment of[_1]registered students'
1.93      raeburn  9046: => 'Auto-enrollment of[_1]registered students',
1.6       bisitz   9047: 
                   9048:    'Details'
                   9049: => 'Details',
                   9050: 
                   9051:    'Not enabled'
1.93      raeburn  9052: => 'Not enabled',
1.6       bisitz   9053: 
                   9054:    'section:'
1.113     bisitz   9055: => 'section:',
1.6       bisitz   9056: 
                   9057:    'Previous access'
1.93      raeburn  9058: => 'Previous access',
1.6       bisitz   9059: 
                   9060:    'Current access'
1.93      raeburn  9061: => 'Current access',
1.6       bisitz   9062: 
                   9063:    'Future access'
1.93      raeburn  9064: => 'Future access',
1.6       bisitz   9065: 
                   9066:    'Back to course listing'
                   9067: => '返回课程目录',
                   9068: 
                   9069:    'Immediate course roster update'
1.93      raeburn  9070: => 'Immediate course roster update',
1.6       bisitz   9071: 
                   9072:    'There were no new students to add to the course.'
1.93      raeburn  9073: => 'There were no new students to add to the course.',
1.6       bisitz   9074: 
                   9075:    'Back to options page'
1.93      raeburn  9076: => 'Back to options page',
1.6       bisitz   9077: 
                   9078:    'View/Modify settings for: '
1.93      raeburn  9079: => 'View/Modify settings for: ',
1.6       bisitz   9080: 
                   9081:    'Modify quota for group portfolio files'
1.98      bisitz   9082: => 'Modify quota for group portfolio files',
1.6       bisitz   9083: 
                   9084:    'Display current settings for automated enrollment'
1.93      raeburn  9085: => 'Display current settings for automated enrollment',
1.6       bisitz   9086: 
                   9087:    'Modify institutional code, course owner and/or default authentication'
1.98      bisitz   9088: => 'Modify institutional code, course owner and/or default authentication',
1.6       bisitz   9089: 
                   9090:    'Modify course catalog settings for course'
1.98      bisitz   9091: => 'Modify course catalog settings for course',
1.6       bisitz   9092: 
                   9093:    'Catalog settings'
1.93      raeburn  9094: => 'Catalog settings',
1.6       bisitz   9095: 
                   9096:    'Catalog Settings for Course'
1.93      raeburn  9097: => 'Catalog Settings for Course',
1.6       bisitz   9098: 
1.81      bisitz   9099:    'Visibility in Course/Community Catalog'
1.93      raeburn  9100: => 'Visibility in Course/Community Catalog',
1.6       bisitz   9101: 
1.81      bisitz   9102:    "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  9103: => "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   9104: 
                   9105:    'Auto-cataloging is enabled and the course is assigned an institutional code'
1.93      raeburn  9106: => 'Auto-cataloging is enabled and the course is assigned an institutional code',
1.6       bisitz   9107: 
                   9108:    'The course has been categorized into at least one of the course categories defined for the domain.'
1.93      raeburn  9109: => 'The course has been categorized into at least one of the course categories defined for the domain.',
1.6       bisitz   9110: 
                   9111:    'Exclude from course catalog'
1.93      raeburn  9112: => 'Exclude from course catalog',
1.6       bisitz   9113: 
                   9114:    'Categorize Course'
1.93      raeburn  9115: => 'Categorize Course',
1.6       bisitz   9116: 
                   9117:    'No categories defined for this domain'
1.93      raeburn  9118: => 'No categories defined for this domain',
1.6       bisitz   9119: 
                   9120:    'Assign one or more categories to this course.'
1.93      raeburn  9121: => 'Assign one or more categories to this course.',
1.6       bisitz   9122: 
                   9123:    '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  9124: => '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   9125: 
                   9126:    'Category settings'
1.93      raeburn  9127: => 'Category settings',
1.6       bisitz   9128: 
                   9129:    'Show/Hide a course in the catalog'
1.93      raeburn  9130: => 'Show/Hide a course in the catalog',
1.6       bisitz   9131: 
                   9132:    'Assign a category to a course'
1.93      raeburn  9133: => 'Assign a category to a course',
1.6       bisitz   9134: 
                   9135:    'Set in "Modify Course" (Domain)'
1.93      raeburn  9136: => 'Set in "Modify Course" (Domain)',
1.6       bisitz   9137: 
                   9138:    'Set in "Modify Parameters" (Course)'
1.93      raeburn  9139: => 'Set in "Modify Parameters" (Course)',
1.6       bisitz   9140: 
                   9141:    'Categories'
1.93      raeburn  9142: => 'Categories',
1.6       bisitz   9143: 
                   9144:    'Add category'
1.93      raeburn  9145: => 'Add category',
1.6       bisitz   9146: 
                   9147:    'Add category:'
1.93      raeburn  9148: => 'Add category:',
1.6       bisitz   9149: 
                   9150:    'Add subcategory:'
1.93      raeburn  9151: => 'Add subcategory:',
1.6       bisitz   9152: 
                   9153:    'New:'
1.93      raeburn  9154: => 'New:',
1.6       bisitz   9155: 
                   9156:    'Choose a course'
1.93      raeburn  9157: => 'Choose a course',
1.6       bisitz   9158: 
                   9159:    'Pick action'
1.93      raeburn  9160: => 'Pick action',
1.6       bisitz   9161: 
                   9162:    'Display settings'
1.93      raeburn  9163: => 'Display settings',
1.6       bisitz   9164: 
                   9165:    'Course settings that control automated enrollment in this LON-CAPA course are currently:'
1.93      raeburn  9166: => 'Course settings that control automated enrollment in this LON-CAPA course are currently:',
1.6       bisitz   9167: 
                   9168:    'Course setting'
1.93      raeburn  9169: => 'Course setting',
1.6       bisitz   9170: 
                   9171:    'Modifiable by DC only'
1.93      raeburn  9172: => 'Modifiable by DC only',
1.6       bisitz   9173: 
                   9174:    'Default authentication parameter'
1.93      raeburn  9175: => 'Default authentication parameter',
1.6       bisitz   9176: 
                   9177:    'Default authentication method'
1.93      raeburn  9178: => 'Default authentication method',
1.6       bisitz   9179: 
                   9180:    'Date of last automated enrollment'
1.93      raeburn  9181: => 'Date of last automated enrollment',
1.6       bisitz   9182: 
                   9183:    'Date of first automated enrollment'
1.93      raeburn  9184: => 'Date of first automated enrollment',
1.6       bisitz   9185: 
                   9186:    'Official course code'
1.93      raeburn  9187: => 'Official course code',
1.6       bisitz   9188: 
                   9189:    'Username:domain of course owner'
1.93      raeburn  9190: => 'Username:domain of course owner',
1.6       bisitz   9191: 
                   9192:    'Date of last student access'
1.22      zhu      9193: => '学生访问的结束日期',
1.6       bisitz   9194: 
                   9195:    'Date of first student access'
1.22      zhu      9196: => '学生访问的开始日期',
1.6       bisitz   9197: 
                   9198:    'Course section number(:LON-CAPA section)'
1.93      raeburn  9199: => 'Course section number(:LON-CAPA section)',
1.6       bisitz   9200: 
                   9201:    'Show more details'
1.22      zhu      9202: => '查看更多详情',
1.6       bisitz   9203: 
1.18      zhu      9204:    'Public RSS/podcast (subscribe to)'
                   9205: => '公共RSS /播客(订阅)',
1.6       bisitz   9206: 
                   9207:    'Course Owner:'
1.13      zhu      9208: => '课程所有者:',
1.6       bisitz   9209: 
                   9210:    'Default Authentication method'
1.93      raeburn  9211: => 'Default Authentication method',
1.6       bisitz   9212: 
                   9213:    'Modify settings'
1.93      raeburn  9214: => 'Modify settings',
1.6       bisitz   9215: 
                   9216:    'Automated Enrollment'
1.93      raeburn  9217: => 'Automated Enrollment',
1.6       bisitz   9218: 
                   9219:    'Use the menu on the left to choose an enrollment management task.'
1.93      raeburn  9220: => 'Use the menu on the left to choose an enrollment management task.',
1.6       bisitz   9221: 
                   9222:    'Result of Changes to Automated Enrollment Settings.'
1.93      raeburn  9223: => 'Result of Changes to Automated Enrollment Settings.',
1.6       bisitz   9224: 
                   9225:    'The following automated enrollment parameters have been changed:'
1.113     bisitz   9226: => 'The following automated enrollment parameters have been changed:',
1.6       bisitz   9227: 
                   9228:    'now set to'
1.113     bisitz   9229: => 'now set to',
1.6       bisitz   9230: 
                   9231:    'still set to'
1.113     bisitz   9232: => 'still set to',
1.6       bisitz   9233: 
                   9234:    'The following automated enrollment parameters remain unchanged:'
1.113     bisitz   9235: => 'The following automated enrollment parameters remain unchanged:',
1.6       bisitz   9236: 
                   9237:    'Change settings'
1.93      raeburn  9238: => 'Change settings',
1.6       bisitz   9239: 
                   9240:    "Student's agreement needed for listing in student-viewable roster"
1.93      raeburn  9241: => "Student's agreement needed for listing in student-viewable roster",
1.6       bisitz   9242: 
                   9243:    'Include link to accessible portfolio files'
1.93      raeburn  9244: => 'Include link to accessible portfolio files',
1.6       bisitz   9245: 
                   9246:    'Print header format'
1.93      raeburn  9247: => 'Print header format',
1.6       bisitz   9248: 
                   9249:    'Substitutions:<br />[_1]: student name, [_2]: course id, [_3]: assignment note. Numbers after the <tt>%</tt> limit the field size.'
1.93      raeburn  9250: => 'Substitutions:<br />[_1]: student name, [_2]: course id, [_3]: assignment note. Numbers after the <tt>%</tt> limit the field size.',
1.6       bisitz   9251: 
                   9252:    'Force all students in the course to use a specific math rendering engine.'
1.93      raeburn  9253: => 'Force all students in the course to use a specific math rendering engine.',
1.6       bisitz   9254: 
                   9255:    "[_1], [_2] (Convert to Images), [_3] (TeX to HTML), or blank for student's preference"
1.98      bisitz   9256: => "[_1], [_2] (Convert to Images), [_3] (TeX to HTML), or blank for student's preference",
1.6       bisitz   9257: 
                   9258:    'Bridge Task Grading'
1.93      raeburn  9259: => 'Bridge Task Grading',
1.6       bisitz   9260: 
                   9261:    'Classlist Manager'
1.93      raeburn  9262: => 'Classlist Manager', # !?!
1.6       bisitz   9263: 
                   9264:    'Note for students:'
1.70      zhu      9265: => '注意事项:',
1.6       bisitz   9266: 
                   9267:    '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  9268: => '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   9269: 
                   9270:    'Please [_1]log in again[_2].'
1.26      zhu      9271: => '请[_1]重新登录[_2].',
1.6       bisitz   9272: 
                   9273:    'Switching Server ...'
1.70      zhu      9274: => '更换服务器 ...',
1.6       bisitz   9275: 
                   9276:    'Already logged in'
1.70      zhu      9277: => '已经登录',
1.6       bisitz   9278: 
                   9279:    'Apply style file: '
1.93      raeburn  9280: => 'Apply style file: ',
1.6       bisitz   9281: 
                   9282:    'The problem '
1.70      zhu      9283: => '问题 ',
1.6       bisitz   9284: 
                   9285:    'Search criteria'
1.70      zhu      9286: => '搜索条件',
1.6       bisitz   9287: 
                   9288:    'begins with'
1.70      zhu      9289: => '始于',
1.6       bisitz   9290: 
                   9291:    'in selected LON-CAPA domain'
1.70      zhu      9292: => '在选定的 LON-CAPA-域 ',
1.6       bisitz   9293: 
                   9294:    'in institutional directory for selected domain'
1.70      zhu      9295: => '在选定的域中的研究所列表',
1.6       bisitz   9296: 
                   9297:    'No exact match found for the username ([_1]) in LON-CAPA domain: [_2]'
1.113     bisitz   9298: => '没有找到完全匹配的用户名([_1] )在LON-CAPA-域:',
1.6       bisitz   9299: 
                   9300:    'Creating new account.'
1.70      zhu      9301: => '创建新帐户。',
1.6       bisitz   9302: 
                   9303:    'Report a documentation bug'
1.70      zhu      9304: => '报告文件错误 (Englisch)',
1.6       bisitz   9305: 
                   9306:    'You must specify a valid username. Only the following are allowed: letters numbers - . @'
1.70      zhu      9307: => '您必须指定一个有效的用户名。只允许以下字符:字母,数字, "-", "." 和 "@"',
1.6       bisitz   9308: 
                   9309:    'The following need to be corrected before the search can be run:'
1.70      zhu      9310: => '在搜索可以开始之前,下面必须予以纠正:',
1.6       bisitz   9311: 
                   9312:    'You must include some text to search for.'
1.70      zhu      9313: => '您必须包括一些要搜寻的文字。',
1.6       bisitz   9314: 
                   9315:    "The text you are searching for must contain at least two characters when using a 'begins' type search."
1.70      zhu      9316: => "文本搜索必须包含至少有两个字符,当使用的是'开始'类型的搜索。",
1.6       bisitz   9317: 
                   9318:    "The text you are searching for must contain at least three characters when using a 'contains' type search."
1.70      zhu      9319: => "文字要搜索必须包含至少3个字符时,当使用的是'包含'式的搜索。",
1.6       bisitz   9320: 
                   9321:    'You must choose a domain when using an institutional directory search.'
1.70      zhu      9322: => '您必须选择一个域,当使用的是研究所目录搜索。',
1.6       bisitz   9323: 
                   9324:    'You must choose a domain when using a domain search.'
1.70      zhu      9325: => '您必须选择一个域,当使用域搜索。',
1.6       bisitz   9326: 
                   9327:    "When using searching by last,first you must include a comma as separator between last name and first name."
1.93      raeburn  9328: => "When using searching by last,first you must include a comma as separator between last name and first name.",
1.6       bisitz   9329: 
                   9330:    "When searching by last,first you must include at least one character in the first name."
1.93      raeburn  9331: => "When searching by last,first you must include at least one character in the first name.",
1.6       bisitz   9332: 
                   9333:    'Revoking [_1] in [_2]: [_3]'
1.93      raeburn  9334: => 'Revoking [_1] in [_2]: [_3]',
1.6       bisitz   9335: 
                   9336:    'Revoking custom role:'
1.93      raeburn  9337: => 'Revoking custom role:',
1.6       bisitz   9338: 
                   9339:    'Deleting [_1] in [_2]: [_3]'
1.93      raeburn  9340: => 'Deleting [_1] in [_2]: [_3]',
1.6       bisitz   9341: 
1.52      bisitz   9342:    'Deleting custom role [_1] by [_2] in [_3]'
1.93      raeburn  9343: => 'Deleting custom role [_1] by [_2] in [_3]',
1.6       bisitz   9344: 
                   9345:    'Add to classlist'
1.93      raeburn  9346: => 'Add to classlist',
1.6       bisitz   9347: 
                   9348:    'Re-enabling [_1] in [_2]: [_3]'
1.93      raeburn  9349: => 'Re-enabling [_1] in [_2]: [_3]',
1.6       bisitz   9350: 
1.52      bisitz   9351:    'Re-enabling custom role [_1] by [_2] in [_3]: [_4]'
1.93      raeburn  9352: => 'Re-enabling custom role [_1] by [_2] in [_3]: [_4]',
1.6       bisitz   9353: 
                   9354:    'Unknown command'
1.93      raeburn  9355: => 'Unknown command',
1.6       bisitz   9356: 
                   9357:    '[_1] may not be used as the name for a section, as it is a reserved word.'
1.98      bisitz   9358: => '[_1] may not be used as the name for a section, as it is a reserved word.',
1.6       bisitz   9359: 
                   9360:    '[_1] may not be used as the name for a section, as it is the name of a course group.'
1.98      bisitz   9361: => '[_1] may not be used as the name for a section, as it is the name of a course group.',
1.6       bisitz   9362: 
                   9363:    'Please [_1]go back[_2] and choose a different section name.'
1.93      raeburn  9364: => 'Please [_1]go back[_2] and choose a different section name.',
1.6       bisitz   9365: 
                   9366:    'Drop from classlist: [_1]'
1.93      raeburn  9367: => 'Drop from classlist: [_1]',
1.6       bisitz   9368: 
                   9369:    'Existing Role'
1.93      raeburn  9370: => 'Existing Role',
1.6       bisitz   9371: 
                   9372:    'Assigning Role to Self'
                   9373: => 'Assigning Role to Self', # ???
                   9374: 
                   9375:    'Invalid search.'
1.93      raeburn  9376: => 'Invalid search.',
1.6       bisitz   9377: 
                   9378:    'You must enter a search term.'
1.93      raeburn  9379: => 'You must enter a search term.',
1.6       bisitz   9380: 
                   9381:    'You must specify a valid domain when searching in a domain or institutional directory.'
1.93      raeburn  9382: => 'You must specify a valid domain when searching in a domain or institutional directory.',
1.6       bisitz   9383: 
                   9384:    'You may want to search in the LON-CAPA domain instead of the institutional directory.'
1.93      raeburn  9385: => 'You may want to search in the LON-CAPA domain instead of the institutional directory.',
1.6       bisitz   9386: 
                   9387:    'New users can only be created in the domain to which your current role belongs - [_1].'
1.93      raeburn  9388: => 'New users can only be created in the domain to which your current role belongs - [_1].',
1.6       bisitz   9389: 
                   9390:    'Institutional directory search is not available in domain: [_1]'
1.93      raeburn  9391: => 'Institutional directory search is not available in domain: [_1]',
1.6       bisitz   9392: 
                   9393:    'Institutional directory search in domain: [_1] is only allowed for users with a current role in the domain.'
1.93      raeburn  9394: => 'Institutional directory search in domain: [_1] is only allowed for users with a current role in the domain.',
1.6       bisitz   9395: 
                   9396:    'Institutional directory search in domain: [_1] is not available to your user type: '
1.93      raeburn  9397: => 'Institutional directory search in domain: [_1] is not available to your user type: ',
1.6       bisitz   9398: 
                   9399:    'Institutional directory search has not been configured for domain: [_1]'
1.93      raeburn  9400: => 'Institutional directory search has not been configured for domain: [_1]',
1.6       bisitz   9401: 
                   9402:    'Institutional directory search in domain: [_1] is not available for searching by "[_2]"'
1.93      raeburn  9403: => 'Institutional directory search in domain: [_1] is not available for searching by "[_2]"',
1.6       bisitz   9404: 
                   9405:    'Institutional directory search in domain: [_1] is not available.'
1.93      raeburn  9406: => 'Institutional directory search in domain: [_1] is not available.',
1.6       bisitz   9407: 
                   9408:    'Institutional directory search in domain [_1] is not available for the requested search type: "[_2]"'
1.93      raeburn  9409: => 'Institutional directory search in domain [_1] is not available for the requested search type: "[_2]"',
1.6       bisitz   9410: 
                   9411:    'You may want to broaden your search to a search of the institutional directory for the domain.'
1.93      raeburn  9412: => 'You may want to broaden your search to a search of the institutional directory for the domain.',
1.6       bisitz   9413: 
                   9414:    'You may want to broaden your search to the selected LON-CAPA domain.'
1.93      raeburn  9415: => 'You may want to broaden your search to the selected LON-CAPA domain.',
1.6       bisitz   9416: 
                   9417:    'Pick group first'
1.93      raeburn  9418: => 'Pick group first',
1.6       bisitz   9419: 
                   9420:    'No login name specified'
1.93      raeburn  9421: => 'No login name specified',
1.6       bisitz   9422: 
1.19      zhu      9423:    'Invalid login name'
1.93      raeburn  9424: => 'Invalid login name',
1.6       bisitz   9425: 
1.19      zhu      9426:    'Only letters, numbers, periods, dashes, @, and underscores are valid'
1.93      raeburn  9427: => 'Only letters, numbers, periods, dashes, @, and underscores are valid',
1.6       bisitz   9428: 
1.116     bisitz   9429:    'For this user, the default quota would be [_1] MB.'
                   9430: => 'For this user, the default quota would be [_1] MB.',
1.6       bisitz   9431: 
1.116     bisitz   9432:    "For this user, the default quota would be [_1] MB, as determined by the user's institutional affiliation ([_2])."
                   9433: => "For this user, the default quota would be [_1] MB, as determined by the user's institutional affiliation ([_2]).",
1.6       bisitz   9434: 
1.116     bisitz   9435:    "For this user, the default quota of [_1] MB, is determined by the user's institutional affiliation ([_2])."
                   9436: => "For this user, the default quota of [_1] MB, is determined by the user's institutional affiliation ([_2]).",
1.6       bisitz   9437: 
                   9438:    'in all LON-CAPA domains.'
1.93      raeburn  9439: => 'in all LON-CAPA domains.',
1.6       bisitz   9440: 
                   9441:    'in LON-CAPA domains:'
1.93      raeburn  9442: => 'in LON-CAPA domains:',
1.6       bisitz   9443: 
                   9444:    'in LON-CAPA domain '
1.31      bisitz   9445: => '在LON-CAPA域 ',
1.6       bisitz   9446: 
                   9447:    'Course settings modifiable by [_1] only.'
1.93      raeburn  9448: => 'Course settings modifiable by [_1] only.',
1.6       bisitz   9449: 
                   9450:    'Course Owner'
1.93      raeburn  9451: => 'Course Owner',
1.6       bisitz   9452: 
                   9453:    'Username:Domain'
1.26      zhu      9454: => '用户名:域',
1.6       bisitz   9455: 
                   9456:    'Course Activity'
1.93      raeburn  9457: => 'Course Activity',
1.6       bisitz   9458: 
                   9459:    'Course Domain'
1.93      raeburn  9460: => 'Course Domain',
1.6       bisitz   9461: 
                   9462:    'Course Institutional Code'
1.93      raeburn  9463: => 'Course Institutional Code',
1.6       bisitz   9464: 
                   9465:    "Course Owner's Username"
1.93      raeburn  9466: => "Course Owner's Username",
1.6       bisitz   9467: 
                   9468:    "Course Owner's Domain"
1.93      raeburn  9469: => "Course Owner's Domain",
1.6       bisitz   9470: 
                   9471:    'Course Type'
1.93      raeburn  9472: => 'Course Type',
1.6       bisitz   9473: 
                   9474:    'LON-CAPA course ID'
1.93      raeburn  9475: => 'LON-CAPA course ID',
1.6       bisitz   9476: 
                   9477:    'None found'
1.93      raeburn  9478: => 'None found',
1.6       bisitz   9479: 
                   9480:    'Course settings which only a [_1] may modify.'
1.93      raeburn  9481: => 'Course settings which only a [_1] may modify.',
1.6       bisitz   9482: 
                   9483:    "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  9484: => "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   9485: 
                   9486:    'Single user search'
1.93      raeburn  9487: => 'Single user search',
1.6       bisitz   9488: 
                   9489:    'Set enrollment'
1.93      raeburn  9490: => 'Set enrollment',
1.6       bisitz   9491: 
                   9492:    'Please review the information in "Log-in help" and the "Getting started" guide if you are unable to log-in.'
1.93      raeburn  9493: => 'Please review the information in "Log-in help" and the "Getting started" guide if you are unable to log-in.',
1.6       bisitz   9494: 
                   9495:    'Please review the information in "Log-in help" if you are unable to log-in.'
1.93      raeburn  9496: => 'Please review the information in "Log-in help" if you are unable to log-in.',
1.6       bisitz   9497: 
                   9498:    'If your problem is still unresolved, the form below can be used to send a question to the LON-CAPA helpdesk.'
1.93      raeburn  9499: => 'If your problem is still unresolved, the form below can be used to send a question to the LON-CAPA helpdesk.',
1.6       bisitz   9500: 
                   9501:    'Getting started guide'
1.93      raeburn  9502: => 'Getting started guide',
1.6       bisitz   9503: 
                   9504:    '[_1] [_2] [_3] [_4] [_5]m [_6]s ' # "mm dd yyyy hh mi ss" (1:month, 2:day, 3:year, 4:hour, 5:minute, 6:second)
1.101     bisitz   9505: => '[_1] [_2] [_3] [_4] [_5]m [_6]s ', # => '[_2]. [_1] [_3], [_4]:[_5]:[_6] ', # "dd. mm yyyy, hh:mi:ss" (German date format)
1.6       bisitz   9506: 
                   9507:    '[_1]Select Date[_2]'
1.13      zhu      9508: => '[_1]请选择日期[_2]',
1.6       bisitz   9509: 
                   9510:    '[_1]: students can view all sections. [_2]: students can only view their own section. blank or [_3] prevents student view.'
1.98      bisitz   9511: => '[_1]: students can view all sections. [_2]: students can only view their own section. blank or [_3] prevents student view.',
1.6       bisitz   9512: 
                   9513:    '[_1] to require students to opt-in to listing in the roster (on the roster page).'
1.98      bisitz   9514: => '[_1] to require students to opt-in to listing in the roster (on the roster page).',
1.6       bisitz   9515: 
                   9516:    "[_1] for link to each a listing of each student's files."
1.99      raeburn  9517: => "[_1] for link to each a listing of each student's files.",
1.6       bisitz   9518: 
                   9519:    '[_1]: student, [_2]: TA, [_3]: instructor'
1.26      zhu      9520: => '[_1]: 学生, [_2]: 导师, [_3]: 讲师',
1.6       bisitz   9521: 
                   9522:    'role:section,role:section,...'
1.93      raeburn  9523: => 'role:section,role:section,...',
1.6       bisitz   9524: 
                   9525:    '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  9526: => '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   9527: 
                   9528:    'supported types'
1.93      raeburn  9529: => 'supported types',
1.6       bisitz   9530: 
                   9531:    '[_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   9532: => '[_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   9533: 
                   9534:    'Instructors and TAs in sections, when grading bridge tasks, should be allowed to grade other sections.'
1.93      raeburn  9535: => 'Instructors and TAs in sections, when grading bridge tasks, should be allowed to grade other sections.',
1.6       bisitz   9536: 
                   9537:    '[_1]: they are allowed (this is the default). [_2]: no, they can only grade their own section.'
1.101     bisitz   9538: => '[_1]: they are allowed (this is the default). [_2]: no, they can only grade their own section.',
1.6       bisitz   9539: 
                   9540:    'Calendar Announcement for '
1.93      raeburn  9541: => 'Calendar Announcement for ',
1.6       bisitz   9542: 
                   9543:    'Opening'
1.93      raeburn  9544: => 'Opening',
1.6       bisitz   9545: 
                   9546:    'Closing'
1.93      raeburn  9547: => 'Closing',
1.6       bisitz   9548: 
                   9549:    'To add a new user:'
1.93      raeburn  9550: => 'To add a new user:',
1.6       bisitz   9551: 
                   9552:    "(You can only create new users in your current role's domain - [_1])"
1.98      bisitz   9553: => "(You can only create new users in your current role's domain - [_1])",
1.6       bisitz   9554: 
                   9555:    "You are not authorized to create new users in your current role's domain - [_1]."
1.93      raeburn  9556: => "You are not authorized to create new users in your current role's domain - [_1].",
1.6       bisitz   9557: 
                   9558:    "Set 'Domain/institution to search' to: [_1]"
1.93      raeburn  9559: => "Set 'Domain/institution to search' to: [_1]",
1.6       bisitz   9560: 
                   9561:    "Set 'Search criteria' to: [_1]username is ..... in selected LON-CAPA domain[_2]"
1.93      raeburn  9562: => "Set 'Search criteria' to: [_1]username is ..... in selected LON-CAPA domain[_2]",
1.6       bisitz   9563: 
                   9564:    'Provide the proposed username'
1.93      raeburn  9565: => 'Provide the proposed username',
1.6       bisitz   9566: 
                   9567:    'Select a user to add/modify roles'
1.93      raeburn  9568: => 'Select a user to add/modify roles',
1.6       bisitz   9569: 
                   9570:    "Click 'Search'"
1.93      raeburn  9571: => "Click 'Search'",
1.6       bisitz   9572: 
                   9573:    'User Search to add/modify roles'
1.93      raeburn  9574: => 'User Search to add/modify roles',
1.6       bisitz   9575: 
                   9576: 
                   9577: # Feedback messages:
                   9578: 
                   9579:    'You have entered that answer before'
1.18      zhu      9580: => '您已经输入了答案',
1.6       bisitz   9581: 
                   9582:    "Computer's answer now shown above."
1.18      zhu      9583: => "上面显示的是正确答案。",
1.6       bisitz   9584: 
                   9585:    'You are correct.'
1.18      zhu      9586: => '正确答案!',
1.6       bisitz   9587: 
                   9588:    'You are partially correct.'
1.18      zhu      9589: => '部分正确。',
1.6       bisitz   9590: 
                   9591:    'Incorrect'
1.18      zhu      9592: => '错误',
1.6       bisitz   9593: 
1.22      zhu      9594:    'Your receipt no. is [_1]'
                   9595: => '您的证明编号是 [_1]',
1.6       bisitz   9596: 
                   9597:    'You are excused from the problem.'
1.18      zhu      9598: => '你的作业已通过。',
1.6       bisitz   9599: 
                   9600:    'Some extra items were submitted.'
1.93      raeburn  9601: => 'Some extra items were submitted.',
1.6       bisitz   9602: 
                   9603:    'Some items were not submitted.'
1.93      raeburn  9604: => 'Some items were not submitted.',
1.6       bisitz   9605: 
                   9606:    'An error occurred while grading your answer.'
1.93      raeburn  9607: => 'An error occurred while grading your answer.',
1.6       bisitz   9608: 
                   9609:    'The submitted answer was too long.'
1.93      raeburn  9610: => 'The submitted answer was too long.',
1.6       bisitz   9611: 
                   9612:    'This question expects a numeric answer.'
1.93      raeburn  9613: => 'This question expects a numeric answer.',
1.6       bisitz   9614: 
                   9615:    'You have provided an invalid ranking.'
1.93      raeburn  9616: => 'You have provided an invalid ranking.',
1.6       bisitz   9617: 
                   9618:    'Please refer to [_1]'
1.93      raeburn  9619: => 'Please refer to [_1]',
1.6       bisitz   9620: 
                   9621:    'help on ranking problems'
1.93      raeburn  9622: => 'help on ranking problems',
1.6       bisitz   9623: 
                   9624:    "Submission won't be graded. The type of file submitted is not allowed."
1.93      raeburn  9625: => "Submission won't be graded. The type of file submitted is not allowed.",
1.6       bisitz   9626: 
                   9627:    'Submission not graded. Use fewer digits.'
1.93      raeburn  9628: => 'Submission not graded. Use fewer digits.',
1.6       bisitz   9629: 
                   9630:    'Submission not graded. Use more digits.'
1.93      raeburn  9631: => 'Submission not graded. Use more digits.',
1.6       bisitz   9632: 
                   9633:    'Error in instructor specifed unit. This error has been reported to the instructor.'
1.93      raeburn  9634: => 'Error in instructor specifed unit. This error has been reported to the instructor.',
1.6       bisitz   9635: 
                   9636:    'Unable to interpret units. Computer reads units as "[_1]".'
1.93      raeburn  9637: => 'Unable to interpret units. Computer reads units as "[_1]".',
1.6       bisitz   9638: 
                   9639:    'Incompatible units. No conversion found between "[_1]" and the required units.'
1.93      raeburn  9640: => 'Incompatible units. No conversion found between "[_1]" and the required units.',
1.6       bisitz   9641: 
                   9642:    'Only a number required. Computer reads units of "[_1]".'
1.93      raeburn  9643: => 'Only a number required. Computer reads units of "[_1]".',
1.6       bisitz   9644: 
                   9645:    'Proper comma separation is required'
1.93      raeburn  9646: => 'Proper comma separation is required',
1.6       bisitz   9647: 
                   9648:    'Unable to understand formula'
1.93      raeburn  9649: => 'Unable to understand formula',
1.6       bisitz   9650: 
                   9651:    'Your submission has been recorded.'
1.93      raeburn  9652: => 'Your submission has been recorded.',
1.6       bisitz   9653: 
                   9654:    'A draft copy has been saved.'
1.93      raeburn  9655: => 'A draft copy has been saved.',
1.6       bisitz   9656: 
                   9657:    'Nothing submitted.'
1.93      raeburn  9658: => 'Nothing submitted.',
1.6       bisitz   9659: 
                   9660:    'Unknown message'
1.93      raeburn  9661: => 'Unknown message',
1.6       bisitz   9662: 
                   9663:    'Returned file(s): [_1]'
1.93      raeburn  9664: => 'Returned file(s): [_1]',
1.6       bisitz   9665: 
                   9666:    'Answer Submitted: Your final submission will be graded after the due date.'
1.93      raeburn  9667: => 'Answer Submitted: Your final submission will be graded after the due date.',
1.6       bisitz   9668: 
                   9669: # --/
                   9670: 
                   9671: 
                   9672:    ' The last submission was after the Due Date '
1.98      bisitz   9673: => ' The last submission was after the Due Date ',
1.6       bisitz   9674: 
                   9675:    'Submit a file: (only one file can be uploaded)'
1.13      zhu      9676: => '提交档案: (只允许上传一个文件)',
1.6       bisitz   9677: 
                   9678:    'OR:'
1.13      zhu      9679: => '或者:',
1.6       bisitz   9680: 
                   9681:    'Select Portfolio Files'
1.13      zhu      9682: => '选择组合文件',
1.6       bisitz   9683: 
                   9684:    'Portfolio files previously selected: [_1]'
1.93      raeburn  9685: => 'Portfolio files previously selected: [_1]',
1.6       bisitz   9686: 
                   9687:    "These file(s) don't exist: [_1]"
1.93      raeburn  9688: => "These file(s) don't exist: [_1]",
1.6       bisitz   9689: 
                   9690:    'Previously published version'
1.93      raeburn  9691: => 'Previously published version',
1.6       bisitz   9692: 
                   9693:    'You do not have privileges to modify the authentication configuration for this user.'
1.93      raeburn  9694: => 'You do not have privileges to modify the authentication configuration for this user.',
1.6       bisitz   9695: 
                   9696:    'You do not have privileges to modify the portfolio quota for this user.'
1.93      raeburn  9697: => 'You do not have privileges to modify the portfolio quota for this user.',
1.6       bisitz   9698: 
                   9699:    'If a change is required, contact a domain coordinator for the domain'
1.93      raeburn  9700: => 'If a change is required, contact a domain coordinator for the domain',
1.6       bisitz   9701: 
                   9702:    'with submissions'
1.27      zhu      9703: => '带答案',
1.6       bisitz   9704: 
                   9705:    'in grading queue'
1.27      zhu      9706: => '在评估队列中',
1.6       bisitz   9707: 
                   9708:    'with ungraded submissions'
1.27      zhu      9709: => '未评估的答案',
1.6       bisitz   9710: 
                   9711:    'with incorrect submissions'
1.27      zhu      9712: => '错误的答案',
1.6       bisitz   9713: 
                   9714:    'with any status'
1.27      zhu      9715: => '任何状态',
1.6       bisitz   9716: 
                   9717:    'Default value or none'
1.27      zhu      9718: => '默认值或无',
1.6       bisitz   9719: 
                   9720:    'Floating Point between 1 and 0'
1.27      zhu      9721: => '浮点运算的1和0',
1.6       bisitz   9722: 
                   9723:    'Floating point number between zero and one'
1.93      raeburn  9724: => 'Floating point number between zero and one',
1.6       bisitz   9725: 
                   9726:    'Positive Floating Point'
1.93      raeburn  9727: => 'Positive Floating Point',
1.6       bisitz   9728: 
                   9729:    'Positive floating point number or zero'
1.93      raeburn  9730: => 'Positive floating point number or zero',
1.6       bisitz   9731: 
                   9732:    'Floating Point'
1.93      raeburn  9733: => 'Floating Point',
1.6       bisitz   9734: 
                   9735:    'Floating point number'
1.93      raeburn  9736: => 'Floating point number',
1.6       bisitz   9737: 
                   9738:    'Auto-enrollment settings'
1.93      raeburn  9739: => 'Auto-enrollment settings',
1.6       bisitz   9740: 
                   9741:    'Configuration setting'
1.113     bisitz   9742: => '配置设置',
1.6       bisitz   9743: 
                   9744:    'Value(s)'
1.113     bisitz   9745: => 'Value(s)',
1.6       bisitz   9746: 
                   9747:    'Auto-enrollment active?'
1.93      raeburn  9748: => 'Auto-enrollment active?',
1.6       bisitz   9749: 
                   9750:    'Access to other pages will be prevented until you have moved the message to your inbox.'
1.63      zhu      9751: => '只有把该邮件移至收件箱才可以访问其他网页。',
1.6       bisitz   9752: 
                   9753:    'Access to other pages will be prevented until you have moved all critical messages to your inbox.'
1.63      zhu      9754: => '只有把所有的重要邮件移至收件箱才可以访问其他网页。',
1.6       bisitz   9755: 
                   9756:    'Move to Inbox'
1.63      zhu      9757: => '移至收件箱',
1.6       bisitz   9758: 
                   9759:    'Move to Inbox/Compose reply'
1.63      zhu      9760: => '移至收件箱并回复',
1.6       bisitz   9761: 
                   9762:    'Confirm Receipt'
1.63      zhu      9763: => '确认已收到',
1.6       bisitz   9764: 
                   9765:    'Confirm Receipt and Reply'
1.63      zhu      9766: => '确认已收到并回复',
1.6       bisitz   9767: 
                   9768:    'Displaying Critical Messages'
1.63      zhu      9769: => '显示重要邮件',
1.6       bisitz   9770: 
                   9771:    'Confirming Receipt'
1.63      zhu      9772: => '确认已收到',
1.6       bisitz   9773: 
                   9774:    'Confirmed Receipt'
1.63      zhu      9775: => '确认已收到',
1.6       bisitz   9776: 
                   9777:    'Communicate'
                   9778: => '通讯',
                   9779: 
                   9780:    'Replying to a Critical Message'
1.63      zhu      9781: => '针对重要邮件',
1.6       bisitz   9782: 
                   9783:    'Answer Available'
1.70      zhu      9784: => '答复可用',
1.6       bisitz   9785: 
                   9786:    ' to '
1.70      zhu      9787: => ' 到 ', # ???
1.6       bisitz   9788: 
                   9789:    'Event from [_1] to [_2]'
1.63      zhu      9790: => '活动由 [_1] 至 [_2]',
1.6       bisitz   9791: 
                   9792:    '[_1]: [_2] from domain [_3]'
1.70      zhu      9793: => '[_1]: [_2] 从域 [_3]',
1.6       bisitz   9794: 
                   9795:    'The following problems occurred:'
1.70      zhu      9796: => '发生下列问题:',
1.6       bisitz   9797: 
                   9798:    'Could not initialize [_1] at this time.'
1.70      zhu      9799: => '目前无法初始化[_1]。',
1.6       bisitz   9800: 
                   9801:    'Please try again.'
1.63      zhu      9802: => '请再试一次。',
1.6       bisitz   9803: 
                   9804:    'in this course'
1.70      zhu      9805: => '在该课程中',
1.6       bisitz   9806: 
                   9807:    'Remove Checked Entries'
1.22      zhu      9808: => '删除选中的条目',
1.6       bisitz   9809: 
                   9810:    'Modify Student Data'
1.22      zhu      9811: => '修改学生资料',
1.6       bisitz   9812: 
                   9813:    'First name'
1.70      zhu      9814: => '名字',
1.6       bisitz   9815: 
                   9816:    'Middle name'
1.22      zhu      9817: => '第二个名字',
1.6       bisitz   9818: 
                   9819:    'Last name'
1.70      zhu      9820: => '姓氏',
1.6       bisitz   9821: 
                   9822:    'ID'
1.93      raeburn  9823: => 'ID/学号',,
1.6       bisitz   9824: 
                   9825:    'Sending critical message'
1.22      zhu      9826: => '发送重要消息',
1.6       bisitz   9827: 
                   9828:    'Replying to'
1.10      zhu      9829: => '回复',
1.6       bisitz   9830: 
1.86      bisitz   9831:    'All messages:'
1.93      raeburn  9832: => 'All messages:',
1.86      bisitz   9833: 
                   9834:    'Unread messages:'
1.93      raeburn  9835: => 'Unread messages:',
1.86      bisitz   9836: 
                   9837:    'Read messages:'
1.93      raeburn  9838: => 'Read messages:',
1.86      bisitz   9839: 
                   9840:    'Replied to messages:'
1.93      raeburn  9841: => 'Replied to messages:',
1.86      bisitz   9842: 
                   9843:    'Forwarded messages:'
1.93      raeburn  9844: => 'Forwarded messages:',
1.86      bisitz   9845: 
                   9846:    'showing messages [_1] through [_2] of [_3].'
                   9847: => '显示消息[_1]通过[_2]的[_3] 。',
1.6       bisitz   9848: 
                   9849:    'Broadcast Message'
1.22      zhu      9850: => '广播消息',
1.6       bisitz   9851: 
1.68      bisitz   9852:    'randomly pick [quant,_1,resource]'
1.101     bisitz   9853: => 'randomly pick [quant,_1,resource]', # => '随机挑选 [quant,_1,resource,resource]',
1.68      bisitz   9854: 
1.6       bisitz   9855:    'contents hidden'
1.22      zhu      9856: => '隐藏的内容',
1.6       bisitz   9857: 
1.68      bisitz   9858:    'URLs hidden'
1.70      zhu      9859: => '隐藏 URLs',
1.68      bisitz   9860: 
                   9861:    'random order'
1.70      zhu      9862: => '随机顺序',
1.68      bisitz   9863: 
1.6       bisitz   9864:    'Resources in course with version changes since yesterday'
1.63      zhu      9865: => '课程中的资源,从昨天起版本的变化',
1.6       bisitz   9866: 
                   9867:    'Version changes since Yesterday'
1.63      zhu      9868: => '从昨天起版本的变化',
1.6       bisitz   9869: 
                   9870:    'Resources in course with version changes since last week'
1.63      zhu      9871: => '课程中的资源,从上周起版本的变化',
1.6       bisitz   9872: 
                   9873:    'Version changes since last Week'
1.63      zhu      9874: => '从上周起版本的变化',
1.6       bisitz   9875: 
                   9876:    'Resources in course with version changes since last month'
1.63      zhu      9877: => '课程中的资源,从上个月起版本的变化',
1.6       bisitz   9878: 
                   9879:    'Version changes since last Month'
1.63      zhu      9880: => '从上个月起版本的变化',
1.6       bisitz   9881: 
                   9882:    'Resources in course with version changes seit start of course'
1.63      zhu      9883: => '课程中的资源,从课程开始起版本的变化',
1.6       bisitz   9884: 
                   9885:    'Version changes since start of Course'
1.63      zhu      9886: => '从课程开始起版本的变化',
1.6       bisitz   9887: 
                   9888:    'No version changes since yesterday'
1.63      zhu      9889: => '从昨天起版本没有变化',
1.6       bisitz   9890: 
                   9891:    'No version changes since last week'
1.63      zhu      9892: => '从上周起版本没有变化',
1.6       bisitz   9893: 
                   9894:    'No version changes since last month'
1.63      zhu      9895: => '从上个月起版本没有变化',
1.6       bisitz   9896: 
                   9897:    'No version changes since start of course'
1.63      zhu      9898: => '从课程开始起版本没有变化',
1.6       bisitz   9899: 
                   9900:    'version changes since yesterday'
1.63      zhu      9901: => '从昨天起版本的变化',
1.6       bisitz   9902: 
                   9903:    'version changes since last week'
1.63      zhu      9904: => '从上周起版本的变化',
1.6       bisitz   9905: 
                   9906:    'version changes since last month'
1.63      zhu      9907: => '从上个月起版本的变化',
1.6       bisitz   9908: 
                   9909:    'version changes since start of course'
1.63      zhu      9910: => '从课程开始起版本的变化',
1.6       bisitz   9911: 
                   9912:    'Roles for which access to course has expired since yesterday'
1.63      zhu      9913: => '从昨天起该课程过期的角色',
1.6       bisitz   9914: 
                   9915:    'Roles for which access to course has expired since last week'
1.63      zhu      9916: => '从上周起该课程过期的角色',
1.6       bisitz   9917: 
                   9918:    'Roles for which access to course has expired since last month'
1.63      zhu      9919: => '从上个月起该课程过期的角色',
1.6       bisitz   9920: 
                   9921:    'Roles for which access to course has expired since start of course'
1.63      zhu      9922: => '从课程开始起过期的角色',
1.6       bisitz   9923: 
                   9924:    'There are no roles which expired since yesterday'
1.63      zhu      9925: => '没有角色从昨天起过期了',
1.6       bisitz   9926: 
                   9927:    'There are no roles which expired since last week'
1.63      zhu      9928: => '没有角色从上周起过期了',
1.6       bisitz   9929: 
                   9930:    'There are no roles which expired since last month'
1.63      zhu      9931: => '没有角色从上个月起过期了',
1.6       bisitz   9932: 
                   9933:    'There are no roles which expired since start of course'
1.63      zhu      9934: => '没有角色从课程开始起过期了',
1.6       bisitz   9935: 
                   9936:    'roles which expired since yesterday'
1.63      zhu      9937: => '从昨天起该课程过期的角色',
1.6       bisitz   9938: 
                   9939:    'roles which expired since last week'
1.63      zhu      9940: => '从上周起该课程过期的角色',
1.6       bisitz   9941: 
                   9942:    'roles which expired since last month'
1.63      zhu      9943: => '从上个月起该课程过期的角色',
1.6       bisitz   9944: 
                   9945:    'roles which expired since start of course'
1.63      zhu      9946: => '从课程开始起过期的角色',
1.6       bisitz   9947: 
                   9948:    'Roles for which access to course has become available since yesterday'
1.63      zhu      9949: => '从昨天起分配给该课程的角色',
1.6       bisitz   9950: 
                   9951:    'Roles for which access to course has become available since last week'
1.63      zhu      9952: => '从上周起分配给该课程的角色',
1.6       bisitz   9953: 
                   9954:    'Roles for which access to course has become available since last month'
1.63      zhu      9955: => '从上个月起分配给该课程的角色',
1.6       bisitz   9956: 
                   9957:    'Roles for which access to course has become available since start of course'
1.63      zhu      9958: => '从课程开始起分配给该课程的角色',
1.6       bisitz   9959: 
                   9960:    'There are no roles which have become active since yesterday'
1.63      zhu      9961: => '从昨天起没有角色分配给该课程',
1.6       bisitz   9962: 
                   9963:    'There are no roles which have become active since last week'
1.63      zhu      9964: => '从上周起没有角色分配给该课程',
1.6       bisitz   9965: 
                   9966:    'There are no roles which have become active since last month'
1.63      zhu      9967: => '从上个月起没有角色分配给该课程',
1.6       bisitz   9968: 
                   9969:    'There are no roles which have become active since start of course'
1.63      zhu      9970: => '从课程开始起没有角色分配给该课程',
1.6       bisitz   9971: 
                   9972:    'roles which have become active since yesterday'
1.63      zhu      9973: => '从昨天起分配给该课程的角色',
1.6       bisitz   9974: 
                   9975:    'roles which have become active since last week'
1.63      zhu      9976: => '从上周起分配给该课程的角色',
1.6       bisitz   9977: 
                   9978:    'roles which have become active since last month'
1.63      zhu      9979: => '从上个月起分配给该课程的角色',
1.6       bisitz   9980: 
                   9981:    'roles which have become active since start of course'
1.63      zhu      9982: => '从课程开始起分配给该课程的角色',
1.6       bisitz   9983: 
                   9984:    'Show all posts'
1.27      zhu      9985: => '查看所有帖子',
1.6       bisitz   9986: 
                   9987:    'to display'
1.27      zhu      9988: => '显示', # ???
1.6       bisitz   9989: 
                   9990:    'posts previously marked read'
1.27      zhu      9991: => '帖子先前标记为已读',
1.6       bisitz   9992: 
                   9993:    'previously viewed posts'
1.27      zhu      9994: => '先前浏览的帖子',
1.6       bisitz   9995: 
                   9996:    'NEW'
1.18      zhu      9997: => '新的',
1.6       bisitz   9998: 
                   9999:    'Preferences on what is marked as NEW'
1.22      zhu      10000: => '偏好,什么将被标记为新',
1.6       bisitz   10001: 
                   10002:    'Mark NEW posts no longer new'
1.22      zhu      10003: => '随着新的帖子将不再标记为新',
1.6       bisitz   10004: 
                   10005:    'Sorting/Filtering options'
1.12      zhu      10006: => '排序/过滤选项',
1.6       bisitz   10007: 
                   10008:    'Export'
1.12      zhu      10009: => '导出',
1.6       bisitz   10010: 
                   10011:    'Attachments'
1.12      zhu      10012: => '附件',
1.6       bisitz   10013: 
                   10014:    'Download the zip file from [_1]Discussion Posting Archive'
1.12      zhu      10015: => '下载zip档案由[_1]讨论发布档案',
1.6       bisitz   10016: 
                   10017:    'The following errors occurred during export - [_1]'
1.93      raeburn  10018: => 'The following errors occurred during export - [_1]',
1.6       bisitz   10019: 
                   10020:    '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  10021: => '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   10022: 
                   10023:    '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  10024: => '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   10025: 
                   10026:    'Make Visible'
                   10027: => '显示',
                   10028: 
                   10029:    'Mark unread'
1.93      raeburn  10030: => 'Mark unread',
1.6       bisitz   10031: 
                   10032:    'Mark read'
1.93      raeburn  10033: => 'Mark read',
1.6       bisitz   10034: 
                   10035:    'This post has been edited by the author.'
1.93      raeburn  10036: => 'This post has been edited by the author.',
1.6       bisitz   10037: 
                   10038:    'Display all versions'
1.93      raeburn  10039: => 'Display all versions',
1.6       bisitz   10040: 
                   10041:    'Earlier version(s) were posted on: '
1.93      raeburn  10042: => 'Earlier version(s) were posted on: ',
1.6       bisitz   10043: 
                   10044:    'You do not have privileges to view all versions of posts.'
1.93      raeburn  10045: => 'You do not have privileges to view all versions of posts.',
1.6       bisitz   10046: 
                   10047:    'Please select a different role.'
1.93      raeburn  10048: => 'Please select a different role.',
1.6       bisitz   10049: 
                   10050:    'Error copying file attachment - [_1] to IMS package'
1.93      raeburn  10051: => 'Error copying file attachment - [_1] to IMS package',
1.6       bisitz   10052: 
                   10053:    'Error copying file attachment - [_1] to IMS package: '
1.93      raeburn  10054: => 'Error copying file attachment - [_1] to IMS package: ',
1.6       bisitz   10055: 
                   10056:    'Re: '
                   10057: => 'Re: ',
                   10058: 
                   10059:    'Please select a feedback type.'
1.93      raeburn  10060: => 'Please select a feedback type.',
1.6       bisitz   10061: 
1.89      bisitz   10062:    'Sorry, no feedback possible on this resource ...'
1.93      raeburn  10063: => 'Sorry, no feedback possible on this resource ...',
1.6       bisitz   10064: 
                   10065:    'Error sending message to [_1], no user specified.'
1.93      raeburn  10066: => 'Error sending message to [_1], no user specified.',
1.6       bisitz   10067: 
                   10068:    'Error sending message to [_1], no domain specified.'
1.93      raeburn  10069: => 'Error sending message to [_1], no domain specified.',
1.6       bisitz   10070: 
                   10071:    'Error sending message to'
1.93      raeburn  10072: => 'Error sending message to',
1.6       bisitz   10073: 
                   10074:    'Not registered'
1.22      zhu      10075: => '未注册', # ???
1.6       bisitz   10076: 
                   10077:    'Editing not permitted'
1.22      zhu      10078: => '不允许编辑',
1.6       bisitz   10079: 
                   10080:    'Marked postings read/unread'
1.22      zhu      10081: => '标记贴子为已读/未读',
1.6       bisitz   10082: 
                   10083:    'Changed sort/filter'
1.22      zhu      10084: => '改变排序/过滤器',
1.6       bisitz   10085: 
                   10086:    'Changed display status'
1.22      zhu      10087: => '改变显示状态',
1.6       bisitz   10088: 
                   10089:    'Deletion not permitted'
1.22      zhu      10090: => '不允许删除',
1.6       bisitz   10091: 
                   10092:    'Changed discussion status'
1.22      zhu      10093: => '讨论的状态已更改',
1.6       bisitz   10094: 
                   10095:    'Added to my course blog'
1.22      zhu      10096: => '添加到我的课程博客',
1.6       bisitz   10097: 
                   10098:    'Back to previous page'
1.18      zhu      10099: => '返回前一页',
1.6       bisitz   10100: 
                   10101:    'Go to previous page'
1.18      zhu      10102: => '返回前一页',
1.6       bisitz   10103: 
                   10104:    'Return to previous page'
1.18      zhu      10105: => '返回前一页',
1.6       bisitz   10106: 
                   10107:    'Untitled resource'
1.18      zhu      10108: => '资源没有标题',
1.6       bisitz   10109: 
                   10110:    'Discussion display options'
1.18      zhu      10111: => '讨论显示选项',
1.6       bisitz   10112: 
                   10113:    'Preferences can be set for this discussion that determine ....'
1.18      zhu      10114: => '这个讨论可以设置使用偏好',
1.6       bisitz   10115: 
1.112     bisitz   10116:    'Which posts are displayed when you display this discussion board or resource, and'
1.18      zhu      10117: => '哪些讨论将被显示在您的公告栏或资源里',
1.6       bisitz   10118: 
                   10119:    'Under what circumstances posts are identified as "NEW", and'
1.18      zhu      10120: => '在什么情况下讨论被确定为“新”',
1.6       bisitz   10121: 
                   10122:    'Whether individual posts can be marked as read/unread'
1.18      zhu      10123: => '个别帖子是否可以被标记为已读/未读',
1.6       bisitz   10124: 
                   10125:    'Posts not marked read'
1.18      zhu      10126: => '讨论没有标记为已读',
1.6       bisitz   10127: 
                   10128:    'New posts cease to be identified as "NEW"?'
1.18      zhu      10129: => '新的讨论不再被标识为“新”?',
1.6       bisitz   10130: 
                   10131:    'Option to mark each post as read/unread?'
1.18      zhu      10132: => '选择帖子标记为已读/未读?',
1.6       bisitz   10133: 
                   10134:    'Shown'
1.10      zhu      10135: => '显示',
1.6       bisitz   10136: 
                   10137:    'Not shown'
1.10      zhu      10138: => '不显示',
1.6       bisitz   10139: 
                   10140:    'Discussion options'
1.10      zhu      10141: => '论坛选项',
1.6       bisitz   10142: 
                   10143:    'Set options that control the sort order of posts, and/or which posts are displayed.'
1.93      raeburn  10144: => 'Set options that control the sort order of posts, and/or which posts are displayed.',
1.6       bisitz   10145: 
                   10146:    'Sort order'
1.10      zhu      10147: => '排序顺序',
1.6       bisitz   10148: 
                   10149:    'Date order - oldest first'
1.10      zhu      10150: => '按日期顺序 - 最老的优先',
1.6       bisitz   10151: 
                   10152:    'Date order - newest first'
1.10      zhu      10153: => '按日期顺序 - 最新的优先',
1.6       bisitz   10154: 
                   10155:    'Threaded'
1.26      zhu      10156: => '按帖子', # ???
1.6       bisitz   10157: 
                   10158:    'By subject'
1.10      zhu      10159: => '按主题',
1.6       bisitz   10160: 
                   10161:    'By domain and username'
1.10      zhu      10162: => '按域名和用户名',
1.6       bisitz   10163: 
                   10164:    'By last name, first name'
1.10      zhu      10165: => '按姓氏,名字',
1.6       bisitz   10166: 
                   10167:    'Specific role status'
1.10      zhu      10168: => '具体角色的状态',
1.6       bisitz   10169: 
                   10170:    'Roles of any status'
1.10      zhu      10171: => '任意的角色',
1.6       bisitz   10172: 
                   10173:    'Only active roles'
1.10      zhu      10174: => '只有现在的角色',
1.6       bisitz   10175: 
                   10176:    'Only past roles'
1.10      zhu      10177: => '只有过去的角色',
1.6       bisitz   10178: 
                   10179:    'Only future roles'
1.10      zhu      10180: => '只有未来的角色',
1.6       bisitz   10181: 
                   10182:    'Specific user roles'
1.10      zhu      10183: => '特定的用户角色',
1.6       bisitz   10184: 
                   10185:    'All roles'
1.10      zhu      10186: => '所有角色',
1.6       bisitz   10187: 
                   10188:    'Students'
                   10189: => '学生',
                   10190: 
                   10191:    'Course Coordinators'
1.10      zhu      10192: => '课程协调员',
1.6       bisitz   10193: 
                   10194:    'Instructors'
                   10195: => '讲师',
                   10196: 
                   10197:    'TAs'
1.10      zhu      10198: => '辅导员',
1.6       bisitz   10199: 
                   10200:    'Exam proctors'
1.10      zhu      10201: => '监考老师',
1.6       bisitz   10202: 
                   10203:    'Custom role'
1.10      zhu      10204: => '自定义角色',
1.6       bisitz   10205: 
                   10206:    'Custom roles'
1.10      zhu      10207: => '自定义角色',
1.6       bisitz   10208: 
                   10209:    'Specific sections'
1.10      zhu      10210: => '具体章节',
1.6       bisitz   10211: 
                   10212:    'Specific groups'
1.10      zhu      10213: => '特定组',
1.6       bisitz   10214: 
                   10215:    'Pick specific users (by name)'
1.10      zhu      10216: => '选择特定的用户 (姓)',
1.6       bisitz   10217: 
                   10218:    'Show a list of current posters'
1.93      raeburn  10219: => 'Show a list of current posters',
1.6       bisitz   10220: 
                   10221:    'So far, no data has been returned for your request'
1.10      zhu      10222: => '到现在为止,您的查询没有返回任何数据。',
1.6       bisitz   10223: 
                   10224:    'Select a user'
1.10      zhu      10225: => '选择一个用户',
1.6       bisitz   10226: 
                   10227:    'An error occurred while processing this resource. The course personnel ([_1]) and the author have been notified.'
1.93      raeburn  10228: => 'An error occurred while processing this resource. The course personnel ([_1]) and the author have been notified.',
1.6       bisitz   10229: 
                   10230:    'photo'
1.10      zhu      10231: => '图片',
1.6       bisitz   10232: 
                   10233:    'Critical Message'
1.55      zhu      10234: => '重要邮件',
1.6       bisitz   10235: 
                   10236:    'Display a Message'
1.55      zhu      10237: => '显示邮件',
1.6       bisitz   10238: 
                   10239:    'Back to Folder Display'
1.10      zhu      10240: => '返回文件夹列表',
1.6       bisitz   10241: 
1.63      zhu      10242:    'Currently available actions (will open extra window):'
                   10243: => '目前可采取的行动 (在新窗口中打开):',
1.6       bisitz   10244: 
1.86      bisitz   10245:    'There are no unread messages in this folder.'
1.10      zhu      10246: => '在此文件夹中没有未阅读邮件。',
1.6       bisitz   10247: 
1.86      bisitz   10248:    'There are no read messages in this folder'
1.10      zhu      10249: => '在此文件夹中没有已阅读邮件。',
1.6       bisitz   10250: 
1.86      bisitz   10251:    'There are no forwarded messages in this folder.'
1.10      zhu      10252: => '在此文件夹中没有转发的邮件。',
1.6       bisitz   10253: 
                   10254:    'You have not replied to any messages in this folder.'
1.10      zhu      10255: => '在此文件夹中您没有需要回答的邮件。',
1.6       bisitz   10256: 
1.86      bisitz   10257:    'There are no messages in this folder.'
                   10258: => '空文件夹', # Empty Folder
1.6       bisitz   10259: 
                   10260:    'Cc:'
1.18      zhu      10261: => '抄送:',
1.6       bisitz   10262: 
                   10263:    'Bcc:'
1.18      zhu      10264: => '密送:',
1.6       bisitz   10265: 
1.12      zhu      10266:    'Bcc'
                   10267: => '密送',
                   10268: 
1.6       bisitz   10269:    'Retrieve discussion and message records'
1.26      zhu      10270: => '检索讨论和信息记录',
1.6       bisitz   10271: 
                   10272:    'New Record (record is visible to course faculty and staff)'
1.26      zhu      10273: => '新记录 (只有课程管理者和工作人员可见):',
1.6       bisitz   10274: 
                   10275:    'Post this Record'
1.12      zhu      10276: => '保存',
1.6       bisitz   10277: 
                   10278:    'Revise your search criteria for this domain'
1.93      raeburn  10279: => 'Revise your search criteria for this domain',
1.6       bisitz   10280: 
                   10281:    'Metadata Modified'
1.93      raeburn  10282: => 'Metadata Modified',
1.6       bisitz   10283: 
                   10284:    'Use of LON-CAPA requires Javascript to be enabled in your web browser.'
1.93      raeburn  10285: => 'Use of LON-CAPA requires Javascript to be enabled in your web browser.',
1.6       bisitz   10286: 
                   10287:    'As this is not the case, most functionality in the system will be unavailable.'
1.93      raeburn  10288: => 'As this is not the case, most functionality in the system will be unavailable.',
1.6       bisitz   10289: 
1.109     bisitz   10290:    "You have requested to create file in directory [_1] which doesn't exist. The requested directory path has been removed from the requested filename."
                   10291: => "You have requested to create file in directory [_1] which doesn't exist. The requested directory path has been removed from the requested filename.",
1.6       bisitz   10292: 
                   10293:    'Directory'
1.10      zhu      10294: => '目录',
1.6       bisitz   10295: 
                   10296:    'Only empty directories may be deleted.'
1.22      zhu      10297: => '只有空的目录可以被删除。',
1.6       bisitz   10298: 
                   10299:    'You must delete the contents of the directory first.'
1.22      zhu      10300: => '您必须首先删除目录中的内容。',
1.6       bisitz   10301: 
                   10302:    'Cannot delete non-obsolete published file'
1.93      raeburn  10303: => 'Cannot delete non-obsolete published file',
1.6       bisitz   10304: 
                   10305:    'Must not include'
1.93      raeburn  10306: => 'Must not include',
1.6       bisitz   10307: 
                   10308:    'Name of new file is the same as name of old file'
1.93      raeburn  10309: => 'Name of new file is the same as name of old file',
1.6       bisitz   10310: 
                   10311:    'no action taken'
1.93      raeburn  10312: => 'no action taken',
1.6       bisitz   10313: 
                   10314:    'copy metadata error'
1.93      raeburn  10315: => 'copy metadata error',
1.6       bisitz   10316: 
                   10317:    'No New filename specified'
1.93      raeburn  10318: => 'No New filename specified',
1.6       bisitz   10319: 
                   10320:    'Warning: a published problem of this name exists.'
1.93      raeburn  10321: => 'Warning: a published problem of this name exists.',
1.6       bisitz   10322: 
                   10323:    'Warning: a published library of this name exists.'
1.93      raeburn  10324: => 'Warning: a published library of this name exists.',
1.6       bisitz   10325: 
                   10326:    'Bad filename [_1].<br /> <tt>(name).(number).(extension)</tt> not allowed. <br /> Removing the <tt>.number.</tt> from requested filename.'
1.93      raeburn  10327: => 'Bad filename [_1].<br /> <tt>(name).(number).(extension)</tt> not allowed. <br /> Removing the <tt>.number.</tt> from requested filename.',
1.6       bisitz   10328: 
                   10329:    'Cannot change MIME type of a directory'
1.93      raeburn  10330: => 'Cannot change MIME type of a directory',
1.6       bisitz   10331: 
                   10332:    'Cannot rename or move non-obsolete published file'
1.93      raeburn  10333: => 'Cannot rename or move non-obsolete published file',
1.6       bisitz   10334: 
                   10335:    'Change discussion display'
1.93      raeburn  10336: => 'Change discussion display',
1.6       bisitz   10337: 
1.112     bisitz   10338:    'Choose whether or not to display a count of the number of new posts for each resource or discussion board which has unread posts.'
                   10339: => 'Choose whether or not to display a count of the number of new posts for each resource or discussion board which has unread posts.',
1.6       bisitz   10340: 
                   10341:    "This can increase the time taken to gather data for the '<i>What's New?</i>' page by a few seconds."
1.93      raeburn  10342: => "This can increase the time taken to gather data for the '<i>What's New?</i>' page by a few seconds.",
1.6       bisitz   10343: 
                   10344:    'Currently set to [_1].'
1.57      zhu      10345: => '当前设置为 [_1].',
1.6       bisitz   10346: 
                   10347:    'Change to [_1]'
1.57      zhu      10348: => '改变为 [_1]',
1.6       bisitz   10349: 
                   10350:    'No change'
1.12      zhu      10351: => '无变化',
1.6       bisitz   10352: 
                   10353:    'Count unread posts in discussions display set to [_1]'
1.57      zhu      10354: => '未读讨论计数显示设置为 [_1]',
1.6       bisitz   10355: 
                   10356:    'Groups Manager'
1.12      zhu      10357: => '组管理',
1.6       bisitz   10358: 
                   10359:    'Group access start and end dates'
1.12      zhu      10360: => '组访问开始和结束日期',
1.6       bisitz   10361: 
                   10362:    'None available'
1.12      zhu      10363: => '无可用',
1.6       bisitz   10364: 
                   10365:    'There are no active, future or previous group members to modify.'
1.93      raeburn  10366: => 'There are no active, future or previous group members to modify.',
1.6       bisitz   10367: 
                   10368:    'Members to delete or expire'
1.57      zhu      10369: => '成员身份到期或将被删除',
1.6       bisitz   10370: 
                   10371:    'To be deleted'
1.12      zhu      10372: => '将删除的',
1.6       bisitz   10373: 
                   10374:    'To be expired'
1.12      zhu      10375: => '期满',
1.6       bisitz   10376: 
                   10377:    'No members to be deleted or expired from the group.'
1.93      raeburn  10378: => 'No members to be deleted or expired from the group.',
1.6       bisitz   10379: 
                   10380:    'Files: [_1]'
1.18      zhu      10381: => '文件: [_1]',
1.6       bisitz   10382: 
                   10383:    'Folders: [_1]'
1.18      zhu      10384: => '文件夹: [_1]',
1.6       bisitz   10385: 
                   10386:    'Choose Task'
1.12      zhu      10387: => '选择行动',
1.6       bisitz   10388: 
                   10389:    'Modify default group settings'
1.12      zhu      10390: => '修改默认组设置',
1.6       bisitz   10391: 
                   10392:    'Modify access, tools and/or privileges for previous, future, or current members'
1.12      zhu      10393: => '修改组成员访问,工具和权限',
1.6       bisitz   10394: 
                   10395:    'Add member(s) to the group'
1.12      zhu      10396: => '添加组成员',
1.6       bisitz   10397: 
                   10398:    'Group Settings'
1.12      zhu      10399: => '组设定',
1.6       bisitz   10400: 
                   10401:    'Modify/Delete Members'
1.12      zhu      10402: => '修改/删除会员',
1.6       bisitz   10403: 
                   10404:    'Current Tool Set'
1.12      zhu      10405: => '目前的工具集',
1.6       bisitz   10406: 
                   10407:    'Change Privileges'
1.12      zhu      10408: => '更改权限',
1.6       bisitz   10409: 
                   10410:    'Membership Mapping'
1.12      zhu      10411: => '会员推荐',
1.6       bisitz   10412: 
                   10413:    'Group name, title and available collaborative tools'
1.12      zhu      10414: => '组名称,所有权和使用协作工具',
1.6       bisitz   10415: 
                   10416:    'Letters, numbers and underscore only'
1.12      zhu      10417: => '只有字母,数字和下划线',
1.6       bisitz   10418: 
                   10419:    'Discussion boards'
1.12      zhu      10420: => '论坛',
1.6       bisitz   10421: 
                   10422:    'E-mail'
1.93      raeburn  10423: => 'E-mail',
1.6       bisitz   10424: 
                   10425:    'File Repository'
1.12      zhu      10426: => '档案库',
1.6       bisitz   10427: 
                   10428:    'Group home page'
1.12      zhu      10429: => '组首页',
1.6       bisitz   10430: 
                   10431:    'Membership Roster'
1.12      zhu      10432: => '会员名册',
1.6       bisitz   10433: 
                   10434:    'Granularity:'
1.27      zhu      10435: => '細微性:',
1.6       bisitz   10436: 
                   10437:    'Different subsets of the chosen collaborative tools for different group members?'
1.27      zhu      10438: => '不同的组成员选择不同的协作工具?',
1.6       bisitz   10439: 
1.57      zhu      10440: #   'Disk quota: '
                   10441: #=> '磁盘配额: ',
                   10442: 
                   10443:    'Disk quota'
                   10444: => '磁盘配额',
1.6       bisitz   10445: 
1.116     bisitz   10446:    'If you enable the group portfolio for the group, allocate a disk quota.'
                   10447: => 'If you enable the group portfolio for the group, allocate a disk quota.', # '如果您对组启用了文件存放,请分配磁盘配额:',
1.6       bisitz   10448: 
1.116     bisitz   10449:    '[_1] MB'
1.6       bisitz   10450: => '[_1] MB',
                   10451: 
1.116     bisitz   10452:    'A total of [_1] MB can be divided amongst all groups in the course, and [_2] MB are currently unallocated.'
                   10453: => '该课的所有组共有 [_1] MB 可分,[_2] MB 目前未被分配。',
1.6       bisitz   10454: 
                   10455:    'Default start and end dates for group access'
1.22      zhu      10456: => '默认情况下组访问的开始和结束日期',
1.6       bisitz   10457: 
                   10458:    'Start:'
1.18      zhu      10459: => '开始:',
1.6       bisitz   10460: 
                   10461:    'End:'
1.18      zhu      10462: => '结束:',
1.6       bisitz   10463: 
                   10464:    'Error: invalid course domain or number - group folder creation failed.'
1.12      zhu      10465: => '错误:无效的课程或域号码。建立了组列表失败。',
1.6       bisitz   10466: 
                   10467:    'Course Groups'
1.9       zhu      10468: => '课程组',
1.6       bisitz   10469: 
                   10470:    'Non-standard course - folder for all groups not added.'
1.27      zhu      10471: => '非标准课程 - 所有组的文件夹不会增加。',
1.6       bisitz   10472: 
                   10473:    'Build a list of users for selection of group members'
1.27      zhu      10474: => '从组成员里选择来建立一个用户列表',
1.6       bisitz   10475: 
                   10476:    'Group membership selection list criteria:'
1.12      zhu      10477: => '组成员名单选择标准:',
1.6       bisitz   10478: 
                   10479:    'Pick the criteria to use to build a list of course users from which you will select '
1.27      zhu      10480: => '选择的标准的使用来建立一个名单,您将选择',
1.6       bisitz   10481: 
                   10482:    'members of the new group.'
1.27      zhu      10483: => '新的组成员。',
1.6       bisitz   10484: 
                   10485:    '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      10486: => '如果您创建的组不想立即要添加成员,就没有必要选择任何标准。',
1.6       bisitz   10487: 
                   10488:    '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      10489: => '随后的步骤将自动添加/删除组成员,也可以让您指定所引发指定用户角色和第的过程中。这是通过指定的用户角色和在课程中章节<i>变化</i>被触发的。',
1.6       bisitz   10490: 
                   10491:    'Access types'
1.12      zhu      10492: => '访问类型',
1.6       bisitz   10493: 
                   10494:    'Currently has access'
1.12      zhu      10495: => '目前已获得',
1.6       bisitz   10496: 
                   10497:    'Will have future access'
1.12      zhu      10498: => '今后将有机会',
1.6       bisitz   10499: 
                   10500:    'Previously had access'
1.12      zhu      10501: => '曾获得',
1.6       bisitz   10502: 
                   10503:    'Course roles'
1.101     bisitz   10504: => '课程角色',
1.6       bisitz   10505: 
                   10506:    'Course sections'
1.101     bisitz   10507: => '课程章节',
1.6       bisitz   10508: 
                   10509:    'all sections'
1.12      zhu      10510: => '所有章节',
1.6       bisitz   10511: 
                   10512:    'no section'
1.12      zhu      10513: => '无章节',
1.6       bisitz   10514: 
                   10515:    'Go to next step'
1.12      zhu      10516: => '下一步',
1.6       bisitz   10517: 
                   10518:    'Invalid group name'
1.12      zhu      10519: => '无效的组名称',
1.6       bisitz   10520: 
                   10521:    'The group name entered '
1.12      zhu      10522: => '输入的组名称 ',
1.6       bisitz   10523: 
                   10524:    'is not a valid name.'
1.12      zhu      10525: => '不是一个有效的名称。',
1.6       bisitz   10526: 
                   10527:    'can not be used as it is the name of '
1.12      zhu      10528: => '不能使用,因为它的名字是 ',
1.6       bisitz   10529: 
1.20      bisitz   10530:    'an existing [_1]'
1.12      zhu      10531: => '现有的 [_1]',
1.6       bisitz   10532: 
                   10533:    ' in this Course'
1.12      zhu      10534: => ' 在该课程里',
1.6       bisitz   10535: 
                   10536:    'Group names and section names used in a Course must be unique.'
1.12      zhu      10537: => '组名称和章节名称在课程中必须是独一无二的。',
1.6       bisitz   10538: 
                   10539:    'Group names may only contain letters, numbers or underscores.'
1.12      zhu      10540: => '组名称只能包含字母,数字或下划线。',
1.6       bisitz   10541: 
                   10542:    'Go to previous step'
1.12      zhu      10543: => '返回',
1.6       bisitz   10544: 
                   10545:    'Select Members'
1.12      zhu      10546: => '选择成员',
1.6       bisitz   10547: 
                   10548:    'Your group selections - '
1.12      zhu      10549: => '您的组选择 - ',
1.6       bisitz   10550: 
                   10551:    'The following settings will apply to the group:'
1.12      zhu      10552: => '下面的设置将适用于本组:',
1.6       bisitz   10553: 
                   10554:    'Granularity'
1.57      zhu      10555: => '細微性',
1.6       bisitz   10556: 
                   10557:    'File quota'
1.12      zhu      10558: => '文件共享',
1.6       bisitz   10559: 
                   10560:    'Default access dates'
1.12      zhu      10561: => '默认访问日期',
1.6       bisitz   10562: 
1.110     bisitz   10563:    'Different collaborative tools[_1]for different members:'
                   10564: => '不同的协作工具[_1]对不同的成员组成:',
1.6       bisitz   10565: 
                   10566:    'Start date'
                   10567: => '开始日期',
                   10568: 
                   10569:    'Start date:'
                   10570: => '开始日期:',
                   10571: 
                   10572:    'End date'
                   10573: => '结束日期',
                   10574: 
                   10575:    'End date:'
                   10576: => '结束日期:',
                   10577: 
                   10578:    'Available for assignment to members:'
1.57      zhu      10579: => '可供成员访问:',
1.6       bisitz   10580: 
                   10581:    'Unavailable for assignment:'
1.57      zhu      10582: => '没有可能访问:',
1.6       bisitz   10583: 
                   10584:    'User privileges for collaborative tools'
1.57      zhu      10585: => '协作工具的用户权限',
1.6       bisitz   10586: 
                   10587:    '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  10588: => '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   10589: 
                   10590:    'For some tools there are also additional optional privileges which can be set.'
1.93      raeburn  10591: => 'For some tools there are also additional optional privileges which can be set.',
1.6       bisitz   10592: 
                   10593:    'Choose one of the following:'
1.93      raeburn  10594: => 'Choose one of the following:',
1.6       bisitz   10595: 
                   10596:    '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  10597: => '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   10598: 
                   10599:    'As you have chosen not to include any collaborative tools in the group, no default optional privileges need to be set.'
1.93      raeburn  10600: => 'As you have chosen not to include any collaborative tools in the group, no default optional privileges need to be set.',
1.6       bisitz   10601: 
                   10602:    'Group membership'
1.12      zhu      10603: => '组员',
1.6       bisitz   10604: 
                   10605:    'Add members'
1.12      zhu      10606: => '添加成员',
1.6       bisitz   10607: 
                   10608:    'Assign collaborative tools'
1.27      zhu      10609: => '转让协作工具',
1.6       bisitz   10610: 
                   10611:    'Tools'
1.12      zhu      10612: => '工具',
1.6       bisitz   10613: 
                   10614:    'Add Members'
1.12      zhu      10615: => '添加成员',
1.6       bisitz   10616: 
                   10617:    'Add?'
1.18      zhu      10618: => '添加?',
1.6       bisitz   10619: 
                   10620:    'All:'
1.18      zhu      10621: => '全部:',
1.6       bisitz   10622: 
1.116     bisitz   10623:    'You have indicated that the group portfolio 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.'
                   10624: => 'You have indicated that the group portfolio 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   10625: 
                   10626:    '[_1] [_2] was created.<br />'
1.12      zhu      10627: => '[_1] [_2] 已创建。<br />',
1.6       bisitz   10628: 
                   10629:    'Group membership list updated.'
1.12      zhu      10630: => '该组成员名单已经更新。',
1.6       bisitz   10631: 
                   10632:    '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  10633: => '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   10634: 
                   10635:    'An error occurred while updating the group membership list:'
1.93      raeburn  10636: => 'An error occurred while updating the group membership list:',
1.6       bisitz   10637: 
                   10638:    'Choose Privileges'
1.93      raeburn  10639: => 'Choose Privileges',
1.6       bisitz   10640: 
                   10641:    'Setting Changes Complete'
1.98      bisitz   10642: => 'Setting Changes Complete',
1.6       bisitz   10643: 
                   10644:    'Modifications Complete'
1.98      bisitz   10645: => 'Modifications Complete',
1.6       bisitz   10646: 
                   10647:    'Creation Complete'
1.93      raeburn  10648: => 'Creation Complete',
1.6       bisitz   10649: 
                   10650:    'Additions Complete'
1.93      raeburn  10651: => 'Additions Complete',
1.6       bisitz   10652: 
                   10653:    'Verify deletion'
1.93      raeburn  10654: => 'Verify deletion',
1.6       bisitz   10655: 
                   10656:    'Deletion Complete'
1.93      raeburn  10657: => 'Deletion Complete',
1.6       bisitz   10658: 
                   10659:    'Create Group'
1.12      zhu      10660: => '创建组',
1.6       bisitz   10661: 
                   10662:    'discussion'
1.12      zhu      10663: => '论坛',
1.6       bisitz   10664: 
                   10665:    'email files'
1.12      zhu      10666: => '电子邮件档案',
1.6       bisitz   10667: 
                   10668:    'homepage'
1.12      zhu      10669: => '主页',
1.6       bisitz   10670: 
                   10671:    'roster'
1.12      zhu      10672: => '花名册',
1.6       bisitz   10673: 
                   10674:    'Edit Group Homepage'
1.12      zhu      10675: => '编辑组首页',
1.6       bisitz   10676: 
                   10677:    'Edit Group Settings'
1.12      zhu      10678: => '编辑组设置',
1.6       bisitz   10679: 
                   10680:    'Available Group Tools'
1.12      zhu      10681: => '可用的工具组',
1.6       bisitz   10682: 
1.22      zhu      10683:    'Group Chat Room'
1.12      zhu      10684: => '组聊天室',
1.6       bisitz   10685: 
                   10686:    'Group e-mail'
1.12      zhu      10687: => '组电子邮箱',
1.6       bisitz   10688: 
                   10689:    'Group page - [_1]'
1.12      zhu      10690: => '组页 - [_1]',
1.6       bisitz   10691: 
                   10692:    '[_1] discussion boards - [_2]'
1.12      zhu      10693: => '[_1] 论坛 - [_2]',
1.6       bisitz   10694: 
                   10695:    'New Discussion Board'
1.12      zhu      10696: => '创建新论坛',
1.6       bisitz   10697: 
                   10698:    'There are currently no discussion boards in this [_1].'
1.12      zhu      10699: => '在这 [_1] 里目前还没有论坛。',
1.6       bisitz   10700: 
                   10701:    'Discussion Board Title'
1.12      zhu      10702: => '论坛讨论标题',
1.6       bisitz   10703: 
                   10704:    'The new discussion board was added successfully.<br />'
1.12      zhu      10705: => '新的讨论论坛已成功创建。<br />',
1.6       bisitz   10706: 
                   10707:    'Edit [_1] board'
1.12      zhu      10708: => '编辑 [_1] 论坛',
1.6       bisitz   10709: 
                   10710:    'View all group discussion boards'
1.12      zhu      10711: => '查看各组讨论论坛',
1.6       bisitz   10712: 
                   10713:    'Show Student View'
1.12      zhu      10714: => '以学生视角显示',
1.6       bisitz   10715: 
                   10716:    'Note: in anonymous discussion, your name is visible only to course faculty'
1.12      zhu      10717: => '注意:在匿名的讨论中,你的名字只有课程教师看的见。',
1.6       bisitz   10718: 
                   10719:    'Send a Message in a Group'
1.12      zhu      10720: => '组内发送邮件',
1.6       bisitz   10721: 
                   10722:    'As this group has no members, there are no recipients to select.'
1.12      zhu      10723: => '由于这组没有成员,您无法选择收件人。',
1.6       bisitz   10724: 
                   10725:    'Allow replies'
1.10      zhu      10726: => '允许回复',
1.6       bisitz   10727: 
                   10728:    'Reply to'
1.10      zhu      10729: => '回复',
1.6       bisitz   10730: 
                   10731:    'Group Portfolio'
1.12      zhu      10732: => '组档案',
1.6       bisitz   10733: 
                   10734:    '[_1] portfolio files - [_2]'
1.13      zhu      10735: => '[_1] 组合文件 - [_2]',
1.6       bisitz   10736: 
                   10737:    'There are no membership data to display for this [_1]'
1.93      raeburn  10738: => 'There are no membership data to display for this [_1]',
1.6       bisitz   10739: 
                   10740:    'Group Membership'
1.12      zhu      10741: => '组成员',
1.6       bisitz   10742: 
                   10743:    '[_1] membership status - [_2]'
1.12      zhu      10744: => '[_1] 成员状态 - [_2]',
1.6       bisitz   10745: 
                   10746:    'Group Message'
1.55      zhu      10747: => '组邮件',
1.6       bisitz   10748: 
                   10749:    'Compose Group Message'
1.55      zhu      10750: => '撰写组邮件',
1.6       bisitz   10751: 
                   10752:    'Course Discussion Boards'
1.9       zhu      10753: => '课程讨论区',
1.6       bisitz   10754: 
                   10755:    'Post Discussion'
1.12      zhu      10756: => '提交讨论文件',
1.6       bisitz   10757: 
                   10758:    'Post Anonymous Discussion'
1.12      zhu      10759: => '匿名提交讨论文件',
1.6       bisitz   10760: 
                   10761:    'Content'
1.12      zhu      10762: => '内容',
1.6       bisitz   10763: 
                   10764:    'You do not currently have rights to view this group.'
1.93      raeburn  10765: => 'You do not currently have rights to view this group.',
1.6       bisitz   10766: 
                   10767:    'No page information provided.'
1.93      raeburn  10768: => 'No page information provided.',
1.6       bisitz   10769: 
                   10770:    '<p>No page information provided.</p>'
1.99      raeburn  10771: => '<p>No page information provided.</p>',
1.6       bisitz   10772: 
                   10773:    'Available functions'
1.12      zhu      10774: => '可用的功能',
1.6       bisitz   10775: 
                   10776:    'No group functionality.'
1.93      raeburn  10777: => 'No group functionality.',
1.6       bisitz   10778: 
                   10779:    'No group functionality (e.g., e-mail, discussion, chat or file upload) is currently available to you in this group: [_1].'
1.93      raeburn  10780: => 'No group functionality (e.g., e-mail, discussion, chat or file upload) is currently available to you in this group: [_1].',
1.6       bisitz   10781: 
                   10782:    'Group Page'
1.12      zhu      10783: => '组页',
1.6       bisitz   10784: 
1.57      zhu      10785:    'Quota allocated to group portfolio:'
                   10786: => '配额分配给组文件夹',
                   10787: 
1.6       bisitz   10788: 
1.116     bisitz   10789:    'The quota is currently [_1] MB'
1.57      zhu      10790: => '目前的配额: [_1] MB',
1.6       bisitz   10791: 
1.116     bisitz   10792:    'The quota can be increased to [_1] MB, by adding all unallocated space for groups in the course.'
1.57      zhu      10793: => '配额可提高到 [_1] MB, 加上该课程的组中所有未分配的空间。',
1.6       bisitz   10794: 
                   10795:    '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      10796: => '每个协作工具,包括核心权限,分配给所有成员基本权限。某些工具可能会还具有额外的权限,即可以设置特定的成员。',
1.6       bisitz   10797: 
                   10798:    'All group members will receive the same privileges for any tool assigned to them, including the default set of optional privileges.'
1.57      zhu      10799: => '所有组成员分配给他们的任何工具将得到相同的权限,包括默认设置可选特权。',
1.6       bisitz   10800: 
                   10801:    'Different group members may receive different privileges from others for the tools they have been assigned.'
1.93      raeburn  10802: => 'Different group members may receive different privileges from others for the tools they have been assigned.',
1.6       bisitz   10803: 
                   10804:    'Indicate which <b>optional</b> privileges members will receive by default for a specific tool.'
1.93      raeburn  10805: => 'Indicate which <b>optional</b> privileges members will receive by default for a specific tool.',
1.6       bisitz   10806: 
                   10807:    '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  10808: => '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   10809: 
                   10810:    'if enabled on the next page'
1.93      raeburn  10811: => 'if enabled on the next page',
1.6       bisitz   10812: 
                   10813:    'if enabled below'
1.93      raeburn  10814: => 'if enabled below',
1.6       bisitz   10815: 
                   10816:    'Additional privileges'
1.93      raeburn  10817: => 'Additional privileges',
1.6       bisitz   10818: 
                   10819:    'Fixed privileges'
1.57      zhu      10820: => '固定权限',
1.6       bisitz   10821: 
                   10822:    'Optional privileges'
1.57      zhu      10823: => '任择权限',
1.6       bisitz   10824: 
                   10825:    'Collaborative Tool'
1.57      zhu      10826: => '协作工具',
1.6       bisitz   10827: 
                   10828:    'Fixed'
1.57      zhu      10829: => '固定的',
1.6       bisitz   10830: 
                   10831:    'Optional'
1.57      zhu      10832: => '可选的',
1.6       bisitz   10833: 
                   10834:    'Additional Tools'
1.57      zhu      10835: => '其他工具',
1.6       bisitz   10836: 
                   10837:    'Core privileges'
1.57      zhu      10838: => '基本权限',
1.6       bisitz   10839: 
                   10840:    '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  10841: => '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   10842: 
                   10843:    'All new group members will receive the same privileges.'
1.57      zhu      10844: => '所有新的小组成员将得到同样的权限。',
1.6       bisitz   10845: 
                   10846:    '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      10847: => '如果以前到期的成员正在重新启用,或者未来进入的成员现在正在激活,先前的权限将被保留。',
1.6       bisitz   10848: 
                   10849:    'As no group members are being added, there are no specific user privileges to set.'
1.57      zhu      10850: => '由于没有增加组成员,没有设置具体用户的权限。',
1.6       bisitz   10851: 
                   10852:    '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      10853: => '目前还没有任何组织成员的权限以显示或设置,因为您还没有表示,你将被激活,重新启用,改变权限,或添加/删除任何现有成员的工具。',
1.6       bisitz   10854: 
                   10855:    'Currently the group is configured '
1.57      zhu      10856: => '目前该组的配置, ',
1.6       bisitz   10857: 
                   10858:    'so different members can receive different optional privileges for a particular tool.'
1.57      zhu      10859: => '不同成员为特定的工具可以得到不同的可选权限。',
1.6       bisitz   10860: 
                   10861:    'so all members will receive the same optional privileges for a particular tool.'
1.57      zhu      10862: => '所有成员为特定的工具可以得到相同的可选权限。',
1.6       bisitz   10863: 
                   10864:    'Settings for automatic group enrollment'
1.57      zhu      10865: => '设置自动分配组',
1.6       bisitz   10866: 
                   10867:    'Group membership mapping to specific sections/roles'
1.93      raeburn  10868: => 'Group membership mapping to specific sections/roles',
1.6       bisitz   10869: 
                   10870:    'Enable/disable automatic group enrollment for users in specified roles and sections'
1.93      raeburn  10871: => 'Enable/disable automatic group enrollment for users in specified roles and sections',
1.6       bisitz   10872: 
                   10873:    '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  10874: => '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   10875: 
                   10876:    "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  10877: => "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   10878: 
                   10879:    'Automatically enable group membership when roles are added?'
1.93      raeburn  10880: => 'Automatically enable group membership when roles are added?',
1.6       bisitz   10881: 
                   10882:    'Automatically expire group membership when roles are removed?'
1.93      raeburn  10883: => 'Automatically expire group membership when roles are removed?',
1.6       bisitz   10884: 
                   10885:    'Currently set to'
1.57      zhu      10886: => '当前设置为',
1.6       bisitz   10887: 
                   10888:    'Mapping of roles and sections affected by automatic group enrollment/disenrollment follows scheme chosen below.'
1.93      raeburn  10889: => 'Mapping of roles and sections affected by automatic group enrollment/disenrollment follows scheme chosen below.',
1.6       bisitz   10890: 
                   10891:    'Pick roles and sections for automatic group enrollment'
1.93      raeburn  10892: => 'Pick roles and sections for automatic group enrollment',
1.6       bisitz   10893: 
                   10894:    'Active?'
1.57      zhu      10895: => '激活?',
1.6       bisitz   10896: 
1.57      zhu      10897:    'Send group message'
1.113     bisitz   10898: => '发送组邮件',
1.6       bisitz   10899: 
                   10900:    'Create boards'
1.113     bisitz   10901: => '创建论坛',
1.6       bisitz   10902: 
                   10903:    'Edit own posts'
1.113     bisitz   10904: => '编辑自己的帖子',
1.6       bisitz   10905: 
                   10906:    'Hide/Delete any post'
1.57      zhu      10907: => '隐藏/删除 任意帖子',
1.6       bisitz   10908: 
                   10909:    'View boards'
1.113     bisitz   10910: => '查看论坛',
1.6       bisitz   10911: 
                   10912:    'Control Access'
1.113     bisitz   10913: => '访问控制',
1.6       bisitz   10914: 
                   10915:    'Basic Display'
1.113     bisitz   10916: => '基本显示',
1.6       bisitz   10917: 
                   10918:    'Detailed Display'
1.113     bisitz   10919: => '详细显示',
1.6       bisitz   10920: 
                   10921:    'View page'
1.113     bisitz   10922: => '查看网页',
1.6       bisitz   10923: 
                   10924:    'Modify page'
1.113     bisitz   10925: => '修改网页',
1.6       bisitz   10926: 
                   10927:    'email'
1.93      raeburn  10928: => 'email',
1.6       bisitz   10929: 
1.57      zhu      10930:    'Broadcast message'
                   10931: => '广播邮件',
1.6       bisitz   10932: 
                   10933:    'files'
1.12      zhu      10934: => '文件',
1.6       bisitz   10935: 
                   10936:    'Foils without names exist. This can cause problems to malfunction.'
1.93      raeburn  10937: => 'Foils without names exist. This can cause problems to malfunction.',
1.6       bisitz   10938: 
                   10939:    'Unknown area style [_1]'
1.93      raeburn  10940: => 'Unknown area style [_1]',
1.6       bisitz   10941: 
                   10942:    "The message itself will begin with a first line: <i>'Forwarded message from'</i> followed by the original sender's name."
1.93      raeburn  10943: => "The message itself will begin with a first line: <i>'Forwarded message from'</i> followed by the original sender's name.",
1.6       bisitz   10944: 
                   10945:    'Forwarded message from '
1.93      raeburn  10946: => 'Forwarded message from ',
1.6       bisitz   10947: 
                   10948:    'You received a critical message from [_1] in LON-CAPA.'
1.93      raeburn  10949: => 'You received a critical message from [_1] in LON-CAPA.',
1.6       bisitz   10950: 
                   10951:    'You received a message from [_1] in LON-CAPA.'
1.93      raeburn  10952: => 'You received a message from [_1] in LON-CAPA.',
1.6       bisitz   10953: 
1.111     bisitz   10954:    "'New' critical message from [_1]"
                   10955: => "'New' critical message from [_1]",
1.6       bisitz   10956: 
1.111     bisitz   10957:    "'New' message from [_1]"
                   10958: => "'New' message from [_1]",
1.6       bisitz   10959: 
                   10960:    'Refers to'
1.93      raeburn  10961: => 'Refers to',
1.6       bisitz   10962: 
                   10963:    'Previous attempts of student (if applicable)'
1.93      raeburn  10964: => 'Previous attempts of student (if applicable)',
1.6       bisitz   10965: 
                   10966:    'Original screen output (if applicable)'
1.93      raeburn  10967: => 'Original screen output (if applicable)',
1.6       bisitz   10968: 
                   10969:    'Correct Answer(s) (if applicable)'
1.93      raeburn  10970: => 'Correct Answer(s) (if applicable)',
1.6       bisitz   10971: 
                   10972:    '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  10973: => '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   10974: 
                   10975:    'The subject is 
                   10976: 
                   10977:  [_1]
                   10978: 
                   10979: '
1.99      raeburn  10980: => 'The subject is 
1.6       bisitz   10981: 
                   10982:  [_1]
                   10983: 
                   10984: ',
                   10985: 
                   10986:    'Excerpt'
1.93      raeburn  10987: => 'Excerpt',
1.6       bisitz   10988: 
                   10989:    'Use 
                   10990: 
                   10991:  [_1]
                   10992: 
                   10993: to access the full message.'
1.99      raeburn  10994: => 'Use 
1.6       bisitz   10995: 
                   10996:  [_1]
                   10997: 
1.99      raeburn  10998: to access the full message.',
1.6       bisitz   10999: 
                   11000:    'You can reply to this message'
1.93      raeburn  11001: => 'You can reply to this message',
1.6       bisitz   11002: 
                   11003:    'A reply will not be received by the recipient!'
1.93      raeburn  11004: => 'A reply will not be received by the recipient!',
1.6       bisitz   11005: 
                   11006:    "Include in course's 'User records' for recipient(s)"
1.10      zhu      11007: => "包括课程中的'用户记录'给收信人",
1.6       bisitz   11008: 
                   11009:    'No replies to sender'
1.10      zhu      11010: => '没有答复发件人',
1.6       bisitz   11011: 
                   11012:    'Display Message'
1.10      zhu      11013: => '显示邮件',
1.6       bisitz   11014: 
                   11015:    'Replying to a Message'
1.10      zhu      11016: => '回复邮件',
1.6       bisitz   11017: 
                   11018:    'Forwarding a Message'
1.10      zhu      11019: => '转发邮件',
1.6       bisitz   11020: 
                   11021:    'Forwarding Multiple Messages'
1.10      zhu      11022: => '转发多封邮件',
1.6       bisitz   11023: 
                   11024:    'At end of file some tags were still left unclosed, '
1.93      raeburn  11025: => 'At end of file some tags were still left unclosed, ',
1.6       bisitz   11026: 
                   11027:    'Upload and Send'
1.10      zhu      11028: => '上传和发送',
1.6       bisitz   11029: 
                   11030:    'Choose which course(s) to list.'
1.93      raeburn  11031: => 'Choose which course(s) to list.',
1.6       bisitz   11032: 
                   11033:    'Display courses'
1.10      zhu      11034: => '显示课程',
1.6       bisitz   11035: 
                   11036:    'Public'
1.10      zhu      11037: => '公开的',
1.6       bisitz   11038: 
1.35      bisitz   11039:    'Answer [_1]'
                   11040: => '答复 [_1]',
1.6       bisitz   11041: 
                   11042:    'EditXML [_1]'
1.93      raeburn  11043: => 'EditXML [_1]',
1.6       bisitz   11044: 
                   11045:    'Not authorized'
1.10      zhu      11046: => '未授权',
1.6       bisitz   11047: 
                   11048:    'An error occurred while processing this resource. The author has been notified.'
1.93      raeburn  11049: => 'An error occurred while processing this resource. The author has been notified.',
1.6       bisitz   11050: 
1.114     bisitz   11051:    'Code ran too long. It ran for more than [_1] seconds.'
                   11052: => 'Code ran too long. It ran for more than [_1] seconds.',
                   11053: 
                   11054:    'This occurred while running &lt;while&gt; on line [_1].'
                   11055: => 'This occurred while running &lt;while&gt; on line [_1].',
                   11056: 
                   11057:    'This occurred while running: [_1]'
                   11058: => 'This occurred while running: [_1]',
1.6       bisitz   11059: 
1.114     bisitz   11060:    'Substitution on [_1] with [_2] caused:'
                   11061: => 'Substitution on [_1] with [_2] caused:',
1.6       bisitz   11062: 
                   11063:    'Student View'
1.18      zhu      11064: => '学生视野',
1.6       bisitz   11065: 
                   11066:    'Correct answer'
1.18      zhu      11067: => '正确答案',
1.6       bisitz   11068: 
                   11069:    'Could not identify problem.'
1.18      zhu      11070: => '无法确定的问题。', # ???
1.6       bisitz   11071: 
                   11072:    'Chart'
1.18      zhu      11073: => '图表',
1.6       bisitz   11074: 
1.77      bisitz   11075:    'Student Data'
                   11076: => '学生资料',
1.6       bisitz   11077: 
                   11078:    'HTML, with links'
1.18      zhu      11079: => 'HTML格式,链接',
1.6       bisitz   11080: 
                   11081:    'HTML, with all links'
1.18      zhu      11082: => 'HTML格式,与所有链接',
1.6       bisitz   11083: 
                   11084:    'HTML, without links'
1.18      zhu      11085: => 'HTML格式,没有链接',
1.6       bisitz   11086: 
                   11087:    'Output Data'
1.18      zhu      11088: => '输出数据',
1.6       bisitz   11089: 
                   11090:    'Scores Summary'
1.18      zhu      11091: => '总分',
1.6       bisitz   11092: 
                   11093:    'Scores Per Problem'
1.18      zhu      11094: => '每题分数',
1.6       bisitz   11095: 
                   11096:    'Parts Correct'
1.93      raeburn  11097: => 'Parts Correct',
1.6       bisitz   11098: 
                   11099:    'fullname'
1.18      zhu      11100: => '全名',
1.6       bisitz   11101: 
                   11102:    'id'
1.18      zhu      11103: => 'ID/学生证号',
1.6       bisitz   11104: 
                   11105:    'Generate Chart'
1.18      zhu      11106: => '生成图表',
1.6       bisitz   11107: 
                   11108:    'Generate Graph'
1.18      zhu      11109: => '生成图',
1.6       bisitz   11110: 
                   11111:    'Select One Student'
1.18      zhu      11112: => '选择一个学生',
1.6       bisitz   11113: 
                   11114:    'All sections.'
1.18      zhu      11115: => '所有科目。',
1.6       bisitz   11116: 
                   11117:    'Section [_1].'
1.18      zhu      11118: => '章节 [_1]。',
1.6       bisitz   11119: 
                   11120:    'Section [_1]'
1.18      zhu      11121: => '章节 [_1]',
1.6       bisitz   11122: 
                   11123:    'Sections [_1] and [_2].'
1.18      zhu      11124: => '章节 [_1] 和 [_2]。',
1.6       bisitz   11125: 
                   11126:    'All groups.'
1.12      zhu      11127: => '所有组。',
1.6       bisitz   11128: 
                   11129:    'Group [_1].'
1.12      zhu      11130: => '组 [_1].',
1.6       bisitz   11131: 
                   11132:    'Groups [_1] and [_2].'
1.12      zhu      11133: => '组 [_1] 和 [_2].',
1.6       bisitz   11134: 
                   11135:    'Active access status.'
1.93      raeburn  11136: => 'Active access status.',
1.6       bisitz   11137: 
                   11138:    'Future access status.'
1.93      raeburn  11139: => 'Future access status.',
1.6       bisitz   11140: 
                   11141:    'Expired access status.'
1.93      raeburn  11142: => 'Expired access status.',
1.6       bisitz   11143: 
                   11144:    'Any access status.'
1.93      raeburn  11145: => 'Any access status.',
1.6       bisitz   11146: 
                   11147:    'Show links in new window:'
1.93      raeburn  11148: => 'Show links in new window:',
1.6       bisitz   11149: 
1.77      bisitz   11150:    'Summary Table'
1.93      raeburn  11151: => 'Summary Table',
1.77      bisitz   11152: 
1.6       bisitz   11153:    'Summary Tables'
1.93      raeburn  11154: => 'Summary Tables',
1.6       bisitz   11155: 
1.77      bisitz   11156:    'Summary table for [_1] ([_2])'
1.93      raeburn  11157: => 'Summary table for [_1] ([_2])',
1.6       bisitz   11158: 
                   11159:    'Average'
1.93      raeburn  11160: => 'Average',
1.6       bisitz   11161: 
1.77      bisitz   11162:    'maximum'
1.93      raeburn  11163: => 'maximum',
1.77      bisitz   11164: 
1.6       bisitz   11165:    'Maximum'
                   11166: => 'Maximum',
                   11167: 
1.77      bisitz   11168:    'Max. Total'
1.93      raeburn  11169: => 'Max. Total',
1.77      bisitz   11170: 
                   11171:    'Median'
                   11172: => 'Median',
                   11173: 
                   11174:    'Std Dev'
1.93      raeburn  11175: => 'Std Dev',
1.77      bisitz   11176: 
                   11177:    'sum'
1.93      raeburn  11178: => 'sum',
1.77      bisitz   11179: 
                   11180:    'maximum possible'
1.93      raeburn  11181: => 'maximum possible',
1.77      bisitz   11182: 
                   11183:    'parts correct'
1.93      raeburn  11184: => 'parts correct',
1.77      bisitz   11185: 
1.6       bisitz   11186:    'Return to the chart'
1.93      raeburn  11187: => 'Return to the chart',
1.6       bisitz   11188: 
1.77      bisitz   11189:    'Compiled on [_1]'
1.93      raeburn  11190: => 'Compiled on [_1]',
1.77      bisitz   11191: 
1.6       bisitz   11192:    "Click on a student's name or username to view their chart"
1.93      raeburn  11193: => "Click on a student's name or username to view their chart",
1.6       bisitz   11194: 
                   11195:    'status'
1.57      zhu      11196: => '状态',
1.6       bisitz   11197: 
                   11198:    'groups'
1.12      zhu      11199: => '组',
1.6       bisitz   11200: 
                   11201:    'Click on a students name or username to view their chart'
1.93      raeburn  11202: => 'Click on a students name or username to view their chart',
1.6       bisitz   11203: 
                   11204:    'Essay will be hand graded.'
1.93      raeburn  11205: => 'Essay will be hand graded.',
1.6       bisitz   11206: 
                   11207:    'Text you want to appear by default:'
1.18      zhu      11208: => '文字在默认情况下显示:',
1.6       bisitz   11209: 
                   11210:    'Check as many files as you wish in response to the problem:'
1.13      zhu      11211: => '选择所有的文件对于您想答复的问题:',
1.6       bisitz   11212: 
                   11213:    'Select portfolio files'
1.13      zhu      11214: => '选择组合文件',
1.6       bisitz   11215: 
                   11216:    'Select checked files, and continue selecting'
1.13      zhu      11217: => '选择文件并继续选择',
1.6       bisitz   11218: 
                   11219:    'Select checked files, and close window'
1.13      zhu      11220: => '选择文件并关闭窗口',
1.6       bisitz   11221: 
                   11222:    'Copy of'
1.93      raeburn  11223: => 'Copy of',
1.6       bisitz   11224: 
                   11225:    '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  11226: => '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   11227: 
                   11228:    'Overall result: [_1]'
1.18      zhu      11229: => '总分: [_1]',
1.6       bisitz   11230: 
                   11231:    'Dimension: [_1], status [_2] '
1.93      raeburn  11232: => 'Dimension: [_1], status [_2] ',
1.6       bisitz   11233: 
                   11234:    'Queue Status'
1.10      zhu      11235: => '队列状态',
1.6       bisitz   11236: 
                   11237:    'Check Mark'
1.10      zhu      11238: => '核选标记',
1.6       bisitz   11239: 
                   11240:    'Return commented version of [_1] to student.'
1.93      raeburn  11241: => 'Return commented version of [_1] to student.',
1.6       bisitz   11242: 
                   11243:    'Download All Submitted Documents'
1.93      raeburn  11244: => 'Download All Submitted Documents',
1.6       bisitz   11245: 
1.52      bisitz   11246:    'Essay is [_1]% similar to an essay by [_2] in course [_3] (course id [_4]:[_5])'
1.93      raeburn  11247: => 'Essay is [_1]% similar to an essay by [_2] in course [_3] (course id [_4]:[_5])',
1.6       bisitz   11248: 
                   11249:    'Compose message to student'
1.93      raeburn  11250: => 'Compose message to student',
1.6       bisitz   11251: 
                   11252:    'incl. grades'
1.10      zhu      11253: => '包含评分',
1.6       bisitz   11254: 
1.66      bisitz   11255:    'Message will be sent when you click on Save &amp; Next below.'
1.93      raeburn  11256: => 'Message will be sent when you click on Save &amp; Next below.',
1.6       bisitz   11257: 
                   11258:    'Set/Change parameters'
1.93      raeburn  11259: => 'Set/Change parameters',
1.6       bisitz   11260: 
                   11261:    'Grading Feedback'
1.27      zhu      11262: => '评估反馈',
1.6       bisitz   11263: 
1.52      bisitz   11264:    'Sending message to [_1]'
                   11265: => '发送邮件至 [_1]',
1.6       bisitz   11266: 
                   11267:    'Not allowed to modify grades for [_1]'
1.93      raeburn  11268: => 'Not allowed to modify grades for [_1]',
1.6       bisitz   11269: 
                   11270:    'You need to specify the username or ID'
1.93      raeburn  11271: => 'You need to specify the username or ID',
1.6       bisitz   11272: 
                   11273:    'You need to specify at least one grading field'
1.93      raeburn  11274: => 'You need to specify at least one grading field',
1.6       bisitz   11275: 
                   11276:    'Specify a file containing the class scores for current resource'
1.93      raeburn  11277: => 'Specify a file containing the class scores for current resource',
1.6       bisitz   11278: 
                   11279:    'Upload Scores'
1.27      zhu      11280: => '上传分数',
1.6       bisitz   11281: 
                   11282:    'Some point values were assigned for problems with a weight of zero. These values were ignored.'
1.93      raeburn  11283: => 'Some point values were assigned for problems with a weight of zero. These values were ignored.',
1.6       bisitz   11284: 
                   11285:    'Use CODE:'
1.93      raeburn  11286: => 'Use CODE:',
1.6       bisitz   11287: 
                   11288:    'Some resources in the sequence currently are not set to exam mode. Grading these resources currently may not work correctly.'
1.93      raeburn  11289: => 'Some resources in the sequence currently are not set to exam mode. Grading these resources currently may not work correctly.',
1.6       bisitz   11290: 
                   11291:    'scores from file' # Upload scores from file
1.93      raeburn  11292: => 'scores from file',
1.6       bisitz   11293: 
                   11294:    'Process'
1.93      raeburn  11295: => 'Process',
1.6       bisitz   11296: 
                   11297:    'clicker file' # Process clicker file
1.93      raeburn  11298: => 'clicker file',
1.6       bisitz   11299: 
                   11300:    'Grade'
1.93      raeburn  11301: => 'Grade',
1.6       bisitz   11302: 
1.119     bisitz   11303:    'bubblesheet forms'
1.103     bisitz   11304: => 'bubblesheet forms',
1.6       bisitz   11305: 
                   11306:    'Verify'
1.98      bisitz   11307: => 'Verify',
1.6       bisitz   11308: 
                   11309:    'receipt'
1.93      raeburn  11310: => 'receipt',
1.6       bisitz   11311: 
                   11312:    'Manage'
1.93      raeburn  11313: => 'Manage',
1.6       bisitz   11314: 
                   11315:    'saved CODEs' # View saved CODEs
1.113     bisitz   11316: => 'saved CODEs',
1.6       bisitz   11317: 
                   11318:    'Specify a file containing the clicker information for this resource'
1.93      raeburn  11319: => 'Specify a file containing the clicker information for this resource',
1.6       bisitz   11320: 
                   11321:    'Upload File'
1.27      zhu      11322: => '上传文件',
1.6       bisitz   11323: 
                   11324:    'Award points just for participation'
1.93      raeburn  11325: => 'Award points just for participation',
1.6       bisitz   11326: 
                   11327:    'Correctness determined from response by course personnel'
1.93      raeburn  11328: => 'Correctness determined from response by course personnel',
1.6       bisitz   11329: 
                   11330:    'Correctness determined from response with clicker ID(s)'
1.93      raeburn  11331: => 'Correctness determined from response with clicker ID(s)',
1.6       bisitz   11332: 
                   11333:    'Percentage points for correct solution'
1.93      raeburn  11334: => 'Percentage points for correct solution',
1.6       bisitz   11335: 
                   11336:    'Percentage points for incorrect solution'
1.93      raeburn  11337: => 'Percentage points for incorrect solution',
1.6       bisitz   11338: 
                   11339:    'You need to specify a clicker ID for the correct answer'
1.93      raeburn  11340: => 'You need to specify a clicker ID for the correct answer',
1.6       bisitz   11341: 
                   11342:    'Score based on attendance only'
1.93      raeburn  11343: => 'Score based on attendance only',
1.6       bisitz   11344: 
                   11345:    'Correctness determined by the following IDs'
1.93      raeburn  11346: => 'Correctness determined by the following IDs',
1.6       bisitz   11347: 
                   11348:    'specified'
1.93      raeburn  11349: => 'specified',
1.6       bisitz   11350: 
                   11351:    'No IDs found to determine correct answer'
1.93      raeburn  11352: => 'No IDs found to determine correct answer',
1.6       bisitz   11353: 
1.117     bisitz   11354:    'The file: [_1] you attempted to upload contained no information. Please check that you entered the correct filename.'
                   11355: => 'The file: [_1] you attempted to upload contained no information. Please check that you entered the correct filename.',
1.6       bisitz   11356: 
                   11357:    'Scanning clicker file'
1.93      raeburn  11358: => 'Scanning clicker file',
1.6       bisitz   11359: 
                   11360:    'Found [_1] question(s)'
                   11361: => '[_1] Frage(n) gefunden',
                   11362: 
                   11363:    'Awarding [_1] percent for correct and [_2] percent for incorrect responses'
1.98      bisitz   11364: => 'Awarding [_1] percent for correct and [_2] percent for incorrect responses',
1.6       bisitz   11365: 
                   11366:    'Clicker registered more than once'
1.93      raeburn  11367: => 'Clicker registered more than once',
1.6       bisitz   11368: 
                   11369:    'Unregistered Clicker'
1.93      raeburn  11370: => 'Unregistered Clicker',
1.6       bisitz   11371: 
                   11372:    'Found [_1] registered and [_2] unregistered clickers.'
1.99      raeburn  11373: => 'Found [_1] registered and [_2] unregistered clickers.',
1.6       bisitz   11374: 
1.111     bisitz   11375:    'Found no correct answers for grading!'
                   11376: => 'Found no correct answers for grading!',
1.6       bisitz   11377: 
                   11378:    'Found [_1] entries for grading!'
1.98      bisitz   11379: => 'Found [_1] entries for grading!',
1.6       bisitz   11380: 
                   11381:    'Found no questions.'
1.93      raeburn  11382: => 'Found no questions.',
1.6       bisitz   11383: 
                   11384:    'Finalize Grading'
1.93      raeburn  11385: => 'Finalize Grading',
1.6       bisitz   11386: 
                   11387:    'Question [_1]'
1.93      raeburn  11388: => 'Question [_1]',
1.6       bisitz   11389: 
                   11390:    'Assigning grades based on clicker file'
1.93      raeburn  11391: => 'Assigning grades based on clicker file',
1.6       bisitz   11392: 
                   11393:    'More than one correct result given for question "[_1]": [_2] versus [_3].'
1.93      raeburn  11394: => 'More than one correct result given for question "[_1]": [_2] versus [_3].',
1.6       bisitz   11395: 
                   11396:    'No correct result given for question "[_1]"!'
1.93      raeburn  11397: => 'No correct result given for question "[_1]"!',
1.6       bisitz   11398: 
                   11399:    'Correct answer: [_1]'
1.18      zhu      11400: => '正确答案: [_1]',
1.6       bisitz   11401: 
                   11402:    'Successfully stored grades for [_1] student(s).'
1.93      raeburn  11403: => 'Successfully stored grades for [_1] student(s).',
1.6       bisitz   11404: 
                   11405:    'Grading Menu'
1.27      zhu      11406: => '评估菜单',
1.6       bisitz   11407: 
                   11408:    'Missing tags, unable to properly run file.'
1.93      raeburn  11409: => 'Missing tags, unable to properly run file.',
1.6       bisitz   11410: 
                   11411:    'Using tag [_1] on line [_2] as end tag to [_3]'
                   11412: => 'Using tag [_1] on line [_2] as end tag to [_3]', # ??? lonxml.pm [SB 2008-08-07]
                   11413: 
                   11414:    'Found tag [_1] on line [_2] when looking for [_3] in file.'
1.93      raeburn  11415: => 'Found tag [_1] on line [_2] when looking for [_3] in file.',
1.6       bisitz   11416: 
1.66      bisitz   11417:    'ID [_1] contains invalid characters. IDs are only allowed to contain letters, numbers, spaces and -'
1.93      raeburn  11418: => 'ID [_1] contains invalid characters. IDs are only allowed to contain letters, numbers, spaces and -',
1.6       bisitz   11419: 
                   11420:    'File not found'
1.93      raeburn  11421: => 'File not found',
1.6       bisitz   11422: 
                   11423:    '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  11424: => '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   11425: 
                   11426:    'An error occurred while processing this resource. The instructor has been notified.'
1.93      raeburn  11427: => 'An error occurred while processing this resource. The instructor has been notified.',
1.6       bisitz   11428: 
                   11429:    'CourseID'
1.27      zhu      11430: => '课程编号',
1.6       bisitz   11431: 
                   11432:    'DocID'
1.27      zhu      11433: => '文件编号',
1.6       bisitz   11434: 
                   11435:    'Username, password and domain need to be specified.'
1.27      zhu      11436: => '用户名,密码和域必须指定!',
1.6       bisitz   11437: 
                   11438:    'Untitled Resource'
1.27      zhu      11439: => '无名资源',
1.6       bisitz   11440: 
                   11441:    'Not Available'
1.93      raeburn  11442: => 'Not Available',
1.6       bisitz   11443: 
                   11444:    'Clear'
1.93      raeburn  11445: => 'Clear',
1.6       bisitz   11446: 
                   11447:    'There are no parameters.'
1.93      raeburn  11448: => 'There are no parameters.',
1.6       bisitz   11449: 
                   11450:    'enroll type/action'
1.27      zhu      11451: => '注册类型/行动',
1.6       bisitz   11452: 
1.110     bisitz   11453:    'Map not loaded: The file [_1] does not exist.'
                   11454: => 'Map not loaded: The file [_1] does not exist.',
1.6       bisitz   11455: 
                   11456:    'Saved.'
1.18      zhu      11457: => '保存的。',
1.6       bisitz   11458: 
                   11459:    'An error occurred while saving.'
1.93      raeburn  11460: => 'An error occurred while saving.',
1.6       bisitz   11461: 
                   11462:    'Reverted.'
1.93      raeburn  11463: => 'Reverted.',
1.6       bisitz   11464: 
                   11465:    'Title in map'
1.93      raeburn  11466: => 'Title in map',
1.6       bisitz   11467: 
                   11468:    'Filename of resource'
1.93      raeburn  11469: => 'Filename of resource',
1.6       bisitz   11470: 
                   11471:    'Link to published resource'
1.93      raeburn  11472: => 'Link to published resource',
1.6       bisitz   11473: 
1.118     bisitz   11474:    'Link to resource in Authoring Space'
                   11475: => 'Link to resource in Authoring Space',
1.6       bisitz   11476: 
                   11477:    'Resource space'
1.93      raeburn  11478: => 'Resource space',
1.6       bisitz   11479: 
                   11480:    'discard'
1.93      raeburn  11481: => 'discard',
1.6       bisitz   11482: 
                   11483:    'Change Order'
1.93      raeburn  11484: => 'Change Order',
1.6       bisitz   11485: 
                   11486:    'Sort Imported Resources'
1.93      raeburn  11487: => 'Sort Imported Resources',
1.6       bisitz   11488: 
                   11489:    'Finalize order of resources'
1.93      raeburn  11490: => 'Finalize order of resources',
1.6       bisitz   11491: 
                   11492:    'Recover Deleted'
1.93      raeburn  11493: => 'Recover Deleted',
1.6       bisitz   11494: 
                   11495:    'Recover Removed Resources'
1.93      raeburn  11496: => 'Recover Removed Resources',
1.6       bisitz   11497: 
                   11498:    'Recover Checked'
1.93      raeburn  11499: => 'Recover Checked',
1.6       bisitz   11500: 
                   11501:    'Recent Detailed Assessment Statistical Data'
1.93      raeburn  11502: => 'Recent Detailed Assessment Statistical Data',
1.6       bisitz   11503: 
                   11504:    'No information available'
1.93      raeburn  11505: => 'No information available',
1.6       bisitz   11506: 
                   11507:    'Creating new file [_1]'
1.12      zhu      11508: => '创建新文件 [_1]',
1.6       bisitz   11509: 
                   11510:    '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  11511: => '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   11512: 
                   11513:     'Associate Resource With Selected Course'
1.93      raeburn  11514: => 'Associate Resource With Selected Course',
1.6       bisitz   11515: 
                   11516:    'This resource is currently associated with a course ([_1]) which includes added metadata fields specific to the course.'
1.93      raeburn  11517: => 'This resource is currently associated with a course ([_1]) which includes added metadata fields specific to the course.',
1.6       bisitz   11518: 
                   11519:    '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  11520: => '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   11521: 
                   11522:    'not available'
1.93      raeburn  11523: => 'not available',
1.6       bisitz   11524: 
                   11525:    'most recent version'
1.93      raeburn  11526: => 'most recent version',
1.6       bisitz   11527: 
                   11528:    'information not available'
1.93      raeburn  11529: => 'information not available',
1.6       bisitz   11530: 
                   11531:    'Num Student'
1.93      raeburn  11532: => 'Num Student',
1.6       bisitz   11533: 
                   11534:    'Degree of Difficulty'
1.93      raeburn  11535: => 'Degree of Difficulty',
1.6       bisitz   11536: 
                   11537:    'Degree of Discrimination'
1.93      raeburn  11538: => 'Degree of Discrimination',
1.6       bisitz   11539: 
                   11540:    'Time of computation'
1.93      raeburn  11541: => 'Time of computation',
1.6       bisitz   11542: 
                   11543:    'Messages deleted.'
1.22      zhu      11544: => '邮件已删除。',
1.6       bisitz   11545: 
                   11546:    'Error deleting messages'
1.93      raeburn  11547: => 'Error deleting messages',
1.6       bisitz   11548: 
                   11549:    'Messages cleared.'
1.22      zhu      11550: => '邮件已删除。',
1.6       bisitz   11551: 
                   11552:    'Error clearing messages'
1.22      zhu      11553: => '删除邮件时发生错误',
1.6       bisitz   11554: 
                   11555:    'Delete Messages for this Resource'
1.93      raeburn  11556: => 'Delete Messages for this Resource',
1.6       bisitz   11557: 
                   11558:    'Back To Directory'
1.10      zhu      11559: => '返回目录',
1.6       bisitz   11560: 
                   11561:    'Associated with course [_1]'
1.93      raeburn  11562: => 'Associated with course [_1]',
1.6       bisitz   11563: 
                   11564:    'This resource is not associated with a course.'
1.93      raeburn  11565: => 'This resource is not associated with a course.',
1.6       bisitz   11566: 
                   11567:    'Discard Edits and Return to Portfolio'
1.98      bisitz   11568: => 'Discard Edits and Return to Portfolio',
1.6       bisitz   11569: 
                   11570:    'Could not transfer data in added fields to notes'
1.93      raeburn  11571: => 'Could not transfer data in added fields to notes',
1.6       bisitz   11572: 
                   11573:    'Transferred data in added fields to notes'
1.93      raeburn  11574: => 'Transferred data in added fields to notes',
1.6       bisitz   11575: 
                   11576:    'Home'
1.36      zhu      11577: => '根目录',
1.6       bisitz   11578: 
                   11579:    'Usage Statistics'
1.36      zhu      11580: => '使用统计',
1.6       bisitz   11581: 
                   11582:    'Courses/Network Hits'
1.36      zhu      11583: => '课程/网络访问次数',
1.6       bisitz   11584: 
1.110     bisitz   11585:    'Already in this course:'
                   11586: => 'Already in this course:',
                   11587: 
                   11588:    '[_1] in folder/map [_2]'
                   11589: => '[_1] in folder/map [_2]',
1.6       bisitz   11590: 
                   11591:    'External Resource, preview not enabled'
1.93      raeburn  11592: => 'External Resource, preview not enabled',
1.6       bisitz   11593: 
                   11594:    'Somewhere something went wrong'
1.93      raeburn  11595: => 'Somewhere something went wrong',
1.6       bisitz   11596: 
                   11597:    'Please help us to find out what.'
1.93      raeburn  11598: => 'Please help us to find out what.',
1.6       bisitz   11599: 
                   11600:    'Please take a moment to fill out the form below.'
1.93      raeburn  11601: => 'Please take a moment to fill out the form below.',
1.6       bisitz   11602: 
                   11603:    'Your information, together with internal debugging information, will be emailed to the system and server administrators.'
1.93      raeburn  11604: => 'Your information, together with internal debugging information, will be emailed to the system and server administrators.',
1.6       bisitz   11605: 
                   11606:    'Send Information'
1.18      zhu      11607: => '发送错误报告',
1.6       bisitz   11608: 
                   11609:    'Please describe what you did just before this screen came up'
1.93      raeburn  11610: => 'Please describe what you did just before this screen came up',
1.6       bisitz   11611: 
                   11612:    'Is this problem reproducible?'
1.93      raeburn  11613: => 'Is this problem reproducible?',
1.6       bisitz   11614: 
                   11615:    'Yes!'
1.18      zhu      11616: => '是!',
1.6       bisitz   11617: 
                   11618:    'Do you have any guesses why this might have happened?'
1.18      zhu      11619: => '你有任何猜测,为什么会发生?',
1.6       bisitz   11620: 
                   11621:    'Thank you for your help!'
1.18      zhu      11622: => '谢谢您的支持!',
1.6       bisitz   11623: 
                   11624:    'Internal info:'
1.18      zhu      11625: => '内部信息:',
1.6       bisitz   11626: 
                   11627:    'Report submitted'
1.18      zhu      11628: => '提交的报告',
1.6       bisitz   11629: 
                   11630:    'Sending Error Report'
1.18      zhu      11631: => '发送错误报告',
1.6       bisitz   11632: 
                   11633:    'Thank you!'
1.18      zhu      11634: => '谢谢您!',
1.6       bisitz   11635: 
                   11636:    'Warning: Report not submitted'
1.18      zhu      11637: => '警告:报告未提交',
1.6       bisitz   11638: 
                   11639:    'The administrators of the domain [_1] have not set any e-mail addresses for receipt of your error report.'
1.93      raeburn  11640: => 'The administrators of the domain [_1] have not set any e-mail addresses for receipt of your error report.',
1.6       bisitz   11641: 
                   11642:    'The document contains errors and cannot be published.'
1.93      raeburn  11643: => 'The document contains errors and cannot be published.',
1.6       bisitz   11644: 
                   11645:    'error(s)'
1.93      raeburn  11646: => 'error(s)',
1.6       bisitz   11647: 
                   11648:    '[quant,_1,error]'
1.99      raeburn  11649: => '[quant,_1,error]',
1.6       bisitz   11650: 
                   11651:    'Please fill out all fields below.'
1.18      zhu      11652: => '请填写以下所有问题。',
1.6       bisitz   11653: 
                   11654:    '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  11655: => '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   11656: 
1.68      bisitz   11657:    '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  11658: => '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   11659: 
1.6       bisitz   11660:    'Parameters'
1.26      zhu      11661: => '参数',
1.6       bisitz   11662: 
1.68      bisitz   11663:    'Parameters:'
                   11664: => '参数:',
                   11665: 
1.6       bisitz   11666:    'Total Score and Maximum Possible for each Sequence or Folder'
1.93      raeburn  11667: => 'Total Score and Maximum Possible for each Sequence or Folder',
1.6       bisitz   11668: 
                   11669:    'Score on each Problem Part'
1.93      raeburn  11670: => 'Score on each Problem Part',
1.6       bisitz   11671: 
                   11672:    'Number of Tries before success on each Problem Part'
1.93      raeburn  11673: => 'Number of Tries before success on each Problem Part',
1.6       bisitz   11674: 
1.77      bisitz   11675:    'Number of Problem Parts completed successfully'
1.93      raeburn  11676: => 'Number of Problem Parts completed successfully',
1.6       bisitz   11677: 
                   11678:    'Unable to retrieve course information.'
1.93      raeburn  11679: => 'Unable to retrieve course information.',
1.6       bisitz   11680: 
                   11681:    'Please select an action to perform using the new filename'
1.93      raeburn  11682: => 'Please select an action to perform using the new filename',
1.6       bisitz   11683: 
                   11684:    'View or modify a course'
1.98      bisitz   11685: => '查看或修改课程',
1.6       bisitz   11686: 
                   11687:    'Enter the course with the role of [_1]'
1.93      raeburn  11688: => 'Enter the course with the role of [_1]',
1.6       bisitz   11689: 
                   11690:    'Enter the course with the role of [_1].'
1.93      raeburn  11691: => 'Enter the course with the role of [_1].',
1.6       bisitz   11692: 
                   11693:    'View or modify course settings which only a [_1] may modify.'
1.93      raeburn  11694: => 'View or modify course settings which only a [_1] may modify.',
1.6       bisitz   11695: 
                   11696:    'Manage course users'
                   11697: => '管理课程参加者',
                   11698: 
                   11699:    'Upload a File of Course Users'
1.70      zhu      11700: => '课程用户上传文件',
1.6       bisitz   11701: 
1.69      droeschl 11702:    'Add/Modify a Course User'
1.79      bisitz   11703: => '添加/修改课程用户',
1.6       bisitz   11704: 
                   11705:    'Edit Custom Roles'
1.70      zhu      11706: => '编辑自定义角色',
                   11707: 
                   11708:    'Custom Role'
                   11709: => '自定义角色',
1.6       bisitz   11710: 
                   11711:    'Enroll a Single Student'
1.70      zhu      11712: => '注册一名学生',
1.6       bisitz   11713: 
                   11714:    'Enroll a student'
1.70      zhu      11715: => '注册学生',
1.6       bisitz   11716: 
                   11717:    'Manage Course Groups'
1.12      zhu      11718: => '管理课程组',
1.6       bisitz   11719: 
                   11720:    'This error occurred while processing response [_1] in part [_2]'
1.93      raeburn  11721: => 'This error occurred while processing response [_1] in part [_2]',
1.6       bisitz   11722: 
                   11723:    'This error occurred while processing part [_1]'
1.93      raeburn  11724: => 'This error occurred while processing part [_1]',
1.6       bisitz   11725: 
                   11726:    'Unable to find section for this student'
1.93      raeburn  11727: => 'Unable to find section for this student',
1.6       bisitz   11728: 
                   11729:    'Classlist update for "[_1]" in "[_2]".'
1.93      raeburn  11730: => 'Classlist update for "[_1]" in "[_2]".',
1.6       bisitz   11731: 
                   11732:    'Error: "[_1]" during classlist update for "[_2]" in "[_3]".'
1.93      raeburn  11733: => 'Error: "[_1]" during classlist update for "[_2]" in "[_3]".',
1.6       bisitz   11734: 
                   11735:    'Role: '
1.18      zhu      11736: => '角色: ',
1.6       bisitz   11737: 
                   11738:    'Identify fields in uploaded list'
1.93      raeburn  11739: => 'Identify fields in uploaded list',
1.6       bisitz   11740: 
                   11741:    'Default domain'
1.18      zhu      11742: => '默认域',
1.6       bisitz   11743: 
                   11744:    'Change authentication for existing users in domain "[_1]" to these settings?'
1.93      raeburn  11745: => 'Change authentication for existing users in domain "[_1]" to these settings?',
1.6       bisitz   11746: 
                   11747:    'LON-CAPA Home Server for New Users'
1.18      zhu      11748: => 'LON-CAPA 家庭服务器的新用户',
1.6       bisitz   11749: 
1.73      bisitz   11750:    'LON-CAPA domain: [_1] with home server:'
                   11751: => 'LON-CAPA 域 [_1] 与家庭服务器:',
1.6       bisitz   11752: 
1.73      bisitz   11753:    'Settings for assigning roles'
1.93      raeburn  11754: => 'Settings for assigning roles',
1.6       bisitz   11755: 
                   11756:    'Pick the action to take on roles for these users:'
1.93      raeburn  11757: => 'Pick the action to take on roles for these users:',
1.6       bisitz   11758: 
                   11759:    'No role changes'
1.93      raeburn  11760: => 'No role changes',
1.6       bisitz   11761: 
                   11762:    'Add a domain role'
1.93      raeburn  11763: => 'Add a domain role',
1.6       bisitz   11764: 
                   11765:    'Add a course role'
1.93      raeburn  11766: => 'Add a course role',
1.6       bisitz   11767: 
                   11768:    'Default role'
1.93      raeburn  11769: => 'Default role',
1.6       bisitz   11770: 
1.73      bisitz   11771:    'Choose the role to assign to users without a value specified in the uploaded file.'
1.93      raeburn  11772: => 'Choose the role to assign to users without a value specified in the uploaded file.',
1.6       bisitz   11773: 
                   11774:    'Default role and section'
1.93      raeburn  11775: => 'Default role and section',
1.6       bisitz   11776: 
1.73      bisitz   11777:    'Choose the role and/or section(s) to assign to users without values specified in the uploaded file.'
1.93      raeburn  11778: => 'Choose the role and/or section(s) to assign to users without values specified in the uploaded file.',
1.6       bisitz   11779: 
                   11780:    'Default role and/or section(s)'
1.93      raeburn  11781: => 'Default role and/or section(s)',
1.6       bisitz   11782: 
                   11783:    'Role and/or section(s) for users without values specified in the uploaded file.'
1.93      raeburn  11784: => 'Role and/or section(s) for users without values specified in the uploaded file.',
1.6       bisitz   11785: 
                   11786:    'Display students with current/future access who are not in the uploaded file.'
1.93      raeburn  11787: => 'Display students with current/future access who are not in the uploaded file.',
1.6       bisitz   11788: 
                   11789:    'Students selected from this list can be dropped.'
1.93      raeburn  11790: => 'Students selected from this list can be dropped.',
1.6       bisitz   11791: 
                   11792:    'Update Student/Employee ID in courses in which user is active/future student,[_1](if forcing change).'
1.93      raeburn  11793: => 'Update Student/Employee ID in courses in which user is active/future student,[_1](if forcing change).',
1.6       bisitz   11794: 
                   11795:    'make these dates the default access dates for future student enrollment'
1.93      raeburn  11796: => 'make these dates the default access dates for future student enrollment',
1.6       bisitz   11797: 
                   11798:    'Set default start and end access dates for course.'
1.93      raeburn  11799: => 'Set default start and end access dates for course.',
1.6       bisitz   11800: 
                   11801:    'Unable to set default access dates for course.'
1.93      raeburn  11802: => 'Unable to set default access dates for course.',
1.6       bisitz   11803: 
                   11804:    'Please select'
1.93      raeburn  11805: => 'Please select',
1.6       bisitz   11806: 
                   11807:    'User Status: [_1]'
1.18      zhu      11808: => '用户状态: [_1]',
1.6       bisitz   11809: 
                   11810:    'Role Type: [_1]'
1.18      zhu      11811: => '角色类别: [_1]',
1.6       bisitz   11812: 
                   11813:    'Any role'
1.10      zhu      11814: => '任意角色',
1.6       bisitz   11815: 
                   11816:    'Role: [_1]'
1.18      zhu      11817: => '角色: [_1]',
1.6       bisitz   11818: 
                   11819:    'Select Course(s)'
1.10      zhu      11820: => '选择课程',
1.6       bisitz   11821: 
                   11822:    'Warning: data retrieval for multiple courses can take considerable time, as this operation is not currently optimized.'
1.93      raeburn  11823: => 'Warning: data retrieval for multiple courses can take considerable time, as this operation is not currently optimized.',
1.6       bisitz   11824: 
                   11825:    'There are no co-authors to display.'
1.93      raeburn  11826: => 'There are no co-authors to display.',
1.6       bisitz   11827: 
                   11828:    'There are no users with domain roles to display.'
1.93      raeburn  11829: => 'There are no users with domain roles to display.',
1.6       bisitz   11830: 
                   11831:    'There are no authors or co-authors to display.'
1.93      raeburn  11832: => 'There are no authors or co-authors to display.',
1.6       bisitz   11833: 
                   11834:    'There are no course users to display'
1.93      raeburn  11835: => 'There are no course users to display',
1.6       bisitz   11836: 
                   11837:    'There are no course users to display.'
1.93      raeburn  11838: => 'There are no course users to display.',
1.6       bisitz   11839: 
                   11840:    'There are no users matching the search criteria.'
1.93      raeburn  11841: => 'There are no users matching the search criteria.',
1.6       bisitz   11842: 
                   11843:    "You must select at least one user by checking a user's 'Select' checkbox"
1.93      raeburn  11844: => "You must select at least one user by checking a user's 'Select' checkbox",
1.6       bisitz   11845: 
                   11846:    'You need to select an action to take for the user(s) you have selected'
1.93      raeburn  11847: => 'You need to select an action to take for the user(s) you have selected',
1.6       bisitz   11848: 
                   11849:    ' for a single user?'
1.99      raeburn  11850: => ' for a single user?',
1.6       bisitz   11851: 
                   11852:    ' for multiple users?'
1.99      raeburn  11853: => ' for multiple users?',
1.6       bisitz   11854: 
                   11855:    'Proceed'
1.18      zhu      11856: => '下一步',
1.6       bisitz   11857: 
                   11858:    'Action to take for selected users'
1.93      raeburn  11859: => 'Action to take for selected users',
1.6       bisitz   11860: 
                   11861:    'Behavior of clickable username link for each user'
1.93      raeburn  11862: => 'Behavior of clickable username link for each user',
1.6       bisitz   11863: 
                   11864:    "Display a user's personal page"
                   11865: => "显示个人网页",
                   11866: 
                   11867:    "Modify a user's information"
1.93      raeburn  11868: => "Modify a user's information",
1.6       bisitz   11869: 
                   11870:    'Course(s): description, section(s), status'
1.93      raeburn  11871: => 'Course(s): description, section(s), status',
1.6       bisitz   11872: 
                   11873:    "Click on a username to view the user's personal page."
                   11874: => "点击用户名,以查看用户的个人网页。",
                   11875: 
                   11876:    'auto'
1.18      zhu      11877: => '自动',
1.6       bisitz   11878: 
                   11879:    'manual'
1.18      zhu      11880: => '手动',
1.6       bisitz   11881: 
                   11882:    'Unlock'
1.93      raeburn  11883: => 'Unlock',
1.6       bisitz   11884: 
                   11885:    'Lock'
1.93      raeburn  11886: => 'Lock',
1.6       bisitz   11887: 
                   11888:    'Domain Roles'
1.18      zhu      11889: => '域角色',
1.6       bisitz   11890: 
                   11891:    'Co-Author Roles'
1.18      zhu      11892: => '合著者角色',
1.6       bisitz   11893: 
                   11894:    'Course Roles'
1.18      zhu      11895: => '课程角色',
1.6       bisitz   11896: 
                   11897:    'Date and Section selector'
1.18      zhu      11898: => '日期和组选择',
1.6       bisitz   11899: 
                   11900:    'Date selector'
1.18      zhu      11901: => '日期选择器',
1.6       bisitz   11902: 
                   11903:    "Check the boxes for any users for whom roles are to be revoked, and click 'Proceed'"
1.93      raeburn  11904: => "Check the boxes for any users for whom roles are to be revoked, and click 'Proceed'",
1.6       bisitz   11905: 
                   11906:    "Check the boxes for any users for whom roles are to be deleted, and click 'Proceed'"
1.93      raeburn  11907: => "Check the boxes for any users for whom roles are to be deleted, and click 'Proceed'",
1.6       bisitz   11908: 
                   11909:    'Choose an action to take for selected users'
1.93      raeburn  11910: => 'Choose an action to take for selected users',
1.6       bisitz   11911: 
                   11912:    'New section to assign'
1.93      raeburn  11913: => 'New section to assign',
1.6       bisitz   11914: 
                   11915:    'Use "Save" to update the main window with your selections.'
1.97      raeburn  11916: => 'Use "Save" to update the main window with your selections.',
1.6       bisitz   11917: 
                   11918:    'New section'
1.70      zhu      11919: => '新的章节',
1.6       bisitz   11920: 
                   11921:    'Course - [_1]:'
1.18      zhu      11922: => '课程 - [_1]:',
1.6       bisitz   11923: 
                   11924:    'Domain - [_1]:'
1.18      zhu      11925: => '域 - [_1]:',
1.6       bisitz   11926: 
                   11927:    'Users in course with expired [_1] roles'
1.93      raeburn  11928: => 'Users in course with expired [_1] roles',
1.6       bisitz   11929: 
                   11930:    'Users in course with future [_1] roles'
1.93      raeburn  11931: => 'Users in course with future [_1] roles',
1.6       bisitz   11932: 
                   11933:    'Users in course with active [_1] roles'
1.93      raeburn  11934: => 'Users in course with active [_1] roles',
1.6       bisitz   11935: 
                   11936:    'All users in course'
1.93      raeburn  11937: => 'All users in course',
1.6       bisitz   11938: 
                   11939:    'All users in course with [_1] roles'
1.93      raeburn  11940: => 'All users in course with [_1] roles',
1.6       bisitz   11941: 
                   11942:    'only users in section "[_1]"'
1.93      raeburn  11943: => 'only users in section "[_1]"',
1.6       bisitz   11944: 
                   11945:    'only users affiliated with no section or section "[_1]"'
1.93      raeburn  11946: => 'only users affiliated with no section or section "[_1]"',
1.6       bisitz   11947: 
                   11948:    ' and not in any group'
1.99      raeburn  11949: => ' and not in any group',
1.6       bisitz   11950: 
                   11951:    ' and members of group: "[_1]"'
1.99      raeburn  11952: => ' and members of group: "[_1]"',
1.6       bisitz   11953: 
                   11954:    'only users affiliated with no section'
1.93      raeburn  11955: => 'only users affiliated with no section',
1.6       bisitz   11956: 
                   11957:    'only users affiliated with section "[_1]"'
1.93      raeburn  11958: => 'only users affiliated with section "[_1]"',
1.6       bisitz   11959: 
                   11960:    'only users not in any group'
1.93      raeburn  11961: => 'only users not in any group',
1.6       bisitz   11962: 
                   11963:    ' and also not in any group'
1.99      raeburn  11964: => ' and also not in any group',
1.6       bisitz   11965: 
                   11966:    'only members of group: "[_1]"'
1.18      zhu      11967: => '只有该组成员 "[_1]"',
1.6       bisitz   11968: 
                   11969:    ' and also members of group: "[_1]"'
1.99      raeburn  11970: => ' and also members of group: "[_1]"',
1.6       bisitz   11971: 
                   11972:    'Author space for [_1]'
1.93      raeburn  11973: => 'Author space for [_1]',
1.6       bisitz   11974: 
                   11975:    'Co-authors with expired [_1] roles'
1.93      raeburn  11976: => 'Co-authors with expired [_1] roles',
1.6       bisitz   11977: 
                   11978:    'Co-authors with future [_1] roles'
1.93      raeburn  11979: => 'Co-authors with future [_1] roles',
1.6       bisitz   11980: 
                   11981:    'Co-authors with active [_1] roles'
1.93      raeburn  11982: => 'Co-authors with active [_1] roles',
1.6       bisitz   11983: 
                   11984:    'All co-authors'
1.18      zhu      11985: => '所有合著者',
1.6       bisitz   11986: 
                   11987:    'All co-authors with [_1] roles'
1.93      raeburn  11988: => 'All co-authors with [_1] roles',
1.6       bisitz   11989: 
                   11990:    'Users in domain with expired [_1] roles'
1.93      raeburn  11991: => 'Users in domain with expired [_1] roles',
1.6       bisitz   11992: 
                   11993:    'Users in domain with future [_1] roles'
1.93      raeburn  11994: => 'Users in domain with future [_1] roles',
1.6       bisitz   11995: 
                   11996:    'Users in domain with active [_1] roles'
1.93      raeburn  11997: => 'Users in domain with active [_1] roles',
1.6       bisitz   11998: 
                   11999:    'All users in domain'
1.93      raeburn  12000: => 'All users in domain',
1.6       bisitz   12001: 
                   12002:    'All users in domain with [_1] roles'
1.93      raeburn  12003: => 'All users in domain with [_1] roles',
1.6       bisitz   12004: 
                   12005:    'Co-authors in domain with expired [_1] roles'
1.93      raeburn  12006: => 'Co-authors in domain with expired [_1] roles',
1.6       bisitz   12007: 
                   12008:    'Co-authors in domain with future [_1] roles'
1.93      raeburn  12009: => 'Co-authors in domain with future [_1] roles',
1.6       bisitz   12010: 
                   12011:    'Co-authors in domain with active [_1] roles'
1.93      raeburn  12012: => 'Co-authors in domain with active [_1] roles',
1.6       bisitz   12013: 
                   12014:    'All users with co-author roles in domain'
1.93      raeburn  12015: => 'All users with co-author roles in domain',
1.6       bisitz   12016: 
                   12017:    'All co-authors in domain  with [_1] roles'
1.93      raeburn  12018: => 'All co-authors in domain  with [_1] roles',
1.6       bisitz   12019: 
                   12020:    'All courses in domain'
1.93      raeburn  12021: => 'All courses in domain',
1.6       bisitz   12022: 
                   12023:    'Courses in domain with institutional code: [_1]'
1.93      raeburn  12024: => 'Courses in domain with institutional code: [_1]',
1.6       bisitz   12025: 
                   12026:    'Selected courses in domain'
1.93      raeburn  12027: => 'Selected courses in domain',
1.6       bisitz   12028: 
                   12029:    'users with expired [_1] roles'
1.93      raeburn  12030: => 'users with expired [_1] roles',
1.6       bisitz   12031: 
                   12032:    'users with future [_1] roles'
1.93      raeburn  12033: => 'users with future [_1] roles',
1.6       bisitz   12034: 
                   12035:    'users with active [_1] roles'
1.93      raeburn  12036: => 'users with active [_1] roles',
1.6       bisitz   12037: 
                   12038:    'all users'
1.70      zhu      12039: => '所有用户',
1.6       bisitz   12040: 
                   12041:    'users with [_1] roles'
1.70      zhu      12042: => '用户角色"[_1]"',
1.6       bisitz   12043: 
                   12044:    'There are no students to drop.'
1.93      raeburn  12045: => 'There are no students to drop.',
1.6       bisitz   12046: 
                   12047:    'Upload a file containing information about users'
1.70      zhu      12048: => '上传一个包含有用户信息的文件',
1.6       bisitz   12049: 
                   12050:    'Upload file of users'
1.70      zhu      12051: => '上传用户文件',
1.6       bisitz   12052: 
                   12053:    'How do I create a users list from a spreadsheet'
1.70      zhu      12054: => '如何从电子表格建立用户列表',
1.6       bisitz   12055: 
                   12056:    'Unable to enroll users'
1.70      zhu      12057: => '无法注册用户',
1.6       bisitz   12058: 
                   12059:    'Enrolling Users'
1.70      zhu      12060: => '注册用户',
1.6       bisitz   12061: 
                   12062:    'Updating Co-authors'
1.70      zhu      12063: => '更新共同作者',
1.6       bisitz   12064: 
                   12065:    'Adding/Modifying Users'
1.70      zhu      12066: => '添加/修改用户',
1.6       bisitz   12067: 
                   12068:    'Default section name [_1] could not be used as it is a reserved word.'
1.93      raeburn  12069: => 'Default section name [_1] could not be used as it is a reserved word.',
1.6       bisitz   12070: 
                   12071:    'Default section name "[_1]" is the name of a course group. Section names and group names must be distinct.'
1.93      raeburn  12072: => 'Default section name "[_1]" is the name of a course group. Section names and group names must be distinct.',
1.6       bisitz   12073: 
                   12074:    '[_1]: Unable to enroll user [_2] [_3] [_4] [_5] in a section named "[_6]" - this is a reserved word.'
1.98      bisitz   12075: => '[_1]: Unable to enroll user [_2] [_3] [_4] [_5] in a section named "[_6]" - this is a reserved word.',
1.6       bisitz   12076: 
                   12077:    '[_1]: Unable to enroll user [_2] [_3] [_4] [_5] in a section named "[_6]" - this is a course group.'
1.98      bisitz   12078: => '[_1]: Unable to enroll user [_2] [_3] [_4] [_5] in a section named "[_6]" - this is a course group.',
1.6       bisitz   12079: 
                   12080:    'Section names and group names must be distinct.'
1.93      raeburn  12081: => 'Section names and group names must be distinct.',
1.6       bisitz   12082: 
                   12083:    '[_1]: Unable to enroll user [_2] [_3] [_4] [_5] in a section named "[_6]".'
1.98      bisitz   12084: => '[_1]: Unable to enroll user [_2] [_3] [_4] [_5] in a section named "[_6]".',
1.6       bisitz   12085: 
                   12086:    'This user already has an active/future student role in the course, unaffiliated to any section.'
1.93      raeburn  12087: => 'This user already has an active/future student role in the course, unaffiliated to any section.',
1.6       bisitz   12088: 
                   12089:    'This user already has an active/future role in section "[_1]" of the course.'
1.93      raeburn  12090: => 'This user already has an active/future role in section "[_1]" of the course.',
1.6       bisitz   12091: 
                   12092:    '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  12093: => '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   12094: 
                   12095:    '[_1]: You do not have permission to add the requested role [_2] for the user.'
1.98      bisitz   12096: => '[_1]: You do not have permission to add the requested role [_2] for the user.',
1.6       bisitz   12097: 
                   12098:    'Allowable role(s) is/are: [_1].'
1.93      raeburn  12099: => 'Allowable role(s) is/are: [_1].',
1.6       bisitz   12100: 
                   12101:    '[_1]: Unable to enroll. No password specified.'
1.98      bisitz   12102: => '[_1]: Unable to enroll. No password specified.',
1.6       bisitz   12103: 
                   12104:    '[_1]: Unable to add co-author. No password specified.'
1.98      bisitz   12105: => '[_1]: Unable to add co-author. No password specified.',
1.6       bisitz   12106: 
                   12107:    '[_1]: Unable to add user. No password specified.'
1.98      bisitz   12108: => '[_1]: Unable to add user. No password specified.',
1.6       bisitz   12109: 
                   12110:    'Processed [quant,_1,user].'
1.101     bisitz   12111: => 'Processed [quant,_1,user].',
1.6       bisitz   12112: 
                   12113:    'Roles added for [quant,_1,user].'
1.93      raeburn  12114: => 'Roles added for [quant,_1,user].',
1.6       bisitz   12115: 
                   12116:    '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  12117: => '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   12118: 
                   12119:    'No roles added'
1.93      raeburn  12120: => 'No roles added',
1.6       bisitz   12121: 
                   12122:    'Authentication changed for [_1] existing users.'
1.93      raeburn  12123: => 'Authentication changed for [_1] existing users.',
1.6       bisitz   12124: 
                   12125:    'Students to Drop'
1.93      raeburn  12126: => 'Students to Drop',
1.6       bisitz   12127: 
                   12128:    'There are no students with current/future access to the course.'
1.93      raeburn  12129: => 'There are no students with current/future access to the course.',
1.6       bisitz   12130: 
                   12131:    '[_1]: Unable to add/modify: [_2]'
1.98      bisitz   12132: => '[_1]: Unable to add/modify: [_2]',
1.6       bisitz   12133: 
                   12134:    '[_1]: Unable to modify authentication: [_2]'
1.98      bisitz   12135: => '[_1]: Unable to modify authentication: [_2]',
1.6       bisitz   12136: 
                   12137:    '[_1]: Unable to add role: [_2]'
1.98      bisitz   12138: => '[_1]: Unable to add role: [_2]',
1.6       bisitz   12139: 
                   12140:    'No change in section assignment (none)'
1.93      raeburn  12141: => 'No change in section assignment (none)',
1.6       bisitz   12142: 
                   12143:    "Revoked role of '[_1]' in [_2] for [_3]"
1.93      raeburn  12144: => "Revoked role of '[_1]' in [_2] for [_3]",
1.6       bisitz   12145: 
                   12146:    "Deleted role of '[_1]' in [_2] for [_3]"
1.93      raeburn  12147: => "Deleted role of '[_1]' in [_2] for [_3]",
1.6       bisitz   12148: 
                   12149:    "Re-enabled role of '[_1]' in [_2] for [_3]"
1.93      raeburn  12150: => "Re-enabled role of '[_1]' in [_2] for [_3]",
1.6       bisitz   12151: 
                   12152:    "Activated role of '[_1]' in [_2] for [_3]"
1.93      raeburn  12153: => "Activated role of '[_1]' in [_2] for [_3]",
1.6       bisitz   12154: 
                   12155:    "Changed Access Dates for role of '[_1]' in [_2] for [_3]"
1.93      raeburn  12156: => "Changed Access Dates for role of '[_1]' in [_2] for [_3]",
1.6       bisitz   12157: 
                   12158:    "Changed section for role of '[_1]' in [_2] for [_3]"
1.93      raeburn  12159: => "Changed section for role of '[_1]' in [_2] for [_3]",
1.6       bisitz   12160: 
                   12161:    "Dropped role of '[_1]' in [_2] for [_3]"
1.93      raeburn  12162: => "Dropped role of '[_1]' in [_2] for [_3]",
1.6       bisitz   12163: 
                   12164:    'Error revoking [_1] in [_2] for [_3]: [_4].'
1.93      raeburn  12165: => 'Error revoking [_1] in [_2] for [_3]: [_4].',
1.6       bisitz   12166: 
                   12167:    'Error deleting [_1] in [_2] for [_3]: [_4].'
1.93      raeburn  12168: => 'Error deleting [_1] in [_2] for [_3]: [_4].',
1.6       bisitz   12169: 
                   12170:    'Error re-enabling [_1] in [_2] for [_3]: [_4].'
1.93      raeburn  12171: => 'Error re-enabling [_1] in [_2] for [_3]: [_4].',
1.6       bisitz   12172: 
                   12173:    'Error activating [_1] in [_2] for [_3]: [_4].'
1.93      raeburn  12174: => 'Error activating [_1] in [_2] for [_3]: [_4].',
1.6       bisitz   12175: 
                   12176:    'Error changing access dates for [_1] in [_2] for [_3]: [_4].'
1.93      raeburn  12177: => 'Error changing access dates for [_1] in [_2] for [_3]: [_4].',
1.6       bisitz   12178: 
                   12179:    'Error changing section for [_1] in [_2] for [_3]: [_4].'
1.93      raeburn  12180: => 'Error changing section for [_1] in [_2] for [_3]: [_4].',
1.6       bisitz   12181: 
                   12182:    'Error dropping [_1] in [_2] for [_3]: [_4].'
1.93      raeburn  12183: => 'Error dropping [_1] in [_2] for [_3]: [_4].',
1.6       bisitz   12184: 
                   12185:    'Revoked role(s) for [quant,_1,user,users,no users].'
1.93      raeburn  12186: => 'Revoked role(s) for [quant,_1,user,users,no users].',
1.6       bisitz   12187: 
                   12188:    'Deleted role(s) for [quant,_1,user,users,no users].'
1.93      raeburn  12189: => 'Deleted role(s) for [quant,_1,user,users,no users].',
1.6       bisitz   12190: 
                   12191:    'Re-enabled role(s) for [quant,_1,user,users,no users].'
1.93      raeburn  12192: => 'Re-enabled role(s) for [quant,_1,user,users,no users].',
1.6       bisitz   12193: 
                   12194:    'Activated role(s) for [quant,_1,user,users,no users].'
1.93      raeburn  12195: => 'Activated role(s) for [quant,_1,user,users,no users].',
1.6       bisitz   12196: 
                   12197:    'Changed Access Dates for role(s) for [quant,_1,user,users,no users].'
1.93      raeburn  12198: => 'Changed Access Dates for role(s) for [quant,_1,user,users,no users].',
1.6       bisitz   12199: 
                   12200:    'Changed section for role(s) for [quant,_1,user,users,no users].'
1.93      raeburn  12201: => 'Changed section for role(s) for [quant,_1,user,users,no users].',
1.6       bisitz   12202: 
                   12203:    'Dropped role(s) for [quant,_1,user,users,no users].'
1.93      raeburn  12204: => 'Dropped role(s) for [quant,_1,user,users,no users].',
1.6       bisitz   12205: 
                   12206:    'Re-enabling will re-activate data for the role.'
1.93      raeburn  12207: => 'Re-enabling will re-activate data for the role.',
1.6       bisitz   12208: 
                   12209:    'Display User Lists'
1.93      raeburn  12210: => 'Display User Lists',
1.6       bisitz   12211: 
                   12212:    'Display current class roster'
1.93      raeburn  12213: => 'Display current class roster',
1.6       bisitz   12214: 
                   12215:    'No section'
1.93      raeburn  12216: => 'No section',
1.6       bisitz   12217: 
                   12218:    'List Users'
1.70      zhu      12219: => '用户列表',
1.6       bisitz   12220: 
                   12221:    'Pick custom role'
1.70      zhu      12222: => '选择自定义角色',
1.6       bisitz   12223: 
                   12224:    'Advanced Role'
1.70      zhu      12225: => '扩展的角色',
1.6       bisitz   12226: 
                   12227:    "Create User Notes, Display all User's Notes, Face-to-Face, Critical Messages, Broadcast Messages"
1.93      raeburn  12228: => "Create User Notes, Display all User's Notes, Face-to-Face, Critical Messages, Broadcast Messages",
1.6       bisitz   12229: 
                   12230:    'Evade communication blocking'
1.93      raeburn  12231: => 'Evade communication blocking',
1.6       bisitz   12232: 
                   12233:    'Generate anonymous statistics'
1.93      raeburn  12234: => 'Generate anonymous statistics',
1.6       bisitz   12235: 
                   12236:    'Modify grade queue'
1.98      bisitz   12237: => 'Modify grade queue',
1.6       bisitz   12238: 
                   12239:    'Grade items in grading queue'
1.93      raeburn  12240: => 'Grade items in grading queue',
1.6       bisitz   12241: 
                   12242:    'Set assessment parameters'
1.98      bisitz   12243: => 'Set assessment parameters',
1.6       bisitz   12244: 
                   12245:    'Advanced printing options (with answers, discussions, all foils, ...)'
1.93      raeburn  12246: => 'Advanced printing options (with answers, discussions, all foils, ...)',
1.6       bisitz   12247: 
                   12248:    'Print for other users and entire course'
1.93      raeburn  12249: => 'Print for other users and entire course',
1.6       bisitz   12250: 
                   12251:    'Get identity behind anonymous postings'
1.93      raeburn  12252: => 'Get identity behind anonymous postings',
1.6       bisitz   12253: 
                   12254:    'View grades'
1.93      raeburn  12255: => 'View grades',
1.6       bisitz   12256: 
                   12257:    "Access to What's New page"
1.70      zhu      12258: => "进入新页",
1.6       bisitz   12259: 
                   12260:    'Upload Users List'
1.70      zhu      12261: => '上传用户列表',
1.6       bisitz   12262: 
                   12263:    'Update Users'
1.70      zhu      12264: => '用户更新',
1.6       bisitz   12265: 
                   12266:    'Create/modify a user'
1.70      zhu      12267: => '创建/修改用户',
1.6       bisitz   12268: 
                   12269:    'Search for a user and modify/add user information or roles'
1.70      zhu      12270: => '搜索用户和修改/添加用户资料或角色',
1.6       bisitz   12271: 
                   12272:    'Add/modify a single user'
1.70      zhu      12273: => '添加/修改一个用户',
1.6       bisitz   12274: 
                   12275:    'Create users or modify the roles and privileges of users'
1.70      zhu      12276: => '创建或修改用户的角色和权限',
1.6       bisitz   12277: 
                   12278:    'Upload a File of Users'
1.70      zhu      12279: => '上传用户文件',
1.6       bisitz   12280: 
1.69      droeschl 12281:    'Add/Modify a User'
1.70      zhu      12282: => '添加/修改用户',
1.6       bisitz   12283: 
                   12284:    'create new user if required'
1.70      zhu      12285: => '如有必要,创建新用户',
1.6       bisitz   12286: 
1.69      droeschl 12287:    'Manage Users'
1.70      zhu      12288: => '管理用户',
1.6       bisitz   12289: 
                   12290:    'Create/Modify user'
1.70      zhu      12291: => '创建/修改用户',
1.6       bisitz   12292: 
                   12293:    'Visible input'
1.70      zhu      12294: => '可见输入',
1.6       bisitz   12295: 
                   12296:    'Currently in use'
1.70      zhu      12297: => '目前正在使用',
1.6       bisitz   12298: 
                   12299:    'Modify this user: [_1]'
1.70      zhu      12300: => '改此用户名: [_1]',
1.6       bisitz   12301: 
                   12302:    'Blank Problem'
1.12      zhu      12303: => '空白问题',
1.6       bisitz   12304: 
                   12305:    'Chemical Reaction Response'
1.70      zhu      12306: => '化学反应',
1.6       bisitz   12307: 
1.76      bisitz   12308:    'Chemical Reaction Response with Hints'
1.93      raeburn  12309: => 'Chemical Reaction Response with Hints', # '化学反应',
1.76      bisitz   12310: 
1.6       bisitz   12311:    'Click-On-Image Problem'
1.70      zhu      12312: => '点击图片',
1.6       bisitz   12313: 
                   12314:    'Curve Plot with Numerical Response'
1.93      raeburn  12315: => 'Curve Plot with Numerical Response',
1.6       bisitz   12316: 
                   12317:    'Custom Response'
1.93      raeburn  12318: => 'Custom Response',
1.76      bisitz   12319: 
                   12320:    'Custom Response with Partial Credit'
1.93      raeburn  12321: => 'Custom Response with Partial Credit',
1.6       bisitz   12322: 
                   12323:    'Data Plot with Numerical Response'
1.93      raeburn  12324: => 'Data Plot with Numerical Response',
1.6       bisitz   12325: 
                   12326:    'Essay Response'
1.18      zhu      12327: => '尝试回答',
1.6       bisitz   12328: 
                   12329:    'Exam Upload Resource'
1.93      raeburn  12330: => 'Exam Upload Resource',
1.6       bisitz   12331: 
                   12332:    'Formula Response using Computer Algebra System'
1.93      raeburn  12333: => 'Formula Response using Computer Algebra System',
1.6       bisitz   12334: 
                   12335:    'Formula Response using Computer Algebra System and Hints'
1.93      raeburn  12336: => 'Formula Response using Computer Algebra System and Hints',
1.6       bisitz   12337: 
1.76      bisitz   12338:    'Formula Response using Computer Algebra System R and Data Plot'
1.93      raeburn  12339: => 'Formula Response using Computer Algebra System R and Data Plot',
1.76      bisitz   12340: 
1.6       bisitz   12341:    'Formula Response with Samples'
1.93      raeburn  12342: => 'Formula Response with Samples',
1.6       bisitz   12343: 
                   12344:    'Unordered Multi-Answer Formula Response Problem'
1.93      raeburn  12345: => 'Unordered Multi-Answer Formula Response Problem',
1.6       bisitz   12346: 
1.76      bisitz   12347:    'Math Response using Computer Algebra System MAXIMA'
1.93      raeburn  12348: => 'Math Response using Computer Algebra System MAXIMA',
1.76      bisitz   12349: 
                   12350:    'Math Response using Computer Algebra System R'
1.93      raeburn  12351: => 'Math Response using Computer Algebra System R',
1.6       bisitz   12352: 
                   12353:    'Math Response using Computer Algebra System and Hints'
1.93      raeburn  12354: => 'Math Response using Computer Algebra System and Hints',
1.6       bisitz   12355: 
                   12356:    'Numerical Response'
1.93      raeburn  12357: => 'Numerical Response',
1.6       bisitz   12358: 
                   12359:    'One of Multiple Answers Numerical Problem'
1.93      raeburn  12360: => 'One of Multiple Answers Numerical Problem',
1.6       bisitz   12361: 
                   12362:    'Option Response - Matching'
1.93      raeburn  12363: => 'Option Response - Matching',
1.6       bisitz   12364: 
                   12365:    'Option Response - Concept Groups'
1.93      raeburn  12366: => 'Option Response - Concept Groups',
1.6       bisitz   12367: 
                   12368:    'Matching Response'
1.93      raeburn  12369: => 'Matching Response',
1.6       bisitz   12370: 
                   12371:    'Option Response - True/False'
1.93      raeburn  12372: => 'Option Response - True/False',
1.6       bisitz   12373: 
                   12374:    'Organic Material Response'
1.93      raeburn  12375: => 'Organic Material Response',
1.6       bisitz   12376: 
1.76      bisitz   12377:    'Organic Material Response with Hint'
1.93      raeburn  12378: => 'Organic Material Response with Hint',
1.76      bisitz   12379: 
1.6       bisitz   12380:    'Radio Button Response'
1.18      zhu      12381: => '单选',
1.6       bisitz   12382: 
                   12383:    'Randomly Labelled Image with Option Response'
1.93      raeburn  12384: => 'Randomly Labelled Image with Option Response',
1.6       bisitz   12385: 
                   12386:    'Rank Response'
1.70      zhu      12387: => '等级制度 (Rank Response)',
1.6       bisitz   12388: 
                   12389:    'String Response'
1.70      zhu      12390: => '文本输入 (String Response)',
1.6       bisitz   12391: 
1.81      bisitz   12392:    'Display catalog of courses and communities'
1.93      raeburn  12393: => '课程目录',
1.6       bisitz   12394: 
                   12395:    'Manage co-authors'
1.18      zhu      12396: => '管理共同作者',
1.6       bisitz   12397: 
                   12398:    'Upload a File of Co-authors'
1.18      zhu      12399: => '上传共同作者的文件',
1.6       bisitz   12400: 
1.69      droeschl 12401:    'Add/Modify a Co-author'
1.79      bisitz   12402: => '添加/修改一个共同的作者',
1.6       bisitz   12403: 
1.69      droeschl 12404:    'Manage Co-authors'
1.79      bisitz   12405: => '管理共同作者',
1.6       bisitz   12406: 
                   12407:    'No courses match the criteria you selected.'
1.18      zhu      12408: => '没有选择相对应的课程。',
1.6       bisitz   12409: 
                   12410:    'Key authority (<tt>id@domain</tt>) if other than course'
1.93      raeburn  12411: => 'Key authority (<tt>id@domain</tt>) if other than course',
1.6       bisitz   12412: 
                   12413:    'New bridgetask file'
1.93      raeburn  12414: => 'New bridgetask file',
1.6       bisitz   12415: 
                   12416:    'Create problem'
1.12      zhu      12417: => '创建问题',
1.6       bisitz   12418: 
                   12419:    'Create library'
1.12      zhu      12420: => '创建图书馆',
1.6       bisitz   12421: 
                   12422:    'Create survey'
1.12      zhu      12423: => '创建调查',
1.6       bisitz   12424: 
                   12425:    'Create task'
1.12      zhu      12426: => '创建任务',
1.6       bisitz   12427: 
                   12428:    'Problem Testing'
1.12      zhu      12429: => '问题测试',
1.6       bisitz   12430: 
                   12431:    "Don't Show Incorect/Correct Feedback"
1.12      zhu      12432: => "不显示不正确/正确的反馈",
1.6       bisitz   12433: 
                   12434:    "Don't Show Any Feedback"
1.12      zhu      12435: => "不显示任何反馈",
1.6       bisitz   12436: 
                   12437:    'Change View'
1.12      zhu      12438: => '更改视图',
1.6       bisitz   12439: 
                   12440:    'Show Default View'
1.12      zhu      12441: => '查看默认视图',
1.6       bisitz   12442: 
                   12443:    '[_1] for [_2] versions.'
1.70      zhu      12444: => '[_1] 的 [_2] 版本。',
1.6       bisitz   12445: 
                   12446:    'Set new preferred languages to '
1.9       zhu      12447: => '首选语言设置为 ',
1.6       bisitz   12448: 
                   12449:    'Reset preferred language.'
1.9       zhu      12450: => '重设的首选语言。',
1.6       bisitz   12451: 
                   12452:    'Set new preferred math display to '
1.93      raeburn  12453: => 'Set new preferred math display to ',
1.6       bisitz   12454: 
                   12455:    'Reset preferred math display.'
1.93      raeburn  12456: => 'Reset preferred math display.',
1.6       bisitz   12457: 
                   12458:    'Set new screenname to '
1.18      zhu      12459: => '在匿名讨论中新的昵称为 ',
1.6       bisitz   12460: 
                   12461:    'Reset screenname.'
1.9       zhu      12462: => '重置昵称。',
1.6       bisitz   12463: 
                   12464:    'Set new nickname to '
1.9       zhu      12465: => '设置新的昵称为 ',
1.6       bisitz   12466: 
                   12467:    'Reset nickname.'
1.9       zhu      12468: => '重设昵称。',
1.6       bisitz   12469: 
                   12470:    'Set menu mode to [_1].'
1.18      zhu      12471: => '设置菜单模式为 [_1]。',
1.6       bisitz   12472: 
                   12473:    'Reset '
1.9       zhu      12474: => '重置',
1.6       bisitz   12475: 
                   12476:    'Set message forwarding to '
1.22      zhu      12477: => '设置邮件转发到 ',
1.6       bisitz   12478: 
                   12479:    "Set message forwarding to 'off'."
1.22      zhu      12480: => "设置邮件转发为'关闭'。",
1.6       bisitz   12481: 
                   12482:    'Set non-critical message notification address(es) to '
1.22      zhu      12483: => '设置非重要的邮件通知地址为 ',
1.6       bisitz   12484: 
                   12485:    "Set non-critical message notification to 'off'."
1.22      zhu      12486: => "设置非重要的邮件通知为'关闭'。",
1.6       bisitz   12487: 
                   12488:    'Set critical message notification address(es) to '
1.22      zhu      12489: => '设置重要的邮件通知地址为 ',
1.6       bisitz   12490: 
                   12491:    "Set critical message notification to 'off'."
1.22      zhu      12492: => "设置重要的邮件通知为'关闭'。",
1.6       bisitz   12493: 
                   12494:    'Set address(es) to receive excerpts with html retained '
1.22      zhu      12495: => '设置保留HTML摘录的地址为 ',
1.6       bisitz   12496: 
                   12497:    'Set notification address to receive excerpts with html stripped.'
1.22      zhu      12498: => '设置接收邮件地址为不保留的HTML摘录。',
1.6       bisitz   12499: 
                   12500:    'Set all notification addresses to receive excerpts with html stripped.'
1.22      zhu      12501: => '设置所有的接收邮件地址为不保留的HTML摘录。',
1.6       bisitz   12502: 
                   12503:    'Set Page Background to '
1.22      zhu      12504: => '设置页面的背景为 ',
1.6       bisitz   12505: 
                   12506:    'Set Header Background to '
1.22      zhu      12507: => '设置页眉背景为 ',
1.6       bisitz   12508: 
                   12509:    'Set Header Border to '
1.22      zhu      12510: => '设置页眉边界为 ',
1.6       bisitz   12511: 
                   12512:    'Set Font to '
1.22      zhu      12513: => '设置字体为 ',
1.6       bisitz   12514: 
                   12515:    'Set Un-Visited Link to '
1.22      zhu      12516: => '设置未访问链接颜色为 ',
1.6       bisitz   12517: 
                   12518:    'Set Visited Link to '
1.22      zhu      12519: => '设置已访问链接颜色为 ',
1.6       bisitz   12520: 
                   12521:    'Set Active Link to '
1.22      zhu      12522: => '设置活动链接颜色为 ',
1.6       bisitz   12523: 
                   12524:    'Reset Page Background'
1.22      zhu      12525: => '重设网页背景',
1.6       bisitz   12526: 
                   12527:    'Reset Header Background'
1.22      zhu      12528: => '重置页眉背景',
1.6       bisitz   12529: 
                   12530:    'Reset Header Border'
1.22      zhu      12531: => '重置页眉边界',
1.6       bisitz   12532: 
                   12533:    'Reset Font.'
1.22      zhu      12534: => '重置字体颜色。',
1.6       bisitz   12535: 
                   12536:    'Reset Un-Visited Link.'
1.22      zhu      12537: => '重置未访问链接颜色。',
1.6       bisitz   12538: 
                   12539:    'Reset Visited Link.'
1.22      zhu      12540: => '重置已访问链接颜色。',
1.6       bisitz   12541: 
                   12542:    'Reset Active Link.'
1.22      zhu      12543: => '重置活动链接颜色。',
1.6       bisitz   12544: 
                   12545:    'Freezing Role: [_1]'
1.22      zhu      12546: => '冻结的角色: [_1]',
1.6       bisitz   12547: 
                   12548:    'Unfreezing Role: [_1]'
1.99      raeburn  12549: => '解冻的角色: [_1] reversed',
1.6       bisitz   12550: 
                   12551:    'No such user: '
1.22      zhu      12552: => '此用户不存在: ',
1.6       bisitz   12553: 
1.49      bisitz   12554:    '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  12555: => '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   12556: 
                   12557:    'Sorry, the token generated when you requested a password reset has expired.'
1.93      raeburn  12558: => 'Sorry, the token generated when you requested a password reset has expired.',
1.6       bisitz   12559: 
                   12560:    'Sorry, the URL generated when you requested reset of your password contained incomplete information.'
1.93      raeburn  12561: => 'Sorry, the URL generated when you requested reset of your password contained incomplete information.',
1.6       bisitz   12562: 
                   12563:    'Page requested in unexpected context'
1.93      raeburn  12564: => 'Page requested in unexpected context',
1.6       bisitz   12565: 
                   12566:    'Invalid username and/or domain'
1.93      raeburn  12567: => 'Invalid username and/or domain',
1.6       bisitz   12568: 
                   12569:    'Username and domain were blank'
1.93      raeburn  12570: => 'Username and domain were blank',
1.6       bisitz   12571: 
                   12572:    'Authentication type for this user can not be changed by this mechanism'
1.93      raeburn  12573: => 'Authentication type for this user can not be changed by this mechanism',
1.6       bisitz   12574: 
                   12575:    'One or more password fields were blank'
1.93      raeburn  12576: => 'One or more password fields were blank',
1.6       bisitz   12577: 
                   12578:    'Please log out and try again.'
1.93      raeburn  12579: => 'Please log out and try again.',
1.6       bisitz   12580: 
                   12581:    'Please try again later.'
1.93      raeburn  12582: => 'Please try again later.',
1.6       bisitz   12583: 
                   12584:    'Unable to retrieve saved token for password decryption'
1.93      raeburn  12585: => 'Unable to retrieve saved token for password decryption',
1.6       bisitz   12586: 
                   12587:    'Could not verify current authentication.'
1.93      raeburn  12588: => 'Could not verify current authentication.',
1.6       bisitz   12589: 
                   12590:    'The new passwords you entered do not match.'
1.93      raeburn  12591: => 'The new passwords you entered do not match.',
1.6       bisitz   12592: 
                   12593:    'Passwords must be a minimum of 7 characters long.'
1.93      raeburn  12594: => 'Passwords must be a minimum of 7 characters long.',
1.6       bisitz   12595: 
                   12596:    'The password you entered contained illegal characters.'
1.93      raeburn  12597: => 'The password you entered contained illegal characters.',
1.6       bisitz   12598: 
                   12599:    'Valid characters are'
1.93      raeburn  12600: => 'Valid characters are',
1.6       bisitz   12601: 
1.21      raeburn  12602:    'The password for [_1] was successfully changed.'
1.22      zhu      12603: => '[_1] 的密码已成功更改。',
1.6       bisitz   12604: 
1.21      raeburn  12605:    'The password for [_1] was not changed.'
1.93      raeburn  12606: => 'The password for [_1] was not changed.',
1.6       bisitz   12607: 
                   12608:    'In discussions: only new posts will be displayed.'
1.93      raeburn  12609: => 'In discussions: only new posts will be displayed.',
1.6       bisitz   12610: 
                   12611:    'In discussions: all posts will be displayed.'
1.93      raeburn  12612: => 'In discussions: all posts will be displayed.',
1.6       bisitz   12613: 
1.111     bisitz   12614:    'In discussions: new posts will cease to be identified as "NEW" after display.'
                   12615: => 'In discussions: new posts will cease to be identified as "NEW" after display.',
1.6       bisitz   12616: 
1.104     raeburn  12617:    'In discussions: posts will be identified as "NEW" until marked as not "NEW".'
                   12618: => 'In discussions: posts will be identified as "NEW" until marked as not "NEW".',
1.6       bisitz   12619: 
                   12620:    'The e-mail address entered in row '
1.22      zhu      12621: => '电子邮件地址输入行 ',
1.6       bisitz   12622: 
                   12623:    'The e-mail address you entered'
1.22      zhu      12624: => '您输入的电子邮件地址',
1.6       bisitz   12625: 
                   12626:    'is not a valid e-mail address'
1.22      zhu      12627: => '不是一个有效的电子邮件地址',
1.6       bisitz   12628: 
                   12629:    'Title for the Uploaded Score'
1.93      raeburn  12630: => 'Title for the Uploaded Score',
1.6       bisitz   12631: 
                   12632:    'Title for the Page'
1.56      zhu      12633: => '标题页',
1.6       bisitz   12634: 
                   12635:    'Title for the Problem'
1.56      zhu      12636: => '问题的标题',
1.6       bisitz   12637: 
                   12638:    'Title for the Drop Box'
1.93      raeburn  12639: => 'Title for the Drop Box',
1.6       bisitz   12640: 
1.112     bisitz   12641:    'Title for the Discussion Board'
1.56      zhu      12642: => '公告栏的标题',
1.6       bisitz   12643: 
                   12644:    'Not a valid user:domain'
1.56      zhu      12645: => '不是有效的用户:域',
1.6       bisitz   12646: 
                   12647:    'Please enter both user and domain in the format user:domain'
1.56      zhu      12648: => '请输入用户和域,格式为 用户:域',
1.6       bisitz   12649: 
1.25      bisitz   12650:    'Personal Information Page of '
1.93      raeburn  12651: => 'Personal Information Page of ',
1.6       bisitz   12652: 
                   12653:    'No info'
1.93      raeburn  12654: => 'No info',
1.6       bisitz   12655: 
                   12656:    'No user information available'
1.93      raeburn  12657: => 'No user information available',
1.6       bisitz   12658: 
                   12659:    'The new directory name was changed from [_1] to [_2].'
1.93      raeburn  12660: => 'The new directory name was changed from [_1] to [_2].',
1.6       bisitz   12661: 
                   12662:    'Unable to create a directory named'
1.93      raeburn  12663: => 'Unable to create a directory named',
1.6       bisitz   12664: 
                   12665:    'A file or directory by that name already exists.'
1.93      raeburn  12666: => 'A file or directory by that name already exists.',
1.6       bisitz   12667: 
                   12668:    'Allowing others to retrieve file: [_1]'
1.93      raeburn  12669: => 'Allowing others to retrieve file: [_1]',
1.6       bisitz   12670: 
                   12671:    '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  12672: => '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   12673: 
                   12674:    'Public files are available to anyone without the need for login.'
1.98      bisitz   12675: => 'Public files are available to anyone without the need for login.',
1.6       bisitz   12676: 
                   12677:    'Passphrase-protected files do not require log-in, but will require the viewer to enter the passphrase you set.'
1.93      raeburn  12678: => 'Passphrase-protected files do not require log-in, but will require the viewer to enter the passphrase you set.',
1.6       bisitz   12679: 
                   12680:    'A listing of files viewable without log-in is available at: '
1.93      raeburn  12681: => 'A listing of files viewable without log-in is available at: ',
1.6       bisitz   12682: 
                   12683:    "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  12684: => "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   12685: 
                   12686:    "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  12687: => "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   12688: 
                   12689:    'Conditional access controls for file: [_1]'
1.93      raeburn  12690: => 'Conditional access controls for file: [_1]',
1.6       bisitz   12691: 
                   12692:    'Help on setting up share access'
1.93      raeburn  12693: => 'Help on setting up share access',
1.6       bisitz   12694: 
                   12695:    'Help on changing settings'
1.93      raeburn  12696: => 'Help on changing settings',
1.6       bisitz   12697: 
                   12698:    'Help on removing share access'
1.93      raeburn  12699: => 'Help on removing share access',
1.6       bisitz   12700: 
                   12701:    'Public access: [_1]'
1.98      bisitz   12702: => 'Public access: [_1]',
1.6       bisitz   12703: 
                   12704:    'Dates available'
1.12      zhu      12705: => '能够使用的日期',
1.6       bisitz   12706: 
                   12707:    'Passphrase-protected access: [_1]'
1.93      raeburn  12708: => 'Passphrase-protected access: [_1]',
1.6       bisitz   12709: 
                   12710:    'Passphrase'
1.93      raeburn  12711: => 'Passphrase',
1.6       bisitz   12712: 
                   12713:    'Conditional access: [_1]'
1.93      raeburn  12714: => 'Conditional access: [_1]',
1.6       bisitz   12715: 
                   12716:    'You have previously set [_1] conditional access controls.'
1.93      raeburn  12717: => 'You have previously set [_1] conditional access controls.',
1.6       bisitz   12718: 
                   12719:    'Change Conditions'
1.93      raeburn  12720: => 'Change Conditions',
1.6       bisitz   12721: 
                   12722:    'Add conditional access'
1.93      raeburn  12723: => 'Add conditional access',
1.6       bisitz   12724: 
                   12725:    'based on domain, username, or course affiliation.'
1.93      raeburn  12726: => 'based on domain, username, or course affiliation.',
1.6       bisitz   12727: 
                   12728:    '[_1]-based conditional access: '
1.98      bisitz   12729: => '[_1]-based conditional access: ',
1.6       bisitz   12730: 
                   12731:    'conditions'
1.93      raeburn  12732: => 'conditions',
1.6       bisitz   12733: 
                   12734:    'condition'
1.93      raeburn  12735: => 'condition',
1.6       bisitz   12736: 
                   12737:    'Action?'
1.93      raeburn  12738: => 'Action?',
1.6       bisitz   12739: 
                   12740:    'Allowed [_1] member affiliations'
1.93      raeburn  12741: => 'Allowed [_1] member affiliations', # ???
1.6       bisitz   12742: 
                   12743:    'No [_1]-based conditions defined.'
1.93      raeburn  12744: => 'No [_1]-based conditions defined.',
1.6       bisitz   12745: 
                   12746:    'Type of change'
1.98      bisitz   12747: => 'Type of change',
1.6       bisitz   12748: 
                   12749:    'Access control'
1.93      raeburn  12750: => 'Access control',
1.6       bisitz   12751: 
                   12752:    'Additional information'
1.93      raeburn  12753: => 'Additional information',
1.6       bisitz   12754: 
                   12755:    'A problem occurred deleting access controls: [_1]'
1.93      raeburn  12756: => 'A problem occurred deleting access controls: [_1]',
1.6       bisitz   12757: 
                   12758:    'A problem occurred saving access control settings: [_1]'
1.93      raeburn  12759: => 'A problem occurred saving access control settings: [_1]',
1.6       bisitz   12760: 
                   12761:    'opened folder'
1.93      raeburn  12762: => 'opened folder',
1.6       bisitz   12763: 
                   12764:    'closed folder'
1.93      raeburn  12765: => 'closed folder',
1.6       bisitz   12766: 
                   12767:    'Passphrase-protected'
1.22      zhu      12768: => '密码保护',
1.6       bisitz   12769: 
                   12770:    'Conditional'
1.93      raeburn  12771: => 'Conditional',
1.6       bisitz   12772: 
                   12773:    'An error occurred ([_1]) while trying to delete [_2].'
1.93      raeburn  12774: => 'An error occurred ([_1]) while trying to delete [_2].',
1.6       bisitz   12775: 
                   12776:    'File: [_1] deleted.'
1.22      zhu      12777: => '文件 [_1] 已删除。',
1.6       bisitz   12778: 
                   12779:    'An error occurred ([_1]) while trying to delete access controls for the file.'
1.93      raeburn  12780: => 'An error occurred ([_1]) while trying to delete access controls for the file.',
1.6       bisitz   12781: 
                   12782:    'Access controls also deleted for the file.'
1.93      raeburn  12783: => 'Access controls also deleted for the file.',
1.6       bisitz   12784: 
                   12785:    'Error: no valid filename was provided to rename to.'
1.93      raeburn  12786: => 'Error: no valid filename was provided to rename to.',
1.6       bisitz   12787: 
                   12788:    'An error occurred ([_1]) while trying to rename [_2] to [_3]'
1.93      raeburn  12789: => 'An error occurred ([_1]) while trying to rename [_2] to [_3]',
1.6       bisitz   12790: 
1.109     bisitz   12791:    'The new filename was changed from:<br />[_1] to [_2]'
                   12792: => 'The new filename was changed from:<br />[_1] to [_2]',
1.6       bisitz   12793: 
                   12794:    'An error occurred ([_1]) while trying to delete access control records for the old name.'
1.93      raeburn  12795: => 'An error occurred ([_1]) while trying to delete access control records for the old name.',
1.6       bisitz   12796: 
                   12797:    'An error occurred ([_1]) while trying to upload [_2].'
1.93      raeburn  12798: => 'An error occurred ([_1]) while trying to upload [_2].',
1.6       bisitz   12799: 
                   12800:    'An error occurred (dir) ([_1]) while trying to delete [_2].'
1.93      raeburn  12801: => 'An error occurred (dir) ([_1]) while trying to delete [_2].',
1.6       bisitz   12802: 
                   12803:    'An error occurred ([_1]) while trying to upload [_2] for embedded element [_3].'
1.93      raeburn  12804: => 'An error occurred ([_1]) while trying to upload [_2] for embedded element [_3].',
1.6       bisitz   12805: 
                   12806:    'An error occurred ([_1]) while trying to create a new directory [_2].'
1.93      raeburn  12807: => 'An error occurred ([_1]) while trying to create a new directory [_2].',
1.6       bisitz   12808: 
                   12809:    'Access controls updated to reflect the name change.'
1.93      raeburn  12810: => 'Access controls updated to reflect the name change.',
1.6       bisitz   12811: 
                   12812:    'Conditional files are accessible to logged-in users with accounts in the LON-CAPA network, who satisfy the conditions you set.'
1.93      raeburn  12813: => 'Conditional files are accessible to logged-in users with accounts in the LON-CAPA network, who satisfy the conditions you set.',
1.6       bisitz   12814: 
                   12815:    'The conditions can include affiliation with a particular course, or a user account in a specific domain.'
1.93      raeburn  12816: => 'The conditions can include affiliation with a particular course, or a user account in a specific domain.',
1.6       bisitz   12817: 
                   12818:    'Alternatively access can be granted to people with specific LON-CAPA usernames and domains.'
1.93      raeburn  12819: => 'Alternatively access can be granted to people with specific LON-CAPA usernames and domains.',
1.6       bisitz   12820: 
                   12821:    'Current access controls defined for this file:'
1.93      raeburn  12822: => 'Current access controls defined for this file:',
1.6       bisitz   12823: 
                   12824:    'No access control settings currently exist for this file.'
1.93      raeburn  12825: => 'No access control settings currently exist for this file.',
1.6       bisitz   12826: 
                   12827:    'Deleted'
1.93      raeburn  12828: => 'Deleted',
1.6       bisitz   12829: 
                   12830:    'No end date'
1.22      zhu      12831: => '无结束日期',
1.6       bisitz   12832: 
                   12833:    'Start: '
1.22      zhu      12834: => '开始: ',
1.6       bisitz   12835: 
                   12836:    'End: '
1.22      zhu      12837: => '结束: ',
1.6       bisitz   12838: 
                   12839:    'Domains: '
1.22      zhu      12840: => '域: ',
1.6       bisitz   12841: 
                   12842:    'Users: '
1.22      zhu      12843: => '用户: ',
1.6       bisitz   12844: 
                   12845:    'New control(s) added'
1.93      raeburn  12846: => 'New control(s) added',
1.6       bisitz   12847: 
                   12848:    'Existing control(s) deleted'
1.93      raeburn  12849: => 'Existing control(s) deleted',
1.6       bisitz   12850: 
                   12851:    'Existing control(s) modified'
1.93      raeburn  12852: => 'Existing control(s) modified',
1.6       bisitz   12853: 
                   12854:    'Add new <b>[_1]-based</b> access control for portfolio file: <b>[_2]</b>'
1.93      raeburn  12855: => 'Add new <b>[_1]-based</b> access control for portfolio file: <b>[_2]</b>',
1.6       bisitz   12856: 
                   12857:    'Display all access settings for this file'
1.93      raeburn  12858: => 'Display all access settings for this file',
1.6       bisitz   12859: 
                   12860:    'Add a roles-based condition'
1.93      raeburn  12861: => 'Add a roles-based condition',
1.6       bisitz   12862: 
                   12863:    'New role-based condition'
1.93      raeburn  12864: => 'New role-based condition',
1.6       bisitz   12865: 
                   12866:    "Format for users' username:domain information:"
1.93      raeburn  12867: => "Format for users' username:domain information:", # ??? -> portfolio.pm
1.6       bisitz   12868: 
                   12869:    'Add new [_1] condition(s)?'
1.93      raeburn  12870: => 'Add new [_1] condition(s)?',
1.6       bisitz   12871: 
                   12872:    'Number to add: '
1.93      raeburn  12873: => 'Number to add: ',
1.6       bisitz   12874: 
                   12875:    'Select roles, course status, section(s) and group(s) for users who will be able to access the portfolio file.'
1.93      raeburn  12876: => 'Select roles, course status, section(s) and group(s) for users who will be able to access the portfolio file.',
1.6       bisitz   12877: 
1.88      bisitz   12878:    'Course status'
                   12879: => 'Course status', # '[_1] 状态',
1.6       bisitz   12880: 
                   12881:    'Files selected from other directories:'
1.93      raeburn  12882: => 'Files selected from other directories:',
1.6       bisitz   12883: 
                   12884:    'Unable to upload [_1]. (size = [_2] kilobytes). Disk quota will be exceeded.'
1.98      bisitz   12885: => 'Unable to upload [_1]. (size = [_2] kilobytes). Disk quota will be exceeded.',
1.6       bisitz   12886: 
                   12887:    'Unable to upload [_1]. A locked file by that name was found in [_2].'
1.99      raeburn  12888: => 'Unable to upload [_1]. A locked file by that name was found in [_2].',
1.6       bisitz   12889: 
                   12890:    'You will be able to rename or delete existing [_1] after a grade has been assigned.'
1.93      raeburn  12891: => 'You will be able to rename or delete existing [_1] after a grade has been assigned.',
1.6       bisitz   12892: 
                   12893:    'Unable to upload [_1]. A file by that name was found in [_2].'
1.99      raeburn  12894: => 'Unable to upload [_1]. A file by that name was found in [_2].',
1.6       bisitz   12895: 
                   12896:    'To upload, rename or delete existing [_1] in [_2].'
1.93      raeburn  12897: => 'To upload, rename or delete existing [_1] in [_2].', # ???
1.6       bisitz   12898: 
                   12899:    'Rename [_1] to [_2]?'
1.99      raeburn  12900: => 'Rename [_1] to [_2]?',
1.6       bisitz   12901: 
                   12902:    'Reference Warning'
1.93      raeburn  12903: => 'Reference Warning',
1.6       bisitz   12904: 
                   12905:    '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  12906: => '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   12907: 
                   12908:    'Please select the locations from which the referenced files are to be uploaded.'
1.93      raeburn  12909: => 'Please select the locations from which the referenced files are to be uploaded.',
1.6       bisitz   12910: 
                   12911:    'Delete [_1]?'
1.12      zhu      12912: => '删除 [_1]?',
1.6       bisitz   12913: 
                   12914:    'Edit Portfolio File Catalog Information'
1.12      zhu      12915: => '编辑组合文件的目录信息',
1.6       bisitz   12916: 
                   12917:    'Edit Group Portfolio File Catalog Information'
1.12      zhu      12918: => '编辑组组合文件的目录信息',
1.6       bisitz   12919: 
                   12920:    'Update'
1.12      zhu      12921: => '更新',
1.6       bisitz   12922: 
                   12923:    'domains'
1.12      zhu      12924: => '域',
1.6       bisitz   12925: 
                   12926:    'users'
1.12      zhu      12927: => '用户',
1.6       bisitz   12928: 
                   12929:    'Access'
1.93      raeburn  12930: => 'Access',
1.6       bisitz   12931: 
                   12932:    'Conditional: domain-based'
1.93      raeburn  12933: => 'Conditional: domain-based',
1.6       bisitz   12934: 
                   12935:    'Conditional: user-based'
1.93      raeburn  12936: => 'Conditional: user-based',
1.6       bisitz   12937: 
                   12938:    'Conditional: course-based'
1.93      raeburn  12939: => 'Conditional: course-based',
1.6       bisitz   12940: 
                   12941:    '[_1] was submitted in response to problem: [_2]'
1.99      raeburn  12942: => '[_1] was submitted in response to problem: [_2]',
1.6       bisitz   12943: 
                   12944:    '[_1] was handed back in response to problem: [_2]'
1.98      bisitz   12945: => '[_1] was handed back in response to problem: [_2]',
1.6       bisitz   12946: 
                   12947:    'In the course:'
1.93      raeburn  12948: => 'In the course:',
1.6       bisitz   12949: 
                   12950:    'Back'
1.12      zhu      12951: => '返回',
1.6       bisitz   12952: 
                   12953:    'Error: no directory name was provided.'
1.12      zhu      12954: => '错误:没有输入目录名称。',
1.6       bisitz   12955: 
                   12956:    'Unable to create a directory named [_1].'
1.12      zhu      12957: => '无法创建目录名 [_1]。',
1.6       bisitz   12958: 
                   12959:    'Action disallowed'
1.12      zhu      12960: => '不允许行动',
1.6       bisitz   12961: 
                   12962:    'You do not have sufficient privileges to [_1]'
1.12      zhu      12963: => '您没有足够权限 [_1]',
1.6       bisitz   12964: 
                   12965:    'upload files'
1.12      zhu      12966: => '上传文件',
1.6       bisitz   12967: 
                   12968:    'delete files'
1.12      zhu      12969: => '删除文件',
1.6       bisitz   12970: 
                   12971:    'rename files'
1.12      zhu      12972: => '重命名文件',
1.6       bisitz   12973: 
                   12974:    'set access controls for files'
1.12      zhu      12975: => '设置访问控制文件',
1.6       bisitz   12976: 
1.116     bisitz   12977:    "in the group's group portfolio."
                   12978: => "in the group's group portfolio.",
1.6       bisitz   12979: 
                   12980:    'in this portfolio.'
1.12      zhu      12981: => '在这个组区。',
1.6       bisitz   12982: 
                   12983:    'You do not have the privileges required to access the shared files space for this group.'
1.12      zhu      12984: => '您没有权限访问该组的共享文件。',
1.6       bisitz   12985: 
                   12986:    'Not a valid group for this course'
1.12      zhu      12987: => '本课程里不是一个有效的组',
1.6       bisitz   12988: 
                   12989:    'Group files for [_1]'
1.12      zhu      12990: => '[_1] 组的组文件 ',
1.6       bisitz   12991: 
                   12992:    'Invalid group'
1.12      zhu      12993: => '无效组',
1.6       bisitz   12994: 
                   12995:    'No file was selected to upload.'
1.12      zhu      12996: => '没有文件被选中上传。',
1.6       bisitz   12997: 
                   12998:    'To upload a file, click <strong>Browse...</strong> and select a file, then click <strong>Upload</strong>.'
1.12      zhu      12999: => '要上传文件,请点击<strong>浏览... </strong>,并选择一个文件,然后点击<strong>上传</strong> 。',
1.6       bisitz   13000: 
                   13001:    'Pick functionality'
1.12      zhu      13002: => '选择功能',
1.6       bisitz   13003: 
                   13004:    'Functionality to display/modify'
1.12      zhu      13005: => '功能显示/修改',
1.6       bisitz   13006: 
                   13007:    'You must select at least one functionality type to display.'
1.12      zhu      13008: => '您必须至少选择一个功能型。',
1.6       bisitz   13009: 
                   13010:    'Default color schemes'
1.12      zhu      13011: => '默认颜色方案',
1.6       bisitz   13012: 
                   13013:    'Log-in page options'
1.12      zhu      13014: => '登录页面选项',
1.6       bisitz   13015: 
                   13016:    'Default authentication/language/timezone'
1.12      zhu      13017: => '默认的身份验证/语言/时区',
1.6       bisitz   13018: 
                   13019:    'Default quotas for user portfolios'
1.93      raeburn  13020: => 'Default quotas for user portfolios',
1.6       bisitz   13021: 
                   13022:    'Auto-update settings'
1.12      zhu      13023: => '设置自动更新',
1.6       bisitz   13024: 
                   13025:    'Institutional directory searches'
1.93      raeburn  13026: => 'Institutional directory searches',
1.6       bisitz   13027: 
                   13028:    'User creation'
                   13029: => '创建用户',
                   13030: 
                   13031:    'User modification'
                   13032: => '用户设置',
                   13033: 
1.103     bisitz   13034:    'Bubblesheet format file'
                   13035: => 'Bubblesheet format file',
1.6       bisitz   13036: 
                   13037:    'Cataloging of courses'
1.12      zhu      13038: => '课程目录',
1.6       bisitz   13039: 
                   13040:    'Display options'
1.12      zhu      13041: => '显示选项',
1.6       bisitz   13042: 
                   13043:    'Display using: '
1.93      raeburn  13044: => 'Display using: ',
1.6       bisitz   13045: 
                   13046:    'one column'
1.12      zhu      13047: => '一列',
1.6       bisitz   13048: 
                   13049:    'two columns'
1.12      zhu      13050: => '两列',
1.6       bisitz   13051: 
                   13052:    'Changes made:'
1.93      raeburn  13053: => 'Changes made:',
1.6       bisitz   13054: 
                   13055:    'Back to configuration display'
1.93      raeburn  13056: => 'Back to configuration display',
1.6       bisitz   13057: 
                   13058:    'No changes made to log-in page settings'
1.93      raeburn  13059: => 'No changes made to log-in page settings',
1.6       bisitz   13060: 
                   13061:    'Support Request'
1.93      raeburn  13062: => 'Support Request',
1.6       bisitz   13063: 
                   13064:    'Do <b>not</b> use this form to ask questions about course content.'
1.93      raeburn  13065: => 'Do <b>not</b> use this form to ask questions about course content.',
1.6       bisitz   13066: 
                   13067:    'Contact your instructor instead.'
1.93      raeburn  13068: => 'Contact your instructor instead.',
1.6       bisitz   13069: 
                   13070:    'Cc'
1.12      zhu      13071: => '抄送',
1.6       bisitz   13072: 
                   13073:    'Your e-mail address'
1.27      zhu      13074: => '您的E-Mail地址',
1.6       bisitz   13075: 
                   13076:    'Search and Enroll'
1.27      zhu      13077: => '搜索和注册',
1.6       bisitz   13078: 
                   13079:    'Search or Add New User'
1.27      zhu      13080: => '搜索或添加新用户',
1.6       bisitz   13081: 
                   13082:    'No username and/or domain provided.'
1.93      raeburn  13083: => 'No username and/or domain provided.',
1.6       bisitz   13084: 
                   13085:    'No match was found for the username ([_1]) in LON-CAPA domain: [_2]'
1.93      raeburn  13086: => 'No match was found for the username ([_1]) in LON-CAPA domain: [_2]',
1.6       bisitz   13087: 
                   13088:    'Submit a request to the LON-CAPA [_1]helpdesk[_2] for [_3] if you require assistance.'
1.93      raeburn  13089: => 'Submit a request to the LON-CAPA [_1]helpdesk[_2] for [_3] if you require assistance.',
1.6       bisitz   13090: 
1.85      bisitz   13091:    'Problems occurred in creating the new Excel file.'
1.93      raeburn  13092: => 'Problems occurred in creating the new Excel file.',
1.85      bisitz   13093: 
                   13094:    'Problems occurred in creating the output file.'
1.93      raeburn  13095: => 'Problems occurred in creating the output file.',
1.85      bisitz   13096: 
                   13097:    'Problems occurred in writing the CSV file.'
1.93      raeburn  13098: => 'Problems occurred in writing the CSV file.',
1.6       bisitz   13099: 
1.85      bisitz   13100:    'This error has been logged.'
1.93      raeburn  13101: => 'This error has been logged.',
1.6       bisitz   13102: 
1.85      bisitz   13103:    'Please alert your LON-CAPA administrator.'
1.93      raeburn  13104: => 'Please alert your LON-CAPA administrator.',
1.6       bisitz   13105: 
                   13106:    'Records [_1]'
1.93      raeburn  13107: => 'Records [_1]', # ???
1.6       bisitz   13108: 
                   13109:    'Filter [_1]'
                   13110: => 'Filter [_1]',
                   13111: 
                   13112:    'Under you current role you are not permitted to change login settings for this user'
1.93      raeburn  13113: => 'Under you current role you are not permitted to change login settings for this user',
1.6       bisitz   13114: 
                   13115:    'History'
1.55      zhu      13116: => '历史',
1.6       bisitz   13117: 
                   13118:    'Part '
1.55      zhu      13119: => '部分 ',
1.6       bisitz   13120: 
                   13121:    'Transaction [_1]'
1.93      raeburn  13122: => 'Transaction [_1]', # ???
1.6       bisitz   13123: 
                   13124:    'Nothing submitted - no attempts.'
1.93      raeburn  13125: => 'Nothing submitted - no attempts.',
1.6       bisitz   13126: 
                   13127:    'No data.'
1.93      raeburn  13128: => 'No data.',
1.6       bisitz   13129: 
                   13130:    'Open in a new window'
1.93      raeburn  13131: => 'Open in a new window',
1.6       bisitz   13132: 
                   13133:    'Revoke user roles'
1.93      raeburn  13134: => 'Revoke user roles',
1.6       bisitz   13135: 
                   13136:    'Delete user roles'
1.93      raeburn  13137: => 'Delete user roles',
1.6       bisitz   13138: 
                   13139:    'Re-enable expired user roles'
1.93      raeburn  13140: => 'Re-enable expired user roles',
1.6       bisitz   13141: 
                   13142:    'Make future user roles active now'
1.93      raeburn  13143: => 'Make future user roles active now',
1.6       bisitz   13144: 
                   13145:    'Change starting/ending dates'
1.93      raeburn  13146: => 'Change starting/ending dates',
1.6       bisitz   13147: 
                   13148:    'Change section associated with user roles'
1.93      raeburn  13149: => 'Change section associated with user roles',
1.6       bisitz   13150: 
                   13151:    'Modify existing user: '
1.70      zhu      13152: => '修改现有的用户: ',
1.6       bisitz   13153: 
                   13154:    'Enroll one student'
1.70      zhu      13155: => '注册一名学生',
1.6       bisitz   13156: 
                   13157:    'Enroll one student: '
1.70      zhu      13158: => '注册一名学生: ',
1.6       bisitz   13159: 
                   13160:    'Existing Roles'
1.55      zhu      13161: => '现有的角色',
1.6       bisitz   13162: 
1.40      bisitz   13163:    'Existing Roles in this Course'
1.70      zhu      13164: => '课程中现有的角色',
1.40      bisitz   13165: 
1.118     bisitz   13166:    'Existing Co-Author Roles in your Authoring Space'
                   13167: => 'Existing Co-Author Roles in your Authoring Space',
1.40      bisitz   13168: 
                   13169:    'Existing Roles in this Domain'
1.70      zhu      13170: => '在该域中现有的角色',
1.40      bisitz   13171: 
1.6       bisitz   13172:    'Text-based Interface Login'
1.93      raeburn  13173: => 'Text-based Interface Login',
1.6       bisitz   13174: 
                   13175:    'Select Accessibility Options'
1.93      raeburn  13176: => 'Select Accessibility Options',
1.6       bisitz   13177: 
                   13178:    'Suppress rendering of images'
1.93      raeburn  13179: => 'Suppress rendering of images',
1.6       bisitz   13180: 
                   13181:    'Suppress Java applets'
1.55      zhu      13182: => '禁止Java小程序',
1.6       bisitz   13183: 
                   13184:    'Suppress rendering of embedded multimedia'
1.93      raeburn  13185: => 'Suppress rendering of embedded multimedia',
1.6       bisitz   13186: 
                   13187:    'Increase font size'
1.55      zhu      13188: => '放大字体',
1.6       bisitz   13189: 
                   13190:    'Switch to black and white mode'
1.55      zhu      13191: => '切换到黑白模式',
1.6       bisitz   13192: 
                   13193:    'Remember these settings for next login'
1.55      zhu      13194: => '下次登录时记住这些设置',
1.6       bisitz   13195: 
                   13196:    'You are already logged in!'
1.55      zhu      13197: => '您已经登录!',
1.6       bisitz   13198: 
                   13199:    'You are already logged in'
1.55      zhu      13200: => '您已经登录!',
1.6       bisitz   13201: 
                   13202:    'Please either [_1]continue the current session[_2] or [_3]logout[_4].'
1.55      zhu      13203: => '您的选择:[_1]继续当前的会话[_2]或者[_3]退出[_4]。',
1.6       bisitz   13204: 
                   13205:    'Login problems?'
1.9       zhu      13206: => '无法登录?',
1.6       bisitz   13207: 
                   13208:    'Reset password'
1.9       zhu      13209: => '重设密码',
1.6       bisitz   13210: 
                   13211:    'Reset forgotten LON-CAPA password'
1.55      zhu      13212: => '重置 LON-CAPA 密码',
1.6       bisitz   13213: 
1.89      bisitz   13214:    '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      13215: => '如果您使用相同的帐户的其他校园服务除了LON-CAPA, (例如,电子邮件,课程注册等) ,一个单独的中央管理机制可以重置密码。然而,如果您的帐户只是用于LON-CAPA访问,您可以从这个网页重置密码。',
1.6       bisitz   13216: 
                   13217:    'Three conditions must be met:'
1.55      zhu      13218: => '三个条件必须满足:',
1.6       bisitz   13219: 
                   13220:    'An e-mail address must have previously been associated with your LON-CAPA username.'
1.55      zhu      13221: => '必须有一个电子邮件地址与您的LON-CAPA用户联系在一起的。',
1.6       bisitz   13222: 
                   13223:    'You must be able to access e-mail sent to that address.'
1.55      zhu      13224: => '您必须能访问即将发送的电子邮件地址。',
1.6       bisitz   13225: 
                   13226:    'Your LON-CAPA account must be of a type for which LON-CAPA can reset a password.'
1.55      zhu      13227: => '您 LON-CAPA 帐户必须是一个类型为 LON-CAPA 可以重置密码。',
1.6       bisitz   13228: 
                   13229:    'Thank you for your request to reset the password for your LON-CAPA account.'
1.55      zhu      13230: => '感谢您要求重设 LON-CAPA 帐户的密码 。',
1.6       bisitz   13231: 
                   13232:    'Email address in LON-CAPA'
1.93      raeburn  13233: => 'Email address in LON-CAPA',
1.6       bisitz   13234: 
1.55      zhu      13235:    'E-mail address in LON-CAPA'
1.93      raeburn  13236: => 'E-mail address in LON-CAPA',
1.55      zhu      13237: 
1.6       bisitz   13238:    'The username you provided was not verified as a valid username in the LON-CAPA system for the [_1] domain.'
1.56      zhu      13239: => '您提供的用户名不是有效的用户名在 LON-CAPA 系统在该[_1]域。',
1.6       bisitz   13240: 
                   13241:    'Please [_1]go back[_2] and try again.'
1.55      zhu      13242: => '请[_1]返回[_2] ,然后再试一次。',
1.6       bisitz   13243: 
                   13244:    'The e-mail address you provided does not appear to be a valid address.'
1.56      zhu      13245: => '您提供的电子邮件地址不是一个有效的地址。',
1.6       bisitz   13246: 
                   13247:    'A valid e-mail address was not located in the LON-CAPA system for the username and domain you provided.'
1.56      zhu      13248: => '您提供的用户名和域在 LON-CAPA 系统中没有找到一个有效的电子邮件地址。',
1.6       bisitz   13249: 
                   13250:    'The username you provided uses an authentication type which can not be reset directly via LON-CAPA.'
1.56      zhu      13251: => '您提供的用户名使用的身份验证类型,不能直接通过 LON-CAPA 重置密码。',
1.6       bisitz   13252: 
1.41      bisitz   13253:    'You may wish to contact the [_1]LON-CAPA helpdesk[_2] for the [_3].'
1.56      zhu      13254: => '您不妨联系[_2]的[_3]的[_1] LON-CAPA 求助。',
1.6       bisitz   13255: 
                   13256:    'You may wish to send an e-mail to the server administrator: [_1] for [_2].' # 1: e-mail, 2: domain
1.98      bisitz   13257: => '您不妨给服务器管理员发送电子邮件: [_1]的[_2] 。',
1.6       bisitz   13258: 
1.118     bisitz   13259:    'Assigning yourself a co-author or assistant co-author role in your own author area in Authoring Space is not permitted'
                   13260: => 'Assigning yourself a co-author or assistant co-author role in your own author area in Authoring Space is not permitted',
1.6       bisitz   13261: 
                   13262:    'Owner(s)'
1.93      raeburn  13263: => 'Owner(s)',
1.6       bisitz   13264: 
                   13265:    'Practice Problem'
1.56      zhu      13266: => '练习题',
1.6       bisitz   13267: 
                   13268:    'Submissions are not permanently recorded'
1.93      raeburn  13269: => 'Submissions are not permanently recorded',
1.6       bisitz   13270: 
                   13271:    'Submissions to practice problems are not permanently recorded.'
1.93      raeburn  13272: => 'Submissions to practice problems are not permanently recorded.',
1.6       bisitz   13273: 
                   13274:    'not graded'
1.93      raeburn  13275: => 'not graded',
1.6       bisitz   13276: 
                   13277:    'Course initialization preference'
1.93      raeburn  13278: => 'Course initialization preference',
1.6       bisitz   13279: 
                   13280:    'Choose which page will be displayed when you enter this course after selecting a role.'
1.93      raeburn  13281: => 'Choose which page will be displayed when you enter this course after selecting a role.',
1.6       bisitz   13282: 
                   13283:    'Current value is determined by'
1.93      raeburn  13284: => 'Current value is determined by',
1.6       bisitz   13285: 
                   13286:    'and is set to display'
1.93      raeburn  13287: => 'and is set to display',
1.6       bisitz   13288: 
                   13289:    'Page display controlled by'
1.93      raeburn  13290: => 'Page display controlled by',
1.6       bisitz   13291: 
                   13292:    'If'
1.93      raeburn  13293: => 'If',
1.6       bisitz   13294: 
                   13295:    'Choose course entry'
1.93      raeburn  13296: => 'Choose course entry',
1.6       bisitz   13297: 
                   13298:    'Modify course entry'
1.93      raeburn  13299: => 'Modify course entry',
1.6       bisitz   13300: 
                   13301:    '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  13302: => '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   13303: 
                   13304:    '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  13305: => '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   13306: 
                   13307:    "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  13308: => "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   13309: 
                   13310:    'Setting optional privileges for specific group members'
1.57      zhu      13311: => '对具体组成员设置可选的权限',
1.6       bisitz   13312: 
                   13313:    'As no group tools will be made available to users, there are no specific user privileges to set.'
1.93      raeburn  13314: => 'As no group tools will be made available to users, there are no specific user privileges to set.',
1.6       bisitz   13315: 
                   13316:    'Create group'
1.12      zhu      13317: => '创建组',
1.6       bisitz   13318: 
1.116     bisitz   13319:    'The value you entered for the quota for the group portfolio in this group contained invalid characters, so it has been set to 0 MB. You can change this by modifying the group settings.'
                   13320: => 'The value you entered for the quota for the group portfolio 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   13321: 
1.116     bisitz   13322:    'The value you entered for the quota for the group portfolio in this group exceeded the maximum possible value, so it has been set to [_1] MB (the maximum possible value).'
                   13323: => 'The value you entered for the quota for the group portfolio in this group exceeded the maximum possible value, so it has been set to [_1] MB (the maximum possible value).',
1.6       bisitz   13324: 
                   13325:    'A problem occurred when creating folders for the new group [_1]:'
1.93      raeburn  13326: => 'A problem occurred when creating folders for the new group [_1]:',
1.6       bisitz   13327: 
                   13328:    'Group [_1] was created.'
1.12      zhu      13329: => '组 [_1] 已创建。',
1.6       bisitz   13330: 
                   13331:    'E-mail Address'
1.93      raeburn  13332: => 'E-mail Address',
1.6       bisitz   13333: 
                   13334:    'Closes '
1.93      raeburn  13335: => 'Closes ',
1.6       bisitz   13336: 
                   13337:    '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  13338: => '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   13339: 
                   13340:    '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  13341: => '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   13342: 
                   13343:    '[quant,_1,day]'
1.99      raeburn  13344: => '[quant,_1,day]',
1.6       bisitz   13345: 
                   13346:    '[quant,_1,hour]'
1.99      raeburn  13347: => '[quant,_1,hour]',
1.6       bisitz   13348: 
                   13349:    '[quant,_1,minute]'
1.99      raeburn  13350: => '[quant,_1,minute]',
1.6       bisitz   13351: 
                   13352:    '[quant,_1,second]'
1.99      raeburn  13353: => '[quant,_1,second]',
1.6       bisitz   13354: 
                   13355:    'Start Timer?'
1.93      raeburn  13356: => 'Start Timer?',
1.6       bisitz   13357: 
                   13358:    'Sign up for time to work.'
1.93      raeburn  13359: => 'Sign up for time to work.',
1.6       bisitz   13360: 
                   13361:    'Requesting Another Worktime'
1.93      raeburn  13362: => 'Requesting Another Worktime',
1.6       bisitz   13363: 
                   13364:    'No available times.'
1.93      raeburn  13365: => 'No available times.',
1.6       bisitz   13366: 
                   13367:    'Return to last resource'
1.93      raeburn  13368: => 'Return to last resource',
1.6       bisitz   13369: 
                   13370:    'My Courses'
1.9       zhu      13371: => '我的课程',
1.6       bisitz   13372: 
                   13373:    '[_1] parts'
1.99      raeburn  13374: => '[_1] parts',
1.6       bisitz   13375: 
                   13376:    'Part: [_1]'
1.27      zhu      13377: => '部分: [_1]',
1.6       bisitz   13378: 
                   13379:    'New Discussion'
1.12      zhu      13380: => '新的讨论',
1.6       bisitz   13381: 
                   13382:    'New Email'
1.12      zhu      13383: => '新的 E-Mail',
1.6       bisitz   13384: 
                   13385:    'New Error'
1.12      zhu      13386: => '新的错误',
1.6       bisitz   13387: 
                   13388:    '(randomly select [_1])'
1.98      bisitz   13389: => '(randomly select [_1])',
1.6       bisitz   13390: 
                   13391:    '(randomly ordered)'
1.98      bisitz   13392: => '(randomly ordered)',
1.6       bisitz   13393: 
                   13394:    'No course selected'
1.93      raeburn  13395: => 'No course selected',
1.6       bisitz   13396: 
                   13397:    'Open '
1.98      bisitz   13398: => 'Open ',
1.6       bisitz   13399: 
                   13400:    'Having technical difficulties; please check status later'
1.93      raeburn  13401: => 'Having technical difficulties; please check status later',
1.6       bisitz   13402: 
                   13403:    'Answer open'
1.93      raeburn  13404: => 'Answer open',
1.6       bisitz   13405: 
                   13406:    'Yes, and show correct answer if they exceed the maximum number of tries.'
1.93      raeburn  13407: => 'Yes, and show correct answer if they exceed the maximum number of tries.',
1.6       bisitz   13408: 
                   13409:    "No, don't show correct/incorrect feedback."
1.93      raeburn  13410: => "No, don't show correct/incorrect feedback.",
1.6       bisitz   13411: 
                   13412:    'No, show no feedback at all.'
1.93      raeburn  13413: => 'No, show no feedback at all.',
1.6       bisitz   13414: 
                   13415:    'single part'
1.93      raeburn  13416: => 'single part',
1.6       bisitz   13417: 
                   13418:    'Course Page'
1.36      zhu      13419: => '课程页面',
1.6       bisitz   13420: 
                   13421:    'Unable to set "number unread posts display" to [_1] due to [_2].'
1.98      bisitz   13422: => 'Unable to set "number unread posts display" to [_1] due to [_2].',
1.6       bisitz   13423: 
                   13424:    'Current value is [_1].'
1.36      zhu      13425: => '当前的值是 [_1].',
1.6       bisitz   13426: 
                   13427:    'Unable to set interval to [_1] due to [_2].'
1.93      raeburn  13428: => 'Unable to set interval to [_1] due to [_2].',
1.6       bisitz   13429: 
                   13430:    'Changes to threshold(s) for problem tracking:'
1.93      raeburn  13431: => 'Changes to threshold(s) for problem tracking:',
1.6       bisitz   13432: 
                   13433:    'Set threshold for [_1] to [_2]'
1.36      zhu      13434: => '对于 [_1] 到 [_2] 的临界值',
1.6       bisitz   13435: 
                   13436:    'Set the default page to be displayed when you select a course role'
1.36      zhu      13437: => '设置默认页, 显示您选择的课程的角色',
1.6       bisitz   13438: 
                   13439:    '(Currently: [_1])'
1.36      zhu      13440: => '(现在: [_1])',
1.6       bisitz   13441: 
                   13442:    "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   13443: => "在课程中为您的课程的全局的用户首选项设置可以覆盖个别的课程设置,通过特定的课程设置[_1]What's New page[_2]。",
1.6       bisitz   13444: 
                   13445:    'Display the [_1]first resource[_2] in the course.'
1.36      zhu      13446: => '显示课程中的[_1]第一资源[_2]。',
1.6       bisitz   13447: 
                   13448:    "Display the [_1]What's New page[_2] - a summary of items in the course which require attention."
1.36      zhu      13449: => "显示 [_1]What's New page[_2] - 课程中的内容概述需要被注意。",
1.6       bisitz   13450: 
                   13451:    'Default now set'
1.93      raeburn  13452: => 'Default now set',
1.6       bisitz   13453: 
                   13454:    'when you select a course role from the roles screen'
1.93      raeburn  13455: => 'when you select a course role from the roles screen',
1.6       bisitz   13456: 
                   13457:    'you will be taken to the start of the course.'
1.93      raeburn  13458: => 'you will be taken to the start of the course.',
1.6       bisitz   13459: 
                   13460:    'a page will be displayed that lists items in the course that may require action from you.'
1.93      raeburn  13461: => 'a page will be displayed that lists items in the course that may require action from you.',
1.6       bisitz   13462: 
                   13463:    "Display the What's New page listing course action items"
1.93      raeburn  13464: => "Display the What's New page listing course action items",
1.6       bisitz   13465: 
                   13466:    'Go to the start of the course'
1.93      raeburn  13467: => 'Go to the start of the course',
1.6       bisitz   13468: 
                   13469:    'now'
1.93      raeburn  13470: => 'now',
1.6       bisitz   13471: 
                   13472:    'No official courses to display for [_1].'
1.93      raeburn  13473: => 'No official courses to display for [_1].',
1.6       bisitz   13474: 
                   13475:    '(Month - Day - Year)'
1.13      zhu      13476: => '(月 - 日 - 年)',
1.6       bisitz   13477: 
                   13478:    'Month[_1]Day[_2]Year'
1.13      zhu      13479: => '月[_1]日[_2]年',
1.6       bisitz   13480: 
                   13481:    '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  13482: => '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   13483: 
                   13484:    'Skipping'
1.93      raeburn  13485: => 'Skipping',
1.6       bisitz   13486: 
                   13487:    'Notifying host'
1.93      raeburn  13488: => 'Notifying host', # ???
1.6       bisitz   13489: 
                   13490:    'Back to Catalog Information'
1.18      zhu      13491: => '返回到目录信息',
1.6       bisitz   13492: 
                   13493:    ' at '
1.101     bisitz   13494: => ' at ',
1.6       bisitz   13495: 
                   13496:    "Computer's answer is incorrect ([_1])."
1.93      raeburn  13497: => "Computer's answer is incorrect ([_1]).",
1.6       bisitz   13498: 
                   13499:    'It is likely that the tolerance range [_1] or significant figures [_2] need to be adjusted.'
1.93      raeburn  13500: => 'It is likely that the tolerance range [_1] or significant figures [_2] need to be adjusted.',
1.6       bisitz   13501: 
                   13502:    'It is likely that the tolerance range [_1] needs to be adjusted.'
1.93      raeburn  13503: => 'It is likely that the tolerance range [_1] needs to be adjusted.',
1.6       bisitz   13504: 
                   13505:    'Submission Record'
1.93      raeburn  13506: => 'Submission Record',
1.6       bisitz   13507: 
                   13508:    'Set/Change grades'
1.93      raeburn  13509: => 'Set/Change grades',
1.6       bisitz   13510: 
                   13511:    'View of the problem'
1.93      raeburn  13512: => 'View of the problem',
1.6       bisitz   13513: 
                   13514:    'Assign Grades'
1.93      raeburn  13515: => 'Assign Grades',
1.6       bisitz   13516: 
                   13517:    'Save &amp; Next'
1.18      zhu      13518: => '保存并继续',
1.6       bisitz   13519: 
                   13520:    '[_1]student(s)'
1.22      zhu      13521: => '[_1]学生',
1.6       bisitz   13522: 
                   13523:    '(Next and Previous (student) do not save the scores.)'
1.99      raeburn  13524: => '(Next and Previous (student) do not save the scores.)',
1.6       bisitz   13525: 
                   13526:    'LON-CAPA User Message'
1.22      zhu      13527: => 'LON-CAPA 用户邮件',
1.6       bisitz   13528: 
1.105     raeburn  13529:    '[_1]Message:[_2] No more students for this section or class.'
                   13530: => '[_1]Message:[_2] No more students for this section or class.',
1.6       bisitz   13531: 
                   13532:    'Click on the button below to return to the grading menu.'
1.93      raeburn  13533: => 'Click on the button below to return to the grading menu.',
1.6       bisitz   13534: 
                   13535:    'Group files'
1.12      zhu      13536: => '组文件',
1.6       bisitz   13537: 
                   13538:    'One group portfolio file is available.'
1.93      raeburn  13539: => 'One group portfolio file is available.',
1.6       bisitz   13540: 
                   13541:    'One portfolio file owned by [_1] is available.'
1.93      raeburn  13542: => 'One portfolio file owned by [_1] is available.',
1.6       bisitz   13543: 
                   13544:    'A total of [_1] group portfolio files are available.'
1.93      raeburn  13545: => 'A total of [_1] group portfolio files are available.',
1.6       bisitz   13546: 
                   13547:    'A total of [_1] portfolio files owned by [_2] are available'
1.93      raeburn  13548: => 'A total of [_1] portfolio files owned by [_2] are available',
1.6       bisitz   13549: 
                   13550:    '[quant,_1,file is,files are] publicly accessible.'
1.93      raeburn  13551: => '[quant,_1,file is,files are] publicly accessible.',
1.6       bisitz   13552: 
                   13553:    '[quant,_1,file requires,files require] a passphrase for access.'
1.98      bisitz   13554: => '[quant,_1,file requires,files require] a passphrase for access.',
1.6       bisitz   13555: 
                   13556:    'Group Portfolio files'
1.12      zhu      13557: => '组组合文件',
1.6       bisitz   13558: 
                   13559:    'Viewable portfolio files.'
1.12      zhu      13560: => '可见组合文件。',
1.6       bisitz   13561: 
                   13562:    'Viewable portfolio files'
1.12      zhu      13563: => '可见组合文件',
1.6       bisitz   13564: 
                   13565:    'Viewable group portfolio files'
1.12      zhu      13566: => '可见组组合文件',
1.6       bisitz   13567: 
                   13568:    'Display file listing'
1.36      zhu      13569: => '显示文件列表',
1.6       bisitz   13570: 
                   13571:    'Portfolio files for [_1]'
1.36      zhu      13572: => '[_1] 的组合文件',
1.6       bisitz   13573: 
                   13574:    'File access type: '
1.36      zhu      13575: => '文件访问类型: ',
1.6       bisitz   13576: 
                   13577:    'Update display'
1.36      zhu      13578: => '更新显示',
1.6       bisitz   13579: 
                   13580:    'Course Information page'
1.36      zhu      13581: => '课程资料页',
1.6       bisitz   13582: 
                   13583:    'Information about [_1]'
1.36      zhu      13584: => '关于 [_1] 的消息',
1.6       bisitz   13585: 
                   13586:    'There are no available files of the specified access type: [_1]'
1.36      zhu      13587: => '没有提供文件的指定访问类型: [_1]',
1.6       bisitz   13588: 
                   13589:    'File Type Displayed: [_1]'
1.36      zhu      13590: => '显示文件类型: [_1]',
1.6       bisitz   13591: 
                   13592:    'All file types'
1.36      zhu      13593: => '所有文件类型',
1.6       bisitz   13594: 
                   13595:    'The resource depends on another resource with variable filename, i.e., [_1].'
1.93      raeburn  13596: => 'The resource depends on another resource with variable filename, i.e., [_1].',
1.6       bisitz   13597: 
                   13598:    'You likely need to explicitly allow access to all possible dependencies using the [_1]-tag.'
1.93      raeburn  13599: => 'You likely need to explicitly allow access to all possible dependencies using the [_1]-tag.',
1.6       bisitz   13600: 
                   13601:    'Add Selection for:'
1.93      raeburn  13602: => 'Add Selection for:',
1.6       bisitz   13603: 
1.65      zhu      13604:    'Selected Parameters:'
1.93      raeburn  13605: => 'Selected Parameters:',
1.63      zhu      13606: 
1.65      zhu      13607:    'Show detailed Parameter Selection'
1.93      raeburn  13608: => 'Show detailed Parameter Selection',
1.63      zhu      13609: 
1.65      zhu      13610: # Resource Parameters - Start
1.63      zhu      13611: 
1.65      zhu      13612:    'Problem Opening Date (opendate)'
                   13613: => '问题开始日期 (opendate)',
1.6       bisitz   13614: 
                   13615:    'Problem Opening Date'
1.12      zhu      13616: => '问题开始日期',
1.6       bisitz   13617: 
1.65      zhu      13618:    'Problem Due Date (duedate)'
                   13619: => '问题截止日期 (duedate)',
                   13620: 
1.6       bisitz   13621:    'Problem Due Date'
1.12      zhu      13622: => '问题截止日期',
1.6       bisitz   13623: 
1.65      zhu      13624:    'Problem Answer Date (answerdate)'
                   13625: => '问题答案日期 (answerdate)',
                   13626: 
1.6       bisitz   13627:    'Problem Answer Date'
1.12      zhu      13628: => '问题答案日期',
1.6       bisitz   13629: 
1.65      zhu      13630:    'Time-Limit (interval)'
                   13631: => '期限 (interval)',
                   13632: 
1.6       bisitz   13633:    'Time-Limit'
1.12      zhu      13634: => '期限',
1.6       bisitz   13635: 
1.65      zhu      13636:    'Weight (weight)'
1.93      raeburn  13637: => 'Weight (weight)',
1.65      zhu      13638: 
1.6       bisitz   13639:    'Weight'
1.93      raeburn  13640: => 'Weight',
1.6       bisitz   13641: 
1.65      zhu      13642:    'Maximum Number of Tries (maxtries)'
1.93      raeburn  13643: => 'Maximum Number of Tries (maxtries)',
1.65      zhu      13644: 
1.6       bisitz   13645:    'Maximum Number of Tries'
1.93      raeburn  13646: => 'Maximum Number of Tries',
1.6       bisitz   13647: 
1.65      zhu      13648:    'Number of Tries before hints appear (hinttries)'
1.93      raeburn  13649: => 'Number of Tries before hints appear (hinttries)',
1.65      zhu      13650: 
1.6       bisitz   13651:    'Number of Tries before hints appear'
1.93      raeburn  13652: => 'Number of Tries before hints appear',
1.6       bisitz   13653: 
1.56      zhu      13654:    'Content Opening Date (contentopen)'
1.61      bisitz   13655: => '内容开放日期 (contentopen)',
                   13656: 
1.56      zhu      13657:    'Content Due Date (contentclose)'
1.61      bisitz   13658: => '内容关闭日期 (contentclose)',
1.56      zhu      13659: 
1.63      zhu      13660:    'Content Opening Date'
                   13661: => '内容开放日期',
1.6       bisitz   13662: 
                   13663:    'Content Close Date'
1.18      zhu      13664: => '内容关闭日期',
1.6       bisitz   13665: 
1.65      zhu      13666:    'Question Type (type)'
                   13667: => '问题类型 (type)',
                   13668: 
1.6       bisitz   13669:    'Question Type'
1.18      zhu      13670: => '问题类型',
1.6       bisitz   13671: 
1.65      zhu      13672:    'Show Problem Status (problemstatus)'
1.93      raeburn  13673: => 'Show Problem Status (problemstatus)',
1.65      zhu      13674: 
1.6       bisitz   13675:    'Show Problem Status'
1.18      zhu      13676: => '查看问题状态',
1.6       bisitz   13677: 
1.65      zhu      13678:    'Resource Hidden from Students (hiddenresource)'
1.93      raeburn  13679: => 'Resource Hidden from Students (hiddenresource)',
1.65      zhu      13680: 
1.6       bisitz   13681:    'Resource Hidden from Students'
1.93      raeburn  13682: => 'Resource Hidden from Students',
1.65      zhu      13683: 
                   13684:    'Resource hidden from students (hiddenresource)'
1.93      raeburn  13685: => 'Resource hidden from students (hiddenresource)',
1.65      zhu      13686: 
                   13687:    'Resource hidden from students'
1.93      raeburn  13688: => 'Resource hidden from students',
1.65      zhu      13689: 
                   13690:    'List of hidden parts (hiddenparts)'
1.93      raeburn  13691: => 'List of hidden parts (hiddenparts)',
1.6       bisitz   13692: 
                   13693:    'List of hidden parts'
1.93      raeburn  13694: => 'List of hidden parts', # ???
1.6       bisitz   13695: 
1.65      zhu      13696:    'Part Description (display)'
1.93      raeburn  13697: => 'Part Description (display)',
1.65      zhu      13698: 
1.6       bisitz   13699:    'Part Description'
1.93      raeburn  13700: => 'Part Description',
1.6       bisitz   13701: 
1.65      zhu      13702:    'Show Parts One-at-a-Time (ordered)'
1.93      raeburn  13703: => 'Show Parts One-at-a-Time (ordered)',
1.65      zhu      13704: 
1.6       bisitz   13705:    'Show Parts One-at-a-Time'
1.93      raeburn  13706: => 'Show Parts One-at-a-Time',
1.6       bisitz   13707: 
1.65      zhu      13708:    'Numerical Tolerance (tol)'
1.93      raeburn  13709: => 'Numerical Tolerance (tol)',
1.65      zhu      13710: 
1.6       bisitz   13711:    'Numerical Tolerance'
1.93      raeburn  13712: => 'Numerical Tolerance',
1.6       bisitz   13713: 
1.65      zhu      13714:    'Significant Digits (sig)'
1.93      raeburn  13715: => 'Significant Digits (sig)',
1.65      zhu      13716: 
1.6       bisitz   13717:    'Significant Digits'
1.93      raeburn  13718: => 'Significant Digits',
1.6       bisitz   13719: 
1.65      zhu      13720:    'Show Units - Disable Entry (turnoffunit)'
1.93      raeburn  13721: => 'Show Units - Disable Entry (turnoffunit)',
1.65      zhu      13722: 
1.6       bisitz   13723:    'Show Units - Disable Entry'
1.93      raeburn  13724: => 'Show Units - Disable Entry', # ???
1.6       bisitz   13725: 
1.65      zhu      13726:    'Discussion End Time (discussend)'
1.93      raeburn  13727: => 'Discussion End Time (discussend)',
1.65      zhu      13728: 
1.6       bisitz   13729:    'Discussion End Time'
1.93      raeburn  13730: => 'Discussion End Time',
1.6       bisitz   13731: 
1.65      zhu      13732:    'Hide Closed Discussion (discusshide)'
1.93      raeburn  13733: => 'Hide Closed Discussion (discusshide)',
1.65      zhu      13734: 
1.6       bisitz   13735:    'Hide Closed Discussion'
1.93      raeburn  13736: => 'Hide Closed Discussion',
1.6       bisitz   13737: 
1.65      zhu      13738:    'Randomly Order Resources (randomorder)'
1.93      raeburn  13739: => 'Randomly Order Resources (randomorder)',
1.65      zhu      13740: 
1.6       bisitz   13741:    'Randomly Order Resources'
1.93      raeburn  13742: => 'Randomly Order Resources',
1.6       bisitz   13743: 
1.65      zhu      13744:    'Randomly pick number of resources (randompick)'
1.93      raeburn  13745: => 'Randomly pick number of resources (randompick)',
1.65      zhu      13746: 
                   13747:    'Do not show plain URL (encrypturl)'
1.93      raeburn  13748: => 'Do not show plain URL (encrypturl)',
1.6       bisitz   13749: 
                   13750:    'Do not show plain URL'
1.93      raeburn  13751: => 'Do not show plain URL',
1.6       bisitz   13752: 
1.65      zhu      13753:    'Slots of availability (available)'
1.93      raeburn  13754: => 'Slots of availability (available)',
1.65      zhu      13755: 
1.6       bisitz   13756:    'Slots of availability'
1.93      raeburn  13757: => 'Slots of availability',
1.6       bisitz   13758: 
1.65      zhu      13759:    'CSS file to link (cssfile)'
1.93      raeburn  13760: => 'CSS file to link (cssfile)',
1.65      zhu      13761: 
1.6       bisitz   13762:    'CSS file to link'
1.93      raeburn  13763: => 'CSS file to link',
1.6       bisitz   13764: 
1.65      zhu      13765:    'Use slot based access controls (useslots)'
1.93      raeburn  13766: => 'Use slot based access controls (useslots)',
1.65      zhu      13767: 
1.6       bisitz   13768:    'Use slot based access controls'
1.93      raeburn  13769: => 'Use slot based access controls',
1.6       bisitz   13770: 
1.101     bisitz   13771:    'Client IP/Name Access Control (acc)'
1.93      raeburn  13772: => 'Client IP/Name Access Control (acc)',
1.65      zhu      13773: 
1.6       bisitz   13774:    'Client IP/Name Access Control'
1.93      raeburn  13775: => 'Client IP/Name Access Control',
1.6       bisitz   13776: 
1.65      zhu      13777:    'Resource alias name for conditions (mapalias)'
1.93      raeburn  13778: => 'Resource alias name for conditions (mapalias)',
1.65      zhu      13779: 
1.6       bisitz   13780:    'Resource alias name for conditions'
1.93      raeburn  13781: => 'Resource alias name for conditions',
1.6       bisitz   13782: 
1.65      zhu      13783:    'Slots of availability selected by student (availablestudent)'
1.93      raeburn  13784: => 'Slots of availability selected by student (availablestudent)',
1.65      zhu      13785: 
1.6       bisitz   13786:    'Slots of availability selected by student'
1.93      raeburn  13787: => 'Slots of availability selected by student',
1.65      zhu      13788: 
                   13789:    'Hide buttons from students (buttonshide)'
1.93      raeburn  13790: => 'Hide buttons from students (buttonshide)',
1.6       bisitz   13791: 
                   13792:    'Hide buttons from students'
1.93      raeburn  13793: => 'Hide buttons from students', # ???
1.65      zhu      13794: 
                   13795:    'Hide DragMath-Editor (turnoffeditor)'
1.93      raeburn  13796: => 'Hide DragMath-Editor (turnoffeditor)',
1.6       bisitz   13797: 
                   13798:    'Hide DragMath-Editor'
1.93      raeburn  13799: => 'Hide DragMath-Editor',
1.6       bisitz   13800: 
1.65      zhu      13801:    'Maximum Number of Collaborators (maxcollaborators)'
1.93      raeburn  13802: => 'Maximum Number of Collaborators (maxcollaborators)',
1.65      zhu      13803: 
1.6       bisitz   13804:    'Maximum Number of Collaborators'
1.93      raeburn  13805: => 'Maximum Number of Collaborators',
1.6       bisitz   13806: 
1.65      zhu      13807:    'Allowed File Extensions for Uploaded Files (uploadedfiletypes)'
1.93      raeburn  13808: => 'Allowed File Extensions for Uploaded Files (uploadedfiletypes)',
1.65      zhu      13809: 
1.6       bisitz   13810:    'Allowed File Extensions for Uploaded Files'
1.93      raeburn  13811: => 'Allowed File Extensions for Uploaded Files',
1.6       bisitz   13812: 
1.65      zhu      13813:    'Hand Graded (handgrade)'
1.93      raeburn  13814: => 'Hand Graded (handgrade)',
1.65      zhu      13815: 
1.6       bisitz   13816:    'Hand Graded'
1.93      raeburn  13817: => 'Hand Graded',
1.6       bisitz   13818: 
1.65      zhu      13819:    'Number of bubbles in exam mode (numbubbles)'
                   13820: => '考试模式中的一些复选框 (numbubbles)',
                   13821: 
1.6       bisitz   13822:    'Number of bubbles in exam mode'
1.12      zhu      13823: => '考试模式中的一些复选框',
1.6       bisitz   13824: 
1.65      zhu      13825:    'Format for display of score (scoreformat)'
                   13826: => '评分显示格式 (scoreformat)',
                   13827: 
1.6       bisitz   13828:    'Format for display of score'
1.12      zhu      13829: => '评分显示格式',
1.6       bisitz   13830: 
1.65      zhu      13831:    'Max. Cumulative Size (MB) for Submitted Files (maxfilesize)'
                   13832: => '最大(MB)累积提交文件 (maxfilesize)',
                   13833: 
                   13834:    'Max. Cumulative Size (MB) for Submitted Files'
                   13835: => '最大(MB)累积提交文件',
                   13836: 
                   13837:    'Max. cumulative size (MB) for submitted files (maxfilesize)'
                   13838: => '最大(MB)累积提交文件 (maxfilesize)',
1.61      bisitz   13839: 
1.65      zhu      13840:    'Max. cumulative size (MB) for submitted files'
                   13841: => '最大(MB)累积提交文件',
1.63      zhu      13842: # Resource Parameters - End
1.61      bisitz   13843: 
1.65      zhu      13844: # Resource Parameter Categories - Start
                   13845:    'Problem Appearance'
1.93      raeburn  13846: => 'Problem Appearance',
1.65      zhu      13847: 
                   13848:    'Time Settings'
1.93      raeburn  13849: => 'Time Settings',
1.65      zhu      13850: 
                   13851:    'High Level Randomization'
1.98      bisitz   13852: => 'High Level Randomization',
1.65      zhu      13853: 
                   13854:    'Hiding'
1.93      raeburn  13855: => 'Hiding',
1.65      zhu      13856: 
                   13857:    'Behaviour of Input Fields'
1.93      raeburn  13858: => 'Behaviour of Input Fields',
1.65      zhu      13859: 
                   13860:    'Slots'
                   13861: => 'Slots',
                   13862: 
                   13863:    'File Submission'
1.93      raeburn  13864: => 'File Submission',
1.65      zhu      13865: # Resource Parameters Categories - End
1.6       bisitz   13866: 
                   13867:    'New LON-CAPA [_1] ID: [_2]'
1.12      zhu      13868: => '新的 LON-CAPA-[_1]-ID: [_2]',
1.6       bisitz   13869: 
                   13870:    'Not available'
1.12      zhu      13871: => '不详',
1.6       bisitz   13872: 
                   13873:    'Post Announcement'
1.12      zhu      13874: => '提交通知',
1.6       bisitz   13875: 
                   13876:    'The folder name: "[_1]" is already in use for an existing folder.'
1.10      zhu      13877: => '文件夹名称: "[_1]" 已经在现有的文件夹中。',
1.6       bisitz   13878: 
                   13879:    'The folder name: "[_1]" is already used for one of the folders automatically generated by the system.'
1.10      zhu      13880: => '文件夹名称: "[_1]" 已经用于一个文件夹自动生成系统。',
1.6       bisitz   13881: 
                   13882:    'Error - could not obtain lock on email folders record.'
1.93      raeburn  13883: => 'Error - could not obtain lock on email folders record.',
1.6       bisitz   13884: 
                   13885:    'The folder "[_1]" may not be deleted'
1.93      raeburn  13886: => 'The folder "[_1]" may not be deleted',
1.6       bisitz   13887: 
                   13888:    'The folder "[_1]" does not exist so deletion is not required.'
1.93      raeburn  13889: => 'The folder "[_1]" does not exist so deletion is not required.',
1.6       bisitz   13890: 
                   13891:    'The folder "[_1]" contains messages so it may not be deleted.'
1.22      zhu      13892: => '该文件夹“[_1]”包含有信息,因此不能删除。',
1.6       bisitz   13893: 
                   13894:    'Delete or move the messages to a different folder first.'
1.93      raeburn  13895: => 'Delete or move the messages to a different folder first.',
1.6       bisitz   13896: 
                   13897:    'The folder "[_1]" may not be renamed to "[_2]" as the new name you requested is an invalid name.'
1.93      raeburn  13898: => 'The folder "[_1]" may not be renamed to "[_2]" as the new name you requested is an invalid name.',
1.6       bisitz   13899: 
                   13900:    '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  13901: => '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   13902: 
                   13903:    '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  13904: => '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   13905: 
                   13906:    'The folder "[_1]" could not be renamed to "[_2]" because the folder does not exist.'
1.93      raeburn  13907: => 'The folder "[_1]" could not be renamed to "[_2]" because the folder does not exist.',
1.6       bisitz   13908: 
                   13909:    'Warning: failed to release lock for counter'
1.93      raeburn  13910: => 'Warning: failed to release lock for counter',
1.6       bisitz   13911: 
                   13912:    'Warning: failed to release lock for folder: [_1].'
1.93      raeburn  13913: => 'Warning: failed to release lock for folder: [_1].',
1.6       bisitz   13914: 
                   13915:    'Error uploading new folder.'
1.93      raeburn  13916: => 'Error uploading new folder.',
1.6       bisitz   13917: 
                   13918:    'Error reading contents of parent folder.'
1.93      raeburn  13919: => 'Error reading contents of parent folder.',
1.6       bisitz   13920: 
                   13921:    'Error saving updated parent folder.'
1.93      raeburn  13922: => 'Error saving updated parent folder.',
1.6       bisitz   13923: 
                   13924:    'Parameters not set for [_1] because the resource was not recognized as part of the course.'
1.101     bisitz   13925: => 'Parameters not set for [_1] because the resource was not recognized as part of the course.',
1.6       bisitz   13926: 
                   13927:    'Message not moved, Attempted to move message to the same folder as it already is in.'
1.93      raeburn  13928: => 'Message not moved, Attempted to move message to the same folder as it already is in.',
1.6       bisitz   13929: 
                   13930:    'Message not moved, A network error occurred.'
1.93      raeburn  13931: => 'Message not moved, A network error occurred.',
1.6       bisitz   13932: 
                   13933:    'Message not moved as the message is no longer in the source folder.'
1.93      raeburn  13934: => 'Message not moved as the message is no longer in the source folder.',
1.6       bisitz   13935: 
                   13936:    'Message copied to new folder but status was not, A network error occurred.'
1.93      raeburn  13937: => 'Message copied to new folder but status was not, A network error occurred.',
1.6       bisitz   13938: 
                   13939:    'Message copied, but unable to delete the original from the source folder.'
1.93      raeburn  13940: => 'Message copied, but unable to delete the original from the source folder.',
1.6       bisitz   13941: 
                   13942:    'Message copied, but unable to delete the original status from the source folder.'
1.93      raeburn  13943: => 'Message copied, but unable to delete the original status from the source folder.',
1.6       bisitz   13944: 
                   13945:    '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  13946: => '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   13947: 
                   13948:    'Error: could not determine domain or number of course'
1.93      raeburn  13949: => 'Error: could not determine domain or number of course',
1.6       bisitz   13950: 
                   13951:    'Select message recipients from the group members listed below.'
1.93      raeburn  13952: => 'Select message recipients from the group members listed below.',
1.6       bisitz   13953: 
                   13954:    'Send another e-mail'
1.63      zhu      13955: => '发送另一个电子邮件',
1.6       bisitz   13956: 
                   13957:    'Send another group message'
1.12      zhu      13958: => '给其他组发送邮件',
1.6       bisitz   13959: 
                   13960:    'Return to group page'
1.12      zhu      13961: => '返回到组网页',
1.6       bisitz   13962: 
                   13963:    '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      13964: => '您必须确认您已经收到此邮件,然后才能访问其他页面。确认后,此邮件将移至您的收件箱。',
1.6       bisitz   13965: 
                   13966:    '[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   13967: => '[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   13968: 
1.87      raeburn  13969:    'Each of the[_1] [quant,_2,message] [_3]you checked will be forwarded to the recipient(s) you select below.'
                   13970: => 'Each of the[_1] [quant,_2,message] [_3]you checked will be forwarded to the recipient(s) you select below.',
1.6       bisitz   13971: 
                   13972:    'The message you checked will be forwarded to the recipient(s) you select below.'
1.93      raeburn  13973: => 'The message you checked will be forwarded to the recipient(s) you select below.',
1.6       bisitz   13974: 
                   13975:    'Send Messages'
1.10      zhu      13976: => '发送邮件',
1.6       bisitz   13977: 
                   13978:    'Send Message'
1.43      bisitz   13979: => '发送邮件', # '发送讯息',
1.6       bisitz   13980: 
                   13981:    'Send Reply to Messages'
1.10      zhu      13982: => '发送回复邮件',
1.6       bisitz   13983: 
                   13984:    'Send Reply to Message'
1.10      zhu      13985: => '发送回复邮件',
1.6       bisitz   13986: 
                   13987:    'Forward Messages'
1.10      zhu      13988: => '转发邮件',
1.6       bisitz   13989: 
                   13990:    'Forward Message'
1.10      zhu      13991: => '转发邮件',
1.6       bisitz   13992: 
                   13993:    'Save message for re-use'
1.10      zhu      13994: => '邮件重新保存',
1.6       bisitz   13995: 
                   13996:    'Show re-usable messages'
1.10      zhu      13997: => '显示保存的邮件',
1.6       bisitz   13998: 
                   13999:    'This message was designated by the sender not to allow replies.'
1.93      raeburn  14000: => 'This message was designated by the sender not to allow replies.',
1.6       bisitz   14001: 
                   14002:    'The sender did not designate a reply to address for this message.'
1.93      raeburn  14003: => 'The sender did not designate a reply to address for this message.',
1.6       bisitz   14004: 
                   14005:    'Reply to other recipients'
1.93      raeburn  14006: => 'Reply to other recipients',
1.6       bisitz   14007: 
                   14008:    'Unless you choose otherwise:'
1.93      raeburn  14009: => 'Unless you choose otherwise:',
1.6       bisitz   14010: 
                   14011:    "The subject in each forwarded message will be <i>'Forwarding:'</i> followed by the original subject."
1.93      raeburn  14012: => "The subject in each forwarded message will be <i>'Forwarding:'</i> followed by the original subject.",
1.6       bisitz   14013: 
                   14014:    'original subject'
1.93      raeburn  14015: => 'original subject',
1.6       bisitz   14016: 
                   14017:    "sender's name"
1.93      raeburn  14018: => "sender's name",
1.6       bisitz   14019: 
                   14020:    'Message begins with:'
1.93      raeburn  14021: => 'Message begins with:',
1.6       bisitz   14022: 
                   14023:    'Any new text to display before the text of the original messages:'
1.93      raeburn  14024: => 'Any new text to display before the text of the original messages:',
1.6       bisitz   14025: 
                   14026:    'username1:domain1: text'
1.22      zhu      14027: => '用户名1:域名1: 文本',
1.6       bisitz   14028: 
                   14029:    'username2:domain2: text'
1.22      zhu      14030: => '用户名2:域名2: 文本',
1.6       bisitz   14031: 
1.26      zhu      14032:    'username3:domain1: text'
1.22      zhu      14033: => '用户名3:域名3: 文本',
1.6       bisitz   14034: 
                   14035:    "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      14036: => "邮件从相应用户的所有行<tt>用户名:域</tt>收集并附加到一般消息文本。", # ???
1.6       bisitz   14037: 
                   14038:    'Not allowed'
1.22      zhu      14039: => '不允许',
1.6       bisitz   14040: 
                   14041:    'Archived Message'
1.22      zhu      14042: => '存档的邮件',
1.6       bisitz   14043: 
                   14044:    '[quant,_1,communication blocking period was,communication blocking periods were] removed.'
1.98      bisitz   14045: => '[quant,_1,communication blocking period was,communication blocking periods were] removed.',
1.6       bisitz   14046: 
                   14047:    '[quant,_1,communication blocking period was,communication blocking periods were] modified.'
1.98      bisitz   14048: => '[quant,_1,communication blocking period was,communication blocking periods were] modified.',
1.6       bisitz   14049: 
                   14050:    '[quant,_1,communication blocking period was,communication blocking periods were] added.'
1.98      bisitz   14051: => '[quant,_1,communication blocking period was,communication blocking periods were] added.',
1.6       bisitz   14052: 
                   14053:    '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  14054: => '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   14055: 
                   14056:    'Reply To'
1.93      raeburn  14057: => 'Reply To',
1.6       bisitz   14058: 
                   14059:    'Current attempts of student (if applicable)'
1.93      raeburn  14060: => 'Current attempts of student (if applicable)',
1.6       bisitz   14061: 
                   14062:    'Current screen output (if applicable)'
1.93      raeburn  14063: => 'Current screen output (if applicable)',
1.6       bisitz   14064: 
                   14065:    'No saved comments yet.'
1.93      raeburn  14066: => 'No saved comments yet.',
1.6       bisitz   14067: 
                   14068:    'No saved comments yet for this resource.'
1.93      raeburn  14069: => 'No saved comments yet for this resource.',
1.6       bisitz   14070: 
                   14071:    'Could not deliver message'
1.93      raeburn  14072: => 'Could not deliver message',
1.6       bisitz   14073: 
                   14074:    'Please use the browser "Back" button and correct the recipient addresses ([_1]).'
1.93      raeburn  14075: => 'Please use the browser "Back" button and correct the recipient addresses ([_1]).',
1.6       bisitz   14076: 
                   14077:    'Failed to delete the message.'
1.93      raeburn  14078: => 'Failed to delete the message.',
1.6       bisitz   14079: 
                   14080:    'Marked [_1] message(s) read'
1.99      raeburn  14081: => 'Marked [_1] message(s) read',
1.6       bisitz   14082: 
                   14083:    'Marked [_1] message(s) Unread'
1.99      raeburn  14084: => 'Marked [_1] message(s) Unread',
1.6       bisitz   14085: 
                   14086:    'Destination folder [_1] is not a valid folder'
1.93      raeburn  14087: => 'Destination folder [_1] is not a valid folder',
1.6       bisitz   14088: 
                   14089:    'Failed to move [_1] message(s)'
1.99      raeburn  14090: => 'Failed to move [_1] message(s)',
1.6       bisitz   14091: 
                   14092:    'Moved [_1] message(s)'
1.99      raeburn  14093: => 'Moved [_1] message(s)',
1.6       bisitz   14094: 
                   14095:    'Failed to delete [_1] message(s)'
1.98      bisitz   14096: => 'Failed to delete [_1] message(s)',
1.6       bisitz   14097: 
                   14098:    'Deleted [_1] message(s)'
1.98      bisitz   14099: => 'Deleted [_1] message(s)',
1.6       bisitz   14100: 
                   14101:    '[quant,_1,message] forwarded.'
1.99      raeburn  14102: => '[quant,_1,message] forwarded.',
1.6       bisitz   14103: 
                   14104:    'Could not forward [quant,_1,message].'
1.99      raeburn  14105: => 'Could not forward [quant,_1,message].',
1.6       bisitz   14106: 
                   14107:    'Could not deliver forwarded message.'
1.93      raeburn  14108: => 'Could not deliver forwarded message.',
1.6       bisitz   14109: 
                   14110:    'The recipient addresses may need to be corrected'
1.93      raeburn  14111: => 'The recipient addresses may need to be corrected',
1.6       bisitz   14112: 
                   14113:    'Mail folder "[_1]" created.'
1.10      zhu      14114: => '邮件文件夹 "[_1]" 已创建。',
1.6       bisitz   14115: 
                   14116:    'Creation failed.'
1.10      zhu      14117: => '创建失败。',
1.6       bisitz   14118: 
                   14119:    'Mail folder "[_1]" deleted.'
1.10      zhu      14120: => '邮件文件夹 "[_1]" 已删除。',
1.6       bisitz   14121: 
                   14122:    'Deletion failed.'
1.10      zhu      14123: => '删除失败。',
1.6       bisitz   14124: 
                   14125:    'Mail folder "[_1]" renamed "[_2]".'
1.10      zhu      14126: => '邮件文件夹 "[_1]" 更名为 "[_2]".',
1.6       bisitz   14127: 
                   14128:    'Renaming failed.'
1.10      zhu      14129: => '重命名失败。',
1.6       bisitz   14130: 
                   14131:    'Messages'
1.10      zhu      14132: => '邮件',
1.6       bisitz   14133: 
                   14134:    'Distribute from Uploaded File'
1.10      zhu      14135: => '从上传的文件分发', # ???
1.6       bisitz   14136: 
                   14137:    'Communication Blocking'
1.10      zhu      14138: => '通讯阻塞',
1.6       bisitz   14139: 
                   14140:    'Communication blocking during scheduled exams'
1.10      zhu      14141: => '有时限的通讯阻塞',
1.6       bisitz   14142: 
                   14143:    '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      14144: => '您可以在网上考试期间使用通信阻断,以防止该课程的学生接收其他学生的LON-CAPA信息。作为阻止的通信可能会中断参加了其他的LON-CAPA课程的学生之间的沟通,请您在在设置和更改安排考试时间时注意选择正确的开始和结束时间。',
1.6       bisitz   14145: 
                   14146:    'Modify existing communication blocking periods'
1.26      zhu      14147: => '修改现有的通信阻断时间',
1.6       bisitz   14148: 
                   14149:    'No communication blocks currently saved'
1.26      zhu      14150: => '目前任何通信被锁定。',
1.6       bisitz   14151: 
                   14152:    'Duration'
1.10      zhu      14153: => '持续',
1.6       bisitz   14154: 
                   14155:    'Event'
1.10      zhu      14156: => '事件',
1.6       bisitz   14157: 
                   14158:    'Blocked?'
1.26      zhu      14159: => '被锁定?',
1.6       bisitz   14160: 
                   14161:    'Add block'
1.26      zhu      14162: => '新增锁定',
1.6       bisitz   14163: 
                   14164:    'e.g., Exam 1'
1.26      zhu      14165: => '(例如:考试1)',
1.6       bisitz   14166: 
                   14167:    'Discussion'
1.10      zhu      14168: => '论坛',
1.6       bisitz   14169: 
                   14170:    'The following changes were made'
1.26      zhu      14171: => '进行了以下更改:',
1.6       bisitz   14172: 
                   14173:    'Add new communication blocking periods'
1.26      zhu      14174: => '添加新的的通信阻断时间',
1.6       bisitz   14175: 
                   14176:    'Set by'
1.93      raeburn  14177: => 'Set by',
1.6       bisitz   14178: 
                   14179:    'Deleted Message'
1.10      zhu      14180: => '删除的邮件',
1.6       bisitz   14181: 
                   14182:    'Marked Messages Read'
1.10      zhu      14183: => '邮件标记为已读',
1.6       bisitz   14184: 
                   14185:    'Marked Messages Unread'
1.10      zhu      14186: => '邮件标记为未读',
1.6       bisitz   14187: 
                   14188:    'Moved Messages'
1.10      zhu      14189: => '移动邮件',
1.6       bisitz   14190: 
                   14191:    'Deleted Messages'
1.10      zhu      14192: => '删除邮件',
1.6       bisitz   14193: 
                   14194:    'Marked Message as Unread'
1.10      zhu      14195: => '邮件标记为未读',
1.6       bisitz   14196: 
                   14197:    'Deleted Folder'
1.10      zhu      14198: => '删除文件夹',
1.6       bisitz   14199: 
                   14200:    'Renamed Folder'
1.10      zhu      14201: => '重命名文件夹',
1.6       bisitz   14202: 
                   14203:    'username:domain,username:domain,...'
1.10      zhu      14204: => '用户名:域,用户名:域...',
1.6       bisitz   14205: 
                   14206:    'All courses'
1.10      zhu      14207: => '所有课程',
1.6       bisitz   14208: 
                   14209:    'Pick specific course(s):'
1.93      raeburn  14210: => 'Pick specific course(s):',
1.6       bisitz   14211: 
                   14212:    'Search for a course in the [_1] domain'
1.93      raeburn  14213: => 'Search for a course in the [_1] domain',
1.6       bisitz   14214: 
                   14215:    'Actions available after searching for a course:'
1.93      raeburn  14216: => 'Actions available after searching for a course:',
1.6       bisitz   14217: 
                   14218:    '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  14219: => '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   14220: 
                   14221:    "Certain settings which control auto-enrollment of students from your institution's student information system."
1.93      raeburn  14222: => "Certain settings which control auto-enrollment of students from your institution's student information system.",
1.6       bisitz   14223: 
                   14224:    'The total disk space allocated for storage of portfolio files in all groups in a course.'
1.93      raeburn  14225: => 'The total disk space allocated for storage of portfolio files in all groups in a course.',
1.6       bisitz   14226: 
                   14227:    'No existing sections'
1.100     raeburn  14228: => 'No existing sections',
1.6       bisitz   14229: 
                   14230:    'Broadcast e-mail to users'
1.93      raeburn  14231: => 'Broadcast e-mail to users',
1.6       bisitz   14232: 
                   14233:    'Broadcast E-mail'
1.93      raeburn  14234: => 'Broadcast E-mail',
1.6       bisitz   14235: 
                   14236:    'Broadcast e-mail to Domain'
1.93      raeburn  14237: => 'Broadcast e-mail to Domain',
1.6       bisitz   14238: 
                   14239:    'Send a new e-mail message to selected users from this domain'
1.93      raeburn  14240: => 'Send a new e-mail message to selected users from this domain',
1.6       bisitz   14241: 
                   14242:    'Send a new e-mail to selected users from this domain'
1.93      raeburn  14243: => 'Send a new e-mail to selected users from this domain',
1.6       bisitz   14244: 
                   14245:    'Display e-mail sent by Domain Coordinators in this domain'
1.93      raeburn  14246: => 'Display e-mail sent by Domain Coordinators in this domain',
1.6       bisitz   14247: 
                   14248:    'Select Audience'
1.93      raeburn  14249: => 'Select Audience',
1.6       bisitz   14250: 
                   14251:    'Choose e-mail audience'
1.93      raeburn  14252: => 'Choose e-mail audience',
1.6       bisitz   14253: 
                   14254:    'Roles:'
                   14255: => '角色:',
                   14256: 
                   14257:    'Courses:'
                   14258: => '课程:',
                   14259: 
1.113     bisitz   14260:    '[_1] selected.'
1.12      zhu      14261: => '[_1] 选择的。',
1.6       bisitz   14262: 
                   14263:    'Access status:'
1.93      raeburn  14264: => 'Access status:',
1.6       bisitz   14265: 
                   14266:    'Username -> Email conversion:'
1.12      zhu      14267: => '用户名 -> E-Mail 转换:',
1.6       bisitz   14268: 
                   14269:    'Building valid e-mail address from username, if missing from preferences:'
1.93      raeburn  14270: => 'Building valid e-mail address from username, if missing from preferences:',
1.6       bisitz   14271: 
                   14272:    'Kerberos: enter default for each realm used in the domain, with comma separation of entries'
1.93      raeburn  14273: => 'Kerberos: enter default for each realm used in the domain, with comma separation of entries',
1.6       bisitz   14274: 
                   14275:    '(e.g., MSU.EDU=msu.edu, MSUE.EDU=msue.msu.edu).'
1.99      raeburn  14276: => '(e.g., MSU.EDU=msu.edu, MSUE.EDU=msue.msu.edu).',
1.6       bisitz   14277: 
                   14278:    'Internal, Filesystem and Local authentication: enter single default.'
1.93      raeburn  14279: => 'Internal, Filesystem and Local authentication: enter single default.',
1.6       bisitz   14280: 
                   14281:    'Authentication Method'
1.93      raeburn  14282: => 'Authentication Method',
1.6       bisitz   14283: 
                   14284:    'Username -> e-mail conversion'
1.93      raeburn  14285: => 'Username -> e-mail conversion',
1.6       bisitz   14286: 
                   14287:    'Internal (LON-CAPA)'
1.93      raeburn  14288: => 'Internal (LON-CAPA)',
1.6       bisitz   14289: 
                   14290:    'username@'
                   14291: => '用户名@',
                   14292: 
                   14293:    'Local/Customized'
1.93      raeburn  14294: => 'Local/Customized',
1.6       bisitz   14295: 
                   14296:    'Filesystem (UNIX)'
1.93      raeburn  14297: => 'Filesystem (UNIX)',
1.6       bisitz   14298: 
                   14299:    'Compose E-mail'
1.93      raeburn  14300: => 'Compose E-mail',
1.6       bisitz   14301: 
                   14302:    'No recipients identified'
1.93      raeburn  14303: => 'No recipients identified',
1.6       bisitz   14304: 
                   14305:    'Broadcast e-mail display options'
1.93      raeburn  14306: => 'Broadcast e-mail display options',
1.6       bisitz   14307: 
                   14308:    'Date range:'
1.93      raeburn  14309: => 'Date range:',
1.6       bisitz   14310: 
                   14311:    'Earliest to display:'
1.93      raeburn  14312: => 'Earliest to display:',
1.6       bisitz   14313: 
                   14314:    'Latest to display:'
1.93      raeburn  14315: => 'Latest to display:',
1.6       bisitz   14316: 
                   14317:    'Choose sender(s):'
1.93      raeburn  14318: => 'Choose sender(s):',
1.6       bisitz   14319: 
                   14320:    'Display e-mail'
1.10      zhu      14321: => '显示 E-Mail',
1.6       bisitz   14322: 
                   14323:    'E-mail display'
1.10      zhu      14324: => '显示 E-Mail',
1.6       bisitz   14325: 
                   14326:    'Display Broadcast e-mail'
1.10      zhu      14327: => '显示广播 E-Mail',
1.6       bisitz   14328: 
                   14329:    'No mail sent matching supplied criteria'
1.93      raeburn  14330: => 'No mail sent matching supplied criteria',
1.6       bisitz   14331: 
                   14332:    'Customrole'
1.93      raeburn  14333: => 'Customrole',
1.6       bisitz   14334: 
                   14335:    'Defined by [_1] at [_2].'
1.93      raeburn  14336: => 'Defined by [_1] at [_2].',
1.6       bisitz   14337: 
                   14338:    'No students found.'
1.93      raeburn  14339: => 'No students found.',
1.6       bisitz   14340: 
                   14341:    'Spreadsheet'
1.93      raeburn  14342: => 'Spreadsheet',
1.6       bisitz   14343: 
                   14344:    'Spreadsheet Help'
1.93      raeburn  14345: => 'Spreadsheet Help',
1.6       bisitz   14346: 
                   14347:    'Editing Help'
1.93      raeburn  14348: => 'Editing Help',
1.6       bisitz   14349: 
                   14350:    'Help on printing'
1.93      raeburn  14351: => 'Help on printing',
1.6       bisitz   14352: 
                   14353:    'Metadata Diffs'
1.93      raeburn  14354: => 'Metadata Diffs',
1.6       bisitz   14355: 
                   14356:    'Retrieve Metadata'
1.93      raeburn  14357: => 'Retrieve Metadata',
1.6       bisitz   14358: 
                   14359:    'Enter course'
1.93      raeburn  14360: => 'Enter course',
1.6       bisitz   14361: 
                   14362:    'Enter Course'
1.93      raeburn  14363: => 'Enter Course',
1.6       bisitz   14364: 
                   14365:    'Enter Access Key to Unlock this Course'
1.93      raeburn  14366: => 'Enter Access Key to Unlock this Course',
1.6       bisitz   14367: 
                   14368:    'Verifying Access Key to Unlock this Course'
1.98      bisitz   14369: => 'Verifying Access Key to Unlock this Course',
1.6       bisitz   14370: 
                   14371:    'Successfully registered key'
1.93      raeburn  14372: => 'Successfully registered key',
1.6       bisitz   14373: 
                   14374:    'Re-Enter Key'
1.93      raeburn  14375: => 'Re-Enter Key',
1.6       bisitz   14376: 
                   14377:    'Assigned from [_1] at [_2] for [_3]'
1.93      raeburn  14378: => 'Assigned from [_1] at [_2] for [_3]',
1.6       bisitz   14379: 
                   14380:    'Total Matches'
1.93      raeburn  14381: => 'Total Matches',
1.6       bisitz   14382: 
                   14383:    'Time Remaining'
1.93      raeburn  14384: => 'Time Remaining',
1.6       bisitz   14385: 
                   14386:    'IMPORT'
1.93      raeburn  14387: => 'IMPORT',
1.6       bisitz   14388: 
                   14389:    'Help on slots'
1.93      raeburn  14390: => 'Help on slots',
1.6       bisitz   14391: 
                   14392:    'New user accounts in [_1]'
1.93      raeburn  14393: => 'New user accounts in [_1]',
1.6       bisitz   14394: 
                   14395:    'Student enrollment changes in [_1]'
1.98      bisitz   14396: => 'Student enrollment changes in [_1]',
1.6       bisitz   14397: 
                   14398:    'The following [quant,_1,change] occurred in [_2] - [_3] as a result of the automated classlist update:'
1.93      raeburn  14399: => 'The following [quant,_1,change] occurred in [_2] - [_3] as a result of the automated classlist update:',
1.6       bisitz   14400: 
                   14401:    'No institutional classlist data could be retrieved for [_1]'
1.93      raeburn  14402: => 'No institutional classlist data could be retrieved for [_1]',
1.6       bisitz   14403: 
                   14404:    'Not within time window for auto-enrollment in [_1]'
1.99      raeburn  14405: => 'Not within time window for auto-enrollment in [_1]',
1.6       bisitz   14406: 
                   14407:    'Auto-enrollment not currently enabled for [_1]'
1.93      raeburn  14408: => 'Auto-enrollment not currently enabled for [_1]',
1.6       bisitz   14409: 
                   14410:    'The courseID provided does not match a course in this domain.'
1.93      raeburn  14411: => 'The courseID provided does not match a course in this domain.',
1.6       bisitz   14412: 
                   14413:    'Not Open'
1.93      raeburn  14414: => 'Not Open',
1.6       bisitz   14415: 
                   14416:    "This resource currently isn't open. It will be available at [_1]."
1.93      raeburn  14417: => "This resource currently isn't open. It will be available at [_1].",
1.6       bisitz   14418: 
                   14419:    'Could not handle ambiguous resource reference'
1.93      raeburn  14420: => 'Could not handle ambiguous resource reference',
1.6       bisitz   14421: 
                   14422:    'The nature of the problem is unclear'
1.93      raeburn  14423: => 'The nature of the problem is unclear',
1.6       bisitz   14424: 
                   14425:    'Course Roster'
                   14426: => '课程名册',
                   14427: 
                   14428:    'Classlist'
                   14429: => '班级名册',
                   14430: 
                   14431:    'Display of a student-viewable course roster is not currently enabled.'
1.93      raeburn  14432: => 'Display of a student-viewable course roster is not currently enabled.',
1.6       bisitz   14433: 
                   14434:    'Student-viewable course roster'
1.93      raeburn  14435: => 'Student-viewable course roster',
1.6       bisitz   14436: 
                   14437:    'Students with no section'
1.93      raeburn  14438: => 'Students with no section',
1.6       bisitz   14439: 
                   14440:    'Students in section "[_1]"'
1.93      raeburn  14441: => 'Students in section "[_1]"',
1.6       bisitz   14442: 
                   14443:    'Students in any section'
1.93      raeburn  14444: => 'Students in any section',
1.6       bisitz   14445: 
                   14446:    'Only students who have opted to be listed in the roster ([_1] out of [_2] students) are shown.'
1.93      raeburn  14447: => 'Only students who have opted to be listed in the roster ([_1] out of [_2] students) are shown.',
1.6       bisitz   14448: 
                   14449:    'The single student without a section[_1] has opted not to be listed in the roster.'
1.93      raeburn  14450: => 'The single student without a section[_1] has opted not to be listed in the roster.',
1.6       bisitz   14451: 
                   14452:    'The single student in the section[_1] has opted not to be listed in the roster.'
1.93      raeburn  14453: => 'The single student in the section[_1] has opted not to be listed in the roster.',
1.6       bisitz   14454: 
                   14455:    'The single student in the course[_1] has opted not to be listed in the roster.'
1.93      raeburn  14456: => 'The single student in the course[_1] has opted not to be listed in the roster.',
1.6       bisitz   14457: 
                   14458:    'None of the [_1] students without a section[_2] have opted to be listed in the roster.'
1.93      raeburn  14459: => 'None of the [_1] students without a section[_2] have opted to be listed in the roster.',
1.6       bisitz   14460: 
                   14461:    'None of the [_1] students in the section[_2] have opted to be listed in the roster.'
1.93      raeburn  14462: => 'None of the [_1] students in the section[_2] have opted to be listed in the roster.',
1.6       bisitz   14463: 
                   14464:    'None of the [_1] students in the course[_2] have opted to be listed in the roster.'
1.93      raeburn  14465: => 'None of the [_1] students in the course[_2] have opted to be listed in the roster.',
1.6       bisitz   14466: 
                   14467:    'All [_1] students without a section[_2] have opted to be listed in the roster.'
1.93      raeburn  14468: => 'All [_1] students without a section[_2] have opted to be listed in the roster.',
1.6       bisitz   14469: 
                   14470:    'All [_1] students in the section[_2] have opted to be listed in the roster.'
1.93      raeburn  14471: => 'All [_1] students in the section[_2] have opted to be listed in the roster.',
1.6       bisitz   14472: 
                   14473:    'All [_1] students in the course[_2] have opted to be listed in the roster.'
1.93      raeburn  14474: => 'All [_1] students in the course[_2] have opted to be listed in the roster.',
1.6       bisitz   14475: 
                   14476:    'The single student without a section[_1] has opted to be listed in the roster.'
1.93      raeburn  14477: => 'The single student without a section[_1] has opted to be listed in the roster.',
1.6       bisitz   14478: 
                   14479:    'The single student in the section[_1] has opted to be listed in the roster.'
1.93      raeburn  14480: => 'The single student in the section[_1] has opted to be listed in the roster.',
1.6       bisitz   14481: 
                   14482:    'The single student in the course[_1] has opted to be listed in the roster.'
1.93      raeburn  14483: => 'The single student in the course[_1] has opted to be listed in the roster.',
1.6       bisitz   14484: 
                   14485:    'All [_1] students without a section[_2] are listed in the roster.'
1.93      raeburn  14486: => 'All [_1] students without a section[_2] are listed in the roster.',
1.6       bisitz   14487: 
                   14488:    'All [_1] students in the section[_2] are listed in the roster.'
1.93      raeburn  14489: => 'All [_1] students in the section[_2] are listed in the roster.',
1.6       bisitz   14490: 
                   14491:    'All [_1] students in the course[_2] are listed in the roster.'
1.93      raeburn  14492: => 'All [_1] students in the course[_2] are listed in the roster.',
1.6       bisitz   14493: 
                   14494:    'There is only a single student without a section[_1]'
1.93      raeburn  14495: => 'There is only a single student without a section[_1]',
1.6       bisitz   14496: 
                   14497:    'There is only a single student in the section[_1]'
1.93      raeburn  14498: => 'There is only a single student in the section[_1]',
1.6       bisitz   14499: 
                   14500:    'There is only a single student in the course[_1]'
1.93      raeburn  14501: => 'There is only a single student in the course[_1]',
1.6       bisitz   14502: 
                   14503:    'There are currently no students to display.'
1.93      raeburn  14504: => 'There are currently no students to display.',
1.6       bisitz   14505: 
                   14506:    'Available Portfolio files'
1.93      raeburn  14507: => 'Available Portfolio files',
1.6       bisitz   14508: 
                   14509:    'Name not given'
1.12      zhu      14510: => '姓名不详',
1.6       bisitz   14511: 
                   14512:    '[quant,_1,file,files,No files]'
                   14513: => '[quant,_1,Datei,Dateien,Keine Dateien]',
                   14514: 
                   14515:    'Error retrieving file information.'
1.93      raeburn  14516: => 'Error retrieving file information.',
1.6       bisitz   14517: 
                   14518:    'Your roster setting'
1.93      raeburn  14519: => 'Your roster setting',
1.6       bisitz   14520: 
                   14521:    'You are currently listed in the student-viewable roster.'
1.93      raeburn  14522: => 'You are currently listed in the student-viewable roster.',
1.6       bisitz   14523: 
                   14524:    'You are currently <b>not</b> listed in the student-viewable roster.'
1.93      raeburn  14525: => 'You are currently <b>not</b> listed in the student-viewable roster.',
1.6       bisitz   14526: 
                   14527:    'Include yourself in the roster?'
1.93      raeburn  14528: => 'Include yourself in the roster?',
1.6       bisitz   14529: 
1.110     bisitz   14530:    'Display of your name in the student-viewable roster set to [_1].'
                   14531: => 'Display of your name in the student-viewable roster set to [_1].',
1.6       bisitz   14532: 
                   14533:    'Error occurred saving display setting.'
1.93      raeburn  14534: => 'Error occurred saving display setting.',
1.6       bisitz   14535: 
1.110     bisitz   14536:    'Display of your name in the student-viewable roster unchanged (set to [_1]).'
                   14537: => 'Display of your name in the student-viewable roster unchanged (set to [_1]).',
1.6       bisitz   14538: 
                   14539:    'View course roster'
1.93      raeburn  14540: => 'View course roster',
1.6       bisitz   14541: 
                   14542:    'Change Course Page Preferences'
1.93      raeburn  14543: => 'Change Course Page Preferences',
1.6       bisitz   14544: 
                   14545:    'Change Course Page Pref'
1.93      raeburn  14546: => 'Change Course Page Pref',
1.6       bisitz   14547: 
                   14548:    'No context.'
1.93      raeburn  14549: => 'No context.',
1.6       bisitz   14550: 
                   14551:    'unable to verify variable URL'
1.93      raeburn  14552: => 'unable to verify variable URL',
1.6       bisitz   14553: 
                   14554:    'Receipt'
1.93      raeburn  14555: => 'Receipt',
1.6       bisitz   14556: 
                   14557:    'Problems during Course Initialization'
1.93      raeburn  14558: => 'Problems during Course Initialization',
1.6       bisitz   14559: 
                   14560:    'Try Selecting Again'
1.93      raeburn  14561: => 'Try Selecting Again',
1.6       bisitz   14562: 
1.110     bisitz   14563:    'Invalid map: [_1]'
                   14564: => 'Invalid map: [_1]',
1.6       bisitz   14565: 
                   14566:    'Please either [_1]close this window[_2] or [_3]log in again[_4].'
1.93      raeburn  14567: => 'Please either [_1]close this window[_2] or [_3]log in again[_4].',
1.6       bisitz   14568: 
                   14569:    'Thank you for using LON-CAPA.'
1.9       zhu      14570: => '感谢您使用 LON-CAPA。',
1.6       bisitz   14571: 
                   14572:    'You have been successfully logged out.'
1.9       zhu      14573: => '您已成功退出。',
1.6       bisitz   14574: 
                   14575:    'You can [_1]close this window[_2] now.'
1.9       zhu      14576: => '您现在可以 [_1]关闭这个窗口[_2]。',
1.6       bisitz   14577: 
                   14578:    '[_1]Log in again[_2]'
1.9       zhu      14579: => '[_1]重新登录[_2]',
1.6       bisitz   14580: 
1.71      bisitz   14581:    'No matches found in resources.'
1.93      raeburn  14582: => 'No matches found in resources.',
1.71      bisitz   14583: 
                   14584:    'No matches found in postings.'
1.93      raeburn  14585: => 'No matches found in postings.',
1.71      bisitz   14586: 
                   14587:    'Unable to understand the search phrase [_1]. Please modify your search.'
1.93      raeburn  14588: => 'Unable to understand the search phrase [_1]. Please modify your search.',
1.71      bisitz   14589: 
                   14590:    'Unable to understand the search phrase [_1]: [_2]'
1.93      raeburn  14591: => 'Unable to understand the search phrase [_1]: [_2]',
1.71      bisitz   14592: 
                   14593:    'You did not fill in enough information for the search to be started. You need to fill in relevant fields on the search page in order for a query to be processed.'
1.101     bisitz   14594: => '搜寻无法完成,因为您没有足够的数据。您必须在搜索页面的搜索栏里填写关键词,从而使您的要求可以得到处理。', # '您没有填写足够的信息进行搜索的开始。您需要填写在有关领域在搜寻网页上,以便查询处理。'
1.6       bisitz   14595: 
                   14596:    'conditionally hidden'
1.18      zhu      14597: => '有条件的隐藏',
1.6       bisitz   14598: 
                   14599:    'Problem Parameters'
1.12      zhu      14600: => '问题参数',
1.6       bisitz   14601: 
                   14602:    'No group name provided.'
1.12      zhu      14603: => '没有组名称。',
1.6       bisitz   14604: 
                   14605:    'Invalid group name provided.'
1.12      zhu      14606: => '无效的组名称。',
1.6       bisitz   14607: 
                   14608:    'Invalid [_1]'
1.12      zhu      14609: => '无效的 [_1]', # ???
1.6       bisitz   14610: 
                   14611:    '"[_1]" is not the name of a valid group in this [_2].'
1.12      zhu      14612: => '"[_1]" 并非是一个有效的名称在本组 [_2].',
1.6       bisitz   14613: 
                   14614:    'You do not have privileges to view the membership roster in this group.'
1.12      zhu      14615: => '您没有权限以查看该组的会员名册。',
1.6       bisitz   14616: 
                   14617:    'Group membership status - [_1]'
1.12      zhu      14618: => '组会员状态: [_1]',
1.6       bisitz   14619: 
                   14620:    'group membership status - [_1]'
1.12      zhu      14621: => '组会员状态: [_1]',
1.6       bisitz   14622: 
                   14623:    'There are no membership data to display for this group.'
1.98      bisitz   14624: => '该组没有任何会员数据。',
1.6       bisitz   14625: 
                   14626:    'Membership status: '
1.12      zhu      14627: => '会员状态: ',
1.6       bisitz   14628: 
                   14629:    'There are no groups to display in this [_1].'
1.12      zhu      14630: => '没有任何组在此 [_1] 可以显示。', # ??? -> grouproster.pm
1.6       bisitz   14631: 
                   14632:    'Start Date'
1.10      zhu      14633: => '开始日期',
1.6       bisitz   14634: 
                   14635:    'End Date'
1.10      zhu      14636: => '结束日期',
1.6       bisitz   14637: 
                   14638:    'Functionality'
1.12      zhu      14639: => '功能',
1.6       bisitz   14640: 
                   14641:    'Privileges'
1.12      zhu      14642: => '权限',
1.6       bisitz   14643: 
                   14644:    'Any Membership status'
1.12      zhu      14645: => '任何会员状态',
1.6       bisitz   14646: 
                   14647:    'Active Member'
1.27      zhu      14648: => '活跃的会员',
1.6       bisitz   14649: 
                   14650:    'Former Member'
1.12      zhu      14651: => '以前的会员',
1.6       bisitz   14652: 
                   14653:    'Future Member'
1.12      zhu      14654: => '未来的会员',
1.6       bisitz   14655: 
                   14656:    'Group Folder - [_1]'
1.9       zhu      14657: => '组文件夹 - [_1]',
1.6       bisitz   14658: 
                   14659:    'Group homepage - [_1]'
1.9       zhu      14660: => '组网页 - [_1]',
1.6       bisitz   14661: 
                   14662:    'A support request has been sent to'
1.93      raeburn  14663: => 'A support request has been sent to',
1.6       bisitz   14664: 
                   14665:    'Your support request contained the following information'
1.93      raeburn  14666: => 'Your support request contained the following information',
1.6       bisitz   14667: 
                   14668:    'The following Cc e-mail address is invalid: '
1.93      raeburn  14669: => 'The following Cc e-mail address is invalid: ',
1.6       bisitz   14670: 
                   14671:    'The following Cc e-mail addresses are invalid: '
1.93      raeburn  14672: => 'The following Cc e-mail addresses are invalid: ',
1.6       bisitz   14673: 
                   14674:    '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  14675: => '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   14676: 
                   14677:    'Instead a copy has been sent to the LON-CAPA support team at Michigan State University.'
1.93      raeburn  14678: => 'Instead a copy has been sent to the LON-CAPA support team at Michigan State University.',
1.6       bisitz   14679: 
                   14680:    '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  14681: => '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   14682: 
                   14683:    'An uploaded screenshot file [_1] ([_2] bytes) was included in the request sent by [_3].'
1.93      raeburn  14684: => 'An uploaded screenshot file [_1] ([_2] bytes) was included in the request sent by [_3].',
1.6       bisitz   14685: 
                   14686:    'File does not have [_1] or [_2] starting tag'
1.93      raeburn  14687: => 'File does not have [_1] or [_2] starting tag',
1.6       bisitz   14688: 
                   14689:    'File does not have [_1] or [_2] ending tag'
1.93      raeburn  14690: => 'File does not have [_1] or [_2] ending tag',
1.6       bisitz   14691: 
1.94      raeburn  14692:    'File does not have [_1] ending tag'
                   14693: => 'File does not have [_1] ending tag',
                   14694: 
1.6       bisitz   14695:    'Example'
1.93      raeburn  14696: => 'Example',
1.6       bisitz   14697: 
                   14698:    'Algebraic Response Problems'
1.93      raeburn  14699: => 'Algebraic Response Problems',
1.6       bisitz   14700: 
                   14701:    'Chemistry Problems'
1.93      raeburn  14702: => 'Chemistry Problems',
1.6       bisitz   14703: 
                   14704:    'Free Form Problems'
1.93      raeburn  14705: => 'Free Form Problems',
1.6       bisitz   14706: 
                   14707:    'Handgraded Problems'
1.93      raeburn  14708: => 'Handgraded Problems',
1.6       bisitz   14709: 
                   14710:    'Miscellaneous'
1.93      raeburn  14711: => 'Miscellaneous',
1.6       bisitz   14712: 
                   14713:    'Multiple Choice Problems'
1.93      raeburn  14714: => 'Multiple Choice Problems',
1.6       bisitz   14715: 
                   14716:    'Numerical Problems'
1.93      raeburn  14717: => 'Numerical Problems',
1.6       bisitz   14718: 
                   14719:    'Language:'
                   14720: => '语言:',
                   14721: 
                   14722:    'Math Rendering:'
1.93      raeburn  14723: => 'Math Rendering:',
1.6       bisitz   14724: 
                   14725:    'Restrict Domain Coordinator Access'
1.93      raeburn  14726: => 'Restrict Domain Coordinator Access',
1.6       bisitz   14727: 
1.118     bisitz   14728:    'By default, the Domain Coordinator can enter your Authoring Space.'
                   14729: => 'By default, the Domain Coordinator can enter your Authoring Space.',
1.6       bisitz   14730: 
1.118     bisitz   14731:    'Block access to Authoring Space'
                   14732: => 'Block access to Authoring Space',
1.6       bisitz   14733: 
                   14734:    'jsMath'
                   14735: => 'jsMath',
                   14736: 
                   14737:    'tth (TeX to HTML)'
1.18      zhu      14738: => 'tth (TeX to HTML)',
1.6       bisitz   14739: 
                   14740:    'mimetex (Convert to Images)'
1.93      raeburn  14741: => 'mimetex (Convert to Images)',
1.6       bisitz   14742: 
                   14743:    'jsMath:'
                   14744: => 'jsMath:',
                   14745: 
                   14746:    'tth (TeX to HTML):'
1.18      zhu      14747: => 'tth (TeX to HTML):',
1.6       bisitz   14748: 
                   14749:    'mimetex (Convert to Images):'
1.93      raeburn  14750: => 'mimetex (Convert to Images):',
1.6       bisitz   14751: 
                   14752:    '[_1], [_2], or [_3]'
                   14753: => '[_1], [_2] 或者 [_3]',
                   14754: 
                   14755:    'internal, optional'
1.18      zhu      14756: => '内部的,可选的',
1.6       bisitz   14757: 
                   14758:    'user:domain,user:domain,...'
1.18      zhu      14759: => '用户名:域,用户名:域...',
1.6       bisitz   14760: 
                   14761:    'user:domain,user:domain(section;section;...;*;...),...'
1.70      zhu      14762: => '用户名:域,用户名:域(科,章节;...;*;...),...',
1.6       bisitz   14763: 
                   14764:    'user:domain,user:domain,*:domain'
1.18      zhu      14765: => '用户名:域,用户名:域,*:域',
1.6       bisitz   14766: 
                   14767:    'Course members with current access'
1.93      raeburn  14768: => 'Course members with current access',
1.6       bisitz   14769: 
                   14770:    'Course members with expired access'
1.93      raeburn  14771: => 'Course members with expired access',
1.6       bisitz   14772: 
                   14773:    'Course members with future access'
1.93      raeburn  14774: => 'Course members with future access',
1.6       bisitz   14775: 
                   14776:    'Other Roles'
                   14777: => '其他角色',
                   14778: 
                   14779:    'Select Author'
1.12      zhu      14780: => '选择作者',
1.6       bisitz   14781: 
                   14782:    'Non-standard Course'
1.12      zhu      14783: => '非标准课程',
1.6       bisitz   14784: 
                   14785:    'Switch course role to...'
                   14786: => '更改用户角色...',
                   14787: 
                   14788:    'Message'
1.22      zhu      14789: => '邮件',
1.6       bisitz   14790: 
                   14791:    'Time of change'
1.12      zhu      14792: => '更改时间',
1.6       bisitz   14793: 
                   14794:    'active'
1.27      zhu      14795: => '活跃的',
1.6       bisitz   14796: 
                   14797:    'previous'
1.27      zhu      14798: => '以前的',
1.6       bisitz   14799: 
                   14800:    'Access dates to apply for selected users'
1.93      raeburn  14801: => 'Access dates to apply for selected users',
1.6       bisitz   14802: 
                   14803:    'Changes in section affiliation to apply to selected users'
1.93      raeburn  14804: => 'Changes in section affiliation to apply to selected users',
1.6       bisitz   14805: 
                   14806:    '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  14807: => '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   14808: 
                   14809:    '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  14810: => '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   14811: 
                   14812:    "Retain each user's current section affiliations?"
1.93      raeburn  14813: => "Retain each user's current section affiliations?",
1.6       bisitz   14814: 
                   14815:    '(Does not apply to student roles).'
1.100     raeburn  14816: => '(Does not apply to student roles).',
1.6       bisitz   14817: 
                   14818:    '[_1]Show[_2] clicker id'
1.93      raeburn  14819: => '[_1]Show[_2] clicker id',
1.6       bisitz   14820: 
                   14821:    '[_1]Hide[_2] clicker id'
1.93      raeburn  14822: => '[_1]Hide[_2] clicker id',
1.6       bisitz   14823: 
                   14824:    'Catalog:'
                   14825: => '目录:',
                   14826: 
                   14827:    'Main Categories'
                   14828: => '主要类型',
                   14829: 
                   14830:    'Official courses (with institutional codes)'
                   14831: => '官方课程(带机构代码)',
                   14832: 
                   14833:    'Official courses'
                   14834: => '官方课程',
                   14835: 
                   14836:    'with institutional codes'
                   14837: => '带机构代码',
                   14838: 
                   14839:    'Self-enroll (if permitted)'
                   14840: => '自己报名(如果被允许)',
                   14841: 
                   14842:    'No ending date'
1.22      zhu      14843: => '无结束日期',
1.6       bisitz   14844: 
                   14845:    'From:[_1]'
1.93      raeburn  14846: => 'From:[_1]',
1.6       bisitz   14847: 
                   14848:    'To:[_1]'
1.93      raeburn  14849: => 'To:[_1]',
1.6       bisitz   14850: 
                   14851:    'Starts: [_1]'
1.22      zhu      14852: => '开始: [_1]',
1.6       bisitz   14853: 
                   14854:    'Ends: [_1]'
1.22      zhu      14855: => '结束: [_1]',
1.6       bisitz   14856: 
                   14857:    'Ended: [_1]'
1.93      raeburn  14858: => 'Ended: [_1]',
1.6       bisitz   14859: 
                   14860:    'Currently enabled'
1.93      raeburn  14861: => 'Currently enabled',
1.6       bisitz   14862: 
                   14863:    '[quant,_1,section:,sections:,No sections]'
1.99      raeburn  14864: => '[quant,_1,section:,sections:,No sections]',
1.6       bisitz   14865: 
                   14866:    'No information available for [_1].'
1.93      raeburn  14867: => 'No information available for [_1].',
1.6       bisitz   14868: 
                   14869:    'Self-enrollers:'
1.93      raeburn  14870: => 'Self-enrollers:',
1.6       bisitz   14871: 
                   14872:    'Choices:'
1.93      raeburn  14873: => 'Choices:',
1.6       bisitz   14874: 
                   14875:    'Configure User Self-enrollment'
1.70      zhu      14876: => '配置用户自助注册',
1.6       bisitz   14877: 
                   14878:    'View Change Logs'
1.98      bisitz   14879: => 'View Change Logs',
1.6       bisitz   14880: 
                   14881:    'View Log-in History'
1.98      bisitz   14882: => 'View Log-in History',
1.6       bisitz   14883: 
                   14884:    'Configure Self-enrollment'
1.70      zhu      14885: => '配置自助注册',
1.6       bisitz   14886: 
                   14887:    'Self-enrollment with a student role'
1.70      zhu      14888: => '自助注册一个学生角色',
1.6       bisitz   14889: 
                   14890:    'Users allowed to self-enroll in this course'
1.70      zhu      14891: => '用户可自行注册来参加此课程',
1.6       bisitz   14892: 
                   14893:    'Any user in any domain:'
1.70      zhu      14894: => '任何用户在任何域:',
1.6       bisitz   14895: 
                   14896:    'User types:'
1.70      zhu      14897: => '用户类型:',
1.6       bisitz   14898: 
                   14899:    'any'
1.10      zhu      14900: => '任意',
1.6       bisitz   14901: 
                   14902:    'Any Users'
1.10      zhu      14903: => '任何用户',
1.6       bisitz   14904: 
                   14905:    'Any users'
1.10      zhu      14906: => '任何用户',
1.6       bisitz   14907: 
                   14908:    'Others'
1.10      zhu      14909: => '其他',
1.6       bisitz   14910: 
                   14911:    'Additional domain:'
1.70      zhu      14912: => '其他域:',
1.6       bisitz   14913: 
                   14914:    'Users in additional domain:'
1.70      zhu      14915: => '用户在其他域:',
1.6       bisitz   14916: 
                   14917:    'Specific domain:'
1.70      zhu      14918: => '特定域:',
1.6       bisitz   14919: 
                   14920:    'Users in specific domain:'
1.70      zhu      14921: => '用户在其特定域:',
1.6       bisitz   14922: 
                   14923:    'Other domain:'
1.26      zhu      14924: => '其他域:',
1.6       bisitz   14925: 
                   14926:    'Users in other domain:'
1.70      zhu      14927: => '用户在其他域:',
1.6       bisitz   14928: 
                   14929:    'Restrict self-enrollment to students officially registered for the course'
1.70      zhu      14930: => '限制自助注册为正式注册的学生的课程',
1.6       bisitz   14931: 
                   14932:    'Dates self-enrollment available'
1.70      zhu      14933: => '自助注册期限',
1.6       bisitz   14934: 
                   14935:    'Starts'
1.70      zhu      14936: => '开始',
1.6       bisitz   14937: 
                   14938:    'Ends'
1.70      zhu      14939: => '结束',
1.6       bisitz   14940: 
                   14941:    'Course access dates assigned to self-enrolling users'
1.70      zhu      14942: => '课程访问日期分配给自助注册的用户',
1.6       bisitz   14943: 
                   14944:    'Section assigned to self-enrolling users'
1.70      zhu      14945: => '章节指派给自助注册用户',
1.6       bisitz   14946: 
                   14947:    'The following changes were made to self-enrollment settings:'
1.70      zhu      14948: => '进行了以下自助注册设置的更改:',
1.6       bisitz   14949: 
                   14950:    '[_1]: "[_2]" set to "[_3]".'
1.70      zhu      14951: => '[_1]: "[_2]" 设置为 "[_3]".',
1.6       bisitz   14952: 
                   14953:    '"[_1]" set to "[_2]".'
1.70      zhu      14954: => '"[_1]" 设置为 "[_2]".',
1.6       bisitz   14955: 
                   14956:    'No changes were made to the existing self-enrollment settings in this course.'
1.70      zhu      14957: => '现有的自助注册设置在该课程中未作任何修改。',
1.6       bisitz   14958: 
                   14959:    'Self-enrollment result'
1.70      zhu      14960: => '自助注册结果',
1.6       bisitz   14961: 
                   14962:    'Enroll in course'
1.70      zhu      14963: => '注册课程',
1.6       bisitz   14964: 
                   14965:    'Sections:'
1.70      zhu      14966: => '章节:',
1.6       bisitz   14967: 
                   14968:    'Self-enroll in course'
1.70      zhu      14969: => '自助注册参加课程',
1.6       bisitz   14970: 
                   14971:    'Self-enroll in a LON-CAPA course'
1.70      zhu      14972: => '自助注册参加LON-CAPA课程',
1.6       bisitz   14973: 
                   14974:    'Self-enroll'
1.70      zhu      14975: => '自助注册',
1.6       bisitz   14976: 
                   14977:    'Self-enroll in [_1]'
1.70      zhu      14978: => '自助注册到 [_1]',
1.6       bisitz   14979: 
                   14980:    'Self-enrollment error'
1.70      zhu      14981: => '自助注册错误',
1.6       bisitz   14982: 
                   14983:    'Invalid domain or course number'
1.26      zhu      14984: => '无效的域或课程数目',
1.6       bisitz   14985: 
                   14986:    'Self-enrollment unavailable'
1.70      zhu      14987: => '自助注册无法使用',
1.6       bisitz   14988: 
                   14989:    'Self-enrollment is restricted to students officially registered for this course.'
1.93      raeburn  14990: => 'Self-enrollment is restricted to students officially registered for this course.',
1.6       bisitz   14991: 
                   14992:    'Self-enrollment is not currently available for this course.'
1.93      raeburn  14993: => 'Self-enrollment is not currently available for this course.',
1.6       bisitz   14994: 
                   14995:    'Self-enrollment is not currently available in this course'
1.93      raeburn  14996: => 'Self-enrollment is not currently available in this course',
1.6       bisitz   14997: 
                   14998:    'Self-enrollment will become available starting [_1], and will be available to all LON-CAPA users.'
1.93      raeburn  14999: => 'Self-enrollment will become available starting [_1], and will be available to all LON-CAPA users.',
1.6       bisitz   15000: 
                   15001:    'Self-enrollment will become available starting [_1], and will be available to all LON-CAPA users at your institution ([_2]).'
1.93      raeburn  15002: => 'Self-enrollment will become available starting [_1], and will be available to all LON-CAPA users at your institution ([_2]).',
1.6       bisitz   15003: 
                   15004:    'Self-enrollment will become available starting [_1]; please enroll at that time.'
1.93      raeburn  15005: => 'Self-enrollment will become available starting [_1]; please enroll at that time.',
1.6       bisitz   15006: 
                   15007:    'Although self-enrollment will become available starting [_1], you are ineligible for enrollment.'
1.93      raeburn  15008: => 'Although self-enrollment will become available starting [_1], you are ineligible for enrollment.',
1.6       bisitz   15009: 
                   15010:    'Self-enrollment will become available starting [_1].'
1.93      raeburn  15011: => 'Self-enrollment will become available starting [_1].',
1.6       bisitz   15012: 
                   15013:    'The link to the requested page could not be followed.'
1.93      raeburn  15014: => 'The link to the requested page could not be followed.',
1.6       bisitz   15015: 
                   15016:    'The placeholder for the courseID is absent.'
1.93      raeburn  15017: => 'The placeholder for the courseID is absent.',
1.6       bisitz   15018: 
                   15019:    'LON-CAPA account required'
1.93      raeburn  15020: => 'LON-CAPA account required',
1.6       bisitz   15021: 
                   15022:    'You need to be logged into LON-CAPA to self-enroll in a course.'
1.93      raeburn  15023: => 'You need to be logged into LON-CAPA to self-enroll in a course.',
1.6       bisitz   15024: 
                   15025:    'If you have an account in LON-CAPA, [_1]log-in[_2].'
1.93      raeburn  15026: => 'If you have an account in LON-CAPA, [_1]log-in[_2].',
1.6       bisitz   15027: 
                   15028:    'Otherwise:'
1.93      raeburn  15029: => 'Otherwise:',
1.6       bisitz   15030: 
                   15031:    "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  15032: => "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   15033: 
                   15034:    'if you have an institutional login, [_1]create an account[_2]'
1.93      raeburn  15035: => 'if you have an institutional login, [_1]create an account[_2]',
1.6       bisitz   15036: 
                   15037:    'you can use an e-mail address to [_1]create an account[_2]'
1.93      raeburn  15038: => 'you can use an e-mail address to [_1]create an account[_2]',
1.6       bisitz   15039: 
                   15040:    'Otherwise, if you have an institutional login, [_1]create an account[_2].'
1.93      raeburn  15041: => 'Otherwise, if you have an institutional login, [_1]create an account[_2].',
1.6       bisitz   15042: 
                   15043:    'Otherwise, you will use an e-mail address to [_1]create an account[_2].'
1.93      raeburn  15044: => 'Otherwise, you will use an e-mail address to [_1]create an account[_2].',
1.6       bisitz   15045: 
                   15046:    "Otherwise, use your institution's [_1]single sign on page[_2] to log-in, then create an account."
1.93      raeburn  15047: => "Otherwise, use your institution's [_1]single sign on page[_2] to log-in, then create an account.",
1.6       bisitz   15048: 
                   15049:    'You will be able to self enroll in this course once the account has been created.'
1.93      raeburn  15050: => 'You will be able to self enroll in this course once the account has been created.',
1.6       bisitz   15051: 
                   15052:    'You will be able to self-enroll in the course you selected ([_1]) after you have successfully logged in.'
1.93      raeburn  15053: => 'You will be able to self-enroll in the course you selected ([_1]) after you have successfully logged in.',
1.6       bisitz   15054: 
                   15055:    '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  15056: => '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   15057: 
                   15058:    'You already have an active student role (section: "[_1]") in this course.'
1.93      raeburn  15059: => 'You already have an active student role (section: "[_1]") in this course.',
1.6       bisitz   15060: 
                   15061:    'You have a student role (section: "[_1]") in this course which will become active [_2].'
1.93      raeburn  15062: => 'You have a student role (section: "[_1]") in this course which will become active [_2].',
1.6       bisitz   15063: 
                   15064:    'Self-enrollment is restricted to officially registered students.'
1.93      raeburn  15065: => 'Self-enrollment is restricted to officially registered students.',
1.6       bisitz   15066: 
                   15067:    'As you are not currently registered for this course, self-enrollment is unavailable.'
1.93      raeburn  15068: => 'As you are not currently registered for this course, self-enrollment is unavailable.',
1.6       bisitz   15069: 
                   15070:    'The end date for access to this course for users who self-enroll has passed.'
1.93      raeburn  15071: => 'The end date for access to this course for users who self-enroll has passed.',
1.6       bisitz   15072: 
                   15073:    '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  15074: => '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   15075: 
                   15076:    'Self-enrollment in this course was successful.'
1.93      raeburn  15077: => 'Self-enrollment in this course was successful.',
1.6       bisitz   15078: 
                   15079:    'The start date for access to this course for users who self-enroll has yet to be reached.'
1.93      raeburn  15080: => 'The start date for access to this course for users who self-enroll has yet to be reached.',
1.6       bisitz   15081: 
                   15082:    '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  15083: => '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   15084: 
                   15085:    'Your new role is available immediately, and will provide access to the course until [_1].'
1.93      raeburn  15086: => 'Your new role is available immediately, and will provide access to the course until [_1].',
1.6       bisitz   15087: 
                   15088:    'Enrollment process complete'
1.93      raeburn  15089: => 'Enrollment process complete',
1.6       bisitz   15090: 
                   15091:    'Enrollment incomplete'
1.93      raeburn  15092: => 'Enrollment incomplete',
1.6       bisitz   15093: 
                   15094:    'Self-enrollment in this course failed.'
1.93      raeburn  15095: => 'Self-enrollment in this course failed.',
1.6       bisitz   15096: 
                   15097:    'You are not permitted to enroll yourself in this course.'
1.93      raeburn  15098: => 'You are not permitted to enroll yourself in this course.',
1.6       bisitz   15099: 
                   15100:    'Enter course now'
1.93      raeburn  15101: => 'Enter course now',
1.6       bisitz   15102: 
                   15103:    'other'
1.93      raeburn  15104: => 'other',
1.6       bisitz   15105: 
                   15106:    'Self-enrollment in this course is available to any user affiliated with [_1].'
1.93      raeburn  15107: => 'Self-enrollment in this course is available to any user affiliated with [_1].',
1.6       bisitz   15108: 
                   15109:    'Self-enrollment in this course is only available to users in affiliated with [_1] who have the following status: "[_2]".'
1.93      raeburn  15110: => 'Self-enrollment in this course is only available to users in affiliated with [_1] who have the following status: "[_2]".',
1.6       bisitz   15111: 
                   15112:    'Self-enrollment is not currently available for this course for users affiliated with [_1].'
1.93      raeburn  15113: => 'Self-enrollment is not currently available for this course for users affiliated with [_1].',
1.6       bisitz   15114: 
                   15115:    'Self-enrollment in this course is only available to users affiliated with the following institutions, and who have the required status:'
1.93      raeburn  15116: => 'Self-enrollment in this course is only available to users affiliated with the following institutions, and who have the required status:',
1.6       bisitz   15117: 
                   15118:    'Your registration status could not be verified.'
1.93      raeburn  15119: => 'Your registration status could not be verified.',
1.6       bisitz   15120: 
                   15121:    'Your registration status could not determined, because a problem occurred retrieving data.'
1.93      raeburn  15122: => 'Your registration status could not determined, because a problem occurred retrieving data.',
1.6       bisitz   15123: 
                   15124:    'As no institutional course sections are currently associated with this course, your registration status is undetermined.'
1.93      raeburn  15125: => 'As no institutional course sections are currently associated with this course, your registration status is undetermined.',
1.6       bisitz   15126: 
                   15127:    '[_1]Ad hoc[_2] roles in domain [_3] --'
1.98      bisitz   15128: => '[_1]Ad hoc[_2] roles in domain [_3] --',
1.6       bisitz   15129: 
                   15130:    'Assemble resources'
                   15131: => '布置课程内容',
                   15132: 
                   15133:    'Create, edit, modify and publish resources'
1.93      raeburn  15134: => 'Create, edit, modify and publish resources',
1.6       bisitz   15135: 
                   15136:    'Create, modify and delete course groups'
1.93      raeburn  15137: => 'Create, modify and delete course groups',
1.6       bisitz   15138: 
                   15139:    'View course groups'
1.12      zhu      15140: => '查看课程组',
1.6       bisitz   15141: 
                   15142:    'View student activity'
1.93      raeburn  15143: => 'View student activity',
1.6       bisitz   15144: 
                   15145:    'Show full details for each course ([_1] only)'
1.93      raeburn  15146: => 'Show full details for each course ([_1] only)',
1.6       bisitz   15147: 
                   15148:    'Include courses set to be hidden from catalog ([_1] only)'
1.93      raeburn  15149: => 'Include courses set to be hidden from catalog ([_1] only)',
1.6       bisitz   15150: 
                   15151:    'Include subcategories within "[_1]"'
1.18      zhu      15152: => '包含子类 "[_1]"',
1.6       bisitz   15153: 
                   15154:    'Only show courses which allow self-enrollment'
1.18      zhu      15155: => '只显示允许自行登记的课程',
1.6       bisitz   15156: 
                   15157:    'include subdirectories'
1.18      zhu      15158: => '包括子目录',
1.6       bisitz   15159: 
                   15160:    'force republication of previously published files'
1.93      raeburn  15161: => 'force republication of previously published files',
1.6       bisitz   15162: 
                   15163:    'make file(s) obsolete'
1.93      raeburn  15164: => 'make file(s) obsolete',
1.6       bisitz   15165: 
                   15166:    'force directory level catalog information over existing'
1.93      raeburn  15167: => 'force directory level catalog information over existing',
1.6       bisitz   15168: 
                   15169:    'Session could not be opened.'
1.93      raeburn  15170: => 'Session could not be opened.',
1.6       bisitz   15171: 
                   15172:    'The domain you provided is not a valid LON-CAPA domain.'
1.93      raeburn  15173: => 'The domain you provided is not a valid LON-CAPA domain.',
1.6       bisitz   15174: 
                   15175:    'Student Settings'
1.93      raeburn  15176: => 'Student Settings',
1.6       bisitz   15177: 
                   15178:    'Coordinator Settings'
1.93      raeburn  15179: => 'Coordinator Settings',
1.6       bisitz   15180: 
                   15181:    'Author Settings'
1.93      raeburn  15182: => 'Author Settings',
1.6       bisitz   15183: 
                   15184:    'Administrator Settings'
1.93      raeburn  15185: => 'Administrator Settings',
1.6       bisitz   15186: 
                   15187:    'Item'
1.93      raeburn  15188: => 'Item',
1.6       bisitz   15189: 
                   15190:    'Found [_1] without responses. This resource cannot be published.'
1.93      raeburn  15191: => 'Found [_1] without responses. This resource cannot be published.',
1.6       bisitz   15192: 
                   15193:    'LON-CAPA helpdesk'
1.93      raeburn  15194: => 'LON-CAPA helpdesk',
1.6       bisitz   15195: 
                   15196:    'Create a user account in LON-CAPA'
1.93      raeburn  15197: => 'Create a user account in LON-CAPA',
1.6       bisitz   15198: 
                   15199:    'Account creation unavailable'
1.93      raeburn  15200: => 'Account creation unavailable',
1.6       bisitz   15201: 
                   15202:    'Error creating token.'
1.93      raeburn  15203: => 'Error creating token.',
1.6       bisitz   15204: 
                   15205:    'Account creation'
1.93      raeburn  15206: => 'Account creation',
1.6       bisitz   15207: 
                   15208:    '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  15209: => '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   15210: 
                   15211:    '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  15212: => '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   15213: 
                   15214:    "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  15215: => "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   15216: 
                   15217:    "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  15218: => "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   15219: 
                   15220:    "Although your username and password were authenticated, you do not currently have a LON-CAPA account at this institution."
1.93      raeburn  15221: => "Although your username and password were authenticated, you do not currently have a LON-CAPA account at this institution.",
1.6       bisitz   15222: 
                   15223:    "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  15224: => "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   15225: 
                   15226:    'A LON-CAPA account may not be created with the username you use.'
1.93      raeburn  15227: => 'A LON-CAPA account may not be created with the username you use.',
1.6       bisitz   15228: 
                   15229:    'User Information'
1.93      raeburn  15230: => 'User Information',
1.6       bisitz   15231: 
                   15232:    'User information'
1.93      raeburn  15233: => 'User information',
1.6       bisitz   15234: 
                   15235:    'Review user information'
1.93      raeburn  15236: => 'Review user information',
1.6       bisitz   15237: 
                   15238:    '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  15239: => '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   15240: 
                   15241:    '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  15242: => '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   15243: 
                   15244:    '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  15245: => '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   15246: 
                   15247:    'Confirmation'
1.93      raeburn  15248: => 'Confirmation',
1.6       bisitz   15249: 
                   15250:    'Confirm that you wish to create an account.'
1.93      raeburn  15251: => 'Confirm that you wish to create an account.',
1.6       bisitz   15252: 
                   15253:    'New username'
1.93      raeburn  15254: => 'New username',
1.6       bisitz   15255: 
                   15256:    'Create account'
1.93      raeburn  15257: => 'Create account',
1.6       bisitz   15258: 
                   15259:    'You must enter a password'
1.93      raeburn  15260: => 'You must enter a password',
1.6       bisitz   15261: 
                   15262:    'The passwords you entered did not match.'
1.93      raeburn  15263: => 'The passwords you entered did not match.',
1.6       bisitz   15264: 
                   15265:    'Create account with a username provided by this institution'
1.93      raeburn  15266: => 'Create account with a username provided by this institution',
1.6       bisitz   15267: 
                   15268:    '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  15269: => '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   15270: 
                   15271:    'Type in your log-in ID and password to find out.'
1.93      raeburn  15272: => 'Type in your log-in ID and password to find out.',
1.6       bisitz   15273: 
                   15274:    'Log-in ID'
1.93      raeburn  15275: => 'Log-in ID',
1.6       bisitz   15276: 
                   15277:    'Create account with an e-mail address as your username'
1.93      raeburn  15278: => 'Create account with an e-mail address as your username',
1.6       bisitz   15279: 
                   15280:    '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  15281: => '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   15282: 
                   15283:    'Request LON-CAPA account'
1.93      raeburn  15284: => 'Request LON-CAPA account',
1.6       bisitz   15285: 
                   15286:    'Validation'
1.93      raeburn  15287: => 'Validation',
1.6       bisitz   15288: 
                   15289:    'Thank you for your request to create a new LON-CAPA account.'
1.93      raeburn  15290: => 'Thank you for your request to create a new LON-CAPA account.',
1.6       bisitz   15291: 
                   15292:    'A request was submitted on [_1] for creation of a LON-CAPA account at the following institution:[_2].'
1.93      raeburn  15293: => 'A request was submitted on [_1] for creation of a LON-CAPA account at the following institution:[_2].',
1.6       bisitz   15294: 
                   15295:    'To complete this process please open a web browser and enter the following URL in the address/location box: [_1]'
1.93      raeburn  15296: => 'To complete this process please open a web browser and enter the following URL in the address/location box: [_1]',
1.6       bisitz   15297: 
                   15298:    'A message has been sent to the e-mail address you provided.'
1.93      raeburn  15299: => 'A message has been sent to the e-mail address you provided.',
1.6       bisitz   15300: 
                   15301:    'The message includes the web address for the link you will use to complete the account creation process.'
1.93      raeburn  15302: => 'The message includes the web address for the link you will use to complete the account creation process.',
1.6       bisitz   15303: 
                   15304:    'The link included in the message will be valid for the next [_1]two[_2] hours.'
1.93      raeburn  15305: => 'The link included in the message will be valid for the next [_1]two[_2] hours.',
1.6       bisitz   15306: 
                   15307:    'An error occurred when sending a message to the e-mail address you provided.'
1.93      raeburn  15308: => 'An error occurred when sending a message to the e-mail address you provided.',
1.6       bisitz   15309: 
                   15310:    'An error occurred creating a token required for the account creation process.'
1.93      raeburn  15311: => 'An error occurred creating a token required for the account creation process.',
1.6       bisitz   15312: 
                   15313:    'Please contact the [_1] ([_2]) for assistance.'
1.93      raeburn  15314: => 'Please contact the [_1] ([_2]) for assistance.',
1.6       bisitz   15315: 
                   15316:    '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  15317: => '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   15318: 
                   15319:    'Sorry, the token generated when you requested creation of an account has expired.'
1.93      raeburn  15320: => 'Sorry, the token generated when you requested creation of an account has expired.',
1.6       bisitz   15321: 
                   15322:    'Sorry, the URL generated when you requested creation of an account contained incomplete information.'
1.93      raeburn  15323: => 'Sorry, the URL generated when you requested creation of an account contained incomplete information.',
1.6       bisitz   15324: 
                   15325:    '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  15326: => '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   15327: 
1.89      bisitz   15328:    '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  15329: => '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   15330: 
                   15331:    'A LON-CAPA account already exists for username [_1] at this institution ([_2]).'
1.93      raeburn  15332: => 'A LON-CAPA account already exists for username [_1] at this institution ([_2]).',
1.6       bisitz   15333: 
                   15334:    'The password entered was also correct so you have been logged in.'
1.93      raeburn  15335: => 'The password entered was also correct so you have been logged in.',
1.6       bisitz   15336: 
                   15337:    'Authentication failed'
1.93      raeburn  15338: => 'Authentication failed',
1.6       bisitz   15339: 
                   15340:    'An e-mail confirming creation of your new LON-CAPA account has been sent to [_1].'
1.93      raeburn  15341: => 'An e-mail confirming creation of your new LON-CAPA account has been sent to [_1].',
1.6       bisitz   15342: 
                   15343:    'An error occurred when sending e-mail to [_1] confirming creation of your LON-CAPA account.'
1.93      raeburn  15344: => 'An error occurred when sending e-mail to [_1] confirming creation of your LON-CAPA account.',
1.6       bisitz   15345: 
                   15346:    'A problem occurred when attempting to create your new LON-CAPA account.'
1.93      raeburn  15347: => 'A problem occurred when attempting to create your new LON-CAPA account.',
1.6       bisitz   15348: 
                   15349:    'Please provide user information and a password for your new account.'
1.93      raeburn  15350: => 'Please provide user information and a password for your new account.',
1.6       bisitz   15351: 
                   15352:    'Your password, which must contain at least seven characters, will be sent to the LON-CAPA server in an encrypted form.'
1.93      raeburn  15353: => 'Your password, which must contain at least seven characters, will be sent to the LON-CAPA server in an encrypted form.',
1.6       bisitz   15354: 
                   15355:    'Create LON-CAPA account'
1.93      raeburn  15356: => 'Create LON-CAPA account',
1.6       bisitz   15357: 
                   15358:    'Could not load javascript file [_1]'
1.93      raeburn  15359: => 'Could not load javascript file [_1]',
1.6       bisitz   15360: 
                   15361:    'Invalid ID format'
1.93      raeburn  15362: => 'Invalid ID format',
1.6       bisitz   15363: 
                   15364:    'An error occurred when storing a token'
1.93      raeburn  15365: => 'An error occurred when storing a token',
1.6       bisitz   15366: 
                   15367:    'You will not be able to proceed to the next stage of account creation'
1.93      raeburn  15368: => 'You will not be able to proceed to the next stage of account creation',
1.6       bisitz   15369: 
                   15370:    'A LON-CAPA account has been created for username: [_1] in domain: [_2].'
1.93      raeburn  15371: => 'A LON-CAPA account has been created for username: [_1] in domain: [_2].',
1.6       bisitz   15372: 
                   15373:    'Account creation failed for username: [_1] in domain: [_2].'
1.93      raeburn  15374: => 'Account creation failed for username: [_1] in domain: [_2].',
1.6       bisitz   15375: 
                   15376:    'User account creation is not available for the current default authentication type.'
1.93      raeburn  15377: => 'User account creation is not available for the current default authentication type.',
1.6       bisitz   15378: 
                   15379:    'The e-mail address you provided is already in use as a username at this institution.'
1.93      raeburn  15380: => 'The e-mail address you provided is already in use as a username at this institution.',
1.6       bisitz   15381: 
                   15382:    'Username rules at this institution do not allow the e-mail address you provided to be used as a username.'
1.93      raeburn  15383: => 'Username rules at this institution do not allow the e-mail address you provided to be used as a username.',
1.6       bisitz   15384: 
                   15385:    'The e-mail address you provided may not be used as a username at this LON-CAPA institution.'
1.93      raeburn  15386: => 'The e-mail address you provided may not be used as a username at this LON-CAPA institution.',
1.6       bisitz   15387: 
1.95      raeburn  15388:    'Validation of the code you entered failed.'
                   15389: => 'Validation of the code you entered failed.',
1.6       bisitz   15390: 
                   15391:    'Creation of a new user account using an e-mail address as username is not permitted at this LON-CAPA institution.'
1.93      raeburn  15392: => 'Creation of a new user account using an e-mail address as username is not permitted at this LON-CAPA institution.',
1.6       bisitz   15393: 
                   15394:    'Type in the letters/numbers shown below'
1.93      raeburn  15395: => 'Type in the letters/numbers shown below',
1.6       bisitz   15396: 
                   15397:    'You may need to reload the previous page to obtain a new token.'
1.93      raeburn  15398: => 'You may need to reload the previous page to obtain a new token.',
1.6       bisitz   15399: 
                   15400:    'Unable to retrieve your log-in information - unexpected context'
1.93      raeburn  15401: => 'Unable to retrieve your log-in information - unexpected context',
1.6       bisitz   15402: 
                   15403:    "Your e-mail address uses the same internet domain as your institution's LON-CAPA service."
1.93      raeburn  15404: => "Your e-mail address uses the same internet domain as your institution's LON-CAPA service.",
1.6       bisitz   15405: 
                   15406:    'Creation of a LON-CAPA account with this type of e-mail address as username is not permitted.'
1.93      raeburn  15407: => 'Creation of a LON-CAPA account with this type of e-mail address as username is not permitted.',
1.6       bisitz   15408: 
                   15409:    'You should request creation of a LON-CAPA account for a log-in ID of "[_1]" at your institution instead.'
1.93      raeburn  15410: => 'You should request creation of a LON-CAPA account for a log-in ID of "[_1]" at your institution instead.',
1.6       bisitz   15411: 
                   15412:    'Changes/page:'
1.63      zhu      15413: => '每页显示列数:',
1.6       bisitz   15414: 
                   15415:    'Window during which changes occurred:'
1.63      zhu      15416: => '在这个时期发生的变化:',
1.6       bisitz   15417: 
                   15418:    'This page is either empty or it only contains resources that are currently hidden'
1.93      raeburn  15419: => 'This page is either empty or it only contains resources that are currently hidden',
1.6       bisitz   15420: 
                   15421:    'Please use the LON-CAPA navigation arrows to move to another item in the course'
1.93      raeburn  15422: => 'Please use the LON-CAPA navigation arrows to move to another item in the course',
1.6       bisitz   15423: 
                   15424:    'Unable to modify requested student ([_1])'
1.93      raeburn  15425: => 'Unable to modify requested student ([_1])',
1.6       bisitz   15426: 
                   15427:    'Unable to grade requested sequence ([_1]).'
1.93      raeburn  15428: => 'Unable to grade requested sequence ([_1]).',
1.6       bisitz   15429: 
                   15430:    'No score was changed or updated.'
1.93      raeburn  15431: => 'No score was changed or updated.',
1.6       bisitz   15432: 
                   15433:    'The scores were changed for [quant,_1,problem].'
1.93      raeburn  15434: => 'The scores were changed for [quant,_1,problem].',
1.6       bisitz   15435: 
1.121     bisitz   15436:    '[_1]Visit the [_2]Course/Community Catalog[_3][_4] to view all [_5] LON-CAPA courses and communities.' # _1: <b>, _2: <a>, _3: </a>, _4: </b>, _5: domain desc.
                   15437: => '[_1]Visit the [_2]Course/Community Catalog[_3][_4] to view all [_5] LON-CAPA courses and communities.',
1.6       bisitz   15438: 
1.83      bisitz   15439:    '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.'
                   15440: => '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   15441: 
                   15442: #SD begin 2008-07-02
                   15443:    'When'
1.70      zhu      15444: => '什么时候',
1.6       bisitz   15445: 
                   15446:    'Who made the change'
1.70      zhu      15447: => '谁进行了修改',
1.6       bisitz   15448: 
                   15449:    'Changed User'
1.70      zhu      15450: => '改变用户',
1.6       bisitz   15451: 
                   15452:    'Context'
1.70      zhu      15453: => '概述',
1.6       bisitz   15454: 
                   15455:    'Context:'
1.70      zhu      15456: => '概述:',
1.6       bisitz   15457: 
                   15458:    'After:'
1.70      zhu      15459: => '之后:',
1.6       bisitz   15460: 
                   15461:    'Before:'
1.70      zhu      15462: => '之前:',
1.6       bisitz   15463: 
                   15464:    'User Changes'
1.70      zhu      15465: => '用户更改',
1.6       bisitz   15466: 
                   15467:    'For this user, the default quota would be [_1]'
1.70      zhu      15468: => '此使用者的默认的配额为[_1]',
1.6       bisitz   15469: 
                   15470:    'Search for a user and enroll as a student'
1.70      zhu      15471: => '搜索用户并注册为学生',
1.6       bisitz   15472: 
                   15473:    'username is known'
1.93      raeburn  15474: => 'username is known',
1.6       bisitz   15475: 
                   15476:    'Create a new user'
1.70      zhu      15477: => '创建一个新用户',
1.6       bisitz   15478: 
                   15479:    'Enroll'
1.70      zhu      15480: => '注册',
1.6       bisitz   15481: 
                   15482:    'User Search to enroll student'
1.93      raeburn  15483: => 'User Search to enroll student',
1.6       bisitz   15484: 
                   15485:    'Select a user to enroll as a student'
1.93      raeburn  15486: => 'Select a user to enroll as a student',
1.6       bisitz   15487: 
1.101     bisitz   15488:    'modify' #context? breadcrumb_text
1.93      raeburn  15489: => 'modify',
1.6       bisitz   15490: 
                   15491:    'as a student'
1.70      zhu      15492: => '作为一名学生',
1.6       bisitz   15493: 
                   15494:    'Set section/dates'
1.70      zhu      15495: => '设置章节/日期',
1.6       bisitz   15496: 
                   15497:    'Unknown'
1.93      raeburn  15498: => 'Unknown',
1.6       bisitz   15499: 
                   15500:    'You do not have privileges to assign co-author roles.'
1.93      raeburn  15501: => 'You do not have privileges to assign co-author roles.',
1.6       bisitz   15502: 
                   15503:    'This user has an unrecognized authentication scheme'
1.93      raeburn  15504: => 'This user has an unrecognized authentication scheme',
1.6       bisitz   15505: 
                   15506:    'Please alert a domain coordinator of this situation'
1.93      raeburn  15507: => 'Please alert a domain coordinator of this situation',
1.6       bisitz   15508: 
                   15509:    'Please specify login data below'
1.93      raeburn  15510: => 'Please specify login data below',
1.6       bisitz   15511: 
                   15512:    'No domain specified'
1.93      raeburn  15513: => 'No domain specified',
1.6       bisitz   15514: 
1.19      zhu      15515:    'Invalid domain name'
1.93      raeburn  15516: => 'Invalid domain name',
1.6       bisitz   15517: 
1.19      zhu      15518:    'Only letters, numbers, periods, dashes, and underscores are valid'
1.93      raeburn  15519: => 'Only letters, numbers, periods, dashes, and underscores are valid',
1.6       bisitz   15520: 
                   15521:    'You do not have the authority to modify this users authentification information'
1.93      raeburn  15522: => 'You do not have the authority to modify this users authentification information',
1.6       bisitz   15523: 
                   15524:    'New Student/Employee ID does not match existing ID for this user.'
1.93      raeburn  15525: => 'New Student/Employee ID does not match existing ID for this user.',
1.6       bisitz   15526: 
                   15527:    "Change is not permitted without checking the 'Force ID change' checkbox on the previous page."
1.93      raeburn  15528: => "Change is not permitted without checking the 'Force ID change' checkbox on the previous page.",
1.6       bisitz   15529: 
                   15530:    'Unable to successfully change environment for'
1.93      raeburn  15531: => 'Unable to successfully change environment for',
1.6       bisitz   15532: 
                   15533:    'No roles'
1.93      raeburn  15534: => 'No roles',
1.6       bisitz   15535: 
                   15536:    'The following fields were not updated: '
1.93      raeburn  15537: => 'The following fields were not updated: ',
1.6       bisitz   15538: 
                   15539:    "You do not have the authority to change this field given the user's current set of active/future [_1] roles:"
1.96      raeburn  15540: => "You do not have the authority to change this field given the user's current set of active/future [_1] roles:",
1.6       bisitz   15541: 
                   15542:    "You do not have the authority to change these fields given the user's current set of active/future [_1] roles:"
1.96      raeburn  15543: => "You do not have the authority to change these fields given the user's current set of active/future [_1] roles:",
1.6       bisitz   15544: 
1.49      bisitz   15545:    'Please contact your [_1]helpdesk[_2] for more information.'
1.93      raeburn  15546: => 'Please contact your [_1]helpdesk[_2] for more information.',
1.6       bisitz   15547: 
                   15548:    '<b>[_1]</b> enrolled'
1.70      zhu      15549: => '<b>[_1]</b> 注册的',
1.6       bisitz   15550: 
                   15551:    'in section [_1]'
1.93      raeburn  15552: => 'in section [_1]',
1.6       bisitz   15553: 
                   15554:    'Access starts immediately'
1.70      zhu      15555: => '访问立即开始',
1.6       bisitz   15556: 
                   15557:    'Access starts: '
1.70      zhu      15558: => '访问开始: ',
1.6       bisitz   15559: 
                   15560:    'ends: no ending date'
1.70      zhu      15561: => '结束:没有结束日期',
1.6       bisitz   15562: 
                   15563:    'ends: '
1.70      zhu      15564: => '结束: ',
1.6       bisitz   15565: 
                   15566:    '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  15567: => '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   15568: 
                   15569:    '(default)'
1.70      zhu      15570: => '(默认的)',
1.6       bisitz   15571: 
                   15572:    '(default for [_1])'
1.70      zhu      15573: => '(默认 [_1])',
1.6       bisitz   15574: 
                   15575:    'You are not authorized to make bulk changes to user roles'
1.93      raeburn  15576: => 'You are not authorized to make bulk changes to user roles',
1.6       bisitz   15577: 
                   15578:    'You do not have permission to modify dates or sections for users'
1.93      raeburn  15579: => 'You do not have permission to modify dates or sections for users',
1.6       bisitz   15580: 
                   15581:    'deleted'
1.93      raeburn  15582: => 'deleted',
1.6       bisitz   15583: 
                   15584:    'No start date'
1.10      zhu      15585: => '没有开始日期',
1.6       bisitz   15586: 
                   15587:    'Previous [_1] changes'
1.93      raeburn  15588: => 'Previous [_1] changes',
1.6       bisitz   15589: 
                   15590:    'Next [_1] changes'
1.93      raeburn  15591: => 'Next [_1] changes',
1.6       bisitz   15592: 
1.74      bisitz   15593:    'There are no records to display.'
                   15594: => '没有记录显示。',
                   15595: 
                   15596:    'There are no transactions to display.'
1.93      raeburn  15597: => 'There are no transactions to display.',
1.6       bisitz   15598: 
                   15599:    'Automated enrollment'
1.70      zhu      15600: => '自动注册',
1.6       bisitz   15601: 
                   15602:    'Roster Update'
1.70      zhu      15603: => '名册更新',
1.6       bisitz   15604: 
                   15605:    'Course Creation'
1.70      zhu      15606: => '创建课程',
1.6       bisitz   15607: 
                   15608:    'User Management in course'
1.70      zhu      15609: => '在课程中的用户管理',
1.6       bisitz   15610: 
                   15611:    'User Management in domain'
1.70      zhu      15612: => '在域中的用户管理',
1.6       bisitz   15613: 
                   15614:    'Self-enrolled'
1.70      zhu      15615: => '自助注册',
1.6       bisitz   15616: 
                   15617:    'Your search term must contain more than just spaces.'
1.93      raeburn  15618: => 'Your search term must contain more than just spaces.',
1.6       bisitz   15619: 
                   15620:    'this course'
1.70      zhu      15621: => '本课程',
1.6       bisitz   15622: 
                   15623:    'LON-CAPA domain: '
1.93      raeburn  15624: => 'LON-CAPA domain: ',
1.6       bisitz   15625: 
                   15626:    'the institutional directory for domain: '
1.93      raeburn  15627: => 'the institutional directory for domain: ',
1.6       bisitz   15628: 
1.49      bisitz   15629:    'Please contact the [_1]helpdesk[_2] if you need to create a new user.'
1.93      raeburn  15630: => 'Please contact the [_1]helpdesk[_2] if you need to create a new user.',
1.6       bisitz   15631: 
                   15632:    'Section for self-enrolled users unchanged as the proposed section is a group'
1.93      raeburn  15633: => 'Section for self-enrolled users unchanged as the proposed section is a group',
1.6       bisitz   15634: 
                   15635:    'Group names and section names must be distinct'
1.12      zhu      15636: => '组名称和章节的名称必须是不同的',
1.6       bisitz   15637: 
                   15638:    'Section for self-enrolled users unchanged, as "all" is a reserved section name.'
1.93      raeburn  15639: => 'Section for self-enrolled users unchanged, as "all" is a reserved section name.',
1.6       bisitz   15640: 
                   15641:    'An error occurred when saving changes to self-enrollment settings in this course.'
1.93      raeburn  15642: => 'An error occurred when saving changes to self-enrollment settings in this course.',
1.6       bisitz   15643: 
                   15644: #SD end 2008-07-02
                   15645: 
                   15646:    'Server Switch Required'
1.93      raeburn  15647: => 'Server Switch Required',
1.6       bisitz   15648: 
1.118     bisitz   15649:    'Authoring Space access is only available from the home server of the corresponding Author.'
                   15650: => 'Authoring Space access is only available from the home server of the corresponding Author.',
1.6       bisitz   15651: 
                   15652:    "Click the 'Switch Server' link to go there."
1.93      raeburn  15653: => "Click the 'Switch Server' link to go there.",
1.6       bisitz   15654: 
                   15655:    'Default in use:'
1.70      zhu      15656: => '默认情况下使用:',
1.6       bisitz   15657: 
1.89      bisitz   15658:    'Self-creation of account by users with status: [_1]'
1.93      raeburn  15659: => 'Self-creation of account by users with status: [_1]',
1.6       bisitz   15660: 
                   15661:    'modifiable fields (if institutional data blank): '
1.98      bisitz   15662: => 'modifiable fields (if institutional data blank): ',
1.6       bisitz   15663: 
                   15664:    'Source Code'
1.93      raeburn  15665: => 'Source Code',
1.6       bisitz   15666: 
1.118     bisitz   15667:    'Copy Problem Source Code to Authoring Space'
                   15668: => 'Copy Problem Source Code to Authoring Space',
1.6       bisitz   15669: 
                   15670:    'Please enter the directory that you would like the source code to go into.'
1.93      raeburn  15671: => 'Please enter the directory that you would like the source code to go into.',
1.6       bisitz   15672: 
1.118     bisitz   15673:    'Note: the path is in reference to the root of your Authoring Space, and new directories will be automatically created.'
                   15674: => 'Note: the path is in reference to the root of your Authoring Space, and new directories will be automatically created.',
1.6       bisitz   15675: 
                   15676:    'shared_source'
1.93      raeburn  15677: => 'shared_source',
1.6       bisitz   15678: 
1.118     bisitz   15679:    'Copy to Authoring Space'
                   15680: => 'Copy to Authoring Space',
1.6       bisitz   15681: 
1.99      raeburn  15682:    '[_1]W[_2]ARNING' 
                   15683: => '[_1]W[_2]ARNING',
1.6       bisitz   15684: 
                   15685:    'At end of file some tags were still left unclosed:'
1.93      raeburn  15686: => 'At end of file some tags were still left unclosed:',
1.6       bisitz   15687: 
                   15688:    'Unable to save file [_1]'
1.93      raeburn  15689: => 'Unable to save file [_1]',
1.6       bisitz   15690: 
                   15691:    'Warnings and Errors'
1.93      raeburn  15692: => 'Warnings and Errors',
1.6       bisitz   15693: 
                   15694:    'Edit Math'
1.93      raeburn  15695: => 'Edit Math',
1.6       bisitz   15696: 
                   15697:    'DragMath Latex Equation Editor'
1.113     bisitz   15698: => 'DragMath Latex Equation Editor',
1.6       bisitz   15699: 
                   15700:    '[_1]Return[_2] to editing resource.'
1.98      bisitz   15701: => '[_1]Return[_2] to editing resource.',
1.6       bisitz   15702: 
                   15703:    'Counting pages for student: [_1]'
1.93      raeburn  15704: => 'Counting pages for student: [_1]',
1.6       bisitz   15705: 
                   15706:    'LaTeX could not successfully parse your tex file.'
1.93      raeburn  15707: => 'LaTeX could not successfully parse your tex file.',
1.6       bisitz   15708: 
                   15709:    'It probably has errors in it.'
1.93      raeburn  15710: => 'It probably has errors in it.',
1.6       bisitz   15711: 
                   15712:    'Here are the error messages in the LaTeX log file:'
1.93      raeburn  15713: => 'Here are the error messages in the LaTeX log file:',
1.6       bisitz   15714: 
                   15715:    'There are errors in [_1].'
1.93      raeburn  15716: => 'There are errors in [_1].',
1.6       bisitz   15717: 
                   15718:    'There are errors.'
1.93      raeburn  15719: => 'There are errors.',
1.6       bisitz   15720: 
                   15721:    'These errors prevent this resource from printing correctly.'
1.93      raeburn  15722: => 'These errors prevent this resource from printing correctly.',
1.6       bisitz   15723: 
                   15724:    'A message has been sent to the instructor describing this failure.'
1.93      raeburn  15725: => 'A message has been sent to the instructor describing this failure.',
1.6       bisitz   15726: 
                   15727:    'You are running LaTeX in [_1]batch mode[_2].'
1.93      raeburn  15728: => 'You are running LaTeX in [_1]batch mode[_2].',
1.6       bisitz   15729: 
                   15730:    'It has found an error in [_1][_2]and corrected it.'
1.93      raeburn  15731: => 'It has found an error in [_1][_2]and corrected it.',
1.6       bisitz   15732: 
                   15733:    '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   15734: => '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   15735: 
                   15736:    'The link to [_1]Your log file[_2]'
1.93      raeburn  15737: => 'The link to [_1]Your log file[_2]',
1.6       bisitz   15738: 
                   15739:    'The link to [_1]Your original LaTeX file[_2]'
1.93      raeburn  15740: => 'The link to [_1]Your original LaTeX file[_2]',
1.6       bisitz   15741: 
                   15742:    'bomb'
1.93      raeburn  15743: => 'bomb',
1.6       bisitz   15744: 
                   15745:    'Output Tags'
1.93      raeburn  15746: => 'Output Tags',
1.6       bisitz   15747: 
                   15748:    'WARNING: Cannot connect to database!'
1.70      zhu      15749: => '警告:无法连接到数据库!',
1.6       bisitz   15750: 
                   15751:    'Error occurred saving new values in metadata table in LON-CAPA database!'
1.70      zhu      15752: => '保存新值数据表到LON-CAPA数据库中时发生错误!',
1.6       bisitz   15753: 
1.81      bisitz   15754:    'Your course/community currently appears in the Course/Community Catalog for this domain.'
1.93      raeburn  15755: => 'Your course/community currently appears in the Course/Community Catalog for this domain.',
1.6       bisitz   15756: 
                   15757:    'Courses can be both self-cataloging, based on an institutional code (e.g., fs08phy231), or can be assigned categories from a hierarchy defined for the domain.'
1.101     bisitz   15758: => '课程可自我编目的基础的研究所代码(例如, inf_20112012_math1 )或可通过域的定义分配类别界定。',
1.6       bisitz   15759: 
1.81      bisitz   15760:    'Your course/community does not currently appear in the Course/Community Catalog for this domain.'
1.93      raeburn  15761: => 'Your course/community does not currently appear in the Course/Community Catalog for this domain.',
1.6       bisitz   15762: 
                   15763:    'You should remedy this if you plan to allow self-enrollment, otherwise students will have difficulty finding your course.'
1.93      raeburn  15764: => 'You should remedy this if you plan to allow self-enrollment, otherwise students will have difficulty finding your course.',
1.6       bisitz   15765: 
                   15766:    '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  15767: => '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   15768: 
                   15769:    'Make any changes to self-enrollment settings below, click "Save changes", then take action to include the course in the Catalog:'
1.93      raeburn  15770: => 'Make any changes to self-enrollment settings below, click "Save changes", then take action to include the course in the Catalog:',
1.6       bisitz   15771: 
                   15772:    'Take the following action to ensure the course appears in the Catalog:'
1.93      raeburn  15773: => 'Take the following action to ensure the course appears in the Catalog:',
1.6       bisitz   15774: 
                   15775:    'Ask a domain coordinator to change the "Exclude from course catalog" setting.'
1.93      raeburn  15776: => 'Ask a domain coordinator to change the "Exclude from course catalog" setting.',
1.6       bisitz   15777: 
                   15778:    'Ask a domain coordinator to enable display the catalog of "Official courses (with institutional codes)".'
1.93      raeburn  15779: => 'Ask a domain coordinator to enable display the catalog of "Official courses (with institutional codes)".',
1.6       bisitz   15780: 
                   15781:    'Ask a domain coordinator to assign an institutional code (if this is an official course).'
1.93      raeburn  15782: => 'Ask a domain coordinator to assign an institutional code (if this is an official course).',
1.6       bisitz   15783: 
                   15784:    'Ask a domain coordinator to enable or create at least one course category in the domain.'
1.93      raeburn  15785: => 'Ask a domain coordinator to enable or create at least one course category in the domain.',
1.6       bisitz   15786: 
                   15787:    'Ask a domain coordinator to create a hierarchy of categories and sub categories for courses in the domain.'
1.93      raeburn  15788: => 'Ask a domain coordinator to create a hierarchy of categories and sub categories for courses in the domain.',
1.6       bisitz   15789: 
                   15790:    '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  15791: => '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   15792: 
                   15793:    'Ask a domain coordinator to assign a category to the course.'
1.93      raeburn  15794: => 'Ask a domain coordinator to assign a category to the course.',
1.6       bisitz   15795: 
1.93      raeburn  15796:    'Use [_1]Categorize course[_2] to change the "Exclude from course catalog" setting.'
                   15797: => 'Use [_1]Categorize course[_2] to change the "Exclude from course catalog" setting.',
1.6       bisitz   15798: 
                   15799:    '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  15800: => '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   15801: 
                   15802:    'Use [_1]Set course environment[_2] to assign a category to the course.'
1.93      raeburn  15803: => 'Use [_1]Set course environment[_2] to assign a category to the course.',
1.6       bisitz   15804: 
                   15805:    'You are able to both assign a course category and choose to exclude this course from the catalog.'
1.93      raeburn  15806: => 'You are able to both assign a course category and choose to exclude this course from the catalog.',
1.6       bisitz   15807: 
                   15808:    '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  15809: => '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   15810: 
                   15811:    'You may assign a course category, but only a Domain Coordinator may choose to exclude this course from the catalog.'
1.93      raeburn  15812: => 'You may assign a course category, but only a Domain Coordinator may choose to exclude this course from the catalog.',
1.6       bisitz   15813: 
                   15814:    'Only a Domain Coordinator may assign a course category or choose to exclude this course from the catalog.'
1.93      raeburn  15815: => 'Only a Domain Coordinator may assign a course category or choose to exclude this course from the catalog.',
1.6       bisitz   15816: 
                   15817:    "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  15818: => "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   15819: 
                   15820:    'You can only use this screen to select courses in the current domain.'
1.93      raeburn  15821: => 'You can only use this screen to select courses in the current domain.',
1.6       bisitz   15822: 
1.41      bisitz   15823:    '[_1]Your Excel spreadsheet[_2] is ready for download.'
1.101     bisitz   15824: => '[_1]Your Excel spreadsheet[_2] is ready for download.',
1.6       bisitz   15825: 
1.41      bisitz   15826:    '[_1]Your CSV file[_2] is ready for download.'
1.101     bisitz   15827: => '[_1]Your CSV file[_2] is ready for download.',
1.6       bisitz   15828: 
                   15829:    'Name (username)'
1.93      raeburn  15830: => 'Name (username)',
1.6       bisitz   15831: 
                   15832:    'Grades Assigned'
1.93      raeburn  15833: => 'Grades Assigned',
1.6       bisitz   15834: 
                   15835:    'Comments'
1.18      zhu      15836: => '注释',
1.6       bisitz   15837: 
                   15838:    'No Course Data'
1.93      raeburn  15839: => 'No Course Data',
1.6       bisitz   15840: 
                   15841:    'Error getting student data ([_1])'
1.93      raeburn  15842: => 'Error getting student data ([_1])',
1.6       bisitz   15843: 
                   15844:    'Score'
1.93      raeburn  15845: => 'Score',
1.6       bisitz   15846: 
1.77      bisitz   15847:    'score'
1.93      raeburn  15848: => 'score',
1.77      bisitz   15849: 
1.6       bisitz   15850:    'Display Options'
1.36      zhu      15851: => '显示选项',
1.6       bisitz   15852: 
                   15853:    'This role has section(s) associated with it.'
1.93      raeburn  15854: => 'This role has section(s) associated with it.',
1.6       bisitz   15855: 
                   15856:    'Enter a specific section.'
1.93      raeburn  15857: => 'Enter a specific section.',
1.6       bisitz   15858: 
                   15859:    'Enter a specific section, or leave blank for no section.'
1.93      raeburn  15860: => 'Enter a specific section, or leave blank for no section.',
1.6       bisitz   15861: 
                   15862:    'Available sections are:'
1.93      raeburn  15863: => 'Available sections are:',
1.6       bisitz   15864: 
                   15865:    'You entered an invalid section choice:'
1.93      raeburn  15866: => 'You entered an invalid section choice:',
1.6       bisitz   15867: 
                   15868:    'You may wish to contact the [_1]LON-CAPA helpdesk[_2] for the [_3] domain.'
1.56      zhu      15869: => '您不妨联系[_2][_3]域的[_1] LON-CAPA 求助。',
1.6       bisitz   15870: 
                   15871:    '([_1] time zone)'
1.9       zhu      15872: => '(时区 [_1])',
1.6       bisitz   15873: 
                   15874:    'Selecting an Author'
1.93      raeburn  15875: => 'Selecting an Author',
1.6       bisitz   15876: 
                   15877:    'Invalid domain'
1.26      zhu      15878: => '无效域',
1.6       bisitz   15879: 
1.118     bisitz   15880:    'There are no library servers containing Authoring Spaces currently in domain: [_1], so you can not assume a co-author role.'
                   15881: => 'There are no library servers containing Authoring Spaces currently in domain: [_1], so you can not assume a co-author role.',
1.6       bisitz   15882: 
1.118     bisitz   15883:    'You do not have a domain coordinator role in domain: [_1], so you cannot choose an Authoring Space for which you can assume a co-author role.'
                   15884: => 'You do not have a domain coordinator role in domain: [_1], so you cannot choose an Authoring Space for which you can assume a co-author role.',
1.6       bisitz   15885: 
1.118     bisitz   15886:    'You do not have a domain coordinator role, so you cannot choose an Authoring Space for which you can assume a co-author role.'
                   15887: => 'You do not have a domain coordinator role, so you cannot choose an Authoring Space for which you can assume a co-author role.',
1.6       bisitz   15888: 
1.118     bisitz   15889:    'There are no author roles currently in domain: [_1], so there are no Authoring Spaces for which you can assume a co-author role.'
                   15890: => 'There are no author roles currently in domain: [_1], so there are no Authoring Spaces for which you can assume a co-author role.',
1.6       bisitz   15891: 
1.83      bisitz   15892:    'As your session file for the course or community has expired, you will need to re-select it.'
1.93      raeburn  15893: => 'As your session file for the course or community has expired, you will need to re-select it.', # '当>您的课程已过期,您将需要重新选择课程。',
1.6       bisitz   15894: 
                   15895:    '[quant,_1,yr]'
1.99      raeburn  15896: => '[quant,_1,yr]',
1.6       bisitz   15897: 
                   15898:    '[quant,_1,mth]'
1.99      raeburn  15899: => '[quant,_1,mth]',
1.6       bisitz   15900: 
                   15901:    '[quant,_1,hr]'
1.99      raeburn  15902: => '[quant,_1,hr]',
1.6       bisitz   15903: 
                   15904:    '[quant,_1,min]'
1.99      raeburn  15905: => '[quant,_1,min]',
1.6       bisitz   15906: 
                   15907:    '[quant,_1,sec]'
1.99      raeburn  15908: => '[quant,_1,sec]',
1.6       bisitz   15909: 
                   15910:    'Loading student data...'
1.18      zhu      15911: => '检索学生数据...',
1.6       bisitz   15912: 
                   15913:    'Options'
1.18      zhu      15914: => '选项',
1.6       bisitz   15915: 
                   15916:    'Time Period'
1.18      zhu      15917: => '周期',
1.6       bisitz   15918: 
1.111     bisitz   15919:    'Resource is undefined.'
                   15920: => 'Resource is undefined.',
1.6       bisitz   15921: 
                   15922:    'Plot Graph'
1.93      raeburn  15923: => 'Plot Graph',
1.6       bisitz   15924: 
                   15925:    'Download'
1.18      zhu      15926: => '下载',
1.6       bisitz   15927: 
                   15928:    'PDF File'
1.18      zhu      15929: => 'PDF 文档',
1.6       bisitz   15930: 
                   15931:    'Zip File'
1.18      zhu      15932: => 'ZIP 文档',
1.6       bisitz   15933: 
                   15934:    'File Size (Bytes)'
1.18      zhu      15935: => '文件大小 (Bytes)',
1.6       bisitz   15936: 
                   15937:    'Contents'
1.18      zhu      15938: => '内容',
1.6       bisitz   15939: 
                   15940:    'Problem Type'
1.12      zhu      15941: => '问题类型',
1.6       bisitz   15942: 
                   15943:    'not in this course'
1.93      raeburn  15944: => 'not in this course',
1.6       bisitz   15945: #Start: redesigned menus
                   15946: #lonparmset.pm
1.18      zhu      15947: 
1.6       bisitz   15948:    'Edit environment settings for this course.'
1.93      raeburn  15949: => 'Edit environment settings for this course.',
1.6       bisitz   15950: 
                   15951:    'Portfolio Metadata'
1.27      zhu      15952: => '元数据-组合',
1.6       bisitz   15953: 
                   15954:    'Settings for this Course'
1.27      zhu      15955: => '设置这门课程',
1.6       bisitz   15956: 
                   15957:    'New and Existing Parameter Settings for Resources'
1.27      zhu      15958: => '新的和现有资源的参数设置',
1.6       bisitz   15959: 
                   15960:    'Edit Resource Parameters - Helper Mode'
1.27      zhu      15961: => '编辑源参数 - 辅助模式',
1.6       bisitz   15962: 
                   15963:    'Edit Resource Parameters - Overview Mode'
1.27      zhu      15964: => '编辑资源参数 - 概况模式',
1.6       bisitz   15965: 
                   15966:    'Edit Resource Parameters - Table Mode'
1.27      zhu      15967: => '编辑资源参数 - 表模式',
1.6       bisitz   15968: 
                   15969:    'Existing Parameter Settings for Resources'
1.27      zhu      15970: => '现有资源的参数设置',
1.6       bisitz   15971: 
                   15972:    'Change Log'
1.27      zhu      15973: => '变更记录',
1.6       bisitz   15974: 
                   15975:    'Restrict metadata for this course.'
1.93      raeburn  15976: => 'Restrict metadata for this course.',
1.6       bisitz   15977: 
                   15978:    'Manage slots for this course.'
1.93      raeburn  15979: => 'Manage slots for this course.',
1.6       bisitz   15980: 
                   15981:    'Reset access times for folders/maps, resources or the course.'
1.93      raeburn  15982: => 'Reset access times for folders/maps, resources or the course.',
1.6       bisitz   15983: 
                   15984:    'Set default actions for parameters.'
1.93      raeburn  15985: => 'Set default actions for parameters.',
1.6       bisitz   15986: 
                   15987:    'Set/Modify resource parameters in helper mode.'
1.93      raeburn  15988: => 'Set/Modify resource parameters in helper mode.',
1.6       bisitz   15989: 
                   15990:    'Set/Modify resource parameters in table mode.'
1.93      raeburn  15991: => 'Set/Modify resource parameters in table mode.',
1.6       bisitz   15992: 
                   15993:    'Set/Modify resource parameters in overview mode.'
1.93      raeburn  15994: => 'Set/Modify resource parameters in overview mode.',
1.6       bisitz   15995: 
                   15996:    'Set/Modify existing resource parameters in overview mode.'
1.93      raeburn  15997: => 'Set/Modify existing resource parameters in overview mode.',
1.6       bisitz   15998: 
                   15999:    'View parameter and course blog posting/user notification change log.'
1.93      raeburn  16000: => 'View parameter and course blog posting/user notification change log.',
1.6       bisitz   16001: #lonpreferences.pm
                   16002: 
                   16003:    'Screen Name'
                   16004: => '昵称',
                   16005: 
1.63      zhu      16006:    'Screenname'
                   16007: => '昵称',
                   16008: 
                   16009:    'Nickname'
                   16010: => '昵称',
                   16011: 
1.55      zhu      16012:    'Messages &amp; Notifications'
1.22      zhu      16013: => '邮件&公告',
1.6       bisitz   16014: 
                   16015:    'Discussion Display'
1.9       zhu      16016: => '讨论显示',
1.6       bisitz   16017: 
                   16018:    'Page Display Settings'
                   16019: => '页面显示设置',
                   16020: 
                   16021:    'Color Scheme'
                   16022: => '颜色方案',
                   16023: 
                   16024:    'Menu Display'
                   16025: => '菜单显示',
                   16026: 
                   16027:    'Content Display Settings'
1.9       zhu      16028: => '内容显示设置',
1.6       bisitz   16029: 
                   16030:    'WYSIWYG Editor'
                   16031: => 'WYSIWYG-编辑器',
                   16032: 
                   16033:    'Roles Page'
1.9       zhu      16034: => '角色页面',
1.6       bisitz   16035: 
                   16036:    'Display of Scientific Equations'
1.55      zhu      16037: => '显示科学公式',
1.6       bisitz   16038: 
                   16039:    'Edit information about yourself that should be displayed on your public profile.'
1.93      raeburn  16040: => 'Edit information about yourself that should be displayed on your public profile.',
1.6       bisitz   16041: 
                   16042:    'Change the name that is displayed in your posts.'
1.18      zhu      16043: => '变更在您的讨论中的名称。',
1.6       bisitz   16044: 
                   16045:    'Change LON-CAPA default colors.'
1.93      raeburn  16046: => 'Change LON-CAPA default colors.',
1.6       bisitz   16047: 
                   16048:    'Change messageforwarding or notifications settings.'
1.93      raeburn  16049: => 'Change messageforwarding or notifications settings.',
1.6       bisitz   16050: 
                   16051:    'Choose the default language for this user.'
1.98      bisitz   16052: => 'Choose the default language for this user.',
1.6       bisitz   16053: 
                   16054:    'Enable or disable the WYSIWYG-Editor.'
1.93      raeburn  16055: => 'Enable or disable the WYSIWYG-Editor.',
1.6       bisitz   16056: 
                   16057:    'Configure the roles hotlist.'
1.93      raeburn  16058: => 'Configure the roles hotlist.',
1.6       bisitz   16059: 
                   16060:    'Change how Scientific Equations are displayed.'
1.9       zhu      16061: => '改变如何显示科学方程。',
1.6       bisitz   16062: 
                   16063:    'Register your clicker.'
1.9       zhu      16064: => '登记您的应答设备 (遥控).',
1.6       bisitz   16065: 
                   16066:    'Change your password.'
1.9       zhu      16067: => '更改您的密码。',
1.6       bisitz   16068: 
                   16069:    'Launch the remote control for LON-CAPA.'
1.93      raeburn  16070: => 'Launch the remote control for LON-CAPA.',
1.6       bisitz   16071: 
                   16072:    'Collapse the remote control for LON-CAPA.'
1.93      raeburn  16073: => 'Collapse the remote control for LON-CAPA.',
1.6       bisitz   16074: 
                   16075:    'Restrict domain coordinator access.'
1.93      raeburn  16076: => 'Restrict domain coordinator access.',
1.6       bisitz   16077: 
                   16078:    'Set the default page to be displayed when you select a course role.'
1.98      bisitz   16079: => 'Set the default page to be displayed when you select a course role.',
1.6       bisitz   16080: 
                   16081:    'Toggle Debug Messages.'
1.93      raeburn  16082: => 'Toggle Debug Messages.',
1.6       bisitz   16083: 
                   16084:    'Change whether the menus are displayed with buttons, icons or icons and text.'
1.93      raeburn  16085: => 'Change whether the menus are displayed with buttons, icons or icons and text.',
1.6       bisitz   16086:    'Course Initialization'
1.36      zhu      16087: => '课程初始化',
1.6       bisitz   16088: #loncreateuser.pm
1.69      droeschl 16089:    'Single Users'
1.70      zhu      16090: => '单用户',
1.6       bisitz   16091: 
                   16092:    'Upload a CSV or a text file containing users.'
1.70      zhu      16093: => '课程参加者上传CSV或文本文件。',
1.6       bisitz   16094: 
                   16095:    'Add a user with a certain role to this course.'
1.70      zhu      16096: => '添加一个具有特定的角色的用户到这门课程中。',
1.6       bisitz   16097: 
1.69      droeschl 16098:    'Add/Modify a Student'
1.79      bisitz   16099: => '添加/修改学生',
1.6       bisitz   16100: 
                   16101:    'Add a user with the role student to this course.'
1.70      zhu      16102: => '添加一个用户到课程中,作为学生角色。',
1.6       bisitz   16103: 
                   16104:    'Configuration'
1.28      zhu      16105: => '设置',
1.6       bisitz   16106: 
                   16107:    'Automated enrollment manager.'
1.70      zhu      16108: => '管理自助注册',
1.6       bisitz   16109: 
1.83      bisitz   16110:    'Self-Enrollment'
1.93      raeburn  16111: => 'Self-Enrollment',
1.83      bisitz   16112: 
1.6       bisitz   16113:    'User Self-Enrollment'
1.70      zhu      16114: => '用户自助注册',
1.6       bisitz   16115: 
1.83      bisitz   16116:    'Configure user self-enrollment.'
1.70      zhu      16117: => '配置用户自助注册。',
1.6       bisitz   16118: 
                   16119:    'Manage course groups.'
1.12      zhu      16120: => '管理课程组。',
1.6       bisitz   16121: 
                   16122:    'Change Logs'
1.28      zhu      16123: => '更改记录',
1.6       bisitz   16124: 
                   16125:    'View change log.'
1.28      zhu      16126: => '显示更改记录。',
1.6       bisitz   16127: 
                   16128:    'Administration'
1.28      zhu      16129: => '管理',
1.6       bisitz   16130: 
1.69      droeschl 16131:    'Manage Course Users'
1.70      zhu      16132: => '用户课程管理',
1.6       bisitz   16133: 
                   16134:    'Show and manage users of this course.'
1.70      zhu      16135: => '查看和管理这门课程的用户。',
1.6       bisitz   16136: 
                   16137:    'Remove a student from this course.'
1.70      zhu      16138: => '从这门课程中移除一名学生。',
1.6       bisitz   16139: 
                   16140:    'Custom Roles'
1.28      zhu      16141: => '自定义角色',
1.6       bisitz   16142: 
                   16143:    'Configure a custom role.'
1.70      zhu      16144: => '配置自定义角色。',
                   16145: 
                   16146:    'Multiple Users'
                   16147: => '多用户',
                   16148: 
1.6       bisitz   16149: #lonstatistics.pm
                   16150:    'Statistics and Analyses'
1.70      zhu      16151: => '统计与分析',
1.6       bisitz   16152: 
                   16153:    'Plots'
1.70      zhu      16154: => '图表',
1.6       bisitz   16155: 
                   16156:    'Reports'
1.28      zhu      16157: => '报告',
1.6       bisitz   16158: 
1.18      zhu      16159:    'Personal Homepage'
                   16160: => '个人主页',
                   16161: 
1.56      zhu      16162:    'Link Name:'
                   16163: => '连接的名字:',
                   16164: 
                   16165:    'Address:'
                   16166: => '地址:',
                   16167: 
1.18      zhu      16168:    'Link Name'
1.56      zhu      16169: => '连接的名字',
1.18      zhu      16170: 
                   16171:    'Address'
1.56      zhu      16172: => '地址',
1.18      zhu      16173: 
                   16174:    'Broadcast to Active Members'
1.27      zhu      16175: => '通知活跃的会员',
1.18      zhu      16176: 
1.19      zhu      16177:    'Thank you for your input!'
                   16178: => '非常感谢您的评估!',
                   16179: 
                   16180:    'Saving feedback: [_1]'
                   16181: => '保存到信息反馈: [_1]',
                   16182: 
                   16183:    'Logging first evaluation'
                   16184: => '登录到首次评估',
                   16185: 
                   16186:    '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.'
                   16187: => 'WYSIWYG 编辑器仅支持简单的 HTML,并且在许多情况下不适合复杂的创作。在一些情况下,它可能破坏复杂的创作及 LaTeX 和脚本函数的调用。',
                   16188: 
                   16189:    'Special Admin Options'
                   16190: => '特别管理选项',
                   16191: 
                   16192:    'Discussion postings'
                   16193: => '讨论帖子',
                   16194: 
1.22      zhu      16195:    'Currently using [_1] of the [_2] available.'
                   16196: => '目前使用 [_1] ,在 [_2] 可用中。',
                   16197: 
                   16198:    'Registering clickers: [_1]'
                   16199: => '注册的“遥控”号码为: [_1]',
                   16200: 
                   16201:    'New Broadcast Message'
                   16202: => '新的广播信息',
1.41      bisitz   16203: 
1.22      zhu      16204:    'Send a broadcast message to members of this Course and/or other users.'
                   16205: => '发送广播信息给这门课程的成员和/或其他用户。',
1.41      bisitz   16206: 
1.22      zhu      16207:    'New Messages from File'
                   16208: => '从文件生成新邮件',
                   16209: 
                   16210:    'Send copy to permanent e-mail address (if known)'
1.41      bisitz   16211: => '发送一份副本给外部电子邮件(如果有的话)',
1.19      zhu      16212: 
1.22      zhu      16213:    'Require return receipt?'
                   16214: => '回执确认?',
1.18      zhu      16215: 
1.26      zhu      16216:    'Message Administration'
                   16217: => '邮件管理',
                   16218: 
                   16219:    'Message Log for Selected Users'
                   16220: => '选定用户的邮件日志',
                   16221: 
1.28      zhu      16222:    'New Document'
                   16223: => '新文档',
                   16224: 
                   16225:   'Bcc: course members with current access'
                   16226: => '密送:当前访问的课程参加者',
                   16227: 
1.55      zhu      16228:    'Tools:'
                   16229: => '工具:',
                   16230: 
                   16231:    'Upload PDF Form'
                   16232: => '上传PDF格式文档',
                   16233: 
                   16234:    'Upload a PDF Form with filled Form Fields'
                   16235: => '上传带有填写表格字段的PDF格式文档',
                   16236: 
                   16237:    'Please choose a PDF-File.'
                   16238: => '请选择一个PDF文件。',
                   16239: 
                   16240:    "Can't find any valid PDF formfields."
                   16241: => '找不到任何有效的PDF格式文档 。',
                   16242: 
                   16243:    'Results of PDF Form problems'
                   16244: => 'PDF格式习题答案',
                   16245: 
1.56      zhu      16246:    'Published Documents'
                   16247: => '公开文件',
                   16248: 
1.6       bisitz   16249: #SYNCMARKER
                   16250: );
                   16251: 
                   16252: 1;
                   16253: 

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