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

1.6       bisitz      1: # The LearningOnline Network with CAPA
                      2: # Chinese Simplified Localization Lexicon
                      3: #
1.111   ! bisitz      4: # $Id: zh.pm,v 1.110 2013/08/09 16:23:19 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: 
                    212:    'Bulletin Board'
                    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: 
                    587:    "will open on"
1.18      zhu       588: => "开放于",
1.6       bisitz    589: 
                    590:    "is due at"
1.93      raeburn   591: => "is due at",
1.6       bisitz    592: 
                    593:    "was due on"
1.93      raeburn   594: => "was due on",
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:    ', and answers will be available on'
1.93      raeburn   660: => ', and answers will be available on',
1.6       bisitz    661: 
                    662:    "Select a"
1.93      raeburn   663: => "Select a",
1.6       bisitz    664: 
                    665:    'Part'
1.27      zhu       666: => '部分',
1.6       bisitz    667: 
                    668:    "Then"
1.93      raeburn   669: => 'Then',
1.6       bisitz    670: 
                    671:    'is in under construction'
1.93      raeburn   672: => 'is in under construction',
1.6       bisitz    673: 
                    674:    'List of possible answers'
1.93      raeburn   675: => 'List of possible answers',
1.6       bisitz    676: 
                    677:    'Found no analyzable parts in this problem, currently only Numerical, Formula and String response styles are supported.'
1.93      raeburn   678: => 'Found no analyzable parts in this problem, currently only Numerical, Formula and String response styles are supported.',
1.6       bisitz    679: 
1.32      bisitz    680:    'Response [_1] is not analyzable at this time'  #    'is not analyzable at this time'
1.96      raeburn   681: => 'Response [_1] is not analyzable at this time',  #   '目前没有可分析性',
1.6       bisitz    682: 
                    683:    'Title'
                    684: => '标题',
1.10      zhu       685: 
1.6       bisitz    686:    'Path'
1.93      raeburn   687: => 'Path',
1.6       bisitz    688: 
                    689:    'New Search'
1.9       zhu       690: => '重新搜索',
1.6       bisitz    691: 
                    692:    'Go Back'
                    693: => '后退',
                    694: 
                    695:    'Go back'
                    696: => '后退',
                    697: 
                    698:    'File'
                    699: => '文件',
                    700: 
                    701:    'Date'
                    702: => '日期',
                    703: 
                    704:    'You have no unread messages'
1.10      zhu       705: => '您没有未读邮件',
1.41      bisitz    706: 
1.10      zhu       707:    'New Message'
                    708: => '新邮件',
1.6       bisitz    709: 
                    710:    'New Messages'
1.10      zhu       711: => '新邮件',
1.6       bisitz    712: 
                    713:    'View All Messages'
1.10      zhu       714: => '查看所有邮件',
1.6       bisitz    715: 
                    716:    'Map'
1.10      zhu       717: => '课程内容',
1.6       bisitz    718: 
                    719:    'Page'
1.10      zhu       720: => '页',
1.6       bisitz    721: 
1.86      bisitz    722:    'Page:'
                    723: => '页:',
                    724: 
1.6       bisitz    725:    'Sequence'
1.10      zhu       726: => '顺序',
1.6       bisitz    727: 
                    728:    'Map contents are not shown in order.'
1.10      zhu       729: => '课程内容不排序显示。',
1.6       bisitz    730: 
                    731:    'Empty'
1.10      zhu       732: => '空的',
1.6       bisitz    733: 
                    734:    'File [_1] could not be copied.'
1.10      zhu       735: => '文件 [_1] 无法复制。',
1.6       bisitz    736: 
                    737:    'Back to Directory'
1.10      zhu       738: => '返回文件夹',
1.6       bisitz    739: 
                    740:    'No upload file specified.'
1.10      zhu       741: => '没有上传指定的文件。',
1.6       bisitz    742: 
                    743:    'The target is an existing directory.'
1.10      zhu       744: => '目标在一个现有的目录中。',
1.6       bisitz    745: 
                    746:    'Please use browser "Back" button and pick a filename'
1.93      raeburn   747: => 'Please use browser "Back" button and pick a filename',
1.6       bisitz    748: 
                    749:    "You do not have authoring privileges for this resource"
1.93      raeburn   750: => "You do not have authoring privileges for this resource",
1.6       bisitz    751: 
                    752:    'Copying file'
1.10      zhu       753: => '复制文件',
1.6       bisitz    754: 
                    755:    'No write permission to user directory, FAIL'
1.10      zhu       756: => '没有权限写入这个目录。中断',
1.6       bisitz    757: 
                    758:    'Actions'
1.43      bisitz    759: => '动作', # '行动',
1.6       bisitz    760: 
                    761:    'Name'
1.10      zhu       762: => '名字',
1.6       bisitz    763: 
                    764:    'Status'
1.10      zhu       765: => '状态',
1.6       bisitz    766: 
                    767:    'Last Modified'
1.10      zhu       768: => '最后修改',
1.6       bisitz    769: 
                    770:    'Yes'
1.10      zhu       771: => '是',
1.6       bisitz    772: 
                    773:    'Construction Space Directory'
1.10      zhu       774: => '建设目录',
1.6       bisitz    775: 
                    776:    'Contact [_1] for access.'
1.10      zhu       777: => '获取 [_1] 联系。',
1.6       bisitz    778: 
                    779:    'Please log into [_1] to edit.'
1.10      zhu       780: => '请登入 [_1] 进行修改。',
1.6       bisitz    781: 
                    782:    'Save uploaded file as [_1]'
1.10      zhu       783: => '保存上传的文件为 [_1]',
1.6       bisitz    784: 
                    785:    'Searching'
1.10      zhu       786: => '搜索',
1.6       bisitz    787: 
                    788:    'Searching ...'
1.10      zhu       789: => '搜索...',
1.6       bisitz    790: 
                    791:    'Owner:Domain'
1.10      zhu       792: => '所有者:域',
1.6       bisitz    793: 
                    794:    'Owner/Co-owner(s)'
1.10      zhu       795: => '所有者/合伙人',
1.6       bisitz    796: 
                    797:    'Select the Construction Space'
1.10      zhu       798: => '选择建设领域',
1.6       bisitz    799: 
                    800:    'It is recommended that you use an up-to-date virus scanner before handling this file.'
1.93      raeburn   801: => 'It is recommended that you use an up-to-date virus scanner before handling this file.',
1.6       bisitz    802: 
                    803:    'not displayed'
1.10      zhu       804: => '不显示',
1.6       bisitz    805: 
                    806:    "Open, no due date"
1.10      zhu       807: => "开放的,没有截止日期",
1.6       bisitz    808: 
                    809:    "Uncompleted Homework"
1.10      zhu       810: => "未完成家庭作业",
1.6       bisitz    811: 
                    812:    "Show Only Uncompleted Homework"
1.10      zhu       813: => "只显示未完成家庭作业",
1.6       bisitz    814: 
                    815:    "All homework is currently completed."
1.10      zhu       816: => "目前所有完成的功课。",
1.6       bisitz    817: 
                    818:    'This course is empty.'
1.10      zhu       819: => '这课程是空的。',
1.6       bisitz    820: 
                    821:    'Coursemap undefined.'
1.10      zhu       822: => '课程内容没有定义。',
1.6       bisitz    823: 
                    824:    "Was due"
1.10      zhu       825: => "截止于",
1.6       bisitz    826: 
                    827:    "Answer available"
1.10      zhu       828: => "答案可用",
1.6       bisitz    829: 
                    830:    "Excused by instructor"
1.10      zhu       831: => "由讲师通过",
1.6       bisitz    832: 
                    833:    "Answer submitted, not yet graded"
1.10      zhu       834: => "提交答案,尚未评分",
1.6       bisitz    835: 
                    836:    "No due date"
1.10      zhu       837: => "没有截止日期",
1.6       bisitz    838: 
                    839:    'never'
1.10      zhu       840: => '从来不',
1.6       bisitz    841: 
                    842:    'Answer submitted'
1.10      zhu       843: => '提交答案',
1.6       bisitz    844: 
                    845:    '[_1] of [_2] tries used'
1.10      zhu       846: => '[_1] 的 [_2] 尝试使用',
1.6       bisitz    847: 
                    848:    'Processing'
1.18      zhu       849: => '数据处理',
1.6       bisitz    850: 
                    851:    'Access and Usage Statistics'
1.18      zhu       852: => '访问和使用统计',
1.6       bisitz    853: 
                    854:    'Evaluation Comments'
1.18      zhu       855: => '评价评论',
1.6       bisitz    856: 
                    857:    'Evaluation Data'
1.18      zhu       858: => '评价数据',
1.6       bisitz    859: 
                    860:    'Server Administration'
1.18      zhu       861: => '服务器管理',
1.6       bisitz    862: 
                    863:    'System Administration'
1.18      zhu       864: => '系统管理',
1.6       bisitz    865: 
                    866:    'Users with Roles Assigned by'
1.93      raeburn   867: => 'Users with Roles Assigned by',
1.6       bisitz    868: 
                    869:    'Name starting with'
1.70      zhu       870: => '从开头',
1.6       bisitz    871: 
                    872:    'This resource has been marked obsolete by the author(s)'
1.93      raeburn   873: => 'This resource has been marked obsolete by the author(s)',
1.6       bisitz    874: 
1.19      zhu       875:    'Upload'
                    876: => '上传',
                    877: 
1.6       bisitz    878:    'Uploaded'
1.19      zhu       879: => '已上传',
1.6       bisitz    880: 
                    881:    'Dynamic Metadata'
1.19      zhu       882: => '动态数据',
1.6       bisitz    883: 
                    884:    'View file'
1.10      zhu       885: => '查看文件',
1.6       bisitz    886: 
                    887:    'Illegal filename.'
1.10      zhu       888: => '无效的文件名。',
1.6       bisitz    889: 
                    890:    'Rule'
1.10      zhu       891: => '规则',
1.6       bisitz    892: 
                    893:    'Back to Source Directory'
1.10      zhu       894: => '回到源目录',
1.6       bisitz    895: 
                    896:    'Back to Source'
1.10      zhu       897: => '回到源文件',
1.6       bisitz    898: 
1.75      bisitz    899:    'Back to Resource'
1.93      raeburn   900: => 'Back to Resource', # '回到资源',
1.75      bisitz    901: 
1.6       bisitz    902:    'File copied.'
1.10      zhu       903: => '档案复制。',
1.6       bisitz    904: 
                    905:    'FAIL'
1.10      zhu       906: => '中断',
1.6       bisitz    907: 
                    908:    'Back to [_1]'
1.10      zhu       909: => '回到 [_1]',
1.6       bisitz    910: 
                    911:    'untitled'
1.10      zhu       912: => '无标题',
1.6       bisitz    913: 
                    914:    'The extension on this file, [_1], is reserved internally by LON-CAPA.'
1.93      raeburn   915: => 'The extension on this file, [_1], is reserved internally by LON-CAPA.',
1.6       bisitz    916: 
                    917:    'The extension on this file is reserved internally by LON-CAPA.'
1.96      raeburn   918: => 'The extension on this file is reserved internally by LON-CAPA.',
1.6       bisitz    919: 
                    920:    'The extension on this file, [_1], is not recognized by LON-CAPA.'
1.99      raeburn   921: => 'The extension on this file, [_1], is not recognized by LON-CAPA.',
1.6       bisitz    922: 
                    923:    'The extension on this file is not recognized by LON-CAPA.'
1.93      raeburn   924: => 'The extension on this file is not recognized by LON-CAPA.',
1.6       bisitz    925: 
                    926:    'Please change the extension.'
1.93      raeburn   927: => 'Please change the extension.',
1.6       bisitz    928: 
                    929:    'Became this version on ...'
1.93      raeburn   930: => 'Became this version on ...',
1.6       bisitz    931: 
                    932:    'Browse published resources'
                    933: => '发布资源',
                    934: 
                    935:    'Choose the course to work on'
1.9       zhu       936: => '选择您想要选的课程',
1.6       bisitz    937: 
                    938:    'Create a new course'
                    939: => '创建课程',
                    940: 
1.79      bisitz    941:    'Customized right of use ...'
1.93      raeburn   942: => 'Customized right of use ...',
1.6       bisitz    943: 
                    944:    'Delete messages from bulletin boards'
1.93      raeburn   945: => 'Delete messages from bulletin boards',
1.6       bisitz    946: 
                    947:    'Domain only - use limited to courses in the domain'
1.93      raeburn   948: => 'Domain only - use limited to courses in the domain',
1.6       bisitz    949: 
                    950:    'Edit and view documents included in this course'
1.26      zhu       951: => '布置课程内容',
1.6       bisitz    952: 
                    953:    'Edit/Modify DOCS'
                    954: => '布置课程内容',
                    955: 
                    956:    'Enter my construction space'
                    957: # => 'Konstruktionsbereich aufrufen',
1.93      raeburn   958: => 'Enter my construction space',
1.6       bisitz    959: 
                    960:    'Failed to copy source'
1.93      raeburn   961: => 'Failed to copy source',
1.6       bisitz    962: 
                    963:    'Failed to write metadata copy'
1.93      raeburn   964: => 'Failed to write metadata copy',
1.6       bisitz    965: 
                    966:    'Finalize Publication'
1.93      raeburn   967: => 'Finalize Publication',
1.6       bisitz    968: 
                    969:    'Grant/revoke role of Co-Author'
1.93      raeburn   970: => 'Grant/revoke role of Co-Author',
1.6       bisitz    971: 
                    972:    'Grant/revoke role of Domain Coordinator'
1.93      raeburn   973: => 'Grant/revoke role of Domain Coordinator',
1.6       bisitz    974: 
                    975:    'Grant/revoke role of Exam Proctor'
1.93      raeburn   976: => 'Grant/revoke role of Exam Proctor',
1.6       bisitz    977: 
                    978:    'Grant/revoke role of Instructor'
1.93      raeburn   979: => 'Grant/revoke role of Instructor',
1.6       bisitz    980: 
                    981:    'Grant/revoke role of Student'
1.93      raeburn   982: => 'Grant/revoke role of Student',
1.6       bisitz    983: 
                    984:    'Grant/revoke role of Superuser'
1.93      raeburn   985: => 'Grant/revoke role of Superuser',
1.6       bisitz    986: 
                    987:    'No previous versions published.'
1.93      raeburn   988: => 'No previous versions published.',
1.6       bisitz    989: 
                    990:    'No write permission to'
1.93      raeburn   991: => 'No write permission to',
1.6       bisitz    992: 
                    993:    'Please pick a version to retrieve:'
1.93      raeburn   994: => 'Please pick a version to retrieve:',
1.6       bisitz    995: 
                    996:    'Private - visible to author only for testing purposes'
1.93      raeburn   997: => 'Private - visible to author only for testing purposes',
1.6       bisitz    998: 
                    999: #   'Private Publication - did not synchronize database'
1.98      bisitz   1000: #=> 'Private Publication - did not synchronize database',
1.6       bisitz   1001: 
                   1002:    'Public - no authentication or authorization required for use'
1.93      raeburn  1003: => 'Public - no authentication or authorization required for use',
1.6       bisitz   1004: 
                   1005:    'Retrieval of an old version will overwrite the file currently in construction space.'
1.93      raeburn  1006: => 'Retrieval of an old version will overwrite the file currently in construction space.',
1.6       bisitz   1007: 
1.75      bisitz   1008:    'Retrieve selected Version'
1.93      raeburn  1009: => 'Retrieve selected Version',
1.75      bisitz   1010: 
                   1011:    'Retrieve previous version'
1.93      raeburn  1012: => 'Retrieve previous version',
1.75      bisitz   1013: 
1.6       bisitz   1014:    'Retrieve previous versions of [_1]'
1.93      raeburn  1015: => 'Retrieve previous versions of [_1]',
1.6       bisitz   1016: 
                   1017:    'Search the contents of this course'
1.18      zhu      1018: => '课程内容搜索',
1.6       bisitz   1019: 
                   1020:    'Search the database of published resources and accessible portfolio files'
                   1021: => '搜索数据库资源和文件夹',
                   1022: 
                   1023:    'Send broadcast and receipt-required email'
1.93      raeburn  1024: => 'Send broadcast and receipt-required email',
1.6       bisitz   1025: 
                   1026:    'Show Problem Completeness'
1.93      raeburn  1027: => 'Show Problem Completeness',
1.6       bisitz   1028: 
                   1029:    'Switch to another course'
1.93      raeburn  1030: => 'Switch to another course',
1.6       bisitz   1031: 
                   1032:    'System wide - can be used for any courses system wide'
1.18      zhu      1033: => '全系统-可用于全系统任何课程',
1.6       bisitz   1034: 
                   1035:    'The extension on this file'
1.93      raeburn  1036: => 'The extension on this file',
1.6       bisitz   1037: 
                   1038:    'Unsupported character combination [_1] in filename, FAIL.'
1.96      raeburn  1039: => 'Unsupported character combination [_1] in filename, FAIL.',
1.6       bisitz   1040: 
                   1041:    'No valid extension found in filename, FAIL'
1.99      raeburn  1042: => 'No valid extension found in filename, FAIL',
1.6       bisitz   1043: 
1.32      bisitz   1044:    'Filename of resource contains internal version number. Cannot publish such resources, FAIL'
1.93      raeburn  1045: => 'Filename of resource contains internal version number. Cannot publish such resources, FAIL',
1.6       bisitz   1046: 
                   1047:    'No valid custom distribution rights file specified, FAIL'
1.93      raeburn  1048: => 'No valid custom distribution rights file specified, FAIL',
1.6       bisitz   1049: 
                   1050:    'Could not write metadata, FAIL'
1.93      raeburn  1051: => 'Could not write metadata, FAIL',
1.6       bisitz   1052: 
                   1053:    'View documents included in this course'
                   1054: => '附加的课程文件',
                   1055: 
                   1056:    'Additional Keywords'
1.18      zhu      1057: => '其他关键字',
1.6       bisitz   1058: 
                   1059:    'Additional Metadata (non-standard, parameters, exports)'
1.18      zhu      1060: => '其他元数据 (没有标准化,参数,导出)',
1.6       bisitz   1061: 
                   1062:    'Author and Co-Author roles may not be available on servers other than your home server.'
1.18      zhu      1063: => '作者和共同作者的角色可能无法使用服务器上以外的其他家庭服务器。',
1.6       bisitz   1064: 
                   1065:    'Author(s)'
1.13      zhu      1066: => '作者',
1.6       bisitz   1067: 
                   1068:    'Average number of tries till solved'
1.18      zhu      1069: => '平均人数,尝试成功解答的',
1.6       bisitz   1070: 
                   1071:    'Browse Resources'
1.18      zhu      1072: => '浏览资源',
1.6       bisitz   1073: 
                   1074:    'Catalog Information'
1.18      zhu      1075: => '目录信息',
1.6       bisitz   1076: 
                   1077:    'Collapse Remote Control'
1.18      zhu      1078: => '禁用远程控制',
1.6       bisitz   1079: 
                   1080:    'Construction Space'
1.93      raeburn  1081: => 'Construction Space',
1.6       bisitz   1082: 
                   1083:    'Copied metadata'
1.18      zhu      1084: => '复制元数据',
1.6       bisitz   1085: 
                   1086:    'Copied source file'
1.18      zhu      1087: => '复制源文件',
1.6       bisitz   1088: 
                   1089:    'Copyright/Distribution'
1.18      zhu      1090: => '版权/权限',
1.6       bisitz   1091: 
                   1092:    'Copyright/Distribution:'
1.18      zhu      1093: => '版权/权限:',
1.6       bisitz   1094: 
                   1095:    'Course Documents'
                   1096: => '课程文件',
                   1097: 
                   1098:    'Creation Date'
1.18      zhu      1099: => '创建日期',
1.6       bisitz   1100: 
                   1101:    'Custom Distribution File'
1.18      zhu      1102: => '自定义文件访问权限',
1.6       bisitz   1103: 
                   1104:    'Degree of difficulty'
1.18      zhu      1105: => '难度',
1.6       bisitz   1106: 
                   1107:    'Dump Course DOCS to Construction Space'
1.93      raeburn  1108: => 'Dump Course DOCS to Construction Space',
1.6       bisitz   1109: 
                   1110:    'Dump Course DOCS to Construction Space: available on other servers'
1.93      raeburn  1111: => 'Dump Course DOCS to Construction Space: available on other servers',
1.6       bisitz   1112: 
                   1113:    'Entering course ...'
1.9       zhu      1114: => '进入课程...',
1.6       bisitz   1115: 
                   1116:    'Exam Information'
1.12      zhu      1117: => '考试信息',
1.6       bisitz   1118: 
                   1119:    'External Resource'
                   1120: => '外部资源',
                   1121: 
                   1122:    'Generate new role ...'
1.12      zhu      1123: => '创建新的角色...',
1.6       bisitz   1124: 
                   1125:    'Go to the next resource in the course sequence'
1.26      zhu      1126: => '前进',
1.6       bisitz   1127: 
                   1128:    'Go to the previous resource in the course sequence'
1.26      zhu      1129: => '后退',
1.6       bisitz   1130: 
                   1131:    'Import a published document'
1.12      zhu      1132: => '导入出版文件',
1.6       bisitz   1133: 
                   1134:    'Keyword(s)'
1.12      zhu      1135: => '密码',
1.6       bisitz   1136: 
                   1137:    'Logged Out'
1.9       zhu      1138: => '登出',
1.6       bisitz   1139: 
                   1140:    'MIME Type'
1.12      zhu      1141: => 'MIME类型',
1.6       bisitz   1142: 
                   1143:    'Make notes and annotations about this resource'
1.26      zhu      1144: => '备忘录',
1.6       bisitz   1145: 
                   1146:    'The material is covered with sufficient depth'
1.18      zhu      1147: => '这些主题包含有足够的难度',
1.6       bisitz   1148: 
                   1149:    'Metadata Information'
1.12      zhu      1150: => '元数据信息',
1.6       bisitz   1151: 
                   1152:    'My Personal Info'
                   1153: => '我的个人网页',
                   1154: 
                   1155:    'Network-wide number of accesses (hits)'
1.18      zhu      1156: => '网络的访问数量(“点击”)',
1.6       bisitz   1157: 
                   1158:    'Network-wide number of courses using resource'
1.18      zhu      1159: => '使用该课程资源的访问数量',
1.6       bisitz   1160: 
                   1161:    'Number of resources that follow this resource in maps'
1.18      zhu      1162: => '该资源目录汇编之后的访问数量',
1.6       bisitz   1163: 
                   1164:    'Number of resources that lead up to this resource in maps'
1.18      zhu      1165: => '该资源目录汇编之前的访问数量',
1.6       bisitz   1166: 
                   1167:    'Number of resources using or importing resource'
1.18      zhu      1168: => '资源数量的使用或导入',
1.6       bisitz   1169: 
                   1170:    'Obsolete'
1.18      zhu      1171: => '过时的',
1.6       bisitz   1172: 
                   1173:    'Parent Directory'
1.18      zhu      1174: => '父目录',
1.6       bisitz   1175: 
                   1176:    'Project Information'
1.18      zhu      1177: => '项目信息',
1.6       bisitz   1178: 
                   1179:    'Publisher/Owner'
1.13      zhu      1180: => '出版社/所有人',
1.6       bisitz   1181: 
                   1182:    'Publishing'
1.13      zhu      1183: => '出版物:',
1.6       bisitz   1184: 
                   1185:    'Publishing [_1]'
1.13      zhu      1186: => '出版物: [_1]',
1.6       bisitz   1187: 
                   1188:    'Resource Details'
1.93      raeburn  1189: => 'Resource Details',
1.6       bisitz   1190: 
                   1191:    'Link to Resource'
1.93      raeburn  1192: => 'Link to Resource',
1.6       bisitz   1193: 
                   1194:    'Searching for your resource will be based on the following metadata. Please provide as much data as possible.'
1.93      raeburn  1195: => 'Searching for your resource will be based on the following metadata. Please provide as much data as possible.',
1.6       bisitz   1196: 
                   1197:    'Resource Publication'
1.93      raeburn  1198: => 'Resource Publication',
1.6       bisitz   1199: 
                   1200:    'Resource is technically correct'
1.93      raeburn  1201: => 'Resource is technically correct',
1.6       bisitz   1202: 
                   1203:    'Score Upload Form'
                   1204: => '分数上传表单',
                   1205: 
                   1206:    'Select Map'
                   1207: => '选择内容列表',
                   1208: 
                   1209:    'Load Map'
1.26      zhu      1210: => '上传',
1.6       bisitz   1211: 
                   1212:    'Set a bookmark for this resource'
1.26      zhu      1213: => '设定书签',
1.6       bisitz   1214: 
                   1215:    'Show all roles'
                   1216: => '显示所有角色',
                   1217: 
                   1218:    'Subject'
1.10      zhu      1219: => '主题',
1.6       bisitz   1220: 
                   1221:    'Successful Login'
1.9       zhu      1222: => '登录成功',
1.6       bisitz   1223: 
                   1224:    'Suggested Replacement for Obsolete File'
1.18      zhu      1225: => '建议更换过时文件',
1.6       bisitz   1226: 
                   1227:    'Switching Role'
                   1228: => '更换角色',
                   1229: 
                   1230:    'Target'
1.18      zhu      1231: => '目标',
1.6       bisitz   1232: 
1.37      bisitz   1233:    'This syllabus can be publicly viewed at [_1]'
1.63      zhu      1234: => '此课程可公开浏览: [_1]',
1.37      bisitz   1235: 
                   1236:    'Instead of using this template you can specify an external URL as Syllabus in the [_1]Course Parameters[_2].'
1.63      zhu      1237: => '如果不使用此模板,您可以在[_1]课程参数[_2]指定外部网址作为课程摘要。',
1.6       bisitz   1238: 
                   1239:    'Total number of students who have worked on this problem'
1.63      zhu      1240: => '回答该问题的学生总数',
1.6       bisitz   1241: 
                   1242:    'URLs To Include in Syllabus'
1.63      zhu      1243: => '网址,包括教学大纲',
1.6       bisitz   1244: 
                   1245:    'Upload a new main course document'
                   1246: => '外部文件',
                   1247: 
                   1248:    'Upload a new supplemental course document'
                   1249: => '附加的课程文件',
                   1250: 
                   1251:    'User'
                   1252: => '用户',
                   1253: 
                   1254:    'Wrote Metadata'
1.93      raeburn  1255: => 'Wrote Metadata',
1.6       bisitz   1256: 
                   1257:    'Your home server is '
1.93      raeburn  1258: => 'Your home server is ',
1.6       bisitz   1259: 
                   1260:    'anno-'
1.93      raeburn  1261: => 'anno-',
1.6       bisitz   1262: 
                   1263:    'announce'
1.93      raeburn  1264: => 'announce',
1.6       bisitz   1265: 
                   1266:    'bookmark'
1.93      raeburn  1267: => 'bookmark',
1.6       bisitz   1268: 
                   1269:    'chart'
1.93      raeburn  1270: => 'chart',
1.6       bisitz   1271: 
                   1272:    'chat'
1.12      zhu      1273: => '聊天室',
1.6       bisitz   1274: 
                   1275:    'close this window'
1.93      raeburn  1276: => 'close this window',
1.6       bisitz   1277: 
                   1278:    'con-'
                   1279: => 'con-',
                   1280: 
                   1281:    'docs'
1.93      raeburn  1282: => 'docs',
1.6       bisitz   1283: 
                   1284:    'exit'
                   1285: => '退出',
                   1286: 
                   1287:    'fas'
                   1288: => 'fas',
                   1289: 
                   1290:    'library'
1.93      raeburn  1291: => 'library',
1.6       bisitz   1292: 
                   1293:    'log in again'
1.93      raeburn  1294: => 'log in again',
1.6       bisitz   1295: 
                   1296:    'my'
1.93      raeburn  1297: => 'my',
1.6       bisitz   1298: 
                   1299:    'or'
1.93      raeburn  1300: => 'or',
1.6       bisitz   1301: 
                   1302:    'Or'
1.93      raeburn  1303: => 'Or',
1.6       bisitz   1304: 
                   1305:    'prepare'
1.93      raeburn  1306: => 'prepare',
1.6       bisitz   1307: 
                   1308:    'printout'
1.93      raeburn  1309: => 'printout',
1.6       bisitz   1310: 
                   1311:    'resource'
1.93      raeburn  1312: => 'resource',
1.6       bisitz   1313: 
                   1314:    'roles'
                   1315: => '角色',
                   1316: 
                   1317:    'search'
                   1318: => '查找',
                   1319: 
                   1320:    'set'
1.93      raeburn  1321: => 'set',
1.6       bisitz   1322: 
                   1323:    'space'
1.10      zhu      1324: => '领域',
1.6       bisitz   1325: 
                   1326:    'stats'
1.93      raeburn  1327: => 'stats',
1.6       bisitz   1328: 
                   1329:    'struct'
1.93      raeburn  1330: => 'struct',
1.6       bisitz   1331: 
                   1332:    'switch'
1.93      raeburn  1333: => 'switch',
1.6       bisitz   1334: 
                   1335:    'tations'
1.93      raeburn  1336: => 'tations',
1.6       bisitz   1337: 
                   1338:    'updated periodically'
1.12      zhu      1339: => '定期更新',
1.6       bisitz   1340: 
                   1341:    'user'
1.12      zhu      1342: => '用户',
1.6       bisitz   1343: 
                   1344:    'visible to author and co-authors only'
1.12      zhu      1345: => '只有作者和共同作者可见',
1.6       bisitz   1346: 
                   1347:    'All versions'
1.12      zhu      1348: => '所有版本',
1.6       bisitz   1349: 
                   1350:    'Default Metadata for Directory [_1]'
1.12      zhu      1351: => '默认元数据目录 [_1]',
1.6       bisitz   1352: 
                   1353:    'Error Messages'
1.12      zhu      1354: => '错误信息',
1.6       bisitz   1355: 
                   1356:    'Save Catalog Information'
1.12      zhu      1357: => '保存目录信息',
1.6       bisitz   1358: 
                   1359:    'Update Display'
1.12      zhu      1360: => '更新显示',
1.6       bisitz   1361: 
                   1362:    'Content changed'
1.12      zhu      1363: => '内容变化',
1.6       bisitz   1364: 
                   1365:    'Differences'
1.12      zhu      1366: => '差异',
1.6       bisitz   1367: 
                   1368:    'Last Week'
1.12      zhu      1369: => '上周',
1.6       bisitz   1370: 
                   1371:    'Modification Date'
1.12      zhu      1372: => '修改日期',
1.6       bisitz   1373: 
                   1374:    'Since Start of Course'
1.12      zhu      1375: => '从启动课程起',
1.6       bisitz   1376: 
                   1377:    'Since Yesterday'
1.12      zhu      1378: => '从昨天起',
1.6       bisitz   1379: 
                   1380:    'Verify Course Documents'
1.12      zhu      1381: => '验证课程文件',
1.6       bisitz   1382: 
                   1383:    'Version'
1.12      zhu      1384: => '版本',
1.6       bisitz   1385: 
                   1386:    'access denied'
1.12      zhu      1387: => '拒绝访问',
1.6       bisitz   1388: 
                   1389:    'connection down'
1.93      raeburn  1390: => 'connection down',
1.6       bisitz   1391: 
                   1392:    'during the last'
1.93      raeburn  1393: => 'during the last',
1.6       bisitz   1394: 
                   1395:    'not found'
1.93      raeburn  1396: => 'not found',
1.6       bisitz   1397: 
                   1398:    'warning(s)'
1.93      raeburn  1399: => 'warning(s)',
1.6       bisitz   1400: 
                   1401:    '[quant,_1,warning]'
1.93      raeburn  1402: => '[quant,_1,warning]',
1.6       bisitz   1403: 
                   1404:    'Advanced Catalog Search'
1.93      raeburn  1405: => 'Advanced Catalog Search',
1.6       bisitz   1406: 
                   1407:    'Advanced Search'
1.13      zhu      1408: => '高级搜索',
1.6       bisitz   1409: 
                   1410:    'Any Language'
1.13      zhu      1411: => '任何语言',
1.6       bisitz   1412: 
                   1413:    'Any category'
1.13      zhu      1414: => '任何类别',
1.6       bisitz   1415: 
                   1416:    'Any copyright/distribution'
1.13      zhu      1417: => '任何版权/访问权限',
1.6       bisitz   1418: 
                   1419:    'Broadcast Message to Course'
1.93      raeburn  1420: => '发送广播消息',
1.6       bisitz   1421: 
                   1422:    "Click to download or use your browser's Save Link function"
1.93      raeburn  1423: => "Click to download or use your browser's Save Link function",
1.6       bisitz   1424: 
                   1425:    'Close'
1.13      zhu      1426: => '关闭',
1.6       bisitz   1427: 
                   1428:    'Compact View'
1.13      zhu      1429: => '简洁视图',
1.6       bisitz   1430: 
                   1431:    'Detailed Citation View'
1.13      zhu      1432: => '查看详细引文',
1.6       bisitz   1433: 
                   1434:    'Distribute Messages from Uploaded File to Course'
1.93      raeburn  1435: => 'Distribute Messages from Uploaded File to Course',
1.6       bisitz   1436: 
                   1437:    'Edit Catalog Information'
1.18      zhu      1438: => '编辑目录信息',
1.6       bisitz   1439: 
                   1440:    'Edit Content of a Map'
1.93      raeburn  1441: => 'Edit Content of a Map',
1.6       bisitz   1442: 
                   1443:    'Edit Directory Catalog Information'
1.18      zhu      1444: => '编辑目录信息分类',
1.6       bisitz   1445: 
                   1446:    'Evaluate Resource'
1.18      zhu      1447: => '评估此资源',
1.6       bisitz   1448: 
                   1449:    'Failed Access to Construction Space'
1.93      raeburn  1450: => 'Failed Access to Construction Space',
1.6       bisitz   1451: 
                   1452:    'Fielded Format'
1.18      zhu      1453: => '字段格式',
1.6       bisitz   1454: 
                   1455:    'File Category'
1.13      zhu      1456: => '文件分类',
1.6       bisitz   1457: 
                   1458:    'Force publication of unmodified files'
1.93      raeburn  1459: => 'Force publication of unmodified files',
1.6       bisitz   1460: 
                   1461:    'Keywords'
1.18      zhu      1462: => '关键词',
1.6       bisitz   1463: 
                   1464:    'Last access'
1.18      zhu      1465: => '上次访问',
1.6       bisitz   1466: 
                   1467:    'Last modified'
1.18      zhu      1468: => '最后修改',
1.6       bisitz   1469: 
                   1470:    'Limit by copyright/distribution'
1.18      zhu      1471: => '受版权/访问权限限制',
1.6       bisitz   1472: 
                   1473:    'Limit by language'
1.18      zhu      1474: => '受语言限制',
1.6       bisitz   1475: 
                   1476:    'Open'
1.27      zhu      1477: => '打开',
1.6       bisitz   1478: 
                   1479:    'Per Page'
1.18      zhu      1480: => '每页',
1.6       bisitz   1481: 
                   1482:    'Printing Helper'
1.18      zhu      1483: => '打印助手',
1.6       bisitz   1484: 
                   1485:    'Provide feedback messages or contribute to the course discussion about this resource'
1.93      raeburn  1486: => '反馈意见或讨论',
1.6       bisitz   1487: 
                   1488:    'Provide my evaluation of this resource'
1.93      raeburn  1489: => '对此资源给出我的评价',
1.6       bisitz   1490: 
                   1491:    'Publish'
1.10      zhu      1492: => '发布',
1.6       bisitz   1493: 
                   1494:    'Publish Directory'
1.10      zhu      1495: => '发布目录',
1.6       bisitz   1496: 
                   1497:    'Publish Directory and Sub Directories'
1.18      zhu      1498: => '发布目录和子目录',
1.6       bisitz   1499: 
                   1500:    'Related'
1.18      zhu      1501: => '相关的',
1.6       bisitz   1502: 
                   1503:    'Resource Feedback and Discussion'
1.18      zhu      1504: => '资源的反馈和讨论',
1.6       bisitz   1505: 
                   1506:    'Search Complete'
1.18      zhu      1507: => '搜索完成',
1.6       bisitz   1508: 
                   1509:    'Send Message to User(s)'
1.93      raeburn  1510: => '发送讯息到用户',
1.6       bisitz   1511: 
                   1512:    'Show catalog information'
1.93      raeburn  1513: => '查看目录信息',
1.6       bisitz   1514: 
1.56      zhu      1515:    'Show Metadata'
1.93      raeburn  1516: => '查看元数据',
1.56      zhu      1517: 
1.6       bisitz   1518:    'Show resource'
1.22      zhu      1519: => '查看资源',
1.6       bisitz   1520: 
                   1521:    'Statistics'
1.18      zhu      1522: => '统计',
1.6       bisitz   1523: 
                   1524:    'Summary View'
1.13      zhu      1525: => '概要',
1.6       bisitz   1526: 
1.72      bisitz   1527:    'There are currently no results.'
                   1528: => '目前没有任何结果。',
1.6       bisitz   1529: 
                   1530:    'Search: '
1.18      zhu      1531: => '搜索: ',
1.6       bisitz   1532: 
                   1533:    'URL'
                   1534: => 'URL',
                   1535: 
                   1536:    'Unpublished'
1.18      zhu      1537: => '未发行的',
1.6       bisitz   1538: 
                   1539:    'Up'
1.93      raeburn  1540: => 'Up',
1.6       bisitz   1541: 
                   1542:    'View'
1.27      zhu      1543: => '查看',
1.6       bisitz   1544: 
                   1545:    'View Critical Messages'
1.22      zhu      1546: => '浏览重要讯息',
1.6       bisitz   1547: 
                   1548:    'Words'
1.22      zhu      1549: => '词',
1.6       bisitz   1550: 
                   1551:    'XML/SGML'
                   1552: => 'XML/SGML',
                   1553: 
                   1554:    'abstract'
1.93      raeburn  1555: => 'abstract',
1.6       bisitz   1556: 
                   1557:    'audio'
1.22      zhu      1558: => '音频',
1.6       bisitz   1559: 
                   1560:    'author'
1.13      zhu      1561: => '作者',
1.6       bisitz   1562: 
                   1563:    'catalog'
1.18      zhu      1564: => '目录',
1.6       bisitz   1565: 
                   1566:    'copyright'
1.18      zhu      1567: => '版权',
1.6       bisitz   1568: 
                   1569:    'directory'
1.10      zhu      1570: => '文件夹',
1.6       bisitz   1571: 
                   1572:    'discuss'
1.93      raeburn  1573: => 'discuss',
1.6       bisitz   1574: 
                   1575:    'evaluate'
1.10      zhu      1576: => '评价',
1.6       bisitz   1577: 
                   1578:    'feedback'
1.10      zhu      1579: => '反馈',
1.6       bisitz   1580: 
                   1581:    'keywords'
1.10      zhu      1582: => '关键词',
1.6       bisitz   1583: 
                   1584:    'language'
1.10      zhu      1585: => '语言',
1.6       bisitz   1586: 
                   1587:    'movies'
1.10      zhu      1588: => '电影',
1.6       bisitz   1589: 
                   1590:    'notes'
1.10      zhu      1591: => '注释',
1.6       bisitz   1592: 
                   1593:    'obsolete'
1.10      zhu      1594: => '过时的',
1.6       bisitz   1595: 
                   1596:    'pages'
1.10      zhu      1597: => '页',
1.6       bisitz   1598: 
                   1599:    'pictures'
1.10      zhu      1600: => '图片',
1.6       bisitz   1601: 
                   1602:    'problem'
1.10      zhu      1603: => '任务',
1.6       bisitz   1604: 
                   1605:    'resources'
1.10      zhu      1606: => '资源',
1.6       bisitz   1607: 
                   1608:    'sequence'
1.10      zhu      1609: => '顺序',
1.6       bisitz   1610: 
1.19      zhu      1611:    'subject: '
1.10      zhu      1612: => '主题',
1.6       bisitz   1613: 
                   1614:    'this'
1.10      zhu      1615: => '这个',
1.6       bisitz   1616: 
                   1617:    'title'
1.10      zhu      1618: => '标题',
1.6       bisitz   1619: 
                   1620:    'About Me'
                   1621: => '关于我',
                   1622: 
                   1623:    'Bulletin Board/Discussion'
1.93      raeburn  1624: => 'Bulletin Board/Discussion',
1.6       bisitz   1625: 
                   1626:    'Clear All'
1.10      zhu      1627: => '全部清除',
1.6       bisitz   1628: 
                   1629:    'Close All Folders'
1.10      zhu      1630: => '关闭所有文件夹',
1.6       bisitz   1631: 
                   1632:    'Construction Space File Operation'
1.93      raeburn  1633: => 'Construction Space File Operation',
1.6       bisitz   1634: 
                   1635:    'Contact Information'
                   1636: => '联系信息',
                   1637: 
                   1638:    'Contact'
                   1639: => '联系我',
                   1640: 
                   1641:    'Copied old metadata'
1.10      zhu      1642: => '复制旧数据',
1.6       bisitz   1643: 
                   1644:    'Failed to write old metadata copy'
1.93      raeburn  1645: => 'Failed to write old metadata copy',
1.6       bisitz   1646: 
                   1647:    'Copied old target file'
1.10      zhu      1648: => '复制旧的目标文件',
1.6       bisitz   1649: 
                   1650:    'Failed to copy old target'
1.93      raeburn  1651: => 'Failed to copy old target',
1.6       bisitz   1652: 
1.39      bisitz   1653:    'Created directory [_1]'
1.93      raeburn  1654: => 'Created directory [_1]',
1.6       bisitz   1655: 
                   1656:    'Copyright'
                   1657: => '版权',
                   1658: 
                   1659:    'Could Not Process Request'
1.10      zhu      1660: => '命令无法执行',
1.6       bisitz   1661: 
                   1662:    'Default'
1.9       zhu      1663: => '默认设置',
1.6       bisitz   1664: 
                   1665:    'Discard Selected'
1.93      raeburn  1666: => 'Discard Selected',
1.6       bisitz   1667: 
                   1668:    'EMail and Messages'
1.10      zhu      1669: => '电子邮件和信息',
1.6       bisitz   1670: 
                   1671:    'Edit this resource'
1.93      raeburn  1672: => '编辑此资源',
1.6       bisitz   1673: 
                   1674:    'Enter construction space as co-author'
1.93      raeburn  1675: => 'Enter construction space as co-author',
1.6       bisitz   1676: 
                   1677:    'Enter construction space as a co-author'
1.93      raeburn  1678: => 'Enter construction space as a co-author',
1.6       bisitz   1679: 
                   1680:    'Enter construction space as assistant co-author'
1.93      raeburn  1681: => 'Enter construction space as assistant co-author',
1.6       bisitz   1682: 
                   1683:    'Host'
1.10      zhu      1684: => '计算',
1.6       bisitz   1685: 
                   1686:    'Last updated'
                   1687: => '最后更新',
                   1688: 
                   1689:    'Mime type'
1.10      zhu      1690: => 'MIME 类型',
1.6       bisitz   1691: 
                   1692:    'Modified'
1.10      zhu      1693: => '修改过的',
1.6       bisitz   1694: 
                   1695:    'Modify deadlines, etc, for this assessment resource'
1.27      zhu      1696: => '为这项评估资源修改期限等',
1.6       bisitz   1697: 
                   1698:    'Modify user grades for this assessment resource'
1.93      raeburn  1699: => '手动评估',
1.6       bisitz   1700: 
                   1701:    'View user submissions for this assessment resource'
1.93      raeburn  1702: => 'View user submissions for this assessment resource',
1.6       bisitz   1703: 
                   1704:    'Move Down'
1.27      zhu      1705: => '下移',
1.6       bisitz   1706: 
                   1707:    'Move Up'
1.27      zhu      1708: => '上移',
1.6       bisitz   1709: 
                   1710:    'New Title'
1.22      zhu      1711: => '新标题',
1.6       bisitz   1712: 
                   1713:    'Open All Folders'
1.27      zhu      1714: => '打开所有文件夹',
1.6       bisitz   1715: 
                   1716:    'Owner/Publisher'
1.27      zhu      1717: => '所有者/出版社',
1.6       bisitz   1718: 
1.22      zhu      1719:    'Personal Information Page'
                   1720: => '个人资料页面',
                   1721: 
1.6       bisitz   1722:    'Personal Information'
                   1723: => '个人信息',
                   1724: 
1.30      bisitz   1725:    'Privacy Note:'
                   1726: => '注意隐私:',
1.6       bisitz   1727: 
                   1728:    'Published'
1.27      zhu      1729: => '出版的',
1.6       bisitz   1730: 
                   1731:    'Reading results from'
1.93      raeburn  1732: => 'Reading results from',
1.6       bisitz   1733: 
                   1734:    'Retrieve'
1.57      zhu      1735: => '恢复',
1.6       bisitz   1736: 
                   1737:    'Revert to Last Saved'
1.93      raeburn  1738: => 'Revert to Last Saved',
1.6       bisitz   1739: 
                   1740:    'Revision Date'
1.93      raeburn  1741: => 'Revision Date',
1.6       bisitz   1742: 
                   1743:    'Shared by course faculty and staff'
                   1744: => '共同管理人员和工作人员',
                   1745: 
                   1746:    'Synchronized SQL metadata database'
1.93      raeburn  1747: => 'Synchronized SQL metadata database',
1.6       bisitz   1748: 
                   1749:    'Task'
1.93      raeburn  1750: => 'Task',
1.6       bisitz   1751: 
                   1752:    'Temporary Assembly Workspace'
1.93      raeburn  1753: => 'Temporary Assembly Workspace',
1.6       bisitz   1754: 
                   1755:    '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.'
                   1756: => '任何登录LON-CAPA的人都能看到您提供的数据,如果不想公开就不要上传任何数据。',
                   1757: 
                   1758:    'Topic'
1.12      zhu      1759: => '主题',
1.6       bisitz   1760: 
                   1761:    'Upload a Photo'
                   1762: => '上传相片',
                   1763: 
                   1764:    'Add Records'
                   1765: => '添加记录',
                   1766: 
                   1767:    'User Notes, Face-to-Face, Critical Messages, Broadcast Messages, Archived Messages'
1.10      zhu      1768: => '用户注释, 个人讨论, 重要信息, 小区广播,存档信息',
1.6       bisitz   1769: 
                   1770:    'User Notes, Records of Face-to-Face Discussions, and Critical Messages'
1.10      zhu      1771: => '用户注释,记录用户的讨论和重要信息',
1.6       bisitz   1772: 
                   1773:    'User Notes, Records of Face-To-Face Discussions, and Critical Messages in Course'
1.9       zhu      1774: => '用户注释,记录面对面的讨论,课程重要讯息',
1.6       bisitz   1775: 
                   1776:    'User Notes, Records of Face-To-Face Discussions, Critical Messages, Broadcast Messages and Archived Messages in Course'
1.9       zhu      1777: => '用户注释,记录面对面讨论,重要的信息,广播信息,课程存档',
1.6       bisitz   1778: 
                   1779:    'No notes, face-to-face discussion records, critical messages, or broadcast messages in this [_1].'
1.10      zhu      1780: => '对于 [_1] 没有用户注释, 记录用户的讨论, 重要信息, 或者广播信息。',
1.6       bisitz   1781: 
                   1782:    'Version Number'
1.10      zhu      1783: => '版本号',
1.6       bisitz   1784: 
                   1785:    'View Published Version'
1.10      zhu      1786: => '查看发布的版本',
1.6       bisitz   1787: 
                   1788:    'Web References'
                   1789: => 'Web 引用',
                   1790: 
                   1791:    'co con-'
1.93      raeburn  1792: => 'co con-',
1.6       bisitz   1793: 
                   1794:    'co res'
1.93      raeburn  1795: => 'co res',
1.6       bisitz   1796: 
                   1797:    'contacting'
1.10      zhu      1798: => '建立联系',
1.6       bisitz   1799: 
                   1800:    'edit'
1.9       zhu      1801: => '编辑',
1.6       bisitz   1802: 
                   1803:    'interface available'
1.93      raeburn  1804: => 'interface available',
1.6       bisitz   1805: 
                   1806:    'missions'
1.9       zhu      1807: => '任务',
1.6       bisitz   1808: 
                   1809:    'view sub-'
1.93      raeburn  1810: => 'view sub-',
1.6       bisitz   1811: 
                   1812:    'waiting on'
1.93      raeburn  1813: => 'waiting on',
1.6       bisitz   1814: 
                   1815:    '#Stdnts'
1.93      raeburn  1816: => '#Stdnts',
1.6       bisitz   1817: 
                   1818:    '#YES'
1.93      raeburn  1819: => '#YES',
1.6       bisitz   1820: 
                   1821:    '%Wrng'
                   1822: => '%Wrng',
                   1823: 
                   1824:    'Brief view of each students performance in course.'
1.93      raeburn  1825: => 'Brief view of each students performance in course.',
1.6       bisitz   1826: 
                   1827:    'Clear Caches'
1.9       zhu      1828: => '清除缓存',
1.6       bisitz   1829: 
1.89      bisitz   1830:    '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  1831: => 'Course Statistics and Charts cannot be retrieved until the database is restarted. Your data is intact but cannot be displayed at this time.',
1.6       bisitz   1832: 
                   1833:    'Detailed statistics and graphs of student performance on problems.'
1.93      raeburn  1834: => 'Detailed statistics and graphs of student performance on problems.',
1.6       bisitz   1835: 
                   1836:    'DoDiff'
1.93      raeburn  1837: => 'DoDiff',
1.6       bisitz   1838: 
                   1839:    'Enrollment Status'
1.93      raeburn  1840: => 'Enrollment Status',
1.6       bisitz   1841: 
                   1842:    'Generate Statistics'
1.12      zhu      1843: => '建立统计资料',
1.6       bisitz   1844: 
                   1845:    'Max Tries'
1.93      raeburn  1846: => 'Max Tries',
1.6       bisitz   1847: 
                   1848:    'Mean Tries'
1.93      raeburn  1849: => 'Mean Tries',
1.6       bisitz   1850: 
                   1851:    'Output'
1.93      raeburn  1852: => 'Output',
1.6       bisitz   1853: 
                   1854:    'Overall Problem Statistics'
1.93      raeburn  1855: => 'Overall Problem Statistics',
1.6       bisitz   1856: 
                   1857:    'Please notify the server administrator [_1]'
1.93      raeburn  1858: => 'Please notify the server administrator [_1]',
1.6       bisitz   1859: 
                   1860:    'Preparing Excel Spreadsheet'
1.93      raeburn  1861: => 'Preparing Excel Spreadsheet',
1.6       bisitz   1862: 
                   1863:    'Problem Status Chart'
1.93      raeburn  1864: => 'Problem Status Chart',
1.6       bisitz   1865: 
                   1866:    'S.D. tries'
1.93      raeburn  1867: => 'S.D. tries',
1.6       bisitz   1868: 
                   1869:    'Sections'
1.93      raeburn  1870: => 'Sections',
1.6       bisitz   1871: 
                   1872:    'Sequence or Folder'
1.93      raeburn  1873: => 'Sequence or Folder',
1.6       bisitz   1874: 
                   1875:    'Sequences and Folders'
1.93      raeburn  1876: => 'Sequences and Folders',
1.6       bisitz   1877: 
                   1878:    'Skew Tries'
1.93      raeburn  1879: => 'Skew Tries',
1.6       bisitz   1880: 
                   1881:    'Statistics and Problem Analysis'
1.93      raeburn  1882: => 'Statistics and Problem Analysis',
1.6       bisitz   1883: 
                   1884:    'Student performance statistics on all problems.'
1.93      raeburn  1885: => 'Student performance statistics on all problems.',
1.6       bisitz   1886: 
                   1887:    'Unable to connect to database!'
1.93      raeburn  1888: => 'Unable to connect to database!',
1.6       bisitz   1889: 
                   1890:    'Your Excel Spreadsheet'
1.93      raeburn  1891: => 'Your Excel Spreadsheet',
1.6       bisitz   1892: 
                   1893:    'Your Excel spreadsheet.'
1.93      raeburn  1894: => 'Your Excel spreadsheet.',
1.6       bisitz   1895: 
                   1896:    'Your Excel spreadsheet'
1.93      raeburn  1897: => 'Your Excel spreadsheet',
1.6       bisitz   1898: 
                   1899:    'Your CSV file.'
1.93      raeburn  1900: => 'Your CSV file.',
1.6       bisitz   1901: 
                   1902:    'Your CSV file'
1.93      raeburn  1903: => 'Your CSV file',
1.6       bisitz   1904: 
                   1905:    'part'
1.27      zhu      1906: => '部分',
1.6       bisitz   1907: 
                   1908:    'part - '
1.70      zhu      1909: => '部分 ',
1.6       bisitz   1910: 
                   1911:    'problem statistics grouped by sequence'
1.93      raeburn  1912: => 'problem statistics grouped by sequence',
1.6       bisitz   1913: 
                   1914:    'problem statistics ungrouped'
1.93      raeburn  1915: => 'problem statistics ungrouped',
1.6       bisitz   1916: 
                   1917:    'problem statistics, Excel'
1.93      raeburn  1918: => 'problem statistics, Excel',
1.6       bisitz   1919: 
                   1920:    'Significant figures are incorrect, submission was not graded.'
1.93      raeburn  1921: => 'Significant figures are incorrect, submission was not graded.',
1.6       bisitz   1922: 
                   1923:    '. . . for a particular section'
1.98      bisitz   1924: => '. . . for a particular section',
1.6       bisitz   1925: 
                   1926:    '. . . for all students in the course'
1.98      bisitz   1927: => '. . . for all students in the course',
1.6       bisitz   1928: 
                   1929:    '. . . for an individual student'
1.98      bisitz   1930: => '. . . for an individual student',
1.6       bisitz   1931: 
1.90      bisitz   1932:    '12 am' # midnight
1.93      raeburn  1933: => '12 am',
1.90      bisitz   1934: 
                   1935:    'midnight'
                   1936: => '午夜',
                   1937: 
1.6       bisitz   1938:    '1 am'
1.93      raeburn  1939: => '1 am',
1.6       bisitz   1940: 
1.90      bisitz   1941:    '2 am'
1.93      raeburn  1942: => '2 am',
1.90      bisitz   1943: 
                   1944:    '3 am'
1.93      raeburn  1945: => '3 am',
1.90      bisitz   1946: 
                   1947:    '4 am'
1.93      raeburn  1948: => '4 am',
1.90      bisitz   1949: 
                   1950:    '5 am'
1.93      raeburn  1951: => '5 am',
1.90      bisitz   1952: 
                   1953:    '6 am'
1.93      raeburn  1954: => '6 am',
1.90      bisitz   1955: 
                   1956:    '7 am'
1.93      raeburn  1957: => '7 am',
1.90      bisitz   1958: 
                   1959:    '8 am'
1.93      raeburn  1960: => '8 am',
1.90      bisitz   1961: 
                   1962:    '9 am'
1.93      raeburn  1963: => '9 am',
1.6       bisitz   1964: 
                   1965:    '10 am'
1.93      raeburn  1966: => '10 am',
1.6       bisitz   1967: 
                   1968:    '11 am'
1.93      raeburn  1969: => '11 am',
1.6       bisitz   1970: 
                   1971:    '12 noon'
1.93      raeburn  1972: => '12 noon',
1.6       bisitz   1973: 
1.90      bisitz   1974:    'noon'
                   1975: => '中午',
                   1976: 
                   1977:    '1 pm'
1.93      raeburn  1978: => '1 pm',
1.6       bisitz   1979: 
                   1980:    '2 pm'
1.93      raeburn  1981: => '2 pm',
1.6       bisitz   1982: 
                   1983:    '3 pm'
1.93      raeburn  1984: => '3 pm',
1.6       bisitz   1985: 
                   1986:    '4 pm'
1.93      raeburn  1987: => '4 pm',
1.6       bisitz   1988: 
                   1989:    '5 pm'
1.93      raeburn  1990: => '5 pm',
1.6       bisitz   1991: 
                   1992:    '6 pm'
1.93      raeburn  1993: => '6 pm',
1.6       bisitz   1994: 
                   1995:    '7 pm'
1.93      raeburn  1996: => '7 pm',
1.6       bisitz   1997: 
                   1998:    '8 pm'
1.93      raeburn  1999: => '8 pm',
1.6       bisitz   2000: 
                   2001:    '9 pm'
1.93      raeburn  2002: => '9 pm',
1.6       bisitz   2003: 
1.90      bisitz   2004:    '10 pm'
1.93      raeburn  2005: => '10 pm',
1.90      bisitz   2006: 
                   2007:    '11 pm'
1.93      raeburn  2008: => '11 pm',
1.90      bisitz   2009: 
1.6       bisitz   2010:    '<- Previous'
1.98      bisitz   2011: => '<- Previous',
1.6       bisitz   2012: 
                   2013:    'ALL'
1.93      raeburn  2014: => 'ALL',
1.6       bisitz   2015: 
                   2016:    'All Maps or Folders'
1.93      raeburn  2017: => 'All Maps or Folders',
1.6       bisitz   2018: 
                   2019:    'Any User'
1.18      zhu      2020: => '任何用户',
1.6       bisitz   2021: 
                   2022:    'Assessment URL and Title'
1.18      zhu      2023: => '评估网址和标题',
1.6       bisitz   2024: 
                   2025:    'Assigned User Roles'
1.18      zhu      2026: => '用户角色分配',
1.6       bisitz   2027: 
                   2028:    'Browse resources'
1.18      zhu      2029: => '搜索资源',
1.6       bisitz   2030: 
                   2031:    'Changes can take up to 10 minutes before being active for all students.'
1.93      raeburn  2032: => 'Changes can take up to 10 minutes before being active for all students.',
1.6       bisitz   2033: 
                   2034:    'Course Assessment Parameter - Helper Mode'
1.18      zhu      2035: => '课程评估参数 - 助手模式',
1.6       bisitz   2036: 
                   2037:    'Course Assessment Parameters - Overview Mode'
1.18      zhu      2038: => '课程评估参数 - 摘要模式',
1.6       bisitz   2039: 
                   2040:    'Course Assessments Parameters - Table Mode'
1.18      zhu      2041: => '课程评估参数 - 表模式',
1.6       bisitz   2042: 
                   2043:    'Course Environment Parameters'
1.18      zhu      2044: => '课程环境参数',
1.6       bisitz   2045: 
                   2046:    'Course Parameter Helper'
1.18      zhu      2047: => '课程参数实用工具',
1.6       bisitz   2048: 
                   2049:    'Create New Environment Variable'
1.18      zhu      2050: => '创造新的环境变量',
1.6       bisitz   2051: 
                   2052:    'Current Session Value'
1.63      zhu      2053: => '当前会话的值',
1.6       bisitz   2054: 
                   2055:    'Default Value'
1.18      zhu      2056: => '缺省值',
1.6       bisitz   2057: 
                   2058:    'Delete a role'
1.18      zhu      2059: => '删除角色',
1.6       bisitz   2060: 
                   2061:    'Disable all communication among students'
1.93      raeburn  2062: => 'Disable all communication among students',
1.6       bisitz   2063: 
                   2064:    'Enclosing Map or Folder'
1.27      zhu      2065: => '附有目录或文件夹',
1.6       bisitz   2066: 
                   2067:    'Every problem in a particular folder'
1.27      zhu      2068: => '每一个问题在一个特定的文件夹',
1.6       bisitz   2069: 
                   2070:    'Every problem in the course'
1.27      zhu      2071: => '课程的中每一个问题',
1.6       bisitz   2072: 
                   2073:    'Folder'
1.10      zhu      2074: => '文件夹',
1.6       bisitz   2075: 
                   2076:    'Grant/revoke Course Custom Role'
1.93      raeburn  2077: => 'Grant/revoke Course Custom Role',
1.6       bisitz   2078: 
                   2079:    'Grant/revoke role of Administrator'
1.93      raeburn  2080: => 'Grant/revoke role of Administrator',
1.6       bisitz   2081: 
                   2082:    'Grant/revoke role of Author'
1.93      raeburn  2083: => 'Grant/revoke role of Author',
1.6       bisitz   2084: 
                   2085:    'Grant/revoke role of Course Coordinator'
1.93      raeburn  2086: => 'Grant/revoke role of Course Coordinator',
1.6       bisitz   2087: 
                   2088:    'Grant/revoke role of Domain Guest'
1.93      raeburn  2089: => 'Grant/revoke role of Domain Guest',
1.6       bisitz   2090: 
                   2091:    'Grant/revoke role of Librarian'
1.93      raeburn  2092: => 'Grant/revoke role of Librarian',
1.6       bisitz   2093: 
                   2094:    'Grant/revoke role of Teaching Assistant'
1.93      raeburn  2095: => 'Grant/revoke role of Teaching Assistant',
1.6       bisitz   2096: 
                   2097:    'Internally authenticated'
1.93      raeburn  2098: => 'Internally authenticated',
1.6       bisitz   2099: 
                   2100:    'Kerberos authenticated'
1.93      raeburn  2101: => 'Kerberos authenticated',
1.6       bisitz   2102: 
                   2103:    'LON-CAPA Helper:'
1.93      raeburn  2104: => 'LON-CAPA Helper:',
1.6       bisitz   2105: 
                   2106:    'Lock and unlock assessments'
1.93      raeburn  2107: => 'Lock and unlock assessments',
1.6       bisitz   2108: 
                   2109:    'Manage Access Keys'
1.93      raeburn  2110: => 'Manage Access Keys',
1.6       bisitz   2111: 
                   2112:    'Manage access keys'
1.93      raeburn  2113: => 'Manage access keys',
1.6       bisitz   2114: 
                   2115:    'Max Possible To Date'
1.10      zhu      2116: => '到现在为止,最高可达到',
1.6       bisitz   2117: 
                   2118:    'Modify Course Assessment Parameters'
1.93      raeburn  2119: => 'Modify Course Assessment Parameters',
1.6       bisitz   2120: 
                   2121:    'Modify authentication mechanism and data for a user'
1.93      raeburn  2122: => 'Modify authentication mechanism and data for a user',
1.6       bisitz   2123: 
                   2124:    'Modify grades'
1.93      raeburn  2125: => 'Modify grades',
1.6       bisitz   2126: 
                   2127:    'Next ->'
1.12      zhu      2128: => '下一步 ->',
1.6       bisitz   2129: 
                   2130:    'One particular problem'
1.93      raeburn  2131: => 'One particular problem',
1.6       bisitz   2132: 
                   2133:    'Parameter Name'
1.18      zhu      2134: => '参数名',
1.6       bisitz   2135: 
                   2136:    'Parameter Type'
1.18      zhu      2137: => '参数类型',
1.6       bisitz   2138: 
                   2139:    'Parameter in Effect'
1.18      zhu      2140: => '有效参数',
1.6       bisitz   2141: 
                   2142:    'Please select a problem to analyze'
1.18      zhu      2143: => '请选择问题进行分析',
1.6       bisitz   2144: 
                   2145:    'Post anonymously'
1.18      zhu      2146: => '匿名发送',
1.6       bisitz   2147: 
                   2148:    'Post discussion on course resources'
1.18      zhu      2149: => '发送该课程资源的讨论',
1.6       bisitz   2150: 
                   2151:    'Post system frontpage announcements'
1.18      zhu      2152: => '给系统主页发送通知',
1.6       bisitz   2153: 
                   2154:    'Post to live chatrooms'
1.18      zhu      2155: => '发送到在线聊天室',
                   2156: 
                   2157:    'Post to chatrooms'
                   2158: => '发送到聊天室',
1.6       bisitz   2159: 
                   2160:    'Problems Not Contained In A Folder'
1.18      zhu      2161: => '问题不包含在一个文件夹中',
1.6       bisitz   2162: 
                   2163:    'Section'
1.12      zhu      2164: => '章节',
1.6       bisitz   2165: 
                   2166:    'Section:'
1.12      zhu      2167: => '章节:',
1.6       bisitz   2168: 
                   2169:    'Select Date'
1.12      zhu      2170: => '请选择日期',
1.6       bisitz   2171: 
                   2172:    'Select Enclosing Map or Folder'
1.93      raeburn  2173: => 'Select Enclosing Map or Folder',
1.6       bisitz   2174: 
                   2175:    'Select Parameter Level'
1.93      raeburn  2176: => 'Select Parameter Level',
1.6       bisitz   2177: 
                   2178:    'Send internal email'
1.12      zhu      2179: => '发送内部电子邮件',
1.6       bisitz   2180: 
                   2181:    'Set Course Environment Parameters'
1.93      raeburn  2182: => 'Set Course Environment Parameters',
1.6       bisitz   2183: 
                   2184:    'Set Date'
1.12      zhu      2185: => '设定日期',
1.6       bisitz   2186: 
1.31      bisitz   2187:    'Set Defaults for All Resources in [_1]Specifically for [_2][_3]'
1.93      raeburn  2188: => 'Set Defaults for All Resources in [_1]Specifically for [_2][_3]',
1.6       bisitz   2189: 
                   2190:    'Set a due date'
1.9       zhu      2191: => '设定一个截止日期',
1.6       bisitz   2192: 
                   2193:    'Set an answer open date'
1.93      raeburn  2194: => 'Set an answer open date',
1.6       bisitz   2195: 
                   2196:    'Set an open date'
1.93      raeburn  2197: => 'Set an open date',
1.6       bisitz   2198: 
                   2199:    'Set opening datefor all problems in the course for. . .'
1.93      raeburn  2200: => 'Set opening datefor all problems in the course for. . .',
1.6       bisitz   2201: 
                   2202:    'Set the number of tries'
1.27      zhu      2203: => '设置尝试次数',
1.6       bisitz   2204: 
                   2205:    'Set the problem weight'
1.27      zhu      2206: => '设置问题难度',
1.6       bisitz   2207: 
                   2208:    'Set/Modify Course Assessment Parameter'
1.27      zhu      2209: => '设置/修改课程评估参数',
1.6       bisitz   2210: 
                   2211:    'Set/Modify Course Assessment Parameters'
1.27      zhu      2212: => '设置/修改课程评估参数',
1.6       bisitz   2213: 
                   2214:    'Set/Modify Course Parameters'
1.27      zhu      2215: => '设置/修改课程参数',
1.6       bisitz   2216: 
                   2217:    'Show More Options'
1.27      zhu      2218: => '显示更多选项',
1.6       bisitz   2219: 
                   2220:    'Students Affected'
1.27      zhu      2221: => '受影响的学生',
1.6       bisitz   2222: 
                   2223:    '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  2224: => 'This helper will assist you in setting the open, due, and answer dates for problems, or in setting the number of tries for problems. You will be asked to select which problems you wish to set the parameters for, then what parameter you wish to set, then you will select whom the setting affects. After the helper is done, you will be shown where in the advanced interface you would have gone to set the parameter you have chosen, so in the future you can do it directly. Press Next -&gt; to begin, or select &lt;- Previous to go back to the previous screen.',
1.6       bisitz   2225: 
                   2226:    'Total'
1.10      zhu      2227: => '总共',
1.6       bisitz   2228: 
                   2229:    'Total Parts In Course'
1.93      raeburn  2230: => 'Total Parts In Course',
1.6       bisitz   2231: 
                   2232:    'Type'
1.10      zhu      2233: => '型号',
1.6       bisitz   2234: 
                   2235:    'UNIX authenticated'
1.18      zhu      2236: => 'UNIX 认证',
1.6       bisitz   2237: 
                   2238:    'USERS'
1.10      zhu      2239: => '用户',
1.6       bisitz   2240: 
                   2241:    'Unknown ID'
1.10      zhu      2242: => '未知 ID',
1.6       bisitz   2243: 
                   2244:    'Unknown user'
1.10      zhu      2245: => '未知用户',
1.6       bisitz   2246: 
                   2247:    'Update Course Assessment Parameter Display'
1.93      raeburn  2248: => 'Update Course Assessment Parameter Display',
1.6       bisitz   2249: 
                   2250:    'Update Section or Specific User'
1.93      raeburn  2251: => 'Update Section or Specific User',
1.6       bisitz   2252: 
                   2253:    'Verify Selection'
1.10      zhu      2254: => '确认选择',
1.6       bisitz   2255: 
                   2256:    'Welcome to the Assignment Parameter Helper'
1.93      raeburn  2257: => 'Welcome to the Assignment Parameter Helper',
1.6       bisitz   2258: 
                   2259:    'What parameter do you want to set for all problems in the course?'
1.93      raeburn  2260: => 'What parameter do you want to set for all problems in the course?',
1.6       bisitz   2261: 
                   2262:    'What should the opening date be set to?'
1.93      raeburn  2263: => 'What should the opening date be set to?',
1.6       bisitz   2264: 
                   2265:    'Which Problem or Problems?'
1.93      raeburn  2266: => 'Which Problem or Problems?',
1.6       bisitz   2267: 
                   2268:    'Which problems do you wish to set a parameter for?'
1.93      raeburn  2269: => 'Which problems do you wish to set a parameter for?',
1.6       bisitz   2270: 
1.83      bisitz   2271:    'You need to choose another user role or enter a specific course or community for this function.'
                   2272: => 'You need to choose another user role or enter a specific course or community for this function.', # '对于此功能您需要选择另一个用户角色,或者输入特定的课程。',
1.6       bisitz   2273: 
                   2274:    'a.m.'
1.10      zhu      2275: => '上午',
1.6       bisitz   2276: 
                   2277:    'acc keys'
1.93      raeburn  2278: => 'acc keys',
1.6       bisitz   2279: 
                   2280:    'according to course preferences'
1.18      zhu      2281: => '根据课程设置',
1.6       bisitz   2282: 
                   2283:    'according to resource settings'
1.18      zhu      2284: => '根据资源设置',
1.6       bisitz   2285: 
                   2286:    'according to user session state'
1.18      zhu      2287: => '根据用户会话状态',
1.6       bisitz   2288: 
                   2289:    'all'
1.18      zhu      2290: => '所有的',
1.6       bisitz   2291: 
                   2292:    'at'
1.18      zhu      2293: => '在',
1.6       bisitz   2294: 
                   2295:    'at Domain'
1.18      zhu      2296: => '在域',
1.6       bisitz   2297: 
                   2298:    'at domain'
1.18      zhu      2299: => '在域',
1.6       bisitz   2300: 
                   2301:    'default'
1.18      zhu      2302: => '默认',
1.6       bisitz   2303: 
                   2304:    'for Enclosing Map or Folder'
1.27      zhu      2305: => '对于附有目录或文件夹', #??? [SB 18.10.2006]
1.6       bisitz   2306: 
                   2307:    'for Resource'
1.27      zhu      2308: => '资源',
1.6       bisitz   2309: 
                   2310:    'from Enclosing Map or Folder'
1.27      zhu      2311: => '从附有目录或文件夹', #??? [SB 18.10.2006]
1.6       bisitz   2312: 
                   2313:    'general'
1.27      zhu      2314: => '一般的',
1.6       bisitz   2315: 
                   2316:    'in Course'
1.18      zhu      2317: => '在课程',
1.6       bisitz   2318: 
                   2319:    'in Section/Group'
1.18      zhu      2320: => '在科/组',
1.6       bisitz   2321: 
                   2322:    'manage'
1.12      zhu      2323: => '管理',
1.6       bisitz   2324: 
                   2325:    'of'
1.93      raeburn  2326: => 'of',
1.6       bisitz   2327: 
                   2328:    'or ID'
1.12      zhu      2329: => '或者 ID',
1.6       bisitz   2330: 
                   2331:    'p.m.'
1.10      zhu      2332: => '下午',
1.6       bisitz   2333: 
                   2334:    'percent'
1.7       zhu      2335: => '百分比',
1.6       bisitz   2336: 
                   2337:    'unless locked'
1.10      zhu      2338: => '除非锁定',
1.6       bisitz   2339: 
                   2340:    'users in'
1.93      raeburn  2341: => 'users in',
1.6       bisitz   2342: 
                   2343:    'Access Key Management'
1.93      raeburn  2344: => 'Access Key Management',
1.6       bisitz   2345: 
                   2346:    'Assessment'
1.10      zhu      2347: => '评价',
1.6       bisitz   2348: 
                   2349:    'Calculations'
1.93      raeburn  2350: => 'Calculations',
1.6       bisitz   2351: 
                   2352:    'Comma Separated Values'
1.93      raeburn  2353: => 'Comma Separated Values',
1.6       bisitz   2354: 
                   2355:    'Course ID'
1.10      zhu      2356: => '课程 ID',
1.6       bisitz   2357: 
1.41      bisitz   2358:    'Course level sheet'
1.93      raeburn  2359: => 'Course level sheet', # ??? [SB 2007-07-02]
1.6       bisitz   2360: 
                   2361:    'Detailed Problem Analysis'
1.93      raeburn  2362: => 'Detailed Problem Analysis',
1.6       bisitz   2363: 
                   2364:    'End Helper'
1.93      raeburn  2365: => 'End Helper',
1.6       bisitz   2366: 
                   2367:    'Excel'
                   2368: => 'Excel',
                   2369: 
                   2370:    'Text (essays only)'
1.93      raeburn  2371: => 'Text (essays only)',
1.6       bisitz   2372: 
                   2373:    'Finish Course Initialization'
1.93      raeburn  2374: => 'Finish Course Initialization',
1.6       bisitz   2375: 
                   2376:    'Generate Spreadsheet'
1.12      zhu      2377: => '生成报告表',
1.6       bisitz   2378: 
1.103     bisitz   2379:    'Grant/revoke role of Bubblesheet Operator'
                   2380: => 'Grant/revoke role of Bubblesheet Operator',
1.6       bisitz   2381: 
                   2382:    'HTML'
                   2383: => 'HTML',
                   2384: 
                   2385:    'Invalid date entry'
1.93      raeburn  2386: => 'Invalid date entry',
1.6       bisitz   2387: 
                   2388:    'Load:'
1.10      zhu      2389: => '加载:',
1.6       bisitz   2390: 
                   2391:    'No changes were made to the current settings.'
1.93      raeburn  2392: => 'No changes were made to the current settings.',
1.6       bisitz   2393: 
                   2394:    'Output Format'
1.10      zhu      2395: => '输出格式',
1.6       bisitz   2396: 
                   2397:    'Processing course structure'
1.93      raeburn  2398: => 'Processing course structure',
1.6       bisitz   2399: 
                   2400:    'Processing first student'
1.93      raeburn  2401: => 'Processing first student',
1.6       bisitz   2402: 
                   2403:    'Row'
1.10      zhu      2404: => '排列',
1.6       bisitz   2405: 
                   2406:    'Save as'
1.10      zhu      2407: => '另存为',
1.6       bisitz   2408: 
1.66      bisitz   2409:    'Save as &amp; Make This Sheet the Default'
1.10      zhu      2410: => '另存为 & 使此工作表作为一个默认使用',
1.6       bisitz   2411: 
1.103     bisitz   2412:    'Bubblesheet Operator'
                   2413: => 'Bubblesheet Operator',
1.6       bisitz   2414: 
                   2415:    'Select All'
1.10      zhu      2416: => '全选',
1.6       bisitz   2417: 
                   2418:    'Select All Students'
1.10      zhu      2419: => '选择所有学生',
1.6       bisitz   2420: 
                   2421:    'Select Spreadsheet File'
1.10      zhu      2422: => '选择电子表格文件',
1.6       bisitz   2423: 
1.103     bisitz   2424:    'Send bubblesheet data to a course'
                   2425: => 'Send bubblesheet data to a course',
1.6       bisitz   2426: 
                   2427:    'Spreadsheet Computation'
1.93      raeburn  2428: => 'Spreadsheet Computation',
1.6       bisitz   2429: 
                   2430:    'Spreadsheet Computation Status'
1.93      raeburn  2431: => 'Spreadsheet Computation Status',
1.6       bisitz   2432: 
                   2433:    'Student level sheet'
1.93      raeburn  2434: => 'Student level sheet',
1.6       bisitz   2435: 
                   2436:    'Summary'
1.93      raeburn  2437: => 'Summary',
1.6       bisitz   2438: 
                   2439:    'Template'
1.93      raeburn  2440: => 'Template',
1.6       bisitz   2441: 
                   2442:    'Unselect All'
1.93      raeburn  2443: => 'Unselect All',
1.6       bisitz   2444: 
                   2445:    'Unselect All Students'
1.93      raeburn  2446: => 'Unselect All Students',
1.6       bisitz   2447: 
1.103     bisitz   2448:    'Upload bubblesheet data'
                   2449: => 'Upload bubblesheet data',
1.6       bisitz   2450: 
                   2451:    'You must choose at least one student to continue.'
1.93      raeburn  2452: => 'You must choose at least one student to continue.',
1.6       bisitz   2453: 
                   2454:    'You must choose one or more choices to continue.'
1.93      raeburn  2455: => 'You must choose one or more choices to continue.',
1.6       bisitz   2456: 
                   2457:    'may be open from a different computer.'
1.93      raeburn  2458: => 'may be open from a different computer.',
1.6       bisitz   2459: 
                   2460:    'minutes'
1.93      raeburn  2461: => 'minutes',
1.6       bisitz   2462: 
                   2463:    'remaining'
1.98      bisitz   2464: => 'remaining',
1.6       bisitz   2465: 
                   2466:    'second'
1.93      raeburn  2467: => 'second',
1.6       bisitz   2468: 
                   2469:    'seconds'
1.93      raeburn  2470: => 'seconds',
1.6       bisitz   2471: 
                   2472:    'Additional Recipients'
1.12      zhu      2473: => '其他收件人',
1.6       bisitz   2474: 
1.31      bisitz   2475:    'Analyze Over [_1] [_2]'
1.93      raeburn  2476: => 'Analyze Over [_1] [_2]',
1.6       bisitz   2477: 
                   2478:    'Analyze Problem'
1.93      raeburn  2479: => 'Analyze Problem',
1.6       bisitz   2480: 
                   2481:    'Analyze Problem Again'
1.93      raeburn  2482: => 'Analyze Problem Again',
1.6       bisitz   2483: 
                   2484:    'Analyze as '
1.93      raeburn  2485: => 'Analyze as ',
1.6       bisitz   2486: 
                   2487:    'Browsing resource, all submissions are temporary.'
1.93      raeburn  2488: => 'Browsing resource, all submissions are temporary.',
1.6       bisitz   2489: 
                   2490:    'By'
1.93      raeburn  2491: => 'By',
1.6       bisitz   2492: 
                   2493:    'Check All'
1.12      zhu      2494: => '全选',
1.6       bisitz   2495: 
                   2496:    'Check for All'
1.12      zhu      2497: => '检查所有',
1.6       bisitz   2498: 
                   2499:    'Check for None'
1.70      zhu      2500: => '检查无',
1.6       bisitz   2501: 
                   2502:    'Check for Section/Group'
1.12      zhu      2503: => '检查科/组',
1.6       bisitz   2504: 
                   2505:    'Choose a different resource'
1.12      zhu      2506: => '选择不同的资源',
1.6       bisitz   2507: 
                   2508:    'Concepts'
1.12      zhu      2509: => '草稿',
1.6       bisitz   2510: 
                   2511:    'Critical Messages'
1.12      zhu      2512: => '重要讯息',
1.6       bisitz   2513: 
                   2514:    'Delete'
1.12      zhu      2515: => '删除',
1.6       bisitz   2516: 
                   2517:    'Delete Checked'
1.12      zhu      2518: => '删除选中',
1.6       bisitz   2519: 
                   2520:    'Display All Messages'
1.12      zhu      2521: => '显示所有邮件',
1.6       bisitz   2522: 
                   2523:    'Display all Messages'
1.12      zhu      2524: => '显示所有邮件',
1.6       bisitz   2525: 
                   2526:    'Foils'
1.12      zhu      2527: => '选择',
1.6       bisitz   2528: 
                   2529:    'Forward'
1.12      zhu      2530: => '转发',
1.6       bisitz   2531: 
                   2532:    'Forwarded message from'
1.12      zhu      2533: => '转发邮件从',
1.6       bisitz   2534: 
                   2535:    'Forwarding'
1.12      zhu      2536: => '转发',
1.6       bisitz   2537: 
                   2538:    'From'
1.12      zhu      2539: => '从',
1.6       bisitz   2540: 
                   2541:    'Functions'
1.22      zhu      2542: => '功能',
1.6       bisitz   2543: 
                   2544:    'Mail'
1.12      zhu      2545: => '邮件',
1.6       bisitz   2546: 
                   2547:    'Mark Unread'
1.12      zhu      2548: => '标记为未读',
1.6       bisitz   2549: 
                   2550:    'New Problem Variation'
1.93      raeburn  2551: => 'New Problem Variation',
1.6       bisitz   2552: 
                   2553:    'New Randomization'
1.12      zhu      2554: => '新的变化',
1.6       bisitz   2555: 
                   2556:    'Next'
1.12      zhu      2557: => '下一步',
1.6       bisitz   2558: 
1.31      bisitz   2559:    'Number of Plots [_1]'
1.93      raeburn  2560: => 'Number of Plots [_1]',
1.6       bisitz   2561: 
                   2562:    'Option Response Problem Analysis'
1.93      raeburn  2563: => 'Option Response Problem Analysis',
1.6       bisitz   2564: 
                   2565:    'Previous'
1.12      zhu      2566: => '以前的',
1.6       bisitz   2567: 
                   2568:    'Re'
1.12      zhu      2569: => '回复',
1.6       bisitz   2570: 
                   2571:    'Record'
1.12      zhu      2572: => '记录',
1.6       bisitz   2573: 
                   2574:    'Reply'
1.10      zhu      2575: => '回复',
1.6       bisitz   2576: 
                   2577:    'Reset Submissions'
1.93      raeburn  2578: => 'Reset Submissions',
1.6       bisitz   2579: 
                   2580:    'Select a course'
1.12      zhu      2581: => '选择课程',
1.6       bisitz   2582: 
                   2583:    'Selecting a User'
1.12      zhu      2584: => '选择用户',
1.6       bisitz   2585: 
                   2586:    'Send New'
1.93      raeburn  2587: => 'Send New',
1.6       bisitz   2588: 
                   2589:    'Send Reply'
1.12      zhu      2590: => '发送回复',
1.6       bisitz   2591: 
                   2592:    'Send as critical message'
1.10      zhu      2593: => '发出一个重要信息',
1.6       bisitz   2594: 
                   2595:    'Simple Problem Editor'
1.18      zhu      2596: => '简单的问题编辑器',
1.6       bisitz   2597: 
                   2598:    'Starting'
1.18      zhu      2599: => '开始',
1.6       bisitz   2600: 
                   2601:    'Student Data Compilation Progress'
1.18      zhu      2602: => '学生资料汇编进展',
1.6       bisitz   2603: 
                   2604:    'Student Data Compilation Status'
1.18      zhu      2605: => '学生资料汇编状态',
1.6       bisitz   2606: 
                   2607:    'There is no student data for this problem.'
1.18      zhu      2608: => '对于这个问题,没有任何学生的数据。',
1.6       bisitz   2609: 
                   2610:    'Time'
1.10      zhu      2611: => '时间',
1.6       bisitz   2612: 
1.18      zhu      2613:    'To:'
                   2614: => '收件人:',
1.6       bisitz   2615: 
                   2616:    'Uncheck All'
1.10      zhu      2617: => '全部取消',
1.6       bisitz   2618: 
                   2619:    'Unsuccessful Login'
1.9       zhu      2620: => '登录失败',
1.6       bisitz   2621: 
                   2622:    'Update Student Data'
1.10      zhu      2623: => '更新学生资料',
1.6       bisitz   2624: 
                   2625:    'You have no critical messages.'
1.10      zhu      2626: => '您没有任何重要讯息。',
1.6       bisitz   2627: 
                   2628:    'and return receipt'
1.93      raeburn  2629: => 'and return receipt',
1.6       bisitz   2630: 
                   2631:    'can not be accessed from your location.'
1.93      raeburn  2632: => 'can not be accessed from your location.',
1.6       bisitz   2633: 
                   2634:    '[_1]: Unacceptable username for user [_2] [_3] [_4] [_5]'
1.98      bisitz   2635: => '[_1]: Unacceptable username for user [_2] [_3] [_4] [_5]',
1.6       bisitz   2636: 
                   2637:    'All Documents in Course'
1.93      raeburn  2638: => 'All Documents in Course',
1.6       bisitz   2639: 
                   2640:    'All Resources (possibly large output)'
1.93      raeburn  2641: => 'All Resources (possibly large output)',
1.6       bisitz   2642: 
                   2643:    'Anonymous'
1.18      zhu      2644: => '匿名',
1.6       bisitz   2645: 
                   2646:    'Anonymous contribution to course discussion of resource'
1.18      zhu      2647: => '匿名参加这个资源的讨论',
1.6       bisitz   2648: 
                   2649:    'As a general rule, only authors or co-authors should be filesystem authenticated (which allows access to the server filesystem).'
1.93      raeburn  2650: => 'As a general rule, only authors or co-authors should be filesystem authenticated (which allows access to the server filesystem).',
1.6       bisitz   2651: 
                   2652:    'Associate columns with student attributes.'
1.93      raeburn  2653: => 'Associate columns with student attributes.',
1.6       bisitz   2654: 
                   2655:    'Attribute'
1.93      raeburn  2656: => 'Attribute',
1.6       bisitz   2657: 
                   2658:    'CSV (comma separated values, spreadsheet)'
1.27      zhu      2659: => 'CSV (逗号分隔值, 表格)',
1.6       bisitz   2660: 
                   2661:    'Check Course Document Versions'
1.98      bisitz   2662: => 'Check Course Document Versions',
1.6       bisitz   2663: 
                   2664:    'Check/Set Resource Versions'
1.22      zhu      2665: => '检查/设置源版本',
1.6       bisitz   2666: 
                   2667:    'Chronological View'
1.22      zhu      2668: => '顺序查看',
1.6       bisitz   2669: 
                   2670:    'Column'
1.93      raeburn  2671: => 'Column',
1.6       bisitz   2672: 
                   2673:    'Column [_1]'
1.93      raeburn  2674: => 'Column [_1]',
1.6       bisitz   2675: 
                   2676:    'Continue enrollment?'
1.93      raeburn  2677: => 'Continue enrollment?',
1.6       bisitz   2678: 
                   2679:    'Contribution to course discussion of resource'
1.18      zhu      2680: => '正常参加这个资源的讨论',
1.6       bisitz   2681: 
                   2682:    'Diffs'
1.56      zhu      2683: => '区别',
1.6       bisitz   2684: 
                   2685: #   'Disable ID/Student Number Safeguard and Force Change of Conflicting IDs (only do if you know what you are doing)'
1.98      bisitz   2686: #=> 'Disable ID/Student Number Safeguard and Force Change of Conflicting IDs (only do if you know what you are doing)',
1.6       bisitz   2687: 
                   2688: 
                   2689:    'Disable Student/Employee ID Safeguard and force change of conflicting IDs'
1.70      zhu      2690: => '禁用学生/员工编号,维护和强制改变不一致的IDs',
1.6       bisitz   2691: 
                   2692:    '(only do if you know what you are doing.)'
1.70      zhu      2693: => '(只有这样做,如果你知道自己在做什么。)',
1.6       bisitz   2694: 
                   2695:    'Discussion Contributions'
1.18      zhu      2696: => '参加讨论',
1.6       bisitz   2697: 
                   2698:    'Drop Students'
1.28      zhu      2699: => '从该课程删除学生',
1.6       bisitz   2700: 
                   2701:    'Dropped [_1]'
                   2702: => '[_1] ausgeschlossen',
                   2703: 
                   2704:    'Dropped [_1] student(s).'
                   2705: => '[_1] Student(en) ausgeschlossen.',
                   2706: 
                   2707:    'Dropping Students'
1.93      raeburn  2708: => 'Dropping Students',
1.6       bisitz   2709: 
1.88      bisitz   2710:    'Dump Course Documents'
1.93      raeburn  2711: => 'Dump Course Documents',
1.6       bisitz   2712: 
                   2713:    'EMail Address'
1.93      raeburn  2714: => 'EMail Address',
1.6       bisitz   2715: 
                   2716:    'Enroll a single student'
1.70      zhu      2717: => '注册一个学生',
1.6       bisitz   2718: 
                   2719:    'Enrolling Students'
1.70      zhu      2720: => '注册学生',
1.6       bisitz   2721: 
                   2722:    'Error'
1.93      raeburn  2723: => 'Error',
1.6       bisitz   2724: 
                   2725:    'Error: '
1.93      raeburn  2726: => 'Error: ',
1.6       bisitz   2727: 
                   2728:    'Error: [_1]'
1.93      raeburn  2729: => 'Error: [_1]',
1.6       bisitz   2730: 
                   2731:    'Field'
1.93      raeburn  2732: => 'Field',
1.6       bisitz   2733: 
                   2734:    'Filenames in Construction Space'
1.93      raeburn  2735: => 'Filenames in Construction Space',
1.6       bisitz   2736: 
                   2737:    'First Name'
1.56      zhu      2738: => '名',
1.6       bisitz   2739: 
                   2740:    'Folder in Construction Space'
1.93      raeburn  2741: => 'Folder in Construction Space',
1.6       bisitz   2742: 
                   2743:    'Full Update'
1.56      zhu      2744: => '全面更新',
1.6       bisitz   2745: 
                   2746:    'Full update (also print list of users not enrolled anymore)'
1.101     bisitz   2747: => '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   2748: 
                   2749:    'Generation'
1.70      zhu      2750: => '生成',
1.6       bisitz   2751: 
                   2752:    'Group/Section'
1.12      zhu      2753: => '组/科',
1.6       bisitz   2754: 
                   2755:    'HTML/XML'
                   2756: => 'HTML/XML',
                   2757: 
                   2758:    'Hide'
1.56      zhu      2759: => '隐藏',
1.6       bisitz   2760: 
                   2761:    'Student/Employee ID'
1.56      zhu      2762: => '学生/员工 ID',
1.6       bisitz   2763: 
                   2764:    'Identify fields'
1.93      raeburn  2765: => 'Identify fields',
1.6       bisitz   2766: 
                   2767:    'If active, the new role will be available when the students next log in to LON-CAPA.'
1.93      raeburn  2768: => 'If active, the new role will be available when the students next log in to LON-CAPA.',
1.6       bisitz   2769: 
                   2770:    'Ignore First Line'
1.27      zhu      2771: => '忽略第一行',
1.6       bisitz   2772: 
                   2773:    'Initial Password'
1.27      zhu      2774: => '初始密码',
1.6       bisitz   2775: 
                   2776:    'Internal Filename'
1.27      zhu      2777: => '内部文件名',
1.6       bisitz   2778: 
                   2779:    'Invalid home server specified'
1.93      raeburn  2780: => 'Invalid home server specified',
1.6       bisitz   2781: 
                   2782:    'Keep all Resources up-to-date with most recent Versions (default)'
1.93      raeburn  2783: => 'Keep all Resources up-to-date with most recent Versions (default)',
1.6       bisitz   2784: 
                   2785:    'LON-CAPA Domain for Students'
1.93      raeburn  2786: => 'LON-CAPA Domain for Students',
1.6       bisitz   2787: 
                   2788:    'LON-CAPA Enrollment Manager'
1.93      raeburn  2789: => 'LON-CAPA Enrollment Manager',
1.6       bisitz   2790: 
                   2791:    'LON-CAPA domain: [_1]'
1.26      zhu      2792: => 'LON-CAPA 域: [_1]',
1.6       bisitz   2793: 
                   2794:    'Last Name'
1.56      zhu      2795: => '姓',
1.6       bisitz   2796: 
                   2797:    'Last Name, First Names'
1.26      zhu      2798: => '姓,名',
1.6       bisitz   2799: 
                   2800:    'Login Type'
1.26      zhu      2801: => '登录类型',
1.6       bisitz   2802: 
                   2803:    'Middle Names/Initials'
1.26      zhu      2804: => '中名/缩写',
1.6       bisitz   2805: 
                   2806:    'Modify Parameters'
1.26      zhu      2807: => '修改参数',
1.6       bisitz   2808: 
                   2809:    'Modify student data'
1.26      zhu      2810: => '修改学生资料',
1.6       bisitz   2811: 
                   2812:    'Most recently published Version'
1.26      zhu      2813: => '最近发布的版本',
1.6       bisitz   2814: 
                   2815:    'No Kerberos domain was specified.'
1.93      raeburn  2816: => 'No Kerberos domain was specified.',
1.6       bisitz   2817: 
                   2818:    'None Found'
1.26      zhu      2819: => '没有找到',
1.6       bisitz   2820: 
                   2821:    'Note: For large courses, this operation may be time consuming.'
1.93      raeburn  2822: => 'Note: For large courses, this operation may be time consuming.',
1.6       bisitz   2823: 
1.73      bisitz   2824:    'This will not take effect if the user already exists.'
1.93      raeburn  2825: => 'This will not take effect if the user already exists.',
1.6       bisitz   2826: 
                   2827:    'Processed [_1] student(s).'
                   2828: => '[_1] Studierende bearbeitet.',
                   2829: 
                   2830:    'Re-enrollment will re-activate data.'
1.93      raeburn  2831: => 'Re-enrollment will re-activate data.',
1.6       bisitz   2832: 
                   2833:    'Registering'
1.93      raeburn  2834: => 'Registering',
1.6       bisitz   2835: 
                   2836:    'Samples'
1.56      zhu      2837: => '例如',
1.6       bisitz   2838: 
                   2839:    'Save as ...'
1.18      zhu      2840: => '另存为...',
1.6       bisitz   2841: 
                   2842:    'Set Version to be used in Course'
1.93      raeburn  2843: => 'Set Version to be used in Course',
1.6       bisitz   2844: 
                   2845:    'Set Versions to be used in Course according to Selections below'
1.93      raeburn  2846: => 'Set Versions to be used in Course according to Selections below',
1.6       bisitz   2847: 
                   2848:    'Set all Resource Versions to current Version (Fix Versions)'
1.93      raeburn  2849: => 'Set all Resource Versions to current Version (Fix Versions)',
1.6       bisitz   2850: 
                   2851:    'Show Preview'
1.93      raeburn  2852: => 'Show Preview',
1.6       bisitz   2853: 
                   2854:    'Space separated'
1.27      zhu      2855: => '以空格分隔',
1.6       bisitz   2856: 
                   2857:    'Starting and Ending Dates'
1.27      zhu      2858: => '起始和结束日期',
1.6       bisitz   2859: 
                   2860:    'Student Number'
1.27      zhu      2861: => '学生证号码',
1.6       bisitz   2862: 
                   2863:    'Tabulator separated'
1.27      zhu      2864: => '以制表符分隔',
1.6       bisitz   2865: 
                   2866:    'The optional email address field was not specified.'
1.93      raeburn  2867: => 'The optional email address field was not specified.',
1.6       bisitz   2868: 
                   2869:    'The optional name field was not specified.'
1.93      raeburn  2870: => 'The optional name field was not specified.',
1.6       bisitz   2871: 
                   2872:    'The optional ID number field was not specified.'
1.93      raeburn  2873: => 'The optional ID number field was not specified.',
1.6       bisitz   2874: 
                   2875:    'The optional section or group field was not specified.'
1.93      raeburn  2876: => 'The optional section or group field was not specified.',
1.6       bisitz   2877: 
                   2878:    'The optional student number field was not specified.'
1.93      raeburn  2879: => 'The optional student number field was not specified.',
1.6       bisitz   2880: 
                   2881:    'The optional section field was not specified.'
1.93      raeburn  2882: => 'The optional section field was not specified.',
1.6       bisitz   2883: 
                   2884:    'The optional role field was not specified.'
1.93      raeburn  2885: => 'The optional role field was not specified.',
1.6       bisitz   2886: 
                   2887:    'The optional domain field was not specified.'
1.93      raeburn  2888: => 'The optional domain field was not specified.',
1.6       bisitz   2889: 
                   2890:    'There are no students currently enrolled.'
1.93      raeburn  2891: => 'There are no students currently enrolled.',
1.6       bisitz   2892: 
                   2893:    'Continue adding users?'
1.93      raeburn  2894: => 'Continue adding users?',
1.6       bisitz   2895: 
                   2896:    'Threaded View'
1.22      zhu      2897: => '线程查看',
1.6       bisitz   2898: 
                   2899:    'Total number of records found in file: [_1]'
1.93      raeburn  2900: => 'Total number of records found in file: [_1]',
1.6       bisitz   2901: 
                   2902:    'Unable to enroll students'
1.93      raeburn  2903: => 'Unable to enroll students',
1.6       bisitz   2904: 
                   2905:    'Updating discussion time'
1.93      raeburn  2906: => 'Updating discussion time',
1.6       bisitz   2907: 
                   2908:    'Uploading Class List'
1.93      raeburn  2909: => 'Uploading Class List',
1.6       bisitz   2910: 
                   2911:    'Verify Content'
                   2912: => '检查内容',
                   2913: 
                   2914:    'Version used in Course'
1.93      raeburn  2915: => 'Version used in Course',
1.6       bisitz   2916: 
                   2917:    'View Class List'
1.93      raeburn  2918: => 'View Class List',
1.6       bisitz   2919: 
                   2920:    'View Class list'
1.93      raeburn  2921: => 'View Class list',
1.6       bisitz   2922: 
                   2923:    'Welcome'
1.22      zhu      2924: => '欢迎',
1.6       bisitz   2925: 
1.102     raeburn  2926:    'Welcome to the Learning[_1]Online[_2] Network with CAPA. Please wait while your session is being set up.'
1.12      zhu      2927: => '欢迎您到在线网络 LON-CAPA 学习。请稍候,您的会话正在建立。',
1.6       bisitz   2928: 
                   2929:    'You must choose an authentication type.'
1.22      zhu      2930: => '你必须选择一个身份验证类型。',
1.6       bisitz   2931: 
                   2932:    'You need to specify the Kerberos domain.'
1.93      raeburn  2933: => 'You need to specify the Kerberos domain.',
1.6       bisitz   2934: 
                   2935:    'You need to specify the initial password.'
1.93      raeburn  2936: => 'You need to specify the initial password.',
1.6       bisitz   2937: 
                   2938:    'You need to specify the username field.'
1.93      raeburn  2939: => 'You need to specify the username field.',
1.6       bisitz   2940: 
                   2941:    'Your Version Settings have been Saved'
1.93      raeburn  2942: => 'Your Version Settings have been Saved',
1.6       bisitz   2943: 
                   2944:    '[_1] Do not change login data'
1.12      zhu      2945: => '[_1] 不要更改登录数据',
1.6       bisitz   2946: 
                   2947:    '[_1] Kerberos authenticated with domain [_2] [_3] Version 4 [_4] Version 5 [_5]'
1.70      zhu      2948: => '[_1] Kerberos身份验证域 [_2] [_3] 版本 4 [_4] 版本 5 [_5]',
1.6       bisitz   2949: 
                   2950:    'Currently Kerberos authenticated with domain [_1] Version [_2].'
1.70      zhu      2951: => '目前的Kerberos身份验证域 [_1] 版本 [_2]。',
1.6       bisitz   2952: 
                   2953:    'Currently Kerberos authenticated, Version [_1].'
1.70      zhu      2954: => '目前Kerberos身份验证,版本 [_1]。',
1.6       bisitz   2955: 
                   2956:    'most recent'
1.12      zhu      2957: => '最新的',
1.6       bisitz   2958: 
                   2959:    'name only visible to course faculty'
1.18      zhu      2960: => '只有课程管理者能看见',
1.6       bisitz   2961: 
                   2962:    'Calculate answers'
1.70      zhu      2963: => '计算的答案',
1.6       bisitz   2964: 
1.65      zhu      2965:   'Show All Foils'
                   2966: => '显示全部选项',
                   2967: 
                   2968:    'Show All Instances'
                   2969: => '显示全部选项',
1.6       bisitz   2970: 
                   2971:    '1 out of N multiple choice (radio button)'
1.18      zhu      2972: => '单选',
1.6       bisitz   2973: 
                   2974:    'Add new option'
1.10      zhu      2975: => '添加新的选择',
1.6       bisitz   2976: 
                   2977:    'Administrator'
1.10      zhu      2978: => '管理员',
1.6       bisitz   2979: 
                   2980:    'Answer:'
1.10      zhu      2981: => '回复:',
1.6       bisitz   2982: 
                   2983:    'Attachment'
1.10      zhu      2984: => '附件',
1.6       bisitz   2985: 
                   2986:    '(128 KB max size)'
1.10      zhu      2987: => '(最大 128 KB)',
1.6       bisitz   2988: 
                   2989:    'Change'
1.10      zhu      2990: => '改变',
1.6       bisitz   2991: 
                   2992:    'Change Random Seed To:'
1.70      zhu      2993: => '随机数的基础上:',
1.6       bisitz   2994: 
                   2995:    'Change Your Language Preferences'
1.70      zhu      2996: => '变更您的语言偏好',
1.6       bisitz   2997: 
                   2998:    'Concept:'
1.70      zhu      2999: => '概念:',
1.6       bisitz   3000: 
                   3001:    'Correct Option:'
1.18      zhu      3002: => '正确的选择:',
1.6       bisitz   3003: 
                   3004:    'Create a New Course'
1.12      zhu      3005: => '创建一个新的课程',
1.6       bisitz   3006: 
                   3007:    'Create a New Course or Group Space'
1.12      zhu      3008: => '创建一个新的课程或组空间',
1.6       bisitz   3009: 
                   3010:    'Current'
1.12      zhu      3011: => '现在的',
1.6       bisitz   3012: 
                   3013:    'Delete an option'
1.12      zhu      3014: => '删除一个选项',
1.6       bisitz   3015: 
                   3016:    'Delete:'
1.12      zhu      3017: => '删除:',
1.6       bisitz   3018: 
                   3019:    'Diffs with Current Version'
1.56      zhu      3020: => '与当前版本的区别',
1.6       bisitz   3021: 
                   3022:    'Diffs with Version'
1.56      zhu      3023: => '不同版本之间的区别',
1.6       bisitz   3024: 
                   3025:    'Diffs with current Version'
1.56      zhu      3026: => '与当前版本的区别',
1.6       bisitz   3027: 
                   3028:    'Display and analysis of submission times on assessments.'
1.93      raeburn  3029: => 'Display and analysis of submission times on assessments.',
1.6       bisitz   3030: 
                   3031:    'Display foils in order given'
1.56      zhu      3032: => '在给定的分类里显示选项',
1.6       bisitz   3033: 
                   3034:    'Display foils in random order'
1.56      zhu      3035: => '在一个随机序列里显示选项',
1.6       bisitz   3036: 
                   3037:    'Domain Guest'
1.12      zhu      3038: => '网上邻居',
1.6       bisitz   3039: 
                   3040:    'Essay, open end'
1.18      zhu      3041: => '尝试,没有时间限制',
1.6       bisitz   3042: 
                   3043:    'False'
1.18      zhu      3044: => '错误的',
1.6       bisitz   3045: 
                   3046:    'Foil'
1.18      zhu      3047: => '选项',
1.6       bisitz   3048: 
                   3049:    'Format:'
1.12      zhu      3050: => '格式:',
1.6       bisitz   3051: 
                   3052:    'Height(pixel):'
1.12      zhu      3053: => '高 (Pixel):',
1.6       bisitz   3054: 
                   3055:    'Hint Text'
1.12      zhu      3056: => '提示文字',
1.6       bisitz   3057: 
                   3058:    'If this resource is in active use, student performance data from the previous version may become inaccessible.'
1.93      raeburn  3059: => 'If this resource is in active use, student performance data from the previous version may become inaccessible.',
1.6       bisitz   3060: 
                   3061:    'Image:'
1.12      zhu      3062: => '图片:',
1.6       bisitz   3063: 
                   3064:    'Incorrect Answers:'
1.12      zhu      3065: => '错误的答案:',
1.6       bisitz   3066: 
                   3067:    'Last accessed'
1.12      zhu      3068: => '上次访问',
1.6       bisitz   3069: 
                   3070:    'Librarian'
1.93      raeburn  3071: => 'Librarian',
1.6       bisitz   3072: 
                   3073:    'Making Backup to [_1]'
1.93      raeburn  3074: => 'Making Backup to [_1]',
1.6       bisitz   3075: 
                   3076:    'Max Number Of Shown Foils:'
1.56      zhu      3077: => '显示选项的最大数量:',
1.6       bisitz   3078: 
                   3079:    'Max number of foils displayed'
1.56      zhu      3080: => '显示选项的最大数量',
1.6       bisitz   3081: 
                   3082:    'Metadata'
1.12      zhu      3083: => '元数据',
1.6       bisitz   3084: 
                   3085:    'metadata'
1.12      zhu      3086: => '元数据',
1.6       bisitz   3087: 
                   3088:    'Metadata Version'
1.12      zhu      3089: => '元数据版本',
1.6       bisitz   3090: 
                   3091:    'Metadata current version'
1.12      zhu      3092: => '元数据的最新版本',
1.6       bisitz   3093: 
                   3094:    'Save Metadata'
1.12      zhu      3095: => '保存元数据',
1.6       bisitz   3096: 
                   3097:    'Name:'
1.12      zhu      3098: => '姓氏:',
1.6       bisitz   3099: 
                   3100:    'New parameters or saved values'
1.18      zhu      3101: => '新的参数或保存价值',
1.6       bisitz   3102: 
                   3103:    'No language preference'
1.56      zhu      3104: => '没有语言偏好',
1.6       bisitz   3105: 
                   3106:    'Not shown, not used'
1.18      zhu      3107: => '没有显示,没有使用',
1.6       bisitz   3108: 
                   3109:    'Obsolete parameters or saved values'
1.18      zhu      3110: => '过时的参数或保存价值',
1.6       bisitz   3111: 
                   3112:    'Option response'
1.12      zhu      3113: => '答案选项',
1.6       bisitz   3114: 
                   3115:    'Please do not reply to this address.'
1.93      raeburn  3116: => 'Please do not reply to this address.',
1.6       bisitz   3117: 
                   3118:    'Position'
                   3119: => 'Position',
                   3120: 
                   3121:    'Preferred language'
1.18      zhu      3122: => '首选语言',
1.6       bisitz   3123: 
                   3124:    'Problems'
1.93      raeburn  3125: => 'Problems',
1.6       bisitz   3126: 
                   3127:    'Produce Excel Output'
1.93      raeburn  3128: => 'Produce Excel Output',
1.6       bisitz   3129: 
                   3130:    'Question Text'
1.18      zhu      3131: => '文字问题',
1.6       bisitz   3132: 
                   3133:    'Random position'
1.18      zhu      3134: => '随机位置',
1.6       bisitz   3135: 
                   3136:    'Retrieve Published Resources'
1.18      zhu      3137: => '恢复发布的资源',
1.6       bisitz   3138: 
                   3139:    'Short string response'
1.18      zhu      3140: => '简短的文字回答',
1.6       bisitz   3141: 
                   3142:    'Show always at bottom position'
1.18      zhu      3143: => '总是在最后显示',
1.6       bisitz   3144: 
                   3145:    'Show always at top position'
1.18      zhu      3146: => '总是在最开始显示',
1.6       bisitz   3147: 
                   3148:    'Size:'
1.18      zhu      3149: => '大小:',
1.6       bisitz   3150: 
                   3151:    'Save Changes'
1.18      zhu      3152: => '保存更改',
1.6       bisitz   3153: 
                   3154:    'Submission Time Analysis'
1.18      zhu      3155: => '提交时间分析',
1.6       bisitz   3156: 
                   3157:    'Submit Changes and Edit'
1.18      zhu      3158: => '保存并继续编辑',
1.6       bisitz   3159: 
                   3160:    'TeXWidth(mm):'
1.18      zhu      3161: => 'TeX-宽 (mm):',
1.6       bisitz   3162: 
                   3163:    'Text'
1.18      zhu      3164: => '文本',
1.6       bisitz   3165: 
                   3166:    'Text Block'
1.18      zhu      3167: => '文本块',
1.6       bisitz   3168: 
                   3169:    'This is an automatic message generated by the LON-CAPA system.'
1.93      raeburn  3170: => 'This is an automatic message generated by the LON-CAPA system.',
1.6       bisitz   3171: 
                   3172:    'True'
1.18      zhu      3173: => '正确的',
1.6       bisitz   3174: 
                   3175:    'unused'
1.18      zhu      3176: => '未用过的',
1.6       bisitz   3177: 
                   3178:    'Type-in value'
1.93      raeburn  3179: => 'Type-in value',
1.6       bisitz   3180: 
                   3181:    'Unit:'
1.18      zhu      3182: => '单位:',
1.6       bisitz   3183: 
                   3184:    'Value'
1.18      zhu      3185: => '值',
1.6       bisitz   3186: 
                   3187:    'Warning!'
1.18      zhu      3188: => '警告!',
1.6       bisitz   3189: 
                   3190:    'Width(pixel):'
1.18      zhu      3191: => '宽 (Pixel):',
1.6       bisitz   3192: 
                   3193:    'anonymous'
1.18      zhu      3194: => '匿名',
1.6       bisitz   3195: 
                   3196:    'bytes'
1.93      raeburn  3197: => 'bytes',
1.6       bisitz   3198: 
                   3199:    'loginproblems.html'
                   3200: => 'loginproblems.html',
                   3201: 
                   3202:    'versions of this problem'
1.18      zhu      3203: => '这个问题的版本',
1.6       bisitz   3204: 
                   3205: 
1.45      bisitz   3206: #=====================
1.6       bisitz   3207: # Begin remote control (mydesk.tab)
                   3208: # 2x8 chars, only lower case
                   3209: # Same order as in mydesk.tab!
                   3210:    'choose[_1]'
1.44      bisitz   3211: => '选择',
1.6       bisitz   3212:    'course[_1]'
1.44      bisitz   3213: => '课程',
1.6       bisitz   3214: 
                   3215:    'switch[_1]'
1.44      bisitz   3216: => '转换',
1.6       bisitz   3217:    'course[_2]'
1.44      bisitz   3218: => '课程',
1.6       bisitz   3219: 
                   3220:    'switch[_2]'
1.44      bisitz   3221: => '转换',
1.6       bisitz   3222:    'role[_1]'
1.44      bisitz   3223: => '角色',
1.6       bisitz   3224: 
                   3225:    'choose[_2]'
1.44      bisitz   3226: => '选择',
1.6       bisitz   3227:    'role[_2]'
1.44      bisitz   3228: => '角色',
1.6       bisitz   3229: 
                   3230:    'course[_3]'
1.44      bisitz   3231: => '课程',
1.6       bisitz   3232:    'docs[_1]'
1.44      bisitz   3233: => '内容',
1.6       bisitz   3234: 
1.84      bisitz   3235:    'course[_7]'
1.44      bisitz   3236: => '编辑',
1.84      bisitz   3237:    'editor[_1]'
1.44      bisitz   3238: => '课程文档',
1.6       bisitz   3239: 
                   3240:    'navigate[_1]'
1.63      zhu      3241: => '课程',
1.6       bisitz   3242:    'contents[_1]'
1.63      zhu      3243: => '目录',
1.6       bisitz   3244: 
1.45      bisitz   3245:    'request-[_1]'
1.93      raeburn  3246: => 'request-[_1]',
1.45      bisitz   3247:    'course[_16]'
1.93      raeburn  3248: => 'course[_16]',
1.45      bisitz   3249: 
1.6       bisitz   3250:    'my[_1]'
1.63      zhu      3251: => '我的',
1.6       bisitz   3252:    'grades[_1]'
1.63      zhu      3253: => '得分',
1.6       bisitz   3254: 
                   3255:    'course[_4]'
1.63      zhu      3256: => '课程',
1.6       bisitz   3257:    'grades[_2]'
1.63      zhu      3258: => '等级',
1.6       bisitz   3259: 
                   3260:    'course[_5]'
1.93      raeburn  3261: => 'course[_5]',
1.6       bisitz   3262:    'chart[_1]'
1.93      raeburn  3263: => 'chart[_1]',
1.6       bisitz   3264: 
                   3265:    'course[_6]'
1.63      zhu      3266: => '课程',
1.6       bisitz   3267:    'stats[_1]'
1.63      zhu      3268: => '统计',
1.6       bisitz   3269: 
                   3270:    'manage[_1]'
1.93      raeburn  3271: => 'manage[_1]',
1.6       bisitz   3272:    'acc keys[_1]'
1.93      raeburn  3273: => 'acc keys[_1]',
1.6       bisitz   3274: 
                   3275:    'course[_12]'
1.63      zhu      3276: => '课程参加者',
1.6       bisitz   3277:    'roster[_1]'
1.63      zhu      3278: => '名单',
1.6       bisitz   3279: 
                   3280:    'user[_1]'
1.63      zhu      3281: => '用户',
                   3282:    'roles[_1]'
                   3283: => '角色',
1.6       bisitz   3284: 
                   3285:    'create[_1]'
1.63      zhu      3286: => '创建',
1.6       bisitz   3287:    'course[_8]'
1.63      zhu      3288: => '课程',
1.6       bisitz   3289: 
                   3290:    'course[_9]'
1.63      zhu      3291: => '课程',
1.6       bisitz   3292:    'parms[_1]'
1.63      zhu      3293: => '参数',
1.6       bisitz   3294: 
                   3295:    'con-[_1]'
1.93      raeburn  3296: => 'con-[_1]',
1.6       bisitz   3297:    'struct[_1]'
1.93      raeburn  3298: => 'struct[_1]',
1.6       bisitz   3299: 
1.45      bisitz   3300:    'co con-[_1]'
1.93      raeburn  3301: => 'co con-[_1]',
1.45      bisitz   3302:    'struct[_2]'
1.93      raeburn  3303: => 'struct[_2]',
1.45      bisitz   3304: 
1.6       bisitz   3305:    'domain[_1]'
1.63      zhu      3306: => '域',
1.6       bisitz   3307:    'config[_1]'
1.63      zhu      3308: => '配置',
1.6       bisitz   3309: 
                   3310:    'resource[_1]'
1.63      zhu      3311: => '发布', # '资源',
1.6       bisitz   3312:    'space[_1]'
1.63      zhu      3313: => '资源',
1.6       bisitz   3314: 
                   3315:    'co res[_1]'
1.93      raeburn  3316: => 'co res[_1]',
1.6       bisitz   3317:    'space[_2]'
1.93      raeburn  3318: => 'space[_2]',
1.6       bisitz   3319: 
                   3320:    'what is[_1]'
1.63      zhu      3321: => '有什么',
1.6       bisitz   3322:    'new[_1]'
1.63      zhu      3323: => '新内容',
1.6       bisitz   3324: 
                   3325:    'enter[_1]'
1.93      raeburn  3326: => 'enter[_1]',
1.6       bisitz   3327:    'grades[_3]'
1.93      raeburn  3328: => 'grades[_3]',
1.6       bisitz   3329: 
                   3330:    'send[_1]'
1.44      bisitz   3331: => '发送',
1.6       bisitz   3332:    'scantron[_1]'
1.93      raeburn  3333: => 'scantron[_1]',
1.6       bisitz   3334: 
                   3335:    'course[_13]'
1.44      bisitz   3336: => '课程',
1.6       bisitz   3337:    'catalog[_1]'
1.44      bisitz   3338: => '目录',
1.6       bisitz   3339: 
                   3340:    'view[_1]'
1.44      bisitz   3341: => '查看',
1.6       bisitz   3342:    'bookmark[_1]'
1.44      bisitz   3343: => '书签',
1.6       bisitz   3344: 
                   3345:    'calendar[_1]'
1.44      bisitz   3346: => '日历',
1.6       bisitz   3347:    'announce[_1]'
1.44      bisitz   3348: => '通告',
1.6       bisitz   3349: 
                   3350:    'commu-[_1]'
1.63      zhu      3351: => '发送和接收',
1.6       bisitz   3352:    'nication[_1]'
1.63      zhu      3353: => '邮件',
1.6       bisitz   3354: 
                   3355:    'course[_10]'
1.44      bisitz   3356: => '课程-',
1.45      bisitz   3357:    'chatroom[_1]'
1.44      bisitz   3358: => '聊天室',
1.6       bisitz   3359: 
                   3360:    'course[_14]'
1.44      bisitz   3361: => '课程-',
1.6       bisitz   3362:    'groups[_1]'
1.44      bisitz   3363: => '组',
1.6       bisitz   3364: 
                   3365:    'port-[_1]'
1.63      zhu      3366: => '文件夹',
1.6       bisitz   3367:    'folio[_1]'
1.63      zhu      3368: => '空间',
1.6       bisitz   3369: 
                   3370:    'edit[_1]'
1.44      bisitz   3371: => '编辑',
1.6       bisitz   3372:    'blogs[_1]'
1.44      bisitz   3373: => '博客',
1.6       bisitz   3374: 
                   3375:    'search[_3]'
1.93      raeburn  3376: => 'search[_3]',
1.6       bisitz   3377:    'prtfolio[_1]'
1.93      raeburn  3378: => 'prtfolio[_1]',
1.6       bisitz   3379: 
                   3380:    'search[_1]'
1.63      zhu      3381: => '在课程中',
1.6       bisitz   3382:    'course[_11]'
1.63      zhu      3383: => '搜索',
1.6       bisitz   3384: 
                   3385:    'search[_2]'
1.63      zhu      3386: => '搜索',
1.6       bisitz   3387:    'library[_1]'
1.63      zhu      3388: => '资源',
1.6       bisitz   3389: 
                   3390:    'prefer-[_1]'
1.63      zhu      3391: => '用户',
1.6       bisitz   3392:    'ences[_1]'
1.63      zhu      3393: => '设置',
1.6       bisitz   3394: 
                   3395:    'exit[_1]'
1.63      zhu      3396: => '注销',
1.6       bisitz   3397:    ' [_1]'
1.44      bisitz   3398: => ' ',
1.6       bisitz   3399: 
                   3400: #=====================
1.45      bisitz   3401: # Remote control entries which occur only in lonmenu.pm
1.6       bisitz   3402: 
1.45      bisitz   3403:    'problem[_1]'
1.93      raeburn  3404: => 'problem[_1]', # '问题',
1.45      bisitz   3405:    'grades[_4]'
1.93      raeburn  3406: => 'grades[_4]',
1.45      bisitz   3407: 
                   3408:    'sub-[_1]'
1.93      raeburn  3409: => 'sub-[_1]',
1.45      bisitz   3410:    'missions[_1]'
1.93      raeburn  3411: => 'missions[_1]',
1.6       bisitz   3412: 
1.45      bisitz   3413:    'problem[_2]'
1.93      raeburn  3414: => 'problem[_2]', # '问题',
1.45      bisitz   3415:    'parms[_2]'
1.93      raeburn  3416: => 'parms[_2]',
1.45      bisitz   3417: 
1.88      bisitz   3418:    'dir[_1]'
1.93      raeburn  3419: => 'dir[_1]',
1.88      bisitz   3420:    'list[_1]'
1.93      raeburn  3421: => 'list[_1]',
1.88      bisitz   3422: 
1.45      bisitz   3423:    'retrieve[_1]'
1.93      raeburn  3424: => 'retrieve[_1]',
1.45      bisitz   3425:    'version[_1]'
1.93      raeburn  3426: => 'version[_1]',
1.6       bisitz   3427: 
1.45      bisitz   3428:    'publish[_1]'
1.93      raeburn  3429: => 'publish[_1]',
1.45      bisitz   3430:    'resource[_3]'
1.93      raeburn  3431: => 'resource[_3]',
1.6       bisitz   3432: 
1.45      bisitz   3433:    'delete[_1]'
1.93      raeburn  3434: => 'delete[_1]',
1.45      bisitz   3435:    'resource[_2]'
1.93      raeburn  3436: => 'resource[_2]',
1.6       bisitz   3437: 
1.45      bisitz   3438:    'prepare[_1]'
1.93      raeburn  3439: => 'prepare[_1]',
1.45      bisitz   3440:    'printout[_1]'
                   3441: => '', # !
1.6       bisitz   3442: 
                   3443:    'backward[_1]'
1.93      raeburn  3444: => 'backward[_1]',
1.6       bisitz   3445: 
1.45      bisitz   3446:    'forward[_1]'
1.93      raeburn  3447: => 'forward[_1]',
1.45      bisitz   3448: 
                   3449:    'set[_1]'
1.93      raeburn  3450: => 'set[_1]',
1.6       bisitz   3451:    'bookmark[_2]'
1.93      raeburn  3452: => 'bookmark[_2]',
1.45      bisitz   3453: 
                   3454:    'anno-[_1]'
1.93      raeburn  3455: => 'anno-[_1]',
1.45      bisitz   3456:    'tations[_1]'
1.93      raeburn  3457: => 'tations[_1]',
1.45      bisitz   3458: 
                   3459:    'catalog[_2]'
1.93      raeburn  3460: => 'catalog[_2]',
1.45      bisitz   3461:    'info[_1]'
1.93      raeburn  3462: => 'info[_1]', # '信息',
1.6       bisitz   3463: 
                   3464:    'evaluate[_1]'
1.93      raeburn  3465: => 'evaluate[_1]',
1.45      bisitz   3466:    'this[_1]'
1.93      raeburn  3467: => 'this[_1]',
1.6       bisitz   3468: 
                   3469:    'feedback[_1]'
1.93      raeburn  3470: => 'feedback[_1]',
1.6       bisitz   3471:    'discuss[_1]'
1.93      raeburn  3472: => 'discuss[_1]',
1.6       bisitz   3473: 
                   3474: # End remote control
1.45      bisitz   3475: #=====================
1.6       bisitz   3476: 
                   3477:    '(Enter maximum [_1] collaborators using username or username@domain, e.g. smithje or smithje@[_2].)'
1.26      zhu      3478: => '(输入最大[_1]同事的用户名或用户名@域名,例如:smithje or smithje@[_2]。)',
1.6       bisitz   3479: 
                   3480:    '(Hand in a file you have prepared on your computer)'
1.100     raeburn  3481: => '(Hand in a file you have prepared on your computer)',
1.6       bisitz   3482: 
                   3483:    ', select a template from the pull-down menu below.'
1.98      bisitz   3484: => ', select a template from the pull-down menu below.',
1.6       bisitz   3485: 
                   3486:    '<*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   3487: => '<*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   3488: 
                   3489:    'ABSTRACT'
1.70      zhu      3490: => '摘要',
1.6       bisitz   3491: 
                   3492:    'Access Control'
1.70      zhu      3493: => '访问控制',
1.6       bisitz   3494: 
                   3495:    'Activate'
1.70      zhu      3496: => '激活',
1.6       bisitz   3497: 
                   3498:    'Add Roles'
1.70      zhu      3499: => '添加角色',
1.6       bisitz   3500: 
                   3501:    "Add one empty page/column after each student's assignment"
1.93      raeburn  3502: => "Add one empty page/column after each student's assignment",
1.6       bisitz   3503: 
                   3504:    "Add three empty pages/column after each student's assignment"
1.93      raeburn  3505: => "Add three empty pages/column after each student's assignment",
1.6       bisitz   3506: 
                   3507:    "Add two empty pages/column after each student's assignment"
1.93      raeburn  3508: => "Add two empty pages/column after each student's assignment",
1.6       bisitz   3509: 
                   3510:    'Date Shift'
1.93      raeburn  3511: => 'Date Shift',
1.6       bisitz   3512: 
                   3513:    'Do not clone date parameters'
1.93      raeburn  3514: => 'Do not clone date parameters',
1.6       bisitz   3515: 
                   3516:    'Clone date parameters as-is'
1.93      raeburn  3517: => 'Clone date parameters as-is',
1.6       bisitz   3518: 
                   3519:    'Shift date parameters by number of days'
1.93      raeburn  3520: => 'Shift date parameters by number of days',
1.6       bisitz   3521: 
                   3522:    'Additional settings, if specified below, will override cloned settings'
1.93      raeburn  3523: => 'Additional settings, if specified below, will override cloned settings',
1.6       bisitz   3524: 
                   3525:    'Advanced Edit'
1.93      raeburn  3526: => 'Advanced Edit',
1.6       bisitz   3527: 
                   3528:    'All Resources'
1.93      raeburn  3529: => 'All Resources',
1.6       bisitz   3530: 
                   3531:    'All Students'
1.26      zhu      3532: => '所有学生',
1.6       bisitz   3533: 
                   3534:    'Allowed filetypes: [_1]'
1.93      raeburn  3535: => 'Allowed filetypes: [_1]',
1.6       bisitz   3536: 
                   3537:    'An error occurred during the attempt to change the section for this student.'
1.93      raeburn  3538: => 'An error occurred during the attempt to change the section for this student.',
1.6       bisitz   3539: 
                   3540:    'An error occurred during the attempt to change the role information for this student.'
1.93      raeburn  3541: => 'An error occurred during the attempt to change the role information for this student.',
1.6       bisitz   3542: 
                   3543:    'Analyzing Results'
1.93      raeburn  3544: => 'Analyzing Results',
1.6       bisitz   3545: 
                   3546:    'Answerable'
1.93      raeburn  3547: => 'Answerable',
1.6       bisitz   3548: 
                   3549:    'Assessment Parameters'
1.93      raeburn  3550: => 'Assessment Parameters',
1.6       bisitz   3551: 
                   3552:    'Automated Enrollment Manager'
1.93      raeburn  3553: => 'Automated Enrollment Manager',
1.6       bisitz   3554: 
                   3555:    'Automated adds'
1.93      raeburn  3556: => 'Automated adds',
1.6       bisitz   3557: 
                   3558:    'Automated drops'
1.93      raeburn  3559: => 'Automated drops',
1.6       bisitz   3560: 
                   3561:    'Automated enrollment settings'
1.93      raeburn  3562: => 'Automated enrollment settings',
1.6       bisitz   3563: 
                   3564:    'Bad Filename'
1.93      raeburn  3565: => 'Bad Filename',
1.6       bisitz   3566: 
                   3567:    'Begin Enrollment'
1.93      raeburn  3568: => 'Begin Enrollment',
1.6       bisitz   3569: 
                   3570:    'Binary File'
1.93      raeburn  3571: => 'Binary File',
1.6       bisitz   3572: 
                   3573:    'Blank'
1.93      raeburn  3574: => 'Blank',
1.6       bisitz   3575: 
                   3576:    'Browse'
1.93      raeburn  3577: => 'Browse',
1.6       bisitz   3578: 
                   3579:    'CSV format'
1.93      raeburn  3580: => 'CSV format',
1.6       bisitz   3581: 
                   3582:    'Cannot publish directory'
1.93      raeburn  3583: => 'Cannot publish directory',
1.6       bisitz   3584: 
                   3585:    'Cannot retrieve directory'
1.93      raeburn  3586: => 'Cannot retrieve directory',
1.6       bisitz   3587: 
                   3588:    'Catalog Search'
1.93      raeburn  3589: => 'Catalog Search',
1.6       bisitz   3590: 
                   3591:    'Change User Privileges'
1.93      raeburn  3592: => 'Change User Privileges',
1.6       bisitz   3593: 
                   3594:    'Changed discussion view mode'
1.43      bisitz   3595: => '改变讨论视图模式',
1.6       bisitz   3596: 
                   3597:    'Click here for FAQ'
1.93      raeburn  3598: => 'Click here for FAQ',
1.6       bisitz   3599: 
                   3600:    'Click here for help'
1.93      raeburn  3601: => 'Click here for help',
1.6       bisitz   3602: 
                   3603:    'Click here to report bugs'
1.93      raeburn  3604: => 'Click here to report bugs',
1.6       bisitz   3605: 
                   3606:    'Click-On Texts (comma sep):'
1.93      raeburn  3607: => 'Click-On Texts (comma sep):',
1.6       bisitz   3608: 
                   3609:    'Clone an existing course'
1.93      raeburn  3610: => 'Clone an existing course',
1.6       bisitz   3611: 
                   3612:    'Close This Window'
1.93      raeburn  3613: => 'Close This Window',
1.6       bisitz   3614: 
                   3615:    'Closed'
1.93      raeburn  3616: => 'Closed',
1.6       bisitz   3617: 
                   3618:    'Communication'
                   3619: => '通讯',
                   3620: 
                   3621:    'Compare versions of'
1.93      raeburn  3622: => 'Compare versions of',
1.6       bisitz   3623: 
1.51      bisitz   3624:    'No differences found'
1.93      raeburn  3625: => 'No differences found',
1.51      bisitz   3626: 
1.6       bisitz   3627:    'Completely new course'
1.93      raeburn  3628: => 'Completely new course',
1.6       bisitz   3629: 
                   3630:    'Construction Space Version'
1.93      raeburn  3631: => 'Construction Space Version',
1.6       bisitz   3632: 
                   3633:    'Continue'
1.18      zhu      3634: => '下一步',
1.6       bisitz   3635: 
                   3636:    'Copy current file to'
1.93      raeburn  3637: => 'Copy current file to',
1.6       bisitz   3638: 
                   3639:    'Copy selected'
1.93      raeburn  3640: => 'Copy selected',
1.6       bisitz   3641: 
                   3642:    'Course Code'
1.93      raeburn  3643: => 'Course Code',
1.6       bisitz   3644: 
                   3645:    'Course Content'
                   3646: => '课程内容',
                   3647: 
                   3648:    'Course Data'
1.18      zhu      3649: => '课程数据',
1.6       bisitz   3650: 
                   3651:    'Course Home Server'
1.93      raeburn  3652: => 'Course Home Server',
1.6       bisitz   3653: 
                   3654:    'Course ID/Number'
1.18      zhu      3655: => '课程-ID/编号',
1.6       bisitz   3656: 
                   3657:    'Course Information'
1.18      zhu      3658: => '课程资料',
1.6       bisitz   3659: 
                   3660:    'Resource Level'
1.73      bisitz   3661: => '资源等级',
1.6       bisitz   3662: 
                   3663:    'Map/Folder Level'
1.93      raeburn  3664: => 'Map/Folder Level',
1.6       bisitz   3665: 
                   3666:    'Course Level'
1.73      bisitz   3667: => '课程等级',
1.6       bisitz   3668: 
                   3669:    'Course Search'
1.18      zhu      3670: => '课程搜寻',
1.6       bisitz   3671: 
                   3672:    'Course Title'
1.18      zhu      3673: => '课程名称',
1.6       bisitz   3674: 
                   3675:    'Create New User'
1.18      zhu      3676: => '创建新用户',
1.6       bisitz   3677: 
                   3678:    'Create User'
1.18      zhu      3679: => '创建用户',
1.6       bisitz   3680: 
                   3681:    'Crosslisted courses'
1.93      raeburn  3682: => 'Crosslisted courses',
1.6       bisitz   3683: 
                   3684:    'Current Class List'
1.22      zhu      3685: => '目前的学生名单',
1.6       bisitz   3686: 
                   3687:    'Current Ending Date: [_1]'
1.22      zhu      3688: => '目前结束日期: [_1]',
1.6       bisitz   3689: 
                   3690:    'Current Ending Date: not set'
1.22      zhu      3691: => '目前结束日期: 未设置',
1.6       bisitz   3692: 
                   3693:    'Current Resource'
1.22      zhu      3694: => '现有资源',
1.6       bisitz   3695: 
                   3696:    'Current Starting Date: [_1]'
1.22      zhu      3697: => '目前开始日期: [_1]',
1.6       bisitz   3698: 
                   3699:    'Current Starting Date: not set'
1.22      zhu      3700: => '目前开始日期: 未设置',
1.6       bisitz   3701: 
                   3702:    'Current Version'
1.22      zhu      3703: => '当前版本',
1.6       bisitz   3704: 
1.83      bisitz   3705:    'Currently no active roles, courses or communities'
                   3706: => 'Currently no active roles, courses or communities', # '目前没有任何活动的角色或课程',
1.6       bisitz   3707: 
1.83      bisitz   3708:    'Currently no additional roles, courses or communities'
                   3709: => 'Currently no additional roles, courses or communities', # '目前还没有更多的角色或课程',
1.6       bisitz   3710: 
                   3711:    'The following [quant,_1,role,roles] will become active in the future:'
1.93      raeburn  3712: => 'The following [quant,_1,role,roles] will become active in the future:',
1.6       bisitz   3713: 
                   3714:    'Currently submitted: [_1]'
1.22      zhu      3715: => '目前提交:[_1]',
1.6       bisitz   3716: 
                   3717:    'Custom Role Editor'
1.22      zhu      3718: => '自订角色编辑器',
1.6       bisitz   3719: 
                   3720:    'Cut selected'
1.93      raeburn  3721: => 'Cut selected',
1.6       bisitz   3722: 
                   3723:    'Decompress'
1.22      zhu      3724: => '解压缩',
1.6       bisitz   3725: 
                   3726:    'Default Assessment Spreadsheet'
1.93      raeburn  3727: => 'Default Assessment Spreadsheet',
1.6       bisitz   3728: 
                   3729:    'Default Course Spreadsheet'
1.93      raeburn  3730: => 'Default Course Spreadsheet',
1.6       bisitz   3731: 
                   3732:    'Default Student Spreadsheet'
1.93      raeburn  3733: => 'Default Student Spreadsheet',
1.6       bisitz   3734: 
                   3735:    'Default XML Style File'
1.93      raeburn  3736: => 'Default XML Style File',
1.6       bisitz   3737: 
                   3738:    'Default for new courses is'
1.93      raeburn  3739: => 'Default for new courses is',
1.6       bisitz   3740: 
                   3741:    'Default:'
1.93      raeburn  3742: => 'Default:',
1.6       bisitz   3743: 
                   3744:    'Define Role'
1.93      raeburn  3745: => 'Define Role',
1.6       bisitz   3746: 
                   3747:    'Dependencies'
1.93      raeburn  3748: => 'Dependencies',
1.6       bisitz   3749: 
                   3750:    'Description:'
1.13      zhu      3751: => '描述:',
1.6       bisitz   3752: 
                   3753:    'Disable student resource discussion'
1.93      raeburn  3754: => 'Disable student resource discussion',
1.6       bisitz   3755: 
                   3756:    'Disable student use of chatrooms'
1.93      raeburn  3757: => 'Disable student use of chatrooms',
1.6       bisitz   3758: 
                   3759:    'Display file attributes'
1.93      raeburn  3760: => 'Display file attributes',
1.6       bisitz   3761: 
                   3762:    'Do NOT generate as standard course'
1.93      raeburn  3763: => 'Do NOT generate as standard course',
1.6       bisitz   3764: 
                   3765:    'Domain Level'
1.93      raeburn  3766: => 'Domain Level',
1.6       bisitz   3767: 
                   3768:    "Don't Show Feedback"
1.93      raeburn  3769: => "Don't Show Feedback",
1.6       bisitz   3770: 
                   3771:    'Duration of automated classlist updates'
1.93      raeburn  3772: => 'Duration of automated classlist updates',
1.6       bisitz   3773: 
                   3774:    'Dynamic Metadata (updated periodically)'
1.18      zhu      3775: => '动态数据 (定期更新)',
1.6       bisitz   3776: 
                   3777:    'ERROR'
1.18      zhu      3778: => '错误',
1.6       bisitz   3779: 
                   3780:    'Edit Custom Role Privileges'
1.70      zhu      3781: => '编辑自定义角色权限',
1.6       bisitz   3782: 
                   3783:    '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      3784: => '编辑错误-这些错误可能不会影响正在运行的问题,但他们很可能会导致问题进一步使用编辑模式。请使用XML模式来解决这些错误。',
1.6       bisitz   3785: 
                   3786:    'End Time'
1.22      zhu      3787: => '结束时间',
1.6       bisitz   3788: 
                   3789:    'Ending Date'
1.22      zhu      3790: => '结束日期',
1.6       bisitz   3791: 
                   3792:    'Ending date'
1.22      zhu      3793: => '结束日期',
1.6       bisitz   3794: 
                   3795:    'Enroll One Student'
1.22      zhu      3796: => '登记一名学生',
1.6       bisitz   3797: 
                   3798:    'Enroll as student'
1.22      zhu      3799: => '登记学生',
1.6       bisitz   3800: 
                   3801:    'Enrolling'
1.22      zhu      3802: => '登记',
1.6       bisitz   3803: 
                   3804:    'Enrolling Student'
1.22      zhu      3805: => '登记学生',
1.6       bisitz   3806: 
                   3807:    '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  3808: => 'Enter as many fields as you can. The system will inform you and bring you back to this page if the data selected is insufficient to enroll students in your class.',
1.6       bisitz   3809: 
                   3810:    '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  3811: => 'Enter as many fields as you can.<br /> The system will inform you and bring you back to this page, <br /> if the data selected are insufficient to add users.',
1.6       bisitz   3812: 
                   3813:    'Enter terms or phrases separated by AND, OR, or NOT then press SEARCH below'
1.18      zhu      3814: => '在搜索栏里输入关键字或词组用  AND, OR, 或 NOT 间隔,然后点击下面的 搜索 ',
1.6       bisitz   3815: 
                   3816:    'Enter terms or phrases separated by search operators such as AND, OR, or NOT'
1.18      zhu      3817: => '在搜索栏里输入关键字或词组,如 AND,OR,或 NOT 间隔。',
1.6       bisitz   3818: 
                   3819:    'Entering Construction Space'
1.93      raeburn  3820: => 'Entering Construction Space',
1.6       bisitz   3821: 
                   3822:    'Error: Directory Non Empty'
1.93      raeburn  3823: => 'Error: Directory Non Empty',
1.6       bisitz   3824: 
                   3825:    'Error: destination for operation is an existing directory.'
1.93      raeburn  3826: => 'Error: destination for operation is an existing directory.',
1.6       bisitz   3827: 
                   3828:    'Evaluation Error '
1.93      raeburn  3829: => 'Evaluation Error ',
1.6       bisitz   3830: 
                   3831:    'Homework Problem'
1.98      bisitz   3832: => 'Homework Problem',
1.6       bisitz   3833: 
                   3834:    'Exam Problem'
1.93      raeburn  3835: => 'Exam Problem',
1.6       bisitz   3836: 
                   3837:    'Excel format'
1.93      raeburn  3838: => 'Excel format',
1.6       bisitz   3839: 
                   3840:    'Feedback Addresses for Course Content Comments'
1.93      raeburn  3841: => 'Feedback Addresses for Course Content Comments',
1.6       bisitz   3842: 
                   3843:    'Feedback Addresses for Course Policy'
1.93      raeburn  3844: => 'Feedback Addresses for Course Policy',
1.6       bisitz   3845: 
                   3846:    'Feedback Addresses for Resource Content Question'
1.93      raeburn  3847: => 'Feedback Addresses for Resource Content Question',
1.6       bisitz   3848: 
                   3849:    'First'
1.93      raeburn  3850: => 'First',
1.6       bisitz   3851: 
                   3852:    'First Resource'
1.93      raeburn  3853: => 'First Resource',
1.6       bisitz   3854: 
                   3855:    'Foil name [_1] appears more than once. Foil names need to be unique.'
1.93      raeburn  3856: => 'Foil name [_1] appears more than once. Foil names need to be unique.',
1.6       bisitz   3857: 
                   3858:    'Folder/Map'
1.10      zhu      3859: => '文件夹/课程内容',
1.6       bisitz   3860: 
                   3861:    'For one or more students'
1.93      raeburn  3862: => 'For one or more students',
1.6       bisitz   3863: 
                   3864:    'Found a <*response> outside of a <part> in a <part>ed problem'
1.93      raeburn  3865: => 'Found a <*response> outside of a <part> in a <part>ed problem',
1.6       bisitz   3866: 
                   3867:    'Found no analyzable respones in this problem, currently only Numerical, Formula and String response styles are supported.'
1.93      raeburn  3868: => 'Found no analyzable respones in this problem, currently only Numerical, Formula and String response styles are supported.',
1.6       bisitz   3869: 
                   3870:    'Generate messages from a file'
1.22      zhu      3871: => '从一个文件生成邮件',
1.6       bisitz   3872: 
                   3873:    'Go'
                   3874: => 'Go',
                   3875: 
                   3876:    'go'
1.93      raeburn  3877: => 'go',
1.6       bisitz   3878: 
                   3879:    'Go to ...'
1.12      zhu      3880: => '转到...',
1.6       bisitz   3881: 
                   3882:    'Help on Creating Courses'
1.93      raeburn  3883: => 'Help on Creating Courses',
1.6       bisitz   3884: 
                   3885:    'Home Server'
1.93      raeburn  3886: => 'Home Server',
1.6       bisitz   3887: 
                   3888:    'Homework problem'
1.98      bisitz   3889: => 'Homework problem',
1.6       bisitz   3890: 
                   3891:    'How do I create a CSV file from a spreadsheet'
1.27      zhu      3892: => '我如何从Excel表创建一个CSV文件',
1.6       bisitz   3893: 
                   3894:    'How do I create a class list from a spreadsheet'
1.93      raeburn  3895: => 'How do I create a class list from a spreadsheet',
1.6       bisitz   3896: 
                   3897:    'How should the results be printed?'
1.93      raeburn  3898: => 'How should the results be printed?',
1.6       bisitz   3899: 
                   3900:    'Immediately expire own role as Course Coordinator'
1.93      raeburn  3901: => 'Immediately expire own role as Course Coordinator',
1.6       bisitz   3902: 
                   3903:    'Import and Paste Area'
1.93      raeburn  3904: => 'Import and Paste Area',
1.6       bisitz   3905: 
                   3906:    'Include retrieval of student photographs?'
1.93      raeburn  3907: => 'Include retrieval of student photographs?',
1.6       bisitz   3908: 
                   3909:    'Institutional Information'
1.93      raeburn  3910: => 'Institutional Information',
1.6       bisitz   3911: 
                   3912:    'Invalid Significant figures detected'
1.93      raeburn  3913: => 'Invalid Significant figures detected',
1.6       bisitz   3914: 
                   3915:    'Invalid characters in requested name have been removed.'
1.93      raeburn  3916: => 'Invalid characters in requested name have been removed.',
1.6       bisitz   3917: 
                   3918:    'Invalid login mode or password.'
1.93      raeburn  3919: => 'Invalid login mode or password.',
1.6       bisitz   3920: 
                   3921:    'Invalid username or domain'
1.26      zhu      3922: => '无效的用户名或域',
1.6       bisitz   3923: 
                   3924:    'KEYWORDS'
1.93      raeburn  3925: => 'KEYWORDS',
1.6       bisitz   3926: 
                   3927:    'LaTeX batchmode'
1.93      raeburn  3928: => 'LaTeX batchmode',
1.6       bisitz   3929: 
                   3930:    'LaTeX mode'
1.93      raeburn  3931: => 'LaTeX mode',
1.6       bisitz   3932: 
                   3933:    'Languages used'
1.26      zhu      3934: => '所用语言',
1.6       bisitz   3935: 
                   3936:    'Last'
1.93      raeburn  3937: => 'Last',
1.6       bisitz   3938: 
                   3939:    'Leave blank on scoring form'
1.93      raeburn  3940: => 'Leave blank on scoring form',
1.6       bisitz   3941: 
                   3942:    'List Directory'
1.10      zhu      3943: => '目录列表',
1.6       bisitz   3944: 
                   3945:    'Location'
1.10      zhu      3946: => '地点',
1.6       bisitz   3947: 
                   3948:    'Login Data'
1.10      zhu      3949: => '登录数据',
1.6       bisitz   3950: 
                   3951:    'Logout'
                   3952: => '退出',
                   3953: 
                   3954:    'Make new directory'
1.10      zhu      3955: => '创建新目录',
1.6       bisitz   3956: 
                   3957:    'Make new file'
1.10      zhu      3958: => '创建新文件',
1.6       bisitz   3959: 
                   3960:    'Manual Grading'
1.10      zhu      3961: => '手动评分',
1.6       bisitz   3962: 
                   3963:    'Map has branchings. Use advanced editor.'
1.93      raeburn  3964: => 'Map has branchings. Use advanced editor.',
1.6       bisitz   3965: 
                   3966:    'Map has conditions. Use advanced editor.'
1.93      raeburn  3967: => 'Map has conditions. Use advanced editor.',
1.6       bisitz   3968: 
                   3969:    'Map has resource parameters. Use advanced editor.'
1.93      raeburn  3970: => 'Map has resource parameters. Use advanced editor.',
1.6       bisitz   3971: 
                   3972:    'Map has unconnected resources. Use advanced editor.'
1.93      raeburn  3973: => 'Map has unconnected resources. Use advanced editor.',
1.6       bisitz   3974: 
                   3975:    'Messaging'
1.26      zhu      3976: => '发送邮件',
1.6       bisitz   3977: 
                   3978:    'first'
1.26      zhu      3979: => '名', # !
1.6       bisitz   3980: 
                   3981:    'last'
1.26      zhu      3982: => '姓', # !
1.6       bisitz   3983: 
                   3984:    'middle'
1.26      zhu      3985: => '中名', # !
1.6       bisitz   3986: 
                   3987:    'Middle Name'
1.26      zhu      3988: => '中名',
1.6       bisitz   3989: 
                   3990:    'Missing Kerberos domain information.'
1.70      zhu      3991: => '丢失的Kerberos域信息。',
1.6       bisitz   3992: 
                   3993:    'Modification may make assessment data inaccessible!'
1.70      zhu      3994: => '修改可能使评估数据无法访问!',
1.6       bisitz   3995: 
                   3996:    'Modify Enrollment for'
1.70      zhu      3997: => '修改注册为',
1.6       bisitz   3998: 
                   3999:    'Modify User'
1.70      zhu      4000: => '修改用户',
1.6       bisitz   4001: 
                   4002:    'Modify another students data'
1.70      zhu      4003: => '修改另一个学生的数据',
1.6       bisitz   4004: 
                   4005:    'Modify deadlines, etc, for this resource'
1.70      zhu      4006: => '修改此资源的截止日期等',
1.6       bisitz   4007: 
                   4008:    'Modifying data for user'
1.70      zhu      4009: => '修改用户的数据',
1.6       bisitz   4010: 
                   4011:    'Modifying this will make problems have different numbers and answers!'
1.70      zhu      4012: => '修改这将使问题有不同的号码和答案!',
1.6       bisitz   4013: 
                   4014:    'Move current file to'
1.70      zhu      4015: => '目前文件移动到',
1.6       bisitz   4016: 
                   4017:    'Must create new subdirectory inside a directory'
1.70      zhu      4018: => '必须在目录里面创造新的子目录',
1.6       bisitz   4019: 
                   4020:    'Name of Role'
1.70      zhu      4021: => '角色名字',
1.6       bisitz   4022: 
                   4023:    'New Directory'
1.70      zhu      4024: => '新目录',
1.6       bisitz   4025: 
                   4026:    'New HTML file'
1.70      zhu      4027: => '新的HTML文件',
1.6       bisitz   4028: 
                   4029:    'New Resource'
1.70      zhu      4030: => '新资源',
1.6       bisitz   4031: 
                   4032:    'New Role'
1.70      zhu      4033: => '新角色',
1.6       bisitz   4034: 
                   4035:    'New User'
1.70      zhu      4036: => '新用户',
1.6       bisitz   4037: 
                   4038:    'New Value'
1.70      zhu      4039: => '新的价值',
1.6       bisitz   4040: 
                   4041:    'New assembled page'
                   4042: => '新组合页面',
                   4043: 
                   4044:    'New assembled sequence'
1.70      zhu      4045: => '新的组合序列',
1.6       bisitz   4046: 
                   4047:    'New custom rights file'
1.70      zhu      4048: => '新文件的访问控制',
1.6       bisitz   4049: 
                   4050:    'New file'
1.70      zhu      4051: => '新文件',
1.6       bisitz   4052: 
                   4053:    'New problem'
1.70      zhu      4054: => '新问题',
1.6       bisitz   4055: 
                   4056:    'New style file'
1.70      zhu      4057: => '新的风格文件',
1.6       bisitz   4058: 
                   4059:    'New subdirectory'
1.12      zhu      4060: => '新的子目录',
1.6       bisitz   4061: 
                   4062:    'Next    '
1.18      zhu      4063: => '下一步    ',
1.6       bisitz   4064: 
                   4065:    'No'
1.10      zhu      4066: => '否',
1.6       bisitz   4067: 
                   4068:    'No Access or Usages Statistics are available for this resource.'
1.18      zhu      4069: => '没有访问或使用的统计数据可用于该资源。',
1.6       bisitz   4070: 
                   4071:    'No Assessment Statistical Data is available for this resource'
1.18      zhu      4072: => '没有任何评估统计数据可用于该资源。',
1.6       bisitz   4073: 
                   4074:    'No Evaluation Data is available for this resource.'
1.18      zhu      4075: => '没有任何评价数据可用于该资源。',
1.6       bisitz   4076: 
                   4077:    'No new filename specified.'
1.18      zhu      4078: => '没有指定新的文件名。',
1.6       bisitz   4079: 
                   4080:    'No such file'
1.18      zhu      4081: => '文件未找到',
1.6       bisitz   4082: 
                   4083:    'Not Allowed'
1.18      zhu      4084: => '不允许',
1.6       bisitz   4085: 
                   4086:    'Not applicable -'
1.93      raeburn  4087: => 'Not applicable -',
1.6       bisitz   4088: 
                   4089:    'Not open to be viewed'
1.93      raeburn  4090: => 'Not open to be viewed',
1.6       bisitz   4091: 
                   4092:    'Not set -'
1.93      raeburn  4093: => 'Not set -',
1.6       bisitz   4094: 
                   4095:    'Notification of enrollment changes'
1.93      raeburn  4096: => 'Notification of enrollment changes',
1.6       bisitz   4097: 
                   4098:    'Notification to course coordinator via LON-CAPA message when enrollment changes occur during the automated update?'
1.93      raeburn  4099: => 'Notification to course coordinator via LON-CAPA message when enrollment changes occur during the automated update?',
1.6       bisitz   4100: 
                   4101:    'Number of columns'
1.93      raeburn  4102: => 'Number of columns',
1.6       bisitz   4103: 
                   4104:    'Old Value'
1.93      raeburn  4105: => 'Old Value',
1.6       bisitz   4106: 
                   4107:    'One particular problem (overrides folder and course defaults)'
1.93      raeburn  4108: => 'One particular problem (overrides folder and course defaults)',
1.6       bisitz   4109: 
                   4110:    'Online Help'
1.70      zhu      4111: => '联机帮助',
1.6       bisitz   4112: 
1.23      bisitz   4113:    'Help: [_1]'
1.70      zhu      4114: => '帮助: [_1]',
1.23      bisitz   4115: 
1.6       bisitz   4116:    'Only domain coordinators can change a users password.'
1.70      zhu      4117: => '只有域协调员可以更改用户的密码。',
1.6       bisitz   4118: 
                   4119:    'Open Course'
1.70      zhu      4120: => '创建课程',
1.6       bisitz   4121: 
                   4122:    'Open all assessments'
1.70      zhu      4123: => '所有评估访问',
1.6       bisitz   4124: 
                   4125:    'Open and correct'
1.70      zhu      4126: => '公开和正确',
1.6       bisitz   4127: 
                   4128:    'Open with full tries'
1.70      zhu      4129: => '向所有人开放的尝试',
1.6       bisitz   4130: 
                   4131:    'Output Format: [_1]'
1.70      zhu      4132: => '输出格式: [_1]',
1.6       bisitz   4133: 
                   4134:    'Layout Options'
1.70      zhu      4135: => '布局选项',
1.6       bisitz   4136: 
                   4137:    'Page layout'
1.70      zhu      4138: => '页面布局',
1.6       bisitz   4139: 
                   4140:    'Paper type'
1.70      zhu      4141: => '纸张类型',
1.6       bisitz   4142: 
                   4143:    'PDF-Formfields'
1.70      zhu      4144: => 'PDF格式字段',
1.6       bisitz   4145: 
                   4146:    'with Formfields'
1.70      zhu      4147: => '带有格式字段',
1.6       bisitz   4148: 
                   4149:    'without Formfields'
1.70      zhu      4150: => '不带有格式字段',
1.6       bisitz   4151: 
1.77      bisitz   4152:    'Problems from the Whole Course'
1.93      raeburn  4153: => 'Problems from the Whole Course',
1.77      bisitz   4154: 
                   4155:    'Resources from the Whole Course'
1.93      raeburn  4156: => 'Resources from the Whole Course',
1.77      bisitz   4157: 
1.6       bisitz   4158:    'Parameter'
1.70      zhu      4159: => '参数',
1.6       bisitz   4160: 
                   4161:    'Paste after selected'
1.93      raeburn  4162: => 'Paste after selected',
1.6       bisitz   4163: 
                   4164:    'Personal Data'
                   4165: => '个人资料',
                   4166: 
                   4167:    '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  4168: => '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   4169: 
                   4170:    'No such user [_1] at domain [_2].' # 1: user, 2: domain
1.93      raeburn  4171: => 'No such user [_1] at domain [_2].',
1.6       bisitz   4172: 
                   4173:    'Please click Back on your browser and select another user, or [_1]Create User[_2]'
1.93      raeburn  4174: => 'Please click Back on your browser and select another user, or [_1]Create User[_2]',
1.6       bisitz   4175: 
                   4176:    'Invalid home server for course: [_1]'
1.93      raeburn  4177: => 'Invalid home server for course: [_1]',
1.6       bisitz   4178: 
                   4179:    'Please contact your LON-CAPA administrator regarding this situation.'
1.93      raeburn  4180: => 'Please contact your LON-CAPA administrator regarding this situation.',
1.6       bisitz   4181: 
                   4182:    'Please select an authentication mechanism'
1.93      raeburn  4183: => 'Please select an authentication mechanism',
1.6       bisitz   4184: 
                   4185:    'Please select the Authentication mechanism'
1.93      raeburn  4186: => 'Please select the Authentication mechanism',
1.6       bisitz   4187: 
                   4188:    'Please stand by.'
1.93      raeburn  4189: => 'Please stand by.',
1.6       bisitz   4190: 
                   4191:    "Please use browser 'Back' button and pick a filename"
1.93      raeburn  4192: => "Please use browser 'Back' button and pick a filename",
1.6       bisitz   4193: 
                   4194:    'Preparing Printout'
1.93      raeburn  4195: => 'Preparing Printout',
1.6       bisitz   4196: 
                   4197:    'Print'
1.93      raeburn  4198: => 'Print',
1.6       bisitz   4199: 
                   4200:    'Print Index'
1.93      raeburn  4201: => 'Print Index',
1.6       bisitz   4202: 
                   4203:    'Print Discussions'
1.93      raeburn  4204: => 'Print Discussions',
1.6       bisitz   4205: 
                   4206:    'Print Annotations'
1.93      raeburn  4207: => 'Print Annotations',
1.6       bisitz   4208: 
                   4209:    'Print Table of Contents'
1.93      raeburn  4210: => 'Print Table of Contents',
1.6       bisitz   4211: 
                   4212:    'Print:'
1.93      raeburn  4213: => 'Print:',
1.6       bisitz   4214: 
                   4215:    'Problems from entire course'
1.93      raeburn  4216: => 'Problems from entire course',
1.6       bisitz   4217: 
                   4218:    'Processed file: [_1]'
1.93      raeburn  4219: => 'Processed file: [_1]',
1.6       bisitz   4220: 
                   4221:    'Publish this Resource'
1.93      raeburn  4222: => 'Publish this Resource',
1.6       bisitz   4223: 
                   4224:    'Randomization algorithm used'
1.93      raeburn  4225: => 'Randomization algorithm used',
1.6       bisitz   4226: 
                   4227:    'Recent'
1.12      zhu      4228: => '最新的',
1.6       bisitz   4229: 
                   4230:    'Rename current file to'
1.12      zhu      4231: => '当前文件重命名为',
1.6       bisitz   4232: 
                   4233:    'Report a Bug'
1.12      zhu      4234: => '报告错误',
1.6       bisitz   4235: 
                   4236:    'Resource'
1.12      zhu      4237: => '资源',
1.6       bisitz   4238: 
                   4239:    'Resource Differences'
1.12      zhu      4240: => '资源的差异',
1.6       bisitz   4241: 
                   4242:    'Resources from selected sequence in course'
1.93      raeburn  4243: => 'Resources from selected sequence in course',
1.6       bisitz   4244: 
                   4245:    'Response'
1.12      zhu      4246: => '回答',
1.6       bisitz   4247: 
                   4248:    'Retrieve Old Version'
1.93      raeburn  4249: => 'Retrieve Old Version',
1.6       bisitz   4250: 
                   4251:    'Retrieving current (most recent) version'
1.93      raeburn  4252: => 'Retrieving current (most recent) version',
1.6       bisitz   4253: 
                   4254:    'Retrieving old version'
1.93      raeburn  4255: => 'Retrieving old version',
1.6       bisitz   4256: 
                   4257:    'Return to DOCS'
1.18      zhu      4258: => '回到课程内容',
1.6       bisitz   4259: 
                   4260:    'Reverse Association'
1.93      raeburn  4261: => 'Reverse Association',
1.6       bisitz   4262: 
                   4263:    'Revoke'
1.70      zhu      4264: => '撤销',
1.6       bisitz   4265: 
                   4266:    'Revoke Existing Roles'
1.70      zhu      4267: => '撤销现有的角色',
1.6       bisitz   4268: 
                   4269:    'Role'
1.18      zhu      4270: => '角色',
1.6       bisitz   4271: 
                   4272:    'Role:'
1.18      zhu      4273: => '角色:',
1.6       bisitz   4274: 
                   4275:    'Role Information'
1.70      zhu      4276: => '角色信息',
1.6       bisitz   4277: 
                   4278:    'Sample Points:'
1.93      raeburn  4279: => 'Sample Points:',
1.6       bisitz   4280: 
                   4281:    'Save entries below as a draft answer (not submitting them for credit yet)'
1.93      raeburn  4282: => 'Save entries below as a draft answer (not submitting them for credit yet)',
1.6       bisitz   4283: 
                   4284:    'Select Action'
1.9       zhu      4285: => '选择行动',
1.6       bisitz   4286: 
                   4287:    'Select All Resources'
1.63      zhu      4288: => '选择所有资源',
1.6       bisitz   4289: 
                   4290:    'Select Printing Options:'
1.63      zhu      4291: => '选择打印选项:',
1.6       bisitz   4292: 
                   4293:    'Select Problem(s) to print'
1.63      zhu      4294: => '选择要打印任务',
1.6       bisitz   4295: 
                   4296:    'Select Resource(s) to print'
1.63      zhu      4297: => '选择要打印的资源',
1.6       bisitz   4298: 
                   4299:    'Select Resources To Print'
1.63      zhu      4300: => '选择要打印的资源',
1.6       bisitz   4301: 
                   4302:    'Select Section'
1.70      zhu      4303: => '选择章节',
1.6       bisitz   4304: 
                   4305:    'Select Sequence To Print From'
1.63      zhu      4306: => '选择打印顺序',
1.6       bisitz   4307: 
                   4308:    'Select Students and Resources'
1.63      zhu      4309: => '选择学生和资源',
1.6       bisitz   4310: 
                   4311:    'Select Style File'
1.63      zhu      4312: => '选择文件风格',
1.6       bisitz   4313: 
                   4314:    "Select a user name to modify the student's information"
1.63      zhu      4315: => "选择一个用户名来修改学生的信息",
1.6       bisitz   4316: 
                   4317:    'Select a user name to view the users personal page.'
1.63      zhu      4318: => '选择一个用户名,以查看用户的个人页面。',
1.6       bisitz   4319: 
                   4320:    'Select resources for the assignment'
1.93      raeburn  4321: => 'Select resources for the assignment',
1.6       bisitz   4322: 
                   4323:    'Set'
1.22      zhu      4324: => '设置',
1.6       bisitz   4325: 
                   4326:    'Set?'
1.22      zhu      4327: => '设置?',
1.6       bisitz   4328: 
                   4329:    'Set Course Environment'
1.22      zhu      4330: => '设置课程环境',
1.6       bisitz   4331: 
                   4332:    'Set End Date'
1.22      zhu      4333: => '设置结束日期',
1.6       bisitz   4334: 
                   4335:    'Set Individual User Roles'
1.22      zhu      4336: => '设定用户角色和权限',
1.6       bisitz   4337: 
                   4338:    'Set Start Date'
1.22      zhu      4339: => '设置开始日期',
1.6       bisitz   4340: 
                   4341:    'Set content feedback to Course Coordinator'
1.93      raeburn  4342: => 'Set content feedback to Course Coordinator',
1.6       bisitz   4343: 
                   4344:    'Set course policy feedback to Course Coordinator'
1.93      raeburn  4345: => 'Set course policy feedback to Course Coordinator',
1.6       bisitz   4346: 
                   4347:    'Set opening date for all problems in the course for. . .'
1.93      raeburn  4348: => 'Set opening date for all problems in the course for. . .',
1.6       bisitz   4349: 
                   4350:    'Set to ...'
1.93      raeburn  4351: => 'Set to ...',
1.6       bisitz   4352: 
                   4353:    'Show Answer'
1.93      raeburn  4354: => 'Show Answer',
1.6       bisitz   4355: 
                   4356:    'Show Feedback'
1.93      raeburn  4357: => 'Show Feedback',
1.6       bisitz   4358: 
                   4359:    'Simple Edit'
1.93      raeburn  4360: => 'Simple Edit',
1.6       bisitz   4361: 
                   4362:    'Start Time'
1.93      raeburn  4363: => 'Start Time',
1.6       bisitz   4364: 
                   4365:    "Start each student's assignment on a new page/column (add a pagefeed after each assignment)"
1.93      raeburn  4366: => "Start each student's assignment on a new page/column (add a pagefeed after each assignment)",
1.6       bisitz   4367: 
                   4368:    'Starting Date'
1.22      zhu      4369: => '开始日期',
1.6       bisitz   4370: 
                   4371:    'Starting date'
1.22      zhu      4372: => '开始日期',
1.6       bisitz   4373: 
                   4374:    'Student ID'
1.22      zhu      4375: => '学生证',
1.6       bisitz   4376: 
                   4377:    'Student Information'
1.22      zhu      4378: => '学生信息',
1.6       bisitz   4379: 
                   4380:    'Student Sheet Links'
1.22      zhu      4381: => '学生表链接',
1.6       bisitz   4382: 
                   4383:    'Student Status'
1.22      zhu      4384: => '学生状态',
1.6       bisitz   4385: 
                   4386:    'Student Status: [_1]'
1.22      zhu      4387: => '学生状态: [_1]',
1.6       bisitz   4388: 
                   4389:    'Student information updated successfully.'
1.22      zhu      4390: => '学生信息已成功更新。',
1.6       bisitz   4391: 
                   4392:    'Students need access key to enter course'
1.93      raeburn  4393: => 'Students need access key to enter course',
1.6       bisitz   4394: 
                   4395:    'Students with expired roles'
1.93      raeburn  4396: => 'Students with expired roles',
1.6       bisitz   4397: 
                   4398:    'Subject:'
1.22      zhu      4399: => '标题:',
1.6       bisitz   4400: 
                   4401:    'Submissions'
1.93      raeburn  4402: => 'Submissions',
1.6       bisitz   4403: 
                   4404:    'Submit Modifications'
1.63      zhu      4405: => '提交更改',
1.6       bisitz   4406: 
                   4407:    'Submit entries below as answer to receive credit'
1.93      raeburn  4408: => 'Submit entries below as answer to receive credit',
1.6       bisitz   4409: 
                   4410:    'Survey Question'
1.93      raeburn  4411: => 'Survey Question',
1.6       bisitz   4412: 
                   4413:    'Survey question'
1.93      raeburn  4414: => 'Survey question',
1.6       bisitz   4415: 
                   4416:    'System Level'
1.93      raeburn  4417: => 'System Level',
1.6       bisitz   4418: 
                   4419:    'Target Edit Map'
1.93      raeburn  4420: => 'Target Edit Map', #??? [SB 18.10.2006]
1.6       bisitz   4421: 
                   4422:    'TeX unconverted due to errors'
1.93      raeburn  4423: => 'TeX unconverted due to errors',
1.6       bisitz   4424: 
                   4425:    'TeX unconverted due to previous errors'
1.93      raeburn  4426: => 'TeX unconverted due to previous errors',
1.6       bisitz   4427: 
                   4428:    'The error reported was'
1.93      raeburn  4429: => 'The error reported was',
1.6       bisitz   4430: 
                   4431:    '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  4432: => '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   4433: 
                   4434:    "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  4435: => "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   4436: 
                   4437:    'The requested file'
1.93      raeburn  4438: => 'The requested file',
1.6       bisitz   4439: 
                   4440:    'The student must log out and log in again to see these changes.'
1.93      raeburn  4441: => 'The student must log out and log in again to see these changes.',
1.6       bisitz   4442: 
                   4443:    'There are currently no Error Messages for this resource.'
1.93      raeburn  4444: => 'There are currently no Error Messages for this resource.',
1.6       bisitz   4445: 
                   4446:    'There are no Evaluation Comments on this resource.'
1.93      raeburn  4447: => 'There are no Evaluation Comments on this resource.',
1.6       bisitz   4448: 
                   4449:    'There was an error determining the environment values for'
1.93      raeburn  4450: => 'There was an error determining the environment values for',
1.6       bisitz   4451: 
                   4452:    'Top Level Map'
1.93      raeburn  4453: => 'Top Level Map',
1.6       bisitz   4454: 
                   4455:    'Type Name Here'
1.93      raeburn  4456: => 'Type Name Here',
1.6       bisitz   4457: 
                   4458:    'Type in value'
1.93      raeburn  4459: => 'Type in value',
1.6       bisitz   4460: 
                   4461:    'Type:'
1.93      raeburn  4462: => 'Type:',
1.6       bisitz   4463: 
                   4464:    'UNDISPLAYABLE'
1.93      raeburn  4465: => 'UNDISPLAYABLE',
1.6       bisitz   4466: 
                   4467:    'Unable to enroll'
1.93      raeburn  4468: => 'Unable to enroll',
1.6       bisitz   4469: 
                   4470:    'Unable to publish file, it contains duplicated ID(s), ID(s) need to be unique. The duplicated ID(s) are'
1.93      raeburn  4471: => 'Unable to publish file, it contains duplicated ID(s), ID(s) need to be unique. The duplicated ID(s) are',
1.6       bisitz   4472: 
                   4473:    'Unable to retrieve environment data for'
1.93      raeburn  4474: => 'Unable to retrieve environment data for',
1.6       bisitz   4475: 
                   4476:    'Unable to set default dates for course'
1.93      raeburn  4477: => 'Unable to set default dates for course',
1.6       bisitz   4478: 
                   4479:    'Unavailable course'
1.93      raeburn  4480: => 'Unavailable course',
1.6       bisitz   4481: 
                   4482:    'Unknown Action'
1.93      raeburn  4483: => 'Unknown Action',
1.6       bisitz   4484: 
                   4485:    'Upload file'
1.93      raeburn  4486: => 'Upload file',
1.6       bisitz   4487: 
                   4488:    'Upload file to Construction Space'
1.93      raeburn  4489: => 'Upload file to Construction Space',
1.6       bisitz   4490: 
                   4491:    'VIEW'
1.93      raeburn  4492: => 'VIEW',
1.6       bisitz   4493: 
                   4494:    'View the FAQ'
1.93      raeburn  4495: => 'View the FAQ',
1.6       bisitz   4496: 
                   4497:    'Visibly Separate Items on Pages'
1.93      raeburn  4498: => 'Visibly Separate Items on Pages',
1.6       bisitz   4499: 
                   4500:    'WARNING: The metadata table does not exist in the LON-CAPA database.'
1.93      raeburn  4501: => 'WARNING: The metadata table does not exist in the LON-CAPA database.',
1.6       bisitz   4502: 
                   4503:    'Warning: change of MIME type!'
1.93      raeburn  4504: => 'Warning: change of MIME type!',
1.6       bisitz   4505: 
                   4506:    'Warning: target file exists!'
1.93      raeburn  4507: => 'Warning: target file exists!',
1.6       bisitz   4508: 
                   4509:    'Warning: target file exists, and has been published!'
1.93      raeburn  4510: => 'Warning: target file exists, and has been published!',
1.6       bisitz   4511: 
                   4512:    'Width'
1.93      raeburn  4513: => 'Width',
1.6       bisitz   4514: 
                   4515:    'Print Options'
1.63      zhu      4516: => '打印选项',
1.6       bisitz   4517: 
                   4518:    'Print Answers'
1.63      zhu      4519: => '打印回答',
1.6       bisitz   4520: 
                   4521:    'Only Answers'
1.63      zhu      4522: => '只有回答',
1.6       bisitz   4523: 
                   4524:    'With Answers'
1.63      zhu      4525: => '带答案',
1.6       bisitz   4526: 
                   4527:    'Without Answers'
1.63      zhu      4528: => '没有答案',
1.6       bisitz   4529: 
                   4530:    'You are working with an unsaved version of your map.'
1.93      raeburn  4531: => 'You are working with an unsaved version of your map.',
1.6       bisitz   4532: 
                   4533:    'You changed the students id but did not disable the ID change safeguard. The students id will not be changed.'
1.93      raeburn  4534: => 'You changed the students id but did not disable the ID change safeguard. The students id will not be changed.',
1.6       bisitz   4535: 
                   4536:    '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  4537: => '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   4538: 
                   4539:    '[_1] (what you just saw on the screen)'
1.63      zhu      4540: => '[_1] (what you just saw on the screen)',
1.6       bisitz   4541: 
                   4542:    '[_1] Local Authentication with argument [_2]'
1.70      zhu      4543: => '[_1] 局部认证带 [_2]',
1.6       bisitz   4544: 
                   4545:    'Currently using local (institutional) authentication.'
1.101     bisitz   4546: => 'Currently using local (institutional) authentication.', # => '目前使用的地方(机构)的认证。Derzeit lokal (institutionell) authentifiziert.',
1.6       bisitz   4547: 
                   4548:    '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  4549: => '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   4550: 
                   4551:    '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  4552: => '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   4553: 
                   4554:    'after selected'
1.70      zhu      4555: => '选定后',
1.6       bisitz   4556: 
                   4557:    'and'
1.93      raeburn  4558: => 'and',
1.6       bisitz   4559: 
                   4560:    'between'
1.93      raeburn  4561: => 'between',
1.6       bisitz   4562: 
                   4563:    'button'
1.93      raeburn  4564: => 'button',
1.6       bisitz   4565: 
                   4566:    'by'
1.93      raeburn  4567: => 'by',
1.6       bisitz   4568: 
                   4569:    'check all'
1.27      zhu      4570: => '全选',
1.6       bisitz   4571: 
                   4572:    'chmod error'
1.27      zhu      4573: => '属性错误',
1.6       bisitz   4574: 
                   4575:    'click on the'
1.93      raeburn  4576: => 'click on the',
1.6       bisitz   4577: 
                   4578:    'copy Error'
1.27      zhu      4579: => '复制错误',
1.6       bisitz   4580: 
                   4581:    'currently does not exist'
1.93      raeburn  4582: => 'currently does not exist',
1.6       bisitz   4583: 
                   4584:    'custom'
1.101     bisitz   4585: => "自定义",
1.6       bisitz   4586: 
                   4587:    'custom distribution file'
1.27      zhu      4588: => '自定义文件', # ???
1.6       bisitz   4589: 
                   4590:    'domain'
1.26      zhu      4591: => '域',
1.6       bisitz   4592: 
                   4593:    'expired or revoked'
1.93      raeburn  4594: => 'expired or revoked',
1.6       bisitz   4595: 
                   4596:    'extension'
1.93      raeburn  4597: => 'extension',
1.6       bisitz   4598: 
                   4599:    'external'
1.93      raeburn  4600: => 'external',
1.6       bisitz   4601: 
                   4602:    'file<br />extension'
1.93      raeburn  4603: => 'file<br />extension',
1.6       bisitz   4604: 
                   4605:    'first name'
1.70      zhu      4606: => '名',
1.6       bisitz   4607: 
                   4608:    'generation'
1.70      zhu      4609: => '生成',
1.6       bisitz   4610: 
                   4611:    'in domain'
1.70      zhu      4612: => '在域',
1.6       bisitz   4613: 
                   4614:    'internal'
1.18      zhu      4615: => '内部的',
1.6       bisitz   4616: 
                   4617:    'is in this state by royal decree.'
1.93      raeburn  4618: => 'is in this state by royal decree.',
1.6       bisitz   4619: 
                   4620:    'last name'
1.70      zhu      4621: => '姓',
1.6       bisitz   4622: 
                   4623:    'make these dates the default for future enrollment'
1.93      raeburn  4624: => 'make these dates the default for future enrollment',
1.6       bisitz   4625: 
                   4626:    'middle name'
1.27      zhu      4627: => '中名',
1.6       bisitz   4628: 
                   4629:    'name'
1.27      zhu      4630: => '姓',
1.6       bisitz   4631: 
                   4632:    'no ending date'
1.22      zhu      4633: => '无结束日期',
1.6       bisitz   4634: 
                   4635:    'number'
1.93      raeburn  4636: => 'number',
1.6       bisitz   4637: 
                   4638:    'obsolete replacement'
1.93      raeburn  4639: => 'obsolete replacement',
1.6       bisitz   4640: 
                   4641:    'only check if you know what you are doing'
1.93      raeburn  4642: => 'only check if you know what you are doing',
1.6       bisitz   4643: 
1.82      bisitz   4644:    'only search domain [_1]'
                   4645: => '只在该域 [_1] 搜索',
1.6       bisitz   4646: 
                   4647:    'optional'
1.18      zhu      4648: => '可选的',
1.6       bisitz   4649: 
                   4650:    'or any other value'
1.18      zhu      4651: => '或任何其他的值',
1.6       bisitz   4652: 
                   4653:    'private'
1.13      zhu      4654: => '私人的',
1.6       bisitz   4655: 
                   4656:    'public'
1.13      zhu      4657: => '公开的',
1.6       bisitz   4658: 
                   4659:    'publisher<br />owner'
1.93      raeburn  4660: => 'publisher<br />owner',
1.6       bisitz   4661: 
                   4662:    'section'
1.93      raeburn  4663: => 'section',
1.6       bisitz   4664: 
                   4665:    'standard'
1.27      zhu      4666: => '标准的',
1.6       bisitz   4667: 
                   4668:    'standard LaTeX mode'
1.27      zhu      4669: => '标准的 LaTeX 模式',
1.6       bisitz   4670: 
                   4671:    'standard courses only'
1.27      zhu      4672: => '只标准课程',
1.6       bisitz   4673: 
                   4674:    'student name'
1.26      zhu      4675: => '学生姓名',
1.6       bisitz   4676: 
                   4677:    'template'
1.26      zhu      4678: => '模板',
1.6       bisitz   4679: 
                   4680:    'to interface with institutional data, e.g., fs03glg231 for Fall 2003 Geology 231'
1.93      raeburn  4681: => 'to interface with institutional data, e.g., fs03glg231 for Fall 2003 Geology 231',
1.6       bisitz   4682: 
                   4683:    'unable to enroll'
1.27      zhu      4684: => '无法注册',
1.6       bisitz   4685: 
                   4686:    'uncheck all'
1.27      zhu      4687: => '全部取消',
1.6       bisitz   4688: 
                   4689:    'use related words'
1.18      zhu      4690: => '使用相关的关键词',
1.6       bisitz   4691: 
                   4692:    'username'
1.18      zhu      4693: => '用户名',
1.6       bisitz   4694: 
                   4695:    'versus'
1.93      raeburn  4696: => 'versus',
1.6       bisitz   4697: 
                   4698:    'with server'
1.93      raeburn  4699: => 'with server',
1.6       bisitz   4700: 
                   4701:    'yes'
1.18      zhu      4702: => '是',
1.6       bisitz   4703: 
                   4704:    'Swedish Chef'
1.93      raeburn  4705: => 'Swedish Chef',
1.6       bisitz   4706: 
                   4707:    '[_1] for default hiding'
1.98      bisitz   4708: => '[_1] for default hiding',
1.6       bisitz   4709: 
                   4710:    '[_1] for visible separation.'
1.98      bisitz   4711: => '[_1] for visible separation.',
1.6       bisitz   4712: 
                   4713:    'Changes will not show until next login.'
1.98      bisitz   4714: => 'Changes will not show until next login.',
1.6       bisitz   4715: 
                   4716:    '[_1] if allowed, anything else if not'
1.101     bisitz   4717: => '[_1] if allowed, anything else if not',
1.6       bisitz   4718: 
                   4719:    '"[_1]" to disable, anything else if not'
1.101     bisitz   4720: => '"[_1]" to disable, anything else if not',
1.6       bisitz   4721: 
                   4722:    '[_1] to suppress, anything else to not suppress'
1.98      bisitz   4723: => '[_1] to suppress, anything else to not suppress',
1.6       bisitz   4724: 
                   4725:    'Set value to [_1] to allow all roles.'
1.98      bisitz   4726: => 'Set value to [_1] to allow all roles.',
1.6       bisitz   4727: 
1.66      bisitz   4728:    '[_1] is not an acceptable number of tries. Tries must be a positive number with no decimal point.'
1.98      bisitz   4729: => '[_1] is not an acceptable number of tries. Tries must be a positive number with no decimal point.',
1.6       bisitz   4730: 
1.66      bisitz   4731:    '[_1] is not an acceptable weight. Weight must be a positive number.'
1.98      bisitz   4732: => '[_1] is not an acceptable weight. Weight must be a positive number.',
1.6       bisitz   4733: 
                   4734:    '1 minute'
1.93      raeburn  4735: => '1 minute',
1.6       bisitz   4736: 
                   4737:    '<b>HTML allowed</b>: Discussion participants can use limited HTML in their postings.'
1.98      bisitz   4738: => '<b>HTML allowed</b>: Discussion participants can use limited HTML in their postings.',
1.6       bisitz   4739: 
                   4740:    '<b>HTML banned</b>: HTML will not be allowed in discussion postings.'
1.101     bisitz   4741: => '<b>HTML banned</b>: HTML will not be allowed in discussion postings.',
1.6       bisitz   4742: 
                   4743:    '<b>Instructor</b> - instructors will not be able to participate in discussions'
1.98      bisitz   4744: => '<b>Instructor</b> - instructors will not be able to participate in discussions',
1.6       bisitz   4745: 
                   4746:    '<b>Instructor</b> - instructors will not be able to use or view the chat room'
1.98      bisitz   4747: => '<b>Instructor</b> - instructors will not be able to use or view the chat room',
1.6       bisitz   4748: 
                   4749:    '<b>Students</b> - students will not be able to participate in discussions'
1.98      bisitz   4750: => '<b>Students</b> - students will not be able to participate in discussions',
1.6       bisitz   4751: 
                   4752:    '<b>Students</b> - students will not be able to use or view the chat room.'
1.98      bisitz   4753: => '<b>Students</b> - students will not be able to use or view the chat room.',
1.6       bisitz   4754: 
                   4755:    '<b>Teaching Assistants</b> - teaching assistants will not be able to participate in discussions'
1.98      bisitz   4756: => '<b>Teaching Assistants</b> - teaching assistants will not be able to participate in discussions',
1.6       bisitz   4757: 
                   4758:    '<b>Teaching Assistants</b> - teaching assistants will not be able use or view the chat room'
1.98      bisitz   4759: => '<b>Teaching Assistants</b> - teaching assistants will not be able use or view the chat room',
1.6       bisitz   4760: 
1.66      bisitz   4761:    'Your current LON-CAPA domain is [_1].'
1.93      raeburn  4762: => 'Your current LON-CAPA domain is [_1].',
1.6       bisitz   4763: 
                   4764:    '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  4765: => '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   4766: 
1.66      bisitz   4767:    'Granting permission to clone course'
1.93      raeburn  4768: => 'Granting permission to clone course',
1.66      bisitz   4769: 
                   4770:    '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  4771: => '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   4772: 
                   4773:    '(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   4774: => '(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   4775: 
                   4776:    '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  4777: => '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   4778: 
                   4779:    'Allow limited HTML in discussion posts'
1.93      raeburn  4780: => 'Allow limited HTML in discussion posts',
1.6       bisitz   4781: 
                   4782:    'Allow problems to be split over pages'
1.93      raeburn  4783: => 'Allow problems to be split over pages',
1.6       bisitz   4784: 
                   4785:    'Answer Date (answerdate)'
1.93      raeburn  4786: => 'Answer Date (answerdate)',
1.6       bisitz   4787: 
1.66      bisitz   4788:    'Chat Room Participation'
1.93      raeburn  4789: => 'Chat Room Participation',
1.66      bisitz   4790: 
1.6       bisitz   4791:    'Chat Participation'
1.93      raeburn  4792: => 'Chat Participation',
1.6       bisitz   4793: 
                   4794:    'Click here to return to the chart.'
1.93      raeburn  4795: => 'Click here to return to the chart.',
1.6       bisitz   4796: 
                   4797:    'Completed'
1.93      raeburn  4798: => 'Completed',
1.6       bisitz   4799: 
1.65      zhu      4800:    'Confirm that this information is correct, then click &quot;Save&quot; to complete setting the parameter.'
1.93      raeburn  4801: => 'Confirm that this information is correct, then click &quot;Save&quot; to complete setting the parameter.',
1.6       bisitz   4802: 
                   4803:    'Course ID or number'
1.93      raeburn  4804: => 'Course ID or number',
1.6       bisitz   4805: 
                   4806:    'Course Initialization Helper'
1.93      raeburn  4807: => 'Course Initialization Helper',
1.6       bisitz   4808: 
                   4809:    'Course default for all problems'
1.93      raeburn  4810: => 'Course default for all problems',
1.6       bisitz   4811: 
1.66      bisitz   4812:    '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  4813: => '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   4814: 
                   4815:    'Courses'
                   4816: => '课程',
                   4817: 
                   4818:    'Default beginning date when enrolling students'
1.93      raeburn  4819: => 'Default beginning date when enrolling students',
1.6       bisitz   4820: 
                   4821:    'Default ending date when enrolling students'
1.93      raeburn  4822: => 'Default ending date when enrolling students',
1.6       bisitz   4823: 
                   4824: 
                   4825:    'Default set of options to pass to tth/m when converting tex'
1.93      raeburn  4826: => 'Default set of options to pass to tth/m when converting tex',
1.6       bisitz   4827: 
                   4828:    'Disable display of problem receipts'
1.93      raeburn  4829: => 'Disable display of problem receipts',
1.6       bisitz   4830: 
                   4831:    'Disallow Resource Discussion for Roles'
1.93      raeburn  4832: => 'Disallow Resource Discussion for Roles',
1.6       bisitz   4833: 
                   4834:    'Disallow Resource Discussion for Users'
1.93      raeburn  4835: => 'Disallow Resource Discussion for Users',
1.6       bisitz   4836: 
                   4837:    'Disallow live chatroom use for Roles'
1.93      raeburn  4838: => 'Disallow live chatroom use for Roles',
1.6       bisitz   4839: 
                   4840:    'Disallow live chatroom use for Users'
1.93      raeburn  4841: => 'Disallow live chatroom use for Users',
1.6       bisitz   4842: 
                   4843:    'Discussion Participation'
1.93      raeburn  4844: => 'Discussion Participation',
1.6       bisitz   4845: 
                   4846:    'Due Date (contentclose)'
1.93      raeburn  4847: => 'Due Date (contentclose)',
1.6       bisitz   4848: 
                   4849:    'Due Date (duedate)'
1.93      raeburn  4850: => 'Due Date (duedate)',
1.6       bisitz   4851: 
                   4852:    'Every problem in a particular folder (overrides course default)'
1.93      raeburn  4853: => 'Every problem in a particular folder (overrides course default)',
1.6       bisitz   4854: 
                   4855:    'Exit'
                   4856: => '退出',
                   4857: 
                   4858:    'Feedback Addresses for Course Content'
1.18      zhu      4859: => '课程内容的信息反馈地址',
1.6       bisitz   4860: 
1.63      zhu      4861:    'Finish Helper'
                   4862: => '结束帮助程序',
                   4863: 
1.6       bisitz   4864:    'HTML can be allowed or banned inside of course discussion.'
1.93      raeburn  4865: => 'HTML can be allowed or banned inside of course discussion.',
1.6       bisitz   4866: 
                   4867:    'HTML in Discussions'
1.93      raeburn  4868: => 'HTML in Discussions',
1.6       bisitz   4869: 
                   4870:    'Hide Empty Rows in Spreadsheets'
1.93      raeburn  4871: => 'Hide Empty Rows in Spreadsheets',
1.6       bisitz   4872: 
                   4873:    'How many tries should be set for all problems in the course?'
1.93      raeburn  4874: => 'How many tries should be set for all problems in the course?',
1.6       bisitz   4875: 
                   4876:    'How many tries should be set for the selected folder?'
1.93      raeburn  4877: => 'How many tries should be set for the selected folder?',
1.6       bisitz   4878: 
                   4879:    'How many tries should be set for the selected problem?'
1.93      raeburn  4880: => 'How many tries should be set for the selected problem?',
1.6       bisitz   4881: 
1.66      bisitz   4882:    '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  4883: => '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   4884: 
                   4885:    '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  4886: => '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   4887: 
                   4888:    'No section assigned'
1.93      raeburn  4889: => 'No section assigned',
1.6       bisitz   4890: 
                   4891:    'Number of assignments printed at the same time:'
1.93      raeburn  4892: => 'Number of assignments printed at the same time:',
1.6       bisitz   4893: 
                   4894:    'Opening Date (contentopen)'
1.93      raeburn  4895: => 'Opening Date (contentopen)',
1.6       bisitz   4896: 
                   4897:    'Opening Date (opendate)'
1.93      raeburn  4898: => 'Opening Date (opendate)',
1.6       bisitz   4899: 
                   4900:    'Please adjust significant figures.'
1.93      raeburn  4901: => 'Please adjust significant figures.',
1.41      bisitz   4902: 
1.6       bisitz   4903:    'Please select the section you wish to set the answer open date for:'
1.93      raeburn  4904: => 'Please select the section you wish to set the answer open date for:',
1.6       bisitz   4905: 
                   4906:    'Please select the section you wish to set the due date for:'
1.93      raeburn  4907: => 'Please select the section you wish to set the due date for:',
1.6       bisitz   4908: 
                   4909:    'Please select the section you wish to set the number of tries for:'
1.93      raeburn  4910: => 'Please select the section you wish to set the number of tries for:',
1.6       bisitz   4911: 
                   4912:    'Please select the section you wish to set the opening date for:'
1.93      raeburn  4913: => 'Please select the section you wish to set the opening date for:',
1.6       bisitz   4914: 
                   4915:    'Please select the section you wish to set the problem weight for:'
1.93      raeburn  4916: => 'Please select the section you wish to set the problem weight for:',
1.6       bisitz   4917: 
                   4918:    'Please select the student you wish to set the answer open date for:'
1.93      raeburn  4919: => 'Please select the student you wish to set the answer open date for:',
1.6       bisitz   4920: 
                   4921:    'Please select the student you wish to set the due date for:'
1.93      raeburn  4922: => 'Please select the student you wish to set the due date for:',
1.6       bisitz   4923: 
                   4924:    'Please select the student you wish to set the number of tries for:'
1.93      raeburn  4925: => 'Please select the student you wish to set the number of tries for:',
1.6       bisitz   4926: 
                   4927:    'Please select the student you wish to set the opening date for:'
1.93      raeburn  4928: => 'Please select the student you wish to set the opening date for:',
1.6       bisitz   4929: 
                   4930:    'Please select the student you wish to set the problem weight for:'
1.93      raeburn  4931: => 'Please select the student you wish to set the problem weight for:',
1.6       bisitz   4932: 
                   4933:    'Privileged users that should not be hidden on staff listings'
1.93      raeburn  4934: => 'Privileged users that should not be hidden on staff listings',
1.6       bisitz   4935: 
                   4936:    'Random seed for randomly picking number of resources (optional, only set if you know what you are doing) (randompickseed)'
1.93      raeburn  4937: => 'Random seed for randomly picking number of resources (optional, only set if you know what you are doing) (randompickseed)',
1.6       bisitz   4938: 
                   4939:    'Reading results from [_1]'
1.93      raeburn  4940: => 'Reading results from [_1]',
1.6       bisitz   4941: 
                   4942:    'Receipt algorithm used'
1.93      raeburn  4943: => 'Receipt algorithm used',
1.6       bisitz   4944: 
                   4945:    'Receiving results from [_1]'
1.93      raeburn  4946: => 'Receiving results from [_1]',
1.6       bisitz   4947: 
                   4948:    'Resources'
1.10      zhu      4949: => '资源',
1.6       bisitz   4950: 
1.72      bisitz   4951:    'Search Complete on Server [_1]'
1.93      raeburn  4952: => 'Search Complete on Server [_1]', # '搜索完成 [_1]',
1.6       bisitz   4953: 
                   4954:    'Search: [_1]'
1.10      zhu      4955: => '搜索: [_1]',
1.6       bisitz   4956: 
                   4957:    'Select All Files'
1.10      zhu      4958: => '选择所有文件',
1.6       bisitz   4959: 
                   4960:    'Select All Published'
1.10      zhu      4961: => '选择所有发布的',
1.6       bisitz   4962: 
                   4963:    'Select Folder'
1.10      zhu      4964: => '选择文件夹',
1.6       bisitz   4965: 
                   4966:    'Select Only Current Students'
1.10      zhu      4967: => '只选择目前的学生',
1.6       bisitz   4968: 
                   4969:    'Select Problem'
1.10      zhu      4970: => '选择任务',
1.6       bisitz   4971: 
                   4972:    'Select Student'
1.10      zhu      4973: => '选择学生',
1.6       bisitz   4974: 
                   4975:    'Select for Section/Group'
1.12      zhu      4976: => '选择科/组',
1.6       bisitz   4977: 
                   4978:    'Select the folder you wish to set the parameter for:'
1.93      raeburn  4979: => 'Select the folder you wish to set the parameter for:',
1.6       bisitz   4980: 
                   4981:    'Select the problem you wish to set the parameter for:'
1.93      raeburn  4982: => 'Select the problem you wish to set the parameter for:',
1.6       bisitz   4983: 
                   4984:    'Set Problem Tries'
1.93      raeburn  4985: => 'Set Problem Tries',
1.6       bisitz   4986: 
                   4987:    'Set Problem Weight'
1.93      raeburn  4988: => 'Set Problem Weight',
1.6       bisitz   4989: 
                   4990:    'Set answer open date for all problems in the course for ...'
1.93      raeburn  4991: => 'Set answer open date for all problems in the course for ...',
1.6       bisitz   4992: 
                   4993:    'Set answer open date for the selected folder for ...'
1.93      raeburn  4994: => 'Set answer open date for the selected folder for ...',
1.6       bisitz   4995: 
                   4996:    'Set answer open date for the selected problem for...'
1.93      raeburn  4997: => 'Set answer open date for the selected problem for...',
1.6       bisitz   4998: 
                   4999:    'Set due date for all problems in the course for ...'
1.93      raeburn  5000: => 'Set due date for all problems in the course for ...',
1.6       bisitz   5001: 
                   5002:    'Set due date for the selected folder for ...'
1.93      raeburn  5003: => 'Set due date for the selected folder for ...',
1.6       bisitz   5004: 
                   5005:    'Set due date for the selected problem for ...'
1.93      raeburn  5006: => 'Set due date for the selected problem for ...',
1.6       bisitz   5007: 
                   5008:    'Set number of tries for all problems in the course for ...'
1.93      raeburn  5009: => 'Set number of tries for all problems in the course for ...',
1.6       bisitz   5010: 
                   5011:    'Set number of tries for the selected folder for ...'
1.93      raeburn  5012: => 'Set number of tries for the selected folder for ...',
1.6       bisitz   5013: 
                   5014:    'Set number of tries for the selected problem for ...'
1.93      raeburn  5015: => 'Set number of tries for the selected problem for ...',
1.6       bisitz   5016: 
                   5017:    'Set opening date for all problems in the course for ...'
1.93      raeburn  5018: => 'Set opening date for all problems in the course for ...',
1.6       bisitz   5019: 
                   5020:    'Set opening date for the selected folder for ...'
1.93      raeburn  5021: => 'Set opening date for the selected folder for ...',
1.6       bisitz   5022: 
                   5023:    'Set opening date for the selected problem for ...'
1.93      raeburn  5024: => 'Set opening date for the selected problem for ...',
1.6       bisitz   5025: 
                   5026:    'Set problem weight for all problems in the course for ...'
1.93      raeburn  5027: => 'Set problem weight for all problems in the course for ...',
1.6       bisitz   5028: 
                   5029:    'Set problem weight for the selected folder for ...'
1.93      raeburn  5030: => 'Set problem weight for the selected folder for ...',
1.6       bisitz   5031: 
                   5032:    'Set problem weight for the selected problem for ...'
1.93      raeburn  5033: => 'Set problem weight for the selected problem for ...',
1.6       bisitz   5034: 
                   5035:    'Set value to [_1] to allow.'
1.101     bisitz   5036: => 'Set value to [_1] to allow.',
1.6       bisitz   5037: 
                   5038:    'Setting the [_1]'
1.93      raeburn  5039: => 'Setting the [_1]',
1.6       bisitz   5040: 
                   5041:    'Setting the [_1] to [_2]'
1.93      raeburn  5042: => 'Setting the [_1] to [_2]',
1.6       bisitz   5043: 
                   5044:    'Student Name'
1.26      zhu      5045: => '学生姓名',
1.6       bisitz   5046: 
1.66      bisitz   5047:    '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  5048: => '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   5049: 
                   5050:    'The question can not be gotten correct, the following foils in the &lt;optionresponse&gt; have invalid correct options'
1.93      raeburn  5051: => 'The question can not be gotten correct, the following foils in the &lt;optionresponse&gt; have invalid correct options',
1.6       bisitz   5052: 
                   5053:    'There are no currently enrolled students in the course.'
1.93      raeburn  5054: => 'There are no currently enrolled students in the course.',
1.6       bisitz   5055: 
                   5056:    'There are no currently enrolled students in the selected sections.'
1.93      raeburn  5057: => 'There are no currently enrolled students in the selected sections.',
1.6       bisitz   5058: 
                   5059:    'There are no previously enrolled students in the course.'
1.93      raeburn  5060: => 'There are no previously enrolled students in the course.',
1.6       bisitz   5061: 
                   5062:    'There are no previously enrolled students in the selected sections.'
1.93      raeburn  5063: => 'There are no previously enrolled students in the selected sections.',
1.6       bisitz   5064: 
                   5065:    'There are no students with future access in the course.'
1.93      raeburn  5066: => 'There are no students with future access in the course.',
1.6       bisitz   5067: 
                   5068:    'There are no students with future access in the selected sections.'
1.93      raeburn  5069: => 'There are no students with future access in the selected sections.',
1.6       bisitz   5070: 
                   5071:    'There are no students in the course.'
1.93      raeburn  5072: => 'There are no students in the course.',
1.6       bisitz   5073: 
                   5074:    'There are no students in the selected sections.'
1.93      raeburn  5075: => 'There are no students in the selected sections.',
1.6       bisitz   5076: 
                   5077:    'This controls how receipt numbers are generated.'
1.93      raeburn  5078: => 'This controls how receipt numbers are generated.',
1.6       bisitz   5079: 
                   5080:    'This helper will set up your LON-CAPA course and choose which features will be active.'
1.93      raeburn  5081: => 'This helper will set up your LON-CAPA course and choose which features will be active.',
1.6       bisitz   5082: 
                   5083:    'Unselect All Files'
1.93      raeburn  5084: => 'Unselect All Files',
1.6       bisitz   5085: 
                   5086:    'Unselect All Published'
1.93      raeburn  5087: => 'Unselect All Published',
1.6       bisitz   5088: 
                   5089:    'Unselect All Resources'
1.93      raeburn  5090: => 'Unselect All Resources',
1.6       bisitz   5091: 
                   5092:    'Unselect for Section/Group'
1.12      zhu      5093: => '取消选择科/组',
1.6       bisitz   5094: 
                   5095:    'Welcome to Your New LON-CAPA Course'
1.12      zhu      5096: => '欢迎使用您的新 LON-CAPA 课程',
1.6       bisitz   5097: 
                   5098:    'What parameter do you want to set for the selected folder?'
1.93      raeburn  5099: => 'What parameter do you want to set for the selected folder?',
1.6       bisitz   5100: 
                   5101:    'What parameter do you want to set for the selected problem?'
1.93      raeburn  5102: => 'What parameter do you want to set for the selected problem?',
1.6       bisitz   5103: 
                   5104:    'What should the answer open date be set to?'
1.93      raeburn  5105: => 'What should the answer open date be set to?',
1.6       bisitz   5106: 
                   5107:    'What should the due date be set to?'
1.93      raeburn  5108: => 'What should the due date be set to?',
1.6       bisitz   5109: 
                   5110:    'What weight should be set for all problems in the course?'
1.93      raeburn  5111: => 'What weight should be set for all problems in the course?',
1.6       bisitz   5112: 
                   5113:    'What weight should be set for the selected folder?'
1.93      raeburn  5114: => 'What weight should be set for the selected folder?',
1.6       bisitz   5115: 
                   5116:    'What weight should be set for the selected problem?'
1.93      raeburn  5117: => 'What weight should be set for the selected problem?',
1.6       bisitz   5118: 
1.65      zhu      5119:    '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  5120: => '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   5121: 
                   5122:    '[_1] Filesystem Authenticated (with initial password [_2])'
1.98      bisitz   5123: => '[_1] Filesystem Authenticated (with initial password [_2])',
1.6       bisitz   5124: 
                   5125:    'Currently Filesystem Authenticated.'
1.93      raeburn  5126: => 'Currently Filesystem Authenticated.',
1.6       bisitz   5127: 
                   5128:    '[_1] Internally authenticated (with initial password [_2])'
1.70      zhu      5129: => '[_1] LON-CAPA 内部认证 (初始密码 [_2])',
1.6       bisitz   5130: 
                   5131:    'Currently internally authenticated.'
1.70      zhu      5132: => '目前 LON-CAPA 内部认证。',
1.6       bisitz   5133: 
1.72      bisitz   5134:    'Records per Page:'
                   5135: => '每页显示结果:',
1.6       bisitz   5136: 
                   5137:    '[_1] with value [_2]'
1.70      zhu      5138: => '[_1] 与价值 [_2]',
1.6       bisitz   5139: 
                   5140:    'all resources in the course'
1.70      zhu      5141: => '课程中的所有资源',
1.6       bisitz   5142: 
                   5143:    'all students in course'
1.70      zhu      5144: => '在课程中的所有学生',
1.6       bisitz   5145: 
                   5146:    'anonymous students'
1.70      zhu      5147: => '匿名学生',
1.6       bisitz   5148: 
                   5149:    'answer date'
1.26      zhu      5150: => '回答日期',
1.6       bisitz   5151: 
                   5152:    'contacting [_1]'
1.26      zhu      5153: => '联系 [_1]',
1.6       bisitz   5154: 
                   5155:    'due date'
1.9       zhu      5156: => '截止日期',
1.6       bisitz   5157: 
                   5158:    'for'
1.93      raeburn  5159: => 'for',
1.6       bisitz   5160: 
                   5161:    'for [_1]all resources in the course[_2]'
1.70      zhu      5162: => '为 [_1]课程中的所有资源 [_2]',
1.6       bisitz   5163: 
                   5164:    'for [_1]all students in course[_2]'
1.70      zhu      5165: => '为 [_1]在课程中的所有学生 [_2]',
1.6       bisitz   5166: 
                   5167:    'for [_1]'
1.70      zhu      5168: => '为 [_1]',
1.6       bisitz   5169: 
                   5170:    'for section [_1]'
1.93      raeburn  5171: => 'for section [_1]',
1.6       bisitz   5172: 
                   5173:    'for the map named [_1]'
1.93      raeburn  5174: => 'for the map named [_1]',
1.6       bisitz   5175: 
1.65      zhu      5176:    'for the resource named [_1], part [_2]'
1.93      raeburn  5177: => 'for the resource named [_1], part [_2]',
1.65      zhu      5178: 
                   5179:    'for the resource ID [_1] (name unavailable), part [_2]'
1.93      raeburn  5180: => 'for the resource ID [_1] (name unavailable), part [_2]',
1.6       bisitz   5181: 
                   5182:    'from'
1.93      raeburn  5183: => 'from',
1.6       bisitz   5184: 
                   5185:    'from current subdirectory'
1.93      raeburn  5186: => 'from current subdirectory',
1.6       bisitz   5187: 
                   5188:    'helper'
1.70      zhu      5189: => '辅助程序',
1.6       bisitz   5190: 
                   5191:    'in'
1.93      raeburn  5192: => 'in',
1.6       bisitz   5193: 
                   5194:    'instructor'
1.27      zhu      5195: => '讲师',
1.6       bisitz   5196: 
                   5197:    'number of tries'
1.27      zhu      5198: => '尝试次数',
1.6       bisitz   5199: 
                   5200:    'opening date'
1.27      zhu      5201: => '开始日期',
1.6       bisitz   5202: 
                   5203:    'problem weight'
1.27      zhu      5204: => '问题难度',
1.6       bisitz   5205: 
                   5206:    'role,role,...'
                   5207: => '角色,角色,...',
                   5208: 
                   5209:    'selected students'
                   5210: => '选定的学生',
                   5211: 
                   5212:    'student'
                   5213: => '学生',
                   5214: 
                   5215:    'to'
1.93      raeburn  5216: => 'to',
1.6       bisitz   5217: 
                   5218:    'to [_1] ([_2])'
1.93      raeburn  5219: => 'to [_1] ([_2])',
1.6       bisitz   5220: 
                   5221:    'waiting on [_1]'
                   5222: => '等待 [_1]',
                   5223: 
                   5224:    'what you just saw on the screen'
1.93      raeburn  5225: => 'what you just saw on the screen',
1.6       bisitz   5226: 
                   5227:    'Enter my portfolio space'
                   5228: => '文件夹空间',
                   5229: 
                   5230:    'No syllabus information provided.'
1.93      raeburn  5231: => 'No syllabus information provided.',
1.6       bisitz   5232: 
                   5233:    'Sorry ...'
                   5234: => '对不起...',
                   5235: 
                   5236:    'This resource might be part of another course.'
1.93      raeburn  5237: => 'This resource might be part of another course.',
1.6       bisitz   5238: 
                   5239:    'Agree'
1.93      raeburn  5240: => 'Agree',
1.6       bisitz   5241: 
                   5242:    'Any comments?'
1.18      zhu      5243: => '评论:',
1.6       bisitz   5244: 
                   5245:    'Copy this column'
1.93      raeburn  5246: => 'Copy this column',
1.6       bisitz   5247: 
                   5248:    'Disagree'
1.93      raeburn  5249: => 'Disagree',
1.6       bisitz   5250: 
                   5251:    'General Intro'
1.93      raeburn  5252: => 'General Intro',
1.6       bisitz   5253: 
                   5254:    'Greek Symbols'
1.10      zhu      5255: => '希腊字母',
1.6       bisitz   5256: 
                   5257:    'HTML character entities'
1.93      raeburn  5258: => 'HTML character entities',
1.6       bisitz   5259: 
                   5260:    '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  5261: => '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   5262: 
                   5263:    'LON-CAPA Help'
1.93      raeburn  5264: => 'LON-CAPA Help',
1.6       bisitz   5265: 
                   5266:    'Landscape'
1.93      raeburn  5267: => 'Landscape',
1.6       bisitz   5268: 
                   5269:    'Launch navigation window'
1.9       zhu      5270: => '启动导航窗口',
1.6       bisitz   5271: 
                   5272:    'Grade Levels'
1.13      zhu      5273: => '级别',
1.6       bisitz   5274: 
1.36      zhu      5275:    'Grade Level'
                   5276: => '级别',
                   5277: 
1.6       bisitz   5278:    'Lowest Grade Level'
1.13      zhu      5279: => '最低级别',
1.6       bisitz   5280: 
                   5281:    'Lowest Grade Level:'
1.13      zhu      5282: => '最低级别:',
1.6       bisitz   5283: 
                   5284:    'Highest Grade Level'
1.13      zhu      5285: => '最高级别',
1.6       bisitz   5286: 
                   5287:    'Highest Grade Level:'
1.13      zhu      5288: => '最高级别:',
1.6       bisitz   5289: 
                   5290:    'Mark all posts read'
1.9       zhu      5291: => '将所有帖子标记为已阅读',
1.6       bisitz   5292: 
                   5293:    'My question/comment/feedback:'
1.18      zhu      5294: => '我的问题/评论/反馈:',
1.6       bisitz   5295: 
                   5296:    'Other Symbols'
1.10      zhu      5297: => '其他符号',
1.6       bisitz   5298: 
                   5299:    'Please check at least one of the following feedback types:'
1.18      zhu      5300: => '请从以下选项:',
1.6       bisitz   5301: 
                   5302:    'Please rank the following criteria:'
1.18      zhu      5303: => '请以以下标准评价:',
1.6       bisitz   5304: 
                   5305:    'Portrait'
1.22      zhu      5306: => '竖排格式',
1.6       bisitz   5307: 
                   5308:    'Question about resource content'
1.18      zhu      5309: => '关于此资源内容的问题',
1.6       bisitz   5310: 
                   5311:    'Question/Comment/Feedback about course policy'
1.18      zhu      5312: => '关于课程规则的问题/评论/反馈',
1.6       bisitz   5313: 
                   5314:    'Select a Course to Enter'
                   5315: => '选择一个课程',
                   5316: 
                   5317:    'Sending Messages'
1.10      zhu      5318: => '发送邮件',
1.6       bisitz   5319: 
                   5320:    'Show Me My First Homework Problem'
1.93      raeburn  5321: => 'Show Me My First Homework Problem',
1.6       bisitz   5322: 
                   5323:    'Standards'
1.10      zhu      5324: => '标准',
1.6       bisitz   5325: 
                   5326:    'Strongly Agree'
1.93      raeburn  5327: => 'Strongly Agree',
1.6       bisitz   5328: 
                   5329:    'Strongly Disagree'
1.93      raeburn  5330: => 'Strongly Disagree',
1.6       bisitz   5331: 
                   5332:    'Symbol'
1.10      zhu      5333: => '符号',
1.6       bisitz   5334: 
                   5335:    'The material appears to be correct'
1.18      zhu      5336: => '这些材料似乎是正确的',
1.6       bisitz   5337: 
                   5338:    'The material is helpful'
1.18      zhu      5339: => '这些材料是有用的',
1.6       bisitz   5340: 
                   5341:    'The material is presented in a clear way'
1.18      zhu      5342: => '这些材料中提出一个明确的方式',
1.6       bisitz   5343: 
                   5344:    'The resource is technically correct (loads fast enough, does not produce errors, links work, etc)'
1.18      zhu      5345: => '资源在技术上是正确的(加载速度足够快, 不会产生错误, 链接页面可以访问, 等等)',
1.6       bisitz   5346: 
                   5347:    'HTML character enties'
1.10      zhu      5348: => 'HTML 字符实体',
1.6       bisitz   5349: 
                   5350:    '"Waiting for Remote Control window to load: "+[_1]'
1.22      zhu      5351: => '"等待加载远程控制窗口: "+[_1]',
1.6       bisitz   5352: 
1.49      bisitz   5353:    '[_1]Continue[_2] on in Inline Menu mode'
                   5354: => '[_1]继续[_2] 在内置菜单模式下',
1.6       bisitz   5355: 
                   5356:    'All posts'
1.9       zhu      5357: => '所有的讨论',
1.6       bisitz   5358: 
                   5359:    'Change Color Scheme'
1.9       zhu      5360: => '更改颜色方案',
1.6       bisitz   5361: 
                   5362:    'Change Colors'
1.9       zhu      5363: => '改变颜色',
1.6       bisitz   5364: 
                   5365:    'Change Discussion Display Preferences'
1.9       zhu      5366: => '改变讨论显示偏好',
1.6       bisitz   5367: 
                   5368:    'Change How Math Equations Are Displayed'
1.9       zhu      5369: => '改变显示科学计算公式',
1.6       bisitz   5370: 
                   5371:    'Change Language'
                   5372: => '语言',
                   5373: 
                   5374:    'Change Language Preferences'
1.10      zhu      5375: => '更改语言首选项',
1.6       bisitz   5376: 
                   5377:    'Change Message Forwarding and Notification Email Addresses'
1.10      zhu      5378: => '更改邮件转发和通知的电子邮件地址',
1.6       bisitz   5379: 
                   5380:    'Change Password'
1.10      zhu      5381: => '更改密码',
1.6       bisitz   5382: 
                   5383:    'Change Preferences'
1.9       zhu      5384: => '改变参数',
1.6       bisitz   5385: 
                   5386:    'Change Roles Page Preferences'
1.10      zhu      5387: => '改变角色页参数',
1.6       bisitz   5388: 
                   5389:    'Change Screen Name'
1.10      zhu      5390: => '改变昵称',
1.6       bisitz   5391: 
                   5392:    'Change Screenname'
1.10      zhu      5393: => '改变昵称',
1.6       bisitz   5394: 
                   5395:    'Change WYSIWYG Editor Preferences'
1.10      zhu      5396: => 'WYSIWYG-编辑器',
1.6       bisitz   5397: 
                   5398:    'Contact Helpdesk'
1.7       zhu      5399: => '联系求助',
1.6       bisitz   5400: 
                   5401:    'Current discussion settings'
1.10      zhu      5402: => '目前讨论的设置',
1.6       bisitz   5403: 
1.79      bisitz   5404:    'Duedate'
1.9       zhu      5405: => '截止日期',
1.6       bisitz   5406: 
                   5407:    'Each post can be toggled read/unread'
1.93      raeburn  5408: => 'Each post can be toggled read/unread',
1.6       bisitz   5409: 
                   5410:    "Edit the 'About Me' Personal Information Screen"
1.41      bisitz   5411: => "个人网页",
1.6       bisitz   5412: 
                   5413:    'Enable WYSIWYG Editor'
1.9       zhu      5414: => '应用 WYSIWYG-编辑器',
1.6       bisitz   5415: 
                   5416:    'End of Sequence'
1.9       zhu      5417: => '结束序列',
1.6       bisitz   5418: 
                   5419:    'Entering Course'
1.9       zhu      5420: => '进入课程',
1.6       bisitz   5421: 
                   5422:    'Get help'
1.9       zhu      5423: => '获得帮助',
1.6       bisitz   5424: 
                   5425:    'Go to main menu'
1.9       zhu      5426: => '进入主菜单',
1.6       bisitz   5427: 
                   5428:    'Has New Discussion'
1.9       zhu      5429: => '有新讨论',
1.6       bisitz   5430: 
                   5431:    '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      5432: => '当弹出式窗口过滤器被激活,远程控制启动将会失败。 为了使用远程控制,在此网站请禁用这些过滤器。',
1.6       bisitz   5433: 
                   5434:    'Navigate Course Content'
                   5435: => '浏览目录',
                   5436: 
                   5437:    'New posts only'
1.10      zhu      5438: => '只有新的讨论',
1.6       bisitz   5439: 
                   5440:    'No Resource'
1.10      zhu      5441: => '没有资源',
1.6       bisitz   5442: 
                   5443:    'No syllabus available'
1.10      zhu      5444: => '没有提供教学大纲',
1.6       bisitz   5445: 
                   5446:    'Not currently assigned.'
1.10      zhu      5447: => '目前没有任务发布。',
1.6       bisitz   5448: 
                   5449:    'Not new'
1.9       zhu      5450: => '不是新的',
1.6       bisitz   5451: 
                   5452:    'Off'
1.10      zhu      5453: => '关',
1.6       bisitz   5454: 
                   5455:    'On'
1.10      zhu      5456: => '开',
1.6       bisitz   5457: 
                   5458:    'Once displayed'
1.18      zhu      5459: => '显示一次',
1.6       bisitz   5460: 
                   5461:    'Once marked not NEW'
1.18      zhu      5462: => '一次后标记不是新的',
1.6       bisitz   5463: 
                   5464:    'Please click on the the resource you intend to access'
1.93      raeburn  5465: => 'Please click on the the resource you intend to access',
1.6       bisitz   5466: 
                   5467:    'Posts cease to be marked "NEW"'
1.93      raeburn  5468: => 'Posts cease to be marked "NEW"',
1.6       bisitz   5469: 
                   5470:    'Posts to be displayed'
1.93      raeburn  5471: => 'Posts to be displayed',
1.6       bisitz   5472: 
                   5473:    'Role selected. Please stand by.'
1.10      zhu      5474: => '角色选定。请稍候。',
1.6       bisitz   5475: 
                   5476:    'Send'
1.10      zhu      5477: => '发送',
1.6       bisitz   5478: 
                   5479:    'Set User Preferences'
                   5480: => '设置用户参数',
                   5481: 
                   5482:    'Show Preview and Check Spelling'
1.10      zhu      5483: => '查看预览和拼写检查',
1.6       bisitz   5484: 
                   5485:    'Sort by:'
1.9       zhu      5486: => '排序方式:',
1.6       bisitz   5487: 
                   5488:    '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   5489: => '外部菜单(远程控制)已被禁用,继续在内置菜单模式下工作。您可能已经关闭了远程控制的窗口,或被您的浏览器的弹出窗口过滤器阻止了。为了使用远程控制,在此网站禁用该过滤器,并在内置菜单重新启动远程控制。',
1.6       bisitz   5490: 
                   5491:    'There are several possibilities of where to go next'
1.93      raeburn  5492: => 'There are several possibilities of where to go next',
1.6       bisitz   5493: 
                   5494:    'To use the Remote Control, disable the filter for this site, and re-launch the Remote Control from the inline menu.'
1.22      zhu      5495: => '为了使用远程控制,在此网站禁用弹出窗口过滤器,并在内置菜单重新启动远程控制。',
1.6       bisitz   5496: 
                   5497:    'Toggle read/unread'
1.10      zhu      5498: => '切换已读/未读',
1.6       bisitz   5499: 
                   5500:    'Unread only'
1.10      zhu      5501: => '只有未读',
1.6       bisitz   5502: 
                   5503:    "View this user's personal page"
                   5504: => "显示这个用户的个人网页",
                   5505: 
                   5506:    'You have reached the end of the sequence of materials.'
1.10      zhu      5507: => '您已达到教材序列的最后。',
1.6       bisitz   5508: 
                   5509:    '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      5510: => '您可能已经关闭了远程控制的窗口,或者被您的浏览器的弹出窗口过滤器拦截了。',
1.6       bisitz   5511: 
                   5512:    'attachments'
1.12      zhu      5513: => '附件',
1.6       bisitz   5514: 
                   5515:    'About User'
                   5516: => '个人网页',
                   5517: 
                   5518: 
                   5519:    'All documents out of a published map into this folder'
                   5520: => '在这个目录里面发布的所有文件的内容列表',
                   5521: 
                   5522:    'Change Math Pref'
1.93      raeburn  5523: => 'Change Math Pref',
1.6       bisitz   5524: 
                   5525:    'Change Math Preferences'
1.9       zhu      5526: => '改变显示科学方程式偏好',
1.6       bisitz   5527: 
                   5528:    'Comment'
                   5529: => '注解',
                   5530: 
                   5531:    'Communication/Messages'
1.55      zhu      5532: => '通信/邮件',
1.6       bisitz   5533: 
                   5534:    'Configure blocking of student communication during exams'
1.93      raeburn  5535: => 'Configure blocking of student communication during exams',
1.6       bisitz   5536: 
                   5537:    'Convert to Images'
1.12      zhu      5538: => '转换为图像',
1.6       bisitz   5539: 
                   5540:    'Course and Catalog Search'
1.12      zhu      5541: => '课程和目录搜索',
1.6       bisitz   5542: 
                   5543:    'Create Subdirectory'
1.12      zhu      5544: => '创建子目录',
1.6       bisitz   5545: 
                   5546:    'Upload file to current directory'
1.12      zhu      5547: => '上传文件到当前目录',
1.6       bisitz   5548: 
                   5549:    'Create subdirectory in current directory'
1.12      zhu      5550: => '在当前目录下,创建一个新的子目录',
1.6       bisitz   5551: 
1.80      bisitz   5552:    'Upload embedded images/multimedia/css/linked files if HTML file'
                   5553: => '对于HTML文件: 上传嵌入式图像/多媒体文件/CSS/链接文件',
1.6       bisitz   5554: 
                   5555:    'Delete Selected'
                   5556: => '删除所选',
                   5557: 
                   5558:    'Critical'
1.9       zhu      5559: => '重要的',
1.6       bisitz   5560: 
                   5561:    'Currently no documents.'
1.9       zhu      5562: => '目前没有任何文件。',
1.6       bisitz   5563: 
                   5564:    'Enter terms or phrases, then press "Search" below'
1.18      zhu      5565: => '在搜索栏里输入关键字或词组,然后点击下面的“搜索”。',
1.6       bisitz   5566: 
                   5567:    'INBOX'
                   5568: => '收件箱',
                   5569: 
1.80      bisitz   5570:    'Upload embedded images/multimedia files if HTML file'
                   5571: => '对于HTML文件: 上传嵌入式图像/多媒体文件',
1.6       bisitz   5572: 
1.67      bisitz   5573:    'IMS Import'
1.93      raeburn  5574: => 'IMS Import',
1.67      bisitz   5575: 
1.6       bisitz   5576:    'Import IMS package'
                   5577: => '导入 IMS-包',
                   5578: 
1.67      bisitz   5579:    'IMS Export'
1.93      raeburn  5580: => 'IMS Export',
1.67      bisitz   5581: 
                   5582:    'Export Course to IMS Package'
                   5583: => '导出-IMS-包',
                   5584: 
                   5585:    'Export content item?'
1.93      raeburn  5586: => 'Export content item?',
1.67      bisitz   5587: 
                   5588:    'Export discussion posts?'
1.93      raeburn  5589: => 'Export discussion posts?',
1.67      bisitz   5590: 
                   5591:    'As you did not select any content items or discussions for export, an IMS package has not been created.'
1.93      raeburn  5592: => 'As you did not select any content items or discussions for export, an IMS package has not been created.',
1.67      bisitz   5593: 
                   5594:    'Please [_1]go back[_2] to select either content items or discussions for export.'
1.93      raeburn  5595: => 'Please [_1]go back[_2] to select either content items or discussions for export.',
1.67      bisitz   5596: 
                   5597:    '[_1]Your IMS package[_2] is ready for download.'
1.101     bisitz   5598: => '[_1]Your IMS package[_2] is ready for download.',
1.67      bisitz   5599: 
1.6       bisitz   5600:    'Import a document'
                   5601: => 'LON-CAPA-内部文件',
                   5602: 
                   5603:    'Make New Folder'
                   5604: => '新建文件夹',
                   5605: 
                   5606:    'New Composite Page'
                   5607: => '新组合页面',
                   5608: 
                   5609:    'New Messages Only'
1.9       zhu      5610: => '只有新邮件',
1.6       bisitz   5611: 
                   5612:    'Portfolio Manager'
1.9       zhu      5613: => '组合管理',
1.6       bisitz   5614: 
                   5615:    'Preferred method to display Math'
1.9       zhu      5616: => '首选的方法来显示科学方程式',
1.6       bisitz   5617: 
                   5618:    'Published documents'
                   5619: => '发布文件',
                   5620: 
1.88      bisitz   5621:    'Recover Deleted Documents'
1.6       bisitz   5622: => '恢复已删除的资源',
                   5623: 
                   5624:    'Send a Message'
1.55      zhu      5625: => '发送邮件',
1.6       bisitz   5626: 
                   5627:    'Sent Messages'
1.55      zhu      5628: => '已发送邮件',
1.6       bisitz   5629: 
                   5630:    'Show'
                   5631: => '显示',
                   5632: 
                   5633:    'TRASH'
1.9       zhu      5634: => '已删除邮件',
1.6       bisitz   5635: 
                   5636:    'TeX to HTML'
1.9       zhu      5637: => 'TeX to HTML',
1.6       bisitz   5638: 
                   5639:    'View Folder'
1.9       zhu      5640: => '查看文件夹',
1.6       bisitz   5641: 
                   5642:    'fulltext search (time consuming)'
1.18      zhu      5643: => '全文检索 (费时的)',
1.6       bisitz   5644: 
1.18      zhu      5645:    'search discussion postings (resources and discussion boards)'
                   5646: => '搜索讨论帖子 (资源和布告栏)',
1.6       bisitz   5647: 
                   5648:    'Roles'
                   5649: => '角色',
                   5650: 
                   5651:    'Select style file'
1.18      zhu      5652: => '选择档案风格',
1.6       bisitz   5653: 
                   5654:    '(mark them then click "next" button)'
1.18      zhu      5655: => '(标记,然后点击“下一步”按钮)',
1.6       bisitz   5656: 
                   5657:    '100 Level'
1.18      zhu      5658: => '1. 学年',
1.6       bisitz   5659: 
                   5660:    '200 Level'
1.18      zhu      5661: => '2. 学年',
1.6       bisitz   5662: 
                   5663:    '300 Level'
1.18      zhu      5664: => '3. 学年',
1.6       bisitz   5665: 
                   5666:    '400 Level'
1.18      zhu      5667: => '4. 学年',
1.6       bisitz   5668: 
                   5669:    'Action'
1.10      zhu      5670: => '动作',
1.6       bisitz   5671: 
                   5672:    'Actions for current directory'
1.10      zhu      5673: => '此目录的行动',
1.6       bisitz   5674: 
                   5675:    'Change Discussion Preferences'
1.18      zhu      5676: => '改变讨论偏好',
1.6       bisitz   5677: 
                   5678:    'Change Message Forwarding/Notification'
1.10      zhu      5679: => '邮件转发和通知',
1.6       bisitz   5680: 
                   5681:    'Change WYSIWYG Preferences'
1.10      zhu      5682: => 'WYSIWYG-编辑器',
1.6       bisitz   5683: 
                   5684:    'Change to '
1.10      zhu      5685: => '变化为 ',
1.6       bisitz   5686: 
                   5687:    'Clean Up'
1.10      zhu      5688: => '清理',
1.6       bisitz   5689: 
                   5690:    'Closed - XML source is closed to everyone'
1.10      zhu      5691: => '锁定 - XML的源代码对手有人锁定',
1.6       bisitz   5692: 
                   5693:    'Copy'
                   5694: => '复制',
                   5695: 
                   5696:    'Create a new directory or LON-CAPA document'
1.10      zhu      5697: => '创建一个新的目录或 LON-CAPA 文件',
1.6       bisitz   5698: 
                   5699:    'Current setting '
1.10      zhu      5700: => '当前设置 ',
1.6       bisitz   5701: 
                   5702:    'Delete Directory'
1.10      zhu      5703: => '删除文件夹',
1.6       bisitz   5704: 
                   5705:    'Delete directory'
1.10      zhu      5706: => '删除文件夹',
1.6       bisitz   5707: 
                   5708:    'Delete this resource'
1.98      bisitz   5709: => '删除此资源',
1.6       bisitz   5710: 
                   5711:    'Disable WYSIWYG editor'
1.10      zhu      5712: => '不使用 WYSIWYG-编辑器',
1.6       bisitz   5713: 
                   5714:    'Display Preference'
1.10      zhu      5715: => '显示偏好',
1.6       bisitz   5716: 
                   5717:    'Edit catalog information'
1.18      zhu      5718: => '编辑目录信息',
1.6       bisitz   5719: 
                   5720:    'Enable WYSIWYG editor'
1.10      zhu      5721: => '使用 WYSIWYG-编辑器',
1.6       bisitz   5722: 
                   5723:    'Grade 1'
1.36      zhu      5724: => '1 级',
1.6       bisitz   5725: 
                   5726:    'Grade 10'
1.36      zhu      5727: => '10 级',
1.6       bisitz   5728: 
                   5729:    'Grade 11'
1.36      zhu      5730: => '11 级',
1.6       bisitz   5731: 
                   5732:    'Grade 12'
1.36      zhu      5733: => '12 级',
1.6       bisitz   5734: 
                   5735:    'Grade 13'
1.36      zhu      5736: => '13 级',
1.6       bisitz   5737: 
                   5738:    'Grade 2'
1.36      zhu      5739: => '2 级',
1.6       bisitz   5740: 
                   5741:    'Grade 3'
1.36      zhu      5742: => '3 级',
1.6       bisitz   5743: 
                   5744:    'Grade 4'
1.36      zhu      5745: => '4 级',
1.6       bisitz   5746: 
                   5747:    'Grade 5'
1.36      zhu      5748: => '5 级',
1.6       bisitz   5749: 
                   5750:    'Grade 6'
1.36      zhu      5751: => '6 级',
1.6       bisitz   5752: 
                   5753:    'Grade 7'
1.36      zhu      5754: => '7 级',
1.6       bisitz   5755: 
                   5756:    'Grade 8'
1.36      zhu      5757: => '8 级',
1.6       bisitz   5758: 
                   5759:    'Grade 9'
1.36      zhu      5760: => '9 级',
1.6       bisitz   5761: 
                   5762:    'Graduate Level'
1.36      zhu      5763: => '研究生层次',
1.6       bisitz   5764: 
                   5765:    'List current directory'
1.99      raeburn  5766: => '文件夹',
1.6       bisitz   5767: 
                   5768:    'Mark obsolete'
1.36      zhu      5769: => '标记为过时的',
1.6       bisitz   5770: 
                   5771:    'Move'
1.10      zhu      5772: => '移动',
1.6       bisitz   5773: 
                   5774:    'New library file'
1.36      zhu      5775: => '新的库文件',
1.6       bisitz   5776: 
                   5777:    'No file: [_1]'
1.36      zhu      5778: => '没有任何文件: [_1]',
1.6       bisitz   5779: 
                   5780:    'No personal information provided'
1.36      zhu      5781: => '没有提供的个人资料',
1.6       bisitz   5782: 
                   5783:    'Not specified'
1.36      zhu      5784: => '未指定',
1.6       bisitz   5785: 
                   5786:    'Open - XML source is open to people who want to use it'
1.36      zhu      5787: => '开放 - XML的源代码开放给想要使用它的人',
1.6       bisitz   5788: 
                   5789:    'Points Display'
1.10      zhu      5790: => '分数显示',
1.6       bisitz   5791: 
                   5792:    'Completed Problems Display'
1.10      zhu      5793: => '显示完成作业',
1.6       bisitz   5794: 
                   5795:    'Points Scored'
1.10      zhu      5796: => '得分',
1.6       bisitz   5797: 
                   5798:    'Attempted'
1.10      zhu      5799: => '尝试',
1.6       bisitz   5800: 
                   5801:    'Posts displayed?'
1.10      zhu      5802: => '帖子显示?',
1.6       bisitz   5803: 
                   5804:    'Preferences can be set that determine'
1.18      zhu      5805: => '预置可设置确定',
1.6       bisitz   5806: 
                   5807:    'Print contents of directory'
1.10      zhu      5808: => '打印目录',
1.6       bisitz   5809: 
                   5810:    'Print directory'
1.10      zhu      5811: => '打印目录',
1.6       bisitz   5812: 
                   5813:    'Problem Document'
1.43      bisitz   5814: => '任务文件', # '问题',
1.6       bisitz   5815: 
                   5816:    'Publish this Directory'
1.10      zhu      5817: => '发布此目录',
1.6       bisitz   5818: 
                   5819:    'Publish this resource'
1.98      bisitz   5820: => '发布此资源',
1.6       bisitz   5821: 
                   5822:    'Re-publish'
1.10      zhu      5823: => '重新发布',
1.6       bisitz   5824: 
                   5825:    'Retrieve old version'
1.10      zhu      5826: => '恢复旧版本',
1.6       bisitz   5827: 
                   5828:    'Select action'
1.10      zhu      5829: => '选择行动',
1.6       bisitz   5830: 
                   5831:    'Send message'
1.10      zhu      5832: => '发送消息',
1.6       bisitz   5833: 
1.65      zhu      5834:     'Set display preferences for discussion posts for both discussion boards and individual resources in all your courses.'
                   5835: => '在这里,您可以设置您的讨论是否显示在所有的课程的布告栏和个人资源里。',
1.63      zhu      5836: 
1.6       bisitz   5837:    'Source Distribution'
1.10      zhu      5838: => '源代码的访问权限',
1.6       bisitz   5839: 
                   5840:    'The preferences you set here can be overridden within each individual discussion.'
1.43      bisitz   5841: => '您的喜好设定这里可以适用在每个讨论。', # '您的喜好设定可以被每个讨论更改。',
1.6       bisitz   5842: 
1.104     raeburn  5843:    'Under what circumstances posts are identified as "NEW"'
1.18      zhu      5844: => '在什么情况下讨论被设定为“新”',
1.6       bisitz   5845: 
                   5846:    'Upload a new document'
1.18      zhu      5847: => '上传新文件',
1.6       bisitz   5848: 
                   5849:    'Use random seed'
1.36      zhu      5850: => '使用随机种子',
1.6       bisitz   5851: 
                   5852:    'Use style file'
1.36      zhu      5853: => '使用样式文件',
1.6       bisitz   5854: 
1.19      zhu      5855:    'Which posts are displayed when you display a discussion board or resource, and'
1.18      zhu      5856: => '哪些讨论将将被显示,如果你有一个布告栏或资源,',
1.6       bisitz   5857: 
                   5858:    'closed'
1.36      zhu      5859: => '锁定源代码', # !
1.6       bisitz   5860: 
                   5861:    'open'
1.36      zhu      5862: => '公开源代码', # !
1.6       bisitz   5863: 
                   5864:    '(mark desired resources then click "next" button)'
1.36      zhu      5865: => '(标记所需资源然后单击“下一步”按钮)',
1.6       bisitz   5866: 
                   5867:    '[_1]Change[_2] for just [_3]this course[_4] or for all [_5]your courses[_6].'
1.36      zhu      5868: => '[_1]改变[_2] 只为 [_3]该课程[_4] 或者为所有 [_5]您的课程[_6].',
1.6       bisitz   5869: 
                   5870:    "Page displayed after role selection in course now set by [_1]user's global preferences[_2]."
1.93      raeburn  5871: => "Page displayed after role selection in course now set by [_1]user's global preferences[_2].",
1.6       bisitz   5872: 
                   5873:    'Page displayed after role selection in this course set to [_1].'
1.93      raeburn  5874: => 'Page displayed after role selection in this course set to [_1].',
1.6       bisitz   5875: 
                   5876:    'Unable to set control of page display to [_1] due to [_2].'
1.93      raeburn  5877: => 'Unable to set control of page display to [_1] due to [_2].',
1.6       bisitz   5878: 
                   5879:    'Unable to set page display, after role selection, for this course to [_1] due to [_2].'
1.93      raeburn  5880: => 'Unable to set page display, after role selection, for this course to [_1] due to [_2].',
1.6       bisitz   5881: 
                   5882:    'Add or Edit Blog Entries'
1.12      zhu      5883: => '添加或修改博客条目',
1.6       bisitz   5884: 
                   5885:    'Add to my public course blog'
1.12      zhu      5886: => '添加到我的公共课程博客',
1.6       bisitz   5887: 
                   5888:    'Annotator'
1.12      zhu      5889: => '注释者',
1.6       bisitz   5890: 
                   5891:    'Av. Attempts'
1.93      raeburn  5892: => 'Av. Attempts',
1.6       bisitz   5893: 
                   5894:    'Available RSS Feeds and Blogs'
1.22      zhu      5895: => '可用的 RSS订阅和博客',
1.6       bisitz   5896: 
                   5897:    'Average number of attempts'
1.93      raeburn  5898: => 'Average number of attempts',
1.6       bisitz   5899: 
                   5900:    'Bookmarks'
1.12      zhu      5901: => '书签',
1.6       bisitz   5902: 
                   5903:    'Change interval?'
1.12      zhu      5904: => '更改间隔?',
1.6       bisitz   5905: 
                   5906:    'Change options?'
1.12      zhu      5907: => '更改选项?',
1.6       bisitz   5908: 
                   5909:    'Change thresholds?'
1.12      zhu      5910: => '更改阈值?',
1.6       bisitz   5911: 
                   5912:    'Clean up'
1.63      zhu      5913: => '清理',
1.6       bisitz   5914: 
                   5915:    'Close Folder'
1.12      zhu      5916: => '关闭文件夹',
1.6       bisitz   5917: 
                   5918:    'Configure Blocking of Student Communication during Exams'
1.93      raeburn  5919: => 'Configure Blocking of Student Communication during Exams',
1.6       bisitz   5920: 
                   5921:    'Course Action Items'
1.93      raeburn  5922: => 'Course Action Items',
1.6       bisitz   5923: 
                   5924:    'Creating PDF'
1.36      zhu      5925: => '创建PDF文件',
1.6       bisitz   5926: 
                   5927:    'Currently: [_1].'
1.36      zhu      5928: => '现在: [_1].',
1.6       bisitz   5929: 
                   5930:    'Deg. Diff'
1.36      zhu      5931: => '难度',
1.6       bisitz   5932: 
                   5933:    'Description'
1.13      zhu      5934: => '描述',
1.6       bisitz   5935: 
                   5936:    'Display Action Items'
1.93      raeburn  5937: => 'Display Action Items',
1.6       bisitz   5938: 
                   5939:    'Enter my groups in the course'
1.9       zhu      5940: => '我的课程组',
1.6       bisitz   5941: 
                   5942:    'Entering [_1]'
1.9       zhu      5943: => '进入 [_1]',
1.6       bisitz   5944: 
                   5945:    'Entering [_1] ...'
1.10      zhu      5946: => '进入 [_1]...',
1.6       bisitz   5947: 
                   5948:    'First resource'
1.36      zhu      5949: => '第一资源',
1.6       bisitz   5950: 
                   5951:    'Generated [_1] ([_2] bytes)'
1.36      zhu      5952: => '生成于 [_1] ([_2] bytes)',
1.6       bisitz   5953: 
                   5954:    'Go to first resource'
1.36      zhu      5955: => '转到第一资源',
1.6       bisitz   5956: 
                   5957:    'Group Documents'
1.10      zhu      5958: => '组文件',
1.6       bisitz   5959: 
                   5960:    'Groups'
1.9       zhu      5961: => '组',
1.6       bisitz   5962: 
                   5963:    'Help Menu'
1.9       zhu      5964: => '求助菜单',
1.6       bisitz   5965: 
                   5966:    'Hide all'
1.9       zhu      5967: => '全部隐藏',
1.6       bisitz   5968: 
                   5969:    'Hide this Feed'
1.10      zhu      5970: => '隐藏这个Feed',
1.6       bisitz   5971: 
                   5972:    'LON-CAPA Feed "[_1]" for [_2]'
1.13      zhu      5973: => 'LON-CAPA-Feed "[_1]" 对于 [_2]',
1.6       bisitz   5974: 
                   5975:    'Last Reset'
1.36      zhu      5976: => '最后重启',
1.6       bisitz   5977: 
                   5978:    'Last revised'
1.36      zhu      5979: => '最近更改',
1.6       bisitz   5980: 
                   5981:    'Link'
1.13      zhu      5982: => '连接',
1.6       bisitz   5983: 
                   5984:    'Log In'
1.13      zhu      5985: => '登录',
1.6       bisitz   5986: 
                   5987:    'Move Checked to Folder'
1.93      raeburn  5988: => 'Move Checked to Folder',
1.6       bisitz   5989: 
                   5990:    'Name for New Feed'
1.13      zhu      5991: => '新Feed的名字',
1.6       bisitz   5992: 
                   5993:    'Name of this Feed'
1.13      zhu      5994: => '这个Feed的名字',
1.6       bisitz   5995: 
                   5996:    'New course messages'
1.13      zhu      5997: => '新的课程信息',
1.6       bisitz   5998: 
                   5999:    'New critical messages in course'
1.36      zhu      6000: => '新的课程重要信息',
1.6       bisitz   6001: 
                   6002:    'New in course'
1.36      zhu      6003: => '新课程',
1.6       bisitz   6004: 
                   6005:    'New version'
1.13      zhu      6006: => '新版本',
1.6       bisitz   6007: 
                   6008:    'No messages sent.'
1.36      zhu      6009: => '没有寄出的邮件。',
1.6       bisitz   6010: 
                   6011:    'No new course messages'
1.36      zhu      6012: => '没有新的课程信息',
1.6       bisitz   6013: 
                   6014:    'No problems require handgrading'
1.63      zhu      6015: => '没有习题需要手动评分',
1.6       bisitz   6016: 
                   6017:    'No problems satisfy threshold criteria'
1.63      zhu      6018: => '没有问题达到要求标准',
1.6       bisitz   6019: 
                   6020:    'No problems with errors'
1.63      zhu      6021: => '没有错误的问题',
1.6       bisitz   6022: 
                   6023:    'No unread critical messages in course'
1.63      zhu      6024: => '没有未读的重要邮件',
1.6       bisitz   6025: 
                   6026:    'No unread posts in course discussions'
1.63      zhu      6027: => '没有未读的帖子在课程论坛里面',
1.6       bisitz   6028: 
                   6029:    'No updated versions'
1.63      zhu      6030: => '没有更新版本',
1.6       bisitz   6031: 
                   6032:    'Num. students'
1.63      zhu      6033: => '学生的数量',
1.6       bisitz   6034: 
                   6035:    'Number of errors'
1.63      zhu      6036: => '错误的数量',
1.6       bisitz   6037: 
                   6038:    'Number of new posts'
1.63      zhu      6039: => '新帖子的数量',
1.6       bisitz   6040: 
                   6041:    'Number ungraded'
1.63      zhu      6042: => '未评分的数量',
1.6       bisitz   6043: 
                   6044:    'Open Folder'
1.9       zhu      6045: => '打开文件夹',
1.6       bisitz   6046: 
1.9       zhu      6047: #   'Open all folders'
                   6048: #=> '打开所有文件夹',
1.6       bisitz   6049: 
                   6050:    'Page set to be displayed after you have selected a role in this course'
1.63      zhu      6051: => '页面显示设置,在您选择了该课程中的角色后',
1.6       bisitz   6052: 
                   6053:    'Please select the type of LON-CAPA entity - Course or Group - for which you wish to add/modify a user role'
1.93      raeburn  6054: => 'Please select the type of LON-CAPA entity - Course or Group - for which you wish to add/modify a user role',
1.6       bisitz   6055: 
                   6056:    'Please stand by while processing your print request, this may take some time ...'
1.93      raeburn  6057: => 'Please stand by while processing your print request, this may take some time ...',
1.6       bisitz   6058: 
                   6059:    'Problem'
1.12      zhu      6060: => '问题',
1.6       bisitz   6061: 
                   6062:    'Problem Name'
1.12      zhu      6063: => '问题描述',
1.6       bisitz   6064: 
                   6065:    'Problem is not open to be viewed. It'
1.93      raeburn  6066: => 'Problem is not open to be viewed. It',
1.6       bisitz   6067: 
                   6068:    'Problems requiring handgrading'
1.63      zhu      6069: => '必须手动评分的问题',
1.6       bisitz   6070: 
                   6071:    '(Problems with av. attempts &ge; [_1] or deg. difficulty &ge; [_2]) [_3] and total number of students with submissions &ge; [_4]'
1.63      zhu      6072: => '(问题尝试的平均数目 &ge; [_1] 或者难度 &ge; [_2]) [_3] 和回答问题的学生总数 &ge; [_4]',
1.6       bisitz   6073: 
                   6074:    'Problems with errors'
1.63      zhu      6075: => '错误的问题',
1.6       bisitz   6076: 
                   6077:    'Recently generated printouts'
1.93      raeburn  6078: => 'Recently generated printouts',
1.6       bisitz   6079: 
                   6080:    'Recently generated printout zip files'
1.93      raeburn  6081: => 'Recently generated printout zip files',
1.6       bisitz   6082: 
                   6083:    'Reset Count?'
1.63      zhu      6084: => '计数器复位?',
1.6       bisitz   6085: 
                   6086:    'Reset counters to 0'
1.63      zhu      6087: => '重置计数器为0',
1.6       bisitz   6088: 
                   6089:    'Select [_1]'
1.63      zhu      6090: => '选择 [_1]',
1.6       bisitz   6091: 
                   6092:    'Select the sequence to print resources from:'
1.63      zhu      6093: => '选择该资源的打印顺序:',
1.6       bisitz   6094: 
                   6095:    'Selected [_1]Problems[_2] from folder [_3]'
1.63      zhu      6096: => '选定[_1]问题[_2]从文件夹[_3]',
1.6       bisitz   6097: 
                   6098:    'Selected [_1]Resources[_2] from folder [_3]'
1.63      zhu      6099: => '选定[_1]资源[_2]从文件夹[_3]',
1.6       bisitz   6100: 
                   6101:    'Selected <b>Problems</b> from <b>entire course</b>'
1.63      zhu      6102: => '选定<b>问题</b>从<b>整个课程</b>',
1.6       bisitz   6103: 
                   6104:    'Selected <b>Resources</b> from <b>entire course</b>'
1.63      zhu      6105: => '选定<b>资源</b>从<b>整个课程</b>',
1.6       bisitz   6106: 
                   6107:    'Selected <b>Problems</b> from <b>entire course</b> for <b>selected people</b>'
1.63      zhu      6108: => '选定<b>资源</b>从<b>整个课程</b>给<b>选定的人</b>',
1.6       bisitz   6109: 
                   6110:    'Selected [_1]Problems[_2] from folder [_3] for [_4]selected people[_5]'
1.63      zhu      6111: => '选定[_1]问题[_2]从文件夹[_3]给[_4]选定的人[_5]',
1.6       bisitz   6112: 
                   6113:    'Selected [_1]Problems[_2] from folder [_3] for [_4]CODEd assignments[_5]'
1.63      zhu      6114: => '选定[_1]问题[_2]从文件夹[_3]给[_4]编码练习[_5]', # ???
1.6       bisitz   6115: 
                   6116:    'Selected [_1]Resources[_2] from folder [_3] for [_4]selected people[_5]'
1.63      zhu      6117: => '选定[_1]资源[_2]从文件夹[_3]给[_4]选定的人[_5]',
1.6       bisitz   6118: 
                   6119:    'Selected [_1]Resources[_2] from folder [_3] for [_4]CODEd assignments[_5]'
1.63      zhu      6120: => '选定[_1]资源[_2]从文件夹[_3]给[_4]编码练习[_5]', # ???
1.6       bisitz   6121: 
                   6122:    'Selected [_1]Problems[_2] from current subdirectory [_3]'
1.63      zhu      6123: => '选定[_1]问题[_2]从当前的子文件夹[_3]',
1.6       bisitz   6124: 
                   6125:    'Selected <b>Resources</b> from <b>selected folder</b> in course'
1.63      zhu      6126: => '选定<b>资源</b>从课程里的<b>选定的文件夹</b>',
1.6       bisitz   6127: 
                   6128:    'Show all'
1.9       zhu      6129: => '全部显示',
1.6       bisitz   6130: 
                   6131:    'Show my first due problem'
1.9       zhu      6132: => '查看我的首要问题来处理',
1.6       bisitz   6133: 
                   6134:    'Show only uncompleted problems'
1.9       zhu      6135: => '只显示未完成的问题',
1.6       bisitz   6136: 
                   6137:    'Show everything'
1.9       zhu      6138: => '查看所有',
1.6       bisitz   6139: 
                   6140:    'Uncompleted Problems'
1.9       zhu      6141: => '没有完成问题',
1.6       bisitz   6142: 
                   6143:    'All homework assignments have been completed.'
1.22      zhu      6144: => '所有的问题都已经完成。',
1.6       bisitz   6145: 
                   6146:    'Speller Suggestions'
                   6147: => 'Speller Suggestions',
                   6148: 
                   6149:    'Start a New Feed'
1.9       zhu      6150: => '开始一个新的Feed',
1.6       bisitz   6151: 
                   6152:    'Save Marked Changes'
1.9       zhu      6153: => '保存标记的更改',
1.6       bisitz   6154: 
                   6155:    'Save changes'
1.9       zhu      6156: => '保存更改',
1.6       bisitz   6157: 
                   6158:    'This action is currently not authorized.'
1.18      zhu      6159: => '这一行动目前是不被允许的。',
1.6       bisitz   6160: 
                   6161:    'Time of last post'
1.101     bisitz   6162: => '最后发表的帖子的时间',
1.6       bisitz   6163: 
                   6164:    'Title of document goes here'
1.93      raeburn  6165: => 'Title of document goes here',
1.6       bisitz   6166: 
                   6167:    'Body of document goes here'
1.93      raeburn  6168: => 'Body of document goes here',
1.6       bisitz   6169: 
                   6170:    'Total number of students with submissions'
1.93      raeburn  6171: => 'Total number of students with submissions',
1.6       bisitz   6172: 
                   6173:    'Unread course discussion posts'
1.63      zhu      6174: => '未读的课程讨论帖子',
1.6       bisitz   6175: 
                   6176:    'Version used'
1.12      zhu      6177: => '使用版本',
1.6       bisitz   6178: 
                   6179:    'View current problem status and grading information'
1.9       zhu      6180: => '查看当前的问题的状态和等级评定信息',
1.6       bisitz   6181: 
                   6182:    "What's New?"
1.9       zhu      6183: => "有什么新内容?",
1.6       bisitz   6184: 
                   6185:    "What's New? page"
1.9       zhu      6186: => "有什么新页面",
1.6       bisitz   6187: 
                   6188:    "What's New page"
1.9       zhu      6189: => "有什么新页面",
1.6       bisitz   6190: 
                   6191:    'You are accessing an invalid course'
1.63      zhu      6192: => '您在试图访问无效的课程。',
1.6       bisitz   6193: 
                   6194:    'course only'
1.93      raeburn  6195: => 'course only',
1.6       bisitz   6196: 
                   6197:    'delete'
1.9       zhu      6198: => '删除',
1.6       bisitz   6199: 
                   6200:    'first resource in the course'
1.63      zhu      6201: => '第一期课程资源',
1.6       bisitz   6202: 
                   6203:    'hidden'
1.9       zhu      6204: => '隐藏的',
1.6       bisitz   6205: 
                   6206:    'since last month'
1.63      zhu      6207: => '自上个月以来',
1.6       bisitz   6208: 
                   6209:    'since last week'
1.63      zhu      6210: => '自上周以来',
1.6       bisitz   6211: 
                   6212:    'since start of course'
1.63      zhu      6213: => '从课程开始起',
1.6       bisitz   6214: 
                   6215:    'since yesterday'
1.63      zhu      6216: => '从昨天起',
1.6       bisitz   6217: 
                   6218:    'specific setting for this course'
1.63      zhu      6219: => '这门课程的具体设置',
1.6       bisitz   6220: 
                   6221:    'user preference'
1.65      zhu      6222: => '用户偏好',
1.6       bisitz   6223: 
                   6224:    "what's new? page"
1.9       zhu      6225: => "有什么新页面",
1.6       bisitz   6226: 
                   6227:    'your general user preferences'
1.63      zhu      6228: => '您的一般使用者偏好',
1.6       bisitz   6229: 
                   6230:    'Submitting as Comment'
1.63      zhu      6231: => '提交评论',
1.6       bisitz   6232: 
                   6233:    'Submitting as Policy Feedback'
1.63      zhu      6234: => '提交课程指导方针反馈',
1.6       bisitz   6235: 
                   6236:    'Submitting as Question'
1.63      zhu      6237: => '提交的问题',
1.6       bisitz   6238: 
                   6239:    'Total Points In Course'
1.10      zhu      6240: => '课程总分',
1.6       bisitz   6241: 
                   6242:    'the resource you just saw on the screen'
1.63      zhu      6243: => 'the resource you just saw on the screen',
1.6       bisitz   6244: 
                   6245:    'Annotations'
1.9       zhu      6246: => '注释',
1.6       bisitz   6247: 
                   6248:    'Close (no save)'
1.9       zhu      6249: => '关闭 (不保存)',
1.6       bisitz   6250: 
                   6251:    'Save and Update'
1.9       zhu      6252: => '保存和更新',
1.6       bisitz   6253: 
                   6254:    'Bookmark Tree Viewer/Editor'
1.63      zhu      6255: => '书签树浏览器/编辑器',
1.6       bisitz   6256: 
                   6257:    'Chat'
1.9       zhu      6258: => '聊天',
1.6       bisitz   6259: 
1.26      zhu      6260:    'Chat Room'
1.9       zhu      6261: => '聊天室',
1.6       bisitz   6262: 
                   6263:    'Drop Box'
1.26      zhu      6264: => '收件箱',
1.6       bisitz   6265: 
                   6266:    'Import Bookmarks'
                   6267: => '导入书签',
                   6268: 
                   6269:    'The LearningOnline Network with CAPA'
                   6270: => 'The LearningOnline Network with CAPA',
                   6271: 
                   6272:    'This LON-CAPA server is temporarily not available for login.'
1.63      zhu      6273: => '该 LON-CAPA 服务器目前无法登录。',
1.6       bisitz   6274: 
                   6275:    'Please attempt to login to one of the following servers:'
1.63      zhu      6276: => '请尝试登录到下列其中一个服务器:',
1.6       bisitz   6277: 
                   6278:    '(preferred)'
1.26      zhu      6279: => '(首选的)',
1.6       bisitz   6280: 
                   6281:    '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  6282: => '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   6283: 
                   6284:    'Collaborative Tools'
1.27      zhu      6285: => '协作工具',
1.6       bisitz   6286: 
                   6287:    'Course content'
1.18      zhu      6288: => '课程内容',
1.6       bisitz   6289: 
                   6290:    'Create a new group'
1.12      zhu      6291: => '创建新组',
1.6       bisitz   6292: 
                   6293:    'Created'
1.27      zhu      6294: => '生成',
1.6       bisitz   6295: 
                   6296:    'Creator'
1.27      zhu      6297: => '创设者',
1.6       bisitz   6298: 
                   6299:    'Discussion Boards'
1.9       zhu      6300: => '讨论板',
1.6       bisitz   6301: 
                   6302:    'Disk Use (%)'
1.27      zhu      6303: => '使用的存贮空间 (%)',
1.6       bisitz   6304: 
                   6305:    'Enable Recent Roles Hotlist:'
1.22      zhu      6306: => '启用最近的角色活动表:',
1.6       bisitz   6307: 
                   6308:    'Files'
1.12      zhu      6309: => '文件',
1.6       bisitz   6310: 
                   6311:    'Group Name'
1.12      zhu      6312: => '组名',
1.6       bisitz   6313: 
                   6314:    'Group Title'
1.12      zhu      6315: => '组标题',
1.6       bisitz   6316: 
                   6317:    'Members'
1.12      zhu      6318: => '成员',
1.6       bisitz   6319: 
                   6320:    'Modify'
1.12      zhu      6321: => '修改',
1.6       bisitz   6322: 
                   6323:    'Re-enable'
1.12      zhu      6324: => '修复',
1.6       bisitz   6325: 
                   6326:    'Expire'
1.12      zhu      6327: => '失效',
1.6       bisitz   6328: 
                   6329:    'Group settings'
1.12      zhu      6330: => '组设置',
1.6       bisitz   6331: 
                   6332:    'Modify group membership'
1.12      zhu      6333: => '修改组成员',
1.6       bisitz   6334: 
                   6335:    'No groups exist.'
1.12      zhu      6336: => '没有组存在。',
1.6       bisitz   6337: 
                   6338:    'Number of roles in Hotlist:'
1.12      zhu      6339: => '角色的快速访问列表:',
1.6       bisitz   6340: 
                   6341:    'Quota (Mb)'
1.12      zhu      6342: => '容量 (MB)',
1.6       bisitz   6343: 
                   6344:    'Remote Control'
1.12      zhu      6345: => '遥控器',
1.6       bisitz   6346: 
                   6347:    '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      6348: => '一些 LON-CAPA 用户有很多角色。在快速访问列表里面将显示最近使用过的角色的最后N角色访问过的地方,这些角色将显示在角色选择页面的上方。 用户如果只有很少的角色,应该禁用快速访问列表。',
1.6       bisitz   6349: 
                   6350:    '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      6351: => '一些 LON-CAPA 用户有很多课程。在快速访问列表里面将显示最近使用过的课程的最后N课程访问过的地方,这些课程将显示在课程选择页面的上方。用户如果只有很少的角色,应该禁用快速访问列表。',
1.6       bisitz   6352: 
                   6353:    'Switch to Inline Menu Mode'
1.18      zhu      6354: => '切换到内置菜单模式',
1.6       bisitz   6355: 
                   6356:    '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      6357: => '这下面的列表可以用来<q>冻结</q>屏幕上的角色。这些标记为冻结的将不会从名单中删除,即便最近没有被使用过时。',
1.6       bisitz   6358: 
                   6359:    'View Status'
1.12      zhu      6360: => '查看状态',
1.6       bisitz   6361: 
                   6362:    'View/Change Status'
1.22      zhu      6363: => '查看/修改状态',
1.6       bisitz   6364: 
                   6365:    'You are not currently a member of any active groups in this course.'
1.93      raeburn  6366: => 'You are not currently a member of any active groups in this course.',
1.6       bisitz   6367: 
                   6368:    'Group [_1] was updated.'
1.12      zhu      6369: => '组 [_1] 已更新。',
1.6       bisitz   6370: 
                   6371:    'An error occurred while setting parameters for Discussion Boards folder: [_1]'
1.93      raeburn  6372: => 'An error occurred while setting parameters for Discussion Boards folder: [_1]',
1.6       bisitz   6373: 
                   6374:    'Discussion Boards Folder created.'
1.9       zhu      6375: => '创建讨论板夹。',
1.6       bisitz   6376: 
                   6377:    'You do not have group administration privileges in this course.'
1.93      raeburn  6378: => 'You do not have group administration privileges in this course.',
1.6       bisitz   6379: 
                   6380:    'An error occurred when [_1] the group. Please try again.'
1.93      raeburn  6381: => 'An error occurred when [_1] the group. Please try again.',
1.6       bisitz   6382: 
                   6383:    'You have requested deletion of the group [_1].'
1.93      raeburn  6384: => 'You have requested deletion of the group [_1].',
1.6       bisitz   6385: 
                   6386:    'The following users could not be activated, because an error occurred:'
1.93      raeburn  6387: => 'The following users could not be activated, because an error occurred:',
1.6       bisitz   6388: 
                   6389:    'The following users could not be reenabled, because an error occurred:'
1.93      raeburn  6390: => 'The following users could not be reenabled, because an error occurred:',
1.6       bisitz   6391: 
                   6392:    'The following users could not be modified, because an error occurred:'
1.93      raeburn  6393: => 'The following users could not be modified, because an error occurred:',
1.6       bisitz   6394: 
                   6395:    'The following users could not be added, because an error occurred:'
1.93      raeburn  6396: => 'The following users could not be added, because an error occurred:',
1.6       bisitz   6397: 
                   6398:    'The following users could not be deleted, because an error occurred:'
1.93      raeburn  6399: => 'The following users could not be deleted, because an error occurred:',
1.6       bisitz   6400: 
                   6401:    'The following users could not be expired, because an error occurred:'
1.93      raeburn  6402: => 'The following users could not be expired, because an error occurred:',
1.6       bisitz   6403: 
                   6404:    'No change occurred for the following users:'
1.93      raeburn  6405: => 'No change occurred for the following users:',
1.6       bisitz   6406: 
                   6407:    'When a group is deleted the following occurs:'
1.93      raeburn  6408: => 'When a group is deleted the following occurs:',
1.6       bisitz   6409: 
                   6410:    'All group membership is terminated.'
1.93      raeburn  6411: => 'All group membership is terminated.',
1.6       bisitz   6412: 
                   6413:    'The group ceases to be available either for viewing or for modification of group settings and membership.'
1.93      raeburn  6414: => 'The group ceases to be available either for viewing or for modification of group settings and membership.',
1.6       bisitz   6415: 
                   6416:    '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  6417: => '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   6418: 
                   6419:    '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  6420: => '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   6421: 
                   6422:    'Delete group'
1.12      zhu      6423: => '删除组',
1.6       bisitz   6424: 
                   6425:    'Group deletion failed because deletion of [_1] out of [_2] members failed.'
1.42      bisitz   6426: => '删除组失败,因为[_1]的[_2]成员不能被删除。',
1.6       bisitz   6427: 
                   6428:    'Group successfully deleted.'
1.12      zhu      6429: => '该组已成功删除。',
1.6       bisitz   6430: 
                   6431:    "Although the group was deleted, an error occurred when removing the group's folder from the 'Course Groups' folder: [_1]"
1.12      zhu      6432: => "该组已被删除,从课程组的文件夹删除组文件夹时发生错误:[_1]",
1.6       bisitz   6433: 
                   6434:    'Group deletion failed.'
1.12      zhu      6435: => '组删除失败。',
1.6       bisitz   6436: 
                   6437:    'Course Folder -[_1]'
1.12      zhu      6438: => '课程文件夹 [_1]',
1.6       bisitz   6439: 
                   6440:    'An error occurred when reading contents of parent folder to group:'
1.93      raeburn  6441: => 'An error occurred when reading contents of parent folder to group:',
1.6       bisitz   6442: 
                   6443:    'An error occurred when saving updated parent folder to group:'
1.93      raeburn  6444: => 'An error occurred when saving updated parent folder to group:',
1.6       bisitz   6445: 
                   6446:    'You have requested enabling the previously deleted group [_1].'
1.93      raeburn  6447: => 'You have requested enabling the previously deleted group [_1].',
1.6       bisitz   6448: 
                   6449:    'When a deleted group is re-enabled the following occurs:'
1.93      raeburn  6450: => 'When a deleted group is re-enabled the following occurs:',
1.6       bisitz   6451: 
                   6452:    'Group settings and membership at the time the group was deleted are reinstated.'
1.93      raeburn  6453: => 'Group settings and membership at the time the group was deleted are reinstated.',
1.6       bisitz   6454: 
                   6455:    'A group folder is added to the "Course Groups" folder which contains folders for all groups in the course.'
1.93      raeburn  6456: => 'A group folder is added to the "Course Groups" folder which contains folders for all groups in the course.',
1.6       bisitz   6457: 
                   6458:    'Reenable group'
1.12      zhu      6459: => '组恢复',
1.6       bisitz   6460: 
                   6461:    '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  6462: => '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   6463: 
                   6464:    'No end date set'
1.12      zhu      6465: => '没有设定结束日期',
1.6       bisitz   6466: 
                   6467:    'Membership reinstated for [quant,_1,user], each with start and end dates for group access set to defaults: [_2] and [_3]'
1.93      raeburn  6468: => 'Membership reinstated for [quant,_1,user], each with start and end dates for group access set to defaults: [_2] and [_3]',
1.6       bisitz   6469: 
                   6470:    "Although the group was re-enabled, an error occurred when adding the group's folder to the 'Course Groups' folder: [_1]"
1.93      raeburn  6471: => "Although the group was re-enabled, an error occurred when adding the group's folder to the 'Course Groups' folder: [_1]",
1.6       bisitz   6472: 
                   6473:    'Re-enabling group failed.'
1.18      zhu      6474: => '重新启用组失败。',
1.6       bisitz   6475: 
                   6476:    'with related words'
1.18      zhu      6477: => '相关的关键词',
1.6       bisitz   6478: 
                   6479:    'with no related words'
1.18      zhu      6480: => '没有相关的关键词',
1.6       bisitz   6481: 
                   6482:    'Change Roles Preferences'
1.18      zhu      6483: => '改变角色偏好',
1.6       bisitz   6484: 
                   6485:    'Display [_1] Most Recent Roles'
1.22      zhu      6486: => '显示 [_1] 个最近角色',
1.6       bisitz   6487: 
                   6488:    'Freeze Role'
1.18      zhu      6489: => '冻结角色',
1.6       bisitz   6490: 
                   6491:    'Recent Roles Hotlist is Disabled'
1.22      zhu      6492: => '禁用最近使用角色的快速访问列表',
1.6       bisitz   6493: 
                   6494:    'Recent Roles Hotlist is Enabled'
1.22      zhu      6495: => '启用最近使用角色的快速访问列表',
1.6       bisitz   6496: 
                   6497:    'Author Space'
1.13      zhu      6498: => '作者空间',
1.6       bisitz   6499: 
                   6500:    'Degree of discrimination'
1.18      zhu      6501: => '分化程度',
1.6       bisitz   6502: 
                   6503:    'Disable WYSIWYG Editor'
1.13      zhu      6504: => '禁用WYSIWYG编辑器',
1.6       bisitz   6505: 
                   6506:    'Hypertext Document'
1.13      zhu      6507: => 'HTML 文件',
1.6       bisitz   6508: 
                   6509:    'Last Modifying User'
1.13      zhu      6510: => '上次修改用户',
1.6       bisitz   6511: 
                   6512:    'Last Revision Date'
1.18      zhu      6513: => '最近修订日期',
1.6       bisitz   6514: 
                   6515:    'Linked/Related Resources'
1.18      zhu      6516: => '联系/相关资源',
1.6       bisitz   6517: 
                   6518:    'Network-wide courses using resource'
1.18      zhu      6519: => '网络上使用该课程资源',
1.6       bisitz   6520: 
                   6521:    'Never'
1.18      zhu      6522: => '从不',
1.6       bisitz   6523: 
                   6524:    'Preview'
1.18      zhu      6525: => '预览',
1.6       bisitz   6526: 
                   6527:    'Resources that follow this resource in maps'
1.93      raeburn  6528: => 'Resources that follow this resource in maps',
1.6       bisitz   6529: 
                   6530:    'Resources that lead up to this resource in maps'
1.93      raeburn  6531: => 'Resources that lead up to this resource in maps',
1.6       bisitz   6532: 
                   6533:    'Resources used by this resource'
1.93      raeburn  6534: => 'Resources used by this resource',
1.6       bisitz   6535: 
                   6536:    'Resources using or importing resource'
1.101     bisitz   6537: => '资源使用或导入',
1.6       bisitz   6538: 
                   6539:    'Return'
                   6540: => '后退',
                   6541: 
                   6542:    'Setting WYSIWYG editor to:'
1.57      zhu      6543: => 'WYSIWYG-编辑器设置为:',
1.6       bisitz   6544: 
                   6545:    'Source Available'
1.18      zhu      6546: => '源代码可用',
1.6       bisitz   6547: 
                   6548:    'Source Custom Distribution File'
1.18      zhu      6549: => '源代码的访问权限',
1.6       bisitz   6550: 
1.110     bisitz   6551:    'Start new page[_1]before selected'
                   6552: => 'Start new page[_1]before selected',
1.6       bisitz   6553: 
                   6554:    'on'
1.57      zhu      6555: => '开',
1.6       bisitz   6556: 
                   6557:    '(on)'
1.63      zhu      6558: => '(on)',
1.6       bisitz   6559: 
                   6560:    'off'
1.57      zhu      6561: => '关',
1.6       bisitz   6562: 
                   6563:    '(off)'
1.63      zhu      6564: => '(off)',
1.6       bisitz   6565: 
                   6566:    '(re-initialize course to access)'
1.63      zhu      6567: => '(re-initialize course to access)',
1.6       bisitz   6568: 
                   6569:    'All Parts'
1.93      raeburn  6570: => 'All Parts',
1.6       bisitz   6571: 
                   6572:    'Changes will become active for your current session after [_1], or the next time you log in.'
                   6573: => '点击 [_1] 按钮来保存最后的更改。',
                   6574: 
                   6575:    'Cut'
                   6576: => '剪切',
                   6577: 
                   6578:    'Random Order'
                   6579: => '任意顺序',
                   6580: 
                   6581:    'Due and Answer Available'
1.93      raeburn  6582: => 'Due and Answer Available',
1.6       bisitz   6583: 
                   6584:    'Edit any group in the course'
                   6585: => '课程分组管理',
                   6586: 
                   6587:    'Editing the Table of Contents for your Course'
                   6588: => '如何修改课程内容',
                   6589: 
                   6590:    'Enter any group in the course'
1.93      raeburn  6591: => 'Enter any group in the course',
1.6       bisitz   6592: 
                   6593:    'Existing Parameter Settings for Your Resources'
1.93      raeburn  6594: => 'Existing Parameter Settings for Your Resources',
1.6       bisitz   6595: 
                   6596:    'Group'
1.12      zhu      6597: => '组',
1.6       bisitz   6598: 
                   6599:    'Group:'
1.18      zhu      6600: => '组:',
1.6       bisitz   6601: 
                   6602:    'Hidden'
                   6603: => '隐藏',
                   6604: 
                   6605:    'List Symbs'
                   6606: => '内部标识',
                   6607: 
                   6608:    'Symb List'
1.12      zhu      6609: => '内部标识名单',
1.6       bisitz   6610: 
1.55      zhu      6611: #   'Manage Course Slots'
                   6612: #=> '管理课程插槽',
                   6613: 
                   6614:    'Manage Slots'
                   6615: => 'Manage Slots',
1.6       bisitz   6616: 
                   6617:    'Manage student enrollment '
1.27      zhu      6618: => '招生管理 ',
1.6       bisitz   6619: 
                   6620:    'Modify Resource Parameters - Overview Mode'
1.27      zhu      6621: => '修改资源参数 - 概况模式',
1.6       bisitz   6622: 
                   6623:    'Modify parameter settings (due dates, etc) for resources and the course'
                   6624: => '修改课程和资源参数',
                   6625: 
                   6626:    'Modify parameter settings for this resource'
1.98      bisitz   6627: => '参数设置',
1.6       bisitz   6628: 
                   6629:    'New and Existing Parameter Settings for Your Resources'
1.27      zhu      6630: => '为您的资源设置新的和现有的参数',
1.6       bisitz   6631: 
                   6632:    'Parameter Change Log and Course Blog Posting/User Notification'
1.27      zhu      6633: => '参数变更记录和课程博客/用户通知',
1.6       bisitz   6634: 
                   6635:    'Parameter Manager'
                   6636: => '参数管理',
                   6637: 
                   6638:    'Randomly Pick: '
                   6639: => '随机挑选: ',
                   6640: 
                   6641:    'Remove'
                   6642: => '删除',
                   6643: 
                   6644:    'Rendering:'
1.12      zhu      6645: => '检查:',
1.6       bisitz   6646: 
                   6647:    'Select Parameters to View'
1.27      zhu      6648: => '选择想要查看的参数',
1.6       bisitz   6649: 
                   6650:    'Select Parts to View'
1.27      zhu      6651: => '选择想要查看的部分',
1.6       bisitz   6652: 
                   6653:    'Set Parameter Setting Default Actions'
1.70      zhu      6654: => '设置默认操作的参数',
1.6       bisitz   6655: 
                   6656:    'Set Portfolio Metadata'
1.27      zhu      6657: => '设置元数据-组合',
1.6       bisitz   6658: 
                   6659:    'Set/Modify Resource Parameters - Helper Mode'
1.27      zhu      6660: => '设置/修改资源参数 - 辅助模式',
1.6       bisitz   6661: 
                   6662:    'Set/Modify Resource Parameters - Overview Mode'
1.27      zhu      6663: => '设置/修改资源参数 - 概况模式',
1.6       bisitz   6664: 
                   6665:    'Set/Modify Resource Parameters - Table Mode'
1.27      zhu      6666: => '设置/修改资源参数 - 表模式',
1.6       bisitz   6667: 
                   6668:    'Settings for Your Course'
1.27      zhu      6669: => '课程设置',
1.6       bisitz   6670: 
                   6671:    'Table Mode'
1.27      zhu      6672: => '表模式',
1.6       bisitz   6673: 
                   6674:    'Table Mode Parameter Setting'
1.27      zhu      6675: => '表模式参数设定',
1.6       bisitz   6676: 
                   6677:    '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  6678: => '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   6679: 
                   6680:    'URL hidden'
                   6681: => '隐藏 URL',
                   6682: 
                   6683:    'Update Parameter Display'
1.27      zhu      6684: => '更新参数',
1.6       bisitz   6685: 
                   6686:    'View calculated grades (Spreadsheet)'
1.63      zhu      6687: => '计算评分(Spreadsheet)',
1.6       bisitz   6688: 
                   6689:    "What's new?"
                   6690: => "有什么新的?",
                   6691: 
                   6692:    're-initializing Course'
                   6693: => '重新初始化课程',
                   6694: 
                   6695:    'Show Resource'
1.18      zhu      6696: => '查看资源',
1.6       bisitz   6697: 
                   6698:    'Feedback to resource author'
1.18      zhu      6699: => '反馈给此资源的作者',
1.6       bisitz   6700: 
1.20      bisitz   6701:    'Click to add/remove attachments'
1.12      zhu      6702: => '单击添加/删除附件',
1.6       bisitz   6703: 
                   6704:    'New attachments'
1.12      zhu      6705: => '新附件',
1.6       bisitz   6706: 
                   6707:    'Retained attachments'
1.12      zhu      6708: => '保留附件',
1.6       bisitz   6709: 
                   6710:    'Add a new attachment to this post.'
1.19      zhu      6711: => '给这个信息添加新的附件:',
1.6       bisitz   6712: 
                   6713:    'Discussion Post Attachments'
1.12      zhu      6714: => '讨论张贴附件',
1.6       bisitz   6715: 
                   6716:    'Modify course settings'
1.93      raeburn  6717: => 'Modify course settings',
1.6       bisitz   6718: 
                   6719:    'Send and display broadcast e-mail'
1.93      raeburn  6720: => 'Send and display broadcast e-mail',
1.6       bisitz   6721: 
                   6722:    'Awarded Total Points'
1.10      zhu      6723: => '达到总分',
1.6       bisitz   6724: 
                   6725:    'Total Parts Done'
1.93      raeburn  6726: => 'Total Parts Done',
1.6       bisitz   6727: 
                   6728:    'Create a single course'
1.93      raeburn  6729: => 'Create a single course',
1.6       bisitz   6730: 
                   6731:    'Create a new course by completing an online form.'
1.93      raeburn  6732: => 'Create a new course by completing an online form.',
1.6       bisitz   6733: 
                   6734:    'Create a single collaborative group space'
1.93      raeburn  6735: => 'Create a single collaborative group space',
1.6       bisitz   6736: 
                   6737:    'Create a new group space for non-course use by completing an online form.'
1.93      raeburn  6738: => 'Create a new group space for non-course use by completing an online form.',
1.6       bisitz   6739: 
                   6740:    'Create courses/groups by uploading an attributes file'
1.93      raeburn  6741: => 'Create courses/groups by uploading an attributes file',
1.6       bisitz   6742: 
                   6743:    'Upload an attributes file containing specifications for one or more courses or groups in XML format.'
1.93      raeburn  6744: => 'Upload an attributes file containing specifications for one or more courses or groups in XML format.',
1.6       bisitz   6745: 
                   6746:    'current'
1.12      zhu      6747: => '当前的',
1.6       bisitz   6748: 
                   6749:    'Version changes'
1.93      raeburn  6750: => 'Version changes',
1.6       bisitz   6751: 
                   6752:    'Change interval'
1.93      raeburn  6753: => 'Change interval',
1.6       bisitz   6754: 
                   6755:    'Student Submission Reports'
1.93      raeburn  6756: => 'Student Submission Reports',
1.6       bisitz   6757: 
                   6758:    'Prepare reports of student submissions.'
1.93      raeburn  6759: => 'Prepare reports of student submissions.',
1.6       bisitz   6760: 
                   6761:    'Survey Reports'
1.93      raeburn  6762: => 'Survey Reports',
1.6       bisitz   6763: 
                   6764:    'Prepare reports on survey results.'
1.93      raeburn  6765: => 'Prepare reports on survey results.',
1.6       bisitz   6766: 
                   6767:    'View survey'
1.93      raeburn  6768: => 'View survey',
1.6       bisitz   6769: 
                   6770:    'Previous Survey'
1.93      raeburn  6771: => 'Previous Survey',
1.6       bisitz   6772: 
                   6773:    'Next Survey'
1.93      raeburn  6774: => 'Next Survey',
1.6       bisitz   6775: 
                   6776:    'Choose a different Survey'
1.93      raeburn  6777: => 'Choose a different Survey',
1.6       bisitz   6778: 
                   6779:    'Generate Report'
1.93      raeburn  6780: => 'Generate Report',
1.6       bisitz   6781: 
                   6782:    'Part [_1], Response [_2]'
1.27      zhu      6783: => '部份 [_1], 答案 [_2]',
1.6       bisitz   6784: 
                   6785:    'Foil Name'
1.93      raeburn  6786: => 'Foil Name',
1.6       bisitz   6787: 
                   6788:    'Foil Text'
1.93      raeburn  6789: => 'Foil Text',
1.6       bisitz   6790: 
                   6791:    'Percent'
1.27      zhu      6792: => '百分比',
1.6       bisitz   6793: 
                   6794:    'Correct Problems Plot'
1.93      raeburn  6795: => 'Correct Problems Plot',
1.6       bisitz   6796: 
                   6797:    'Display a histogram of student performance in the course.'
1.93      raeburn  6798: => 'Display a histogram of student performance in the course.',
1.6       bisitz   6799: 
                   6800:    'Access Status'
1.27      zhu      6801: => '访问状态',
1.6       bisitz   6802: 
1.31      bisitz   6803:    '[_1] Limit by time'
                   6804: => '[_1] 限制时间',
1.6       bisitz   6805: 
                   6806:    'Submission Time Plots'
1.93      raeburn  6807: => 'Submission Time Plots',
1.6       bisitz   6808: 
                   6809:    'Currently Has Access'
1.27      zhu      6810: => '目前访问',
1.6       bisitz   6811: 
                   6812:    'Will Have Future Access'
1.27      zhu      6813: => '将来的访问',
1.6       bisitz   6814: 
                   6815:    'Previously Had Access'
1.27      zhu      6816: => '此前的访问',
1.6       bisitz   6817: 
                   6818:    'Any Access Status'
1.27      zhu      6819: => '任易的访问状态',
1.6       bisitz   6820: 
                   6821:    'Previous Problem'
1.12      zhu      6822: => '前面的问题',
1.6       bisitz   6823: 
                   6824:    'Next Problem'
1.12      zhu      6825: => '下一个问题',
1.6       bisitz   6826: 
                   6827:    'Choose a different Problem'
1.93      raeburn  6828: => 'Choose a different Problem',
1.6       bisitz   6829: 
                   6830:    'Update Caches'
1.93      raeburn  6831: => 'Update Caches',
1.6       bisitz   6832: 
                   6833:    'Begin'
1.93      raeburn  6834: => 'Begin',
1.6       bisitz   6835: 
                   6836:    'There are no students in the sections selected.'
1.93      raeburn  6837: => 'There are no students in the sections selected.',
1.6       bisitz   6838: 
                   6839:    'There are no students in the sections/groups selected.'
1.93      raeburn  6840: => 'There are no students in the sections/groups selected.',
1.6       bisitz   6841: 
                   6842:    'There is no submission data for this problem at all.'
1.93      raeburn  6843: => 'There is no submission data for this problem at all.',
1.6       bisitz   6844: 
                   6845:    'There is no submission data for this problem.'
1.93      raeburn  6846: => 'There is no submission data for this problem.',
1.6       bisitz   6847: 
                   6848:    'There is no submission data for this resource.'
1.93      raeburn  6849: => 'There is no submission data for this resource.',
1.6       bisitz   6850: 
                   6851:    'There is no data to plot.'
1.93      raeburn  6852: => 'There is no data to plot.',
1.6       bisitz   6853: 
                   6854:    'Analysis of [_1] is not supported.'
1.93      raeburn  6855: => 'Analysis of [_1] is not supported.',
1.6       bisitz   6856: 
                   6857:    'None of the selected students attempted the problem more than [_1] times.'
1.93      raeburn  6858: => 'None of the selected students attempted the problem more than [_1] times.',
1.6       bisitz   6859: 
                   6860:    'None of the selected students attempted the problem.'
1.93      raeburn  6861: => 'None of the selected students attempted the problem.',
1.6       bisitz   6862: 
                   6863:    'The analysis you have selected is not supported at this time.'
1.93      raeburn  6864: => 'The analysis you have selected is not supported at this time.',
1.6       bisitz   6865: 
                   6866:    'Graph Problem Submission Times'
1.93      raeburn  6867: => 'Graph Problem Submission Times',
1.6       bisitz   6868: 
                   6869:    'Return to Directory'
1.10      zhu      6870: => '返回目录',
1.6       bisitz   6871: 
                   6872:    'Return to directory'
1.10      zhu      6873: => '返回目录',
1.6       bisitz   6874: 
                   6875:    'My Roles'
                   6876: => '我的角色',
                   6877: 
                   6878:    'My Space'
                   6879: => '我的空间',
                   6880: 
                   6881:    'Edit blogs, RSS feeds, and podcasts'
1.18      zhu      6882: => '博客, RSS-反馈 和 播客',
1.6       bisitz   6883: 
                   6884:    'Content Library'
                   6885: => '内容',
                   6886: 
                   6887:    'Search the contents of this course or accessible portfolio files'
1.9       zhu      6888: => '搜索这门课程的内容,或可组合文件',
1.6       bisitz   6889: 
                   6890:    'Grading and Statistics'
                   6891: => '审查和统计',
                   6892: 
                   6893:    'Other'
                   6894: => '其他',
                   6895: 
                   6896:    'group'
1.12      zhu      6897: => '组',
1.6       bisitz   6898: 
                   6899:    'Size'
1.12      zhu      6900: => '大小',
1.6       bisitz   6901: 
                   6902:    'Current Access Status'
1.9       zhu      6903: => '目前获得状态',
1.6       bisitz   6904: 
                   6905:    'Delete Checked Files'
1.22      zhu      6906: => '删除选中的文件',
1.6       bisitz   6907: 
                   6908:    'Using the portfolio file list'
1.12      zhu      6909: => '使用组合的文件列表',
1.6       bisitz   6910: 
                   6911:    'Help on the portfolio'
1.31      bisitz   6912: => '组帮助',
1.6       bisitz   6913: 
                   6914:    'Private'
1.9       zhu      6915: => '私人的',
1.6       bisitz   6916: 
                   6917:    'Change How Menus are Displayed'
1.22      zhu      6918: => '改变菜单显示',
1.6       bisitz   6919: 
                   6920:    'Use icons and text'
1.22      zhu      6921: => '使用图标和文本',
1.6       bisitz   6922: 
                   6923:    'Use buttons and text'
1.22      zhu      6924: => '使用按钮和文本',
1.6       bisitz   6925: 
                   6926:    'Use icons only'
1.22      zhu      6927: => '只有图标',
1.6       bisitz   6928: 
                   6929:    'Previous Tries'
1.18      zhu      6930: => '以前的尝试',
1.6       bisitz   6931: 
                   6932:    'Change Main Menu'
1.18      zhu      6933: => '改变主菜单',
1.6       bisitz   6934: 
1.18      zhu      6935:    'New screenname (shown if you post anonymously)'
                   6936: => '新昵称(显示在匿名讨论中)',
1.6       bisitz   6937: 
1.18      zhu      6938:    'New nickname (shown if you post non-anonymously)'
                   6939: => '新昵称(显示在正常讨论中)',
1.6       bisitz   6940: 
                   6941:    'Choose the time window to use to display roles for which access to the course expired.'
1.93      raeburn  6942: => 'Choose the time window to use to display roles for which access to the course expired.',
1.6       bisitz   6943: 
                   6944:    'Choose the time window to use to display roles for which access to the course became available.'
1.93      raeburn  6945: => 'Choose the time window to use to display roles for which access to the course became available.',
1.6       bisitz   6946: 
                   6947:    'Choose the time window to use to display resources in the course with version changes.'
1.63      zhu      6948: => '选择的时间窗口,显示课程资源与版本变化。',
1.6       bisitz   6949: 
                   6950:    'User Management'
                   6951: => '用户管理',
                   6952: 
                   6953:    'Manage student enrollment'
1.63      zhu      6954: => '招生管理',
1.6       bisitz   6955: 
                   6956:    'Modify an existing group'
1.10      zhu      6957: => '修改现有的组',
1.6       bisitz   6958: 
                   6959:    'Delete an existing group'
1.10      zhu      6960: => '删除现有的组',
1.6       bisitz   6961: 
                   6962:    'Re-enable a deleted group'
1.10      zhu      6963: => '还原已删除的组',
1.6       bisitz   6964: 
                   6965:    'Enter an existing group'
1.10      zhu      6966: => '加入现有的组',
1.6       bisitz   6967: 
                   6968:    'Course Management'
                   6969: => '课程管理',
                   6970: 
                   6971:    'Reset Student Access Times'
1.10      zhu      6972: => '重置学生的访问时间',
1.6       bisitz   6973: 
                   6974:    'Submission #'
1.18      zhu      6975: => '回答次数',
1.6       bisitz   6976: 
                   6977:    'Try'
1.10      zhu      6978: => '尝试',
1.6       bisitz   6979: 
                   6980:    'Try [_1]'
1.10      zhu      6981: => '尝试 [_1]。',
1.6       bisitz   6982: 
                   6983:    'Submitted Answer'
1.10      zhu      6984: => '提交答案',
1.6       bisitz   6985: 
                   6986:    'Close Window'
1.10      zhu      6987: => '关闭窗口',
1.6       bisitz   6988: 
                   6989:    'Close window'
1.10      zhu      6990: => '关闭窗口',
1.6       bisitz   6991: 
                   6992:    'Portfolio Search'
1.10      zhu      6993: => '组合搜索',
1.6       bisitz   6994: 
                   6995:    'Enter words and quoted phrases'
1.10      zhu      6996: => '输入字词和引用短语',
1.6       bisitz   6997: 
                   6998:    'Portfolio and Course Search'
1.9       zhu      6999: => '组合及课程搜寻',
1.6       bisitz   7000: 
                   7001:    'Message Status'
1.55      zhu      7002: => '邮件状态',
1.6       bisitz   7003: 
                   7004:    'Any'
1.10      zhu      7005: => '任意的',
1.6       bisitz   7006: 
                   7007:    'Unread'
1.10      zhu      7008: => '未阅读',
1.6       bisitz   7009: 
                   7010:    'Read'
1.10      zhu      7011: => '已阅读',
1.6       bisitz   7012: 
                   7013:    'Replied to'
1.10      zhu      7014: => '回复',
1.6       bisitz   7015: 
                   7016:    'Forwarded'
1.10      zhu      7017: => '转发',
1.6       bisitz   7018: 
                   7019:    'Rename Folder'
1.10      zhu      7020: => '重命名文件夹',
1.6       bisitz   7021: 
                   7022:    'Delete Folder'
1.10      zhu      7023: => '删除文件夹',
1.6       bisitz   7024: 
                   7025:    'Recent Roles'
1.10      zhu      7026: => '最近的角色',
1.6       bisitz   7027: 
                   7028:    'Close navigation window'
1.9       zhu      7029: => '关闭导航窗口',
1.6       bisitz   7030: 
                   7031:    'Post Anonymous'
1.10      zhu      7032: => '匿名发送',
1.6       bisitz   7033: 
                   7034:    'Post'
1.10      zhu      7035: => '发送',
1.6       bisitz   7036: 
                   7037:    'Back to preferences menu'
1.10      zhu      7038: => '后退',
1.6       bisitz   7039: 
1.80      bisitz   7040:    'Forward messages to other account(s) in LON-CAPA'
1.93      raeburn  7041: => 'Forward messages to other account(s) in LON-CAPA',
1.80      bisitz   7042: 
                   7043:    'Forward to account(s)'
1.93      raeburn  7044: => 'Forward to account(s)', # '转发地址',
1.6       bisitz   7045: 
                   7046:    'e.g. <tt>userA:domain1,userB:domain2,...</tt>'
1.10      zhu      7047: => '例如 <tt>用户A:领域1,用户B:领域2,...</tt>',
1.6       bisitz   7048: 
                   7049:    'Notification E-mail Address(es)'
1.93      raeburn  7050: => 'Notification E-mail Address(es)',
1.6       bisitz   7051: 
1.80      bisitz   7052:    'E-mail address(es) which should be notified about new LON-CAPA messages'
1.10      zhu      7053: => '关于 LON-CAPA 新消息被通知的 E-Mail 地址',
1.6       bisitz   7054: 
                   7055:    'e.g. <tt>joe@doe.com</tt>'
1.10      zhu      7056: => '例如 <tt>xiaoming@sohu.com</tt>',
1.6       bisitz   7057: 
                   7058:    'Notification address'
1.10      zhu      7059: => '通知地址',
1.6       bisitz   7060: 
                   7061:    'Types of message for which notification is sent'
1.10      zhu      7062: => '发出应该被通知的信息',
1.6       bisitz   7063: 
                   7064:    'Excerpt retains HTML tags in message'
1.10      zhu      7065: => '在邮件中保持 HTML',
1.6       bisitz   7066: 
                   7067:    'All'
1.10      zhu      7068: => '所有的',
1.6       bisitz   7069: 
                   7070:    'Critical only'
1.10      zhu      7071: => '只重要的',
1.6       bisitz   7072: 
                   7073:    'Non-critical only'
1.10      zhu      7074: => '非重要的',
1.6       bisitz   7075: 
                   7076:    'Add new address'
1.10      zhu      7077: => '添加新的地址',
1.6       bisitz   7078: 
                   7079:    'What are forwarding and notification addresses?'
1.10      zhu      7080: => '什么是转发和通知地址?',
1.6       bisitz   7081: 
                   7082:    'What are critical messages?'
1.10      zhu      7083: => '什么是重要的信息?',
1.6       bisitz   7084: 
                   7085:    'Change Roles Page Pref'
1.10      zhu      7086: => '用户角色快速访问列表',
1.6       bisitz   7087: 
                   7088:    'Number of Roles in Hotlist:'
1.10      zhu      7089: => '一些角色的快速访问列表:',
1.6       bisitz   7090: 
                   7091:    'Current Password'
1.10      zhu      7092: => '当前密码',
1.6       bisitz   7093: 
                   7094:    'New Password'
1.10      zhu      7095: => '新密码',
1.6       bisitz   7096: 
                   7097:    'Confirm Password'
1.10      zhu      7098: => '新密码确认',
1.6       bisitz   7099: 
                   7100:    'Passwords must be a minimum of 7 characters long. Please try again.'
1.10      zhu      7101: => '密码必须至少有7个字符长。请再试一次。',
1.6       bisitz   7102: 
                   7103:    'The new passwords you entered do not match. Please try again.'
1.10      zhu      7104: => '新的密码输入不匹配。请再试一次。',
1.6       bisitz   7105: 
                   7106:    'Please make sure your old password was entered correctly.'
1.10      zhu      7107: => '请确认您的旧密码输入正确。',
1.6       bisitz   7108: 
                   7109:    'Send me a message'
                   7110: => '请给我发送邮件',
                   7111: 
                   7112:    'Show Public View'
                   7113: => '查看公众视野',
                   7114: 
                   7115:    'Delete Photo'
                   7116: => '删除照片',
                   7117: 
                   7118:    'Help with filling in text boxes'
                   7119: => '文本框输入帮助',
                   7120: 
                   7121:    'Examples'
1.10      zhu      7122: => '例子',
1.6       bisitz   7123: 
                   7124:    'Summary Preview'
1.10      zhu      7125: => '摘要预览',
1.6       bisitz   7126: 
                   7127:    'Send copy to permanent email address (if known)'
1.10      zhu      7128: => '发送副本到其它的电子邮件地址 (如果已知)',
1.6       bisitz   7129: 
                   7130:    'Include in course RSS newsfeed'
1.10      zhu      7131: => '包括课程的 RSS-Feeds',
1.6       bisitz   7132: 
                   7133:    'Allow replies:'
1.10      zhu      7134: => '允许答复:',
1.6       bisitz   7135: 
                   7136:    'Reply to:'
1.10      zhu      7137: => '回复:',
1.6       bisitz   7138: 
                   7139:    'Domain Management'
1.10      zhu      7140: => '域管理',
1.6       bisitz   7141: 
                   7142:    'Course ID of Key Authority:'
1.93      raeburn  7143: => 'Course ID of Key Authority:',
1.6       bisitz   7144: 
                   7145:    'Set domain configuration'
1.10      zhu      7146: => '域配置',
1.6       bisitz   7147: 
                   7148:    'Domain Configuration'
1.10      zhu      7149: => '域配置',
1.6       bisitz   7150: 
                   7151:    'View/Modify Domain Settings'
1.10      zhu      7152: => '查看/修改域配置',
1.6       bisitz   7153: 
                   7154:    'Menu'
                   7155: => '菜单',
                   7156: 
                   7157:    'Domain Settings'
1.10      zhu      7158: => '域配置',
1.6       bisitz   7159: 
                   7160:    'Course Environment'
1.10      zhu      7161: => '课程环境',
1.6       bisitz   7162: 
                   7163:    'Edit Course Environment'
1.10      zhu      7164: => '编辑课程环境',
1.6       bisitz   7165: 
                   7166:    'Users allowed to clone course'
1.93      raeburn  7167: => 'Users allowed to clone course',
1.6       bisitz   7168: 
                   7169:    'Users with active Course Coordinator role in this course are permitted to clone and need not be included.'
1.93      raeburn  7170: => 'Users with active Course Coordinator role in this course are permitted to clone and need not be included.',
1.6       bisitz   7171: 
                   7172:    'Use [_1] to allow course to be cloned by anyone in the specified domain.'
1.98      bisitz   7173: => 'Use [_1] to allow course to be cloned by anyone in the specified domain.',
1.6       bisitz   7174: 
                   7175:    'Use [_1] to allow unrestricted cloning in all domains.'
1.98      bisitz   7176: => 'Use [_1] to allow unrestricted cloning in all domains.',
1.6       bisitz   7177: 
                   7178:    'URL of Syllabus (not using internal handler)'
1.18      zhu      7179: => '教学大纲的网址 (URL)',
1.6       bisitz   7180: 
                   7181:    'Custom Text for Resource Content Question Option in Feedback'
1.93      raeburn  7182: => 'Custom Text for Resource Content Question Option in Feedback',
1.6       bisitz   7183: 
                   7184:    'Custom Text for Course Content Option in Feedback'
1.93      raeburn  7185: => 'Custom Text for Course Content Option in Feedback',
1.6       bisitz   7186: 
                   7187:    'Custom Text for Course Policy Option in Feedback'
1.93      raeburn  7188: => 'Custom Text for Course Policy Option in Feedback',
1.6       bisitz   7189: 
                   7190:    'Allow students to view classlist.'
1.93      raeburn  7191: => 'Allow students to view classlist.',
1.6       bisitz   7192: 
                   7193:    'Allow users with specified roles to edit/delete their own discussion posts'
1.93      raeburn  7194: => 'Allow users with specified roles to edit/delete their own discussion posts',
1.6       bisitz   7195: 
                   7196:    'Suppress number of tries in printing'
1.93      raeburn  7197: => 'Suppress number of tries in printing',
1.6       bisitz   7198: 
                   7199:    'Default paper type'
1.93      raeburn  7200: => 'Default paper type',
1.6       bisitz   7201: 
                   7202:    'Default beginning date for student access.'
1.22      zhu      7203: => '学生访问的默认开始日期',
1.6       bisitz   7204: 
                   7205:    'Default ending date for student access.'
1.22      zhu      7206: => '学生访问的默认结束日期',
1.6       bisitz   7207: 
                   7208:    'Disable checking of Significant Figures'
1.98      bisitz   7209: => 'Disable checking of Significant Figures',
1.6       bisitz   7210: 
                   7211:    'Disable automatically printing point values onto exams.'
1.93      raeburn  7212: => 'Disable automatically printing point values onto exams.',
1.6       bisitz   7213: 
                   7214:    'Send message to student when clicking Done on Tasks'
1.93      raeburn  7215: => 'Send message to student when clicking Done on Tasks', # ???
1.6       bisitz   7216: 
                   7217:    'Restrict Metadata'
1.27      zhu      7218: => '限制数据',
1.6       bisitz   7219: 
                   7220:    'Show to student'
1.93      raeburn  7221: => 'Show to student',
1.6       bisitz   7222: 
                   7223:    'Provide text area for students to type metadata'
1.93      raeburn  7224: => 'Provide text area for students to type metadata',
1.6       bisitz   7225: 
                   7226:    'Provide choices for students to select from'
1.93      raeburn  7227: => 'Provide choices for students to select from',
1.6       bisitz   7228: 
                   7229:    'Student may select multiple choices from list'
1.93      raeburn  7230: => 'Student may select multiple choices from list',
1.6       bisitz   7231: 
                   7232:    'Student may select only one choice from list'
1.93      raeburn  7233: => 'Student may select only one choice from list',
1.6       bisitz   7234: 
                   7235:    'Add a Metadata Field'
1.93      raeburn  7236: => 'Add a Metadata Field',
1.6       bisitz   7237: 
                   7238:    'Order Metadata Fields'
                   7239: => 'Order Metadata Fields',
                   7240: 
                   7241:    'Continue Import'
1.93      raeburn  7242: => 'Continue Import',
1.6       bisitz   7243: 
                   7244:    'Continue Search'
1.93      raeburn  7245: => 'Continue Search',
1.6       bisitz   7246: 
                   7247:    'Finish Import'
1.93      raeburn  7248: => 'Finish Import',
1.6       bisitz   7249: 
                   7250:    'Include'
1.93      raeburn  7251: => 'Include',
1.6       bisitz   7252: 
                   7253:    'LON-CAPA Catalog Search'
1.36      zhu      7254: => 'LON-CAPA 目录搜索',
1.6       bisitz   7255: 
                   7256:    '[_1] include external resources'
1.101     bisitz   7257: => '[_1] include external resources',
1.6       bisitz   7258: 
                   7259:    'Change Course Initialization Preference'
1.36      zhu      7260: => '课程初始化设置',
1.6       bisitz   7261: 
                   7262:    'Change Course Init. Pref.'
1.36      zhu      7263: => '课程初始化设置',
1.6       bisitz   7264: 
                   7265:    'Reset Access Times'
1.93      raeburn  7266: => 'Reset Access Times',
1.6       bisitz   7267: 
                   7268:    'Select Scope'
1.93      raeburn  7269: => 'Select Scope',
1.6       bisitz   7270: 
                   7271:    'Reset times on one or more folders/maps for a single student.'
1.93      raeburn  7272: => 'Reset times on one or more folders/maps for a single student.',
1.6       bisitz   7273: 
                   7274:    'Reset times on a single folder/map for a section or whole clase.'
1.93      raeburn  7275: => 'Reset times on a single folder/map for a section or whole clase.',
1.6       bisitz   7276: 
                   7277:    'Choose a student:'
1.22      zhu      7278: => '选择一个学生:',
1.6       bisitz   7279: 
                   7280:    'Select Currently Enrolled Students and Active Course Personnel'
1.93      raeburn  7281: => 'Select Currently Enrolled Students and Active Course Personnel',
1.6       bisitz   7282: 
1.15      bisitz   7283:    'This is a list of first access times and what was accessed, please select those you want deleted.'
1.93      raeburn  7284: => 'This is a list of first access times and what was accessed, please select those you want deleted.',
1.6       bisitz   7285: 
                   7286:    'Select:'
1.10      zhu      7287: => '选择:',
1.6       bisitz   7288: 
                   7289:    'All Course Personnel'
1.22      zhu      7290: => '所有课程人员',
1.6       bisitz   7291: 
                   7292:    'No Section'
1.22      zhu      7293: => 'No Section',
1.6       bisitz   7294: 
                   7295:    'Unselect'
1.10      zhu      7296: => '取消',
1.6       bisitz   7297: 
                   7298:    'Select a folder/map'
                   7299: => '选择目录/内容列表',
                   7300: 
                   7301:    'Will remove access times for'
1.93      raeburn  7302: => 'Will remove access times for',
1.6       bisitz   7303: 
                   7304:    'from users'
1.93      raeburn  7305: => 'from users',
1.6       bisitz   7306: 
                   7307:    'No Access times found for student'
1.93      raeburn  7308: => 'No Access times found for student',
1.6       bisitz   7309: 
                   7310:    'Finish'
1.93      raeburn  7311: => 'Finish',
1.6       bisitz   7312: 
                   7313:    'Name of New Folder'
1.56      zhu      7314: => '新建文件夹的名称',
1.6       bisitz   7315: 
                   7316:    'Name of New Page'
1.56      zhu      7317: => '新组合页面的名称',
1.6       bisitz   7318: 
                   7319:    'New Page'
                   7320: => '新组合页面',
                   7321: 
                   7322:    'WARNING: Removing a resource makes associated grades and scores inaccessible!'
1.93      raeburn  7323: => 'WARNING: Removing a resource makes associated grades and scores inaccessible!',
1.6       bisitz   7324: 
1.68      bisitz   7325:    'Clipboard'
1.93      raeburn  7326: => 'Clipboard',
1.68      bisitz   7327: 
1.6       bisitz   7328:    'Remove[_99]'
1.93      raeburn  7329: => 'Remove[_99]',
1.6       bisitz   7330: 
                   7331:    '?[_99]'
1.93      raeburn  7332: => '?[_99]',
1.6       bisitz   7333: 
                   7334:    'WARNING: Cutting a resource makes associated grades and scores inaccessible!'
1.93      raeburn  7335: => 'WARNING: Cutting a resource makes associated grades and scores inaccessible!',
1.6       bisitz   7336: 
                   7337:    'Grades remain inaccessible if resource is pasted into another folder.'
1.93      raeburn  7338: => 'Grades remain inaccessible if resource is pasted into another folder.',
1.6       bisitz   7339: 
                   7340:    'Cut[_98]'
1.93      raeburn  7341: => 'Cut[_98]',
1.6       bisitz   7342: 
                   7343:    '?[_98]'
1.93      raeburn  7344: => '?[_98]',
1.6       bisitz   7345: 
                   7346:    'Paste'
1.93      raeburn  7347: => 'Paste',
1.6       bisitz   7348: 
                   7349:    '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  7350: => '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   7351: 
                   7352:    'This may take a few moments to display.'
1.10      zhu      7353: => '计算需要几分钟的时间。',
1.6       bisitz   7354: 
                   7355:    'Detailed Citation Preview'
1.10      zhu      7356: => '详细引文预览',
1.6       bisitz   7357: 
                   7358:    'related words'
1.10      zhu      7359: => '相关词',
1.6       bisitz   7360: 
                   7361:    'Any domain'
1.10      zhu      7362: => '任何域',
1.6       bisitz   7363: 
                   7364:    'Reset'
1.10      zhu      7365: => '重置',
1.6       bisitz   7366: 
                   7367:    'MIME Type Category'
1.10      zhu      7368: => 'MIME 类型分类',
1.6       bisitz   7369: 
                   7370:    'Domains'
1.10      zhu      7371: => '域',
1.6       bisitz   7372: 
                   7373:    'Custom Metadata fields'
1.13      zhu      7374: => '自定义元数据字段',
1.6       bisitz   7375: 
                   7376:    'Field Name'
1.10      zhu      7377: => '域名',
1.6       bisitz   7378: 
                   7379:    'Field Value(s)'
1.10      zhu      7380: => '域值',
1.6       bisitz   7381: 
                   7382:    'Another custom field/value pair?'
1.13      zhu      7383: => '其他自定义字段/值配对?',
1.6       bisitz   7384: 
                   7385:    'Creation and Modification dates'
1.13      zhu      7386: => '建立与修改日期',
1.6       bisitz   7387: 
                   7388:    'Created between'
1.13      zhu      7389: => '创建时间',
1.6       bisitz   7390: 
                   7391:    'Last modified between'
1.13      zhu      7392: => '上次修改时间',
1.6       bisitz   7393: 
                   7394:    'Standard Portfolio Metadata'
1.27      zhu      7395: => '标准的元数据组合',
1.6       bisitz   7396: 
                   7397:    'Advanced Portfolio Search'
1.13      zhu      7398: => '高级组合搜索',
1.6       bisitz   7399: 
                   7400:    'Standard Catalog Metadata'
1.27      zhu      7401: => '标准目录元数据',
1.6       bisitz   7402: 
                   7403:    'Problem Statistics'
1.12      zhu      7404: => '问题统计',
1.6       bisitz   7405: 
                   7406:    'Statistics calculated for number of students'
1.18      zhu      7407: => '统计计算出以下的学生人数',
1.6       bisitz   7408: 
                   7409:    'Portfolio and Catalog Search'
                   7410: => '搜索文件夹和目录',
                   7411: 
                   7412:    'Search the database of accessible portfolio files'
1.93      raeburn  7413: => 'Search the database of accessible portfolio files',
1.6       bisitz   7414: 
                   7415:    'Construction Space:'
1.93      raeburn  7416: => 'Construction Space:',
1.6       bisitz   7417: 
                   7418:    'Problem Status:'
1.12      zhu      7419: => '问题状态:',
1.6       bisitz   7420: 
                   7421:    'Problem Type:'
1.12      zhu      7422: => '问题类型:',
1.6       bisitz   7423: 
                   7424:    'Feedback Mode:'
1.12      zhu      7425: => '反馈模式:',
1.6       bisitz   7426: 
                   7427:    'Answer for Part: [_1]'
1.93      raeburn  7428: => 'Answer for Part: [_1]',
1.6       bisitz   7429: 
                   7430:    'Script Vars'
1.93      raeburn  7431: => 'Script Vars',
1.6       bisitz   7432: 
                   7433:    'Regular file'
1.93      raeburn  7434: => 'Regular file',
1.6       bisitz   7435: 
                   7436:    'Testbank file'
1.93      raeburn  7437: => 'Testbank file',
1.6       bisitz   7438: 
                   7439:    'IMS package'
1.12      zhu      7440: => 'IMS-软件包',
1.6       bisitz   7441: 
                   7442:    'There are unsaved changes'
1.93      raeburn  7443: => 'There are unsaved changes',
1.6       bisitz   7444: 
1.32      bisitz   7445:    'Found no analyzable responses in this problem. Currently only Numerical, Formula and String response styles are supported.'
1.93      raeburn  7446: => 'Found no analyzable responses in this problem. Currently only Numerical, Formula and String response styles are supported.',
1.6       bisitz   7447: 
                   7448:    'Active Link'
1.18      zhu      7449: => '活动链接',
1.6       bisitz   7450: 
                   7451:    'Font'
1.18      zhu      7452: => '字体',
1.6       bisitz   7453: 
                   7454:    'Un-Visited Link'
1.18      zhu      7455: => '未访问过的链接',
1.6       bisitz   7456: 
                   7457:    'Page Background'
1.18      zhu      7458: => '网页背景',
1.6       bisitz   7459: 
                   7460:    'Header Border'
1.18      zhu      7461: => '标题边框',
1.6       bisitz   7462: 
                   7463:    'Header Background'
1.18      zhu      7464: => '标题背景',
1.6       bisitz   7465: 
                   7466:    'Visited Link'
1.18      zhu      7467: => '访问过的链接',
1.6       bisitz   7468: 
                   7469:    'Change Custom Colors'
1.18      zhu      7470: => '更改自定义颜色',
1.6       bisitz   7471: 
1.19      zhu      7472:    'Reset All'
1.18      zhu      7473: => '所有颜色重置为默认颜色',
1.6       bisitz   7474: 
                   7475:    'Save and Edit'
1.18      zhu      7476: => '保存并继续编辑',
1.6       bisitz   7477: 
                   7478:    'Save and View'
1.18      zhu      7479: => '保存和查看',
1.6       bisitz   7480: 
                   7481:    'Check Spelling'
1.18      zhu      7482: => '拼写检查',
1.6       bisitz   7483: 
                   7484:    'Selecting a Course'
1.12      zhu      7485: => '选择课程',
1.6       bisitz   7486: 
                   7487:    'Course Activity:'
1.93      raeburn  7488: => 'Course Activity:',
1.6       bisitz   7489: 
                   7490:    'Course Domain:'
1.93      raeburn  7491: => 'Course Domain:',
1.6       bisitz   7492: 
                   7493:    'Course Institutional Code:'
1.93      raeburn  7494: => 'Course Institutional Code:',
1.6       bisitz   7495: 
                   7496:    "Course Owner's Username:"
1.96      raeburn  7497: => "Course Owner's Username:",
1.6       bisitz   7498: 
                   7499:    "Course Owner's Domain:"
1.96      raeburn  7500: => "Course Owner's Domain:",
1.6       bisitz   7501: 
                   7502:    'LON-CAPA course ID:'
1.63      zhu      7503: => 'LON-CAPA 课程 ID:',
1.6       bisitz   7504: 
1.38      bisitz   7505:    'Course Description'
1.63      zhu      7506: => '课程简介',
1.6       bisitz   7507: 
                   7508:    'Resource Space Home'
1.63      zhu      7509: => '资源空间主页',
1.6       bisitz   7510: 
                   7511:    'Default start and end dates for student access'
1.93      raeburn  7512: => 'Default start and end dates for student access',
1.6       bisitz   7513: 
                   7514:    'Notification to domain coordinator via LON-CAPA message when enrollment changes occur during the automated update?'
1.93      raeburn  7515: => 'Notification to domain coordinator via LON-CAPA message when enrollment changes occur during the automated update?',
1.6       bisitz   7516: 
                   7517:    'Course Group Settings'
1.12      zhu      7518: => '课程组设置',
1.6       bisitz   7519: 
1.98      bisitz   7520:    'Set a quota for the total disk space available for storage of course group portfolio files.'
                   7521: => 'Set a quota for the total disk space available for storage of course group portfolio files.',
1.6       bisitz   7522: 
                   7523:    'Creation Options'
1.63      zhu      7524: => '创建选项',
1.6       bisitz   7525: 
                   7526:    ' Creation Settings'
1.63      zhu      7527: => ' 创建设置',
1.6       bisitz   7528: 
                   7529:    'Creation Outcome'
1.63      zhu      7530: => '创作成果',
1.6       bisitz   7531: 
                   7532:    'New LON-CAPA course ID:'
1.63      zhu      7533: => '新的 LON-CAPA 课程 ID:',
1.6       bisitz   7534: 
                   7535:    'Created on'
1.63      zhu      7536: => '创建于',
1.6       bisitz   7537: 
                   7538:    'Cloning course from'
1.93      raeburn  7539: => 'Cloning course from',
1.6       bisitz   7540: 
                   7541:    'Setting environment'
1.93      raeburn  7542: => 'Setting environment',
1.6       bisitz   7543: 
                   7544:    'Opening all assignments'
1.93      raeburn  7545: => 'Opening all assignments',
1.6       bisitz   7546: 
                   7547:    'Setting first resource'
1.93      raeburn  7548: => 'Setting first resource',
1.6       bisitz   7549: 
                   7550:    'Assigning role of [_1] Coordinator to [_2] at [_3]: '
1.93      raeburn  7551: => 'Assigning role of [_1] Coordinator to [_2] at [_3]: ',
1.6       bisitz   7552: 
                   7553:    'Roles will be active at next login'
1.93      raeburn  7554: => 'Roles will be active at next login',
1.6       bisitz   7555: 
                   7556:    'Active at next login.'
1.93      raeburn  7557: => 'Active at next login.',
1.6       bisitz   7558: 
                   7559:    'Expired after logout.'
1.93      raeburn  7560: => 'Expired after logout.',
1.6       bisitz   7561: 
                   7562:    'No new course created.'
1.93      raeburn  7563: => 'No new course created.',
1.6       bisitz   7564: 
                   7565:    'A new course could not be cloned from the specified original - [_1] - because it is a non-existent course.'
1.93      raeburn  7566: => 'A new course could not be cloned from the specified original - [_1] - because it is a non-existent course.',
1.6       bisitz   7567: 
                   7568:    '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  7569: => '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   7570: 
                   7571:    'Create Another [_1]'
1.93      raeburn  7572: => 'Create Another [_1]',
1.6       bisitz   7573: 
                   7574:    'from domain'
1.93      raeburn  7575: => 'from domain',
1.6       bisitz   7576: 
                   7577:    'Submit Evaluation'
1.18      zhu      7578: => '提交评价',
1.6       bisitz   7579: 
                   7580:    'Standard Problem'
1.12      zhu      7581: => '标准问题',
1.6       bisitz   7582: 
                   7583:    'Practice'
1.98      bisitz   7584: => 'Practice',
1.6       bisitz   7585: 
                   7586:    'Exam'
1.93      raeburn  7587: => 'Exam',
1.6       bisitz   7588: 
                   7589:    'Survey'
1.63      zhu      7590: => '调查',
1.6       bisitz   7591: 
                   7592:    'Library'
1.63      zhu      7593: => '图书馆',
1.6       bisitz   7594: 
                   7595:    'Value:'
1.93      raeburn  7596: => 'Value:',
1.6       bisitz   7597: 
                   7598:    'String Value'
1.93      raeburn  7599: => 'String Value',
1.6       bisitz   7600: 
                   7601:    'practice'
1.98      bisitz   7602: => 'practice',
1.6       bisitz   7603: 
                   7604:    'Loading Domain Coordinator Menu'
1.93      raeburn  7605: => 'Loading Domain Coordinator Menu',
1.6       bisitz   7606: 
                   7607:    "Disk space allocated to user's portfolio files"
1.93      raeburn  7608: => "Disk space allocated to user's portfolio files",
1.6       bisitz   7609: 
                   7610:    'Current quota'
1.63      zhu      7611: => '目前的配额',
1.6       bisitz   7612: 
                   7613:    'For this user, the default quota is [_1] Mb.'
1.63      zhu      7614: => '此用户的默认配额是 [_1] MB。',
1.6       bisitz   7615: 
                   7616:    'Change quota'
1.63      zhu      7617: => '更改配额',
1.6       bisitz   7618: 
                   7619:    'Custom quota'
1.70      zhu      7620: => '自定义配额',
1.6       bisitz   7621: 
                   7622:    'Existing sections'
1.70      zhu      7623: => '现有的章节',
1.6       bisitz   7624: 
                   7625:    'Define new section'
1.70      zhu      7626: => '创建新的章节',
1.6       bisitz   7627: 
                   7628:    'Create/Modify Another User'
1.70      zhu      7629: => '创建/修改另一个用户',
1.6       bisitz   7630: 
                   7631:    'Set Privileges for New User'
1.70      zhu      7632: => '设置新用户的权限',
1.6       bisitz   7633: 
                   7634:    'Generating user'
1.70      zhu      7635: => '生成用户',
1.6       bisitz   7636: 
                   7637:    'Generating user: [_1]'
1.70      zhu      7638: => '生成用户: [_1]',
1.6       bisitz   7639: 
                   7640:    'Home server'
1.93      raeburn  7641: => 'Home server',
1.6       bisitz   7642: 
                   7643:    'Home server: [_1]'
1.93      raeburn  7644: => 'Home server: [_1]',
1.6       bisitz   7645: 
                   7646:    'Modifying Roles'
1.70      zhu      7647: => '修改角色',
1.6       bisitz   7648: 
                   7649:    'No roles to modify'
1.70      zhu      7650: => '没有角色修改',
1.6       bisitz   7651: 
                   7652:    'starting'
1.70      zhu      7653: => '开始',
1.6       bisitz   7654: 
                   7655:    'Add to classlist:'
1.70      zhu      7656: => '添加到学生名册:',
1.6       bisitz   7657: 
                   7658:    'Change Current Login Data'
1.93      raeburn  7659: => 'Change Current Login Data',
1.6       bisitz   7660: 
                   7661:    'Enter New Login Data'
1.93      raeburn  7662: => 'Enter New Login Data',
1.6       bisitz   7663: 
                   7664:    'will override current values'
1.98      bisitz   7665: => 'will override current values',
1.6       bisitz   7666: 
                   7667:    'Section Numbers and corresponding LON-CAPA section IDs'
1.93      raeburn  7668: => 'Section Numbers and corresponding LON-CAPA section IDs',
1.6       bisitz   7669: 
                   7670:    'Overall Assessment Statistical Data'
1.18      zhu      7671: => '总体评价统计数据',
1.6       bisitz   7672: 
                   7673:    'No new dynamic data found.'
1.18      zhu      7674: => '没有发现新的动态数据。',
1.6       bisitz   7675: 
                   7676:    'Current value is'
1.93      raeburn  7677: => 'Current value is',
1.6       bisitz   7678: 
                   7679:    'Interval set to version changes [_1]'
1.93      raeburn  7680: => 'Interval set to version changes [_1]',
1.6       bisitz   7681: 
                   7682:    'Creating a new problem resource.'
1.93      raeburn  7683: => 'Creating a new problem resource.',
1.6       bisitz   7684: 
                   7685:    'Creating a new library resource.'
1.93      raeburn  7686: => 'Creating a new library resource.',
1.6       bisitz   7687: 
                   7688:    'Creating a new survey resource.'
1.93      raeburn  7689: => 'Creating a new survey resource.',
1.6       bisitz   7690: 
                   7691:    'Creating a new task resource.'
1.93      raeburn  7692: => 'Creating a new task resource.',
1.6       bisitz   7693: 
                   7694:    'The requested file [_1] currently does not exist.'
1.93      raeburn  7695: => 'The requested file [_1] currently does not exist.',
1.6       bisitz   7696: 
                   7697:    'To create a new problem, select a template from the list below. Then click on the "Create problem" button.'
1.93      raeburn  7698: => 'To create a new problem, select a template from the list below. Then click on the "Create problem" button.',
1.6       bisitz   7699: 
                   7700:    'To create a new library, select a template from the list below. Then click on the "Create library" button.'
1.93      raeburn  7701: => 'To create a new library, select a template from the list below. Then click on the "Create library" button.',
1.6       bisitz   7702: 
                   7703:    'To create a new survey, select a template from the list below. Then click on the "Create survey" button.'
1.93      raeburn  7704: => 'To create a new survey, select a template from the list below. Then click on the "Create survey" button.',
1.6       bisitz   7705: 
                   7706:    'To create a new task, select a template from the list below. Then click on the "Create task" button.'
1.93      raeburn  7707: => 'To create a new task, select a template from the list below. Then click on the "Create task" button.',
1.6       bisitz   7708: 
                   7709:    'Accessibility Options'
1.93      raeburn  7710: => 'Accessibility Options',
1.6       bisitz   7711: 
                   7712:    'About LON-CAPA'
                   7713: => '关于 LON-CAPA',
                   7714: 
1.81      bisitz   7715:    'Course/Community Catalog'
1.93      raeburn  7716: => '课程目录',
1.6       bisitz   7717: 
                   7718:    '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  7719: => '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   7720: 
                   7721:    'The course has yet to be created.'
1.93      raeburn  7722: => 'The course has yet to be created.',
1.6       bisitz   7723: 
                   7724:    'Automatic enrollment of registered students has not been enabled for the course.'
1.93      raeburn  7725: => 'Automatic enrollment of registered students has not been enabled for the course.',
1.6       bisitz   7726: 
                   7727:    'You are in a section of course for which automatic enrollment in the corresponding LON-CAPA course is not active.'
1.93      raeburn  7728: => 'You are in a section of course for which automatic enrollment in the corresponding LON-CAPA course is not active.',
1.6       bisitz   7729: 
                   7730:    '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  7731: => '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   7732: 
                   7733:    '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  7734: => '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   7735: 
1.83      bisitz   7736:    '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  7737: => '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   7738: 
1.83      bisitz   7739:    '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  7740: => '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   7741: 
                   7742:    'User Authentication'
1.93      raeburn  7743: => 'User Authentication',
1.6       bisitz   7744: 
                   7745:    'Log-in Help'
                   7746: => '登录帮助',
                   7747: 
                   7748:    'Forgot password?'
                   7749: => '忘记密码?',
                   7750: 
                   7751:    'New User?'
                   7752: => '新用户?',
                   7753: 
                   7754:    'Crosslisted'
1.93      raeburn  7755: => 'Crosslisted',
1.6       bisitz   7756: 
                   7757:    'Owner'
1.93      raeburn  7758: => 'Owner',
1.6       bisitz   7759: 
                   7760:    'Code'
1.93      raeburn  7761: => 'Code',
1.6       bisitz   7762: 
                   7763:    'Course listing'
                   7764: => '课程目录',
                   7765: 
                   7766:    'Display information about official [_1] classes for which LON-CAPA courses have been created:'
1.93      raeburn  7767: => 'Display information about official [_1] classes for which LON-CAPA courses have been created:',
1.6       bisitz   7768: 
                   7769:    'help/support'
1.93      raeburn  7770: => 'help/support',
1.6       bisitz   7771: 
                   7772:    'Ask helpdesk'
1.93      raeburn  7773: => 'Ask helpdesk',
1.6       bisitz   7774: 
                   7775:    'Back to last location'
1.93      raeburn  7776: => 'Back to last location',
1.6       bisitz   7777: 
                   7778:    'Note'
1.18      zhu      7779: => '注意',
                   7780: 
                   7781:    'Note:'
                   7782: => '注意:',
1.6       bisitz   7783: 
                   7784:    'Student questions about course content should be directed to the course instructor'
1.93      raeburn  7785: => 'Student questions about course content should be directed to the course instructor',
1.6       bisitz   7786: 
                   7787:    'Submit Request'
1.93      raeburn  7788: => 'Submit Request',
1.6       bisitz   7789: 
                   7790:    'E-mail address'
                   7791: => 'E-Mail 地址',
                   7792: 
                   7793:    'Enter the username you use to log-in to LON-CAPA, and your domain.'
1.93      raeburn  7794: => 'Enter the username you use to log-in to LON-CAPA, and your domain.',
1.6       bisitz   7795: 
                   7796:    'URL of page'
1.18      zhu      7797: => '该页的网址',
1.6       bisitz   7798: 
                   7799:    'Phone'
                   7800: => '电话',
                   7801: 
                   7802:    'Course Details'
1.93      raeburn  7803: => 'Course Details',
1.6       bisitz   7804: 
                   7805:    'Enter institutional course code'
1.93      raeburn  7806: => 'Enter institutional course code',
1.6       bisitz   7807: 
                   7808:    'Enter course title'
1.93      raeburn  7809: => 'Enter course title',
1.6       bisitz   7810: 
                   7811:    'Section Number'
1.93      raeburn  7812: => 'Section Number',
1.6       bisitz   7813: 
                   7814:    'Detailed Description'
1.13      zhu      7815: => '详细说明',
1.6       bisitz   7816: 
                   7817:    'Clear Form'
1.18      zhu      7818: => '重置表',
1.6       bisitz   7819: 
                   7820:    'Material presented in clear way'
1.18      zhu      7821: => '这些材料中提出一个明确的方式',
1.6       bisitz   7822: 
                   7823:    'Material covered with sufficient depth'
1.18      zhu      7824: => '这些材料包括有足够的深度',
1.6       bisitz   7825: 
                   7826:    'Material is helpful'
1.18      zhu      7827: => '这些材料是有用的',
1.6       bisitz   7828: 
                   7829:    'Material appears to be correct'
1.18      zhu      7830: => '这些材料似乎是正确的',
1.6       bisitz   7831: 
                   7832:    'This will only retrieve the resource. If you want to retrieve the metadata, you will need to do that separately.'
1.93      raeburn  7833: => 'This will only retrieve the resource. If you want to retrieve the metadata, you will need to do that separately.',
1.6       bisitz   7834: 
                   7835:    'is in this state due to author settings.'
1.93      raeburn  7836: => 'is in this state due to author settings.',
1.6       bisitz   7837: 
                   7838:    'User Data for'
1.93      raeburn  7839: => 'User Data for',
1.6       bisitz   7840: 
                   7841:    'Email Address'
1.12      zhu      7842: => 'E-Mail地址',
1.6       bisitz   7843: 
                   7844:    'Enroll Student'
1.70      zhu      7845: => '注册学生',
1.6       bisitz   7846: 
                   7847:    'If active, the new role will be available when the student next logs in to LON-CAPA.'
1.93      raeburn  7848: => 'If active, the new role will be available when the student next logs in to LON-CAPA.',
1.6       bisitz   7849: 
                   7850:    'Enroll another student'
1.70      zhu      7851: => '注册另一名学生',
1.6       bisitz   7852: 
                   7853:    'Enroll Another Student'
1.70      zhu      7854: => '注册另一名学生',
1.6       bisitz   7855: 
                   7856:    'start date'
1.10      zhu      7857: => '开始日期',
1.6       bisitz   7858: 
                   7859:    'end date'
1.10      zhu      7860: => '结束日期',
1.6       bisitz   7861: 
                   7862:    'active groups'
1.12      zhu      7863: => '活跃的组',
1.6       bisitz   7864: 
                   7865:    'active group(s)'
1.12      zhu      7866: => '活跃的组',
1.6       bisitz   7867: 
                   7868:    "Select a user name to view the user's personal page."
                   7869: => "选择一个用户名,以查看此用户的个人网页。",
                   7870: 
1.33      bisitz   7871:    'View recent activity by this student'
1.31      bisitz   7872: => '最后处于活动状态的人',
                   7873: 
                   7874:    'View recent activity'
                   7875: => '查看最近活动',
1.6       bisitz   7876: 
1.52      bisitz   7877:    'Recent activity of [_1]'
                   7878: => '最后处于活动状态的 [_1]',
1.6       bisitz   7879: 
                   7880: 
1.33      bisitz   7881:    'Compiling student activity data can take a long time. Your request continues to be processed while results are displayed.'
1.93      raeburn  7882: => 'Compiling student activity data can take a long time. Your request continues to be processed while results are displayed.',
1.6       bisitz   7883: 
                   7884:    'Composing Query'
1.93      raeburn  7885: => 'Composing Query',
1.6       bisitz   7886: 
                   7887:    'Student Activity'
1.93      raeburn  7888: => 'Student Activity',
1.6       bisitz   7889: 
                   7890:    'Waiting up to [_1] seconds for results'
1.93      raeburn  7891: => 'Waiting up to [_1] seconds for results',
1.6       bisitz   7892: 
                   7893:    'Activity data compiled up to [_1]'
1.93      raeburn  7894: => 'Activity data compiled up to [_1]',
1.6       bisitz   7895: 
                   7896:    'While data is processed, periodically reload this page for more recent activity'
1.93      raeburn  7897: => 'While data is processed, periodically reload this page for more recent activity',
1.6       bisitz   7898: 
                   7899:    'Data'
1.93      raeburn  7900: => 'Data',
1.6       bisitz   7901: 
                   7902:    'Resubmit last request to check for newer data'
1.93      raeburn  7903: => 'Resubmit last request to check for newer data',
1.6       bisitz   7904: 
                   7905:    'View Classlist'
1.93      raeburn  7906: => 'View Classlist',
1.6       bisitz   7907: 
                   7908:    'Count'
1.93      raeburn  7909: => 'Count',
1.6       bisitz   7910: 
                   7911:    'Modifying authentication:'
1.98      bisitz   7912: => 'Modifying authentication:',
1.6       bisitz   7913: 
                   7914:    'Modify User Privileges'
1.93      raeburn  7915: => 'Modify User Privileges',
1.6       bisitz   7916: 
                   7917:    'Insert:'
1.93      raeburn  7918: => 'Insert:',
1.6       bisitz   7919: 
                   7920:    'Delete?'
1.93      raeburn  7921: => 'Delete?',
1.6       bisitz   7922: 
                   7923:    'Randomize Foil Order:'
1.93      raeburn  7924: => 'Randomize Foil Order:',
1.6       bisitz   7925: 
                   7926:    'Use template:'
1.93      raeburn  7927: => 'Use template:',
1.6       bisitz   7928: 
                   7929:    'Display Direction'
1.93      raeburn  7930: => 'Display Direction',
1.6       bisitz   7931: 
                   7932:    'vertical'
1.93      raeburn  7933: => 'vertical',
1.6       bisitz   7934: 
                   7935:    'horizontal'
                   7936: => 'horizontal',
                   7937: 
                   7938:    'Script'
1.93      raeburn  7939: => 'Script', # n.t.
1.6       bisitz   7940: 
                   7941:    'Problem Editing'
1.12      zhu      7942: => '问题编辑',
1.6       bisitz   7943: 
                   7944:    'Hint'
1.12      zhu      7945: => '提示', # n.t.
1.6       bisitz   7946: 
                   7947:    'Show hint even if problem Correct:'
1.93      raeburn  7948: => 'Show hint even if problem Correct:',
1.6       bisitz   7949: 
                   7950:    'Single Line Text Entry Area'
1.93      raeburn  7951: => 'Single Line Text Entry Area', # n.t.
1.6       bisitz   7952: 
                   7953:    'Parameters for a response'
1.93      raeburn  7954: => 'Parameters for a response', # n.t.
1.6       bisitz   7955: 
                   7956:    'Problem Part'
1.27      zhu      7957: => '问题部分', # n.t.
1.6       bisitz   7958: 
                   7959:    'Part ID:'
1.27      zhu      7960: => '问题部分编号:',
1.6       bisitz   7961: 
                   7962:    'Displayed Part Description:'
1.93      raeburn  7963: => 'Displayed Part Description:',
1.6       bisitz   7964: 
                   7965:    'Readonly:'
1.93      raeburn  7966: => 'Readonly:', # n.t.
1.6       bisitz   7967: 
                   7968:    'Response: Numerical'
1.93      raeburn  7969: => 'Response: Numerical', # n.t.
1.6       bisitz   7970: 
                   7971:    'random'
1.93      raeburn  7972: => 'random',
1.6       bisitz   7973: 
                   7974:    'top'
1.93      raeburn  7975: => 'top',
1.6       bisitz   7976: 
                   7977:    'bottom'
1.93      raeburn  7978: => 'bottom',
1.6       bisitz   7979: 
                   7980:    'Add new Option:'
1.93      raeburn  7981: => 'Add new Option:',
1.6       bisitz   7982: 
                   7983:    'Delete an Option:'
1.93      raeburn  7984: => 'Delete an Option:', # n.t.
1.6       bisitz   7985: 
                   7986:    'Print options:'
1.93      raeburn  7987: => 'Print options:',
1.6       bisitz   7988: 
                   7989:    "Don't show option list"
1.93      raeburn  7990: => "Don't show option list", # n.t.
1.6       bisitz   7991: 
                   7992:    'Display of options when printed'
1.93      raeburn  7993: => 'Display of options when printed',
1.6       bisitz   7994: 
                   7995:    'Normal list'
1.93      raeburn  7996: => 'Normal list',
1.6       bisitz   7997: 
                   7998:    'Listed in vertical column'
1.93      raeburn  7999: => 'Listed in vertical column',
1.6       bisitz   8000: 
                   8001:    'Multiple Option Response Question'
1.93      raeburn  8002: => 'Multiple Option Response Question',
1.6       bisitz   8003: 
                   8004:    'Select Options'
1.93      raeburn  8005: => 'Select Options', # n.t.
1.6       bisitz   8006: 
                   8007:    'Image'
1.93      raeburn  8008: => 'Image', # n.t.
1.6       bisitz   8009: 
                   8010:    'Image Url:'
1.93      raeburn  8011: => 'Image Url:',
1.6       bisitz   8012: 
                   8013:    'width (pixel):'
1.93      raeburn  8014: => 'width (pixel):',
1.6       bisitz   8015: 
                   8016:    'height (pixel):'
1.93      raeburn  8017: => 'height (pixel):',
1.6       bisitz   8018: 
                   8019:    'Alignment:'
1.93      raeburn  8020: => 'Alignment:', # n.t.
1.6       bisitz   8021: 
                   8022:    'Encrypt URL:'
1.93      raeburn  8023: => 'Encrypt URL:', # n.t.
1.6       bisitz   8024: 
                   8025:    'no'
1.93      raeburn  8026: => 'no',
1.6       bisitz   8027: 
                   8028:    'Location:'
1.93      raeburn  8029: => 'Location:', # n.t.
1.6       bisitz   8030: 
                   8031:    'Randomly labeled image'
1.93      raeburn  8032: => 'Randomly labeled image', # n.t.
1.6       bisitz   8033: 
                   8034:    'Response: Click on Image'
1.93      raeburn  8035: => 'Response: Click on Image', # n.t.
1.6       bisitz   8036: 
                   8037:    'Collection of Imageresponse foils'
1.93      raeburn  8038: => 'Collection of Imageresponse foils', # n.t.
1.6       bisitz   8039: 
                   8040:    'Image response foil'
1.93      raeburn  8041: => 'Image response foil', # n.t.
1.6       bisitz   8042: 
                   8043:    'Enter Coordinates' # n.t.
1.93      raeburn  8044: => 'Enter Coordinates',
1.6       bisitz   8045: 
                   8046:    'Rectangle'
1.93      raeburn  8047: => 'Rectangle', # n.t.
1.6       bisitz   8048: 
                   8049:    'Coordinate Pairs'
1.93      raeburn  8050: => 'Coordinate Pairs',
1.6       bisitz   8051: 
                   8052:    'Polygon'
                   8053: => 'Polygon',
                   8054: 
                   8055:    'Coordinate list'
1.93      raeburn  8056: => 'Coordinate list', # n.t.
1.6       bisitz   8057: 
                   8058:    'Create Polygon Data'
1.93      raeburn  8059: => 'Create Polygon Data', # n.t.
1.6       bisitz   8060: 
                   8061:    'Task Description'
1.13      zhu      8062: => '问题描述', # n.t.
1.6       bisitz   8063: 
                   8064:    'Clickable Image'
1.93      raeburn  8065: => 'Clickable Image', # n.t.
1.6       bisitz   8066: 
                   8067:    'Image Source File'
1.93      raeburn  8068: => 'Image Source File', # n.t.
1.6       bisitz   8069: 
                   8070:    'Select Position on Image'
1.93      raeburn  8071: => 'Select Position on Image',
1.6       bisitz   8072: 
                   8073:    'Select First Coordinate on Image'
1.93      raeburn  8074: => 'Select First Coordinate on Image',
1.6       bisitz   8075: 
                   8076:    'Select Second Coordinate on Image'
1.93      raeburn  8077: => 'Select Second Coordinate on Image',
1.6       bisitz   8078: 
                   8079:    'Select Finish to save selection'
1.93      raeburn  8080: => 'Select Finish to save selection',
1.6       bisitz   8081: 
                   8082:    'Enter Coordinate or click finish to close Polygon'
1.93      raeburn  8083: => 'Enter Coordinate or click finish to close Polygon',
1.6       bisitz   8084: 
                   8085:    'Click to select a Coordinate or click Finish to save current selection'
1.93      raeburn  8086: => 'Click to select a Coordinate or click Finish to save current selection',
1.6       bisitz   8087: 
                   8088:    'New Name'
1.93      raeburn  8089: => 'New Name',
1.6       bisitz   8090: 
                   8091:    'Make Obsolete'
1.93      raeburn  8092: => 'Make Obsolete',
1.6       bisitz   8093: 
                   8094:    'Set Margins'
1.93      raeburn  8095: => 'Set Margins',
1.6       bisitz   8096: 
                   8097:    'How should each column be formatted?'
1.93      raeburn  8098: => 'How should each column be formatted?', # n.t.
1.6       bisitz   8099: 
                   8100:    'Width:'
1.26      zhu      8101: => '宽:', # n.t.
1.6       bisitz   8102: 
                   8103:    'Height:'
1.26      zhu      8104: => '高:', # n.t.
1.6       bisitz   8105: 
                   8106:    'Left Margin:'
1.93      raeburn  8107: => 'Left Margin:', # n.t.
1.6       bisitz   8108: 
                   8109:    'Username and/or password could not be authenticated.'
1.9       zhu      8110: => '用户名和(或)密码无法验证。',
1.6       bisitz   8111: 
                   8112:    'Please check the username and password.'
1.9       zhu      8113: => '请检查您的用户名和密码。',
1.6       bisitz   8114: 
                   8115:    'Try again'
1.9       zhu      8116: => '再试一次',
1.6       bisitz   8117: 
                   8118:    'Information needed to verify your login information is missing, inaccessible or expired.'
1.9       zhu      8119: => '验证您的登录的信息丢失,无法进入或已经过期。',
1.6       bisitz   8120: 
                   8121:    'Sending'
1.56      zhu      8122: => '发送中',
1.6       bisitz   8123: 
                   8124:    'Completed.'
1.56      zhu      8125: => '邮件已发送。',
1.6       bisitz   8126: 
                   8127:    'Messages being sent.'
1.55      zhu      8128: => '邮件被发送。',
1.6       bisitz   8129: 
                   8130:    'Assigning'
1.93      raeburn  8131: => 'Assigning',
1.6       bisitz   8132: 
                   8133:    'ending'
1.93      raeburn  8134: => 'ending',
1.6       bisitz   8135: 
                   8136:    'Assistant Co-Author'
1.93      raeburn  8137: => 'Assistant Co-Author',
1.6       bisitz   8138: 
                   8139:    'Metadata for [_1]'
1.93      raeburn  8140: => 'Metadata for [_1]',
1.6       bisitz   8141: 
                   8142:    'There are [_1] matches to your query.'
1.18      zhu      8143: => '有 [_1] 匹配您的查询。',
1.6       bisitz   8144: 
1.71      bisitz   8145:    'There were no results matching your query.'
1.93      raeburn  8146: => 'There were no results matching your query.',
1.71      bisitz   8147: 
1.6       bisitz   8148:    'Revise search'
1.18      zhu      8149: => '修改搜寻',
1.6       bisitz   8150: 
1.71      bisitz   8151:    'Internal Error - Bad view selected.'
1.93      raeburn  8152: => 'Internal Error - Bad view selected.',
1.71      bisitz   8153: 
                   8154:    'Unable to save import results.'
1.93      raeburn  8155: => 'Unable to save import results.',
1.71      bisitz   8156: 
                   8157:    'A MySQL error has occurred.'
1.93      raeburn  8158: => 'A MySQL error has occurred.',
1.71      bisitz   8159: 
1.6       bisitz   8160:    'Number of accesses'
1.93      raeburn  8161: => 'Number of accesses',
1.6       bisitz   8162: 
                   8163:    'Ascending'
1.18      zhu      8164: => '上升的',
1.6       bisitz   8165: 
                   8166:    'Descending'
1.18      zhu      8167: => '下降的',
1.6       bisitz   8168: 
                   8169:    'Students Attempting'
1.93      raeburn  8170: => 'Students Attempting', # ??? [SB 2007-07-03]
1.6       bisitz   8171: 
                   8172:    'Average Number of Tries'
1.93      raeburn  8173: => 'Average Number of Tries',
1.6       bisitz   8174: 
                   8175:    'Mean Degree of Difficulty'
1.93      raeburn  8176: => 'Mean Degree of Difficulty',
1.6       bisitz   8177: 
                   8178:    'Mean Degree of Discrimination'
1.93      raeburn  8179: => 'Mean Degree of Discrimination',
1.6       bisitz   8180: 
                   8181:    'Evaluation: Clear'
1.93      raeburn  8182: => 'Evaluation: Clear',
1.6       bisitz   8183: 
                   8184:    'Evaluation: Technically Correct'
1.93      raeburn  8185: => 'Evaluation: Technically Correct',
1.6       bisitz   8186: 
                   8187:    'Evaluation: Material is Correct'
1.93      raeburn  8188: => 'Evaluation: Material is Correct',
1.6       bisitz   8189: 
                   8190:    'Evaluation: Material is Helpful'
1.93      raeburn  8191: => 'Evaluation: Material is Helpful',
1.6       bisitz   8192: 
                   8193:    'Evaluation: Material has Depth'
1.93      raeburn  8194: => 'Evaluation: Material has Depth',
1.6       bisitz   8195: 
                   8196:    'Prev'
1.18      zhu      8197: => '上一个',
1.6       bisitz   8198: 
                   8199:    'Reload'
1.18      zhu      8200: => '重新加载',
1.6       bisitz   8201: 
                   8202:    'Results [_1] to [_2] out of [_3]'
1.18      zhu      8203: => '结果 [_1] 至 [_2] 的 [_3]',
1.6       bisitz   8204: 
1.80      bisitz   8205:    'Unactionable Search Query'
1.18      zhu      8206: => '查询被否决',
1.6       bisitz   8207: 
                   8208:    'Revise Search Request'
1.18      zhu      8209: => '修改搜索请求',
1.6       bisitz   8210: 
                   8211:    'LON-CAPA Access Control'
1.18      zhu      8212: => 'LON-CAPA 访问控制',
1.6       bisitz   8213: 
                   8214:    'Access  : '
1.18      zhu      8215: => '访问  : ',
1.6       bisitz   8216: 
                   8217:    'Resource: '
1.18      zhu      8218: => '资源: ',
1.6       bisitz   8219: 
                   8220:    'Action  : '
1.93      raeburn  8221: => 'Action  : ',
1.6       bisitz   8222: 
                   8223:    'You have modified your course recently, [_1] may fix this access problem.'
1.93      raeburn  8224: => 'You have modified your course recently, [_1] may fix this access problem.',
1.6       bisitz   8225: 
                   8226:    'Published on ...'
1.93      raeburn  8227: => 'Published on ...',
1.6       bisitz   8228: 
                   8229:    'Currently published version'
1.93      raeburn  8230: => 'Currently published version',
1.6       bisitz   8231: 
                   8232:    'Edit Metadata'
1.93      raeburn  8233: => 'Edit Metadata',
1.6       bisitz   8234: 
                   8235:    'Cleanup XML Document'
1.93      raeburn  8236: => 'Cleanup XML Document',
1.6       bisitz   8237: 
                   8238:    'Select actions to attempt:'
1.12      zhu      8239: => '选择所需的行动:',
1.6       bisitz   8240: 
                   8241:    'Linefeeds, formfeeds, and carriage returns'
1.93      raeburn  8242: => 'Linefeeds, formfeeds, and carriage returns',
1.6       bisitz   8243: 
                   8244:    'Empty tags'
1.93      raeburn  8245: => 'Empty tags',
1.6       bisitz   8246: 
                   8247:    'Lower casing'
1.93      raeburn  8248: => 'Lower casing',
1.6       bisitz   8249: 
                   8250:    'Symbol font'
1.93      raeburn  8251: => 'Symbol font', # ??? [SB 2007-07-03]
1.6       bisitz   8252: 
                   8253:    'Cleanup'
1.93      raeburn  8254: => 'Cleanup',
1.6       bisitz   8255: 
                   8256:    'Back to Source File'
1.93      raeburn  8257: => 'Back to Source File',
1.6       bisitz   8258: 
                   8259:    'Hypertext Cascading Style Sheet'
1.93      raeburn  8260: => 'Hypertext Cascading Style Sheet',
1.6       bisitz   8261: 
                   8262:    'Online Survey'
1.93      raeburn  8263: => 'Online Survey',
1.6       bisitz   8264: 
                   8265:    'Unable to find [_1]'
1.93      raeburn  8266: => 'Unable to find [_1]',
1.6       bisitz   8267: 
                   8268:    'Post Server Announcements'
1.93      raeburn  8269: => 'Post Server Announcements',
1.6       bisitz   8270: 
                   8271:    'Post announcements to the system login and roles screen'
1.93      raeburn  8272: => 'Post announcements to the system login and roles screen',
1.6       bisitz   8273: 
                   8274:    '(leave blank to delete announcement)'
1.100     raeburn  8275: => '(leave blank to delete announcement)',
1.6       bisitz   8276: 
                   8277:    'Check machines:'
1.93      raeburn  8278: => 'Check machines:',
1.6       bisitz   8279: 
                   8280:    'Current Announcement'
1.93      raeburn  8281: => 'Current Announcement',
1.6       bisitz   8282: 
                   8283:    'Calendar'
                   8284: => '日历',
                   8285: 
                   8286:    'Download your Calendar as iCalendar File'
1.9       zhu      8287: => '下载您的日历',
1.6       bisitz   8288: 
                   8289:    'No calendar available for this date.'
1.9       zhu      8290: => '没有日历用于此日期。',
1.6       bisitz   8291: 
                   8292:    'Posting [_1]'
1.93      raeburn  8293: => 'Posting [_1]',
1.6       bisitz   8294: 
1.74      bisitz   8295:    'This LON-CAPA server is version [_1]'
1.10      zhu      8296: => '这里是 LON-CAPA [_1]',
1.6       bisitz   8297: 
1.74      bisitz   8298:    'Only changes made from servers running LON-CAPA [_1] or later are displayed.'
1.93      raeburn  8299: => 'Only changes made from servers running LON-CAPA [_1] or later are displayed.',
1.74      bisitz   8300: 
1.6       bisitz   8301:    'Edit Answer'
1.93      raeburn  8302: => 'Edit Answer',
1.6       bisitz   8303: 
                   8304:    'Date/Time'
1.9       zhu      8305: => '日期/时间',
1.6       bisitz   8306: 
                   8307:    'Threshold Name'
1.93      raeburn  8308: => 'Threshold Name',
1.6       bisitz   8309: 
                   8310:    'Current value'
1.93      raeburn  8311: => 'Current value',
1.6       bisitz   8312: 
                   8313:    'Change?'
1.9       zhu      8314: => '改变?',
1.6       bisitz   8315: 
                   8316:    'Make changes'
1.9       zhu      8317: => '保存',
1.6       bisitz   8318: 
                   8319:    'Change thresholds'
1.93      raeburn  8320: => 'Change thresholds',
1.6       bisitz   8321: 
                   8322:    'Picture Conversion Status'
1.93      raeburn  8323: => 'Picture Conversion Status',
1.6       bisitz   8324: 
                   8325:    'Class Print Status'
1.93      raeburn  8326: => 'Class Print Status',
1.6       bisitz   8327: 
                   8328:    'Removing error messages:'
1.93      raeburn  8329: => 'Removing error messages:',
1.6       bisitz   8330: 
1.32      bisitz   8331:    'Invalid target directory, FAIL'
1.93      raeburn  8332: => 'Invalid target directory, FAIL',
1.32      bisitz   8333: 
1.6       bisitz   8334:    'Creating old version [_1]'
1.93      raeburn  8335: => 'Creating old version [_1]',
1.6       bisitz   8336: 
                   8337:    'Initial version'
1.93      raeburn  8338: => 'Initial version',
1.6       bisitz   8339: 
                   8340:    'Press "Generate Statistics" when you are ready.'
1.93      raeburn  8341: => 'Press "Generate Statistics" when you are ready.',
1.6       bisitz   8342: 
                   8343:    '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  8344: => '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   8345: 
                   8346:    'A course-wide error occurred.'
1.93      raeburn  8347: => 'A course-wide error occurred.',
1.6       bisitz   8348: 
                   8349:    'none'
1.70      zhu      8350: => '没有',
1.6       bisitz   8351: 
                   8352:    'Prepare Report'
1.70      zhu      8353: => '编写报告',
1.6       bisitz   8354: 
1.48      bisitz   8355:    'Show problem'
                   8356: => '提示显示',
1.6       bisitz   8357: 
1.48      bisitz   8358:    'Show correct answers'
1.93      raeburn  8359: => 'Show correct answers',
1.6       bisitz   8360: 
1.48      bisitz   8361:    'Show all submissions'
1.93      raeburn  8362: => 'Show all submissions',
1.6       bisitz   8363: 
1.48      bisitz   8364:    'Show problem grading'
1.93      raeburn  8365: => 'Show problem grading',
1.6       bisitz   8366: 
1.92      raeburn  8367:    'Computing correct answers greatly increases the amount of time required to prepare a report.'
1.93      raeburn  8368: => 'Computing correct answers greatly increases the amount of time required to prepare a report.',
1.6       bisitz   8369: 
                   8370:    'Please select problems and use the [_1]Prepare Report[_2] button to continue.'
1.93      raeburn  8371: => 'Please select problems and use the [_1]Prepare Report[_2] button to continue.',
1.6       bisitz   8372: 
                   8373:    'Please select a Survey to analyze'
1.93      raeburn  8374: => 'Please select a Survey to analyze',
1.6       bisitz   8375: 
                   8376:    'There are no survey problems in this course.'
1.93      raeburn  8377: => 'There are no survey problems in this course.',
1.6       bisitz   8378: 
                   8379:    'Generate Survey Report'
1.93      raeburn  8380: => 'Generate Survey Report',
1.6       bisitz   8381: 
                   8382:    'Building text document.'
1.93      raeburn  8383: => 'Building text document.',
1.6       bisitz   8384: 
                   8385:    'Generated on [_1]'
1.93      raeburn  8386: => 'Generated on [_1]',
1.6       bisitz   8387: 
                   8388:    'Your text file'
1.93      raeburn  8389: => 'Your text file',
1.6       bisitz   8390: 
                   8391:    'Done compiling text file. See link below to download.'
1.93      raeburn  8392: => 'Done compiling text file. See link below to download.',
1.6       bisitz   8393: 
                   8394:    'There is no essay or string response data to output for this survey.'
1.93      raeburn  8395: => 'There is no essay or string response data to output for this survey.',
1.6       bisitz   8396: 
                   8397:    'Building spreadsheet.'
1.18      zhu      8398: => '生成电子表格。',
1.6       bisitz   8399: 
                   8400:    '[_1]:[_2] responses to [_3] may be too long to fit Excel spreadsheet.'
1.98      bisitz   8401: => '[_1]:[_2] responses to [_3] may be too long to fit Excel spreadsheet.',
1.6       bisitz   8402: 
                   8403:    'Done compiling spreadsheet. See link below to download.'
1.93      raeburn  8404: => 'Done compiling spreadsheet. See link below to download.',
1.6       bisitz   8405: 
                   8406:    'Make a sequence selection from the "Sequences and Folders" menu and hit "Create Plot" to begin'
1.93      raeburn  8407: => 'Make a sequence selection from the "Sequences and Folders" menu and hit "Create Plot" to begin',
1.6       bisitz   8408: 
                   8409:    'Create Plot'
1.93      raeburn  8410: => 'Create Plot',
1.6       bisitz   8411: 
                   8412:    'Start Time:'
1.93      raeburn  8413: => 'Start Time:',
1.6       bisitz   8414: 
                   8415:    'End Time:'
1.93      raeburn  8416: => 'End Time:',
1.6       bisitz   8417: 
                   8418:    'Sender'
1.27      zhu      8419: => '寄件人',
1.6       bisitz   8420: 
                   8421:    'Number'
1.93      raeburn  8422: => 'Number',
1.6       bisitz   8423: 
                   8424:    'Upload Classlist'
1.93      raeburn  8425: => 'Upload Classlist',
1.6       bisitz   8426: 
                   8427:    'Semicolon separated values'
1.27      zhu      8428: => '以分号分隔',
1.6       bisitz   8429: 
                   8430:    'Show Log'
                   8431: => '查看日志',
                   8432: 
                   8433:    'Course Document Change Log'
1.93      raeburn  8434: => 'Course Document Change Log',
1.6       bisitz   8435: 
                   8436:    'Records'
1.93      raeburn  8437: => 'Records',
1.6       bisitz   8438: 
                   8439:    'Before'
                   8440: => '以前',
                   8441: 
                   8442:    'After'
                   8443: => '以后',
                   8444: 
                   8445:    'Current folder/page'
1.10      zhu      8446: => '当前文件夹/页',
1.6       bisitz   8447: 
                   8448:    'Containing phrase'
1.10      zhu      8449: => '含有短语',
1.6       bisitz   8450: 
                   8451:    'None'
1.10      zhu      8452: => '没有',
1.6       bisitz   8453: 
                   8454:    'Users'
                   8455: => '用户',
                   8456: 
                   8457:    'Include parameter types'
1.93      raeburn  8458: => 'Include parameter types',
1.6       bisitz   8459: 
                   8460:    'Parameter Change Log'
1.93      raeburn  8461: => 'Parameter Change Log',
1.6       bisitz   8462: 
                   8463:    'Announce'
1.93      raeburn  8464: => 'Announce',
1.6       bisitz   8465: 
                   8466:    'Not active anymore'
1.93      raeburn  8467: => 'Not active anymore',
1.6       bisitz   8468: 
                   8469:    'Add to Course Announcements'
1.93      raeburn  8470: => 'Add to Course Announcements',
1.6       bisitz   8471: 
                   8472:    'Username : Domain'
1.26      zhu      8473: => '用户名:域',
1.6       bisitz   8474: 
                   8475:    'Active'
1.26      zhu      8476: => '活跃的',
1.6       bisitz   8477: 
                   8478:    'Expired'
1.93      raeburn  8479: => 'Expired',
1.6       bisitz   8480: 
                   8481:    'Future'
1.93      raeburn  8482: => 'Future',
1.6       bisitz   8483: 
                   8484:    'Sort by realm first, then student (group/section)'
1.93      raeburn  8485: => 'Sort by realm first, then student (group/section)',
1.6       bisitz   8486: 
                   8487:    'Sort by student (group/section) first, then realm'
1.93      raeburn  8488: => 'Sort by student (group/section) first, then realm',
1.6       bisitz   8489: 
                   8490:    'Shift all dates based on this date'
1.93      raeburn  8491: => 'Shift all dates based on this date',
1.6       bisitz   8492: 
                   8493:    'Overview Mode'
1.27      zhu      8494: => '概况模式',
1.6       bisitz   8495: 
                   8496:    'Overview'
1.27      zhu      8497: => '概况',
1.6       bisitz   8498: 
                   8499:    'Set Parameters'
1.27      zhu      8500: => '参数设置',
1.6       bisitz   8501: 
                   8502:    'Parts'
1.27      zhu      8503: => '部分',
1.6       bisitz   8504: 
                   8505:    'Section(s)'
1.70      zhu      8506: => '章节(en)',
1.6       bisitz   8507: 
                   8508:    'Group(s)'
1.12      zhu      8509: => '组',
1.6       bisitz   8510: 
                   8511:    'Parameter Selection'
1.70      zhu      8512: => '参数选择',
1.6       bisitz   8513: 
                   8514:    'Add Selection for...'
1.93      raeburn  8515: => 'Add Selection for...',
1.6       bisitz   8516: 
                   8517:    'Select Common Only'
1.98      bisitz   8518: => 'Select Common Only',
1.6       bisitz   8519: 
                   8520:    'Problem Dates'
1.93      raeburn  8521: => 'Problem Dates',
1.6       bisitz   8522: 
                   8523:    'Content Dates'
1.93      raeburn  8524: => 'Content Dates',
1.6       bisitz   8525: 
                   8526:    'Discussion Settings'
1.93      raeburn  8527: => 'Discussion Settings',
1.6       bisitz   8528: 
                   8529:    'Visibilities'
1.70      zhu      8530: => '可见的',
1.6       bisitz   8531: 
                   8532:    'Part Parameters'
1.27      zhu      8533: => '部分参数',
1.6       bisitz   8534: 
                   8535:    'For User [_1] or Student/Employee ID [_2] at Domain [_3]'
1.27      zhu      8536: => '对于用户 [_1] 或学生/员工编号 [_2] 在域 [_3]',
1.6       bisitz   8537: 
                   8538:    'Group Files'
                   8539: => '编组文件',
                   8540: 
                   8541:    "Enter user:domain for User's 'About Me' Page"
1.93      raeburn  8542: => "Enter user:domain for User's 'About Me' Page",
1.6       bisitz   8543: 
                   8544:    'No map selected.'
1.93      raeburn  8545: => 'No map selected.',
1.6       bisitz   8546: 
                   8547:    'Most Recent:'
1.70      zhu      8548: => '最新:', # n.t.
1.6       bisitz   8549: 
                   8550:    'In Course:'
1.70      zhu      8551: => '课程:', # n.t.
1.6       bisitz   8552: 
                   8553:    'Use:'
1.70      zhu      8554: => '使用:', # n.t.
1.6       bisitz   8555: 
                   8556:    'Search LON-CAPA help'
1.70      zhu      8557: => '搜索 LON-CAPA 帮助',
1.6       bisitz   8558: 
                   8559:    'Before course enrollment start!'
1.93      raeburn  8560: => 'Before course enrollment start!',
1.6       bisitz   8561: 
                   8562:    'After course enrollment end!'
1.93      raeburn  8563: => 'After course enrollment end!',
1.6       bisitz   8564: 
                   8565:    'in the past'
1.27      zhu      8566: => '在过去',
1.6       bisitz   8567: 
                   8568:    'in the future'
1.27      zhu      8569: => '在将来',
1.6       bisitz   8570: 
                   8571:    'Choose'
1.98      bisitz   8572: => 'Choose',
1.6       bisitz   8573: 
                   8574:    'Title:'
1.27      zhu      8575: => '标题:',
1.6       bisitz   8576: 
                   8577:    'URL:'
                   8578: => 'URL:',
                   8579: 
                   8580:    'Course, Portfolio and Catalog Search'
1.36      zhu      8581: => '目录搜索,组合搜索和课程搜索',
1.6       bisitz   8582: 
                   8583:    'ERROR:'
1.36      zhu      8584: => '错误:',
1.6       bisitz   8585: 
                   8586:    'occurred while running'
1.93      raeburn  8587: => 'occurred while running', # n.t.
1.6       bisitz   8588: 
                   8589:    '(click for example)'
1.98      bisitz   8590: => '(click for example)',
1.6       bisitz   8591: 
                   8592:    'click for example'
1.93      raeburn  8593: => 'click for example',
1.6       bisitz   8594: 
                   8595:    'Re-Enable'
1.70      zhu      8596: => '重新启用',
1.6       bisitz   8597: 
                   8598:    'Script Functions'
1.93      raeburn  8599: => 'Script Functions',
1.6       bisitz   8600: 
                   8601:    'Image Options'
1.70      zhu      8602: => '图像选项', # n.t.
1.6       bisitz   8603: 
                   8604:    'left'
1.27      zhu      8605: => '左边',
1.6       bisitz   8606: 
                   8607:    'right'
1.27      zhu      8608: => '右边',
1.6       bisitz   8609: 
                   8610:    'TeXwidth (mm):'
1.26      zhu      8611: => 'TeX-宽 (mm):',
1.6       bisitz   8612: 
                   8613:    'TeXheight (mm):'
1.26      zhu      8614: => 'TeX-高 (mm):',
1.6       bisitz   8615: 
                   8616:    'TeXwrap:'
1.93      raeburn  8617: => 'TeXwrap:', # n.t., ??? [SB 2007-07-11]
1.6       bisitz   8618: 
                   8619:    'Sorry!'
1.12      zhu      8620: => '对不起...',
1.6       bisitz   8621: 
                   8622:    'Resource not available.'
1.93      raeburn  8623: => 'Resource not available.', # n.t.
1.6       bisitz   8624: 
1.88      bisitz   8625:    'File Type'
1.93      raeburn  8626: => 'File Type',
1.6       bisitz   8627: 
                   8628:    'Output of decompress:'
1.93      raeburn  8629: => 'Output of decompress:',
1.6       bisitz   8630: 
                   8631:    'Decompress complete.'
1.93      raeburn  8632: => 'Decompress complete.',
1.6       bisitz   8633: 
                   8634:    'Archive:'
1.70      zhu      8635: => '存档:',
1.6       bisitz   8636: 
                   8637:    'inflating:'
1.93      raeburn  8638: => 'inflating:',
1.6       bisitz   8639: 
                   8640:    'Incorrect:'
1.18      zhu      8641: => '错误:',
1.6       bisitz   8642: 
                   8643:    'Correct:'
1.18      zhu      8644: => '正确:',
1.6       bisitz   8645: 
                   8646:    'Correct'
1.18      zhu      8647: => '正确',
1.6       bisitz   8648: 
                   8649:    'Pick course first'
1.12      zhu      8650: => '只能选择课程',
1.6       bisitz   8651: 
                   8652:    'User Information Changed'
1.12      zhu      8653: => '用户信息变更',
1.6       bisitz   8654: 
                   8655:    'Changed To'
1.70      zhu      8656: => '改为',
1.6       bisitz   8657: 
                   8658:    'disk space allocated to portfolio files'
1.93      raeburn  8659: => 'disk space allocated to portfolio files',
1.6       bisitz   8660: 
                   8661:    'You have new messages'
1.93      raeburn  8662: => 'You have new messages',
1.6       bisitz   8663: 
                   8664:    'Destination folder'
1.55      zhu      8665: => '目的文件夹',
1.6       bisitz   8666: 
                   8667:    'Mark Read'
1.12      zhu      8668: => '标记为已读',
1.6       bisitz   8669: 
                   8670:    'Move to Folder ->'
1.12      zhu      8671: => '移至文件夹 ->',
1.6       bisitz   8672: 
1.55      zhu      8673:    'Register Response Devices (&quot;Clickers&quot;)'
1.64      zhu      8674: => '注册应答设备 (&quot;Clickers&quot;)',
1.6       bisitz   8675: 
                   8676:    'Enter response device ("clicker") numbers'
1.64      zhu      8677: => '输入应答设备(&quot;Clickers&quot;)的号码',
1.6       bisitz   8678: 
                   8679:    'Locating your clicker ID'
1.18      zhu      8680: => '定位您的应答设备编号',
1.6       bisitz   8681: 
                   8682:    'Register Clicker'
1.18      zhu      8683: => '注册应答设备',
1.6       bisitz   8684: 
                   8685:    'Register'
1.18      zhu      8686: => '注册',
1.6       bisitz   8687: 
                   8688:    'New Link'
1.13      zhu      8689: => '新的书签', # n.t.
1.6       bisitz   8690: 
                   8691:    'Refresh'
1.13      zhu      8692: => '更新', # n.t.
1.6       bisitz   8693: 
1.73      bisitz   8694:    'Custom metadata [_1]'
                   8695: => '自定义元数据 [_1]',
1.6       bisitz   8696: 
                   8697:    'Question/Comment/Feedback about course content'
1.18      zhu      8698: => '课程内容的问题/评论/反馈',
1.6       bisitz   8699: 
                   8700:    'User modify/custom role edit'
1.70      zhu      8701: => '用户帐户和权限管理',
1.6       bisitz   8702: 
                   8703:    'User Search'
1.70      zhu      8704: => '用户搜索',
1.6       bisitz   8705: 
                   8706:    'to add/modify roles'
1.70      zhu      8707: => ', 添加/修改角色',
1.6       bisitz   8708: 
                   8709:    'is'
1.70      zhu      8710: => '是',
1.6       bisitz   8711: 
                   8712:    'contains'
1.70      zhu      8713: => '包括',
1.6       bisitz   8714: 
                   8715:    'in this domain'
1.70      zhu      8716: => '在该域',
1.6       bisitz   8717: 
                   8718:    'in institutional directory'
1.70      zhu      8719: => '在研究所目录',
1.6       bisitz   8720: 
                   8721:    'Domain/institution to search'
1.93      raeburn  8722: => 'Domain/institution to search',
1.6       bisitz   8723: 
                   8724:    'Directory search has not been configured for domain: [_1]'
1.70      zhu      8725: => '目录搜索,在还没有被配置的域:[_1]',
1.6       bisitz   8726: 
                   8727:    'permanent e-mail'
1.70      zhu      8728: => '永久电子邮件',
1.6       bisitz   8729: 
                   8730:    'Set user role'
1.70      zhu      8731: => '设置用户角色',
1.6       bisitz   8732: 
                   8733:    'No exact match found for this username ([_1]) in this domain.'
1.70      zhu      8734: => '对该用户名([_1])在这个领域中没有找到完全匹配的。',
1.6       bisitz   8735: 
                   8736:    'No match found for this username ([_1]) in this domain.'
1.70      zhu      8737: => '对该用户名([_1])在这个领域中没有找到相应的。',
1.6       bisitz   8738: 
                   8739:    'Make new user "[_1]"'
1.70      zhu      8740: => '新用户 "[_1]"',
1.6       bisitz   8741: 
1.84      bisitz   8742:    'Course Editor'
1.6       bisitz   8743: => '编辑课程',
                   8744: 
1.84      bisitz   8745:    'Community Editor'
1.93      raeburn  8746: => 'Community Editor',
1.84      bisitz   8747: 
1.6       bisitz   8748:    'Choose which items you wish to export from your Course.'
1.70      zhu      8749: => '选择您要从课程中导出的项目。',
1.6       bisitz   8750: 
                   8751:    'Content items'
1.70      zhu      8752: => '内容项目',
1.6       bisitz   8753: 
                   8754:    'Discussion posts'
1.70      zhu      8755: => '讨论文章',
1.6       bisitz   8756: 
                   8757:    'Download the zip file from'
1.70      zhu      8758: => '下载zip档案从:',
1.6       bisitz   8759: 
                   8760:    'IMS course archive'
1.70      zhu      8761: => 'IMS课程存档',
1.6       bisitz   8762: 
                   8763:    'last name, first name'
1.70      zhu      8764: => '姓氏,名字',
1.6       bisitz   8765: 
                   8766:    'Select a Template'
1.93      raeburn  8767: => 'Select a Template',
1.6       bisitz   8768: 
                   8769:    'Edit custom role'
1.93      raeburn  8770: => 'Edit custom role',
1.6       bisitz   8771: 
                   8772:    'Privilege'
1.93      raeburn  8773: => 'Privilege',
1.6       bisitz   8774: 
                   8775:    'Showing users with a name starting with [_1]'
1.26      zhu      8776: => '显示用户,起始是 [_1]',
1.6       bisitz   8777: 
                   8778:    'Permanent e-mail address'
1.26      zhu      8779: => '永久的 E-Mail 地址',
1.6       bisitz   8780: 
                   8781:    'Permanent e-mail'
1.26      zhu      8782: => '永久的 E-Mail 地址',
1.6       bisitz   8783: 
                   8784:    'User [_1] in domain [_2]'
1.26      zhu      8785: => '用户 [_1] 在域 [_2]',
1.6       bisitz   8786: 
                   8787:    'Result'
1.93      raeburn  8788: => 'Result',
1.6       bisitz   8789: 
                   8790:    'Directory search in domain [_1] is not available for the requested search type: "[_2]"'
1.93      raeburn  8791: => 'Directory search in domain [_1] is not available for the requested search type: "[_2]"',
1.6       bisitz   8792: 
                   8793:    "No match found for this username ([_1]) in your institution's directory."
1.93      raeburn  8794: => "No match found for this username ([_1]) in your institution's directory.",
1.6       bisitz   8795: 
                   8796:    'Setting'
1.93      raeburn  8797: => 'Setting',
1.6       bisitz   8798: 
                   8799:    'Directory search available?'
1.93      raeburn  8800: => 'Directory search available?',
1.6       bisitz   8801: 
                   8802:    'Back to actions menu'
1.93      raeburn  8803: => 'Back to actions menu', # n.t.
1.6       bisitz   8804: 
                   8805:    'Edit action'
1.93      raeburn  8806: => 'Edit action',
1.6       bisitz   8807: 
                   8808:    'Effect'
1.93      raeburn  8809: => 'Effect',
1.6       bisitz   8810: 
                   8811:    'Course / User'
1.93      raeburn  8812: => 'Course / User',
1.6       bisitz   8813: 
                   8814:    'deny'
1.93      raeburn  8815: => 'deny',
1.6       bisitz   8816: 
                   8817:    'allow'
1.93      raeburn  8818: => 'allow',
1.6       bisitz   8819: 
                   8820:    'Delete this rule'
1.93      raeburn  8821: => 'Delete this rule',
1.6       bisitz   8822: 
                   8823:    'Insert rule above'
1.93      raeburn  8824: => 'Insert rule above',
1.6       bisitz   8825: 
                   8826:    'Insert rule below'
1.93      raeburn  8827: => 'Insert rule below',
1.6       bisitz   8828: 
                   8829:    'Move rule down'
1.93      raeburn  8830: => 'Move rule down',
1.6       bisitz   8831: 
                   8832:    'Move rule up'
1.93      raeburn  8833: => 'Move rule up',
1.6       bisitz   8834: 
                   8835:    'Warning: It can take up to 1 hour for rights changes to fully propagate.'
1.93      raeburn  8836: => 'Warning: It can take up to 1 hour for rights changes to fully propagate.',
1.6       bisitz   8837: 
                   8838:    'email address'
1.93      raeburn  8839: => 'email address',
1.6       bisitz   8840: 
                   8841:    'Updated'
1.12      zhu      8842: => '已更新',
1.6       bisitz   8843: 
1.89      bisitz   8844:    'The error occurred on host [_1]'
1.93      raeburn  8845: => 'The error occurred on host [_1]',
1.6       bisitz   8846: 
                   8847:    'This error occurred on machine [_1]'
1.93      raeburn  8848: => 'This error occurred on machine [_1]', # n.t.
1.6       bisitz   8849: 
                   8850:    'Clear all Messages in Subdirectory'
1.93      raeburn  8851: => 'Clear all Messages in Subdirectory',
1.6       bisitz   8852: 
                   8853:    'Task information'
1.93      raeburn  8854: => 'Task information',
1.6       bisitz   8855: 
                   8856:    'Automated adds/drops'
1.93      raeburn  8857: => 'Automated adds/drops',
1.6       bisitz   8858: 
                   8859:    'Change enrollment dates'
1.93      raeburn  8860: => 'Change enrollment dates',
1.6       bisitz   8861: 
                   8862:    'Change access dates'
1.93      raeburn  8863: => 'Change access dates',
1.6       bisitz   8864: 
                   8865:    'Notification of changes'
1.93      raeburn  8866: => 'Notification of changes',
1.6       bisitz   8867: 
                   8868:    'Change crosslistings'
1.93      raeburn  8869: => 'Change crosslistings',
1.6       bisitz   8870: 
                   8871:    'Section settings'
1.93      raeburn  8872: => 'Section settings',
1.6       bisitz   8873: 
                   8874:    'Student photo settings'
1.93      raeburn  8875: => 'Student photo settings',
1.6       bisitz   8876: 
                   8877:    'Update roster now'
1.93      raeburn  8878: => 'Update roster now',
1.6       bisitz   8879: 
                   8880:    'Update student photos'
1.93      raeburn  8881: => 'Update student photos',
1.6       bisitz   8882: 
                   8883:    'View students and change type'
1.93      raeburn  8884: => 'View students and change type',
1.6       bisitz   8885: 
                   8886:    'Changes to nightly automated enrollments'
1.93      raeburn  8887: => 'Changes to nightly automated enrollments',
1.6       bisitz   8888: 
                   8889:    'Currently: Nightly adds: [_1], Nightly drops: [_2]'
1.93      raeburn  8890: => 'Currently: Nightly adds: [_1], Nightly drops: [_2]',
1.6       bisitz   8891: 
                   8892:    'OFF'
1.93      raeburn  8893: => 'OFF',
1.6       bisitz   8894: 
                   8895:    'ON'
1.93      raeburn  8896: => 'ON',
1.6       bisitz   8897: 
                   8898:    'Additions based on classlist changes:'
1.93      raeburn  8899: => 'Additions based on classlist changes:',
1.6       bisitz   8900: 
                   8901:    'Removals based on classlist changes:'
1.93      raeburn  8902: => 'Removals based on classlist changes:',
1.6       bisitz   8903: 
                   8904:    'Enable'
1.93      raeburn  8905: => 'Enable',
1.6       bisitz   8906: 
                   8907:    'Disable'
1.93      raeburn  8908: => 'Disable',
1.6       bisitz   8909: 
                   8910:    '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  8911: => '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   8912: 
                   8913:    'Changes to first and/or last automated enrollment dates'
1.98      bisitz   8914: => 'Changes to first and/or last automated enrollment dates',
1.6       bisitz   8915: 
                   8916:    'Currently: First enrollment: [_1], Last enrollment: [_2]'
1.93      raeburn  8917: => 'Currently: First enrollment: [_1], Last enrollment: [_2]',
1.6       bisitz   8918: 
                   8919:    'Set date of first automated enrollment for registered students'
1.93      raeburn  8920: => 'Set date of first automated enrollment for registered students',
1.6       bisitz   8921: 
                   8922:    '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  8923: => '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   8924: 
                   8925:    'Set date of last automated enrollment for registered students'
1.93      raeburn  8926: => 'Set date of last automated enrollment for registered students',
1.6       bisitz   8927: 
                   8928:    '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  8929: => '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   8930: 
                   8931:    'Changes to default start and/or end dates for student access'
1.98      bisitz   8932: => 'Changes to default start and/or end dates for student access',
1.6       bisitz   8933: 
                   8934:    'Currently: default first access:'
1.93      raeburn  8935: => 'Currently: default first access:',
1.6       bisitz   8936: 
                   8937:    ', default last access:'
1.99      raeburn  8938: => ', default last access:',
1.6       bisitz   8939: 
                   8940:    'Set date of first access for registered students added via automated enrollment'
1.93      raeburn  8941: => 'Set date of first access for registered students added via automated enrollment',
1.6       bisitz   8942: 
                   8943:    'Set date of last access for registered students added via automated enrollment'
1.93      raeburn  8944: => 'Set date of last access for registered students added via automated enrollment',
1.6       bisitz   8945: 
                   8946:    'Changes to section settings'
1.93      raeburn  8947: => 'Changes to section settings',
1.6       bisitz   8948: 
                   8949:    'Currently no sections of'
1.93      raeburn  8950: => 'Currently no sections of',
1.6       bisitz   8951: 
                   8952:    'are contributing enrollment to the LON-CAPA class roster.'
1.93      raeburn  8953: => 'are contributing enrollment to the LON-CAPA class roster.',
1.6       bisitz   8954: 
                   8955:    'Add enrollment from additional sections.'
1.93      raeburn  8956: => 'Add enrollment from additional sections.',
1.6       bisitz   8957: 
                   8958:    'Number of new sections to add:'
1.93      raeburn  8959: => 'Number of new sections to add:',
1.6       bisitz   8960: 
                   8961:    'Students enrolling in the sections listed below will be automatically added to the class roster for LON-CAPA course'
1.93      raeburn  8962: => 'Students enrolling in the sections listed below will be automatically added to the class roster for LON-CAPA course',
1.6       bisitz   8963: 
                   8964:    'if you have chosen to enable a nightly automated enrollment update.'
1.93      raeburn  8965: => 'if you have chosen to enable a nightly automated enrollment update.',
1.6       bisitz   8966: 
                   8967:    'Nightly additions based on classlist changes now'
1.93      raeburn  8968: => 'Nightly additions based on classlist changes now',
1.6       bisitz   8969: 
                   8970:    'Nightly additions based on classlist changes still'
1.93      raeburn  8971: => 'Nightly additions based on classlist changes still',
1.6       bisitz   8972: 
                   8973:    'Nightly removals based on classlist changes now'
1.93      raeburn  8974: => 'Nightly removals based on classlist changes now',
1.6       bisitz   8975: 
                   8976:    'Nightly removals based on classlist changes still'
1.93      raeburn  8977: => 'Nightly removals based on classlist changes still',
1.6       bisitz   8978: 
                   8979:    'enabled'
1.93      raeburn  8980: => 'enabled',
1.6       bisitz   8981: 
                   8982:    'disabled'
1.93      raeburn  8983: => 'disabled',
1.6       bisitz   8984: 
                   8985:    'The first date for automated enrollment has been changed'
1.93      raeburn  8986: => 'The first date for automated enrollment has been changed',
1.6       bisitz   8987: 
                   8988:    'The last date for automated enrollment has been changed'
1.93      raeburn  8989: => 'The last date for automated enrollment has been changed',
1.6       bisitz   8990: 
                   8991:    'The first date for automated enrollment has been left unchanged as'
1.93      raeburn  8992: => 'The first date for automated enrollment has been left unchanged as',
1.6       bisitz   8993: 
                   8994:    'The last date for automated enrollment has been left unchanged as'
1.93      raeburn  8995: => 'The last date for automated enrollment has been left unchanged as',
1.6       bisitz   8996: 
                   8997:    'Currently: Notification:'
1.93      raeburn  8998: => 'Currently: Notification:',
1.6       bisitz   8999: 
                   9000:    'Notification of LON-CAPA course roster changes resulting from nightly automated enrollment process?'
1.93      raeburn  9001: => 'Notification of LON-CAPA course roster changes resulting from nightly automated enrollment process?',
1.6       bisitz   9002: 
                   9003:    'The table below contains a list of Kurs-Koordinators in this course.'
1.93      raeburn  9004: => 'The table below contains a list of Kurs-Koordinators in this course.',
1.6       bisitz   9005: 
                   9006:    'username:domain'
1.26      zhu      9007: => '用户名:域',
1.6       bisitz   9008: 
                   9009:    'Course Access'
1.93      raeburn  9010: => 'Course Access',
1.6       bisitz   9011: 
                   9012:    'Current notification status'
1.93      raeburn  9013: => 'Current notification status',
1.6       bisitz   9014: 
                   9015:    'Notification active'
1.93      raeburn  9016: => 'Notification active',
1.6       bisitz   9017: 
                   9018:    'Notification inactive'
1.93      raeburn  9019: => 'Notification inactive',
1.6       bisitz   9020: 
                   9021:    'Notification?'
1.93      raeburn  9022: => 'Notification?',
1.6       bisitz   9023: 
                   9024:    'Notification of enrollment changes now'
1.93      raeburn  9025: => 'Notification of enrollment changes now',
1.6       bisitz   9026: 
                   9027:    'Notification of enrollment changes still'
1.93      raeburn  9028: => 'Notification of enrollment changes still',
1.6       bisitz   9029: 
                   9030:    'The following will receive notification if there are any changes in enrollment in LON-CAPA course:'
1.93      raeburn  9031: => 'The following will receive notification if there are any changes in enrollment in LON-CAPA course:',
1.6       bisitz   9032: 
                   9033:    'as a result of the nightly enrollment check:'
1.93      raeburn  9034: => 'as a result of the nightly enrollment check:',
1.6       bisitz   9035: 
                   9036:    'View/Modify Course Settings'
1.93      raeburn  9037: => 'View/Modify Course Settings',
1.6       bisitz   9038: 
                   9039:    'Course search'
1.93      raeburn  9040: => 'Course search',
1.6       bisitz   9041: 
                   9042:    'View/Modify Courses'
1.93      raeburn  9043: => 'View/Modify Courses',
1.6       bisitz   9044: 
                   9045:    'Course details'
1.93      raeburn  9046: => 'Course details',
1.6       bisitz   9047: 
                   9048:    'Detailed course information:'
1.93      raeburn  9049: => 'Detailed course information:',
1.6       bisitz   9050: 
                   9051:    'Default Access Dates for Students'
1.93      raeburn  9052: => 'Default Access Dates for Students',
1.6       bisitz   9053: 
                   9054:    'Student Counts'
1.93      raeburn  9055: => 'Student Counts',
1.6       bisitz   9056: 
                   9057:    'Auto-enrollment of[_1]registered students'
1.93      raeburn  9058: => 'Auto-enrollment of[_1]registered students',
1.6       bisitz   9059: 
                   9060:    'Details'
                   9061: => 'Details',
                   9062: 
                   9063:    'Not enabled'
1.93      raeburn  9064: => 'Not enabled',
1.6       bisitz   9065: 
                   9066:    'section:'
1.93      raeburn  9067: => 'section:', # n.t.
1.6       bisitz   9068: 
                   9069:    'Previous access'
1.93      raeburn  9070: => 'Previous access',
1.6       bisitz   9071: 
                   9072:    'Current access'
1.93      raeburn  9073: => 'Current access',
1.6       bisitz   9074: 
                   9075:    'Future access'
1.93      raeburn  9076: => 'Future access',
1.6       bisitz   9077: 
                   9078:    'Back to course listing'
                   9079: => '返回课程目录',
                   9080: 
                   9081:    'Immediate course roster update'
1.93      raeburn  9082: => 'Immediate course roster update',
1.6       bisitz   9083: 
                   9084:    'There were no new students to add to the course.'
1.93      raeburn  9085: => 'There were no new students to add to the course.',
1.6       bisitz   9086: 
                   9087:    'Back to options page'
1.93      raeburn  9088: => 'Back to options page',
1.6       bisitz   9089: 
                   9090:    'View/Modify settings for: '
1.93      raeburn  9091: => 'View/Modify settings for: ',
1.6       bisitz   9092: 
                   9093:    'Modify quota for group portfolio files'
1.98      bisitz   9094: => 'Modify quota for group portfolio files',
1.6       bisitz   9095: 
                   9096:    'Display current settings for automated enrollment'
1.93      raeburn  9097: => 'Display current settings for automated enrollment',
1.6       bisitz   9098: 
                   9099:    'Modify institutional code, course owner and/or default authentication'
1.98      bisitz   9100: => 'Modify institutional code, course owner and/or default authentication',
1.6       bisitz   9101: 
                   9102:    'Modify course catalog settings for course'
1.98      bisitz   9103: => 'Modify course catalog settings for course',
1.6       bisitz   9104: 
                   9105:    'Catalog settings'
1.93      raeburn  9106: => 'Catalog settings',
1.6       bisitz   9107: 
                   9108:    'Catalog Settings for Course'
1.93      raeburn  9109: => 'Catalog Settings for Course',
1.6       bisitz   9110: 
1.81      bisitz   9111:    'Visibility in Course/Community Catalog'
1.93      raeburn  9112: => 'Visibility in Course/Community Catalog',
1.6       bisitz   9113: 
1.81      bisitz   9114:    "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  9115: => "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   9116: 
                   9117:    'Auto-cataloging is enabled and the course is assigned an institutional code'
1.93      raeburn  9118: => 'Auto-cataloging is enabled and the course is assigned an institutional code',
1.6       bisitz   9119: 
                   9120:    'The course has been categorized into at least one of the course categories defined for the domain.'
1.93      raeburn  9121: => 'The course has been categorized into at least one of the course categories defined for the domain.',
1.6       bisitz   9122: 
                   9123:    'Exclude from course catalog'
1.93      raeburn  9124: => 'Exclude from course catalog',
1.6       bisitz   9125: 
                   9126:    'Categorize Course'
1.93      raeburn  9127: => 'Categorize Course',
1.6       bisitz   9128: 
                   9129:    'No categories defined for this domain'
1.93      raeburn  9130: => 'No categories defined for this domain',
1.6       bisitz   9131: 
                   9132:    'Assign one or more categories to this course.'
1.93      raeburn  9133: => 'Assign one or more categories to this course.',
1.6       bisitz   9134: 
                   9135:    '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  9136: => '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   9137: 
                   9138:    'Category settings'
1.93      raeburn  9139: => 'Category settings',
1.6       bisitz   9140: 
                   9141:    'Show/Hide a course in the catalog'
1.93      raeburn  9142: => 'Show/Hide a course in the catalog',
1.6       bisitz   9143: 
                   9144:    'Assign a category to a course'
1.93      raeburn  9145: => 'Assign a category to a course',
1.6       bisitz   9146: 
                   9147:    'Set in "Modify Course" (Domain)'
1.93      raeburn  9148: => 'Set in "Modify Course" (Domain)',
1.6       bisitz   9149: 
                   9150:    'Set in "Modify Parameters" (Course)'
1.93      raeburn  9151: => 'Set in "Modify Parameters" (Course)',
1.6       bisitz   9152: 
                   9153:    'Categories'
1.93      raeburn  9154: => 'Categories',
1.6       bisitz   9155: 
                   9156:    'Add category'
1.93      raeburn  9157: => 'Add category',
1.6       bisitz   9158: 
                   9159:    'Add category:'
1.93      raeburn  9160: => 'Add category:',
1.6       bisitz   9161: 
                   9162:    'Add subcategory:'
1.93      raeburn  9163: => 'Add subcategory:',
1.6       bisitz   9164: 
                   9165:    'New:'
1.93      raeburn  9166: => 'New:',
1.6       bisitz   9167: 
                   9168:    'Choose a course'
1.93      raeburn  9169: => 'Choose a course',
1.6       bisitz   9170: 
                   9171:    'Pick action'
1.93      raeburn  9172: => 'Pick action',
1.6       bisitz   9173: 
                   9174:    'Display settings'
1.93      raeburn  9175: => 'Display settings',
1.6       bisitz   9176: 
                   9177:    'Course settings that control automated enrollment in this LON-CAPA course are currently:'
1.93      raeburn  9178: => 'Course settings that control automated enrollment in this LON-CAPA course are currently:',
1.6       bisitz   9179: 
                   9180:    'Course setting'
1.93      raeburn  9181: => 'Course setting',
1.6       bisitz   9182: 
                   9183:    'Modifiable by DC only'
1.93      raeburn  9184: => 'Modifiable by DC only',
1.6       bisitz   9185: 
                   9186:    'Default authentication parameter'
1.93      raeburn  9187: => 'Default authentication parameter',
1.6       bisitz   9188: 
                   9189:    'Default authentication method'
1.93      raeburn  9190: => 'Default authentication method',
1.6       bisitz   9191: 
                   9192:    'Date of last automated enrollment'
1.93      raeburn  9193: => 'Date of last automated enrollment',
1.6       bisitz   9194: 
                   9195:    'Date of first automated enrollment'
1.93      raeburn  9196: => 'Date of first automated enrollment',
1.6       bisitz   9197: 
                   9198:    'Official course code'
1.93      raeburn  9199: => 'Official course code',
1.6       bisitz   9200: 
                   9201:    'Username:domain of course owner'
1.93      raeburn  9202: => 'Username:domain of course owner',
1.6       bisitz   9203: 
                   9204:    'Date of last student access'
1.22      zhu      9205: => '学生访问的结束日期',
1.6       bisitz   9206: 
                   9207:    'Date of first student access'
1.22      zhu      9208: => '学生访问的开始日期',
1.6       bisitz   9209: 
                   9210:    'Course section number(:LON-CAPA section)'
1.93      raeburn  9211: => 'Course section number(:LON-CAPA section)',
1.6       bisitz   9212: 
                   9213:    'Show more details'
1.22      zhu      9214: => '查看更多详情',
1.6       bisitz   9215: 
1.18      zhu      9216:    'Public RSS/podcast (subscribe to)'
                   9217: => '公共RSS /播客(订阅)',
1.6       bisitz   9218: 
                   9219:    'Course Owner:'
1.13      zhu      9220: => '课程所有者:',
1.6       bisitz   9221: 
                   9222:    'Default Authentication method'
1.93      raeburn  9223: => 'Default Authentication method',
1.6       bisitz   9224: 
                   9225:    'Modify settings'
1.93      raeburn  9226: => 'Modify settings',
1.6       bisitz   9227: 
                   9228:    'Automated Enrollment'
1.93      raeburn  9229: => 'Automated Enrollment',
1.6       bisitz   9230: 
                   9231:    'Use the menu on the left to choose an enrollment management task.'
1.93      raeburn  9232: => 'Use the menu on the left to choose an enrollment management task.',
1.6       bisitz   9233: 
                   9234:    'Result of Changes to Automated Enrollment Settings.'
1.93      raeburn  9235: => 'Result of Changes to Automated Enrollment Settings.',
1.6       bisitz   9236: 
                   9237:    'The following automated enrollment parameters have been changed:'
1.93      raeburn  9238: => 'The following automated enrollment parameters have been changed:', # n.t.
1.6       bisitz   9239: 
                   9240:    'now set to'
1.93      raeburn  9241: => 'now set to', # n.t.
1.6       bisitz   9242: 
                   9243:    'still set to'
1.93      raeburn  9244: => 'still set to', # n.t.
1.6       bisitz   9245: 
                   9246:    'The following automated enrollment parameters remain unchanged:'
1.93      raeburn  9247: => 'The following automated enrollment parameters remain unchanged:', # n.t.
1.6       bisitz   9248: 
                   9249:    'Change settings'
1.93      raeburn  9250: => 'Change settings',
1.6       bisitz   9251: 
                   9252:    "Student's agreement needed for listing in student-viewable roster"
1.93      raeburn  9253: => "Student's agreement needed for listing in student-viewable roster",
1.6       bisitz   9254: 
                   9255:    'Include link to accessible portfolio files'
1.93      raeburn  9256: => 'Include link to accessible portfolio files',
1.6       bisitz   9257: 
                   9258:    'Print header format'
1.93      raeburn  9259: => 'Print header format',
1.6       bisitz   9260: 
                   9261:    'Substitutions:<br />[_1]: student name, [_2]: course id, [_3]: assignment note. Numbers after the <tt>%</tt> limit the field size.'
1.93      raeburn  9262: => 'Substitutions:<br />[_1]: student name, [_2]: course id, [_3]: assignment note. Numbers after the <tt>%</tt> limit the field size.',
1.6       bisitz   9263: 
                   9264:    'Force all students in the course to use a specific math rendering engine.'
1.93      raeburn  9265: => 'Force all students in the course to use a specific math rendering engine.',
1.6       bisitz   9266: 
                   9267:    "[_1], [_2] (Convert to Images), [_3] (TeX to HTML), or blank for student's preference"
1.98      bisitz   9268: => "[_1], [_2] (Convert to Images), [_3] (TeX to HTML), or blank for student's preference",
1.6       bisitz   9269: 
                   9270:    'Bridge Task Grading'
1.93      raeburn  9271: => 'Bridge Task Grading',
1.6       bisitz   9272: 
                   9273:    'Classlist Manager'
1.93      raeburn  9274: => 'Classlist Manager', # !?!
1.6       bisitz   9275: 
                   9276:    'Note for students:'
1.70      zhu      9277: => '注意事项:',
1.6       bisitz   9278: 
                   9279:    '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  9280: => '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   9281: 
                   9282:    'Please [_1]log in again[_2].'
1.26      zhu      9283: => '请[_1]重新登录[_2].',
1.6       bisitz   9284: 
                   9285:    'Switching Server ...'
1.70      zhu      9286: => '更换服务器 ...',
1.6       bisitz   9287: 
                   9288:    'Already logged in'
1.70      zhu      9289: => '已经登录',
1.6       bisitz   9290: 
                   9291:    'Apply style file: '
1.93      raeburn  9292: => 'Apply style file: ',
1.6       bisitz   9293: 
                   9294:    'The problem '
1.70      zhu      9295: => '问题 ',
1.6       bisitz   9296: 
                   9297:    'Search criteria'
1.70      zhu      9298: => '搜索条件',
1.6       bisitz   9299: 
                   9300:    'begins with'
1.70      zhu      9301: => '始于',
1.6       bisitz   9302: 
                   9303:    'in selected LON-CAPA domain'
1.70      zhu      9304: => '在选定的 LON-CAPA-域 ',
1.6       bisitz   9305: 
                   9306:    'in institutional directory for selected domain'
1.70      zhu      9307: => '在选定的域中的研究所列表',
1.6       bisitz   9308: 
                   9309:    'No exact match found for the username ([_1]) in LON-CAPA domain: [_2]'
1.70      zhu      9310: => '没有找到完全匹配的用户名([_1] )在LON-CAPA-域:', # n.t.
1.6       bisitz   9311: 
                   9312:    'Creating new account.'
1.70      zhu      9313: => '创建新帐户。',
1.6       bisitz   9314: 
                   9315:    'Report a documentation bug'
1.70      zhu      9316: => '报告文件错误 (Englisch)',
1.6       bisitz   9317: 
                   9318:    'You must specify a valid username. Only the following are allowed: letters numbers - . @'
1.70      zhu      9319: => '您必须指定一个有效的用户名。只允许以下字符:字母,数字, "-", "." 和 "@"',
1.6       bisitz   9320: 
                   9321:    'The following need to be corrected before the search can be run:'
1.70      zhu      9322: => '在搜索可以开始之前,下面必须予以纠正:',
1.6       bisitz   9323: 
                   9324:    'You must include some text to search for.'
1.70      zhu      9325: => '您必须包括一些要搜寻的文字。',
1.6       bisitz   9326: 
                   9327:    "The text you are searching for must contain at least two characters when using a 'begins' type search."
1.70      zhu      9328: => "文本搜索必须包含至少有两个字符,当使用的是'开始'类型的搜索。",
1.6       bisitz   9329: 
                   9330:    "The text you are searching for must contain at least three characters when using a 'contains' type search."
1.70      zhu      9331: => "文字要搜索必须包含至少3个字符时,当使用的是'包含'式的搜索。",
1.6       bisitz   9332: 
                   9333:    'You must choose a domain when using an institutional directory search.'
1.70      zhu      9334: => '您必须选择一个域,当使用的是研究所目录搜索。',
1.6       bisitz   9335: 
                   9336:    'You must choose a domain when using a domain search.'
1.70      zhu      9337: => '您必须选择一个域,当使用域搜索。',
1.6       bisitz   9338: 
                   9339:    "When using searching by last,first you must include a comma as separator between last name and first name."
1.93      raeburn  9340: => "When using searching by last,first you must include a comma as separator between last name and first name.",
1.6       bisitz   9341: 
                   9342:    "When searching by last,first you must include at least one character in the first name."
1.93      raeburn  9343: => "When searching by last,first you must include at least one character in the first name.",
1.6       bisitz   9344: 
                   9345:    'Revoking [_1] in [_2]: [_3]'
1.93      raeburn  9346: => 'Revoking [_1] in [_2]: [_3]',
1.6       bisitz   9347: 
                   9348:    'Revoking custom role:'
1.93      raeburn  9349: => 'Revoking custom role:',
1.6       bisitz   9350: 
                   9351:    'Deleting [_1] in [_2]: [_3]'
1.93      raeburn  9352: => 'Deleting [_1] in [_2]: [_3]',
1.6       bisitz   9353: 
1.52      bisitz   9354:    'Deleting custom role [_1] by [_2] in [_3]'
1.93      raeburn  9355: => 'Deleting custom role [_1] by [_2] in [_3]',
1.6       bisitz   9356: 
                   9357:    'Add to classlist'
1.93      raeburn  9358: => 'Add to classlist',
1.6       bisitz   9359: 
                   9360:    'Re-enabling [_1] in [_2]: [_3]'
1.93      raeburn  9361: => 'Re-enabling [_1] in [_2]: [_3]',
1.6       bisitz   9362: 
1.52      bisitz   9363:    'Re-enabling custom role [_1] by [_2] in [_3]: [_4]'
1.93      raeburn  9364: => 'Re-enabling custom role [_1] by [_2] in [_3]: [_4]',
1.6       bisitz   9365: 
                   9366:    'Unknown command'
1.93      raeburn  9367: => 'Unknown command',
1.6       bisitz   9368: 
                   9369:    '[_1] may not be used as the name for a section, as it is a reserved word.'
1.98      bisitz   9370: => '[_1] may not be used as the name for a section, as it is a reserved word.',
1.6       bisitz   9371: 
                   9372:    '[_1] may not be used as the name for a section, as it is the name of a course group.'
1.98      bisitz   9373: => '[_1] may not be used as the name for a section, as it is the name of a course group.',
1.6       bisitz   9374: 
                   9375:    'Please [_1]go back[_2] and choose a different section name.'
1.93      raeburn  9376: => 'Please [_1]go back[_2] and choose a different section name.',
1.6       bisitz   9377: 
                   9378:    'Drop from classlist: [_1]'
1.93      raeburn  9379: => 'Drop from classlist: [_1]',
1.6       bisitz   9380: 
                   9381:    'Existing Role'
1.93      raeburn  9382: => 'Existing Role',
1.6       bisitz   9383: 
                   9384:    'Assigning Role to Self'
                   9385: => 'Assigning Role to Self', # ???
                   9386: 
                   9387:    'Invalid search.'
1.93      raeburn  9388: => 'Invalid search.',
1.6       bisitz   9389: 
                   9390:    'You must enter a search term.'
1.93      raeburn  9391: => 'You must enter a search term.',
1.6       bisitz   9392: 
                   9393:    'You must specify a valid domain when searching in a domain or institutional directory.'
1.93      raeburn  9394: => 'You must specify a valid domain when searching in a domain or institutional directory.',
1.6       bisitz   9395: 
                   9396:    'You may want to search in the LON-CAPA domain instead of the institutional directory.'
1.93      raeburn  9397: => 'You may want to search in the LON-CAPA domain instead of the institutional directory.',
1.6       bisitz   9398: 
                   9399:    'New users can only be created in the domain to which your current role belongs - [_1].'
1.93      raeburn  9400: => 'New users can only be created in the domain to which your current role belongs - [_1].',
1.6       bisitz   9401: 
                   9402:    'Institutional directory search is not available in domain: [_1]'
1.93      raeburn  9403: => 'Institutional directory search is not available in domain: [_1]',
1.6       bisitz   9404: 
                   9405:    'Institutional directory search in domain: [_1] is only allowed for users with a current role in the domain.'
1.93      raeburn  9406: => 'Institutional directory search in domain: [_1] is only allowed for users with a current role in the domain.',
1.6       bisitz   9407: 
                   9408:    'Institutional directory search in domain: [_1] is not available to your user type: '
1.93      raeburn  9409: => 'Institutional directory search in domain: [_1] is not available to your user type: ',
1.6       bisitz   9410: 
                   9411:    'Institutional directory search has not been configured for domain: [_1]'
1.93      raeburn  9412: => 'Institutional directory search has not been configured for domain: [_1]',
1.6       bisitz   9413: 
                   9414:    'Institutional directory search in domain: [_1] is not available for searching by "[_2]"'
1.93      raeburn  9415: => 'Institutional directory search in domain: [_1] is not available for searching by "[_2]"',
1.6       bisitz   9416: 
                   9417:    'Institutional directory search in domain: [_1] is not available.'
1.93      raeburn  9418: => 'Institutional directory search in domain: [_1] is not available.',
1.6       bisitz   9419: 
                   9420:    'Institutional directory search in domain [_1] is not available for the requested search type: "[_2]"'
1.93      raeburn  9421: => 'Institutional directory search in domain [_1] is not available for the requested search type: "[_2]"',
1.6       bisitz   9422: 
                   9423:    'You may want to broaden your search to a search of the institutional directory for the domain.'
1.93      raeburn  9424: => 'You may want to broaden your search to a search of the institutional directory for the domain.',
1.6       bisitz   9425: 
                   9426:    'You may want to broaden your search to the selected LON-CAPA domain.'
1.93      raeburn  9427: => 'You may want to broaden your search to the selected LON-CAPA domain.',
1.6       bisitz   9428: 
                   9429:    'Pick group first'
1.93      raeburn  9430: => 'Pick group first',
1.6       bisitz   9431: 
                   9432:    'No login name specified'
1.93      raeburn  9433: => 'No login name specified',
1.6       bisitz   9434: 
1.19      zhu      9435:    'Invalid login name'
1.93      raeburn  9436: => 'Invalid login name',
1.6       bisitz   9437: 
1.19      zhu      9438:    'Only letters, numbers, periods, dashes, @, and underscores are valid'
1.93      raeburn  9439: => 'Only letters, numbers, periods, dashes, @, and underscores are valid',
1.6       bisitz   9440: 
                   9441:    'For this user, the default quota would be [_1] Mb.'
1.93      raeburn  9442: => 'For this user, the default quota would be [_1] Mb.',
1.6       bisitz   9443: 
                   9444:    "For this user, the default quota would be [_1] Mb, as determined by the user's institutional affiliation ([_2])."
1.93      raeburn  9445: => "For this user, the default quota would be [_1] Mb, as determined by the user's institutional affiliation ([_2]).",
1.6       bisitz   9446: 
                   9447:    "For this user, the default quota of [_1] Mb, is determined by the user's institutional affiliation ([_2])."
1.93      raeburn  9448: => "For this user, the default quota of [_1] Mb, is determined by the user's institutional affiliation ([_2]).",
1.6       bisitz   9449: 
                   9450:    'in all LON-CAPA domains.'
1.93      raeburn  9451: => 'in all LON-CAPA domains.',
1.6       bisitz   9452: 
                   9453:    'in LON-CAPA domains:'
1.93      raeburn  9454: => 'in LON-CAPA domains:',
1.6       bisitz   9455: 
                   9456:    'in LON-CAPA domain '
1.31      bisitz   9457: => '在LON-CAPA域 ',
1.6       bisitz   9458: 
                   9459:    'Course settings modifiable by [_1] only.'
1.93      raeburn  9460: => 'Course settings modifiable by [_1] only.',
1.6       bisitz   9461: 
                   9462:    'Course Owner'
1.93      raeburn  9463: => 'Course Owner',
1.6       bisitz   9464: 
                   9465:    'Username:Domain'
1.26      zhu      9466: => '用户名:域',
1.6       bisitz   9467: 
                   9468:    'Course Activity'
1.93      raeburn  9469: => 'Course Activity',
1.6       bisitz   9470: 
                   9471:    'Course Domain'
1.93      raeburn  9472: => 'Course Domain',
1.6       bisitz   9473: 
                   9474:    'Course Institutional Code'
1.93      raeburn  9475: => 'Course Institutional Code',
1.6       bisitz   9476: 
                   9477:    "Course Owner's Username"
1.93      raeburn  9478: => "Course Owner's Username",
1.6       bisitz   9479: 
                   9480:    "Course Owner's Domain"
1.93      raeburn  9481: => "Course Owner's Domain",
1.6       bisitz   9482: 
                   9483:    'Course Type'
1.93      raeburn  9484: => 'Course Type',
1.6       bisitz   9485: 
                   9486:    'LON-CAPA course ID'
1.93      raeburn  9487: => 'LON-CAPA course ID',
1.6       bisitz   9488: 
                   9489:    'None found'
1.93      raeburn  9490: => 'None found',
1.6       bisitz   9491: 
                   9492:    'Course settings which only a [_1] may modify.'
1.93      raeburn  9493: => 'Course settings which only a [_1] may modify.',
1.6       bisitz   9494: 
                   9495:    "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  9496: => "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   9497: 
                   9498:    'Single user search'
1.93      raeburn  9499: => 'Single user search',
1.6       bisitz   9500: 
                   9501:    'Set enrollment'
1.93      raeburn  9502: => 'Set enrollment',
1.6       bisitz   9503: 
                   9504:    'Please review the information in "Log-in help" and the "Getting started" guide if you are unable to log-in.'
1.93      raeburn  9505: => 'Please review the information in "Log-in help" and the "Getting started" guide if you are unable to log-in.',
1.6       bisitz   9506: 
                   9507:    'Please review the information in "Log-in help" if you are unable to log-in.'
1.93      raeburn  9508: => 'Please review the information in "Log-in help" if you are unable to log-in.',
1.6       bisitz   9509: 
                   9510:    'If your problem is still unresolved, the form below can be used to send a question to the LON-CAPA helpdesk.'
1.93      raeburn  9511: => 'If your problem is still unresolved, the form below can be used to send a question to the LON-CAPA helpdesk.',
1.6       bisitz   9512: 
                   9513:    'Getting started guide'
1.93      raeburn  9514: => 'Getting started guide',
1.6       bisitz   9515: 
                   9516:    '[_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   9517: => '[_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   9518: 
                   9519:    '[_1]Select Date[_2]'
1.13      zhu      9520: => '[_1]请选择日期[_2]',
1.6       bisitz   9521: 
                   9522:    '[_1]: students can view all sections. [_2]: students can only view their own section. blank or [_3] prevents student view.'
1.98      bisitz   9523: => '[_1]: students can view all sections. [_2]: students can only view their own section. blank or [_3] prevents student view.',
1.6       bisitz   9524: 
                   9525:    '[_1] to require students to opt-in to listing in the roster (on the roster page).'
1.98      bisitz   9526: => '[_1] to require students to opt-in to listing in the roster (on the roster page).',
1.6       bisitz   9527: 
                   9528:    "[_1] for link to each a listing of each student's files."
1.99      raeburn  9529: => "[_1] for link to each a listing of each student's files.",
1.6       bisitz   9530: 
                   9531:    '[_1]: student, [_2]: TA, [_3]: instructor'
1.26      zhu      9532: => '[_1]: 学生, [_2]: 导师, [_3]: 讲师',
1.6       bisitz   9533: 
                   9534:    'role:section,role:section,...'
1.93      raeburn  9535: => 'role:section,role:section,...',
1.6       bisitz   9536: 
                   9537:    '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  9538: => '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   9539: 
                   9540:    'supported types'
1.93      raeburn  9541: => 'supported types',
1.6       bisitz   9542: 
                   9543:    '[_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   9544: => '[_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   9545: 
                   9546:    'Instructors and TAs in sections, when grading bridge tasks, should be allowed to grade other sections.'
1.93      raeburn  9547: => 'Instructors and TAs in sections, when grading bridge tasks, should be allowed to grade other sections.',
1.6       bisitz   9548: 
                   9549:    '[_1]: they are allowed (this is the default). [_2]: no, they can only grade their own section.'
1.101     bisitz   9550: => '[_1]: they are allowed (this is the default). [_2]: no, they can only grade their own section.',
1.6       bisitz   9551: 
                   9552:    'Calendar Announcement for '
1.93      raeburn  9553: => 'Calendar Announcement for ',
1.6       bisitz   9554: 
                   9555:    'Opening'
1.93      raeburn  9556: => 'Opening',
1.6       bisitz   9557: 
                   9558:    'Closing'
1.93      raeburn  9559: => 'Closing',
1.6       bisitz   9560: 
                   9561:    'To add a new user:'
1.93      raeburn  9562: => 'To add a new user:',
1.6       bisitz   9563: 
                   9564:    "(You can only create new users in your current role's domain - [_1])"
1.98      bisitz   9565: => "(You can only create new users in your current role's domain - [_1])",
1.6       bisitz   9566: 
                   9567:    "You are not authorized to create new users in your current role's domain - [_1]."
1.93      raeburn  9568: => "You are not authorized to create new users in your current role's domain - [_1].",
1.6       bisitz   9569: 
                   9570:    "Set 'Domain/institution to search' to: [_1]"
1.93      raeburn  9571: => "Set 'Domain/institution to search' to: [_1]",
1.6       bisitz   9572: 
                   9573:    "Set 'Search criteria' to: [_1]username is ..... in selected LON-CAPA domain[_2]"
1.93      raeburn  9574: => "Set 'Search criteria' to: [_1]username is ..... in selected LON-CAPA domain[_2]",
1.6       bisitz   9575: 
                   9576:    'Provide the proposed username'
1.93      raeburn  9577: => 'Provide the proposed username',
1.6       bisitz   9578: 
                   9579:    'Select a user to add/modify roles'
1.93      raeburn  9580: => 'Select a user to add/modify roles',
1.6       bisitz   9581: 
                   9582:    "Click 'Search'"
1.93      raeburn  9583: => "Click 'Search'",
1.6       bisitz   9584: 
                   9585:    'User Search to add/modify roles'
1.93      raeburn  9586: => 'User Search to add/modify roles',
1.6       bisitz   9587: 
                   9588: 
                   9589: # Feedback messages:
                   9590: 
                   9591:    'You have entered that answer before'
1.18      zhu      9592: => '您已经输入了答案',
1.6       bisitz   9593: 
                   9594:    "Computer's answer now shown above."
1.18      zhu      9595: => "上面显示的是正确答案。",
1.6       bisitz   9596: 
                   9597:    'You are correct.'
1.18      zhu      9598: => '正确答案!',
1.6       bisitz   9599: 
                   9600:    'You are partially correct.'
1.18      zhu      9601: => '部分正确。',
1.6       bisitz   9602: 
                   9603:    'Incorrect'
1.18      zhu      9604: => '错误',
1.6       bisitz   9605: 
1.22      zhu      9606:    'Your receipt no. is [_1]'
                   9607: => '您的证明编号是 [_1]',
1.6       bisitz   9608: 
                   9609:    'You are excused from the problem.'
1.18      zhu      9610: => '你的作业已通过。',
1.6       bisitz   9611: 
                   9612:    'Some extra items were submitted.'
1.93      raeburn  9613: => 'Some extra items were submitted.',
1.6       bisitz   9614: 
                   9615:    'Some items were not submitted.'
1.93      raeburn  9616: => 'Some items were not submitted.',
1.6       bisitz   9617: 
                   9618:    'An error occurred while grading your answer.'
1.93      raeburn  9619: => 'An error occurred while grading your answer.',
1.6       bisitz   9620: 
                   9621:    'The submitted answer was too long.'
1.93      raeburn  9622: => 'The submitted answer was too long.',
1.6       bisitz   9623: 
                   9624:    'This question expects a numeric answer.'
1.93      raeburn  9625: => 'This question expects a numeric answer.',
1.6       bisitz   9626: 
                   9627:    'You have provided an invalid ranking.'
1.93      raeburn  9628: => 'You have provided an invalid ranking.',
1.6       bisitz   9629: 
                   9630:    'Please refer to [_1]'
1.93      raeburn  9631: => 'Please refer to [_1]',
1.6       bisitz   9632: 
                   9633:    'help on ranking problems'
1.93      raeburn  9634: => 'help on ranking problems',
1.6       bisitz   9635: 
                   9636:    "Submission won't be graded. The type of file submitted is not allowed."
1.93      raeburn  9637: => "Submission won't be graded. The type of file submitted is not allowed.",
1.6       bisitz   9638: 
                   9639:    'Submission not graded. Use fewer digits.'
1.93      raeburn  9640: => 'Submission not graded. Use fewer digits.',
1.6       bisitz   9641: 
                   9642:    'Submission not graded. Use more digits.'
1.93      raeburn  9643: => 'Submission not graded. Use more digits.',
1.6       bisitz   9644: 
                   9645:    'Error in instructor specifed unit. This error has been reported to the instructor.'
1.93      raeburn  9646: => 'Error in instructor specifed unit. This error has been reported to the instructor.',
1.6       bisitz   9647: 
                   9648:    'Unable to interpret units. Computer reads units as "[_1]".'
1.93      raeburn  9649: => 'Unable to interpret units. Computer reads units as "[_1]".',
1.6       bisitz   9650: 
                   9651:    'Incompatible units. No conversion found between "[_1]" and the required units.'
1.93      raeburn  9652: => 'Incompatible units. No conversion found between "[_1]" and the required units.',
1.6       bisitz   9653: 
                   9654:    'Only a number required. Computer reads units of "[_1]".'
1.93      raeburn  9655: => 'Only a number required. Computer reads units of "[_1]".',
1.6       bisitz   9656: 
                   9657:    'Proper comma separation is required'
1.93      raeburn  9658: => 'Proper comma separation is required',
1.6       bisitz   9659: 
                   9660:    'Unable to understand formula'
1.93      raeburn  9661: => 'Unable to understand formula',
1.6       bisitz   9662: 
                   9663:    'Your submission has been recorded.'
1.93      raeburn  9664: => 'Your submission has been recorded.',
1.6       bisitz   9665: 
                   9666:    'A draft copy has been saved.'
1.93      raeburn  9667: => 'A draft copy has been saved.',
1.6       bisitz   9668: 
                   9669:    'Nothing submitted.'
1.93      raeburn  9670: => 'Nothing submitted.',
1.6       bisitz   9671: 
                   9672:    'Unknown message'
1.93      raeburn  9673: => 'Unknown message',
1.6       bisitz   9674: 
                   9675:    'Returned file(s): [_1]'
1.93      raeburn  9676: => 'Returned file(s): [_1]',
1.6       bisitz   9677: 
                   9678:    'Answer Submitted: Your final submission will be graded after the due date.'
1.93      raeburn  9679: => 'Answer Submitted: Your final submission will be graded after the due date.',
1.6       bisitz   9680: 
                   9681: # --/
                   9682: 
                   9683: 
                   9684:    ' The last submission was after the Due Date '
1.98      bisitz   9685: => ' The last submission was after the Due Date ',
1.6       bisitz   9686: 
                   9687:    'Submit a file: (only one file can be uploaded)'
1.13      zhu      9688: => '提交档案: (只允许上传一个文件)',
1.6       bisitz   9689: 
                   9690:    'OR:'
1.13      zhu      9691: => '或者:',
1.6       bisitz   9692: 
                   9693:    'Select Portfolio Files'
1.13      zhu      9694: => '选择组合文件',
1.6       bisitz   9695: 
                   9696:    'Portfolio files previously selected: [_1]'
1.93      raeburn  9697: => 'Portfolio files previously selected: [_1]',
1.6       bisitz   9698: 
                   9699:    "These file(s) don't exist: [_1]"
1.93      raeburn  9700: => "These file(s) don't exist: [_1]",
1.6       bisitz   9701: 
                   9702:    'Previously published version'
1.93      raeburn  9703: => 'Previously published version',
1.6       bisitz   9704: 
                   9705:    'You do not have privileges to modify the authentication configuration for this user.'
1.93      raeburn  9706: => 'You do not have privileges to modify the authentication configuration for this user.',
1.6       bisitz   9707: 
                   9708:    'You do not have privileges to modify the portfolio quota for this user.'
1.93      raeburn  9709: => 'You do not have privileges to modify the portfolio quota for this user.',
1.6       bisitz   9710: 
                   9711:    'If a change is required, contact a domain coordinator for the domain'
1.93      raeburn  9712: => 'If a change is required, contact a domain coordinator for the domain',
1.6       bisitz   9713: 
                   9714:    'with submissions'
1.27      zhu      9715: => '带答案',
1.6       bisitz   9716: 
                   9717:    'in grading queue'
1.27      zhu      9718: => '在评估队列中',
1.6       bisitz   9719: 
                   9720:    'with ungraded submissions'
1.27      zhu      9721: => '未评估的答案',
1.6       bisitz   9722: 
                   9723:    'with incorrect submissions'
1.27      zhu      9724: => '错误的答案',
1.6       bisitz   9725: 
                   9726:    'with any status'
1.27      zhu      9727: => '任何状态',
1.6       bisitz   9728: 
                   9729:    'Default value or none'
1.27      zhu      9730: => '默认值或无',
1.6       bisitz   9731: 
                   9732:    'Floating Point between 1 and 0'
1.27      zhu      9733: => '浮点运算的1和0',
1.6       bisitz   9734: 
                   9735:    'Floating point number between zero and one'
1.93      raeburn  9736: => 'Floating point number between zero and one',
1.6       bisitz   9737: 
                   9738:    'Positive Floating Point'
1.93      raeburn  9739: => 'Positive Floating Point',
1.6       bisitz   9740: 
                   9741:    'Positive floating point number or zero'
1.93      raeburn  9742: => 'Positive floating point number or zero',
1.6       bisitz   9743: 
                   9744:    'Floating Point'
1.93      raeburn  9745: => 'Floating Point',
1.6       bisitz   9746: 
                   9747:    'Floating point number'
1.93      raeburn  9748: => 'Floating point number',
1.6       bisitz   9749: 
                   9750:    'Auto-enrollment settings'
1.93      raeburn  9751: => 'Auto-enrollment settings',
1.6       bisitz   9752: 
                   9753:    'Configuration setting'
1.63      zhu      9754: => '配置设置', # n.t.
1.6       bisitz   9755: 
                   9756:    'Value(s)'
1.93      raeburn  9757: => 'Value(s)', # n.t.
1.6       bisitz   9758: 
                   9759:    'Auto-enrollment active?'
1.93      raeburn  9760: => 'Auto-enrollment active?',
1.6       bisitz   9761: 
                   9762:    'Access to other pages will be prevented until you have moved the message to your inbox.'
1.63      zhu      9763: => '只有把该邮件移至收件箱才可以访问其他网页。',
1.6       bisitz   9764: 
                   9765:    'Access to other pages will be prevented until you have moved all critical messages to your inbox.'
1.63      zhu      9766: => '只有把所有的重要邮件移至收件箱才可以访问其他网页。',
1.6       bisitz   9767: 
                   9768:    'Move to Inbox'
1.63      zhu      9769: => '移至收件箱',
1.6       bisitz   9770: 
                   9771:    'Move to Inbox/Compose reply'
1.63      zhu      9772: => '移至收件箱并回复',
1.6       bisitz   9773: 
                   9774:    'Confirm Receipt'
1.63      zhu      9775: => '确认已收到',
1.6       bisitz   9776: 
                   9777:    'Confirm Receipt and Reply'
1.63      zhu      9778: => '确认已收到并回复',
1.6       bisitz   9779: 
                   9780:    'Displaying Critical Messages'
1.63      zhu      9781: => '显示重要邮件',
1.6       bisitz   9782: 
                   9783:    'Confirming Receipt'
1.63      zhu      9784: => '确认已收到',
1.6       bisitz   9785: 
                   9786:    'Confirmed Receipt'
1.63      zhu      9787: => '确认已收到',
1.6       bisitz   9788: 
                   9789:    'Communicate'
                   9790: => '通讯',
                   9791: 
                   9792:    'Replying to a Critical Message'
1.63      zhu      9793: => '针对重要邮件',
1.6       bisitz   9794: 
                   9795:    'Answer Available'
1.70      zhu      9796: => '答复可用',
1.6       bisitz   9797: 
                   9798:    ' to '
1.70      zhu      9799: => ' 到 ', # ???
1.6       bisitz   9800: 
                   9801:    'Event from [_1] to [_2]'
1.63      zhu      9802: => '活动由 [_1] 至 [_2]',
1.6       bisitz   9803: 
                   9804:    '[_1]: [_2] from domain [_3]'
1.70      zhu      9805: => '[_1]: [_2] 从域 [_3]',
1.6       bisitz   9806: 
                   9807:    'The following problems occurred:'
1.70      zhu      9808: => '发生下列问题:',
1.6       bisitz   9809: 
                   9810:    'Could not initialize [_1] at this time.'
1.70      zhu      9811: => '目前无法初始化[_1]。',
1.6       bisitz   9812: 
                   9813:    'Please try again.'
1.63      zhu      9814: => '请再试一次。',
1.6       bisitz   9815: 
                   9816:    'in this course'
1.70      zhu      9817: => '在该课程中',
1.6       bisitz   9818: 
                   9819:    'Remove Checked Entries'
1.22      zhu      9820: => '删除选中的条目',
1.6       bisitz   9821: 
                   9822:    'Modify Student Data'
1.22      zhu      9823: => '修改学生资料',
1.6       bisitz   9824: 
                   9825:    'First name'
1.70      zhu      9826: => '名字',
1.6       bisitz   9827: 
                   9828:    'Middle name'
1.22      zhu      9829: => '第二个名字',
1.6       bisitz   9830: 
                   9831:    'Last name'
1.70      zhu      9832: => '姓氏',
1.6       bisitz   9833: 
                   9834:    'ID'
1.93      raeburn  9835: => 'ID/学号',,
1.6       bisitz   9836: 
                   9837:    'Sending critical message'
1.22      zhu      9838: => '发送重要消息',
1.6       bisitz   9839: 
                   9840:    'Replying to'
1.10      zhu      9841: => '回复',
1.6       bisitz   9842: 
1.86      bisitz   9843:    'All messages:'
1.93      raeburn  9844: => 'All messages:',
1.86      bisitz   9845: 
                   9846:    'Unread messages:'
1.93      raeburn  9847: => 'Unread messages:',
1.86      bisitz   9848: 
                   9849:    'Read messages:'
1.93      raeburn  9850: => 'Read messages:',
1.86      bisitz   9851: 
                   9852:    'Replied to messages:'
1.93      raeburn  9853: => 'Replied to messages:',
1.86      bisitz   9854: 
                   9855:    'Forwarded messages:'
1.93      raeburn  9856: => 'Forwarded messages:',
1.86      bisitz   9857: 
                   9858:    'showing messages [_1] through [_2] of [_3].'
                   9859: => '显示消息[_1]通过[_2]的[_3] 。',
1.6       bisitz   9860: 
                   9861:    'Broadcast Message'
1.22      zhu      9862: => '广播消息',
1.6       bisitz   9863: 
1.68      bisitz   9864:    'randomly pick [quant,_1,resource]'
1.101     bisitz   9865: => 'randomly pick [quant,_1,resource]', # => '随机挑选 [quant,_1,resource,resource]',
1.68      bisitz   9866: 
1.6       bisitz   9867:    'contents hidden'
1.22      zhu      9868: => '隐藏的内容',
1.6       bisitz   9869: 
1.68      bisitz   9870:    'URLs hidden'
1.70      zhu      9871: => '隐藏 URLs',
1.68      bisitz   9872: 
                   9873:    'random order'
1.70      zhu      9874: => '随机顺序',
1.68      bisitz   9875: 
1.6       bisitz   9876:    'Resources in course with version changes since yesterday'
1.63      zhu      9877: => '课程中的资源,从昨天起版本的变化',
1.6       bisitz   9878: 
                   9879:    'Version changes since Yesterday'
1.63      zhu      9880: => '从昨天起版本的变化',
1.6       bisitz   9881: 
                   9882:    'Resources in course with version changes since last week'
1.63      zhu      9883: => '课程中的资源,从上周起版本的变化',
1.6       bisitz   9884: 
                   9885:    'Version changes since last Week'
1.63      zhu      9886: => '从上周起版本的变化',
1.6       bisitz   9887: 
                   9888:    'Resources in course with version changes since last month'
1.63      zhu      9889: => '课程中的资源,从上个月起版本的变化',
1.6       bisitz   9890: 
                   9891:    'Version changes since last Month'
1.63      zhu      9892: => '从上个月起版本的变化',
1.6       bisitz   9893: 
                   9894:    'Resources in course with version changes seit start of course'
1.63      zhu      9895: => '课程中的资源,从课程开始起版本的变化',
1.6       bisitz   9896: 
                   9897:    'Version changes since start of Course'
1.63      zhu      9898: => '从课程开始起版本的变化',
1.6       bisitz   9899: 
                   9900:    'No version changes since yesterday'
1.63      zhu      9901: => '从昨天起版本没有变化',
1.6       bisitz   9902: 
                   9903:    'No version changes since last week'
1.63      zhu      9904: => '从上周起版本没有变化',
1.6       bisitz   9905: 
                   9906:    'No version changes since last month'
1.63      zhu      9907: => '从上个月起版本没有变化',
1.6       bisitz   9908: 
                   9909:    'No version changes since start of course'
1.63      zhu      9910: => '从课程开始起版本没有变化',
1.6       bisitz   9911: 
                   9912:    'version changes since yesterday'
1.63      zhu      9913: => '从昨天起版本的变化',
1.6       bisitz   9914: 
                   9915:    'version changes since last week'
1.63      zhu      9916: => '从上周起版本的变化',
1.6       bisitz   9917: 
                   9918:    'version changes since last month'
1.63      zhu      9919: => '从上个月起版本的变化',
1.6       bisitz   9920: 
                   9921:    'version changes since start of course'
1.63      zhu      9922: => '从课程开始起版本的变化',
1.6       bisitz   9923: 
                   9924:    'Roles for which access to course has expired since yesterday'
1.63      zhu      9925: => '从昨天起该课程过期的角色',
1.6       bisitz   9926: 
                   9927:    'Roles for which access to course has expired since last week'
1.63      zhu      9928: => '从上周起该课程过期的角色',
1.6       bisitz   9929: 
                   9930:    'Roles for which access to course has expired since last month'
1.63      zhu      9931: => '从上个月起该课程过期的角色',
1.6       bisitz   9932: 
                   9933:    'Roles for which access to course has expired since start of course'
1.63      zhu      9934: => '从课程开始起过期的角色',
1.6       bisitz   9935: 
                   9936:    'There are no roles which expired since yesterday'
1.63      zhu      9937: => '没有角色从昨天起过期了',
1.6       bisitz   9938: 
                   9939:    'There are no roles which expired since last week'
1.63      zhu      9940: => '没有角色从上周起过期了',
1.6       bisitz   9941: 
                   9942:    'There are no roles which expired since last month'
1.63      zhu      9943: => '没有角色从上个月起过期了',
1.6       bisitz   9944: 
                   9945:    'There are no roles which expired since start of course'
1.63      zhu      9946: => '没有角色从课程开始起过期了',
1.6       bisitz   9947: 
                   9948:    'roles which expired since yesterday'
1.63      zhu      9949: => '从昨天起该课程过期的角色',
1.6       bisitz   9950: 
                   9951:    'roles which expired since last week'
1.63      zhu      9952: => '从上周起该课程过期的角色',
1.6       bisitz   9953: 
                   9954:    'roles which expired since last month'
1.63      zhu      9955: => '从上个月起该课程过期的角色',
1.6       bisitz   9956: 
                   9957:    'roles which expired since start of course'
1.63      zhu      9958: => '从课程开始起过期的角色',
1.6       bisitz   9959: 
                   9960:    'Roles for which access to course has become available since yesterday'
1.63      zhu      9961: => '从昨天起分配给该课程的角色',
1.6       bisitz   9962: 
                   9963:    'Roles for which access to course has become available since last week'
1.63      zhu      9964: => '从上周起分配给该课程的角色',
1.6       bisitz   9965: 
                   9966:    'Roles for which access to course has become available since last month'
1.63      zhu      9967: => '从上个月起分配给该课程的角色',
1.6       bisitz   9968: 
                   9969:    'Roles for which access to course has become available since start of course'
1.63      zhu      9970: => '从课程开始起分配给该课程的角色',
1.6       bisitz   9971: 
                   9972:    'There are no roles which have become active since yesterday'
1.63      zhu      9973: => '从昨天起没有角色分配给该课程',
1.6       bisitz   9974: 
                   9975:    'There are no roles which have become active since last week'
1.63      zhu      9976: => '从上周起没有角色分配给该课程',
1.6       bisitz   9977: 
                   9978:    'There are no roles which have become active since last month'
1.63      zhu      9979: => '从上个月起没有角色分配给该课程',
1.6       bisitz   9980: 
                   9981:    'There are no roles which have become active since start of course'
1.63      zhu      9982: => '从课程开始起没有角色分配给该课程',
1.6       bisitz   9983: 
                   9984:    'roles which have become active since yesterday'
1.63      zhu      9985: => '从昨天起分配给该课程的角色',
1.6       bisitz   9986: 
                   9987:    'roles which have become active since last week'
1.63      zhu      9988: => '从上周起分配给该课程的角色',
1.6       bisitz   9989: 
                   9990:    'roles which have become active since last month'
1.63      zhu      9991: => '从上个月起分配给该课程的角色',
1.6       bisitz   9992: 
                   9993:    'roles which have become active since start of course'
1.63      zhu      9994: => '从课程开始起分配给该课程的角色',
1.6       bisitz   9995: 
                   9996:    'Show all posts'
1.27      zhu      9997: => '查看所有帖子',
1.6       bisitz   9998: 
                   9999:    'to display'
1.27      zhu      10000: => '显示', # ???
1.6       bisitz   10001: 
                   10002:    'posts previously marked read'
1.27      zhu      10003: => '帖子先前标记为已读',
1.6       bisitz   10004: 
                   10005:    'previously viewed posts'
1.27      zhu      10006: => '先前浏览的帖子',
1.6       bisitz   10007: 
                   10008:    'NEW'
1.18      zhu      10009: => '新的',
1.6       bisitz   10010: 
                   10011:    'Preferences on what is marked as NEW'
1.22      zhu      10012: => '偏好,什么将被标记为新',
1.6       bisitz   10013: 
                   10014:    'Mark NEW posts no longer new'
1.22      zhu      10015: => '随着新的帖子将不再标记为新',
1.6       bisitz   10016: 
                   10017:    'Sorting/Filtering options'
1.12      zhu      10018: => '排序/过滤选项',
1.6       bisitz   10019: 
                   10020:    'Export'
1.12      zhu      10021: => '导出',
1.6       bisitz   10022: 
                   10023:    'Attachments'
1.12      zhu      10024: => '附件',
1.6       bisitz   10025: 
                   10026:    'Download the zip file from [_1]Discussion Posting Archive'
1.12      zhu      10027: => '下载zip档案由[_1]讨论发布档案',
1.6       bisitz   10028: 
                   10029:    'The following errors occurred during export - [_1]'
1.93      raeburn  10030: => 'The following errors occurred during export - [_1]',
1.6       bisitz   10031: 
                   10032:    '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  10033: => '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   10034: 
                   10035:    '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  10036: => '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   10037: 
                   10038:    'Make Visible'
                   10039: => '显示',
                   10040: 
                   10041:    'Mark unread'
1.93      raeburn  10042: => 'Mark unread',
1.6       bisitz   10043: 
                   10044:    'Mark read'
1.93      raeburn  10045: => 'Mark read',
1.6       bisitz   10046: 
                   10047:    'This post has been edited by the author.'
1.93      raeburn  10048: => 'This post has been edited by the author.',
1.6       bisitz   10049: 
                   10050:    'Display all versions'
1.93      raeburn  10051: => 'Display all versions',
1.6       bisitz   10052: 
                   10053:    'Earlier version(s) were posted on: '
1.93      raeburn  10054: => 'Earlier version(s) were posted on: ',
1.6       bisitz   10055: 
                   10056:    'You do not have privileges to view all versions of posts.'
1.93      raeburn  10057: => 'You do not have privileges to view all versions of posts.',
1.6       bisitz   10058: 
                   10059:    'Please select a different role.'
1.93      raeburn  10060: => 'Please select a different role.',
1.6       bisitz   10061: 
                   10062:    'Error copying file attachment - [_1] to IMS package'
1.93      raeburn  10063: => 'Error copying file attachment - [_1] to IMS package',
1.6       bisitz   10064: 
                   10065:    'Error copying file attachment - [_1] to IMS package: '
1.93      raeburn  10066: => 'Error copying file attachment - [_1] to IMS package: ',
1.6       bisitz   10067: 
                   10068:    'Re: '
                   10069: => 'Re: ',
                   10070: 
                   10071:    'Please select a feedback type.'
1.93      raeburn  10072: => 'Please select a feedback type.',
1.6       bisitz   10073: 
1.89      bisitz   10074:    'Sorry, no feedback possible on this resource ...'
1.93      raeburn  10075: => 'Sorry, no feedback possible on this resource ...',
1.6       bisitz   10076: 
                   10077:    'Error sending message to [_1], no user specified.'
1.93      raeburn  10078: => 'Error sending message to [_1], no user specified.',
1.6       bisitz   10079: 
                   10080:    'Error sending message to [_1], no domain specified.'
1.93      raeburn  10081: => 'Error sending message to [_1], no domain specified.',
1.6       bisitz   10082: 
                   10083:    'Error sending message to'
1.93      raeburn  10084: => 'Error sending message to',
1.6       bisitz   10085: 
                   10086:    'Not registered'
1.22      zhu      10087: => '未注册', # ???
1.6       bisitz   10088: 
                   10089:    'Editing not permitted'
1.22      zhu      10090: => '不允许编辑',
1.6       bisitz   10091: 
                   10092:    'Marked postings read/unread'
1.22      zhu      10093: => '标记贴子为已读/未读',
1.6       bisitz   10094: 
                   10095:    'Changed sort/filter'
1.22      zhu      10096: => '改变排序/过滤器',
1.6       bisitz   10097: 
                   10098:    'Changed display status'
1.22      zhu      10099: => '改变显示状态',
1.6       bisitz   10100: 
                   10101:    'Deletion not permitted'
1.22      zhu      10102: => '不允许删除',
1.6       bisitz   10103: 
                   10104:    'Changed discussion status'
1.22      zhu      10105: => '讨论的状态已更改',
1.6       bisitz   10106: 
                   10107:    'Added to my course blog'
1.22      zhu      10108: => '添加到我的课程博客',
1.6       bisitz   10109: 
                   10110:    'Back to previous page'
1.18      zhu      10111: => '返回前一页',
1.6       bisitz   10112: 
                   10113:    'Go to previous page'
1.18      zhu      10114: => '返回前一页',
1.6       bisitz   10115: 
                   10116:    'Return to previous page'
1.18      zhu      10117: => '返回前一页',
1.6       bisitz   10118: 
                   10119:    'Untitled resource'
1.18      zhu      10120: => '资源没有标题',
1.6       bisitz   10121: 
                   10122:    'Discussion display options'
1.18      zhu      10123: => '讨论显示选项',
1.6       bisitz   10124: 
                   10125:    'Preferences can be set for this discussion that determine ....'
1.18      zhu      10126: => '这个讨论可以设置使用偏好',
1.6       bisitz   10127: 
                   10128:    'Which posts are displayed when you display this bulletin board or resource, and'
1.18      zhu      10129: => '哪些讨论将被显示在您的公告栏或资源里',
1.6       bisitz   10130: 
                   10131:    'Under what circumstances posts are identified as "NEW", and'
1.18      zhu      10132: => '在什么情况下讨论被确定为“新”',
1.6       bisitz   10133: 
                   10134:    'Whether individual posts can be marked as read/unread'
1.18      zhu      10135: => '个别帖子是否可以被标记为已读/未读',
1.6       bisitz   10136: 
                   10137:    'Posts not marked read'
1.18      zhu      10138: => '讨论没有标记为已读',
1.6       bisitz   10139: 
                   10140:    'New posts cease to be identified as "NEW"?'
1.18      zhu      10141: => '新的讨论不再被标识为“新”?',
1.6       bisitz   10142: 
                   10143:    'Option to mark each post as read/unread?'
1.18      zhu      10144: => '选择帖子标记为已读/未读?',
1.6       bisitz   10145: 
                   10146:    'Shown'
1.10      zhu      10147: => '显示',
1.6       bisitz   10148: 
                   10149:    'Not shown'
1.10      zhu      10150: => '不显示',
1.6       bisitz   10151: 
                   10152:    'Discussion options'
1.10      zhu      10153: => '论坛选项',
1.6       bisitz   10154: 
                   10155:    'Set options that control the sort order of posts, and/or which posts are displayed.'
1.93      raeburn  10156: => 'Set options that control the sort order of posts, and/or which posts are displayed.',
1.6       bisitz   10157: 
                   10158:    'Sort order'
1.10      zhu      10159: => '排序顺序',
1.6       bisitz   10160: 
                   10161:    'Date order - oldest first'
1.10      zhu      10162: => '按日期顺序 - 最老的优先',
1.6       bisitz   10163: 
                   10164:    'Date order - newest first'
1.10      zhu      10165: => '按日期顺序 - 最新的优先',
1.6       bisitz   10166: 
                   10167:    'Threaded'
1.26      zhu      10168: => '按帖子', # ???
1.6       bisitz   10169: 
                   10170:    'By subject'
1.10      zhu      10171: => '按主题',
1.6       bisitz   10172: 
                   10173:    'By domain and username'
1.10      zhu      10174: => '按域名和用户名',
1.6       bisitz   10175: 
                   10176:    'By last name, first name'
1.10      zhu      10177: => '按姓氏,名字',
1.6       bisitz   10178: 
                   10179:    'Specific role status'
1.10      zhu      10180: => '具体角色的状态',
1.6       bisitz   10181: 
                   10182:    'Roles of any status'
1.10      zhu      10183: => '任意的角色',
1.6       bisitz   10184: 
                   10185:    'Only active roles'
1.10      zhu      10186: => '只有现在的角色',
1.6       bisitz   10187: 
                   10188:    'Only past roles'
1.10      zhu      10189: => '只有过去的角色',
1.6       bisitz   10190: 
                   10191:    'Only future roles'
1.10      zhu      10192: => '只有未来的角色',
1.6       bisitz   10193: 
                   10194:    'Specific user roles'
1.10      zhu      10195: => '特定的用户角色',
1.6       bisitz   10196: 
                   10197:    'All roles'
1.10      zhu      10198: => '所有角色',
1.6       bisitz   10199: 
                   10200:    'Students'
                   10201: => '学生',
                   10202: 
                   10203:    'Course Coordinators'
1.10      zhu      10204: => '课程协调员',
1.6       bisitz   10205: 
                   10206:    'Instructors'
                   10207: => '讲师',
                   10208: 
                   10209:    'TAs'
1.10      zhu      10210: => '辅导员',
1.6       bisitz   10211: 
                   10212:    'Exam proctors'
1.10      zhu      10213: => '监考老师',
1.6       bisitz   10214: 
                   10215:    'Custom role'
1.10      zhu      10216: => '自定义角色',
1.6       bisitz   10217: 
                   10218:    'Custom roles'
1.10      zhu      10219: => '自定义角色',
1.6       bisitz   10220: 
                   10221:    'Specific sections'
1.10      zhu      10222: => '具体章节',
1.6       bisitz   10223: 
                   10224:    'Specific groups'
1.10      zhu      10225: => '特定组',
1.6       bisitz   10226: 
                   10227:    'Pick specific users (by name)'
1.10      zhu      10228: => '选择特定的用户 (姓)',
1.6       bisitz   10229: 
                   10230:    'Show a list of current posters'
1.93      raeburn  10231: => 'Show a list of current posters',
1.6       bisitz   10232: 
                   10233:    'So far, no data has been returned for your request'
1.10      zhu      10234: => '到现在为止,您的查询没有返回任何数据。',
1.6       bisitz   10235: 
                   10236:    'Select a user'
1.10      zhu      10237: => '选择一个用户',
1.6       bisitz   10238: 
                   10239:    'An error occurred while processing this resource. The course personnel ([_1]) and the author have been notified.'
1.93      raeburn  10240: => 'An error occurred while processing this resource. The course personnel ([_1]) and the author have been notified.',
1.6       bisitz   10241: 
                   10242:    'photo'
1.10      zhu      10243: => '图片',
1.6       bisitz   10244: 
                   10245:    'Critical Message'
1.55      zhu      10246: => '重要邮件',
1.6       bisitz   10247: 
                   10248:    'Display a Message'
1.55      zhu      10249: => '显示邮件',
1.6       bisitz   10250: 
                   10251:    'Back to Folder Display'
1.10      zhu      10252: => '返回文件夹列表',
1.6       bisitz   10253: 
1.63      zhu      10254:    'Currently available actions (will open extra window):'
                   10255: => '目前可采取的行动 (在新窗口中打开):',
1.6       bisitz   10256: 
1.86      bisitz   10257:    'There are no unread messages in this folder.'
1.10      zhu      10258: => '在此文件夹中没有未阅读邮件。',
1.6       bisitz   10259: 
1.86      bisitz   10260:    'There are no read messages in this folder'
1.10      zhu      10261: => '在此文件夹中没有已阅读邮件。',
1.6       bisitz   10262: 
1.86      bisitz   10263:    'There are no forwarded messages in this folder.'
1.10      zhu      10264: => '在此文件夹中没有转发的邮件。',
1.6       bisitz   10265: 
                   10266:    'You have not replied to any messages in this folder.'
1.10      zhu      10267: => '在此文件夹中您没有需要回答的邮件。',
1.6       bisitz   10268: 
1.86      bisitz   10269:    'There are no messages in this folder.'
                   10270: => '空文件夹', # Empty Folder
1.6       bisitz   10271: 
                   10272:    'Cc:'
1.18      zhu      10273: => '抄送:',
1.6       bisitz   10274: 
                   10275:    'Bcc:'
1.18      zhu      10276: => '密送:',
1.6       bisitz   10277: 
1.12      zhu      10278:    'Bcc'
                   10279: => '密送',
                   10280: 
1.6       bisitz   10281:    'Retrieve discussion and message records'
1.26      zhu      10282: => '检索讨论和信息记录',
1.6       bisitz   10283: 
                   10284:    'New Record (record is visible to course faculty and staff)'
1.26      zhu      10285: => '新记录 (只有课程管理者和工作人员可见):',
1.6       bisitz   10286: 
                   10287:    'Post this Record'
1.12      zhu      10288: => '保存',
1.6       bisitz   10289: 
                   10290:    'Revise your search criteria for this domain'
1.93      raeburn  10291: => 'Revise your search criteria for this domain',
1.6       bisitz   10292: 
                   10293:    'Metadata Modified'
1.93      raeburn  10294: => 'Metadata Modified',
1.6       bisitz   10295: 
                   10296:    'Use of LON-CAPA requires Javascript to be enabled in your web browser.'
1.93      raeburn  10297: => 'Use of LON-CAPA requires Javascript to be enabled in your web browser.',
1.6       bisitz   10298: 
                   10299:    'As this is not the case, most functionality in the system will be unavailable.'
1.93      raeburn  10300: => 'As this is not the case, most functionality in the system will be unavailable.',
1.6       bisitz   10301: 
1.109     bisitz   10302:    "You have requested to create file in directory [_1] which doesn't exist. The requested directory path has been removed from the requested filename."
                   10303: => "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   10304: 
                   10305:    'Directory'
1.10      zhu      10306: => '目录',
1.6       bisitz   10307: 
                   10308:    'Only empty directories may be deleted.'
1.22      zhu      10309: => '只有空的目录可以被删除。',
1.6       bisitz   10310: 
                   10311:    'You must delete the contents of the directory first.'
1.22      zhu      10312: => '您必须首先删除目录中的内容。',
1.6       bisitz   10313: 
                   10314:    'Cannot delete non-obsolete published file'
1.93      raeburn  10315: => 'Cannot delete non-obsolete published file',
1.6       bisitz   10316: 
                   10317:    'Must not include'
1.93      raeburn  10318: => 'Must not include',
1.6       bisitz   10319: 
                   10320:    'Name of new file is the same as name of old file'
1.93      raeburn  10321: => 'Name of new file is the same as name of old file',
1.6       bisitz   10322: 
                   10323:    'no action taken'
1.93      raeburn  10324: => 'no action taken',
1.6       bisitz   10325: 
                   10326:    'copy metadata error'
1.93      raeburn  10327: => 'copy metadata error',
1.6       bisitz   10328: 
                   10329:    'No New filename specified'
1.93      raeburn  10330: => 'No New filename specified',
1.6       bisitz   10331: 
                   10332:    'Warning: a published problem of this name exists.'
1.93      raeburn  10333: => 'Warning: a published problem of this name exists.',
1.6       bisitz   10334: 
                   10335:    'Warning: a published library of this name exists.'
1.93      raeburn  10336: => 'Warning: a published library of this name exists.',
1.6       bisitz   10337: 
                   10338:    'Bad filename [_1].<br /> <tt>(name).(number).(extension)</tt> not allowed. <br /> Removing the <tt>.number.</tt> from requested filename.'
1.93      raeburn  10339: => 'Bad filename [_1].<br /> <tt>(name).(number).(extension)</tt> not allowed. <br /> Removing the <tt>.number.</tt> from requested filename.',
1.6       bisitz   10340: 
                   10341:    'Cannot change MIME type of a directory'
1.93      raeburn  10342: => 'Cannot change MIME type of a directory',
1.6       bisitz   10343: 
                   10344:    'Cannot rename or move non-obsolete published file'
1.93      raeburn  10345: => 'Cannot rename or move non-obsolete published file',
1.6       bisitz   10346: 
                   10347:    'Change discussion display'
1.93      raeburn  10348: => 'Change discussion display',
1.6       bisitz   10349: 
                   10350:    'Choose whether or not to display a count of the number of new posts for each resource or bulletin board which has unread posts.'
1.93      raeburn  10351: => 'Choose whether or not to display a count of the number of new posts for each resource or bulletin board which has unread posts.',
1.6       bisitz   10352: 
                   10353:    "This can increase the time taken to gather data for the '<i>What's New?</i>' page by a few seconds."
1.93      raeburn  10354: => "This can increase the time taken to gather data for the '<i>What's New?</i>' page by a few seconds.",
1.6       bisitz   10355: 
                   10356:    'Currently set to [_1].'
1.57      zhu      10357: => '当前设置为 [_1].',
1.6       bisitz   10358: 
                   10359:    'Change to [_1]'
1.57      zhu      10360: => '改变为 [_1]',
1.6       bisitz   10361: 
                   10362:    'No change'
1.12      zhu      10363: => '无变化',
1.6       bisitz   10364: 
                   10365:    'Count unread posts in discussions display set to [_1]'
1.57      zhu      10366: => '未读讨论计数显示设置为 [_1]',
1.6       bisitz   10367: 
                   10368:    'Groups Manager'
1.12      zhu      10369: => '组管理',
1.6       bisitz   10370: 
                   10371:    'Group access start and end dates'
1.12      zhu      10372: => '组访问开始和结束日期',
1.6       bisitz   10373: 
                   10374:    'None available'
1.12      zhu      10375: => '无可用',
1.6       bisitz   10376: 
                   10377:    'There are no active, future or previous group members to modify.'
1.93      raeburn  10378: => 'There are no active, future or previous group members to modify.',
1.6       bisitz   10379: 
                   10380:    'Members to delete or expire'
1.57      zhu      10381: => '成员身份到期或将被删除',
1.6       bisitz   10382: 
                   10383:    'To be deleted'
1.12      zhu      10384: => '将删除的',
1.6       bisitz   10385: 
                   10386:    'To be expired'
1.12      zhu      10387: => '期满',
1.6       bisitz   10388: 
                   10389:    'No members to be deleted or expired from the group.'
1.93      raeburn  10390: => 'No members to be deleted or expired from the group.',
1.6       bisitz   10391: 
                   10392:    'Files: [_1]'
1.18      zhu      10393: => '文件: [_1]',
1.6       bisitz   10394: 
                   10395:    'Folders: [_1]'
1.18      zhu      10396: => '文件夹: [_1]',
1.6       bisitz   10397: 
                   10398:    'Choose Task'
1.12      zhu      10399: => '选择行动',
1.6       bisitz   10400: 
                   10401:    'Modify default group settings'
1.12      zhu      10402: => '修改默认组设置',
1.6       bisitz   10403: 
                   10404:    'Modify access, tools and/or privileges for previous, future, or current members'
1.12      zhu      10405: => '修改组成员访问,工具和权限',
1.6       bisitz   10406: 
                   10407:    'Add member(s) to the group'
1.12      zhu      10408: => '添加组成员',
1.6       bisitz   10409: 
                   10410:    'Group Settings'
1.12      zhu      10411: => '组设定',
1.6       bisitz   10412: 
                   10413:    'Modify/Delete Members'
1.12      zhu      10414: => '修改/删除会员',
1.6       bisitz   10415: 
                   10416:    'Current Tool Set'
1.12      zhu      10417: => '目前的工具集',
1.6       bisitz   10418: 
                   10419:    'Change Privileges'
1.12      zhu      10420: => '更改权限',
1.6       bisitz   10421: 
                   10422:    'Membership Mapping'
1.12      zhu      10423: => '会员推荐',
1.6       bisitz   10424: 
                   10425:    'Group name, title and available collaborative tools'
1.12      zhu      10426: => '组名称,所有权和使用协作工具',
1.6       bisitz   10427: 
                   10428:    'Letters, numbers and underscore only'
1.12      zhu      10429: => '只有字母,数字和下划线',
1.6       bisitz   10430: 
                   10431:    'Discussion boards'
1.12      zhu      10432: => '论坛',
1.6       bisitz   10433: 
                   10434:    'E-mail'
1.93      raeburn  10435: => 'E-mail',
1.6       bisitz   10436: 
                   10437:    'File Repository'
1.12      zhu      10438: => '档案库',
1.6       bisitz   10439: 
                   10440:    'Group home page'
1.12      zhu      10441: => '组首页',
1.6       bisitz   10442: 
                   10443:    'Membership Roster'
1.12      zhu      10444: => '会员名册',
1.6       bisitz   10445: 
                   10446:    'Granularity:'
1.27      zhu      10447: => '細微性:',
1.6       bisitz   10448: 
                   10449:    'Different subsets of the chosen collaborative tools for different group members?'
1.27      zhu      10450: => '不同的组成员选择不同的协作工具?',
1.6       bisitz   10451: 
1.57      zhu      10452: #   'Disk quota: '
                   10453: #=> '磁盘配额: ',
                   10454: 
                   10455:    'Disk quota'
                   10456: => '磁盘配额',
1.6       bisitz   10457: 
                   10458:    'If you enable the file repository for the group, allocate a disk quota.'
1.27      zhu      10459: => '如果您对组启用了文件存放,请分配磁盘配额:',
1.6       bisitz   10460: 
                   10461:    '[_1] Mb'
                   10462: => '[_1] MB',
                   10463: 
                   10464:    'A total of [_1] Mb can be divided amongst all groups in the course, and [_2] Mb are currently unallocated.'
1.27      zhu      10465: => '该课的所有组共有 [_1] Mb 可分,[_2] MB 目前未被分配。',
1.6       bisitz   10466: 
                   10467:    'Default start and end dates for group access'
1.22      zhu      10468: => '默认情况下组访问的开始和结束日期',
1.6       bisitz   10469: 
                   10470:    'Start:'
1.18      zhu      10471: => '开始:',
1.6       bisitz   10472: 
                   10473:    'End:'
1.18      zhu      10474: => '结束:',
1.6       bisitz   10475: 
                   10476:    'Error: invalid course domain or number - group folder creation failed.'
1.12      zhu      10477: => '错误:无效的课程或域号码。建立了组列表失败。',
1.6       bisitz   10478: 
                   10479:    'Course Groups'
1.9       zhu      10480: => '课程组',
1.6       bisitz   10481: 
                   10482:    'Non-standard course - folder for all groups not added.'
1.27      zhu      10483: => '非标准课程 - 所有组的文件夹不会增加。',
1.6       bisitz   10484: 
                   10485:    'Build a list of users for selection of group members'
1.27      zhu      10486: => '从组成员里选择来建立一个用户列表',
1.6       bisitz   10487: 
                   10488:    'Group membership selection list criteria:'
1.12      zhu      10489: => '组成员名单选择标准:',
1.6       bisitz   10490: 
                   10491:    'Pick the criteria to use to build a list of course users from which you will select '
1.27      zhu      10492: => '选择的标准的使用来建立一个名单,您将选择',
1.6       bisitz   10493: 
                   10494:    'members of the new group.'
1.27      zhu      10495: => '新的组成员。',
1.6       bisitz   10496: 
                   10497:    '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      10498: => '如果您创建的组不想立即要添加成员,就没有必要选择任何标准。',
1.6       bisitz   10499: 
                   10500:    '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      10501: => '随后的步骤将自动添加/删除组成员,也可以让您指定所引发指定用户角色和第的过程中。这是通过指定的用户角色和在课程中章节<i>变化</i>被触发的。',
1.6       bisitz   10502: 
                   10503:    'Access types'
1.12      zhu      10504: => '访问类型',
1.6       bisitz   10505: 
                   10506:    'Currently has access'
1.12      zhu      10507: => '目前已获得',
1.6       bisitz   10508: 
                   10509:    'Will have future access'
1.12      zhu      10510: => '今后将有机会',
1.6       bisitz   10511: 
                   10512:    'Previously had access'
1.12      zhu      10513: => '曾获得',
1.6       bisitz   10514: 
                   10515:    'Course roles'
1.101     bisitz   10516: => '课程角色',
1.6       bisitz   10517: 
                   10518:    'Course sections'
1.101     bisitz   10519: => '课程章节',
1.6       bisitz   10520: 
                   10521:    'all sections'
1.12      zhu      10522: => '所有章节',
1.6       bisitz   10523: 
                   10524:    'no section'
1.12      zhu      10525: => '无章节',
1.6       bisitz   10526: 
                   10527:    'Go to next step'
1.12      zhu      10528: => '下一步',
1.6       bisitz   10529: 
                   10530:    'Invalid group name'
1.12      zhu      10531: => '无效的组名称',
1.6       bisitz   10532: 
                   10533:    'The group name entered '
1.12      zhu      10534: => '输入的组名称 ',
1.6       bisitz   10535: 
                   10536:    'is not a valid name.'
1.12      zhu      10537: => '不是一个有效的名称。',
1.6       bisitz   10538: 
                   10539:    'can not be used as it is the name of '
1.12      zhu      10540: => '不能使用,因为它的名字是 ',
1.6       bisitz   10541: 
1.20      bisitz   10542:    'an existing [_1]'
1.12      zhu      10543: => '现有的 [_1]',
1.6       bisitz   10544: 
                   10545:    ' in this Course'
1.12      zhu      10546: => ' 在该课程里',
1.6       bisitz   10547: 
                   10548:    'Group names and section names used in a Course must be unique.'
1.12      zhu      10549: => '组名称和章节名称在课程中必须是独一无二的。',
1.6       bisitz   10550: 
                   10551:    'Group names may only contain letters, numbers or underscores.'
1.12      zhu      10552: => '组名称只能包含字母,数字或下划线。',
1.6       bisitz   10553: 
                   10554:    'Go to previous step'
1.12      zhu      10555: => '返回',
1.6       bisitz   10556: 
                   10557:    'Select Members'
1.12      zhu      10558: => '选择成员',
1.6       bisitz   10559: 
                   10560:    'Your group selections - '
1.12      zhu      10561: => '您的组选择 - ',
1.6       bisitz   10562: 
                   10563:    'The following settings will apply to the group:'
1.12      zhu      10564: => '下面的设置将适用于本组:',
1.6       bisitz   10565: 
                   10566:    'Granularity'
1.57      zhu      10567: => '細微性',
1.6       bisitz   10568: 
                   10569:    'File quota'
1.12      zhu      10570: => '文件共享',
1.6       bisitz   10571: 
                   10572:    'Default access dates'
1.12      zhu      10573: => '默认访问日期',
1.6       bisitz   10574: 
1.110     bisitz   10575:    'Different collaborative tools[_1]for different members:'
                   10576: => '不同的协作工具[_1]对不同的成员组成:',
1.6       bisitz   10577: 
                   10578:    'Start date'
                   10579: => '开始日期',
                   10580: 
                   10581:    'Start date:'
                   10582: => '开始日期:',
                   10583: 
                   10584:    'End date'
                   10585: => '结束日期',
                   10586: 
                   10587:    'End date:'
                   10588: => '结束日期:',
                   10589: 
                   10590:    'Available for assignment to members:'
1.57      zhu      10591: => '可供成员访问:',
1.6       bisitz   10592: 
                   10593:    'Unavailable for assignment:'
1.57      zhu      10594: => '没有可能访问:',
1.6       bisitz   10595: 
                   10596:    'User privileges for collaborative tools'
1.57      zhu      10597: => '协作工具的用户权限',
1.6       bisitz   10598: 
                   10599:    '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  10600: => '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   10601: 
                   10602:    'For some tools there are also additional optional privileges which can be set.'
1.93      raeburn  10603: => 'For some tools there are also additional optional privileges which can be set.',
1.6       bisitz   10604: 
                   10605:    'Choose one of the following:'
1.93      raeburn  10606: => 'Choose one of the following:',
1.6       bisitz   10607: 
                   10608:    '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  10609: => '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   10610: 
                   10611:    'As you have chosen not to include any collaborative tools in the group, no default optional privileges need to be set.'
1.93      raeburn  10612: => 'As you have chosen not to include any collaborative tools in the group, no default optional privileges need to be set.',
1.6       bisitz   10613: 
                   10614:    'Group membership'
1.12      zhu      10615: => '组员',
1.6       bisitz   10616: 
                   10617:    'Add members'
1.12      zhu      10618: => '添加成员',
1.6       bisitz   10619: 
                   10620:    'Assign collaborative tools'
1.27      zhu      10621: => '转让协作工具',
1.6       bisitz   10622: 
                   10623:    'Tools'
1.12      zhu      10624: => '工具',
1.6       bisitz   10625: 
                   10626:    'Add Members'
1.12      zhu      10627: => '添加成员',
1.6       bisitz   10628: 
                   10629:    'Add?'
1.18      zhu      10630: => '添加?',
1.6       bisitz   10631: 
                   10632:    'All:'
1.18      zhu      10633: => '全部:',
1.6       bisitz   10634: 
                   10635:    'You have indicated that the file repository should be enabled, but you have set the respository quota to 0 Mb.\nThis will prevent any upload of files.\nPlease set a value or disable the repository feature.'
1.93      raeburn  10636: => 'You have indicated that the file repository should be enabled, but you have set the respository quota to 0 Mb.\nThis will prevent any upload of files.\nPlease set a value or disable the repository feature.',
1.6       bisitz   10637: 
                   10638:    '[_1] [_2] was created.<br />'
1.12      zhu      10639: => '[_1] [_2] 已创建。<br />',
1.6       bisitz   10640: 
                   10641:    'Group membership list updated.'
1.12      zhu      10642: => '该组成员名单已经更新。',
1.6       bisitz   10643: 
                   10644:    '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  10645: => '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   10646: 
                   10647:    'An error occurred while updating the group membership list:'
1.93      raeburn  10648: => 'An error occurred while updating the group membership list:',
1.6       bisitz   10649: 
                   10650:    'Choose Privileges'
1.93      raeburn  10651: => 'Choose Privileges',
1.6       bisitz   10652: 
                   10653:    'Setting Changes Complete'
1.98      bisitz   10654: => 'Setting Changes Complete',
1.6       bisitz   10655: 
                   10656:    'Modifications Complete'
1.98      bisitz   10657: => 'Modifications Complete',
1.6       bisitz   10658: 
                   10659:    'Creation Complete'
1.93      raeburn  10660: => 'Creation Complete',
1.6       bisitz   10661: 
                   10662:    'Additions Complete'
1.93      raeburn  10663: => 'Additions Complete',
1.6       bisitz   10664: 
                   10665:    'Verify deletion'
1.93      raeburn  10666: => 'Verify deletion',
1.6       bisitz   10667: 
                   10668:    'Deletion Complete'
1.93      raeburn  10669: => 'Deletion Complete',
1.6       bisitz   10670: 
                   10671:    'Create Group'
1.12      zhu      10672: => '创建组',
1.6       bisitz   10673: 
                   10674:    'discussion'
1.12      zhu      10675: => '论坛',
1.6       bisitz   10676: 
                   10677:    'email files'
1.12      zhu      10678: => '电子邮件档案',
1.6       bisitz   10679: 
                   10680:    'homepage'
1.12      zhu      10681: => '主页',
1.6       bisitz   10682: 
                   10683:    'roster'
1.12      zhu      10684: => '花名册',
1.6       bisitz   10685: 
                   10686:    'Edit Group Homepage'
1.12      zhu      10687: => '编辑组首页',
1.6       bisitz   10688: 
                   10689:    'Edit Group Settings'
1.12      zhu      10690: => '编辑组设置',
1.6       bisitz   10691: 
                   10692:    'Available Group Tools'
1.12      zhu      10693: => '可用的工具组',
1.6       bisitz   10694: 
1.22      zhu      10695:    'Group Chat Room'
1.12      zhu      10696: => '组聊天室',
1.6       bisitz   10697: 
                   10698:    'Group e-mail'
1.12      zhu      10699: => '组电子邮箱',
1.6       bisitz   10700: 
                   10701:    'Group page - [_1]'
1.12      zhu      10702: => '组页 - [_1]',
1.6       bisitz   10703: 
                   10704:    '[_1] discussion boards - [_2]'
1.12      zhu      10705: => '[_1] 论坛 - [_2]',
1.6       bisitz   10706: 
                   10707:    'New Discussion Board'
1.12      zhu      10708: => '创建新论坛',
1.6       bisitz   10709: 
                   10710:    'There are currently no discussion boards in this [_1].'
1.12      zhu      10711: => '在这 [_1] 里目前还没有论坛。',
1.6       bisitz   10712: 
                   10713:    'Discussion Board Title'
1.12      zhu      10714: => '论坛讨论标题',
1.6       bisitz   10715: 
                   10716:    'The new discussion board was added successfully.<br />'
1.12      zhu      10717: => '新的讨论论坛已成功创建。<br />',
1.6       bisitz   10718: 
                   10719:    'Edit [_1] board'
1.12      zhu      10720: => '编辑 [_1] 论坛',
1.6       bisitz   10721: 
                   10722:    'View all group discussion boards'
1.12      zhu      10723: => '查看各组讨论论坛',
1.6       bisitz   10724: 
                   10725:    'Show Student View'
1.12      zhu      10726: => '以学生视角显示',
1.6       bisitz   10727: 
                   10728:    'Note: in anonymous discussion, your name is visible only to course faculty'
1.12      zhu      10729: => '注意:在匿名的讨论中,你的名字只有课程教师看的见。',
1.6       bisitz   10730: 
                   10731:    'Send a Message in a Group'
1.12      zhu      10732: => '组内发送邮件',
1.6       bisitz   10733: 
                   10734:    'As this group has no members, there are no recipients to select.'
1.12      zhu      10735: => '由于这组没有成员,您无法选择收件人。',
1.6       bisitz   10736: 
                   10737:    'Allow replies'
1.10      zhu      10738: => '允许回复',
1.6       bisitz   10739: 
                   10740:    'Reply to'
1.10      zhu      10741: => '回复',
1.6       bisitz   10742: 
                   10743:    'Group Portfolio'
1.12      zhu      10744: => '组档案',
1.6       bisitz   10745: 
                   10746:    '[_1] portfolio files - [_2]'
1.13      zhu      10747: => '[_1] 组合文件 - [_2]',
1.6       bisitz   10748: 
                   10749:    'There are no membership data to display for this [_1]'
1.93      raeburn  10750: => 'There are no membership data to display for this [_1]',
1.6       bisitz   10751: 
                   10752:    'Group Membership'
1.12      zhu      10753: => '组成员',
1.6       bisitz   10754: 
                   10755:    '[_1] membership status - [_2]'
1.12      zhu      10756: => '[_1] 成员状态 - [_2]',
1.6       bisitz   10757: 
                   10758:    'Group Message'
1.55      zhu      10759: => '组邮件',
1.6       bisitz   10760: 
                   10761:    'Compose Group Message'
1.55      zhu      10762: => '撰写组邮件',
1.6       bisitz   10763: 
                   10764:    'Course Discussion Boards'
1.9       zhu      10765: => '课程讨论区',
1.6       bisitz   10766: 
                   10767:    'Post Discussion'
1.12      zhu      10768: => '提交讨论文件',
1.6       bisitz   10769: 
                   10770:    'Post Anonymous Discussion'
1.12      zhu      10771: => '匿名提交讨论文件',
1.6       bisitz   10772: 
                   10773:    'Content'
1.12      zhu      10774: => '内容',
1.6       bisitz   10775: 
                   10776:    'You do not currently have rights to view this group.'
1.93      raeburn  10777: => 'You do not currently have rights to view this group.',
1.6       bisitz   10778: 
                   10779:    'No page information provided.'
1.93      raeburn  10780: => 'No page information provided.',
1.6       bisitz   10781: 
                   10782:    '<p>No page information provided.</p>'
1.99      raeburn  10783: => '<p>No page information provided.</p>',
1.6       bisitz   10784: 
                   10785:    'Available functions'
1.12      zhu      10786: => '可用的功能',
1.6       bisitz   10787: 
                   10788:    'No group functionality.'
1.93      raeburn  10789: => 'No group functionality.',
1.6       bisitz   10790: 
                   10791:    'No group functionality (e.g., e-mail, discussion, chat or file upload) is currently available to you in this group: [_1].'
1.93      raeburn  10792: => 'No group functionality (e.g., e-mail, discussion, chat or file upload) is currently available to you in this group: [_1].',
1.6       bisitz   10793: 
                   10794:    'Group Page'
1.12      zhu      10795: => '组页',
1.6       bisitz   10796: 
1.57      zhu      10797:    'Quota allocated to group portfolio:'
                   10798: => '配额分配给组文件夹',
                   10799: 
1.6       bisitz   10800: 
                   10801:    'The quota is currently [_1] Mb'
1.57      zhu      10802: => '目前的配额: [_1] MB',
1.6       bisitz   10803: 
                   10804:    'The quota can be increased to [_1] Mb, by adding all unallocated space for groups in the course.'
1.57      zhu      10805: => '配额可提高到 [_1] MB, 加上该课程的组中所有未分配的空间。',
1.6       bisitz   10806: 
                   10807:    '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      10808: => '每个协作工具,包括核心权限,分配给所有成员基本权限。某些工具可能会还具有额外的权限,即可以设置特定的成员。',
1.6       bisitz   10809: 
                   10810:    'All group members will receive the same privileges for any tool assigned to them, including the default set of optional privileges.'
1.57      zhu      10811: => '所有组成员分配给他们的任何工具将得到相同的权限,包括默认设置可选特权。',
1.6       bisitz   10812: 
                   10813:    'Different group members may receive different privileges from others for the tools they have been assigned.'
1.93      raeburn  10814: => 'Different group members may receive different privileges from others for the tools they have been assigned.',
1.6       bisitz   10815: 
                   10816:    'Indicate which <b>optional</b> privileges members will receive by default for a specific tool.'
1.93      raeburn  10817: => 'Indicate which <b>optional</b> privileges members will receive by default for a specific tool.',
1.6       bisitz   10818: 
                   10819:    '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  10820: => '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   10821: 
                   10822:    'if enabled on the next page'
1.93      raeburn  10823: => 'if enabled on the next page',
1.6       bisitz   10824: 
                   10825:    'if enabled below'
1.93      raeburn  10826: => 'if enabled below',
1.6       bisitz   10827: 
                   10828:    'Additional privileges'
1.93      raeburn  10829: => 'Additional privileges',
1.6       bisitz   10830: 
                   10831:    'Fixed privileges'
1.57      zhu      10832: => '固定权限',
1.6       bisitz   10833: 
                   10834:    'Optional privileges'
1.57      zhu      10835: => '任择权限',
1.6       bisitz   10836: 
                   10837:    'Collaborative Tool'
1.57      zhu      10838: => '协作工具',
1.6       bisitz   10839: 
                   10840:    'Fixed'
1.57      zhu      10841: => '固定的',
1.6       bisitz   10842: 
                   10843:    'Optional'
1.57      zhu      10844: => '可选的',
1.6       bisitz   10845: 
                   10846:    'Additional Tools'
1.57      zhu      10847: => '其他工具',
1.6       bisitz   10848: 
                   10849:    'Core privileges'
1.57      zhu      10850: => '基本权限',
1.6       bisitz   10851: 
                   10852:    '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  10853: => '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   10854: 
                   10855:    'All new group members will receive the same privileges.'
1.57      zhu      10856: => '所有新的小组成员将得到同样的权限。',
1.6       bisitz   10857: 
                   10858:    '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      10859: => '如果以前到期的成员正在重新启用,或者未来进入的成员现在正在激活,先前的权限将被保留。',
1.6       bisitz   10860: 
                   10861:    'As no group members are being added, there are no specific user privileges to set.'
1.57      zhu      10862: => '由于没有增加组成员,没有设置具体用户的权限。',
1.6       bisitz   10863: 
                   10864:    '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      10865: => '目前还没有任何组织成员的权限以显示或设置,因为您还没有表示,你将被激活,重新启用,改变权限,或添加/删除任何现有成员的工具。',
1.6       bisitz   10866: 
                   10867:    'Currently the group is configured '
1.57      zhu      10868: => '目前该组的配置, ',
1.6       bisitz   10869: 
                   10870:    'so different members can receive different optional privileges for a particular tool.'
1.57      zhu      10871: => '不同成员为特定的工具可以得到不同的可选权限。',
1.6       bisitz   10872: 
                   10873:    'so all members will receive the same optional privileges for a particular tool.'
1.57      zhu      10874: => '所有成员为特定的工具可以得到相同的可选权限。',
1.6       bisitz   10875: 
                   10876:    'Settings for automatic group enrollment'
1.57      zhu      10877: => '设置自动分配组',
1.6       bisitz   10878: 
                   10879:    'Group membership mapping to specific sections/roles'
1.93      raeburn  10880: => 'Group membership mapping to specific sections/roles',
1.6       bisitz   10881: 
                   10882:    'Enable/disable automatic group enrollment for users in specified roles and sections'
1.93      raeburn  10883: => 'Enable/disable automatic group enrollment for users in specified roles and sections',
1.6       bisitz   10884: 
                   10885:    '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  10886: => '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   10887: 
                   10888:    "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  10889: => "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   10890: 
                   10891:    'Automatically enable group membership when roles are added?'
1.93      raeburn  10892: => 'Automatically enable group membership when roles are added?',
1.6       bisitz   10893: 
                   10894:    'Automatically expire group membership when roles are removed?'
1.93      raeburn  10895: => 'Automatically expire group membership when roles are removed?',
1.6       bisitz   10896: 
                   10897:    'Currently set to'
1.57      zhu      10898: => '当前设置为',
1.6       bisitz   10899: 
                   10900:    'Mapping of roles and sections affected by automatic group enrollment/disenrollment follows scheme chosen below.'
1.93      raeburn  10901: => 'Mapping of roles and sections affected by automatic group enrollment/disenrollment follows scheme chosen below.',
1.6       bisitz   10902: 
                   10903:    'Pick roles and sections for automatic group enrollment'
1.93      raeburn  10904: => 'Pick roles and sections for automatic group enrollment',
1.6       bisitz   10905: 
                   10906:    'Active?'
1.57      zhu      10907: => '激活?',
1.6       bisitz   10908: 
1.57      zhu      10909:    'Send group message'
1.12      zhu      10910: => '发送组邮件', # .n.t.
1.6       bisitz   10911: 
                   10912:    'Create boards'
1.12      zhu      10913: => '创建论坛', # n.t.
1.6       bisitz   10914: 
                   10915:    'Edit own posts'
1.57      zhu      10916: => '编辑自己的帖子', # .n.t.
1.6       bisitz   10917: 
                   10918:    'Hide/Delete any post'
1.57      zhu      10919: => '隐藏/删除 任意帖子',
1.6       bisitz   10920: 
                   10921:    'View boards'
1.57      zhu      10922: => '查看论坛', # .n.t.
1.6       bisitz   10923: 
                   10924:    'Control Access'
1.57      zhu      10925: => '访问控制', # .n.t.
1.6       bisitz   10926: 
                   10927:    'Basic Display'
1.57      zhu      10928: => '基本显示', # .n.t.
1.6       bisitz   10929: 
                   10930:    'Detailed Display'
1.57      zhu      10931: => '详细显示', # .n.t.
1.6       bisitz   10932: 
                   10933:    'View page'
1.57      zhu      10934: => '查看网页', # .n.t.
1.6       bisitz   10935: 
                   10936:    'Modify page'
1.57      zhu      10937: => '修改网页', # .n.t.
1.6       bisitz   10938: 
                   10939:    'email'
1.93      raeburn  10940: => 'email',
1.6       bisitz   10941: 
1.57      zhu      10942:    'Broadcast message'
                   10943: => '广播邮件',
1.6       bisitz   10944: 
                   10945:    'files'
1.12      zhu      10946: => '文件',
1.6       bisitz   10947: 
                   10948:    'Foils without names exist. This can cause problems to malfunction.'
1.93      raeburn  10949: => 'Foils without names exist. This can cause problems to malfunction.',
1.6       bisitz   10950: 
                   10951:    'Unknown area style [_1]'
1.93      raeburn  10952: => 'Unknown area style [_1]',
1.6       bisitz   10953: 
                   10954:    "The message itself will begin with a first line: <i>'Forwarded message from'</i> followed by the original sender's name."
1.93      raeburn  10955: => "The message itself will begin with a first line: <i>'Forwarded message from'</i> followed by the original sender's name.",
1.6       bisitz   10956: 
                   10957:    'Forwarded message from '
1.93      raeburn  10958: => 'Forwarded message from ',
1.6       bisitz   10959: 
                   10960:    'You received a critical message from [_1] in LON-CAPA.'
1.93      raeburn  10961: => 'You received a critical message from [_1] in LON-CAPA.',
1.6       bisitz   10962: 
                   10963:    'You received a message from [_1] in LON-CAPA.'
1.93      raeburn  10964: => 'You received a message from [_1] in LON-CAPA.',
1.6       bisitz   10965: 
1.111   ! bisitz   10966:    "'New' critical message from [_1]"
        !          10967: => "'New' critical message from [_1]",
1.6       bisitz   10968: 
1.111   ! bisitz   10969:    "'New' message from [_1]"
        !          10970: => "'New' message from [_1]",
1.6       bisitz   10971: 
                   10972:    'Refers to'
1.93      raeburn  10973: => 'Refers to',
1.6       bisitz   10974: 
                   10975:    'Previous attempts of student (if applicable)'
1.93      raeburn  10976: => 'Previous attempts of student (if applicable)',
1.6       bisitz   10977: 
                   10978:    'Original screen output (if applicable)'
1.93      raeburn  10979: => 'Original screen output (if applicable)',
1.6       bisitz   10980: 
                   10981:    'Correct Answer(s) (if applicable)'
1.93      raeburn  10982: => 'Correct Answer(s) (if applicable)',
1.6       bisitz   10983: 
                   10984:    '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  10985: => '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   10986: 
                   10987:    'The subject is 
                   10988: 
                   10989:  [_1]
                   10990: 
                   10991: '
1.99      raeburn  10992: => 'The subject is 
1.6       bisitz   10993: 
                   10994:  [_1]
                   10995: 
                   10996: ',
                   10997: 
                   10998:    'Excerpt'
1.93      raeburn  10999: => 'Excerpt',
1.6       bisitz   11000: 
                   11001:    'Use 
                   11002: 
                   11003:  [_1]
                   11004: 
                   11005: to access the full message.'
1.99      raeburn  11006: => 'Use 
1.6       bisitz   11007: 
                   11008:  [_1]
                   11009: 
1.99      raeburn  11010: to access the full message.',
1.6       bisitz   11011: 
                   11012:    'You can reply to this message'
1.93      raeburn  11013: => 'You can reply to this message',
1.6       bisitz   11014: 
                   11015:    'A reply will not be received by the recipient!'
1.93      raeburn  11016: => 'A reply will not be received by the recipient!',
1.6       bisitz   11017: 
                   11018:    "Include in course's 'User records' for recipient(s)"
1.10      zhu      11019: => "包括课程中的'用户记录'给收信人",
1.6       bisitz   11020: 
                   11021:    'No replies to sender'
1.10      zhu      11022: => '没有答复发件人',
1.6       bisitz   11023: 
                   11024:    'Display Message'
1.10      zhu      11025: => '显示邮件',
1.6       bisitz   11026: 
                   11027:    'Replying to a Message'
1.10      zhu      11028: => '回复邮件',
1.6       bisitz   11029: 
                   11030:    'Forwarding a Message'
1.10      zhu      11031: => '转发邮件',
1.6       bisitz   11032: 
                   11033:    'Forwarding Multiple Messages'
1.10      zhu      11034: => '转发多封邮件',
1.6       bisitz   11035: 
                   11036:    'At end of file some tags were still left unclosed, '
1.93      raeburn  11037: => 'At end of file some tags were still left unclosed, ',
1.6       bisitz   11038: 
                   11039:    'Upload and Send'
1.10      zhu      11040: => '上传和发送',
1.6       bisitz   11041: 
                   11042:    'Choose which course(s) to list.'
1.93      raeburn  11043: => 'Choose which course(s) to list.',
1.6       bisitz   11044: 
                   11045:    'Display courses'
1.10      zhu      11046: => '显示课程',
1.6       bisitz   11047: 
                   11048:    'Public'
1.10      zhu      11049: => '公开的',
1.6       bisitz   11050: 
1.35      bisitz   11051:    'Answer [_1]'
                   11052: => '答复 [_1]',
1.6       bisitz   11053: 
                   11054:    'EditXML [_1]'
1.93      raeburn  11055: => 'EditXML [_1]',
1.6       bisitz   11056: 
                   11057:    'Not authorized'
1.10      zhu      11058: => '未授权',
1.6       bisitz   11059: 
                   11060:    'An error occurred while processing this resource. The author has been notified.'
1.93      raeburn  11061: => 'An error occurred while processing this resource. The author has been notified.',
1.6       bisitz   11062: 
                   11063:    'Code ran too long. It ran for more than'
1.93      raeburn  11064: => 'Code ran too long. It ran for more than',
1.6       bisitz   11065: 
                   11066:    'seconds occurred while running &lt;while&gt; on line'
1.93      raeburn  11067: => 'seconds occurred while running &lt;while&gt; on line',
1.6       bisitz   11068: 
                   11069:    'Student View'
1.18      zhu      11070: => '学生视野',
1.6       bisitz   11071: 
                   11072:    'Correct answer'
1.18      zhu      11073: => '正确答案',
1.6       bisitz   11074: 
                   11075:    'Could not identify problem.'
1.18      zhu      11076: => '无法确定的问题。', # ???
1.6       bisitz   11077: 
                   11078:    'Chart'
1.18      zhu      11079: => '图表',
1.6       bisitz   11080: 
1.77      bisitz   11081:    'Student Data'
                   11082: => '学生资料',
1.6       bisitz   11083: 
                   11084:    'HTML, with links'
1.18      zhu      11085: => 'HTML格式,链接',
1.6       bisitz   11086: 
                   11087:    'HTML, with all links'
1.18      zhu      11088: => 'HTML格式,与所有链接',
1.6       bisitz   11089: 
                   11090:    'HTML, without links'
1.18      zhu      11091: => 'HTML格式,没有链接',
1.6       bisitz   11092: 
                   11093:    'Output Data'
1.18      zhu      11094: => '输出数据',
1.6       bisitz   11095: 
                   11096:    'Scores Summary'
1.18      zhu      11097: => '总分',
1.6       bisitz   11098: 
                   11099:    'Scores Per Problem'
1.18      zhu      11100: => '每题分数',
1.6       bisitz   11101: 
                   11102:    'Parts Correct'
1.93      raeburn  11103: => 'Parts Correct',
1.6       bisitz   11104: 
                   11105:    'fullname'
1.18      zhu      11106: => '全名',
1.6       bisitz   11107: 
                   11108:    'id'
1.18      zhu      11109: => 'ID/学生证号',
1.6       bisitz   11110: 
                   11111:    'Generate Chart'
1.18      zhu      11112: => '生成图表',
1.6       bisitz   11113: 
                   11114:    'Generate Graph'
1.18      zhu      11115: => '生成图',
1.6       bisitz   11116: 
                   11117:    'Select One Student'
1.18      zhu      11118: => '选择一个学生',
1.6       bisitz   11119: 
                   11120:    'All sections.'
1.18      zhu      11121: => '所有科目。',
1.6       bisitz   11122: 
                   11123:    'Section [_1].'
1.18      zhu      11124: => '章节 [_1]。',
1.6       bisitz   11125: 
                   11126:    'Section [_1]'
1.18      zhu      11127: => '章节 [_1]',
1.6       bisitz   11128: 
                   11129:    'Sections [_1] and [_2].'
1.18      zhu      11130: => '章节 [_1] 和 [_2]。',
1.6       bisitz   11131: 
                   11132:    'All groups.'
1.12      zhu      11133: => '所有组。',
1.6       bisitz   11134: 
                   11135:    'Group [_1].'
1.12      zhu      11136: => '组 [_1].',
1.6       bisitz   11137: 
                   11138:    'Groups [_1] and [_2].'
1.12      zhu      11139: => '组 [_1] 和 [_2].',
1.6       bisitz   11140: 
                   11141:    'Active access status.'
1.93      raeburn  11142: => 'Active access status.',
1.6       bisitz   11143: 
                   11144:    'Future access status.'
1.93      raeburn  11145: => 'Future access status.',
1.6       bisitz   11146: 
                   11147:    'Expired access status.'
1.93      raeburn  11148: => 'Expired access status.',
1.6       bisitz   11149: 
                   11150:    'Any access status.'
1.93      raeburn  11151: => 'Any access status.',
1.6       bisitz   11152: 
                   11153:    'Show links in new window:'
1.93      raeburn  11154: => 'Show links in new window:',
1.6       bisitz   11155: 
1.77      bisitz   11156:    'Summary Table'
1.93      raeburn  11157: => 'Summary Table',
1.77      bisitz   11158: 
1.6       bisitz   11159:    'Summary Tables'
1.93      raeburn  11160: => 'Summary Tables',
1.6       bisitz   11161: 
1.77      bisitz   11162:    'Summary table for [_1] ([_2])'
1.93      raeburn  11163: => 'Summary table for [_1] ([_2])',
1.6       bisitz   11164: 
                   11165:    'Average'
1.93      raeburn  11166: => 'Average',
1.6       bisitz   11167: 
1.77      bisitz   11168:    'maximum'
1.93      raeburn  11169: => 'maximum',
1.77      bisitz   11170: 
1.6       bisitz   11171:    'Maximum'
                   11172: => 'Maximum',
                   11173: 
1.77      bisitz   11174:    'Max. Total'
1.93      raeburn  11175: => 'Max. Total',
1.77      bisitz   11176: 
                   11177:    'Median'
                   11178: => 'Median',
                   11179: 
                   11180:    'Std Dev'
1.93      raeburn  11181: => 'Std Dev',
1.77      bisitz   11182: 
                   11183:    'sum'
1.93      raeburn  11184: => 'sum',
1.77      bisitz   11185: 
                   11186:    'maximum possible'
1.93      raeburn  11187: => 'maximum possible',
1.77      bisitz   11188: 
                   11189:    'parts correct'
1.93      raeburn  11190: => 'parts correct',
1.77      bisitz   11191: 
1.6       bisitz   11192:    'Return to the chart'
1.93      raeburn  11193: => 'Return to the chart',
1.6       bisitz   11194: 
1.77      bisitz   11195:    'Compiled on [_1]'
1.93      raeburn  11196: => 'Compiled on [_1]',
1.77      bisitz   11197: 
1.6       bisitz   11198:    "Click on a student's name or username to view their chart"
1.93      raeburn  11199: => "Click on a student's name or username to view their chart",
1.6       bisitz   11200: 
                   11201:    'status'
1.57      zhu      11202: => '状态',
1.6       bisitz   11203: 
                   11204:    'groups'
1.12      zhu      11205: => '组',
1.6       bisitz   11206: 
                   11207:    'Click on a students name or username to view their chart'
1.93      raeburn  11208: => 'Click on a students name or username to view their chart',
1.6       bisitz   11209: 
                   11210:    'Essay will be hand graded.'
1.93      raeburn  11211: => 'Essay will be hand graded.',
1.6       bisitz   11212: 
                   11213:    'Text you want to appear by default:'
1.18      zhu      11214: => '文字在默认情况下显示:',
1.6       bisitz   11215: 
                   11216:    'Check as many files as you wish in response to the problem:'
1.13      zhu      11217: => '选择所有的文件对于您想答复的问题:',
1.6       bisitz   11218: 
                   11219:    'Select portfolio files'
1.13      zhu      11220: => '选择组合文件',
1.6       bisitz   11221: 
                   11222:    'Select checked files, and continue selecting'
1.13      zhu      11223: => '选择文件并继续选择',
1.6       bisitz   11224: 
                   11225:    'Select checked files, and close window'
1.13      zhu      11226: => '选择文件并关闭窗口',
1.6       bisitz   11227: 
                   11228:    'Copy of'
1.93      raeburn  11229: => 'Copy of',
1.6       bisitz   11230: 
                   11231:    '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  11232: => '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   11233: 
                   11234:    'Overall result: [_1]'
1.18      zhu      11235: => '总分: [_1]',
1.6       bisitz   11236: 
                   11237:    'Dimension: [_1], status [_2] '
1.93      raeburn  11238: => 'Dimension: [_1], status [_2] ',
1.6       bisitz   11239: 
                   11240:    'Queue Status'
1.10      zhu      11241: => '队列状态',
1.6       bisitz   11242: 
                   11243:    'Check Mark'
1.10      zhu      11244: => '核选标记',
1.6       bisitz   11245: 
                   11246:    'Return commented version of [_1] to student.'
1.93      raeburn  11247: => 'Return commented version of [_1] to student.',
1.6       bisitz   11248: 
                   11249:    'Download All Submitted Documents'
1.93      raeburn  11250: => 'Download All Submitted Documents',
1.6       bisitz   11251: 
1.52      bisitz   11252:    'Essay is [_1]% similar to an essay by [_2] in course [_3] (course id [_4]:[_5])'
1.93      raeburn  11253: => 'Essay is [_1]% similar to an essay by [_2] in course [_3] (course id [_4]:[_5])',
1.6       bisitz   11254: 
                   11255:    'Compose message to student'
1.93      raeburn  11256: => 'Compose message to student',
1.6       bisitz   11257: 
                   11258:    'incl. grades'
1.10      zhu      11259: => '包含评分',
1.6       bisitz   11260: 
1.66      bisitz   11261:    'Message will be sent when you click on Save &amp; Next below.'
1.93      raeburn  11262: => 'Message will be sent when you click on Save &amp; Next below.',
1.6       bisitz   11263: 
                   11264:    'Set/Change parameters'
1.93      raeburn  11265: => 'Set/Change parameters',
1.6       bisitz   11266: 
                   11267:    'Grading Feedback'
1.27      zhu      11268: => '评估反馈',
1.6       bisitz   11269: 
1.52      bisitz   11270:    'Sending message to [_1]'
                   11271: => '发送邮件至 [_1]',
1.6       bisitz   11272: 
                   11273:    'Not allowed to modify grades for [_1]'
1.93      raeburn  11274: => 'Not allowed to modify grades for [_1]',
1.6       bisitz   11275: 
                   11276:    'You need to specify the username or ID'
1.93      raeburn  11277: => 'You need to specify the username or ID',
1.6       bisitz   11278: 
                   11279:    'You need to specify at least one grading field'
1.93      raeburn  11280: => 'You need to specify at least one grading field',
1.6       bisitz   11281: 
                   11282:    'Specify a file containing the class scores for current resource'
1.93      raeburn  11283: => 'Specify a file containing the class scores for current resource',
1.6       bisitz   11284: 
                   11285:    'Upload Scores'
1.27      zhu      11286: => '上传分数',
1.6       bisitz   11287: 
                   11288:    'Some point values were assigned for problems with a weight of zero. These values were ignored.'
1.93      raeburn  11289: => 'Some point values were assigned for problems with a weight of zero. These values were ignored.',
1.6       bisitz   11290: 
                   11291:    'Use CODE:'
1.93      raeburn  11292: => 'Use CODE:',
1.6       bisitz   11293: 
                   11294:    'Some resources in the sequence currently are not set to exam mode. Grading these resources currently may not work correctly.'
1.93      raeburn  11295: => 'Some resources in the sequence currently are not set to exam mode. Grading these resources currently may not work correctly.',
1.6       bisitz   11296: 
                   11297:    'scores from file' # Upload scores from file
1.93      raeburn  11298: => 'scores from file',
1.6       bisitz   11299: 
                   11300:    'Process'
1.93      raeburn  11301: => 'Process',
1.6       bisitz   11302: 
                   11303:    'clicker file' # Process clicker file
1.93      raeburn  11304: => 'clicker file',
1.6       bisitz   11305: 
                   11306:    'Grade'
1.93      raeburn  11307: => 'Grade',
1.6       bisitz   11308: 
1.103     bisitz   11309:    'bubblesheet forms' # Grade scantron forms
                   11310: => 'bubblesheet forms',
1.6       bisitz   11311: 
                   11312:    'Verify'
1.98      bisitz   11313: => 'Verify',
1.6       bisitz   11314: 
                   11315:    'receipt'
1.93      raeburn  11316: => 'receipt',
1.6       bisitz   11317: 
                   11318:    'Manage'
1.93      raeburn  11319: => 'Manage',
1.6       bisitz   11320: 
                   11321:    'saved CODEs' # View saved CODEs
1.93      raeburn  11322: => 'saved CODEs', # n.t.
1.6       bisitz   11323: 
                   11324:    'Specify a file containing the clicker information for this resource'
1.93      raeburn  11325: => 'Specify a file containing the clicker information for this resource',
1.6       bisitz   11326: 
                   11327:    'Upload File'
1.27      zhu      11328: => '上传文件',
1.6       bisitz   11329: 
                   11330:    'Award points just for participation'
1.93      raeburn  11331: => 'Award points just for participation',
1.6       bisitz   11332: 
                   11333:    'Correctness determined from response by course personnel'
1.93      raeburn  11334: => 'Correctness determined from response by course personnel',
1.6       bisitz   11335: 
                   11336:    'Correctness determined from response with clicker ID(s)'
1.93      raeburn  11337: => 'Correctness determined from response with clicker ID(s)',
1.6       bisitz   11338: 
                   11339:    'Percentage points for correct solution'
1.93      raeburn  11340: => 'Percentage points for correct solution',
1.6       bisitz   11341: 
                   11342:    'Percentage points for incorrect solution'
1.93      raeburn  11343: => 'Percentage points for incorrect solution',
1.6       bisitz   11344: 
                   11345:    'You need to specify a clicker ID for the correct answer'
1.93      raeburn  11346: => 'You need to specify a clicker ID for the correct answer',
1.6       bisitz   11347: 
                   11348:    'Score based on attendance only'
1.93      raeburn  11349: => 'Score based on attendance only',
1.6       bisitz   11350: 
                   11351:    'Correctness determined by the following IDs'
1.93      raeburn  11352: => 'Correctness determined by the following IDs',
1.6       bisitz   11353: 
                   11354:    'specified'
1.93      raeburn  11355: => 'specified',
1.6       bisitz   11356: 
                   11357:    'No IDs found to determine correct answer'
1.93      raeburn  11358: => 'No IDs found to determine correct answer',
1.6       bisitz   11359: 
                   11360:    '[_1] Error: [_2] The file you attempted to upload, [_3] contained no information. Please check that you entered the correct filename.'
1.98      bisitz   11361: => '[_1] Error: [_2] The file you attempted to upload, [_3] contained no information. Please check that you entered the correct filename.',
1.6       bisitz   11362: 
                   11363:    'Scanning clicker file'
1.93      raeburn  11364: => 'Scanning clicker file',
1.6       bisitz   11365: 
                   11366:    'Found [_1] question(s)'
                   11367: => '[_1] Frage(n) gefunden',
                   11368: 
                   11369:    'Awarding [_1] percent for correct and [_2] percent for incorrect responses'
1.98      bisitz   11370: => 'Awarding [_1] percent for correct and [_2] percent for incorrect responses',
1.6       bisitz   11371: 
                   11372:    'Clicker registered more than once'
1.93      raeburn  11373: => 'Clicker registered more than once',
1.6       bisitz   11374: 
                   11375:    'Unregistered Clicker'
1.93      raeburn  11376: => 'Unregistered Clicker',
1.6       bisitz   11377: 
                   11378:    'Found [_1] registered and [_2] unregistered clickers.'
1.99      raeburn  11379: => 'Found [_1] registered and [_2] unregistered clickers.',
1.6       bisitz   11380: 
1.111   ! bisitz   11381:    'Found no correct answers for grading!'
        !          11382: => 'Found no correct answers for grading!',
1.6       bisitz   11383: 
                   11384:    'Found [_1] entries for grading!'
1.98      bisitz   11385: => 'Found [_1] entries for grading!',
1.6       bisitz   11386: 
                   11387:    'Found no questions.'
1.93      raeburn  11388: => 'Found no questions.',
1.6       bisitz   11389: 
                   11390:    'Finalize Grading'
1.93      raeburn  11391: => 'Finalize Grading',
1.6       bisitz   11392: 
                   11393:    'Question [_1]'
1.93      raeburn  11394: => 'Question [_1]',
1.6       bisitz   11395: 
                   11396:    'Assigning grades based on clicker file'
1.93      raeburn  11397: => 'Assigning grades based on clicker file',
1.6       bisitz   11398: 
                   11399:    'More than one correct result given for question "[_1]": [_2] versus [_3].'
1.93      raeburn  11400: => 'More than one correct result given for question "[_1]": [_2] versus [_3].',
1.6       bisitz   11401: 
                   11402:    'No correct result given for question "[_1]"!'
1.93      raeburn  11403: => 'No correct result given for question "[_1]"!',
1.6       bisitz   11404: 
                   11405:    'Correct answer: [_1]'
1.18      zhu      11406: => '正确答案: [_1]',
1.6       bisitz   11407: 
                   11408:    'Successfully stored grades for [_1] student(s).'
1.93      raeburn  11409: => 'Successfully stored grades for [_1] student(s).',
1.6       bisitz   11410: 
                   11411:    'Grading Menu'
1.27      zhu      11412: => '评估菜单',
1.6       bisitz   11413: 
                   11414:    'Missing tags, unable to properly run file.'
1.93      raeburn  11415: => 'Missing tags, unable to properly run file.',
1.6       bisitz   11416: 
                   11417:    'Using tag [_1] on line [_2] as end tag to [_3]'
                   11418: => 'Using tag [_1] on line [_2] as end tag to [_3]', # ??? lonxml.pm [SB 2008-08-07]
                   11419: 
                   11420:    'Found tag [_1] on line [_2] when looking for [_3] in file.'
1.93      raeburn  11421: => 'Found tag [_1] on line [_2] when looking for [_3] in file.',
1.6       bisitz   11422: 
1.66      bisitz   11423:    'ID [_1] contains invalid characters. IDs are only allowed to contain letters, numbers, spaces and -'
1.93      raeburn  11424: => 'ID [_1] contains invalid characters. IDs are only allowed to contain letters, numbers, spaces and -',
1.6       bisitz   11425: 
                   11426:    'File not found'
1.93      raeburn  11427: => 'File not found',
1.6       bisitz   11428: 
                   11429:    '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  11430: => '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   11431: 
                   11432:    'An error occurred while processing this resource. The instructor has been notified.'
1.93      raeburn  11433: => 'An error occurred while processing this resource. The instructor has been notified.',
1.6       bisitz   11434: 
                   11435:    'CourseID'
1.27      zhu      11436: => '课程编号',
1.6       bisitz   11437: 
                   11438:    'DocID'
1.27      zhu      11439: => '文件编号',
1.6       bisitz   11440: 
                   11441:    'Username, password and domain need to be specified.'
1.27      zhu      11442: => '用户名,密码和域必须指定!',
1.6       bisitz   11443: 
                   11444:    'Untitled Resource'
1.27      zhu      11445: => '无名资源',
1.6       bisitz   11446: 
                   11447:    'Not Available'
1.93      raeburn  11448: => 'Not Available',
1.6       bisitz   11449: 
                   11450:    'Clear'
1.93      raeburn  11451: => 'Clear',
1.6       bisitz   11452: 
                   11453:    'There are no parameters.'
1.93      raeburn  11454: => 'There are no parameters.',
1.6       bisitz   11455: 
                   11456:    'enroll type/action'
1.27      zhu      11457: => '注册类型/行动',
1.6       bisitz   11458: 
1.110     bisitz   11459:    'Map not loaded: The file [_1] does not exist.'
                   11460: => 'Map not loaded: The file [_1] does not exist.',
1.6       bisitz   11461: 
                   11462:    'Saved.'
1.18      zhu      11463: => '保存的。',
1.6       bisitz   11464: 
                   11465:    'An error occurred while saving.'
1.93      raeburn  11466: => 'An error occurred while saving.',
1.6       bisitz   11467: 
                   11468:    'Reverted.'
1.93      raeburn  11469: => 'Reverted.',
1.6       bisitz   11470: 
                   11471:    'Title in map'
1.93      raeburn  11472: => 'Title in map',
1.6       bisitz   11473: 
                   11474:    'Filename of resource'
1.93      raeburn  11475: => 'Filename of resource',
1.6       bisitz   11476: 
                   11477:    'Link to published resource'
1.93      raeburn  11478: => 'Link to published resource',
1.6       bisitz   11479: 
                   11480:    'Link to resource in Construction Space'
1.93      raeburn  11481: => 'Link to resource in Construction Space',
1.6       bisitz   11482: 
                   11483:    'Resource space'
1.93      raeburn  11484: => 'Resource space',
1.6       bisitz   11485: 
                   11486:    'Construction space'
1.93      raeburn  11487: => 'Construction space',
1.6       bisitz   11488: 
                   11489:    'discard'
1.93      raeburn  11490: => 'discard',
1.6       bisitz   11491: 
                   11492:    'Change Order'
1.93      raeburn  11493: => 'Change Order',
1.6       bisitz   11494: 
                   11495:    'Sort Imported Resources'
1.93      raeburn  11496: => 'Sort Imported Resources',
1.6       bisitz   11497: 
                   11498:    'Finalize order of resources'
1.93      raeburn  11499: => 'Finalize order of resources',
1.6       bisitz   11500: 
                   11501:    'Recover Deleted'
1.93      raeburn  11502: => 'Recover Deleted',
1.6       bisitz   11503: 
                   11504:    'Recover Removed Resources'
1.93      raeburn  11505: => 'Recover Removed Resources',
1.6       bisitz   11506: 
                   11507:    'Recover Checked'
1.93      raeburn  11508: => 'Recover Checked',
1.6       bisitz   11509: 
                   11510:    'Recent Detailed Assessment Statistical Data'
1.93      raeburn  11511: => 'Recent Detailed Assessment Statistical Data',
1.6       bisitz   11512: 
                   11513:    'No information available'
1.93      raeburn  11514: => 'No information available',
1.6       bisitz   11515: 
                   11516:    'Creating new file [_1]'
1.12      zhu      11517: => '创建新文件 [_1]',
1.6       bisitz   11518: 
                   11519:    '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  11520: => '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   11521: 
                   11522:     'Associate Resource With Selected Course'
1.93      raeburn  11523: => 'Associate Resource With Selected Course',
1.6       bisitz   11524: 
                   11525:    'This resource is currently associated with a course ([_1]) which includes added metadata fields specific to the course.'
1.93      raeburn  11526: => 'This resource is currently associated with a course ([_1]) which includes added metadata fields specific to the course.',
1.6       bisitz   11527: 
                   11528:    '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  11529: => '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   11530: 
                   11531:    'not available'
1.93      raeburn  11532: => 'not available',
1.6       bisitz   11533: 
                   11534:    'most recent version'
1.93      raeburn  11535: => 'most recent version',
1.6       bisitz   11536: 
                   11537:    'information not available'
1.93      raeburn  11538: => 'information not available',
1.6       bisitz   11539: 
                   11540:    'Num Student'
1.93      raeburn  11541: => 'Num Student',
1.6       bisitz   11542: 
                   11543:    'Degree of Difficulty'
1.93      raeburn  11544: => 'Degree of Difficulty',
1.6       bisitz   11545: 
                   11546:    'Degree of Discrimination'
1.93      raeburn  11547: => 'Degree of Discrimination',
1.6       bisitz   11548: 
                   11549:    'Time of computation'
1.93      raeburn  11550: => 'Time of computation',
1.6       bisitz   11551: 
                   11552:    'Messages deleted.'
1.22      zhu      11553: => '邮件已删除。',
1.6       bisitz   11554: 
                   11555:    'Error deleting messages'
1.93      raeburn  11556: => 'Error deleting messages',
1.6       bisitz   11557: 
                   11558:    'Messages cleared.'
1.22      zhu      11559: => '邮件已删除。',
1.6       bisitz   11560: 
                   11561:    'Error clearing messages'
1.22      zhu      11562: => '删除邮件时发生错误',
1.6       bisitz   11563: 
                   11564:    'Delete Messages for this Resource'
1.93      raeburn  11565: => 'Delete Messages for this Resource',
1.6       bisitz   11566: 
                   11567:    'Back To Directory'
1.10      zhu      11568: => '返回目录',
1.6       bisitz   11569: 
                   11570:    'Associated with course [_1]'
1.93      raeburn  11571: => 'Associated with course [_1]',
1.6       bisitz   11572: 
                   11573:    'This resource is not associated with a course.'
1.93      raeburn  11574: => 'This resource is not associated with a course.',
1.6       bisitz   11575: 
                   11576:    'Discard Edits and Return to Portfolio'
1.98      bisitz   11577: => 'Discard Edits and Return to Portfolio',
1.6       bisitz   11578: 
                   11579:    'Could not transfer data in added fields to notes'
1.93      raeburn  11580: => 'Could not transfer data in added fields to notes',
1.6       bisitz   11581: 
                   11582:    'Transferred data in added fields to notes'
1.93      raeburn  11583: => 'Transferred data in added fields to notes',
1.6       bisitz   11584: 
                   11585:    'Home'
1.36      zhu      11586: => '根目录',
1.6       bisitz   11587: 
                   11588:    'Usage Statistics'
1.36      zhu      11589: => '使用统计',
1.6       bisitz   11590: 
                   11591:    'Courses/Network Hits'
1.36      zhu      11592: => '课程/网络访问次数',
1.6       bisitz   11593: 
1.110     bisitz   11594:    'Already in this course:'
                   11595: => 'Already in this course:',
                   11596: 
                   11597:    '[_1] in folder/map [_2]'
                   11598: => '[_1] in folder/map [_2]',
1.6       bisitz   11599: 
                   11600:    'External Resource, preview not enabled'
1.93      raeburn  11601: => 'External Resource, preview not enabled',
1.6       bisitz   11602: 
                   11603:    'Somewhere something went wrong'
1.93      raeburn  11604: => 'Somewhere something went wrong',
1.6       bisitz   11605: 
                   11606:    'Please help us to find out what.'
1.93      raeburn  11607: => 'Please help us to find out what.',
1.6       bisitz   11608: 
                   11609:    'Please take a moment to fill out the form below.'
1.93      raeburn  11610: => 'Please take a moment to fill out the form below.',
1.6       bisitz   11611: 
                   11612:    'Your information, together with internal debugging information, will be emailed to the system and server administrators.'
1.93      raeburn  11613: => 'Your information, together with internal debugging information, will be emailed to the system and server administrators.',
1.6       bisitz   11614: 
                   11615:    'Send Information'
1.18      zhu      11616: => '发送错误报告',
1.6       bisitz   11617: 
                   11618:    'Please describe what you did just before this screen came up'
1.93      raeburn  11619: => 'Please describe what you did just before this screen came up',
1.6       bisitz   11620: 
                   11621:    'Is this problem reproducible?'
1.93      raeburn  11622: => 'Is this problem reproducible?',
1.6       bisitz   11623: 
                   11624:    'Yes!'
1.18      zhu      11625: => '是!',
1.6       bisitz   11626: 
                   11627:    'Do you have any guesses why this might have happened?'
1.18      zhu      11628: => '你有任何猜测,为什么会发生?',
1.6       bisitz   11629: 
                   11630:    'Thank you for your help!'
1.18      zhu      11631: => '谢谢您的支持!',
1.6       bisitz   11632: 
                   11633:    'Internal info:'
1.18      zhu      11634: => '内部信息:',
1.6       bisitz   11635: 
                   11636:    'Report submitted'
1.18      zhu      11637: => '提交的报告',
1.6       bisitz   11638: 
                   11639:    'Sending Error Report'
1.18      zhu      11640: => '发送错误报告',
1.6       bisitz   11641: 
                   11642:    'Thank you!'
1.18      zhu      11643: => '谢谢您!',
1.6       bisitz   11644: 
                   11645:    'Warning: Report not submitted'
1.18      zhu      11646: => '警告:报告未提交',
1.6       bisitz   11647: 
                   11648:    'The administrators of the domain [_1] have not set any e-mail addresses for receipt of your error report.'
1.93      raeburn  11649: => 'The administrators of the domain [_1] have not set any e-mail addresses for receipt of your error report.',
1.6       bisitz   11650: 
                   11651:    'The document contains errors and cannot be published.'
1.93      raeburn  11652: => 'The document contains errors and cannot be published.',
1.6       bisitz   11653: 
                   11654:    'error(s)'
1.93      raeburn  11655: => 'error(s)',
1.6       bisitz   11656: 
                   11657:    '[quant,_1,error]'
1.99      raeburn  11658: => '[quant,_1,error]',
1.6       bisitz   11659: 
                   11660:    'Please fill out all fields below.'
1.18      zhu      11661: => '请填写以下所有问题。',
1.6       bisitz   11662: 
                   11663:    '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  11664: => '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   11665: 
1.68      bisitz   11666:    '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  11667: => '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   11668: 
1.6       bisitz   11669:    'Parameters'
1.26      zhu      11670: => '参数',
1.6       bisitz   11671: 
1.68      bisitz   11672:    'Parameters:'
                   11673: => '参数:',
                   11674: 
1.6       bisitz   11675:    'Total Score and Maximum Possible for each Sequence or Folder'
1.93      raeburn  11676: => 'Total Score and Maximum Possible for each Sequence or Folder',
1.6       bisitz   11677: 
                   11678:    'Score on each Problem Part'
1.93      raeburn  11679: => 'Score on each Problem Part',
1.6       bisitz   11680: 
                   11681:    'Number of Tries before success on each Problem Part'
1.93      raeburn  11682: => 'Number of Tries before success on each Problem Part',
1.6       bisitz   11683: 
1.77      bisitz   11684:    'Number of Problem Parts completed successfully'
1.93      raeburn  11685: => 'Number of Problem Parts completed successfully',
1.6       bisitz   11686: 
                   11687:    'Unable to retrieve course information.'
1.93      raeburn  11688: => 'Unable to retrieve course information.',
1.6       bisitz   11689: 
                   11690:    'Please select an action to perform using the new filename'
1.93      raeburn  11691: => 'Please select an action to perform using the new filename',
1.6       bisitz   11692: 
                   11693:    'View or modify a course'
1.98      bisitz   11694: => '查看或修改课程',
1.6       bisitz   11695: 
                   11696:    'Enter the course with the role of [_1]'
1.93      raeburn  11697: => 'Enter the course with the role of [_1]',
1.6       bisitz   11698: 
                   11699:    'Enter the course with the role of [_1].'
1.93      raeburn  11700: => 'Enter the course with the role of [_1].',
1.6       bisitz   11701: 
                   11702:    'View or modify course settings which only a [_1] may modify.'
1.93      raeburn  11703: => 'View or modify course settings which only a [_1] may modify.',
1.6       bisitz   11704: 
                   11705:    'Manage course users'
                   11706: => '管理课程参加者',
                   11707: 
                   11708:    'Upload a File of Course Users'
1.70      zhu      11709: => '课程用户上传文件',
1.6       bisitz   11710: 
1.69      droeschl 11711:    'Add/Modify a Course User'
1.79      bisitz   11712: => '添加/修改课程用户',
1.6       bisitz   11713: 
                   11714:    'Edit Custom Roles'
1.70      zhu      11715: => '编辑自定义角色',
                   11716: 
                   11717:    'Custom Role'
                   11718: => '自定义角色',
1.6       bisitz   11719: 
                   11720:    'Enroll a Single Student'
1.70      zhu      11721: => '注册一名学生',
1.6       bisitz   11722: 
                   11723:    'Enroll a student'
1.70      zhu      11724: => '注册学生',
1.6       bisitz   11725: 
                   11726:    'Manage Course Groups'
1.12      zhu      11727: => '管理课程组',
1.6       bisitz   11728: 
                   11729:    'This error occurred while processing response [_1] in part [_2]'
1.93      raeburn  11730: => 'This error occurred while processing response [_1] in part [_2]',
1.6       bisitz   11731: 
                   11732:    'This error occurred while processing part [_1]'
1.93      raeburn  11733: => 'This error occurred while processing part [_1]',
1.6       bisitz   11734: 
                   11735:    'Unable to find section for this student'
1.93      raeburn  11736: => 'Unable to find section for this student',
1.6       bisitz   11737: 
                   11738:    'Classlist update for "[_1]" in "[_2]".'
1.93      raeburn  11739: => 'Classlist update for "[_1]" in "[_2]".',
1.6       bisitz   11740: 
                   11741:    'Error: "[_1]" during classlist update for "[_2]" in "[_3]".'
1.93      raeburn  11742: => 'Error: "[_1]" during classlist update for "[_2]" in "[_3]".',
1.6       bisitz   11743: 
                   11744:    'Role: '
1.18      zhu      11745: => '角色: ',
1.6       bisitz   11746: 
                   11747:    'Identify fields in uploaded list'
1.93      raeburn  11748: => 'Identify fields in uploaded list',
1.6       bisitz   11749: 
                   11750:    'Default domain'
1.18      zhu      11751: => '默认域',
1.6       bisitz   11752: 
                   11753:    'Change authentication for existing users in domain "[_1]" to these settings?'
1.93      raeburn  11754: => 'Change authentication for existing users in domain "[_1]" to these settings?',
1.6       bisitz   11755: 
                   11756:    'LON-CAPA Home Server for New Users'
1.18      zhu      11757: => 'LON-CAPA 家庭服务器的新用户',
1.6       bisitz   11758: 
1.73      bisitz   11759:    'LON-CAPA domain: [_1] with home server:'
                   11760: => 'LON-CAPA 域 [_1] 与家庭服务器:',
1.6       bisitz   11761: 
1.73      bisitz   11762:    'Settings for assigning roles'
1.93      raeburn  11763: => 'Settings for assigning roles',
1.6       bisitz   11764: 
                   11765:    'Pick the action to take on roles for these users:'
1.93      raeburn  11766: => 'Pick the action to take on roles for these users:',
1.6       bisitz   11767: 
                   11768:    'No role changes'
1.93      raeburn  11769: => 'No role changes',
1.6       bisitz   11770: 
                   11771:    'Add a domain role'
1.93      raeburn  11772: => 'Add a domain role',
1.6       bisitz   11773: 
                   11774:    'Add a course role'
1.93      raeburn  11775: => 'Add a course role',
1.6       bisitz   11776: 
                   11777:    'Default role'
1.93      raeburn  11778: => 'Default role',
1.6       bisitz   11779: 
1.73      bisitz   11780:    'Choose the role to assign to users without a value specified in the uploaded file.'
1.93      raeburn  11781: => 'Choose the role to assign to users without a value specified in the uploaded file.',
1.6       bisitz   11782: 
                   11783:    'Default role and section'
1.93      raeburn  11784: => 'Default role and section',
1.6       bisitz   11785: 
1.73      bisitz   11786:    'Choose the role and/or section(s) to assign to users without values specified in the uploaded file.'
1.93      raeburn  11787: => 'Choose the role and/or section(s) to assign to users without values specified in the uploaded file.',
1.6       bisitz   11788: 
                   11789:    'Default role and/or section(s)'
1.93      raeburn  11790: => 'Default role and/or section(s)',
1.6       bisitz   11791: 
                   11792:    'Role and/or section(s) for users without values specified in the uploaded file.'
1.93      raeburn  11793: => 'Role and/or section(s) for users without values specified in the uploaded file.',
1.6       bisitz   11794: 
                   11795:    'Display students with current/future access who are not in the uploaded file.'
1.93      raeburn  11796: => 'Display students with current/future access who are not in the uploaded file.',
1.6       bisitz   11797: 
                   11798:    'Students selected from this list can be dropped.'
1.93      raeburn  11799: => 'Students selected from this list can be dropped.',
1.6       bisitz   11800: 
                   11801:    'Update Student/Employee ID in courses in which user is active/future student,[_1](if forcing change).'
1.93      raeburn  11802: => 'Update Student/Employee ID in courses in which user is active/future student,[_1](if forcing change).',
1.6       bisitz   11803: 
                   11804:    'make these dates the default access dates for future student enrollment'
1.93      raeburn  11805: => 'make these dates the default access dates for future student enrollment',
1.6       bisitz   11806: 
                   11807:    'Set default start and end access dates for course.'
1.93      raeburn  11808: => 'Set default start and end access dates for course.',
1.6       bisitz   11809: 
                   11810:    'Unable to set default access dates for course.'
1.93      raeburn  11811: => 'Unable to set default access dates for course.',
1.6       bisitz   11812: 
                   11813:    'Please select'
1.93      raeburn  11814: => 'Please select',
1.6       bisitz   11815: 
                   11816:    'User Status: [_1]'
1.18      zhu      11817: => '用户状态: [_1]',
1.6       bisitz   11818: 
                   11819:    'Role Type: [_1]'
1.18      zhu      11820: => '角色类别: [_1]',
1.6       bisitz   11821: 
                   11822:    'Any role'
1.10      zhu      11823: => '任意角色',
1.6       bisitz   11824: 
                   11825:    'Role: [_1]'
1.18      zhu      11826: => '角色: [_1]',
1.6       bisitz   11827: 
                   11828:    'Select Course(s)'
1.10      zhu      11829: => '选择课程',
1.6       bisitz   11830: 
                   11831:    'Warning: data retrieval for multiple courses can take considerable time, as this operation is not currently optimized.'
1.93      raeburn  11832: => 'Warning: data retrieval for multiple courses can take considerable time, as this operation is not currently optimized.',
1.6       bisitz   11833: 
                   11834:    'There are no co-authors to display.'
1.93      raeburn  11835: => 'There are no co-authors to display.',
1.6       bisitz   11836: 
                   11837:    'There are no users with domain roles to display.'
1.93      raeburn  11838: => 'There are no users with domain roles to display.',
1.6       bisitz   11839: 
                   11840:    'There are no authors or co-authors to display.'
1.93      raeburn  11841: => 'There are no authors or co-authors to display.',
1.6       bisitz   11842: 
                   11843:    'There are no course users to display'
1.93      raeburn  11844: => 'There are no course users to display',
1.6       bisitz   11845: 
                   11846:    'There are no course users to display.'
1.93      raeburn  11847: => 'There are no course users to display.',
1.6       bisitz   11848: 
                   11849:    'There are no users matching the search criteria.'
1.93      raeburn  11850: => 'There are no users matching the search criteria.',
1.6       bisitz   11851: 
                   11852:    "You must select at least one user by checking a user's 'Select' checkbox"
1.93      raeburn  11853: => "You must select at least one user by checking a user's 'Select' checkbox",
1.6       bisitz   11854: 
                   11855:    'You need to select an action to take for the user(s) you have selected'
1.93      raeburn  11856: => 'You need to select an action to take for the user(s) you have selected',
1.6       bisitz   11857: 
                   11858:    ' for a single user?'
1.99      raeburn  11859: => ' for a single user?',
1.6       bisitz   11860: 
                   11861:    ' for multiple users?'
1.99      raeburn  11862: => ' for multiple users?',
1.6       bisitz   11863: 
                   11864:    'Proceed'
1.18      zhu      11865: => '下一步',
1.6       bisitz   11866: 
                   11867:    'Action to take for selected users'
1.93      raeburn  11868: => 'Action to take for selected users',
1.6       bisitz   11869: 
                   11870:    'Behavior of clickable username link for each user'
1.93      raeburn  11871: => 'Behavior of clickable username link for each user',
1.6       bisitz   11872: 
                   11873:    "Display a user's personal page"
                   11874: => "显示个人网页",
                   11875: 
                   11876:    "Modify a user's information"
1.93      raeburn  11877: => "Modify a user's information",
1.6       bisitz   11878: 
                   11879:    'Course(s): description, section(s), status'
1.93      raeburn  11880: => 'Course(s): description, section(s), status',
1.6       bisitz   11881: 
                   11882:    "Click on a username to view the user's personal page."
                   11883: => "点击用户名,以查看用户的个人网页。",
                   11884: 
                   11885:    'auto'
1.18      zhu      11886: => '自动',
1.6       bisitz   11887: 
                   11888:    'manual'
1.18      zhu      11889: => '手动',
1.6       bisitz   11890: 
                   11891:    'Unlock'
1.93      raeburn  11892: => 'Unlock',
1.6       bisitz   11893: 
                   11894:    'Lock'
1.93      raeburn  11895: => 'Lock',
1.6       bisitz   11896: 
                   11897:    'Domain Roles'
1.18      zhu      11898: => '域角色',
1.6       bisitz   11899: 
                   11900:    'Co-Author Roles'
1.18      zhu      11901: => '合著者角色',
1.6       bisitz   11902: 
                   11903:    'Course Roles'
1.18      zhu      11904: => '课程角色',
1.6       bisitz   11905: 
                   11906:    'Date and Section selector'
1.18      zhu      11907: => '日期和组选择',
1.6       bisitz   11908: 
                   11909:    'Date selector'
1.18      zhu      11910: => '日期选择器',
1.6       bisitz   11911: 
                   11912:    "Check the boxes for any users for whom roles are to be revoked, and click 'Proceed'"
1.93      raeburn  11913: => "Check the boxes for any users for whom roles are to be revoked, and click 'Proceed'",
1.6       bisitz   11914: 
                   11915:    "Check the boxes for any users for whom roles are to be deleted, and click 'Proceed'"
1.93      raeburn  11916: => "Check the boxes for any users for whom roles are to be deleted, and click 'Proceed'",
1.6       bisitz   11917: 
                   11918:    'Choose an action to take for selected users'
1.93      raeburn  11919: => 'Choose an action to take for selected users',
1.6       bisitz   11920: 
                   11921:    'New section to assign'
1.93      raeburn  11922: => 'New section to assign',
1.6       bisitz   11923: 
                   11924:    'Use "Save" to update the main window with your selections.'
1.97      raeburn  11925: => 'Use "Save" to update the main window with your selections.',
1.6       bisitz   11926: 
                   11927:    'New section'
1.70      zhu      11928: => '新的章节',
1.6       bisitz   11929: 
                   11930:    'Course - [_1]:'
1.18      zhu      11931: => '课程 - [_1]:',
1.6       bisitz   11932: 
                   11933:    'Domain - [_1]:'
1.18      zhu      11934: => '域 - [_1]:',
1.6       bisitz   11935: 
                   11936:    'Users in course with expired [_1] roles'
1.93      raeburn  11937: => 'Users in course with expired [_1] roles',
1.6       bisitz   11938: 
                   11939:    'Users in course with future [_1] roles'
1.93      raeburn  11940: => 'Users in course with future [_1] roles',
1.6       bisitz   11941: 
                   11942:    'Users in course with active [_1] roles'
1.93      raeburn  11943: => 'Users in course with active [_1] roles',
1.6       bisitz   11944: 
                   11945:    'All users in course'
1.93      raeburn  11946: => 'All users in course',
1.6       bisitz   11947: 
                   11948:    'All users in course with [_1] roles'
1.93      raeburn  11949: => 'All users in course with [_1] roles',
1.6       bisitz   11950: 
                   11951:    'only users in section "[_1]"'
1.93      raeburn  11952: => 'only users in section "[_1]"',
1.6       bisitz   11953: 
                   11954:    'only users affiliated with no section or section "[_1]"'
1.93      raeburn  11955: => 'only users affiliated with no section or section "[_1]"',
1.6       bisitz   11956: 
                   11957:    ' and not in any group'
1.99      raeburn  11958: => ' and not in any group',
1.6       bisitz   11959: 
                   11960:    ' and members of group: "[_1]"'
1.99      raeburn  11961: => ' and members of group: "[_1]"',
1.6       bisitz   11962: 
                   11963:    'only users affiliated with no section'
1.93      raeburn  11964: => 'only users affiliated with no section',
1.6       bisitz   11965: 
                   11966:    'only users affiliated with section "[_1]"'
1.93      raeburn  11967: => 'only users affiliated with section "[_1]"',
1.6       bisitz   11968: 
                   11969:    'only users not in any group'
1.93      raeburn  11970: => 'only users not in any group',
1.6       bisitz   11971: 
                   11972:    ' and also not in any group'
1.99      raeburn  11973: => ' and also not in any group',
1.6       bisitz   11974: 
                   11975:    'only members of group: "[_1]"'
1.18      zhu      11976: => '只有该组成员 "[_1]"',
1.6       bisitz   11977: 
                   11978:    ' and also members of group: "[_1]"'
1.99      raeburn  11979: => ' and also members of group: "[_1]"',
1.6       bisitz   11980: 
                   11981:    'Author space for [_1]'
1.93      raeburn  11982: => 'Author space for [_1]',
1.6       bisitz   11983: 
                   11984:    'Co-authors with expired [_1] roles'
1.93      raeburn  11985: => 'Co-authors with expired [_1] roles',
1.6       bisitz   11986: 
                   11987:    'Co-authors with future [_1] roles'
1.93      raeburn  11988: => 'Co-authors with future [_1] roles',
1.6       bisitz   11989: 
                   11990:    'Co-authors with active [_1] roles'
1.93      raeburn  11991: => 'Co-authors with active [_1] roles',
1.6       bisitz   11992: 
                   11993:    'All co-authors'
1.18      zhu      11994: => '所有合著者',
1.6       bisitz   11995: 
                   11996:    'All co-authors with [_1] roles'
1.93      raeburn  11997: => 'All co-authors with [_1] roles',
1.6       bisitz   11998: 
                   11999:    'Users in domain with expired [_1] roles'
1.93      raeburn  12000: => 'Users in domain with expired [_1] roles',
1.6       bisitz   12001: 
                   12002:    'Users in domain with future [_1] roles'
1.93      raeburn  12003: => 'Users in domain with future [_1] roles',
1.6       bisitz   12004: 
                   12005:    'Users in domain with active [_1] roles'
1.93      raeburn  12006: => 'Users in domain with active [_1] roles',
1.6       bisitz   12007: 
                   12008:    'All users in domain'
1.93      raeburn  12009: => 'All users in domain',
1.6       bisitz   12010: 
                   12011:    'All users in domain with [_1] roles'
1.93      raeburn  12012: => 'All users in domain with [_1] roles',
1.6       bisitz   12013: 
                   12014:    'Co-authors in domain with expired [_1] roles'
1.93      raeburn  12015: => 'Co-authors in domain with expired [_1] roles',
1.6       bisitz   12016: 
                   12017:    'Co-authors in domain with future [_1] roles'
1.93      raeburn  12018: => 'Co-authors in domain with future [_1] roles',
1.6       bisitz   12019: 
                   12020:    'Co-authors in domain with active [_1] roles'
1.93      raeburn  12021: => 'Co-authors in domain with active [_1] roles',
1.6       bisitz   12022: 
                   12023:    'All users with co-author roles in domain'
1.93      raeburn  12024: => 'All users with co-author roles in domain',
1.6       bisitz   12025: 
                   12026:    'All co-authors in domain  with [_1] roles'
1.93      raeburn  12027: => 'All co-authors in domain  with [_1] roles',
1.6       bisitz   12028: 
                   12029:    'All courses in domain'
1.93      raeburn  12030: => 'All courses in domain',
1.6       bisitz   12031: 
                   12032:    'Courses in domain with institutional code: [_1]'
1.93      raeburn  12033: => 'Courses in domain with institutional code: [_1]',
1.6       bisitz   12034: 
                   12035:    'Selected courses in domain'
1.93      raeburn  12036: => 'Selected courses in domain',
1.6       bisitz   12037: 
                   12038:    'users with expired [_1] roles'
1.93      raeburn  12039: => 'users with expired [_1] roles',
1.6       bisitz   12040: 
                   12041:    'users with future [_1] roles'
1.93      raeburn  12042: => 'users with future [_1] roles',
1.6       bisitz   12043: 
                   12044:    'users with active [_1] roles'
1.93      raeburn  12045: => 'users with active [_1] roles',
1.6       bisitz   12046: 
                   12047:    'all users'
1.70      zhu      12048: => '所有用户',
1.6       bisitz   12049: 
                   12050:    'users with [_1] roles'
1.70      zhu      12051: => '用户角色"[_1]"',
1.6       bisitz   12052: 
                   12053:    'There are no students to drop.'
1.93      raeburn  12054: => 'There are no students to drop.',
1.6       bisitz   12055: 
                   12056:    'Upload a file containing information about users'
1.70      zhu      12057: => '上传一个包含有用户信息的文件',
1.6       bisitz   12058: 
                   12059:    'Upload file of users'
1.70      zhu      12060: => '上传用户文件',
1.6       bisitz   12061: 
                   12062:    'How do I create a users list from a spreadsheet'
1.70      zhu      12063: => '如何从电子表格建立用户列表',
1.6       bisitz   12064: 
                   12065:    'Unable to enroll users'
1.70      zhu      12066: => '无法注册用户',
1.6       bisitz   12067: 
                   12068:    'Enrolling Users'
1.70      zhu      12069: => '注册用户',
1.6       bisitz   12070: 
                   12071:    'Updating Co-authors'
1.70      zhu      12072: => '更新共同作者',
1.6       bisitz   12073: 
                   12074:    'Adding/Modifying Users'
1.70      zhu      12075: => '添加/修改用户',
1.6       bisitz   12076: 
                   12077:    'Default section name [_1] could not be used as it is a reserved word.'
1.93      raeburn  12078: => 'Default section name [_1] could not be used as it is a reserved word.',
1.6       bisitz   12079: 
                   12080:    'Default section name "[_1]" is the name of a course group. Section names and group names must be distinct.'
1.93      raeburn  12081: => 'Default section name "[_1]" is the name of a course group. 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]" - this is a reserved word.'
1.98      bisitz   12084: => '[_1]: Unable to enroll user [_2] [_3] [_4] [_5] in a section named "[_6]" - this is a reserved word.',
1.6       bisitz   12085: 
                   12086:    '[_1]: Unable to enroll user [_2] [_3] [_4] [_5] in a section named "[_6]" - this is a course group.'
1.98      bisitz   12087: => '[_1]: Unable to enroll user [_2] [_3] [_4] [_5] in a section named "[_6]" - this is a course group.',
1.6       bisitz   12088: 
                   12089:    'Section names and group names must be distinct.'
1.93      raeburn  12090: => 'Section names and group names must be distinct.',
1.6       bisitz   12091: 
                   12092:    '[_1]: Unable to enroll user [_2] [_3] [_4] [_5] in a section named "[_6]".'
1.98      bisitz   12093: => '[_1]: Unable to enroll user [_2] [_3] [_4] [_5] in a section named "[_6]".',
1.6       bisitz   12094: 
                   12095:    'This user already has an active/future student role in the course, unaffiliated to any section.'
1.93      raeburn  12096: => 'This user already has an active/future student role in the course, unaffiliated to any section.',
1.6       bisitz   12097: 
                   12098:    'This user already has an active/future role in section "[_1]" of the course.'
1.93      raeburn  12099: => 'This user already has an active/future role in section "[_1]" of the course.',
1.6       bisitz   12100: 
                   12101:    '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  12102: => '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   12103: 
                   12104:    '[_1]: You do not have permission to add the requested role [_2] for the user.'
1.98      bisitz   12105: => '[_1]: You do not have permission to add the requested role [_2] for the user.',
1.6       bisitz   12106: 
                   12107:    'Allowable role(s) is/are: [_1].'
1.93      raeburn  12108: => 'Allowable role(s) is/are: [_1].',
1.6       bisitz   12109: 
                   12110:    '[_1]: Unable to enroll. No password specified.'
1.98      bisitz   12111: => '[_1]: Unable to enroll. No password specified.',
1.6       bisitz   12112: 
                   12113:    '[_1]: Unable to add co-author. No password specified.'
1.98      bisitz   12114: => '[_1]: Unable to add co-author. No password specified.',
1.6       bisitz   12115: 
                   12116:    '[_1]: Unable to add user. No password specified.'
1.98      bisitz   12117: => '[_1]: Unable to add user. No password specified.',
1.6       bisitz   12118: 
                   12119:    'Processed [quant,_1,user].'
1.101     bisitz   12120: => 'Processed [quant,_1,user].',
1.6       bisitz   12121: 
                   12122:    'Roles added for [quant,_1,user].'
1.93      raeburn  12123: => 'Roles added for [quant,_1,user].',
1.6       bisitz   12124: 
                   12125:    '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  12126: => '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   12127: 
                   12128:    'No roles added'
1.93      raeburn  12129: => 'No roles added',
1.6       bisitz   12130: 
                   12131:    'Authentication changed for [_1] existing users.'
1.93      raeburn  12132: => 'Authentication changed for [_1] existing users.',
1.6       bisitz   12133: 
                   12134:    'Students to Drop'
1.93      raeburn  12135: => 'Students to Drop',
1.6       bisitz   12136: 
                   12137:    'There are no students with current/future access to the course.'
1.93      raeburn  12138: => 'There are no students with current/future access to the course.',
1.6       bisitz   12139: 
                   12140:    '[_1]: Unable to add/modify: [_2]'
1.98      bisitz   12141: => '[_1]: Unable to add/modify: [_2]',
1.6       bisitz   12142: 
                   12143:    '[_1]: Unable to modify authentication: [_2]'
1.98      bisitz   12144: => '[_1]: Unable to modify authentication: [_2]',
1.6       bisitz   12145: 
                   12146:    '[_1]: Unable to add role: [_2]'
1.98      bisitz   12147: => '[_1]: Unable to add role: [_2]',
1.6       bisitz   12148: 
                   12149:    'No change in section assignment (none)'
1.93      raeburn  12150: => 'No change in section assignment (none)',
1.6       bisitz   12151: 
                   12152:    "Revoked role of '[_1]' in [_2] for [_3]"
1.93      raeburn  12153: => "Revoked role of '[_1]' in [_2] for [_3]",
1.6       bisitz   12154: 
                   12155:    "Deleted role of '[_1]' in [_2] for [_3]"
1.93      raeburn  12156: => "Deleted role of '[_1]' in [_2] for [_3]",
1.6       bisitz   12157: 
                   12158:    "Re-enabled role of '[_1]' in [_2] for [_3]"
1.93      raeburn  12159: => "Re-enabled role of '[_1]' in [_2] for [_3]",
1.6       bisitz   12160: 
                   12161:    "Activated role of '[_1]' in [_2] for [_3]"
1.93      raeburn  12162: => "Activated role of '[_1]' in [_2] for [_3]",
1.6       bisitz   12163: 
                   12164:    "Changed Access Dates for role of '[_1]' in [_2] for [_3]"
1.93      raeburn  12165: => "Changed Access Dates for role of '[_1]' in [_2] for [_3]",
1.6       bisitz   12166: 
                   12167:    "Changed section for role of '[_1]' in [_2] for [_3]"
1.93      raeburn  12168: => "Changed section for role of '[_1]' in [_2] for [_3]",
1.6       bisitz   12169: 
                   12170:    "Dropped role of '[_1]' in [_2] for [_3]"
1.93      raeburn  12171: => "Dropped role of '[_1]' in [_2] for [_3]",
1.6       bisitz   12172: 
                   12173:    'Error revoking [_1] in [_2] for [_3]: [_4].'
1.93      raeburn  12174: => 'Error revoking [_1] in [_2] for [_3]: [_4].',
1.6       bisitz   12175: 
                   12176:    'Error deleting [_1] in [_2] for [_3]: [_4].'
1.93      raeburn  12177: => 'Error deleting [_1] in [_2] for [_3]: [_4].',
1.6       bisitz   12178: 
                   12179:    'Error re-enabling [_1] in [_2] for [_3]: [_4].'
1.93      raeburn  12180: => 'Error re-enabling [_1] in [_2] for [_3]: [_4].',
1.6       bisitz   12181: 
                   12182:    'Error activating [_1] in [_2] for [_3]: [_4].'
1.93      raeburn  12183: => 'Error activating [_1] in [_2] for [_3]: [_4].',
1.6       bisitz   12184: 
                   12185:    'Error changing access dates for [_1] in [_2] for [_3]: [_4].'
1.93      raeburn  12186: => 'Error changing access dates for [_1] in [_2] for [_3]: [_4].',
1.6       bisitz   12187: 
                   12188:    'Error changing section for [_1] in [_2] for [_3]: [_4].'
1.93      raeburn  12189: => 'Error changing section for [_1] in [_2] for [_3]: [_4].',
1.6       bisitz   12190: 
                   12191:    'Error dropping [_1] in [_2] for [_3]: [_4].'
1.93      raeburn  12192: => 'Error dropping [_1] in [_2] for [_3]: [_4].',
1.6       bisitz   12193: 
                   12194:    'Revoked role(s) for [quant,_1,user,users,no users].'
1.93      raeburn  12195: => 'Revoked role(s) for [quant,_1,user,users,no users].',
1.6       bisitz   12196: 
                   12197:    'Deleted role(s) for [quant,_1,user,users,no users].'
1.93      raeburn  12198: => 'Deleted role(s) for [quant,_1,user,users,no users].',
1.6       bisitz   12199: 
                   12200:    'Re-enabled role(s) for [quant,_1,user,users,no users].'
1.93      raeburn  12201: => 'Re-enabled role(s) for [quant,_1,user,users,no users].',
1.6       bisitz   12202: 
                   12203:    'Activated role(s) for [quant,_1,user,users,no users].'
1.93      raeburn  12204: => 'Activated role(s) for [quant,_1,user,users,no users].',
1.6       bisitz   12205: 
                   12206:    'Changed Access Dates for role(s) for [quant,_1,user,users,no users].'
1.93      raeburn  12207: => 'Changed Access Dates for role(s) for [quant,_1,user,users,no users].',
1.6       bisitz   12208: 
                   12209:    'Changed section for role(s) for [quant,_1,user,users,no users].'
1.93      raeburn  12210: => 'Changed section for role(s) for [quant,_1,user,users,no users].',
1.6       bisitz   12211: 
                   12212:    'Dropped role(s) for [quant,_1,user,users,no users].'
1.93      raeburn  12213: => 'Dropped role(s) for [quant,_1,user,users,no users].',
1.6       bisitz   12214: 
                   12215:    'Re-enabling will re-activate data for the role.'
1.93      raeburn  12216: => 'Re-enabling will re-activate data for the role.',
1.6       bisitz   12217: 
                   12218:    'Display User Lists'
1.93      raeburn  12219: => 'Display User Lists',
1.6       bisitz   12220: 
                   12221:    'Display current class roster'
1.93      raeburn  12222: => 'Display current class roster',
1.6       bisitz   12223: 
                   12224:    'No section'
1.93      raeburn  12225: => 'No section',
1.6       bisitz   12226: 
                   12227:    'List Users'
1.70      zhu      12228: => '用户列表',
1.6       bisitz   12229: 
                   12230:    'Pick custom role'
1.70      zhu      12231: => '选择自定义角色',
1.6       bisitz   12232: 
                   12233:    'Advanced Role'
1.70      zhu      12234: => '扩展的角色',
1.6       bisitz   12235: 
                   12236:    "Create User Notes, Display all User's Notes, Face-to-Face, Critical Messages, Broadcast Messages"
1.93      raeburn  12237: => "Create User Notes, Display all User's Notes, Face-to-Face, Critical Messages, Broadcast Messages",
1.6       bisitz   12238: 
                   12239:    'Evade communication blocking'
1.93      raeburn  12240: => 'Evade communication blocking',
1.6       bisitz   12241: 
                   12242:    'Generate anonymous statistics'
1.93      raeburn  12243: => 'Generate anonymous statistics',
1.6       bisitz   12244: 
                   12245:    'Modify grade queue'
1.98      bisitz   12246: => 'Modify grade queue',
1.6       bisitz   12247: 
                   12248:    'Grade items in grading queue'
1.93      raeburn  12249: => 'Grade items in grading queue',
1.6       bisitz   12250: 
                   12251:    'Set assessment parameters'
1.98      bisitz   12252: => 'Set assessment parameters',
1.6       bisitz   12253: 
                   12254:    'Advanced printing options (with answers, discussions, all foils, ...)'
1.93      raeburn  12255: => 'Advanced printing options (with answers, discussions, all foils, ...)',
1.6       bisitz   12256: 
                   12257:    'Print for other users and entire course'
1.93      raeburn  12258: => 'Print for other users and entire course',
1.6       bisitz   12259: 
                   12260:    'Get identity behind anonymous postings'
1.93      raeburn  12261: => 'Get identity behind anonymous postings',
1.6       bisitz   12262: 
                   12263:    'View grades'
1.93      raeburn  12264: => 'View grades',
1.6       bisitz   12265: 
                   12266:    "Access to What's New page"
1.70      zhu      12267: => "进入新页",
1.6       bisitz   12268: 
                   12269:    'Upload Users List'
1.70      zhu      12270: => '上传用户列表',
1.6       bisitz   12271: 
                   12272:    'Update Users'
1.70      zhu      12273: => '用户更新',
1.6       bisitz   12274: 
                   12275:    'Create/modify a user'
1.70      zhu      12276: => '创建/修改用户',
1.6       bisitz   12277: 
                   12278:    'Search for a user and modify/add user information or roles'
1.70      zhu      12279: => '搜索用户和修改/添加用户资料或角色',
1.6       bisitz   12280: 
                   12281:    'Add/modify a single user'
1.70      zhu      12282: => '添加/修改一个用户',
1.6       bisitz   12283: 
                   12284:    'Create users or modify the roles and privileges of users'
1.70      zhu      12285: => '创建或修改用户的角色和权限',
1.6       bisitz   12286: 
                   12287:    'Upload a File of Users'
1.70      zhu      12288: => '上传用户文件',
1.6       bisitz   12289: 
1.69      droeschl 12290:    'Add/Modify a User'
1.70      zhu      12291: => '添加/修改用户',
1.6       bisitz   12292: 
                   12293:    'create new user if required'
1.70      zhu      12294: => '如有必要,创建新用户',
1.6       bisitz   12295: 
1.69      droeschl 12296:    'Manage Users'
1.70      zhu      12297: => '管理用户',
1.6       bisitz   12298: 
                   12299:    'Create/Modify user'
1.70      zhu      12300: => '创建/修改用户',
1.6       bisitz   12301: 
                   12302:    'Visible input'
1.70      zhu      12303: => '可见输入',
1.6       bisitz   12304: 
                   12305:    'Currently in use'
1.70      zhu      12306: => '目前正在使用',
1.6       bisitz   12307: 
                   12308:    'Modify this user: [_1]'
1.70      zhu      12309: => '改此用户名: [_1]',
1.6       bisitz   12310: 
                   12311:    'Blank Problem'
1.12      zhu      12312: => '空白问题',
1.6       bisitz   12313: 
                   12314:    'Chemical Reaction Response'
1.70      zhu      12315: => '化学反应',
1.6       bisitz   12316: 
1.76      bisitz   12317:    'Chemical Reaction Response with Hints'
1.93      raeburn  12318: => 'Chemical Reaction Response with Hints', # '化学反应',
1.76      bisitz   12319: 
1.6       bisitz   12320:    'Click-On-Image Problem'
1.70      zhu      12321: => '点击图片',
1.6       bisitz   12322: 
                   12323:    'Curve Plot with Numerical Response'
1.93      raeburn  12324: => 'Curve Plot with Numerical Response',
1.6       bisitz   12325: 
                   12326:    'Custom Response'
1.93      raeburn  12327: => 'Custom Response',
1.76      bisitz   12328: 
                   12329:    'Custom Response with Partial Credit'
1.93      raeburn  12330: => 'Custom Response with Partial Credit',
1.6       bisitz   12331: 
                   12332:    'Data Plot with Numerical Response'
1.93      raeburn  12333: => 'Data Plot with Numerical Response',
1.6       bisitz   12334: 
                   12335:    'Essay Response'
1.18      zhu      12336: => '尝试回答',
1.6       bisitz   12337: 
                   12338:    'Exam Upload Resource'
1.93      raeburn  12339: => 'Exam Upload Resource',
1.6       bisitz   12340: 
                   12341:    'Formula Response using Computer Algebra System'
1.93      raeburn  12342: => 'Formula Response using Computer Algebra System',
1.6       bisitz   12343: 
                   12344:    'Formula Response using Computer Algebra System and Hints'
1.93      raeburn  12345: => 'Formula Response using Computer Algebra System and Hints',
1.6       bisitz   12346: 
1.76      bisitz   12347:    'Formula Response using Computer Algebra System R and Data Plot'
1.93      raeburn  12348: => 'Formula Response using Computer Algebra System R and Data Plot',
1.76      bisitz   12349: 
1.6       bisitz   12350:    'Formula Response with Samples'
1.93      raeburn  12351: => 'Formula Response with Samples',
1.6       bisitz   12352: 
                   12353:    'Unordered Multi-Answer Formula Response Problem'
1.93      raeburn  12354: => 'Unordered Multi-Answer Formula Response Problem',
1.6       bisitz   12355: 
1.76      bisitz   12356:    'Math Response using Computer Algebra System MAXIMA'
1.93      raeburn  12357: => 'Math Response using Computer Algebra System MAXIMA',
1.76      bisitz   12358: 
                   12359:    'Math Response using Computer Algebra System R'
1.93      raeburn  12360: => 'Math Response using Computer Algebra System R',
1.6       bisitz   12361: 
                   12362:    'Math Response using Computer Algebra System and Hints'
1.93      raeburn  12363: => 'Math Response using Computer Algebra System and Hints',
1.6       bisitz   12364: 
                   12365:    'Numerical Response'
1.93      raeburn  12366: => 'Numerical Response',
1.6       bisitz   12367: 
                   12368:    'One of Multiple Answers Numerical Problem'
1.93      raeburn  12369: => 'One of Multiple Answers Numerical Problem',
1.6       bisitz   12370: 
                   12371:    'Option Response - Matching'
1.93      raeburn  12372: => 'Option Response - Matching',
1.6       bisitz   12373: 
                   12374:    'Option Response - Concept Groups'
1.93      raeburn  12375: => 'Option Response - Concept Groups',
1.6       bisitz   12376: 
                   12377:    'Matching Response'
1.93      raeburn  12378: => 'Matching Response',
1.6       bisitz   12379: 
                   12380:    'Option Response - True/False'
1.93      raeburn  12381: => 'Option Response - True/False',
1.6       bisitz   12382: 
                   12383:    'Organic Material Response'
1.93      raeburn  12384: => 'Organic Material Response',
1.6       bisitz   12385: 
1.76      bisitz   12386:    'Organic Material Response with Hint'
1.93      raeburn  12387: => 'Organic Material Response with Hint',
1.76      bisitz   12388: 
1.6       bisitz   12389:    'Radio Button Response'
1.18      zhu      12390: => '单选',
1.6       bisitz   12391: 
                   12392:    'Randomly Labelled Image with Option Response'
1.93      raeburn  12393: => 'Randomly Labelled Image with Option Response',
1.6       bisitz   12394: 
                   12395:    'Rank Response'
1.70      zhu      12396: => '等级制度 (Rank Response)',
1.6       bisitz   12397: 
                   12398:    'String Response'
1.70      zhu      12399: => '文本输入 (String Response)',
1.6       bisitz   12400: 
1.81      bisitz   12401:    'Display catalog of courses and communities'
1.93      raeburn  12402: => '课程目录',
1.6       bisitz   12403: 
                   12404:    'Manage co-authors'
1.18      zhu      12405: => '管理共同作者',
1.6       bisitz   12406: 
                   12407:    'Upload a File of Co-authors'
1.18      zhu      12408: => '上传共同作者的文件',
1.6       bisitz   12409: 
1.69      droeschl 12410:    'Add/Modify a Co-author'
1.79      bisitz   12411: => '添加/修改一个共同的作者',
1.6       bisitz   12412: 
1.69      droeschl 12413:    'Manage Co-authors'
1.79      bisitz   12414: => '管理共同作者',
1.6       bisitz   12415: 
                   12416:    'No courses match the criteria you selected.'
1.18      zhu      12417: => '没有选择相对应的课程。',
1.6       bisitz   12418: 
                   12419:    'Key authority (<tt>id@domain</tt>) if other than course'
1.93      raeburn  12420: => 'Key authority (<tt>id@domain</tt>) if other than course',
1.6       bisitz   12421: 
                   12422:    'New bridgetask file'
1.93      raeburn  12423: => 'New bridgetask file',
1.6       bisitz   12424: 
                   12425:    'Create problem'
1.12      zhu      12426: => '创建问题',
1.6       bisitz   12427: 
                   12428:    'Create library'
1.12      zhu      12429: => '创建图书馆',
1.6       bisitz   12430: 
                   12431:    'Create survey'
1.12      zhu      12432: => '创建调查',
1.6       bisitz   12433: 
                   12434:    'Create task'
1.12      zhu      12435: => '创建任务',
1.6       bisitz   12436: 
                   12437:    'Problem Testing'
1.12      zhu      12438: => '问题测试',
1.6       bisitz   12439: 
                   12440:    "Don't Show Incorect/Correct Feedback"
1.12      zhu      12441: => "不显示不正确/正确的反馈",
1.6       bisitz   12442: 
                   12443:    "Don't Show Any Feedback"
1.12      zhu      12444: => "不显示任何反馈",
1.6       bisitz   12445: 
                   12446:    'Change View'
1.12      zhu      12447: => '更改视图',
1.6       bisitz   12448: 
                   12449:    'Show Default View'
1.12      zhu      12450: => '查看默认视图',
1.6       bisitz   12451: 
                   12452:    '[_1] for [_2] versions.'
1.70      zhu      12453: => '[_1] 的 [_2] 版本。',
1.6       bisitz   12454: 
                   12455:    'Set new preferred languages to '
1.9       zhu      12456: => '首选语言设置为 ',
1.6       bisitz   12457: 
                   12458:    'Reset preferred language.'
1.9       zhu      12459: => '重设的首选语言。',
1.6       bisitz   12460: 
                   12461:    'Set new preferred math display to '
1.93      raeburn  12462: => 'Set new preferred math display to ',
1.6       bisitz   12463: 
                   12464:    'Reset preferred math display.'
1.93      raeburn  12465: => 'Reset preferred math display.',
1.6       bisitz   12466: 
                   12467:    'Set new screenname to '
1.18      zhu      12468: => '在匿名讨论中新的昵称为 ',
1.6       bisitz   12469: 
                   12470:    'Reset screenname.'
1.9       zhu      12471: => '重置昵称。',
1.6       bisitz   12472: 
                   12473:    'Set new nickname to '
1.9       zhu      12474: => '设置新的昵称为 ',
1.6       bisitz   12475: 
                   12476:    'Reset nickname.'
1.9       zhu      12477: => '重设昵称。',
1.6       bisitz   12478: 
                   12479:    'Set menu mode to [_1].'
1.18      zhu      12480: => '设置菜单模式为 [_1]。',
1.6       bisitz   12481: 
                   12482:    'Reset '
1.9       zhu      12483: => '重置',
1.6       bisitz   12484: 
                   12485:    'Set message forwarding to '
1.22      zhu      12486: => '设置邮件转发到 ',
1.6       bisitz   12487: 
                   12488:    "Set message forwarding to 'off'."
1.22      zhu      12489: => "设置邮件转发为'关闭'。",
1.6       bisitz   12490: 
                   12491:    'Set non-critical message notification address(es) to '
1.22      zhu      12492: => '设置非重要的邮件通知地址为 ',
1.6       bisitz   12493: 
                   12494:    "Set non-critical message notification to 'off'."
1.22      zhu      12495: => "设置非重要的邮件通知为'关闭'。",
1.6       bisitz   12496: 
                   12497:    'Set critical message notification address(es) to '
1.22      zhu      12498: => '设置重要的邮件通知地址为 ',
1.6       bisitz   12499: 
                   12500:    "Set critical message notification to 'off'."
1.22      zhu      12501: => "设置重要的邮件通知为'关闭'。",
1.6       bisitz   12502: 
                   12503:    'Set address(es) to receive excerpts with html retained '
1.22      zhu      12504: => '设置保留HTML摘录的地址为 ',
1.6       bisitz   12505: 
                   12506:    'Set notification address to receive excerpts with html stripped.'
1.22      zhu      12507: => '设置接收邮件地址为不保留的HTML摘录。',
1.6       bisitz   12508: 
                   12509:    'Set all notification addresses to receive excerpts with html stripped.'
1.22      zhu      12510: => '设置所有的接收邮件地址为不保留的HTML摘录。',
1.6       bisitz   12511: 
                   12512:    'Set Page Background to '
1.22      zhu      12513: => '设置页面的背景为 ',
1.6       bisitz   12514: 
                   12515:    'Set Header Background to '
1.22      zhu      12516: => '设置页眉背景为 ',
1.6       bisitz   12517: 
                   12518:    'Set Header Border to '
1.22      zhu      12519: => '设置页眉边界为 ',
1.6       bisitz   12520: 
                   12521:    'Set Font to '
1.22      zhu      12522: => '设置字体为 ',
1.6       bisitz   12523: 
                   12524:    'Set Un-Visited Link to '
1.22      zhu      12525: => '设置未访问链接颜色为 ',
1.6       bisitz   12526: 
                   12527:    'Set Visited Link to '
1.22      zhu      12528: => '设置已访问链接颜色为 ',
1.6       bisitz   12529: 
                   12530:    'Set Active Link to '
1.22      zhu      12531: => '设置活动链接颜色为 ',
1.6       bisitz   12532: 
                   12533:    'Reset Page Background'
1.22      zhu      12534: => '重设网页背景',
1.6       bisitz   12535: 
                   12536:    'Reset Header Background'
1.22      zhu      12537: => '重置页眉背景',
1.6       bisitz   12538: 
                   12539:    'Reset Header Border'
1.22      zhu      12540: => '重置页眉边界',
1.6       bisitz   12541: 
                   12542:    'Reset Font.'
1.22      zhu      12543: => '重置字体颜色。',
1.6       bisitz   12544: 
                   12545:    'Reset Un-Visited Link.'
1.22      zhu      12546: => '重置未访问链接颜色。',
1.6       bisitz   12547: 
                   12548:    'Reset Visited Link.'
1.22      zhu      12549: => '重置已访问链接颜色。',
1.6       bisitz   12550: 
                   12551:    'Reset Active Link.'
1.22      zhu      12552: => '重置活动链接颜色。',
1.6       bisitz   12553: 
                   12554:    'Freezing Role: [_1]'
1.22      zhu      12555: => '冻结的角色: [_1]',
1.6       bisitz   12556: 
                   12557:    'Unfreezing Role: [_1]'
1.99      raeburn  12558: => '解冻的角色: [_1] reversed',
1.6       bisitz   12559: 
                   12560:    'No such user: '
1.22      zhu      12561: => '此用户不存在: ',
1.6       bisitz   12562: 
1.49      bisitz   12563:    '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  12564: => '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   12565: 
                   12566:    'Sorry, the token generated when you requested a password reset has expired.'
1.93      raeburn  12567: => 'Sorry, the token generated when you requested a password reset has expired.',
1.6       bisitz   12568: 
                   12569:    'Sorry, the URL generated when you requested reset of your password contained incomplete information.'
1.93      raeburn  12570: => 'Sorry, the URL generated when you requested reset of your password contained incomplete information.',
1.6       bisitz   12571: 
                   12572:    'Page requested in unexpected context'
1.93      raeburn  12573: => 'Page requested in unexpected context',
1.6       bisitz   12574: 
                   12575:    'Invalid username and/or domain'
1.93      raeburn  12576: => 'Invalid username and/or domain',
1.6       bisitz   12577: 
                   12578:    'Username and domain were blank'
1.93      raeburn  12579: => 'Username and domain were blank',
1.6       bisitz   12580: 
                   12581:    'Authentication type for this user can not be changed by this mechanism'
1.93      raeburn  12582: => 'Authentication type for this user can not be changed by this mechanism',
1.6       bisitz   12583: 
                   12584:    'One or more password fields were blank'
1.93      raeburn  12585: => 'One or more password fields were blank',
1.6       bisitz   12586: 
                   12587:    'Please log out and try again.'
1.93      raeburn  12588: => 'Please log out and try again.',
1.6       bisitz   12589: 
                   12590:    'Please try again later.'
1.93      raeburn  12591: => 'Please try again later.',
1.6       bisitz   12592: 
                   12593:    'Unable to retrieve saved token for password decryption'
1.93      raeburn  12594: => 'Unable to retrieve saved token for password decryption',
1.6       bisitz   12595: 
                   12596:    'Could not verify current authentication.'
1.93      raeburn  12597: => 'Could not verify current authentication.',
1.6       bisitz   12598: 
                   12599:    'The new passwords you entered do not match.'
1.93      raeburn  12600: => 'The new passwords you entered do not match.',
1.6       bisitz   12601: 
                   12602:    'Passwords must be a minimum of 7 characters long.'
1.93      raeburn  12603: => 'Passwords must be a minimum of 7 characters long.',
1.6       bisitz   12604: 
                   12605:    'The password you entered contained illegal characters.'
1.93      raeburn  12606: => 'The password you entered contained illegal characters.',
1.6       bisitz   12607: 
                   12608:    'Valid characters are'
1.93      raeburn  12609: => 'Valid characters are',
1.6       bisitz   12610: 
1.21      raeburn  12611:    'The password for [_1] was successfully changed.'
1.22      zhu      12612: => '[_1] 的密码已成功更改。',
1.6       bisitz   12613: 
1.21      raeburn  12614:    'The password for [_1] was not changed.'
1.93      raeburn  12615: => 'The password for [_1] was not changed.',
1.6       bisitz   12616: 
                   12617:    'In discussions: only new posts will be displayed.'
1.93      raeburn  12618: => 'In discussions: only new posts will be displayed.',
1.6       bisitz   12619: 
                   12620:    'In discussions: all posts will be displayed.'
1.93      raeburn  12621: => 'In discussions: all posts will be displayed.',
1.6       bisitz   12622: 
1.111   ! bisitz   12623:    'In discussions: new posts will cease to be identified as "NEW" after display.'
        !          12624: => 'In discussions: new posts will cease to be identified as "NEW" after display.',
1.6       bisitz   12625: 
1.104     raeburn  12626:    'In discussions: posts will be identified as "NEW" until marked as not "NEW".'
                   12627: => 'In discussions: posts will be identified as "NEW" until marked as not "NEW".',
1.6       bisitz   12628: 
                   12629:    'The e-mail address entered in row '
1.22      zhu      12630: => '电子邮件地址输入行 ',
1.6       bisitz   12631: 
                   12632:    'The e-mail address you entered'
1.22      zhu      12633: => '您输入的电子邮件地址',
1.6       bisitz   12634: 
                   12635:    'is not a valid e-mail address'
1.22      zhu      12636: => '不是一个有效的电子邮件地址',
1.6       bisitz   12637: 
                   12638:    'Title for the Uploaded Score'
1.93      raeburn  12639: => 'Title for the Uploaded Score',
1.6       bisitz   12640: 
                   12641:    'Title for the Page'
1.56      zhu      12642: => '标题页',
1.6       bisitz   12643: 
                   12644:    'Title for the Problem'
1.56      zhu      12645: => '问题的标题',
1.6       bisitz   12646: 
                   12647:    'Title for the Drop Box'
1.93      raeburn  12648: => 'Title for the Drop Box',
1.6       bisitz   12649: 
                   12650:    'Title for the Bulletin Board'
1.56      zhu      12651: => '公告栏的标题',
1.6       bisitz   12652: 
                   12653:    'Not a valid user:domain'
1.56      zhu      12654: => '不是有效的用户:域',
1.6       bisitz   12655: 
                   12656:    'Please enter both user and domain in the format user:domain'
1.56      zhu      12657: => '请输入用户和域,格式为 用户:域',
1.6       bisitz   12658: 
1.25      bisitz   12659:    'Personal Information Page of '
1.93      raeburn  12660: => 'Personal Information Page of ',
1.6       bisitz   12661: 
                   12662:    'No info'
1.93      raeburn  12663: => 'No info',
1.6       bisitz   12664: 
                   12665:    'No user information available'
1.93      raeburn  12666: => 'No user information available',
1.6       bisitz   12667: 
                   12668:    'The new directory name was changed from [_1] to [_2].'
1.93      raeburn  12669: => 'The new directory name was changed from [_1] to [_2].',
1.6       bisitz   12670: 
                   12671:    'Unable to create a directory named'
1.93      raeburn  12672: => 'Unable to create a directory named',
1.6       bisitz   12673: 
                   12674:    'A file or directory by that name already exists.'
1.93      raeburn  12675: => 'A file or directory by that name already exists.',
1.6       bisitz   12676: 
                   12677:    'Allowing others to retrieve file: [_1]'
1.93      raeburn  12678: => 'Allowing others to retrieve file: [_1]',
1.6       bisitz   12679: 
                   12680:    '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  12681: => '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   12682: 
                   12683:    'Public files are available to anyone without the need for login.'
1.98      bisitz   12684: => 'Public files are available to anyone without the need for login.',
1.6       bisitz   12685: 
                   12686:    'Passphrase-protected files do not require log-in, but will require the viewer to enter the passphrase you set.'
1.93      raeburn  12687: => 'Passphrase-protected files do not require log-in, but will require the viewer to enter the passphrase you set.',
1.6       bisitz   12688: 
                   12689:    'A listing of files viewable without log-in is available at: '
1.93      raeburn  12690: => 'A listing of files viewable without log-in is available at: ',
1.6       bisitz   12691: 
                   12692:    "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  12693: => "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   12694: 
                   12695:    "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  12696: => "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   12697: 
                   12698:    'Conditional access controls for file: [_1]'
1.93      raeburn  12699: => 'Conditional access controls for file: [_1]',
1.6       bisitz   12700: 
                   12701:    'Help on setting up share access'
1.93      raeburn  12702: => 'Help on setting up share access',
1.6       bisitz   12703: 
                   12704:    'Help on changing settings'
1.93      raeburn  12705: => 'Help on changing settings',
1.6       bisitz   12706: 
                   12707:    'Help on removing share access'
1.93      raeburn  12708: => 'Help on removing share access',
1.6       bisitz   12709: 
                   12710:    'Public access: [_1]'
1.98      bisitz   12711: => 'Public access: [_1]',
1.6       bisitz   12712: 
                   12713:    'Dates available'
1.12      zhu      12714: => '能够使用的日期',
1.6       bisitz   12715: 
                   12716:    'Passphrase-protected access: [_1]'
1.93      raeburn  12717: => 'Passphrase-protected access: [_1]',
1.6       bisitz   12718: 
                   12719:    'Passphrase'
1.93      raeburn  12720: => 'Passphrase',
1.6       bisitz   12721: 
                   12722:    'Conditional access: [_1]'
1.93      raeburn  12723: => 'Conditional access: [_1]',
1.6       bisitz   12724: 
                   12725:    'You have previously set [_1] conditional access controls.'
1.93      raeburn  12726: => 'You have previously set [_1] conditional access controls.',
1.6       bisitz   12727: 
                   12728:    'Change Conditions'
1.93      raeburn  12729: => 'Change Conditions',
1.6       bisitz   12730: 
                   12731:    'Add conditional access'
1.93      raeburn  12732: => 'Add conditional access',
1.6       bisitz   12733: 
                   12734:    'based on domain, username, or course affiliation.'
1.93      raeburn  12735: => 'based on domain, username, or course affiliation.',
1.6       bisitz   12736: 
                   12737:    '[_1]-based conditional access: '
1.98      bisitz   12738: => '[_1]-based conditional access: ',
1.6       bisitz   12739: 
                   12740:    'conditions'
1.93      raeburn  12741: => 'conditions',
1.6       bisitz   12742: 
                   12743:    'condition'
1.93      raeburn  12744: => 'condition',
1.6       bisitz   12745: 
                   12746:    'Action?'
1.93      raeburn  12747: => 'Action?',
1.6       bisitz   12748: 
                   12749:    'Allowed [_1] member affiliations'
1.93      raeburn  12750: => 'Allowed [_1] member affiliations', # ???
1.6       bisitz   12751: 
                   12752:    'No [_1]-based conditions defined.'
1.93      raeburn  12753: => 'No [_1]-based conditions defined.',
1.6       bisitz   12754: 
                   12755:    'Type of change'
1.98      bisitz   12756: => 'Type of change',
1.6       bisitz   12757: 
                   12758:    'Access control'
1.93      raeburn  12759: => 'Access control',
1.6       bisitz   12760: 
                   12761:    'Additional information'
1.93      raeburn  12762: => 'Additional information',
1.6       bisitz   12763: 
                   12764:    'A problem occurred deleting access controls: [_1]'
1.93      raeburn  12765: => 'A problem occurred deleting access controls: [_1]',
1.6       bisitz   12766: 
                   12767:    'A problem occurred saving access control settings: [_1]'
1.93      raeburn  12768: => 'A problem occurred saving access control settings: [_1]',
1.6       bisitz   12769: 
                   12770:    'opened folder'
1.93      raeburn  12771: => 'opened folder',
1.6       bisitz   12772: 
                   12773:    'closed folder'
1.93      raeburn  12774: => 'closed folder',
1.6       bisitz   12775: 
                   12776:    'Passphrase-protected'
1.22      zhu      12777: => '密码保护',
1.6       bisitz   12778: 
                   12779:    'Conditional'
1.93      raeburn  12780: => 'Conditional',
1.6       bisitz   12781: 
                   12782:    'An error occurred ([_1]) while trying to delete [_2].'
1.93      raeburn  12783: => 'An error occurred ([_1]) while trying to delete [_2].',
1.6       bisitz   12784: 
                   12785:    'File: [_1] deleted.'
1.22      zhu      12786: => '文件 [_1] 已删除。',
1.6       bisitz   12787: 
                   12788:    'An error occurred ([_1]) while trying to delete access controls for the file.'
1.93      raeburn  12789: => 'An error occurred ([_1]) while trying to delete access controls for the file.',
1.6       bisitz   12790: 
                   12791:    'Access controls also deleted for the file.'
1.93      raeburn  12792: => 'Access controls also deleted for the file.',
1.6       bisitz   12793: 
                   12794:    'Error: no valid filename was provided to rename to.'
1.93      raeburn  12795: => 'Error: no valid filename was provided to rename to.',
1.6       bisitz   12796: 
                   12797:    'An error occurred ([_1]) while trying to rename [_2] to [_3]'
1.93      raeburn  12798: => 'An error occurred ([_1]) while trying to rename [_2] to [_3]',
1.6       bisitz   12799: 
1.109     bisitz   12800:    'The new filename was changed from:<br />[_1] to [_2]'
                   12801: => 'The new filename was changed from:<br />[_1] to [_2]',
1.6       bisitz   12802: 
                   12803:    'An error occurred ([_1]) while trying to delete access control records for the old name.'
1.93      raeburn  12804: => 'An error occurred ([_1]) while trying to delete access control records for the old name.',
1.6       bisitz   12805: 
                   12806:    'An error occurred ([_1]) while trying to upload [_2].'
1.93      raeburn  12807: => 'An error occurred ([_1]) while trying to upload [_2].',
1.6       bisitz   12808: 
                   12809:    'An error occurred (dir) ([_1]) while trying to delete [_2].'
1.93      raeburn  12810: => 'An error occurred (dir) ([_1]) while trying to delete [_2].',
1.6       bisitz   12811: 
                   12812:    'An error occurred ([_1]) while trying to upload [_2] for embedded element [_3].'
1.93      raeburn  12813: => 'An error occurred ([_1]) while trying to upload [_2] for embedded element [_3].',
1.6       bisitz   12814: 
                   12815:    'An error occurred ([_1]) while trying to create a new directory [_2].'
1.93      raeburn  12816: => 'An error occurred ([_1]) while trying to create a new directory [_2].',
1.6       bisitz   12817: 
                   12818:    'Access controls updated to reflect the name change.'
1.93      raeburn  12819: => 'Access controls updated to reflect the name change.',
1.6       bisitz   12820: 
                   12821:    'Conditional files are accessible to logged-in users with accounts in the LON-CAPA network, who satisfy the conditions you set.'
1.93      raeburn  12822: => 'Conditional files are accessible to logged-in users with accounts in the LON-CAPA network, who satisfy the conditions you set.',
1.6       bisitz   12823: 
                   12824:    'The conditions can include affiliation with a particular course, or a user account in a specific domain.'
1.93      raeburn  12825: => 'The conditions can include affiliation with a particular course, or a user account in a specific domain.',
1.6       bisitz   12826: 
                   12827:    'Alternatively access can be granted to people with specific LON-CAPA usernames and domains.'
1.93      raeburn  12828: => 'Alternatively access can be granted to people with specific LON-CAPA usernames and domains.',
1.6       bisitz   12829: 
                   12830:    'Current access controls defined for this file:'
1.93      raeburn  12831: => 'Current access controls defined for this file:',
1.6       bisitz   12832: 
                   12833:    'No access control settings currently exist for this file.'
1.93      raeburn  12834: => 'No access control settings currently exist for this file.',
1.6       bisitz   12835: 
                   12836:    'Deleted'
1.93      raeburn  12837: => 'Deleted',
1.6       bisitz   12838: 
                   12839:    'No end date'
1.22      zhu      12840: => '无结束日期',
1.6       bisitz   12841: 
                   12842:    'Start: '
1.22      zhu      12843: => '开始: ',
1.6       bisitz   12844: 
                   12845:    'End: '
1.22      zhu      12846: => '结束: ',
1.6       bisitz   12847: 
                   12848:    'Domains: '
1.22      zhu      12849: => '域: ',
1.6       bisitz   12850: 
                   12851:    'Users: '
1.22      zhu      12852: => '用户: ',
1.6       bisitz   12853: 
                   12854:    'New control(s) added'
1.93      raeburn  12855: => 'New control(s) added',
1.6       bisitz   12856: 
                   12857:    'Existing control(s) deleted'
1.93      raeburn  12858: => 'Existing control(s) deleted',
1.6       bisitz   12859: 
                   12860:    'Existing control(s) modified'
1.93      raeburn  12861: => 'Existing control(s) modified',
1.6       bisitz   12862: 
                   12863:    'Add new <b>[_1]-based</b> access control for portfolio file: <b>[_2]</b>'
1.93      raeburn  12864: => 'Add new <b>[_1]-based</b> access control for portfolio file: <b>[_2]</b>',
1.6       bisitz   12865: 
                   12866:    'Display all access settings for this file'
1.93      raeburn  12867: => 'Display all access settings for this file',
1.6       bisitz   12868: 
                   12869:    'Add a roles-based condition'
1.93      raeburn  12870: => 'Add a roles-based condition',
1.6       bisitz   12871: 
                   12872:    'New role-based condition'
1.93      raeburn  12873: => 'New role-based condition',
1.6       bisitz   12874: 
                   12875:    "Format for users' username:domain information:"
1.93      raeburn  12876: => "Format for users' username:domain information:", # ??? -> portfolio.pm
1.6       bisitz   12877: 
                   12878:    'Add new [_1] condition(s)?'
1.93      raeburn  12879: => 'Add new [_1] condition(s)?',
1.6       bisitz   12880: 
                   12881:    'Number to add: '
1.93      raeburn  12882: => 'Number to add: ',
1.6       bisitz   12883: 
                   12884:    'Select roles, course status, section(s) and group(s) for users who will be able to access the portfolio file.'
1.93      raeburn  12885: => 'Select roles, course status, section(s) and group(s) for users who will be able to access the portfolio file.',
1.6       bisitz   12886: 
1.88      bisitz   12887:    'Course status'
                   12888: => 'Course status', # '[_1] 状态',
1.6       bisitz   12889: 
                   12890:    'Files selected from other directories:'
1.93      raeburn  12891: => 'Files selected from other directories:',
1.6       bisitz   12892: 
                   12893:    'Unable to upload [_1]. (size = [_2] kilobytes). Disk quota will be exceeded.'
1.98      bisitz   12894: => 'Unable to upload [_1]. (size = [_2] kilobytes). Disk quota will be exceeded.',
1.6       bisitz   12895: 
                   12896:    'Unable to upload [_1]. A locked file by that name was found in [_2].'
1.99      raeburn  12897: => 'Unable to upload [_1]. A locked file by that name was found in [_2].',
1.6       bisitz   12898: 
                   12899:    'You will be able to rename or delete existing [_1] after a grade has been assigned.'
1.93      raeburn  12900: => 'You will be able to rename or delete existing [_1] after a grade has been assigned.',
1.6       bisitz   12901: 
                   12902:    'Unable to upload [_1]. A file by that name was found in [_2].'
1.99      raeburn  12903: => 'Unable to upload [_1]. A file by that name was found in [_2].',
1.6       bisitz   12904: 
                   12905:    'To upload, rename or delete existing [_1] in [_2].'
1.93      raeburn  12906: => 'To upload, rename or delete existing [_1] in [_2].', # ???
1.6       bisitz   12907: 
                   12908:    'Rename [_1] to [_2]?'
1.99      raeburn  12909: => 'Rename [_1] to [_2]?',
1.6       bisitz   12910: 
                   12911:    'Reference Warning'
1.93      raeburn  12912: => 'Reference Warning',
1.6       bisitz   12913: 
                   12914:    '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  12915: => '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   12916: 
                   12917:    'Please select the locations from which the referenced files are to be uploaded.'
1.93      raeburn  12918: => 'Please select the locations from which the referenced files are to be uploaded.',
1.6       bisitz   12919: 
                   12920:    'Delete [_1]?'
1.12      zhu      12921: => '删除 [_1]?',
1.6       bisitz   12922: 
                   12923:    'Edit Portfolio File Catalog Information'
1.12      zhu      12924: => '编辑组合文件的目录信息',
1.6       bisitz   12925: 
                   12926:    'Edit Group Portfolio File Catalog Information'
1.12      zhu      12927: => '编辑组组合文件的目录信息',
1.6       bisitz   12928: 
                   12929:    'Update'
1.12      zhu      12930: => '更新',
1.6       bisitz   12931: 
                   12932:    'domains'
1.12      zhu      12933: => '域',
1.6       bisitz   12934: 
                   12935:    'users'
1.12      zhu      12936: => '用户',
1.6       bisitz   12937: 
                   12938:    'Access'
1.93      raeburn  12939: => 'Access',
1.6       bisitz   12940: 
                   12941:    'Conditional: domain-based'
1.93      raeburn  12942: => 'Conditional: domain-based',
1.6       bisitz   12943: 
                   12944:    'Conditional: user-based'
1.93      raeburn  12945: => 'Conditional: user-based',
1.6       bisitz   12946: 
                   12947:    'Conditional: course-based'
1.93      raeburn  12948: => 'Conditional: course-based',
1.6       bisitz   12949: 
                   12950:    '[_1] was submitted in response to problem: [_2]'
1.99      raeburn  12951: => '[_1] was submitted in response to problem: [_2]',
1.6       bisitz   12952: 
                   12953:    '[_1] was handed back in response to problem: [_2]'
1.98      bisitz   12954: => '[_1] was handed back in response to problem: [_2]',
1.6       bisitz   12955: 
                   12956:    'In the course:'
1.93      raeburn  12957: => 'In the course:',
1.6       bisitz   12958: 
                   12959:    'Back'
1.12      zhu      12960: => '返回',
1.6       bisitz   12961: 
                   12962:    'Error: no directory name was provided.'
1.12      zhu      12963: => '错误:没有输入目录名称。',
1.6       bisitz   12964: 
                   12965:    'Unable to create a directory named [_1].'
1.12      zhu      12966: => '无法创建目录名 [_1]。',
1.6       bisitz   12967: 
                   12968:    'Action disallowed'
1.12      zhu      12969: => '不允许行动',
1.6       bisitz   12970: 
                   12971:    'You do not have sufficient privileges to [_1]'
1.12      zhu      12972: => '您没有足够权限 [_1]',
1.6       bisitz   12973: 
                   12974:    'upload files'
1.12      zhu      12975: => '上传文件',
1.6       bisitz   12976: 
                   12977:    'delete files'
1.12      zhu      12978: => '删除文件',
1.6       bisitz   12979: 
                   12980:    'rename files'
1.12      zhu      12981: => '重命名文件',
1.6       bisitz   12982: 
                   12983:    'set access controls for files'
1.12      zhu      12984: => '设置访问控制文件',
1.6       bisitz   12985: 
                   12986:    "in the group's file repository."
1.93      raeburn  12987: => "in the group's file repository.",
1.6       bisitz   12988: 
                   12989:    'in this portfolio.'
1.12      zhu      12990: => '在这个组区。',
1.6       bisitz   12991: 
                   12992:    'You do not have the privileges required to access the shared files space for this group.'
1.12      zhu      12993: => '您没有权限访问该组的共享文件。',
1.6       bisitz   12994: 
                   12995:    'Not a valid group for this course'
1.12      zhu      12996: => '本课程里不是一个有效的组',
1.6       bisitz   12997: 
                   12998:    'Group files for [_1]'
1.12      zhu      12999: => '[_1] 组的组文件 ',
1.6       bisitz   13000: 
                   13001:    'Invalid group'
1.12      zhu      13002: => '无效组',
1.6       bisitz   13003: 
                   13004:    'No file was selected to upload.'
1.12      zhu      13005: => '没有文件被选中上传。',
1.6       bisitz   13006: 
                   13007:    'To upload a file, click <strong>Browse...</strong> and select a file, then click <strong>Upload</strong>.'
1.12      zhu      13008: => '要上传文件,请点击<strong>浏览... </strong>,并选择一个文件,然后点击<strong>上传</strong> 。',
1.6       bisitz   13009: 
                   13010:    'Edit the meta data'
1.12      zhu      13011: => '编辑元数据',
1.6       bisitz   13012: 
                   13013:    'Pick functionality'
1.12      zhu      13014: => '选择功能',
1.6       bisitz   13015: 
                   13016:    'Functionality to display/modify'
1.12      zhu      13017: => '功能显示/修改',
1.6       bisitz   13018: 
                   13019:    'You must select at least one functionality type to display.'
1.12      zhu      13020: => '您必须至少选择一个功能型。',
1.6       bisitz   13021: 
                   13022:    'Default color schemes'
1.12      zhu      13023: => '默认颜色方案',
1.6       bisitz   13024: 
                   13025:    'Log-in page options'
1.12      zhu      13026: => '登录页面选项',
1.6       bisitz   13027: 
                   13028:    'Default authentication/language/timezone'
1.12      zhu      13029: => '默认的身份验证/语言/时区',
1.6       bisitz   13030: 
                   13031:    'Default quotas for user portfolios'
1.93      raeburn  13032: => 'Default quotas for user portfolios',
1.6       bisitz   13033: 
                   13034:    'Auto-update settings'
1.12      zhu      13035: => '设置自动更新',
1.6       bisitz   13036: 
                   13037:    'Institutional directory searches'
1.93      raeburn  13038: => 'Institutional directory searches',
1.6       bisitz   13039: 
                   13040:    'User creation'
                   13041: => '创建用户',
                   13042: 
                   13043:    'User modification'
                   13044: => '用户设置',
                   13045: 
1.103     bisitz   13046:    'Bubblesheet format file'
                   13047: => 'Bubblesheet format file',
1.6       bisitz   13048: 
                   13049:    'Cataloging of courses'
1.12      zhu      13050: => '课程目录',
1.6       bisitz   13051: 
                   13052:    'Display options'
1.12      zhu      13053: => '显示选项',
1.6       bisitz   13054: 
                   13055:    'Display using: '
1.93      raeburn  13056: => 'Display using: ',
1.6       bisitz   13057: 
                   13058:    'one column'
1.12      zhu      13059: => '一列',
1.6       bisitz   13060: 
                   13061:    'two columns'
1.12      zhu      13062: => '两列',
1.6       bisitz   13063: 
                   13064:    'Changes made:'
1.93      raeburn  13065: => 'Changes made:',
1.6       bisitz   13066: 
                   13067:    'Back to configuration display'
1.93      raeburn  13068: => 'Back to configuration display',
1.6       bisitz   13069: 
                   13070:    'No changes made to log-in page settings'
1.93      raeburn  13071: => 'No changes made to log-in page settings',
1.6       bisitz   13072: 
                   13073:    'Support Request'
1.93      raeburn  13074: => 'Support Request',
1.6       bisitz   13075: 
                   13076:    'Do <b>not</b> use this form to ask questions about course content.'
1.93      raeburn  13077: => 'Do <b>not</b> use this form to ask questions about course content.',
1.6       bisitz   13078: 
                   13079:    'Contact your instructor instead.'
1.93      raeburn  13080: => 'Contact your instructor instead.',
1.6       bisitz   13081: 
                   13082:    'Cc'
1.12      zhu      13083: => '抄送',
1.6       bisitz   13084: 
                   13085:    'Your e-mail address'
1.27      zhu      13086: => '您的E-Mail地址',
1.6       bisitz   13087: 
                   13088:    'Search and Enroll'
1.27      zhu      13089: => '搜索和注册',
1.6       bisitz   13090: 
                   13091:    'Search or Add New User'
1.27      zhu      13092: => '搜索或添加新用户',
1.6       bisitz   13093: 
                   13094:    'No username and/or domain provided.'
1.93      raeburn  13095: => 'No username and/or domain provided.',
1.6       bisitz   13096: 
                   13097:    'No match was found for the username ([_1]) in LON-CAPA domain: [_2]'
1.93      raeburn  13098: => 'No match was found for the username ([_1]) in LON-CAPA domain: [_2]',
1.6       bisitz   13099: 
                   13100:    'Submit a request to the LON-CAPA [_1]helpdesk[_2] for [_3] if you require assistance.'
1.93      raeburn  13101: => 'Submit a request to the LON-CAPA [_1]helpdesk[_2] for [_3] if you require assistance.',
1.6       bisitz   13102: 
1.85      bisitz   13103:    'Problems occurred in creating the new Excel file.'
1.93      raeburn  13104: => 'Problems occurred in creating the new Excel file.',
1.85      bisitz   13105: 
                   13106:    'Problems occurred in creating the output file.'
1.93      raeburn  13107: => 'Problems occurred in creating the output file.',
1.85      bisitz   13108: 
                   13109:    'Problems occurred in writing the CSV file.'
1.93      raeburn  13110: => 'Problems occurred in writing the CSV file.',
1.6       bisitz   13111: 
1.85      bisitz   13112:    'This error has been logged.'
1.93      raeburn  13113: => 'This error has been logged.',
1.6       bisitz   13114: 
1.85      bisitz   13115:    'Please alert your LON-CAPA administrator.'
1.93      raeburn  13116: => 'Please alert your LON-CAPA administrator.',
1.6       bisitz   13117: 
                   13118:    'Records [_1]'
1.93      raeburn  13119: => 'Records [_1]', # ???
1.6       bisitz   13120: 
                   13121:    'Filter [_1]'
                   13122: => 'Filter [_1]',
                   13123: 
                   13124:    'Under you current role you are not permitted to change login settings for this user'
1.93      raeburn  13125: => 'Under you current role you are not permitted to change login settings for this user',
1.6       bisitz   13126: 
                   13127:    'History'
1.55      zhu      13128: => '历史',
1.6       bisitz   13129: 
                   13130:    'Part '
1.55      zhu      13131: => '部分 ',
1.6       bisitz   13132: 
                   13133:    'Transaction [_1]'
1.93      raeburn  13134: => 'Transaction [_1]', # ???
1.6       bisitz   13135: 
                   13136:    'Nothing submitted - no attempts.'
1.93      raeburn  13137: => 'Nothing submitted - no attempts.',
1.6       bisitz   13138: 
                   13139:    'No data.'
1.93      raeburn  13140: => 'No data.',
1.6       bisitz   13141: 
                   13142:    'Open in a new window'
1.93      raeburn  13143: => 'Open in a new window',
1.6       bisitz   13144: 
                   13145:    'Revoke user roles'
1.93      raeburn  13146: => 'Revoke user roles',
1.6       bisitz   13147: 
                   13148:    'Delete user roles'
1.93      raeburn  13149: => 'Delete user roles',
1.6       bisitz   13150: 
                   13151:    'Re-enable expired user roles'
1.93      raeburn  13152: => 'Re-enable expired user roles',
1.6       bisitz   13153: 
                   13154:    'Make future user roles active now'
1.93      raeburn  13155: => 'Make future user roles active now',
1.6       bisitz   13156: 
                   13157:    'Change starting/ending dates'
1.93      raeburn  13158: => 'Change starting/ending dates',
1.6       bisitz   13159: 
                   13160:    'Change section associated with user roles'
1.93      raeburn  13161: => 'Change section associated with user roles',
1.6       bisitz   13162: 
                   13163:    'Modify existing user: '
1.70      zhu      13164: => '修改现有的用户: ',
1.6       bisitz   13165: 
                   13166:    'Enroll one student'
1.70      zhu      13167: => '注册一名学生',
1.6       bisitz   13168: 
                   13169:    'Enroll one student: '
1.70      zhu      13170: => '注册一名学生: ',
1.6       bisitz   13171: 
                   13172:    'Existing Roles'
1.55      zhu      13173: => '现有的角色',
1.6       bisitz   13174: 
1.40      bisitz   13175:    'Existing Roles in this Course'
1.70      zhu      13176: => '课程中现有的角色',
1.40      bisitz   13177: 
                   13178:    'Existing Co-Author Roles in your Construction Space'
1.93      raeburn  13179: => 'Existing Co-Author Roles in your Construction Space',
1.40      bisitz   13180: 
                   13181:    'Existing Roles in this Domain'
1.70      zhu      13182: => '在该域中现有的角色',
1.40      bisitz   13183: 
1.6       bisitz   13184:    'Text-based Interface Login'
1.93      raeburn  13185: => 'Text-based Interface Login',
1.6       bisitz   13186: 
                   13187:    'Select Accessibility Options'
1.93      raeburn  13188: => 'Select Accessibility Options',
1.6       bisitz   13189: 
                   13190:    'Suppress rendering of images'
1.93      raeburn  13191: => 'Suppress rendering of images',
1.6       bisitz   13192: 
                   13193:    'Suppress Java applets'
1.55      zhu      13194: => '禁止Java小程序',
1.6       bisitz   13195: 
                   13196:    'Suppress rendering of embedded multimedia'
1.93      raeburn  13197: => 'Suppress rendering of embedded multimedia',
1.6       bisitz   13198: 
                   13199:    'Increase font size'
1.55      zhu      13200: => '放大字体',
1.6       bisitz   13201: 
                   13202:    'Switch to black and white mode'
1.55      zhu      13203: => '切换到黑白模式',
1.6       bisitz   13204: 
                   13205:    'Remember these settings for next login'
1.55      zhu      13206: => '下次登录时记住这些设置',
1.6       bisitz   13207: 
                   13208:    'You are already logged in!'
1.55      zhu      13209: => '您已经登录!',
1.6       bisitz   13210: 
                   13211:    'You are already logged in'
1.55      zhu      13212: => '您已经登录!',
1.6       bisitz   13213: 
                   13214:    'Please either [_1]continue the current session[_2] or [_3]logout[_4].'
1.55      zhu      13215: => '您的选择:[_1]继续当前的会话[_2]或者[_3]退出[_4]。',
1.6       bisitz   13216: 
                   13217:    'Login problems?'
1.9       zhu      13218: => '无法登录?',
1.6       bisitz   13219: 
                   13220:    'Reset password'
1.9       zhu      13221: => '重设密码',
1.6       bisitz   13222: 
                   13223:    'Reset forgotten LON-CAPA password'
1.55      zhu      13224: => '重置 LON-CAPA 密码',
1.6       bisitz   13225: 
1.89      bisitz   13226:    '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      13227: => '如果您使用相同的帐户的其他校园服务除了LON-CAPA, (例如,电子邮件,课程注册等) ,一个单独的中央管理机制可以重置密码。然而,如果您的帐户只是用于LON-CAPA访问,您可以从这个网页重置密码。',
1.6       bisitz   13228: 
                   13229:    'Three conditions must be met:'
1.55      zhu      13230: => '三个条件必须满足:',
1.6       bisitz   13231: 
                   13232:    'An e-mail address must have previously been associated with your LON-CAPA username.'
1.55      zhu      13233: => '必须有一个电子邮件地址与您的LON-CAPA用户联系在一起的。',
1.6       bisitz   13234: 
                   13235:    'You must be able to access e-mail sent to that address.'
1.55      zhu      13236: => '您必须能访问即将发送的电子邮件地址。',
1.6       bisitz   13237: 
                   13238:    'Your LON-CAPA account must be of a type for which LON-CAPA can reset a password.'
1.55      zhu      13239: => '您 LON-CAPA 帐户必须是一个类型为 LON-CAPA 可以重置密码。',
1.6       bisitz   13240: 
                   13241:    'Thank you for your request to reset the password for your LON-CAPA account.'
1.55      zhu      13242: => '感谢您要求重设 LON-CAPA 帐户的密码 。',
1.6       bisitz   13243: 
                   13244:    'Email address in LON-CAPA'
1.93      raeburn  13245: => 'Email address in LON-CAPA',
1.6       bisitz   13246: 
1.55      zhu      13247:    'E-mail address in LON-CAPA'
1.93      raeburn  13248: => 'E-mail address in LON-CAPA',
1.55      zhu      13249: 
1.6       bisitz   13250:    'The username you provided was not verified as a valid username in the LON-CAPA system for the [_1] domain.'
1.56      zhu      13251: => '您提供的用户名不是有效的用户名在 LON-CAPA 系统在该[_1]域。',
1.6       bisitz   13252: 
                   13253:    'Please [_1]go back[_2] and try again.'
1.55      zhu      13254: => '请[_1]返回[_2] ,然后再试一次。',
1.6       bisitz   13255: 
                   13256:    'The e-mail address you provided does not appear to be a valid address.'
1.56      zhu      13257: => '您提供的电子邮件地址不是一个有效的地址。',
1.6       bisitz   13258: 
                   13259:    'A valid e-mail address was not located in the LON-CAPA system for the username and domain you provided.'
1.56      zhu      13260: => '您提供的用户名和域在 LON-CAPA 系统中没有找到一个有效的电子邮件地址。',
1.6       bisitz   13261: 
                   13262:    'The username you provided uses an authentication type which can not be reset directly via LON-CAPA.'
1.56      zhu      13263: => '您提供的用户名使用的身份验证类型,不能直接通过 LON-CAPA 重置密码。',
1.6       bisitz   13264: 
1.41      bisitz   13265:    'You may wish to contact the [_1]LON-CAPA helpdesk[_2] for the [_3].'
1.56      zhu      13266: => '您不妨联系[_2]的[_3]的[_1] LON-CAPA 求助。',
1.6       bisitz   13267: 
                   13268:    'You may wish to send an e-mail to the server administrator: [_1] for [_2].' # 1: e-mail, 2: domain
1.98      bisitz   13269: => '您不妨给服务器管理员发送电子邮件: [_1]的[_2] 。',
1.6       bisitz   13270: 
                   13271:    'Assigning yourself a co-author or assistant co-author role in your own author area in Construction Space is not permitted'
1.93      raeburn  13272: => 'Assigning yourself a co-author or assistant co-author role in your own author area in Construction Space is not permitted',
1.6       bisitz   13273: 
                   13274:    'Owner(s)'
1.93      raeburn  13275: => 'Owner(s)',
1.6       bisitz   13276: 
                   13277:    'Practice Problem'
1.56      zhu      13278: => '练习题',
1.6       bisitz   13279: 
                   13280:    'Submissions are not permanently recorded'
1.93      raeburn  13281: => 'Submissions are not permanently recorded',
1.6       bisitz   13282: 
                   13283:    'Submissions to practice problems are not permanently recorded.'
1.93      raeburn  13284: => 'Submissions to practice problems are not permanently recorded.',
1.6       bisitz   13285: 
                   13286:    'not graded'
1.93      raeburn  13287: => 'not graded',
1.6       bisitz   13288: 
                   13289:    'Course initialization preference'
1.93      raeburn  13290: => 'Course initialization preference',
1.6       bisitz   13291: 
                   13292:    'Choose which page will be displayed when you enter this course after selecting a role.'
1.93      raeburn  13293: => 'Choose which page will be displayed when you enter this course after selecting a role.',
1.6       bisitz   13294: 
                   13295:    'Current value is determined by'
1.93      raeburn  13296: => 'Current value is determined by',
1.6       bisitz   13297: 
                   13298:    'and is set to display'
1.93      raeburn  13299: => 'and is set to display',
1.6       bisitz   13300: 
                   13301:    'Page display controlled by'
1.93      raeburn  13302: => 'Page display controlled by',
1.6       bisitz   13303: 
                   13304:    'If'
1.93      raeburn  13305: => 'If',
1.6       bisitz   13306: 
                   13307:    'Choose course entry'
1.93      raeburn  13308: => 'Choose course entry',
1.6       bisitz   13309: 
                   13310:    'Modify course entry'
1.93      raeburn  13311: => 'Modify course entry',
1.6       bisitz   13312: 
                   13313:    '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  13314: => '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   13315: 
                   13316:    '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  13317: => '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   13318: 
                   13319:    "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  13320: => "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   13321: 
                   13322:    'Setting optional privileges for specific group members'
1.57      zhu      13323: => '对具体组成员设置可选的权限',
1.6       bisitz   13324: 
                   13325:    'As no group tools will be made available to users, there are no specific user privileges to set.'
1.93      raeburn  13326: => 'As no group tools will be made available to users, there are no specific user privileges to set.',
1.6       bisitz   13327: 
                   13328:    'Create group'
1.12      zhu      13329: => '创建组',
1.6       bisitz   13330: 
                   13331:    'The value you entered for the quota for the file repository in this group contained invalid characters, so it has been set to 0 Mb. You can change this by modifying the group settings.'
1.93      raeburn  13332: => 'The value you entered for the quota for the file repository in this group contained invalid characters, so it has been set to 0 Mb. You can change this by modifying the group settings.',
1.6       bisitz   13333: 
                   13334:    'The value you entered for the quota for the file repository in this group exceeded the maximum possible value, so it has been set to [_1] Mb (the maximum possible value).'
1.93      raeburn  13335: => 'The value you entered for the quota for the file repository in this group exceeded the maximum possible value, so it has been set to [_1] Mb (the maximum possible value).',
1.6       bisitz   13336: 
                   13337:    'A problem occurred when creating folders for the new group [_1]:'
1.93      raeburn  13338: => 'A problem occurred when creating folders for the new group [_1]:',
1.6       bisitz   13339: 
                   13340:    'Group [_1] was created.'
1.12      zhu      13341: => '组 [_1] 已创建。',
1.6       bisitz   13342: 
                   13343:    'E-mail Address'
1.93      raeburn  13344: => 'E-mail Address',
1.6       bisitz   13345: 
                   13346:    'Closes '
1.93      raeburn  13347: => 'Closes ',
1.6       bisitz   13348: 
                   13349:    '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  13350: => '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   13351: 
                   13352:    '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  13353: => '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   13354: 
                   13355:    '[quant,_1,day]'
1.99      raeburn  13356: => '[quant,_1,day]',
1.6       bisitz   13357: 
                   13358:    '[quant,_1,hour]'
1.99      raeburn  13359: => '[quant,_1,hour]',
1.6       bisitz   13360: 
                   13361:    '[quant,_1,minute]'
1.99      raeburn  13362: => '[quant,_1,minute]',
1.6       bisitz   13363: 
                   13364:    '[quant,_1,second]'
1.99      raeburn  13365: => '[quant,_1,second]',
1.6       bisitz   13366: 
                   13367:    'Start Timer?'
1.93      raeburn  13368: => 'Start Timer?',
1.6       bisitz   13369: 
                   13370:    'Sign up for time to work.'
1.93      raeburn  13371: => 'Sign up for time to work.',
1.6       bisitz   13372: 
                   13373:    'Requesting Another Worktime'
1.93      raeburn  13374: => 'Requesting Another Worktime',
1.6       bisitz   13375: 
                   13376:    'No available times.'
1.93      raeburn  13377: => 'No available times.',
1.6       bisitz   13378: 
                   13379:    'Return to last resource'
1.93      raeburn  13380: => 'Return to last resource',
1.6       bisitz   13381: 
                   13382:    'My Courses'
1.9       zhu      13383: => '我的课程',
1.6       bisitz   13384: 
                   13385:    '[_1] parts'
1.99      raeburn  13386: => '[_1] parts',
1.6       bisitz   13387: 
                   13388:    'Part: [_1]'
1.27      zhu      13389: => '部分: [_1]',
1.6       bisitz   13390: 
                   13391:    'New Discussion'
1.12      zhu      13392: => '新的讨论',
1.6       bisitz   13393: 
                   13394:    'New Email'
1.12      zhu      13395: => '新的 E-Mail',
1.6       bisitz   13396: 
                   13397:    'New Error'
1.12      zhu      13398: => '新的错误',
1.6       bisitz   13399: 
                   13400:    '(randomly select [_1])'
1.98      bisitz   13401: => '(randomly select [_1])',
1.6       bisitz   13402: 
                   13403:    '(randomly ordered)'
1.98      bisitz   13404: => '(randomly ordered)',
1.6       bisitz   13405: 
                   13406:    'No course selected'
1.93      raeburn  13407: => 'No course selected',
1.6       bisitz   13408: 
                   13409:    'Open '
1.98      bisitz   13410: => 'Open ',
1.6       bisitz   13411: 
                   13412:    'Having technical difficulties; please check status later'
1.93      raeburn  13413: => 'Having technical difficulties; please check status later',
1.6       bisitz   13414: 
                   13415:    'Answer open'
1.93      raeburn  13416: => 'Answer open',
1.6       bisitz   13417: 
                   13418:    'Yes, and show correct answer if they exceed the maximum number of tries.'
1.93      raeburn  13419: => 'Yes, and show correct answer if they exceed the maximum number of tries.',
1.6       bisitz   13420: 
                   13421:    "No, don't show correct/incorrect feedback."
1.93      raeburn  13422: => "No, don't show correct/incorrect feedback.",
1.6       bisitz   13423: 
                   13424:    'No, show no feedback at all.'
1.93      raeburn  13425: => 'No, show no feedback at all.',
1.6       bisitz   13426: 
                   13427:    'single part'
1.93      raeburn  13428: => 'single part',
1.6       bisitz   13429: 
                   13430:    'Course Page'
1.36      zhu      13431: => '课程页面',
1.6       bisitz   13432: 
                   13433:    'Unable to set "number unread posts display" to [_1] due to [_2].'
1.98      bisitz   13434: => 'Unable to set "number unread posts display" to [_1] due to [_2].',
1.6       bisitz   13435: 
                   13436:    'Current value is [_1].'
1.36      zhu      13437: => '当前的值是 [_1].',
1.6       bisitz   13438: 
                   13439:    'Unable to set interval to [_1] due to [_2].'
1.93      raeburn  13440: => 'Unable to set interval to [_1] due to [_2].',
1.6       bisitz   13441: 
                   13442:    'Changes to threshold(s) for problem tracking:'
1.93      raeburn  13443: => 'Changes to threshold(s) for problem tracking:',
1.6       bisitz   13444: 
                   13445:    'Set threshold for [_1] to [_2]'
1.36      zhu      13446: => '对于 [_1] 到 [_2] 的临界值',
1.6       bisitz   13447: 
                   13448:    'Set the default page to be displayed when you select a course role'
1.36      zhu      13449: => '设置默认页, 显示您选择的课程的角色',
1.6       bisitz   13450: 
                   13451:    '(Currently: [_1])'
1.36      zhu      13452: => '(现在: [_1])',
1.6       bisitz   13453: 
                   13454:    "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   13455: => "在课程中为您的课程的全局的用户首选项设置可以覆盖个别的课程设置,通过特定的课程设置[_1]What's New page[_2]。",
1.6       bisitz   13456: 
                   13457:    'Display the [_1]first resource[_2] in the course.'
1.36      zhu      13458: => '显示课程中的[_1]第一资源[_2]。',
1.6       bisitz   13459: 
                   13460:    "Display the [_1]What's New page[_2] - a summary of items in the course which require attention."
1.36      zhu      13461: => "显示 [_1]What's New page[_2] - 课程中的内容概述需要被注意。",
1.6       bisitz   13462: 
                   13463:    'Default now set'
1.93      raeburn  13464: => 'Default now set',
1.6       bisitz   13465: 
                   13466:    'when you select a course role from the roles screen'
1.93      raeburn  13467: => 'when you select a course role from the roles screen',
1.6       bisitz   13468: 
                   13469:    'you will be taken to the start of the course.'
1.93      raeburn  13470: => 'you will be taken to the start of the course.',
1.6       bisitz   13471: 
                   13472:    'a page will be displayed that lists items in the course that may require action from you.'
1.93      raeburn  13473: => 'a page will be displayed that lists items in the course that may require action from you.',
1.6       bisitz   13474: 
                   13475:    "Display the What's New page listing course action items"
1.93      raeburn  13476: => "Display the What's New page listing course action items",
1.6       bisitz   13477: 
                   13478:    'Go to the start of the course'
1.93      raeburn  13479: => 'Go to the start of the course',
1.6       bisitz   13480: 
                   13481:    'now'
1.93      raeburn  13482: => 'now',
1.6       bisitz   13483: 
                   13484:    'No official courses to display for [_1].'
1.93      raeburn  13485: => 'No official courses to display for [_1].',
1.6       bisitz   13486: 
                   13487:    '(Month - Day - Year)'
1.13      zhu      13488: => '(月 - 日 - 年)',
1.6       bisitz   13489: 
                   13490:    'Month[_1]Day[_2]Year'
1.13      zhu      13491: => '月[_1]日[_2]年',
1.6       bisitz   13492: 
                   13493:    '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  13494: => '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   13495: 
                   13496:    'Skipping'
1.93      raeburn  13497: => 'Skipping',
1.6       bisitz   13498: 
                   13499:    'Notifying host'
1.93      raeburn  13500: => 'Notifying host', # ???
1.6       bisitz   13501: 
                   13502:    'Back to Catalog Information'
1.18      zhu      13503: => '返回到目录信息',
1.6       bisitz   13504: 
                   13505:    ' at '
1.101     bisitz   13506: => ' at ',
1.6       bisitz   13507: 
                   13508:    "Computer's answer is incorrect ([_1])."
1.93      raeburn  13509: => "Computer's answer is incorrect ([_1]).",
1.6       bisitz   13510: 
                   13511:    'It is likely that the tolerance range [_1] or significant figures [_2] need to be adjusted.'
1.93      raeburn  13512: => 'It is likely that the tolerance range [_1] or significant figures [_2] need to be adjusted.',
1.6       bisitz   13513: 
                   13514:    'It is likely that the tolerance range [_1] needs to be adjusted.'
1.93      raeburn  13515: => 'It is likely that the tolerance range [_1] needs to be adjusted.',
1.6       bisitz   13516: 
                   13517:    'Submission Record'
1.93      raeburn  13518: => 'Submission Record',
1.6       bisitz   13519: 
                   13520:    'Set/Change grades'
1.93      raeburn  13521: => 'Set/Change grades',
1.6       bisitz   13522: 
                   13523:    'View of the problem'
1.93      raeburn  13524: => 'View of the problem',
1.6       bisitz   13525: 
                   13526:    'Assign Grades'
1.93      raeburn  13527: => 'Assign Grades',
1.6       bisitz   13528: 
                   13529:    'Save &amp; Next'
1.18      zhu      13530: => '保存并继续',
1.6       bisitz   13531: 
                   13532:    '[_1]student(s)'
1.22      zhu      13533: => '[_1]学生',
1.6       bisitz   13534: 
                   13535:    '(Next and Previous (student) do not save the scores.)'
1.99      raeburn  13536: => '(Next and Previous (student) do not save the scores.)',
1.6       bisitz   13537: 
                   13538:    'LON-CAPA User Message'
1.22      zhu      13539: => 'LON-CAPA 用户邮件',
1.6       bisitz   13540: 
1.105     raeburn  13541:    '[_1]Message:[_2] No more students for this section or class.'
                   13542: => '[_1]Message:[_2] No more students for this section or class.',
1.6       bisitz   13543: 
                   13544:    'Click on the button below to return to the grading menu.'
1.93      raeburn  13545: => 'Click on the button below to return to the grading menu.',
1.6       bisitz   13546: 
                   13547:    'Group files'
1.12      zhu      13548: => '组文件',
1.6       bisitz   13549: 
                   13550:    'One group portfolio file is available.'
1.93      raeburn  13551: => 'One group portfolio file is available.',
1.6       bisitz   13552: 
                   13553:    'One portfolio file owned by [_1] is available.'
1.93      raeburn  13554: => 'One portfolio file owned by [_1] is available.',
1.6       bisitz   13555: 
                   13556:    'A total of [_1] group portfolio files are available.'
1.93      raeburn  13557: => 'A total of [_1] group portfolio files are available.',
1.6       bisitz   13558: 
                   13559:    'A total of [_1] portfolio files owned by [_2] are available'
1.93      raeburn  13560: => 'A total of [_1] portfolio files owned by [_2] are available',
1.6       bisitz   13561: 
                   13562:    '[quant,_1,file is,files are] publicly accessible.'
1.93      raeburn  13563: => '[quant,_1,file is,files are] publicly accessible.',
1.6       bisitz   13564: 
                   13565:    '[quant,_1,file requires,files require] a passphrase for access.'
1.98      bisitz   13566: => '[quant,_1,file requires,files require] a passphrase for access.',
1.6       bisitz   13567: 
                   13568:    'Group Portfolio files'
1.12      zhu      13569: => '组组合文件',
1.6       bisitz   13570: 
                   13571:    'Viewable portfolio files.'
1.12      zhu      13572: => '可见组合文件。',
1.6       bisitz   13573: 
                   13574:    'Viewable portfolio files'
1.12      zhu      13575: => '可见组合文件',
1.6       bisitz   13576: 
                   13577:    'Viewable group portfolio files'
1.12      zhu      13578: => '可见组组合文件',
1.6       bisitz   13579: 
                   13580:    'Display file listing'
1.36      zhu      13581: => '显示文件列表',
1.6       bisitz   13582: 
                   13583:    'Portfolio files for [_1]'
1.36      zhu      13584: => '[_1] 的组合文件',
1.6       bisitz   13585: 
                   13586:    'File access type: '
1.36      zhu      13587: => '文件访问类型: ',
1.6       bisitz   13588: 
                   13589:    'Update display'
1.36      zhu      13590: => '更新显示',
1.6       bisitz   13591: 
                   13592:    'Course Information page'
1.36      zhu      13593: => '课程资料页',
1.6       bisitz   13594: 
                   13595:    'Information about [_1]'
1.36      zhu      13596: => '关于 [_1] 的消息',
1.6       bisitz   13597: 
                   13598:    'There are no available files of the specified access type: [_1]'
1.36      zhu      13599: => '没有提供文件的指定访问类型: [_1]',
1.6       bisitz   13600: 
                   13601:    'File Type Displayed: [_1]'
1.36      zhu      13602: => '显示文件类型: [_1]',
1.6       bisitz   13603: 
                   13604:    'All file types'
1.36      zhu      13605: => '所有文件类型',
1.6       bisitz   13606: 
                   13607:    'The resource depends on another resource with variable filename, i.e., [_1].'
1.93      raeburn  13608: => 'The resource depends on another resource with variable filename, i.e., [_1].',
1.6       bisitz   13609: 
                   13610:    'You likely need to explicitly allow access to all possible dependencies using the [_1]-tag.'
1.93      raeburn  13611: => 'You likely need to explicitly allow access to all possible dependencies using the [_1]-tag.',
1.6       bisitz   13612: 
                   13613:    'Add Selection for:'
1.93      raeburn  13614: => 'Add Selection for:',
1.6       bisitz   13615: 
1.65      zhu      13616:    'Selected Parameters:'
1.93      raeburn  13617: => 'Selected Parameters:',
1.63      zhu      13618: 
1.65      zhu      13619:    'Show detailed Parameter Selection'
1.93      raeburn  13620: => 'Show detailed Parameter Selection',
1.63      zhu      13621: 
1.65      zhu      13622: # Resource Parameters - Start
1.63      zhu      13623: 
1.65      zhu      13624:    'Problem Opening Date (opendate)'
                   13625: => '问题开始日期 (opendate)',
1.6       bisitz   13626: 
                   13627:    'Problem Opening Date'
1.12      zhu      13628: => '问题开始日期',
1.6       bisitz   13629: 
1.65      zhu      13630:    'Problem Due Date (duedate)'
                   13631: => '问题截止日期 (duedate)',
                   13632: 
1.6       bisitz   13633:    'Problem Due Date'
1.12      zhu      13634: => '问题截止日期',
1.6       bisitz   13635: 
1.65      zhu      13636:    'Problem Answer Date (answerdate)'
                   13637: => '问题答案日期 (answerdate)',
                   13638: 
1.6       bisitz   13639:    'Problem Answer Date'
1.12      zhu      13640: => '问题答案日期',
1.6       bisitz   13641: 
1.65      zhu      13642:    'Time-Limit (interval)'
                   13643: => '期限 (interval)',
                   13644: 
1.6       bisitz   13645:    'Time-Limit'
1.12      zhu      13646: => '期限',
1.6       bisitz   13647: 
1.65      zhu      13648:    'Weight (weight)'
1.93      raeburn  13649: => 'Weight (weight)',
1.65      zhu      13650: 
1.6       bisitz   13651:    'Weight'
1.93      raeburn  13652: => 'Weight',
1.6       bisitz   13653: 
1.65      zhu      13654:    'Maximum Number of Tries (maxtries)'
1.93      raeburn  13655: => 'Maximum Number of Tries (maxtries)',
1.65      zhu      13656: 
1.6       bisitz   13657:    'Maximum Number of Tries'
1.93      raeburn  13658: => 'Maximum Number of Tries',
1.6       bisitz   13659: 
1.65      zhu      13660:    'Number of Tries before hints appear (hinttries)'
1.93      raeburn  13661: => 'Number of Tries before hints appear (hinttries)',
1.65      zhu      13662: 
1.6       bisitz   13663:    'Number of Tries before hints appear'
1.93      raeburn  13664: => 'Number of Tries before hints appear',
1.6       bisitz   13665: 
1.56      zhu      13666:    'Content Opening Date (contentopen)'
1.61      bisitz   13667: => '内容开放日期 (contentopen)',
                   13668: 
1.56      zhu      13669:    'Content Due Date (contentclose)'
1.61      bisitz   13670: => '内容关闭日期 (contentclose)',
1.56      zhu      13671: 
1.63      zhu      13672:    'Content Opening Date'
                   13673: => '内容开放日期',
1.6       bisitz   13674: 
                   13675:    'Content Close Date'
1.18      zhu      13676: => '内容关闭日期',
1.6       bisitz   13677: 
1.65      zhu      13678:    'Question Type (type)'
                   13679: => '问题类型 (type)',
                   13680: 
1.6       bisitz   13681:    'Question Type'
1.18      zhu      13682: => '问题类型',
1.6       bisitz   13683: 
1.65      zhu      13684:    'Show Problem Status (problemstatus)'
1.93      raeburn  13685: => 'Show Problem Status (problemstatus)',
1.65      zhu      13686: 
1.6       bisitz   13687:    'Show Problem Status'
1.18      zhu      13688: => '查看问题状态',
1.6       bisitz   13689: 
1.65      zhu      13690:    'Resource Hidden from Students (hiddenresource)'
1.93      raeburn  13691: => 'Resource Hidden from Students (hiddenresource)',
1.65      zhu      13692: 
1.6       bisitz   13693:    'Resource Hidden from Students'
1.93      raeburn  13694: => 'Resource Hidden from Students',
1.65      zhu      13695: 
                   13696:    'Resource hidden from students (hiddenresource)'
1.93      raeburn  13697: => 'Resource hidden from students (hiddenresource)',
1.65      zhu      13698: 
                   13699:    'Resource hidden from students'
1.93      raeburn  13700: => 'Resource hidden from students',
1.65      zhu      13701: 
                   13702:    'List of hidden parts (hiddenparts)'
1.93      raeburn  13703: => 'List of hidden parts (hiddenparts)',
1.6       bisitz   13704: 
                   13705:    'List of hidden parts'
1.93      raeburn  13706: => 'List of hidden parts', # ???
1.6       bisitz   13707: 
1.65      zhu      13708:    'Part Description (display)'
1.93      raeburn  13709: => 'Part Description (display)',
1.65      zhu      13710: 
1.6       bisitz   13711:    'Part Description'
1.93      raeburn  13712: => 'Part Description',
1.6       bisitz   13713: 
1.65      zhu      13714:    'Show Parts One-at-a-Time (ordered)'
1.93      raeburn  13715: => 'Show Parts One-at-a-Time (ordered)',
1.65      zhu      13716: 
1.6       bisitz   13717:    'Show Parts One-at-a-Time'
1.93      raeburn  13718: => 'Show Parts One-at-a-Time',
1.6       bisitz   13719: 
1.65      zhu      13720:    'Numerical Tolerance (tol)'
1.93      raeburn  13721: => 'Numerical Tolerance (tol)',
1.65      zhu      13722: 
1.6       bisitz   13723:    'Numerical Tolerance'
1.93      raeburn  13724: => 'Numerical Tolerance',
1.6       bisitz   13725: 
1.65      zhu      13726:    'Significant Digits (sig)'
1.93      raeburn  13727: => 'Significant Digits (sig)',
1.65      zhu      13728: 
1.6       bisitz   13729:    'Significant Digits'
1.93      raeburn  13730: => 'Significant Digits',
1.6       bisitz   13731: 
1.65      zhu      13732:    'Show Units - Disable Entry (turnoffunit)'
1.93      raeburn  13733: => 'Show Units - Disable Entry (turnoffunit)',
1.65      zhu      13734: 
1.6       bisitz   13735:    'Show Units - Disable Entry'
1.93      raeburn  13736: => 'Show Units - Disable Entry', # ???
1.6       bisitz   13737: 
1.65      zhu      13738:    'Discussion End Time (discussend)'
1.93      raeburn  13739: => 'Discussion End Time (discussend)',
1.65      zhu      13740: 
1.6       bisitz   13741:    'Discussion End Time'
1.93      raeburn  13742: => 'Discussion End Time',
1.6       bisitz   13743: 
1.65      zhu      13744:    'Hide Closed Discussion (discusshide)'
1.93      raeburn  13745: => 'Hide Closed Discussion (discusshide)',
1.65      zhu      13746: 
1.6       bisitz   13747:    'Hide Closed Discussion'
1.93      raeburn  13748: => 'Hide Closed Discussion',
1.6       bisitz   13749: 
1.65      zhu      13750:    'Randomly Order Resources (randomorder)'
1.93      raeburn  13751: => 'Randomly Order Resources (randomorder)',
1.65      zhu      13752: 
1.6       bisitz   13753:    'Randomly Order Resources'
1.93      raeburn  13754: => 'Randomly Order Resources',
1.6       bisitz   13755: 
1.65      zhu      13756:    'Randomly pick number of resources (randompick)'
1.93      raeburn  13757: => 'Randomly pick number of resources (randompick)',
1.65      zhu      13758: 
                   13759:    'Do not show plain URL (encrypturl)'
1.93      raeburn  13760: => 'Do not show plain URL (encrypturl)',
1.6       bisitz   13761: 
                   13762:    'Do not show plain URL'
1.93      raeburn  13763: => 'Do not show plain URL',
1.6       bisitz   13764: 
1.65      zhu      13765:    'Slots of availability (available)'
1.93      raeburn  13766: => 'Slots of availability (available)',
1.65      zhu      13767: 
1.6       bisitz   13768:    'Slots of availability'
1.93      raeburn  13769: => 'Slots of availability',
1.6       bisitz   13770: 
1.65      zhu      13771:    'CSS file to link (cssfile)'
1.93      raeburn  13772: => 'CSS file to link (cssfile)',
1.65      zhu      13773: 
1.6       bisitz   13774:    'CSS file to link'
1.93      raeburn  13775: => 'CSS file to link',
1.6       bisitz   13776: 
1.65      zhu      13777:    'Use slot based access controls (useslots)'
1.93      raeburn  13778: => 'Use slot based access controls (useslots)',
1.65      zhu      13779: 
1.6       bisitz   13780:    'Use slot based access controls'
1.93      raeburn  13781: => 'Use slot based access controls',
1.6       bisitz   13782: 
1.101     bisitz   13783:    'Client IP/Name Access Control (acc)'
1.93      raeburn  13784: => 'Client IP/Name Access Control (acc)',
1.65      zhu      13785: 
1.6       bisitz   13786:    'Client IP/Name Access Control'
1.93      raeburn  13787: => 'Client IP/Name Access Control',
1.6       bisitz   13788: 
1.65      zhu      13789:    'Resource alias name for conditions (mapalias)'
1.93      raeburn  13790: => 'Resource alias name for conditions (mapalias)',
1.65      zhu      13791: 
1.6       bisitz   13792:    'Resource alias name for conditions'
1.93      raeburn  13793: => 'Resource alias name for conditions',
1.6       bisitz   13794: 
1.65      zhu      13795:    'Slots of availability selected by student (availablestudent)'
1.93      raeburn  13796: => 'Slots of availability selected by student (availablestudent)',
1.65      zhu      13797: 
1.6       bisitz   13798:    'Slots of availability selected by student'
1.93      raeburn  13799: => 'Slots of availability selected by student',
1.65      zhu      13800: 
                   13801:    'Hide buttons from students (buttonshide)'
1.93      raeburn  13802: => 'Hide buttons from students (buttonshide)',
1.6       bisitz   13803: 
                   13804:    'Hide buttons from students'
1.93      raeburn  13805: => 'Hide buttons from students', # ???
1.65      zhu      13806: 
                   13807:    'Hide DragMath-Editor (turnoffeditor)'
1.93      raeburn  13808: => 'Hide DragMath-Editor (turnoffeditor)',
1.6       bisitz   13809: 
                   13810:    'Hide DragMath-Editor'
1.93      raeburn  13811: => 'Hide DragMath-Editor',
1.6       bisitz   13812: 
1.65      zhu      13813:    'Maximum Number of Collaborators (maxcollaborators)'
1.93      raeburn  13814: => 'Maximum Number of Collaborators (maxcollaborators)',
1.65      zhu      13815: 
1.6       bisitz   13816:    'Maximum Number of Collaborators'
1.93      raeburn  13817: => 'Maximum Number of Collaborators',
1.6       bisitz   13818: 
1.65      zhu      13819:    'Allowed File Extensions for Uploaded Files (uploadedfiletypes)'
1.93      raeburn  13820: => 'Allowed File Extensions for Uploaded Files (uploadedfiletypes)',
1.65      zhu      13821: 
1.6       bisitz   13822:    'Allowed File Extensions for Uploaded Files'
1.93      raeburn  13823: => 'Allowed File Extensions for Uploaded Files',
1.6       bisitz   13824: 
1.65      zhu      13825:    'Hand Graded (handgrade)'
1.93      raeburn  13826: => 'Hand Graded (handgrade)',
1.65      zhu      13827: 
1.6       bisitz   13828:    'Hand Graded'
1.93      raeburn  13829: => 'Hand Graded',
1.6       bisitz   13830: 
1.65      zhu      13831:    'Number of bubbles in exam mode (numbubbles)'
                   13832: => '考试模式中的一些复选框 (numbubbles)',
                   13833: 
1.6       bisitz   13834:    'Number of bubbles in exam mode'
1.12      zhu      13835: => '考试模式中的一些复选框',
1.6       bisitz   13836: 
1.65      zhu      13837:    'Format for display of score (scoreformat)'
                   13838: => '评分显示格式 (scoreformat)',
                   13839: 
1.6       bisitz   13840:    'Format for display of score'
1.12      zhu      13841: => '评分显示格式',
1.6       bisitz   13842: 
1.65      zhu      13843:    'Max. Cumulative Size (MB) for Submitted Files (maxfilesize)'
                   13844: => '最大(MB)累积提交文件 (maxfilesize)',
                   13845: 
                   13846:    'Max. Cumulative Size (MB) for Submitted Files'
                   13847: => '最大(MB)累积提交文件',
                   13848: 
                   13849:    'Max. cumulative size (MB) for submitted files (maxfilesize)'
                   13850: => '最大(MB)累积提交文件 (maxfilesize)',
1.61      bisitz   13851: 
1.65      zhu      13852:    'Max. cumulative size (MB) for submitted files'
                   13853: => '最大(MB)累积提交文件',
1.63      zhu      13854: # Resource Parameters - End
1.61      bisitz   13855: 
1.65      zhu      13856: # Resource Parameter Categories - Start
                   13857:    'Problem Appearance'
1.93      raeburn  13858: => 'Problem Appearance',
1.65      zhu      13859: 
                   13860:    'Time Settings'
1.93      raeburn  13861: => 'Time Settings',
1.65      zhu      13862: 
                   13863:    'High Level Randomization'
1.98      bisitz   13864: => 'High Level Randomization',
1.65      zhu      13865: 
                   13866:    'Hiding'
1.93      raeburn  13867: => 'Hiding',
1.65      zhu      13868: 
                   13869:    'Behaviour of Input Fields'
1.93      raeburn  13870: => 'Behaviour of Input Fields',
1.65      zhu      13871: 
                   13872:    'Slots'
                   13873: => 'Slots',
                   13874: 
                   13875:    'File Submission'
1.93      raeburn  13876: => 'File Submission',
1.65      zhu      13877: # Resource Parameters Categories - End
1.6       bisitz   13878: 
                   13879:    'New LON-CAPA [_1] ID: [_2]'
1.12      zhu      13880: => '新的 LON-CAPA-[_1]-ID: [_2]',
1.6       bisitz   13881: 
                   13882:    'Not available'
1.12      zhu      13883: => '不详',
1.6       bisitz   13884: 
                   13885:    'Post Announcement'
1.12      zhu      13886: => '提交通知',
1.6       bisitz   13887: 
                   13888:    'The folder name: "[_1]" is already in use for an existing folder.'
1.10      zhu      13889: => '文件夹名称: "[_1]" 已经在现有的文件夹中。',
1.6       bisitz   13890: 
                   13891:    'The folder name: "[_1]" is already used for one of the folders automatically generated by the system.'
1.10      zhu      13892: => '文件夹名称: "[_1]" 已经用于一个文件夹自动生成系统。',
1.6       bisitz   13893: 
                   13894:    'Error - could not obtain lock on email folders record.'
1.93      raeburn  13895: => 'Error - could not obtain lock on email folders record.',
1.6       bisitz   13896: 
                   13897:    'The folder "[_1]" may not be deleted'
1.93      raeburn  13898: => 'The folder "[_1]" may not be deleted',
1.6       bisitz   13899: 
                   13900:    'The folder "[_1]" does not exist so deletion is not required.'
1.93      raeburn  13901: => 'The folder "[_1]" does not exist so deletion is not required.',
1.6       bisitz   13902: 
                   13903:    'The folder "[_1]" contains messages so it may not be deleted.'
1.22      zhu      13904: => '该文件夹“[_1]”包含有信息,因此不能删除。',
1.6       bisitz   13905: 
                   13906:    'Delete or move the messages to a different folder first.'
1.93      raeburn  13907: => 'Delete or move the messages to a different folder first.',
1.6       bisitz   13908: 
                   13909:    'The folder "[_1]" may not be renamed to "[_2]" as the new name you requested is an invalid name.'
1.93      raeburn  13910: => 'The folder "[_1]" may not be renamed to "[_2]" as the new name you requested is an invalid name.',
1.6       bisitz   13911: 
                   13912:    '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  13913: => '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   13914: 
                   13915:    '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  13916: => '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   13917: 
                   13918:    'The folder "[_1]" could not be renamed to "[_2]" because the folder does not exist.'
1.93      raeburn  13919: => 'The folder "[_1]" could not be renamed to "[_2]" because the folder does not exist.',
1.6       bisitz   13920: 
                   13921:    'Warning: failed to release lock for counter'
1.93      raeburn  13922: => 'Warning: failed to release lock for counter',
1.6       bisitz   13923: 
                   13924:    'Warning: failed to release lock for folder: [_1].'
1.93      raeburn  13925: => 'Warning: failed to release lock for folder: [_1].',
1.6       bisitz   13926: 
                   13927:    'Error uploading new folder.'
1.93      raeburn  13928: => 'Error uploading new folder.',
1.6       bisitz   13929: 
                   13930:    'Error reading contents of parent folder.'
1.93      raeburn  13931: => 'Error reading contents of parent folder.',
1.6       bisitz   13932: 
                   13933:    'Error saving updated parent folder.'
1.93      raeburn  13934: => 'Error saving updated parent folder.',
1.6       bisitz   13935: 
                   13936:    'Parameters not set for [_1] because the resource was not recognized as part of the course.'
1.101     bisitz   13937: => 'Parameters not set for [_1] because the resource was not recognized as part of the course.',
1.6       bisitz   13938: 
                   13939:    'Message not moved, Attempted to move message to the same folder as it already is in.'
1.93      raeburn  13940: => 'Message not moved, Attempted to move message to the same folder as it already is in.',
1.6       bisitz   13941: 
                   13942:    'Message not moved, A network error occurred.'
1.93      raeburn  13943: => 'Message not moved, A network error occurred.',
1.6       bisitz   13944: 
                   13945:    'Message not moved as the message is no longer in the source folder.'
1.93      raeburn  13946: => 'Message not moved as the message is no longer in the source folder.',
1.6       bisitz   13947: 
                   13948:    'Message copied to new folder but status was not, A network error occurred.'
1.93      raeburn  13949: => 'Message copied to new folder but status was not, A network error occurred.',
1.6       bisitz   13950: 
                   13951:    'Message copied, but unable to delete the original from the source folder.'
1.93      raeburn  13952: => 'Message copied, but unable to delete the original from the source folder.',
1.6       bisitz   13953: 
                   13954:    'Message copied, but unable to delete the original status from the source folder.'
1.93      raeburn  13955: => 'Message copied, but unable to delete the original status from the source folder.',
1.6       bisitz   13956: 
                   13957:    '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  13958: => '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   13959: 
                   13960:    'Error: could not determine domain or number of course'
1.93      raeburn  13961: => 'Error: could not determine domain or number of course',
1.6       bisitz   13962: 
                   13963:    'Select message recipients from the group members listed below.'
1.93      raeburn  13964: => 'Select message recipients from the group members listed below.',
1.6       bisitz   13965: 
                   13966:    'Send another e-mail'
1.63      zhu      13967: => '发送另一个电子邮件',
1.6       bisitz   13968: 
                   13969:    'Send another group message'
1.12      zhu      13970: => '给其他组发送邮件',
1.6       bisitz   13971: 
                   13972:    'Return to group page'
1.12      zhu      13973: => '返回到组网页',
1.6       bisitz   13974: 
                   13975:    '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      13976: => '您必须确认您已经收到此邮件,然后才能访问其他页面。确认后,此邮件将移至您的收件箱。',
1.6       bisitz   13977: 
                   13978:    '[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   13979: => '[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   13980: 
1.87      raeburn  13981:    'Each of the[_1] [quant,_2,message] [_3]you checked will be forwarded to the recipient(s) you select below.'
                   13982: => 'Each of the[_1] [quant,_2,message] [_3]you checked will be forwarded to the recipient(s) you select below.',
1.6       bisitz   13983: 
                   13984:    'The message you checked will be forwarded to the recipient(s) you select below.'
1.93      raeburn  13985: => 'The message you checked will be forwarded to the recipient(s) you select below.',
1.6       bisitz   13986: 
                   13987:    'Send Messages'
1.10      zhu      13988: => '发送邮件',
1.6       bisitz   13989: 
                   13990:    'Send Message'
1.43      bisitz   13991: => '发送邮件', # '发送讯息',
1.6       bisitz   13992: 
                   13993:    'Send Reply to Messages'
1.10      zhu      13994: => '发送回复邮件',
1.6       bisitz   13995: 
                   13996:    'Send Reply to Message'
1.10      zhu      13997: => '发送回复邮件',
1.6       bisitz   13998: 
                   13999:    'Forward Messages'
1.10      zhu      14000: => '转发邮件',
1.6       bisitz   14001: 
                   14002:    'Forward Message'
1.10      zhu      14003: => '转发邮件',
1.6       bisitz   14004: 
                   14005:    'Save message for re-use'
1.10      zhu      14006: => '邮件重新保存',
1.6       bisitz   14007: 
                   14008:    'Show re-usable messages'
1.10      zhu      14009: => '显示保存的邮件',
1.6       bisitz   14010: 
                   14011:    'This message was designated by the sender not to allow replies.'
1.93      raeburn  14012: => 'This message was designated by the sender not to allow replies.',
1.6       bisitz   14013: 
                   14014:    'The sender did not designate a reply to address for this message.'
1.93      raeburn  14015: => 'The sender did not designate a reply to address for this message.',
1.6       bisitz   14016: 
                   14017:    'Reply to other recipients'
1.93      raeburn  14018: => 'Reply to other recipients',
1.6       bisitz   14019: 
                   14020:    'Unless you choose otherwise:'
1.93      raeburn  14021: => 'Unless you choose otherwise:',
1.6       bisitz   14022: 
                   14023:    "The subject in each forwarded message will be <i>'Forwarding:'</i> followed by the original subject."
1.93      raeburn  14024: => "The subject in each forwarded message will be <i>'Forwarding:'</i> followed by the original subject.",
1.6       bisitz   14025: 
                   14026:    'original subject'
1.93      raeburn  14027: => 'original subject',
1.6       bisitz   14028: 
                   14029:    "sender's name"
1.93      raeburn  14030: => "sender's name",
1.6       bisitz   14031: 
                   14032:    'Message begins with:'
1.93      raeburn  14033: => 'Message begins with:',
1.6       bisitz   14034: 
                   14035:    'Any new text to display before the text of the original messages:'
1.93      raeburn  14036: => 'Any new text to display before the text of the original messages:',
1.6       bisitz   14037: 
                   14038:    'username1:domain1: text'
1.22      zhu      14039: => '用户名1:域名1: 文本',
1.6       bisitz   14040: 
                   14041:    'username2:domain2: text'
1.22      zhu      14042: => '用户名2:域名2: 文本',
1.6       bisitz   14043: 
1.26      zhu      14044:    'username3:domain1: text'
1.22      zhu      14045: => '用户名3:域名3: 文本',
1.6       bisitz   14046: 
                   14047:    "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      14048: => "邮件从相应用户的所有行<tt>用户名:域</tt>收集并附加到一般消息文本。", # ???
1.6       bisitz   14049: 
                   14050:    'Not allowed'
1.22      zhu      14051: => '不允许',
1.6       bisitz   14052: 
                   14053:    'Archived Message'
1.22      zhu      14054: => '存档的邮件',
1.6       bisitz   14055: 
                   14056:    '[quant,_1,communication blocking period was,communication blocking periods were] removed.'
1.98      bisitz   14057: => '[quant,_1,communication blocking period was,communication blocking periods were] removed.',
1.6       bisitz   14058: 
                   14059:    '[quant,_1,communication blocking period was,communication blocking periods were] modified.'
1.98      bisitz   14060: => '[quant,_1,communication blocking period was,communication blocking periods were] modified.',
1.6       bisitz   14061: 
                   14062:    '[quant,_1,communication blocking period was,communication blocking periods were] added.'
1.98      bisitz   14063: => '[quant,_1,communication blocking period was,communication blocking periods were] added.',
1.6       bisitz   14064: 
                   14065:    '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  14066: => '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   14067: 
                   14068:    'Reply To'
1.93      raeburn  14069: => 'Reply To',
1.6       bisitz   14070: 
                   14071:    'Current attempts of student (if applicable)'
1.93      raeburn  14072: => 'Current attempts of student (if applicable)',
1.6       bisitz   14073: 
                   14074:    'Current screen output (if applicable)'
1.93      raeburn  14075: => 'Current screen output (if applicable)',
1.6       bisitz   14076: 
                   14077:    'No saved comments yet.'
1.93      raeburn  14078: => 'No saved comments yet.',
1.6       bisitz   14079: 
                   14080:    'No saved comments yet for this resource.'
1.93      raeburn  14081: => 'No saved comments yet for this resource.',
1.6       bisitz   14082: 
                   14083:    'Could not deliver message'
1.93      raeburn  14084: => 'Could not deliver message',
1.6       bisitz   14085: 
                   14086:    'Please use the browser "Back" button and correct the recipient addresses ([_1]).'
1.93      raeburn  14087: => 'Please use the browser "Back" button and correct the recipient addresses ([_1]).',
1.6       bisitz   14088: 
                   14089:    'Failed to delete the message.'
1.93      raeburn  14090: => 'Failed to delete the message.',
1.6       bisitz   14091: 
                   14092:    'Marked [_1] message(s) read'
1.99      raeburn  14093: => 'Marked [_1] message(s) read',
1.6       bisitz   14094: 
                   14095:    'Marked [_1] message(s) Unread'
1.99      raeburn  14096: => 'Marked [_1] message(s) Unread',
1.6       bisitz   14097: 
                   14098:    'Destination folder [_1] is not a valid folder'
1.93      raeburn  14099: => 'Destination folder [_1] is not a valid folder',
1.6       bisitz   14100: 
                   14101:    'Failed to move [_1] message(s)'
1.99      raeburn  14102: => 'Failed to move [_1] message(s)',
1.6       bisitz   14103: 
                   14104:    'Moved [_1] message(s)'
1.99      raeburn  14105: => 'Moved [_1] message(s)',
1.6       bisitz   14106: 
                   14107:    'Failed to delete [_1] message(s)'
1.98      bisitz   14108: => 'Failed to delete [_1] message(s)',
1.6       bisitz   14109: 
                   14110:    'Deleted [_1] message(s)'
1.98      bisitz   14111: => 'Deleted [_1] message(s)',
1.6       bisitz   14112: 
                   14113:    '[quant,_1,message] forwarded.'
1.99      raeburn  14114: => '[quant,_1,message] forwarded.',
1.6       bisitz   14115: 
                   14116:    'Could not forward [quant,_1,message].'
1.99      raeburn  14117: => 'Could not forward [quant,_1,message].',
1.6       bisitz   14118: 
                   14119:    'Could not deliver forwarded message.'
1.93      raeburn  14120: => 'Could not deliver forwarded message.',
1.6       bisitz   14121: 
                   14122:    'The recipient addresses may need to be corrected'
1.93      raeburn  14123: => 'The recipient addresses may need to be corrected',
1.6       bisitz   14124: 
                   14125:    'Mail folder "[_1]" created.'
1.10      zhu      14126: => '邮件文件夹 "[_1]" 已创建。',
1.6       bisitz   14127: 
                   14128:    'Creation failed.'
1.10      zhu      14129: => '创建失败。',
1.6       bisitz   14130: 
                   14131:    'Mail folder "[_1]" deleted.'
1.10      zhu      14132: => '邮件文件夹 "[_1]" 已删除。',
1.6       bisitz   14133: 
                   14134:    'Deletion failed.'
1.10      zhu      14135: => '删除失败。',
1.6       bisitz   14136: 
                   14137:    'Mail folder "[_1]" renamed "[_2]".'
1.10      zhu      14138: => '邮件文件夹 "[_1]" 更名为 "[_2]".',
1.6       bisitz   14139: 
                   14140:    'Renaming failed.'
1.10      zhu      14141: => '重命名失败。',
1.6       bisitz   14142: 
                   14143:    'Messages'
1.10      zhu      14144: => '邮件',
1.6       bisitz   14145: 
                   14146:    'Distribute from Uploaded File'
1.10      zhu      14147: => '从上传的文件分发', # ???
1.6       bisitz   14148: 
                   14149:    'Communication Blocking'
1.10      zhu      14150: => '通讯阻塞',
1.6       bisitz   14151: 
                   14152:    'Communication blocking during scheduled exams'
1.10      zhu      14153: => '有时限的通讯阻塞',
1.6       bisitz   14154: 
                   14155:    '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      14156: => '您可以在网上考试期间使用通信阻断,以防止该课程的学生接收其他学生的LON-CAPA信息。作为阻止的通信可能会中断参加了其他的LON-CAPA课程的学生之间的沟通,请您在在设置和更改安排考试时间时注意选择正确的开始和结束时间。',
1.6       bisitz   14157: 
                   14158:    'Modify existing communication blocking periods'
1.26      zhu      14159: => '修改现有的通信阻断时间',
1.6       bisitz   14160: 
                   14161:    'No communication blocks currently saved'
1.26      zhu      14162: => '目前任何通信被锁定。',
1.6       bisitz   14163: 
                   14164:    'Duration'
1.10      zhu      14165: => '持续',
1.6       bisitz   14166: 
                   14167:    'Event'
1.10      zhu      14168: => '事件',
1.6       bisitz   14169: 
                   14170:    'Blocked?'
1.26      zhu      14171: => '被锁定?',
1.6       bisitz   14172: 
                   14173:    'Add block'
1.26      zhu      14174: => '新增锁定',
1.6       bisitz   14175: 
                   14176:    'e.g., Exam 1'
1.26      zhu      14177: => '(例如:考试1)',
1.6       bisitz   14178: 
                   14179:    'Discussion'
1.10      zhu      14180: => '论坛',
1.6       bisitz   14181: 
                   14182:    'The following changes were made'
1.26      zhu      14183: => '进行了以下更改:',
1.6       bisitz   14184: 
                   14185:    'Add new communication blocking periods'
1.26      zhu      14186: => '添加新的的通信阻断时间',
1.6       bisitz   14187: 
                   14188:    'Set by'
1.93      raeburn  14189: => 'Set by',
1.6       bisitz   14190: 
                   14191:    'Deleted Message'
1.10      zhu      14192: => '删除的邮件',
1.6       bisitz   14193: 
                   14194:    'Marked Messages Read'
1.10      zhu      14195: => '邮件标记为已读',
1.6       bisitz   14196: 
                   14197:    'Marked Messages Unread'
1.10      zhu      14198: => '邮件标记为未读',
1.6       bisitz   14199: 
                   14200:    'Moved Messages'
1.10      zhu      14201: => '移动邮件',
1.6       bisitz   14202: 
                   14203:    'Deleted Messages'
1.10      zhu      14204: => '删除邮件',
1.6       bisitz   14205: 
                   14206:    'Marked Message as Unread'
1.10      zhu      14207: => '邮件标记为未读',
1.6       bisitz   14208: 
                   14209:    'Deleted Folder'
1.10      zhu      14210: => '删除文件夹',
1.6       bisitz   14211: 
                   14212:    'Renamed Folder'
1.10      zhu      14213: => '重命名文件夹',
1.6       bisitz   14214: 
                   14215:    'username:domain,username:domain,...'
1.10      zhu      14216: => '用户名:域,用户名:域...',
1.6       bisitz   14217: 
                   14218:    'All courses'
1.10      zhu      14219: => '所有课程',
1.6       bisitz   14220: 
                   14221:    'Pick specific course(s):'
1.93      raeburn  14222: => 'Pick specific course(s):',
1.6       bisitz   14223: 
                   14224:    'Search for a course in the [_1] domain'
1.93      raeburn  14225: => 'Search for a course in the [_1] domain',
1.6       bisitz   14226: 
                   14227:    'Actions available after searching for a course:'
1.93      raeburn  14228: => 'Actions available after searching for a course:',
1.6       bisitz   14229: 
                   14230:    '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  14231: => '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   14232: 
                   14233:    "Certain settings which control auto-enrollment of students from your institution's student information system."
1.93      raeburn  14234: => "Certain settings which control auto-enrollment of students from your institution's student information system.",
1.6       bisitz   14235: 
                   14236:    'The total disk space allocated for storage of portfolio files in all groups in a course.'
1.93      raeburn  14237: => 'The total disk space allocated for storage of portfolio files in all groups in a course.',
1.6       bisitz   14238: 
                   14239:    'No existing sections'
1.100     raeburn  14240: => 'No existing sections',
1.6       bisitz   14241: 
                   14242:    'Broadcast e-mail to users'
1.93      raeburn  14243: => 'Broadcast e-mail to users',
1.6       bisitz   14244: 
                   14245:    'Broadcast E-mail'
1.93      raeburn  14246: => 'Broadcast E-mail',
1.6       bisitz   14247: 
                   14248:    'Broadcast e-mail to Domain'
1.93      raeburn  14249: => 'Broadcast e-mail to Domain',
1.6       bisitz   14250: 
                   14251:    'Send a new e-mail message to selected users from this domain'
1.93      raeburn  14252: => 'Send a new e-mail message to selected users from this domain',
1.6       bisitz   14253: 
                   14254:    'Send a new e-mail to selected users from this domain'
1.93      raeburn  14255: => 'Send a new e-mail to selected users from this domain',
1.6       bisitz   14256: 
                   14257:    'Display e-mail sent by Domain Coordinators in this domain'
1.93      raeburn  14258: => 'Display e-mail sent by Domain Coordinators in this domain',
1.6       bisitz   14259: 
                   14260:    'Select Audience'
1.93      raeburn  14261: => 'Select Audience',
1.6       bisitz   14262: 
                   14263:    'Choose e-mail audience'
1.93      raeburn  14264: => 'Choose e-mail audience',
1.6       bisitz   14265: 
                   14266:    'Roles:'
                   14267: => '角色:',
                   14268: 
                   14269:    'Courses:'
                   14270: => '课程:',
                   14271: 
                   14272:    '[_1] selected.' # n.t.
1.12      zhu      14273: => '[_1] 选择的。',
1.6       bisitz   14274: 
                   14275:    'Access status:'
1.93      raeburn  14276: => 'Access status:',
1.6       bisitz   14277: 
                   14278:    'Username -> Email conversion:'
1.12      zhu      14279: => '用户名 -> E-Mail 转换:',
1.6       bisitz   14280: 
                   14281:    'Building valid e-mail address from username, if missing from preferences:'
1.93      raeburn  14282: => 'Building valid e-mail address from username, if missing from preferences:',
1.6       bisitz   14283: 
                   14284:    'Kerberos: enter default for each realm used in the domain, with comma separation of entries'
1.93      raeburn  14285: => 'Kerberos: enter default for each realm used in the domain, with comma separation of entries',
1.6       bisitz   14286: 
                   14287:    '(e.g., MSU.EDU=msu.edu, MSUE.EDU=msue.msu.edu).'
1.99      raeburn  14288: => '(e.g., MSU.EDU=msu.edu, MSUE.EDU=msue.msu.edu).',
1.6       bisitz   14289: 
                   14290:    'Internal, Filesystem and Local authentication: enter single default.'
1.93      raeburn  14291: => 'Internal, Filesystem and Local authentication: enter single default.',
1.6       bisitz   14292: 
                   14293:    'Authentication Method'
1.93      raeburn  14294: => 'Authentication Method',
1.6       bisitz   14295: 
                   14296:    'Username -> e-mail conversion'
1.93      raeburn  14297: => 'Username -> e-mail conversion',
1.6       bisitz   14298: 
                   14299:    'Internal (LON-CAPA)'
1.93      raeburn  14300: => 'Internal (LON-CAPA)',
1.6       bisitz   14301: 
                   14302:    'username@'
                   14303: => '用户名@',
                   14304: 
                   14305:    'Local/Customized'
1.93      raeburn  14306: => 'Local/Customized',
1.6       bisitz   14307: 
                   14308:    'Filesystem (UNIX)'
1.93      raeburn  14309: => 'Filesystem (UNIX)',
1.6       bisitz   14310: 
                   14311:    'Compose E-mail'
1.93      raeburn  14312: => 'Compose E-mail',
1.6       bisitz   14313: 
                   14314:    'No recipients identified'
1.93      raeburn  14315: => 'No recipients identified',
1.6       bisitz   14316: 
                   14317:    'Broadcast e-mail display options'
1.93      raeburn  14318: => 'Broadcast e-mail display options',
1.6       bisitz   14319: 
                   14320:    'Date range:'
1.93      raeburn  14321: => 'Date range:',
1.6       bisitz   14322: 
                   14323:    'Earliest to display:'
1.93      raeburn  14324: => 'Earliest to display:',
1.6       bisitz   14325: 
                   14326:    'Latest to display:'
1.93      raeburn  14327: => 'Latest to display:',
1.6       bisitz   14328: 
                   14329:    'Choose sender(s):'
1.93      raeburn  14330: => 'Choose sender(s):',
1.6       bisitz   14331: 
                   14332:    'Display e-mail'
1.10      zhu      14333: => '显示 E-Mail',
1.6       bisitz   14334: 
                   14335:    'E-mail display'
1.10      zhu      14336: => '显示 E-Mail',
1.6       bisitz   14337: 
                   14338:    'Display Broadcast e-mail'
1.10      zhu      14339: => '显示广播 E-Mail',
1.6       bisitz   14340: 
                   14341:    'No mail sent matching supplied criteria'
1.93      raeburn  14342: => 'No mail sent matching supplied criteria',
1.6       bisitz   14343: 
                   14344:    'Customrole'
1.93      raeburn  14345: => 'Customrole',
1.6       bisitz   14346: 
                   14347:    'Defined by [_1] at [_2].'
1.93      raeburn  14348: => 'Defined by [_1] at [_2].',
1.6       bisitz   14349: 
                   14350:    'No students found.'
1.93      raeburn  14351: => 'No students found.',
1.6       bisitz   14352: 
                   14353:    'Spreadsheet'
1.93      raeburn  14354: => 'Spreadsheet',
1.6       bisitz   14355: 
                   14356:    'Spreadsheet Help'
1.93      raeburn  14357: => 'Spreadsheet Help',
1.6       bisitz   14358: 
                   14359:    'Editing Help'
1.93      raeburn  14360: => 'Editing Help',
1.6       bisitz   14361: 
                   14362:    'Help on printing'
1.93      raeburn  14363: => 'Help on printing',
1.6       bisitz   14364: 
                   14365:    'Metadata Diffs'
1.93      raeburn  14366: => 'Metadata Diffs',
1.6       bisitz   14367: 
                   14368:    'Retrieve Metadata'
1.93      raeburn  14369: => 'Retrieve Metadata',
1.6       bisitz   14370: 
                   14371:    'Enter course'
1.93      raeburn  14372: => 'Enter course',
1.6       bisitz   14373: 
                   14374:    'Enter Course'
1.93      raeburn  14375: => 'Enter Course',
1.6       bisitz   14376: 
                   14377:    'Enter Access Key to Unlock this Course'
1.93      raeburn  14378: => 'Enter Access Key to Unlock this Course',
1.6       bisitz   14379: 
                   14380:    'Verifying Access Key to Unlock this Course'
1.98      bisitz   14381: => 'Verifying Access Key to Unlock this Course',
1.6       bisitz   14382: 
                   14383:    'Successfully registered key'
1.93      raeburn  14384: => 'Successfully registered key',
1.6       bisitz   14385: 
                   14386:    'Re-Enter Key'
1.93      raeburn  14387: => 'Re-Enter Key',
1.6       bisitz   14388: 
                   14389:    'Assigned from [_1] at [_2] for [_3]'
1.93      raeburn  14390: => 'Assigned from [_1] at [_2] for [_3]',
1.6       bisitz   14391: 
                   14392:    'Total Matches'
1.93      raeburn  14393: => 'Total Matches',
1.6       bisitz   14394: 
                   14395:    'Time Remaining'
1.93      raeburn  14396: => 'Time Remaining',
1.6       bisitz   14397: 
                   14398:    'IMPORT'
1.93      raeburn  14399: => 'IMPORT',
1.6       bisitz   14400: 
                   14401:    'Help on slots'
1.93      raeburn  14402: => 'Help on slots',
1.6       bisitz   14403: 
                   14404:    'New user accounts in [_1]'
1.93      raeburn  14405: => 'New user accounts in [_1]',
1.6       bisitz   14406: 
                   14407:    'Student enrollment changes in [_1]'
1.98      bisitz   14408: => 'Student enrollment changes in [_1]',
1.6       bisitz   14409: 
                   14410:    'The following [quant,_1,change] occurred in [_2] - [_3] as a result of the automated classlist update:'
1.93      raeburn  14411: => 'The following [quant,_1,change] occurred in [_2] - [_3] as a result of the automated classlist update:',
1.6       bisitz   14412: 
                   14413:    'No institutional classlist data could be retrieved for [_1]'
1.93      raeburn  14414: => 'No institutional classlist data could be retrieved for [_1]',
1.6       bisitz   14415: 
                   14416:    'Not within time window for auto-enrollment in [_1]'
1.99      raeburn  14417: => 'Not within time window for auto-enrollment in [_1]',
1.6       bisitz   14418: 
                   14419:    'Auto-enrollment not currently enabled for [_1]'
1.93      raeburn  14420: => 'Auto-enrollment not currently enabled for [_1]',
1.6       bisitz   14421: 
                   14422:    'The courseID provided does not match a course in this domain.'
1.93      raeburn  14423: => 'The courseID provided does not match a course in this domain.',
1.6       bisitz   14424: 
                   14425:    'Not Open'
1.93      raeburn  14426: => 'Not Open',
1.6       bisitz   14427: 
                   14428:    "This resource currently isn't open. It will be available at [_1]."
1.93      raeburn  14429: => "This resource currently isn't open. It will be available at [_1].",
1.6       bisitz   14430: 
                   14431:    'Could not handle ambiguous resource reference'
1.93      raeburn  14432: => 'Could not handle ambiguous resource reference',
1.6       bisitz   14433: 
                   14434:    'The nature of the problem is unclear'
1.93      raeburn  14435: => 'The nature of the problem is unclear',
1.6       bisitz   14436: 
                   14437:    'Course Roster'
                   14438: => '课程名册',
                   14439: 
                   14440:    'Classlist'
                   14441: => '班级名册',
                   14442: 
                   14443:    'Display of a student-viewable course roster is not currently enabled.'
1.93      raeburn  14444: => 'Display of a student-viewable course roster is not currently enabled.',
1.6       bisitz   14445: 
                   14446:    'Student-viewable course roster'
1.93      raeburn  14447: => 'Student-viewable course roster',
1.6       bisitz   14448: 
                   14449:    'Students with no section'
1.93      raeburn  14450: => 'Students with no section',
1.6       bisitz   14451: 
                   14452:    'Students in section "[_1]"'
1.93      raeburn  14453: => 'Students in section "[_1]"',
1.6       bisitz   14454: 
                   14455:    'Students in any section'
1.93      raeburn  14456: => 'Students in any section',
1.6       bisitz   14457: 
                   14458:    'Only students who have opted to be listed in the roster ([_1] out of [_2] students) are shown.'
1.93      raeburn  14459: => 'Only students who have opted to be listed in the roster ([_1] out of [_2] students) are shown.',
1.6       bisitz   14460: 
                   14461:    'The single student without a section[_1] has opted not to be listed in the roster.'
1.93      raeburn  14462: => 'The single student without a section[_1] has opted not to be listed in the roster.',
1.6       bisitz   14463: 
                   14464:    'The single student in the section[_1] has opted not to be listed in the roster.'
1.93      raeburn  14465: => 'The single student in the section[_1] has opted not to be listed in the roster.',
1.6       bisitz   14466: 
                   14467:    'The single student in the course[_1] has opted not to be listed in the roster.'
1.93      raeburn  14468: => 'The single student in the course[_1] has opted not to be listed in the roster.',
1.6       bisitz   14469: 
                   14470:    'None of the [_1] students without a section[_2] have opted to be listed in the roster.'
1.93      raeburn  14471: => 'None of the [_1] students without a section[_2] have opted to be listed in the roster.',
1.6       bisitz   14472: 
                   14473:    'None of the [_1] students in the section[_2] have opted to be listed in the roster.'
1.93      raeburn  14474: => 'None of the [_1] students in the section[_2] have opted to be listed in the roster.',
1.6       bisitz   14475: 
                   14476:    'None of the [_1] students in the course[_2] have opted to be listed in the roster.'
1.93      raeburn  14477: => 'None of the [_1] students in the course[_2] have opted to be listed in the roster.',
1.6       bisitz   14478: 
                   14479:    'All [_1] students without a section[_2] have opted to be listed in the roster.'
1.93      raeburn  14480: => 'All [_1] students without a section[_2] have opted to be listed in the roster.',
1.6       bisitz   14481: 
                   14482:    'All [_1] students in the section[_2] have opted to be listed in the roster.'
1.93      raeburn  14483: => 'All [_1] students in the section[_2] have opted to be listed in the roster.',
1.6       bisitz   14484: 
                   14485:    'All [_1] students in the course[_2] have opted to be listed in the roster.'
1.93      raeburn  14486: => 'All [_1] students in the course[_2] have opted to be listed in the roster.',
1.6       bisitz   14487: 
                   14488:    'The single student without a section[_1] has opted to be listed in the roster.'
1.93      raeburn  14489: => 'The single student without a section[_1] has opted to be listed in the roster.',
1.6       bisitz   14490: 
                   14491:    'The single student in the section[_1] has opted to be listed in the roster.'
1.93      raeburn  14492: => 'The single student in the section[_1] has opted to be listed in the roster.',
1.6       bisitz   14493: 
                   14494:    'The single student in the course[_1] has opted to be listed in the roster.'
1.93      raeburn  14495: => 'The single student in the course[_1] has opted to be listed in the roster.',
1.6       bisitz   14496: 
                   14497:    'All [_1] students without a section[_2] are listed in the roster.'
1.93      raeburn  14498: => 'All [_1] students without a section[_2] are listed in the roster.',
1.6       bisitz   14499: 
                   14500:    'All [_1] students in the section[_2] are listed in the roster.'
1.93      raeburn  14501: => 'All [_1] students in the section[_2] are listed in the roster.',
1.6       bisitz   14502: 
                   14503:    'All [_1] students in the course[_2] are listed in the roster.'
1.93      raeburn  14504: => 'All [_1] students in the course[_2] are listed in the roster.',
1.6       bisitz   14505: 
                   14506:    'There is only a single student without a section[_1]'
1.93      raeburn  14507: => 'There is only a single student without a section[_1]',
1.6       bisitz   14508: 
                   14509:    'There is only a single student in the section[_1]'
1.93      raeburn  14510: => 'There is only a single student in the section[_1]',
1.6       bisitz   14511: 
                   14512:    'There is only a single student in the course[_1]'
1.93      raeburn  14513: => 'There is only a single student in the course[_1]',
1.6       bisitz   14514: 
                   14515:    'There are currently no students to display.'
1.93      raeburn  14516: => 'There are currently no students to display.',
1.6       bisitz   14517: 
                   14518:    'Available Portfolio files'
1.93      raeburn  14519: => 'Available Portfolio files',
1.6       bisitz   14520: 
                   14521:    'Name not given'
1.12      zhu      14522: => '姓名不详',
1.6       bisitz   14523: 
                   14524:    '[quant,_1,file,files,No files]'
                   14525: => '[quant,_1,Datei,Dateien,Keine Dateien]',
                   14526: 
                   14527:    'Error retrieving file information.'
1.93      raeburn  14528: => 'Error retrieving file information.',
1.6       bisitz   14529: 
                   14530:    'Your roster setting'
1.93      raeburn  14531: => 'Your roster setting',
1.6       bisitz   14532: 
                   14533:    'You are currently listed in the student-viewable roster.'
1.93      raeburn  14534: => 'You are currently listed in the student-viewable roster.',
1.6       bisitz   14535: 
                   14536:    'You are currently <b>not</b> listed in the student-viewable roster.'
1.93      raeburn  14537: => 'You are currently <b>not</b> listed in the student-viewable roster.',
1.6       bisitz   14538: 
                   14539:    'Include yourself in the roster?'
1.93      raeburn  14540: => 'Include yourself in the roster?',
1.6       bisitz   14541: 
1.110     bisitz   14542:    'Display of your name in the student-viewable roster set to [_1].'
                   14543: => 'Display of your name in the student-viewable roster set to [_1].',
1.6       bisitz   14544: 
                   14545:    'Error occurred saving display setting.'
1.93      raeburn  14546: => 'Error occurred saving display setting.',
1.6       bisitz   14547: 
1.110     bisitz   14548:    'Display of your name in the student-viewable roster unchanged (set to [_1]).'
                   14549: => 'Display of your name in the student-viewable roster unchanged (set to [_1]).',
1.6       bisitz   14550: 
                   14551:    'View course roster'
1.93      raeburn  14552: => 'View course roster',
1.6       bisitz   14553: 
                   14554:    'Change Course Page Preferences'
1.93      raeburn  14555: => 'Change Course Page Preferences',
1.6       bisitz   14556: 
                   14557:    'Change Course Page Pref'
1.93      raeburn  14558: => 'Change Course Page Pref',
1.6       bisitz   14559: 
                   14560:    'No context.'
1.93      raeburn  14561: => 'No context.',
1.6       bisitz   14562: 
                   14563:    'unable to verify variable URL'
1.93      raeburn  14564: => 'unable to verify variable URL',
1.6       bisitz   14565: 
                   14566:    'Receipt'
1.93      raeburn  14567: => 'Receipt',
1.6       bisitz   14568: 
                   14569:    'Problems during Course Initialization'
1.93      raeburn  14570: => 'Problems during Course Initialization',
1.6       bisitz   14571: 
                   14572:    'Try Selecting Again'
1.93      raeburn  14573: => 'Try Selecting Again',
1.6       bisitz   14574: 
1.110     bisitz   14575:    'Invalid map: [_1]'
                   14576: => 'Invalid map: [_1]',
1.6       bisitz   14577: 
                   14578:    'Please either [_1]close this window[_2] or [_3]log in again[_4].'
1.93      raeburn  14579: => 'Please either [_1]close this window[_2] or [_3]log in again[_4].',
1.6       bisitz   14580: 
                   14581:    'Thank you for using LON-CAPA.'
1.9       zhu      14582: => '感谢您使用 LON-CAPA。',
1.6       bisitz   14583: 
                   14584:    'You have been successfully logged out.'
1.9       zhu      14585: => '您已成功退出。',
1.6       bisitz   14586: 
                   14587:    'You can [_1]close this window[_2] now.'
1.9       zhu      14588: => '您现在可以 [_1]关闭这个窗口[_2]。',
1.6       bisitz   14589: 
                   14590:    '[_1]Log in again[_2]'
1.9       zhu      14591: => '[_1]重新登录[_2]',
1.6       bisitz   14592: 
1.71      bisitz   14593:    'No matches found in resources.'
1.93      raeburn  14594: => 'No matches found in resources.',
1.71      bisitz   14595: 
                   14596:    'No matches found in postings.'
1.93      raeburn  14597: => 'No matches found in postings.',
1.71      bisitz   14598: 
                   14599:    'Unable to understand the search phrase [_1]. Please modify your search.'
1.93      raeburn  14600: => 'Unable to understand the search phrase [_1]. Please modify your search.',
1.71      bisitz   14601: 
                   14602:    'Unable to understand the search phrase [_1]: [_2]'
1.93      raeburn  14603: => 'Unable to understand the search phrase [_1]: [_2]',
1.71      bisitz   14604: 
                   14605:    '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   14606: => '搜寻无法完成,因为您没有足够的数据。您必须在搜索页面的搜索栏里填写关键词,从而使您的要求可以得到处理。', # '您没有填写足够的信息进行搜索的开始。您需要填写在有关领域在搜寻网页上,以便查询处理。'
1.6       bisitz   14607: 
                   14608:    'conditionally hidden'
1.18      zhu      14609: => '有条件的隐藏',
1.6       bisitz   14610: 
                   14611:    'Problem Parameters'
1.12      zhu      14612: => '问题参数',
1.6       bisitz   14613: 
                   14614:    'No group name provided.'
1.12      zhu      14615: => '没有组名称。',
1.6       bisitz   14616: 
                   14617:    'Invalid group name provided.'
1.12      zhu      14618: => '无效的组名称。',
1.6       bisitz   14619: 
                   14620:    'Invalid [_1]'
1.12      zhu      14621: => '无效的 [_1]', # ???
1.6       bisitz   14622: 
                   14623:    '"[_1]" is not the name of a valid group in this [_2].'
1.12      zhu      14624: => '"[_1]" 并非是一个有效的名称在本组 [_2].',
1.6       bisitz   14625: 
                   14626:    'You do not have privileges to view the membership roster in this group.'
1.12      zhu      14627: => '您没有权限以查看该组的会员名册。',
1.6       bisitz   14628: 
                   14629:    'Group membership status - [_1]'
1.12      zhu      14630: => '组会员状态: [_1]',
1.6       bisitz   14631: 
                   14632:    'group membership status - [_1]'
1.12      zhu      14633: => '组会员状态: [_1]',
1.6       bisitz   14634: 
                   14635:    'There are no membership data to display for this group.'
1.98      bisitz   14636: => '该组没有任何会员数据。',
1.6       bisitz   14637: 
                   14638:    'Membership status: '
1.12      zhu      14639: => '会员状态: ',
1.6       bisitz   14640: 
                   14641:    'There are no groups to display in this [_1].'
1.12      zhu      14642: => '没有任何组在此 [_1] 可以显示。', # ??? -> grouproster.pm
1.6       bisitz   14643: 
                   14644:    'Start Date'
1.10      zhu      14645: => '开始日期',
1.6       bisitz   14646: 
                   14647:    'End Date'
1.10      zhu      14648: => '结束日期',
1.6       bisitz   14649: 
                   14650:    'Functionality'
1.12      zhu      14651: => '功能',
1.6       bisitz   14652: 
                   14653:    'Privileges'
1.12      zhu      14654: => '权限',
1.6       bisitz   14655: 
                   14656:    'Any Membership status'
1.12      zhu      14657: => '任何会员状态',
1.6       bisitz   14658: 
                   14659:    'Active Member'
1.27      zhu      14660: => '活跃的会员',
1.6       bisitz   14661: 
                   14662:    'Former Member'
1.12      zhu      14663: => '以前的会员',
1.6       bisitz   14664: 
                   14665:    'Future Member'
1.12      zhu      14666: => '未来的会员',
1.6       bisitz   14667: 
                   14668:    'Group Folder - [_1]'
1.9       zhu      14669: => '组文件夹 - [_1]',
1.6       bisitz   14670: 
                   14671:    'Group homepage - [_1]'
1.9       zhu      14672: => '组网页 - [_1]',
1.6       bisitz   14673: 
                   14674:    'A support request has been sent to'
1.93      raeburn  14675: => 'A support request has been sent to',
1.6       bisitz   14676: 
                   14677:    'Your support request contained the following information'
1.93      raeburn  14678: => 'Your support request contained the following information',
1.6       bisitz   14679: 
                   14680:    'The following Cc e-mail address is invalid: '
1.93      raeburn  14681: => 'The following Cc e-mail address is invalid: ',
1.6       bisitz   14682: 
                   14683:    'The following Cc e-mail addresses are invalid: '
1.93      raeburn  14684: => 'The following Cc e-mail addresses are invalid: ',
1.6       bisitz   14685: 
                   14686:    '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  14687: => '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   14688: 
                   14689:    'Instead a copy has been sent to the LON-CAPA support team at Michigan State University.'
1.93      raeburn  14690: => 'Instead a copy has been sent to the LON-CAPA support team at Michigan State University.',
1.6       bisitz   14691: 
                   14692:    '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  14693: => '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   14694: 
                   14695:    'An uploaded screenshot file [_1] ([_2] bytes) was included in the request sent by [_3].'
1.93      raeburn  14696: => 'An uploaded screenshot file [_1] ([_2] bytes) was included in the request sent by [_3].',
1.6       bisitz   14697: 
                   14698:    'File does not have [_1] or [_2] starting tag'
1.93      raeburn  14699: => 'File does not have [_1] or [_2] starting tag',
1.6       bisitz   14700: 
                   14701:    'File does not have [_1] or [_2] ending tag'
1.93      raeburn  14702: => 'File does not have [_1] or [_2] ending tag',
1.6       bisitz   14703: 
1.94      raeburn  14704:    'File does not have [_1] ending tag'
                   14705: => 'File does not have [_1] ending tag',
                   14706: 
1.6       bisitz   14707:    'Example'
1.93      raeburn  14708: => 'Example',
1.6       bisitz   14709: 
                   14710:    'Algebraic Response Problems'
1.93      raeburn  14711: => 'Algebraic Response Problems',
1.6       bisitz   14712: 
                   14713:    'Chemistry Problems'
1.93      raeburn  14714: => 'Chemistry Problems',
1.6       bisitz   14715: 
                   14716:    'Free Form Problems'
1.93      raeburn  14717: => 'Free Form Problems',
1.6       bisitz   14718: 
                   14719:    'Handgraded Problems'
1.93      raeburn  14720: => 'Handgraded Problems',
1.6       bisitz   14721: 
                   14722:    'Miscellaneous'
1.93      raeburn  14723: => 'Miscellaneous',
1.6       bisitz   14724: 
                   14725:    'Multiple Choice Problems'
1.93      raeburn  14726: => 'Multiple Choice Problems',
1.6       bisitz   14727: 
                   14728:    'Numerical Problems'
1.93      raeburn  14729: => 'Numerical Problems',
1.6       bisitz   14730: 
                   14731:    'Language:'
                   14732: => '语言:',
                   14733: 
                   14734:    'Math Rendering:'
1.93      raeburn  14735: => 'Math Rendering:',
1.6       bisitz   14736: 
                   14737:    'Restrict Domain Coordinator Access'
1.93      raeburn  14738: => 'Restrict Domain Coordinator Access',
1.6       bisitz   14739: 
                   14740:    'By default, the Domain Coordinator can enter your construction space.'
1.93      raeburn  14741: => 'By default, the Domain Coordinator can enter your construction space.',
1.6       bisitz   14742: 
                   14743:    'Block access to construction space'
1.93      raeburn  14744: => 'Block access to construction space',
1.6       bisitz   14745: 
                   14746:    'jsMath'
                   14747: => 'jsMath',
                   14748: 
                   14749:    'tth (TeX to HTML)'
1.18      zhu      14750: => 'tth (TeX to HTML)',
1.6       bisitz   14751: 
                   14752:    'mimetex (Convert to Images)'
1.93      raeburn  14753: => 'mimetex (Convert to Images)',
1.6       bisitz   14754: 
                   14755:    'jsMath:'
                   14756: => 'jsMath:',
                   14757: 
                   14758:    'tth (TeX to HTML):'
1.18      zhu      14759: => 'tth (TeX to HTML):',
1.6       bisitz   14760: 
                   14761:    'mimetex (Convert to Images):'
1.93      raeburn  14762: => 'mimetex (Convert to Images):',
1.6       bisitz   14763: 
                   14764:    '[_1], [_2], or [_3]'
                   14765: => '[_1], [_2] 或者 [_3]',
                   14766: 
                   14767:    'internal, optional'
1.18      zhu      14768: => '内部的,可选的',
1.6       bisitz   14769: 
                   14770:    'user:domain,user:domain,...'
1.18      zhu      14771: => '用户名:域,用户名:域...',
1.6       bisitz   14772: 
                   14773:    'user:domain,user:domain(section;section;...;*;...),...'
1.70      zhu      14774: => '用户名:域,用户名:域(科,章节;...;*;...),...',
1.6       bisitz   14775: 
                   14776:    'user:domain,user:domain,*:domain'
1.18      zhu      14777: => '用户名:域,用户名:域,*:域',
1.6       bisitz   14778: 
                   14779:    'Course members with current access'
1.93      raeburn  14780: => 'Course members with current access',
1.6       bisitz   14781: 
                   14782:    'Course members with expired access'
1.93      raeburn  14783: => 'Course members with expired access',
1.6       bisitz   14784: 
                   14785:    'Course members with future access'
1.93      raeburn  14786: => 'Course members with future access',
1.6       bisitz   14787: 
                   14788:    'Other Roles'
                   14789: => '其他角色',
                   14790: 
                   14791:    'Select Author'
1.12      zhu      14792: => '选择作者',
1.6       bisitz   14793: 
                   14794:    'Non-standard Course'
1.12      zhu      14795: => '非标准课程',
1.6       bisitz   14796: 
                   14797:    'Switch course role to...'
                   14798: => '更改用户角色...',
                   14799: 
                   14800:    'Message'
1.22      zhu      14801: => '邮件',
1.6       bisitz   14802: 
                   14803:    'Time of change'
1.12      zhu      14804: => '更改时间',
1.6       bisitz   14805: 
                   14806:    'active'
1.27      zhu      14807: => '活跃的',
1.6       bisitz   14808: 
                   14809:    'previous'
1.27      zhu      14810: => '以前的',
1.6       bisitz   14811: 
                   14812:    'Access dates to apply for selected users'
1.93      raeburn  14813: => 'Access dates to apply for selected users',
1.6       bisitz   14814: 
                   14815:    'Changes in section affiliation to apply to selected users'
1.93      raeburn  14816: => 'Changes in section affiliation to apply to selected users',
1.6       bisitz   14817: 
                   14818:    '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  14819: => '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   14820: 
                   14821:    '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  14822: => '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   14823: 
                   14824:    "Retain each user's current section affiliations?"
1.93      raeburn  14825: => "Retain each user's current section affiliations?",
1.6       bisitz   14826: 
                   14827:    '(Does not apply to student roles).'
1.100     raeburn  14828: => '(Does not apply to student roles).',
1.6       bisitz   14829: 
                   14830:    '[_1]Show[_2] clicker id'
1.93      raeburn  14831: => '[_1]Show[_2] clicker id',
1.6       bisitz   14832: 
                   14833:    '[_1]Hide[_2] clicker id'
1.93      raeburn  14834: => '[_1]Hide[_2] clicker id',
1.6       bisitz   14835: 
                   14836:    'Catalog:'
                   14837: => '目录:',
                   14838: 
                   14839:    'Main Categories'
                   14840: => '主要类型',
                   14841: 
                   14842:    'Official courses (with institutional codes)'
                   14843: => '官方课程(带机构代码)',
                   14844: 
                   14845:    'Official courses'
                   14846: => '官方课程',
                   14847: 
                   14848:    'with institutional codes'
                   14849: => '带机构代码',
                   14850: 
                   14851:    'Self-enroll (if permitted)'
                   14852: => '自己报名(如果被允许)',
                   14853: 
                   14854:    'No ending date'
1.22      zhu      14855: => '无结束日期',
1.6       bisitz   14856: 
                   14857:    'From:[_1]'
1.93      raeburn  14858: => 'From:[_1]',
1.6       bisitz   14859: 
                   14860:    'To:[_1]'
1.93      raeburn  14861: => 'To:[_1]',
1.6       bisitz   14862: 
                   14863:    'Starts: [_1]'
1.22      zhu      14864: => '开始: [_1]',
1.6       bisitz   14865: 
                   14866:    'Ends: [_1]'
1.22      zhu      14867: => '结束: [_1]',
1.6       bisitz   14868: 
                   14869:    'Ended: [_1]'
1.93      raeburn  14870: => 'Ended: [_1]',
1.6       bisitz   14871: 
                   14872:    'Currently enabled'
1.93      raeburn  14873: => 'Currently enabled',
1.6       bisitz   14874: 
                   14875:    '[quant,_1,section:,sections:,No sections]'
1.99      raeburn  14876: => '[quant,_1,section:,sections:,No sections]',
1.6       bisitz   14877: 
                   14878:    'No information available for [_1].'
1.93      raeburn  14879: => 'No information available for [_1].',
1.6       bisitz   14880: 
                   14881:    'Self-enrollers:'
1.93      raeburn  14882: => 'Self-enrollers:',
1.6       bisitz   14883: 
                   14884:    'Choices:'
1.93      raeburn  14885: => 'Choices:',
1.6       bisitz   14886: 
                   14887:    'Configure User Self-enrollment'
1.70      zhu      14888: => '配置用户自助注册',
1.6       bisitz   14889: 
                   14890:    'View Change Logs'
1.98      bisitz   14891: => 'View Change Logs',
1.6       bisitz   14892: 
                   14893:    'View Log-in History'
1.98      bisitz   14894: => 'View Log-in History',
1.6       bisitz   14895: 
                   14896:    'Configure Self-enrollment'
1.70      zhu      14897: => '配置自助注册',
1.6       bisitz   14898: 
                   14899:    'Self-enrollment with a student role'
1.70      zhu      14900: => '自助注册一个学生角色',
1.6       bisitz   14901: 
                   14902:    'Users allowed to self-enroll in this course'
1.70      zhu      14903: => '用户可自行注册来参加此课程',
1.6       bisitz   14904: 
                   14905:    'Any user in any domain:'
1.70      zhu      14906: => '任何用户在任何域:',
1.6       bisitz   14907: 
                   14908:    'User types:'
1.70      zhu      14909: => '用户类型:',
1.6       bisitz   14910: 
                   14911:    'any'
1.10      zhu      14912: => '任意',
1.6       bisitz   14913: 
                   14914:    'Any Users'
1.10      zhu      14915: => '任何用户',
1.6       bisitz   14916: 
                   14917:    'Any users'
1.10      zhu      14918: => '任何用户',
1.6       bisitz   14919: 
                   14920:    'Others'
1.10      zhu      14921: => '其他',
1.6       bisitz   14922: 
                   14923:    'Additional domain:'
1.70      zhu      14924: => '其他域:',
1.6       bisitz   14925: 
                   14926:    'Users in additional domain:'
1.70      zhu      14927: => '用户在其他域:',
1.6       bisitz   14928: 
                   14929:    'Specific domain:'
1.70      zhu      14930: => '特定域:',
1.6       bisitz   14931: 
                   14932:    'Users in specific domain:'
1.70      zhu      14933: => '用户在其特定域:',
1.6       bisitz   14934: 
                   14935:    'Other domain:'
1.26      zhu      14936: => '其他域:',
1.6       bisitz   14937: 
                   14938:    'Users in other domain:'
1.70      zhu      14939: => '用户在其他域:',
1.6       bisitz   14940: 
                   14941:    'Restrict self-enrollment to students officially registered for the course'
1.70      zhu      14942: => '限制自助注册为正式注册的学生的课程',
1.6       bisitz   14943: 
                   14944:    'Dates self-enrollment available'
1.70      zhu      14945: => '自助注册期限',
1.6       bisitz   14946: 
                   14947:    'Starts'
1.70      zhu      14948: => '开始',
1.6       bisitz   14949: 
                   14950:    'Ends'
1.70      zhu      14951: => '结束',
1.6       bisitz   14952: 
                   14953:    'Course access dates assigned to self-enrolling users'
1.70      zhu      14954: => '课程访问日期分配给自助注册的用户',
1.6       bisitz   14955: 
                   14956:    'Section assigned to self-enrolling users'
1.70      zhu      14957: => '章节指派给自助注册用户',
1.6       bisitz   14958: 
                   14959:    'The following changes were made to self-enrollment settings:'
1.70      zhu      14960: => '进行了以下自助注册设置的更改:',
1.6       bisitz   14961: 
                   14962:    '[_1]: "[_2]" set to "[_3]".'
1.70      zhu      14963: => '[_1]: "[_2]" 设置为 "[_3]".',
1.6       bisitz   14964: 
                   14965:    '"[_1]" set to "[_2]".'
1.70      zhu      14966: => '"[_1]" 设置为 "[_2]".',
1.6       bisitz   14967: 
                   14968:    'No changes were made to the existing self-enrollment settings in this course.'
1.70      zhu      14969: => '现有的自助注册设置在该课程中未作任何修改。',
1.6       bisitz   14970: 
                   14971:    'Self-enrollment result'
1.70      zhu      14972: => '自助注册结果',
1.6       bisitz   14973: 
                   14974:    'Enroll in course'
1.70      zhu      14975: => '注册课程',
1.6       bisitz   14976: 
                   14977:    'Sections:'
1.70      zhu      14978: => '章节:',
1.6       bisitz   14979: 
                   14980:    'Self-enroll in course'
1.70      zhu      14981: => '自助注册参加课程',
1.6       bisitz   14982: 
                   14983:    'Self-enroll in a LON-CAPA course'
1.70      zhu      14984: => '自助注册参加LON-CAPA课程',
1.6       bisitz   14985: 
                   14986:    'Self-enroll'
1.70      zhu      14987: => '自助注册',
1.6       bisitz   14988: 
                   14989:    'Self-enroll in [_1]'
1.70      zhu      14990: => '自助注册到 [_1]',
1.6       bisitz   14991: 
                   14992:    'Self-enrollment error'
1.70      zhu      14993: => '自助注册错误',
1.6       bisitz   14994: 
                   14995:    'Invalid domain or course number'
1.26      zhu      14996: => '无效的域或课程数目',
1.6       bisitz   14997: 
                   14998:    'Self-enrollment unavailable'
1.70      zhu      14999: => '自助注册无法使用',
1.6       bisitz   15000: 
                   15001:    'Self-enrollment is restricted to students officially registered for this course.'
1.93      raeburn  15002: => 'Self-enrollment is restricted to students officially registered for this course.',
1.6       bisitz   15003: 
                   15004:    'Self-enrollment is not currently available for this course.'
1.93      raeburn  15005: => 'Self-enrollment is not currently available for this course.',
1.6       bisitz   15006: 
                   15007:    'Self-enrollment is not currently available in this course'
1.93      raeburn  15008: => 'Self-enrollment is not currently available in this course',
1.6       bisitz   15009: 
                   15010:    'Self-enrollment will become available starting [_1], and will be available to all LON-CAPA users.'
1.93      raeburn  15011: => 'Self-enrollment will become available starting [_1], and will be available to all LON-CAPA users.',
1.6       bisitz   15012: 
                   15013:    'Self-enrollment will become available starting [_1], and will be available to all LON-CAPA users at your institution ([_2]).'
1.93      raeburn  15014: => 'Self-enrollment will become available starting [_1], and will be available to all LON-CAPA users at your institution ([_2]).',
1.6       bisitz   15015: 
                   15016:    'Self-enrollment will become available starting [_1]; please enroll at that time.'
1.93      raeburn  15017: => 'Self-enrollment will become available starting [_1]; please enroll at that time.',
1.6       bisitz   15018: 
                   15019:    'Although self-enrollment will become available starting [_1], you are ineligible for enrollment.'
1.93      raeburn  15020: => 'Although self-enrollment will become available starting [_1], you are ineligible for enrollment.',
1.6       bisitz   15021: 
                   15022:    'Self-enrollment will become available starting [_1].'
1.93      raeburn  15023: => 'Self-enrollment will become available starting [_1].',
1.6       bisitz   15024: 
                   15025:    'The link to the requested page could not be followed.'
1.93      raeburn  15026: => 'The link to the requested page could not be followed.',
1.6       bisitz   15027: 
                   15028:    'The placeholder for the courseID is absent.'
1.93      raeburn  15029: => 'The placeholder for the courseID is absent.',
1.6       bisitz   15030: 
                   15031:    'LON-CAPA account required'
1.93      raeburn  15032: => 'LON-CAPA account required',
1.6       bisitz   15033: 
                   15034:    'You need to be logged into LON-CAPA to self-enroll in a course.'
1.93      raeburn  15035: => 'You need to be logged into LON-CAPA to self-enroll in a course.',
1.6       bisitz   15036: 
                   15037:    'If you have an account in LON-CAPA, [_1]log-in[_2].'
1.93      raeburn  15038: => 'If you have an account in LON-CAPA, [_1]log-in[_2].',
1.6       bisitz   15039: 
                   15040:    'Otherwise:'
1.93      raeburn  15041: => 'Otherwise:',
1.6       bisitz   15042: 
                   15043:    "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  15044: => "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   15045: 
                   15046:    'if you have an institutional login, [_1]create an account[_2]'
1.93      raeburn  15047: => 'if you have an institutional login, [_1]create an account[_2]',
1.6       bisitz   15048: 
                   15049:    'you can use an e-mail address to [_1]create an account[_2]'
1.93      raeburn  15050: => 'you can use an e-mail address to [_1]create an account[_2]',
1.6       bisitz   15051: 
                   15052:    'Otherwise, if you have an institutional login, [_1]create an account[_2].'
1.93      raeburn  15053: => 'Otherwise, if you have an institutional login, [_1]create an account[_2].',
1.6       bisitz   15054: 
                   15055:    'Otherwise, you will use an e-mail address to [_1]create an account[_2].'
1.93      raeburn  15056: => 'Otherwise, you will use an e-mail address to [_1]create an account[_2].',
1.6       bisitz   15057: 
                   15058:    "Otherwise, use your institution's [_1]single sign on page[_2] to log-in, then create an account."
1.93      raeburn  15059: => "Otherwise, use your institution's [_1]single sign on page[_2] to log-in, then create an account.",
1.6       bisitz   15060: 
                   15061:    'You will be able to self enroll in this course once the account has been created.'
1.93      raeburn  15062: => 'You will be able to self enroll in this course once the account has been created.',
1.6       bisitz   15063: 
                   15064:    'You will be able to self-enroll in the course you selected ([_1]) after you have successfully logged in.'
1.93      raeburn  15065: => 'You will be able to self-enroll in the course you selected ([_1]) after you have successfully logged in.',
1.6       bisitz   15066: 
                   15067:    '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  15068: => '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   15069: 
                   15070:    'You already have an active student role (section: "[_1]") in this course.'
1.93      raeburn  15071: => 'You already have an active student role (section: "[_1]") in this course.',
1.6       bisitz   15072: 
                   15073:    'You have a student role (section: "[_1]") in this course which will become active [_2].'
1.93      raeburn  15074: => 'You have a student role (section: "[_1]") in this course which will become active [_2].',
1.6       bisitz   15075: 
                   15076:    'Self-enrollment is restricted to officially registered students.'
1.93      raeburn  15077: => 'Self-enrollment is restricted to officially registered students.',
1.6       bisitz   15078: 
                   15079:    'As you are not currently registered for this course, self-enrollment is unavailable.'
1.93      raeburn  15080: => 'As you are not currently registered for this course, self-enrollment is unavailable.',
1.6       bisitz   15081: 
                   15082:    'The end date for access to this course for users who self-enroll has passed.'
1.93      raeburn  15083: => 'The end date for access to this course for users who self-enroll has passed.',
1.6       bisitz   15084: 
                   15085:    '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  15086: => '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   15087: 
                   15088:    'Self-enrollment in this course was successful.'
1.93      raeburn  15089: => 'Self-enrollment in this course was successful.',
1.6       bisitz   15090: 
                   15091:    'The start date for access to this course for users who self-enroll has yet to be reached.'
1.93      raeburn  15092: => 'The start date for access to this course for users who self-enroll has yet to be reached.',
1.6       bisitz   15093: 
                   15094:    '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  15095: => '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   15096: 
                   15097:    'Your new role is available immediately, and will provide access to the course until [_1].'
1.93      raeburn  15098: => 'Your new role is available immediately, and will provide access to the course until [_1].',
1.6       bisitz   15099: 
                   15100:    'Enrollment process complete'
1.93      raeburn  15101: => 'Enrollment process complete',
1.6       bisitz   15102: 
                   15103:    'Enrollment incomplete'
1.93      raeburn  15104: => 'Enrollment incomplete',
1.6       bisitz   15105: 
                   15106:    'Self-enrollment in this course failed.'
1.93      raeburn  15107: => 'Self-enrollment in this course failed.',
1.6       bisitz   15108: 
                   15109:    'You are not permitted to enroll yourself in this course.'
1.93      raeburn  15110: => 'You are not permitted to enroll yourself in this course.',
1.6       bisitz   15111: 
                   15112:    'Enter course now'
1.93      raeburn  15113: => 'Enter course now',
1.6       bisitz   15114: 
                   15115:    'other'
1.93      raeburn  15116: => 'other',
1.6       bisitz   15117: 
                   15118:    'Self-enrollment in this course is available to any user affiliated with [_1].'
1.93      raeburn  15119: => 'Self-enrollment in this course is available to any user affiliated with [_1].',
1.6       bisitz   15120: 
                   15121:    'Self-enrollment in this course is only available to users in affiliated with [_1] who have the following status: "[_2]".'
1.93      raeburn  15122: => 'Self-enrollment in this course is only available to users in affiliated with [_1] who have the following status: "[_2]".',
1.6       bisitz   15123: 
                   15124:    'Self-enrollment is not currently available for this course for users affiliated with [_1].'
1.93      raeburn  15125: => 'Self-enrollment is not currently available for this course for users affiliated with [_1].',
1.6       bisitz   15126: 
                   15127:    'Self-enrollment in this course is only available to users affiliated with the following institutions, and who have the required status:'
1.93      raeburn  15128: => 'Self-enrollment in this course is only available to users affiliated with the following institutions, and who have the required status:',
1.6       bisitz   15129: 
                   15130:    'Your registration status could not be verified.'
1.93      raeburn  15131: => 'Your registration status could not be verified.',
1.6       bisitz   15132: 
                   15133:    'Your registration status could not determined, because a problem occurred retrieving data.'
1.93      raeburn  15134: => 'Your registration status could not determined, because a problem occurred retrieving data.',
1.6       bisitz   15135: 
                   15136:    'As no institutional course sections are currently associated with this course, your registration status is undetermined.'
1.93      raeburn  15137: => 'As no institutional course sections are currently associated with this course, your registration status is undetermined.',
1.6       bisitz   15138: 
                   15139:    '[_1]Ad hoc[_2] roles in domain [_3] --'
1.98      bisitz   15140: => '[_1]Ad hoc[_2] roles in domain [_3] --',
1.6       bisitz   15141: 
                   15142:    'Assemble resources'
                   15143: => '布置课程内容',
                   15144: 
                   15145:    'Create, edit, modify and publish resources'
1.93      raeburn  15146: => 'Create, edit, modify and publish resources',
1.6       bisitz   15147: 
                   15148:    'Create, modify and delete course groups'
1.93      raeburn  15149: => 'Create, modify and delete course groups',
1.6       bisitz   15150: 
                   15151:    'View course groups'
1.12      zhu      15152: => '查看课程组',
1.6       bisitz   15153: 
                   15154:    'View student activity'
1.93      raeburn  15155: => 'View student activity',
1.6       bisitz   15156: 
                   15157:    'Show full details for each course ([_1] only)'
1.93      raeburn  15158: => 'Show full details for each course ([_1] only)',
1.6       bisitz   15159: 
                   15160:    'Include courses set to be hidden from catalog ([_1] only)'
1.93      raeburn  15161: => 'Include courses set to be hidden from catalog ([_1] only)',
1.6       bisitz   15162: 
                   15163:    'Include subcategories within "[_1]"'
1.18      zhu      15164: => '包含子类 "[_1]"',
1.6       bisitz   15165: 
                   15166:    'Only show courses which allow self-enrollment'
1.18      zhu      15167: => '只显示允许自行登记的课程',
1.6       bisitz   15168: 
                   15169:    'include subdirectories'
1.18      zhu      15170: => '包括子目录',
1.6       bisitz   15171: 
                   15172:    'force republication of previously published files'
1.93      raeburn  15173: => 'force republication of previously published files',
1.6       bisitz   15174: 
                   15175:    'make file(s) obsolete'
1.93      raeburn  15176: => 'make file(s) obsolete',
1.6       bisitz   15177: 
                   15178:    'force directory level catalog information over existing'
1.93      raeburn  15179: => 'force directory level catalog information over existing',
1.6       bisitz   15180: 
                   15181:    'Session could not be opened.'
1.93      raeburn  15182: => 'Session could not be opened.',
1.6       bisitz   15183: 
                   15184:    'The domain you provided is not a valid LON-CAPA domain.'
1.93      raeburn  15185: => 'The domain you provided is not a valid LON-CAPA domain.',
1.6       bisitz   15186: 
                   15187:    'Student Settings'
1.93      raeburn  15188: => 'Student Settings',
1.6       bisitz   15189: 
                   15190:    'Coordinator Settings'
1.93      raeburn  15191: => 'Coordinator Settings',
1.6       bisitz   15192: 
                   15193:    'Author Settings'
1.93      raeburn  15194: => 'Author Settings',
1.6       bisitz   15195: 
                   15196:    'Administrator Settings'
1.93      raeburn  15197: => 'Administrator Settings',
1.6       bisitz   15198: 
                   15199:    'Item'
1.93      raeburn  15200: => 'Item',
1.6       bisitz   15201: 
                   15202:    'Found [_1] without responses. This resource cannot be published.'
1.93      raeburn  15203: => 'Found [_1] without responses. This resource cannot be published.',
1.6       bisitz   15204: 
                   15205:    'LON-CAPA helpdesk'
1.93      raeburn  15206: => 'LON-CAPA helpdesk',
1.6       bisitz   15207: 
                   15208:    'Create a user account in LON-CAPA'
1.93      raeburn  15209: => 'Create a user account in LON-CAPA',
1.6       bisitz   15210: 
                   15211:    'Account creation unavailable'
1.93      raeburn  15212: => 'Account creation unavailable',
1.6       bisitz   15213: 
                   15214:    'Error creating token.'
1.93      raeburn  15215: => 'Error creating token.',
1.6       bisitz   15216: 
                   15217:    'Account creation'
1.93      raeburn  15218: => 'Account creation',
1.6       bisitz   15219: 
                   15220:    '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  15221: => '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   15222: 
                   15223:    '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  15224: => '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   15225: 
                   15226:    "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  15227: => "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   15228: 
                   15229:    "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  15230: => "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   15231: 
                   15232:    "Although your username and password were authenticated, you do not currently have a LON-CAPA account at this institution."
1.93      raeburn  15233: => "Although your username and password were authenticated, you do not currently have a LON-CAPA account at this institution.",
1.6       bisitz   15234: 
                   15235:    "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  15236: => "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   15237: 
                   15238:    'A LON-CAPA account may not be created with the username you use.'
1.93      raeburn  15239: => 'A LON-CAPA account may not be created with the username you use.',
1.6       bisitz   15240: 
                   15241:    'User Information'
1.93      raeburn  15242: => 'User Information',
1.6       bisitz   15243: 
                   15244:    'User information'
1.93      raeburn  15245: => 'User information',
1.6       bisitz   15246: 
                   15247:    'Review user information'
1.93      raeburn  15248: => 'Review user information',
1.6       bisitz   15249: 
                   15250:    '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  15251: => '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   15252: 
                   15253:    '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  15254: => '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   15255: 
                   15256:    '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  15257: => '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   15258: 
                   15259:    'Confirmation'
1.93      raeburn  15260: => 'Confirmation',
1.6       bisitz   15261: 
                   15262:    'Confirm that you wish to create an account.'
1.93      raeburn  15263: => 'Confirm that you wish to create an account.',
1.6       bisitz   15264: 
                   15265:    'New username'
1.93      raeburn  15266: => 'New username',
1.6       bisitz   15267: 
                   15268:    'Create account'
1.93      raeburn  15269: => 'Create account',
1.6       bisitz   15270: 
                   15271:    'You must enter a password'
1.93      raeburn  15272: => 'You must enter a password',
1.6       bisitz   15273: 
                   15274:    'The passwords you entered did not match.'
1.93      raeburn  15275: => 'The passwords you entered did not match.',
1.6       bisitz   15276: 
                   15277:    'Create account with a username provided by this institution'
1.93      raeburn  15278: => 'Create account with a username provided by this institution',
1.6       bisitz   15279: 
                   15280:    '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  15281: => '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   15282: 
                   15283:    'Type in your log-in ID and password to find out.'
1.93      raeburn  15284: => 'Type in your log-in ID and password to find out.',
1.6       bisitz   15285: 
                   15286:    'Log-in ID'
1.93      raeburn  15287: => 'Log-in ID',
1.6       bisitz   15288: 
                   15289:    'Create account with an e-mail address as your username'
1.93      raeburn  15290: => 'Create account with an e-mail address as your username',
1.6       bisitz   15291: 
                   15292:    '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  15293: => '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   15294: 
                   15295:    'Request LON-CAPA account'
1.93      raeburn  15296: => 'Request LON-CAPA account',
1.6       bisitz   15297: 
                   15298:    'Validation'
1.93      raeburn  15299: => 'Validation',
1.6       bisitz   15300: 
                   15301:    'Thank you for your request to create a new LON-CAPA account.'
1.93      raeburn  15302: => 'Thank you for your request to create a new LON-CAPA account.',
1.6       bisitz   15303: 
                   15304:    'A request was submitted on [_1] for creation of a LON-CAPA account at the following institution:[_2].'
1.93      raeburn  15305: => 'A request was submitted on [_1] for creation of a LON-CAPA account at the following institution:[_2].',
1.6       bisitz   15306: 
                   15307:    'To complete this process please open a web browser and enter the following URL in the address/location box: [_1]'
1.93      raeburn  15308: => 'To complete this process please open a web browser and enter the following URL in the address/location box: [_1]',
1.6       bisitz   15309: 
                   15310:    'A message has been sent to the e-mail address you provided.'
1.93      raeburn  15311: => 'A message has been sent to the e-mail address you provided.',
1.6       bisitz   15312: 
                   15313:    'The message includes the web address for the link you will use to complete the account creation process.'
1.93      raeburn  15314: => 'The message includes the web address for the link you will use to complete the account creation process.',
1.6       bisitz   15315: 
                   15316:    'The link included in the message will be valid for the next [_1]two[_2] hours.'
1.93      raeburn  15317: => 'The link included in the message will be valid for the next [_1]two[_2] hours.',
1.6       bisitz   15318: 
                   15319:    'An error occurred when sending a message to the e-mail address you provided.'
1.93      raeburn  15320: => 'An error occurred when sending a message to the e-mail address you provided.',
1.6       bisitz   15321: 
                   15322:    'An error occurred creating a token required for the account creation process.'
1.93      raeburn  15323: => 'An error occurred creating a token required for the account creation process.',
1.6       bisitz   15324: 
                   15325:    'Please contact the [_1] ([_2]) for assistance.'
1.93      raeburn  15326: => 'Please contact the [_1] ([_2]) for assistance.',
1.6       bisitz   15327: 
                   15328:    '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  15329: => '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   15330: 
                   15331:    'Sorry, the token generated when you requested creation of an account has expired.'
1.93      raeburn  15332: => 'Sorry, the token generated when you requested creation of an account has expired.',
1.6       bisitz   15333: 
                   15334:    'Sorry, the URL generated when you requested creation of an account contained incomplete information.'
1.93      raeburn  15335: => 'Sorry, the URL generated when you requested creation of an account contained incomplete information.',
1.6       bisitz   15336: 
                   15337:    '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  15338: => '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   15339: 
1.89      bisitz   15340:    '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  15341: => '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   15342: 
                   15343:    'A LON-CAPA account already exists for username [_1] at this institution ([_2]).'
1.93      raeburn  15344: => 'A LON-CAPA account already exists for username [_1] at this institution ([_2]).',
1.6       bisitz   15345: 
                   15346:    'The password entered was also correct so you have been logged in.'
1.93      raeburn  15347: => 'The password entered was also correct so you have been logged in.',
1.6       bisitz   15348: 
                   15349:    'Authentication failed'
1.93      raeburn  15350: => 'Authentication failed',
1.6       bisitz   15351: 
                   15352:    'An e-mail confirming creation of your new LON-CAPA account has been sent to [_1].'
1.93      raeburn  15353: => 'An e-mail confirming creation of your new LON-CAPA account has been sent to [_1].',
1.6       bisitz   15354: 
                   15355:    'An error occurred when sending e-mail to [_1] confirming creation of your LON-CAPA account.'
1.93      raeburn  15356: => 'An error occurred when sending e-mail to [_1] confirming creation of your LON-CAPA account.',
1.6       bisitz   15357: 
                   15358:    'A problem occurred when attempting to create your new LON-CAPA account.'
1.93      raeburn  15359: => 'A problem occurred when attempting to create your new LON-CAPA account.',
1.6       bisitz   15360: 
                   15361:    'Please provide user information and a password for your new account.'
1.93      raeburn  15362: => 'Please provide user information and a password for your new account.',
1.6       bisitz   15363: 
                   15364:    'Your password, which must contain at least seven characters, will be sent to the LON-CAPA server in an encrypted form.'
1.93      raeburn  15365: => 'Your password, which must contain at least seven characters, will be sent to the LON-CAPA server in an encrypted form.',
1.6       bisitz   15366: 
                   15367:    'Create LON-CAPA account'
1.93      raeburn  15368: => 'Create LON-CAPA account',
1.6       bisitz   15369: 
                   15370:    'Could not load javascript file [_1]'
1.93      raeburn  15371: => 'Could not load javascript file [_1]',
1.6       bisitz   15372: 
                   15373:    'Invalid ID format'
1.93      raeburn  15374: => 'Invalid ID format',
1.6       bisitz   15375: 
                   15376:    'An error occurred when storing a token'
1.93      raeburn  15377: => 'An error occurred when storing a token',
1.6       bisitz   15378: 
                   15379:    'You will not be able to proceed to the next stage of account creation'
1.93      raeburn  15380: => 'You will not be able to proceed to the next stage of account creation',
1.6       bisitz   15381: 
                   15382:    'A LON-CAPA account has been created for username: [_1] in domain: [_2].'
1.93      raeburn  15383: => 'A LON-CAPA account has been created for username: [_1] in domain: [_2].',
1.6       bisitz   15384: 
                   15385:    'Account creation failed for username: [_1] in domain: [_2].'
1.93      raeburn  15386: => 'Account creation failed for username: [_1] in domain: [_2].',
1.6       bisitz   15387: 
                   15388:    'User account creation is not available for the current default authentication type.'
1.93      raeburn  15389: => 'User account creation is not available for the current default authentication type.',
1.6       bisitz   15390: 
                   15391:    'The e-mail address you provided is already in use as a username at this institution.'
1.93      raeburn  15392: => 'The e-mail address you provided is already in use as a username at this institution.',
1.6       bisitz   15393: 
                   15394:    'Username rules at this institution do not allow the e-mail address you provided to be used as a username.'
1.93      raeburn  15395: => 'Username rules at this institution do not allow the e-mail address you provided to be used as a username.',
1.6       bisitz   15396: 
                   15397:    'The e-mail address you provided may not be used as a username at this LON-CAPA institution.'
1.93      raeburn  15398: => 'The e-mail address you provided may not be used as a username at this LON-CAPA institution.',
1.6       bisitz   15399: 
1.95      raeburn  15400:    'Validation of the code you entered failed.'
                   15401: => 'Validation of the code you entered failed.',
1.6       bisitz   15402: 
                   15403:    'Creation of a new user account using an e-mail address as username is not permitted at this LON-CAPA institution.'
1.93      raeburn  15404: => 'Creation of a new user account using an e-mail address as username is not permitted at this LON-CAPA institution.',
1.6       bisitz   15405: 
                   15406:    'Type in the letters/numbers shown below'
1.93      raeburn  15407: => 'Type in the letters/numbers shown below',
1.6       bisitz   15408: 
                   15409:    'You may need to reload the previous page to obtain a new token.'
1.93      raeburn  15410: => 'You may need to reload the previous page to obtain a new token.',
1.6       bisitz   15411: 
                   15412:    'Unable to retrieve your log-in information - unexpected context'
1.93      raeburn  15413: => 'Unable to retrieve your log-in information - unexpected context',
1.6       bisitz   15414: 
                   15415:    "Your e-mail address uses the same internet domain as your institution's LON-CAPA service."
1.93      raeburn  15416: => "Your e-mail address uses the same internet domain as your institution's LON-CAPA service.",
1.6       bisitz   15417: 
                   15418:    'Creation of a LON-CAPA account with this type of e-mail address as username is not permitted.'
1.93      raeburn  15419: => 'Creation of a LON-CAPA account with this type of e-mail address as username is not permitted.',
1.6       bisitz   15420: 
                   15421:    'You should request creation of a LON-CAPA account for a log-in ID of "[_1]" at your institution instead.'
1.93      raeburn  15422: => 'You should request creation of a LON-CAPA account for a log-in ID of "[_1]" at your institution instead.',
1.6       bisitz   15423: 
                   15424:    'Changes/page:'
1.63      zhu      15425: => '每页显示列数:',
1.6       bisitz   15426: 
                   15427:    'Window during which changes occurred:'
1.63      zhu      15428: => '在这个时期发生的变化:',
1.6       bisitz   15429: 
                   15430:    'This page is either empty or it only contains resources that are currently hidden'
1.93      raeburn  15431: => 'This page is either empty or it only contains resources that are currently hidden',
1.6       bisitz   15432: 
                   15433:    'Please use the LON-CAPA navigation arrows to move to another item in the course'
1.93      raeburn  15434: => 'Please use the LON-CAPA navigation arrows to move to another item in the course',
1.6       bisitz   15435: 
                   15436:    'Unable to modify requested student ([_1])'
1.93      raeburn  15437: => 'Unable to modify requested student ([_1])',
1.6       bisitz   15438: 
                   15439:    'Unable to grade requested sequence ([_1]).'
1.93      raeburn  15440: => 'Unable to grade requested sequence ([_1]).',
1.6       bisitz   15441: 
                   15442:    'No score was changed or updated.'
1.93      raeburn  15443: => 'No score was changed or updated.',
1.6       bisitz   15444: 
                   15445:    'The scores were changed for [quant,_1,problem].'
1.93      raeburn  15446: => 'The scores were changed for [quant,_1,problem].',
1.6       bisitz   15447: 
1.81      bisitz   15448:    '[_1]Visit the [_2]Course/Community Catalog[_3] to view all [_4] LON-CAPA courses and communities.' # _1: <b>, _2: <a>, _3: </a> </b>, _4: domain
1.98      bisitz   15449: => '[_1]Visit the [_2]Course/Community Catalog[_3] to view all [_4] LON-CAPA courses and communities.',
1.6       bisitz   15450: 
1.83      bisitz   15451:    '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.'
                   15452: => '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   15453: 
                   15454: #SD begin 2008-07-02
                   15455:    'When'
1.70      zhu      15456: => '什么时候',
1.6       bisitz   15457: 
                   15458:    'Who made the change'
1.70      zhu      15459: => '谁进行了修改',
1.6       bisitz   15460: 
                   15461:    'Changed User'
1.70      zhu      15462: => '改变用户',
1.6       bisitz   15463: 
                   15464:    'Context'
1.70      zhu      15465: => '概述',
1.6       bisitz   15466: 
                   15467:    'Context:'
1.70      zhu      15468: => '概述:',
1.6       bisitz   15469: 
                   15470:    'After:'
1.70      zhu      15471: => '之后:',
1.6       bisitz   15472: 
                   15473:    'Before:'
1.70      zhu      15474: => '之前:',
1.6       bisitz   15475: 
                   15476:    'User Changes'
1.70      zhu      15477: => '用户更改',
1.6       bisitz   15478: 
                   15479:    'For this user, the default quota would be [_1]'
1.70      zhu      15480: => '此使用者的默认的配额为[_1]',
1.6       bisitz   15481: 
                   15482:    'Search for a user and enroll as a student'
1.70      zhu      15483: => '搜索用户并注册为学生',
1.6       bisitz   15484: 
                   15485:    'username is known'
1.93      raeburn  15486: => 'username is known',
1.6       bisitz   15487: 
                   15488:    'Create a new user'
1.70      zhu      15489: => '创建一个新用户',
1.6       bisitz   15490: 
                   15491:    'Enroll'
1.70      zhu      15492: => '注册',
1.6       bisitz   15493: 
                   15494:    'User Search to enroll student'
1.93      raeburn  15495: => 'User Search to enroll student',
1.6       bisitz   15496: 
                   15497:    'Select a user to enroll as a student'
1.93      raeburn  15498: => 'Select a user to enroll as a student',
1.6       bisitz   15499: 
1.101     bisitz   15500:    'modify' #context? breadcrumb_text
1.93      raeburn  15501: => 'modify',
1.6       bisitz   15502: 
                   15503:    'as a student'
1.70      zhu      15504: => '作为一名学生',
1.6       bisitz   15505: 
                   15506:    'Set section/dates'
1.70      zhu      15507: => '设置章节/日期',
1.6       bisitz   15508: 
                   15509:    'Unknown'
1.93      raeburn  15510: => 'Unknown',
1.6       bisitz   15511: 
                   15512:    'You do not have privileges to assign co-author roles.'
1.93      raeburn  15513: => 'You do not have privileges to assign co-author roles.',
1.6       bisitz   15514: 
                   15515:    'This user has an unrecognized authentication scheme'
1.93      raeburn  15516: => 'This user has an unrecognized authentication scheme',
1.6       bisitz   15517: 
                   15518:    'Please alert a domain coordinator of this situation'
1.93      raeburn  15519: => 'Please alert a domain coordinator of this situation',
1.6       bisitz   15520: 
                   15521:    'Please specify login data below'
1.93      raeburn  15522: => 'Please specify login data below',
1.6       bisitz   15523: 
                   15524:    'No domain specified'
1.93      raeburn  15525: => 'No domain specified',
1.6       bisitz   15526: 
1.19      zhu      15527:    'Invalid domain name'
1.93      raeburn  15528: => 'Invalid domain name',
1.6       bisitz   15529: 
1.19      zhu      15530:    'Only letters, numbers, periods, dashes, and underscores are valid'
1.93      raeburn  15531: => 'Only letters, numbers, periods, dashes, and underscores are valid',
1.6       bisitz   15532: 
                   15533:    'You do not have the authority to modify this users authentification information'
1.93      raeburn  15534: => 'You do not have the authority to modify this users authentification information',
1.6       bisitz   15535: 
                   15536:    'New Student/Employee ID does not match existing ID for this user.'
1.93      raeburn  15537: => 'New Student/Employee ID does not match existing ID for this user.',
1.6       bisitz   15538: 
                   15539:    "Change is not permitted without checking the 'Force ID change' checkbox on the previous page."
1.93      raeburn  15540: => "Change is not permitted without checking the 'Force ID change' checkbox on the previous page.",
1.6       bisitz   15541: 
                   15542:    'Unable to successfully change environment for'
1.93      raeburn  15543: => 'Unable to successfully change environment for',
1.6       bisitz   15544: 
                   15545:    'No roles'
1.93      raeburn  15546: => 'No roles',
1.6       bisitz   15547: 
                   15548:    'The following fields were not updated: '
1.93      raeburn  15549: => 'The following fields were not updated: ',
1.6       bisitz   15550: 
                   15551:    "You do not have the authority to change this field given the user's current set of active/future [_1] roles:"
1.96      raeburn  15552: => "You do not have the authority to change this field given the user's current set of active/future [_1] roles:",
1.6       bisitz   15553: 
                   15554:    "You do not have the authority to change these fields given the user's current set of active/future [_1] roles:"
1.96      raeburn  15555: => "You do not have the authority to change these fields given the user's current set of active/future [_1] roles:",
1.6       bisitz   15556: 
1.49      bisitz   15557:    'Please contact your [_1]helpdesk[_2] for more information.'
1.93      raeburn  15558: => 'Please contact your [_1]helpdesk[_2] for more information.',
1.6       bisitz   15559: 
                   15560:    '<b>[_1]</b> enrolled'
1.70      zhu      15561: => '<b>[_1]</b> 注册的',
1.6       bisitz   15562: 
                   15563:    'in section [_1]'
1.93      raeburn  15564: => 'in section [_1]',
1.6       bisitz   15565: 
                   15566:    'Access starts immediately'
1.70      zhu      15567: => '访问立即开始',
1.6       bisitz   15568: 
                   15569:    'Access starts: '
1.70      zhu      15570: => '访问开始: ',
1.6       bisitz   15571: 
                   15572:    'ends: no ending date'
1.70      zhu      15573: => '结束:没有结束日期',
1.6       bisitz   15574: 
                   15575:    'ends: '
1.70      zhu      15576: => '结束: ',
1.6       bisitz   15577: 
                   15578:    '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  15579: => '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   15580: 
                   15581:    '(default)'
1.70      zhu      15582: => '(默认的)',
1.6       bisitz   15583: 
                   15584:    '(default for [_1])'
1.70      zhu      15585: => '(默认 [_1])',
1.6       bisitz   15586: 
                   15587:    'You are not authorized to make bulk changes to user roles'
1.93      raeburn  15588: => 'You are not authorized to make bulk changes to user roles',
1.6       bisitz   15589: 
                   15590:    'You do not have permission to modify dates or sections for users'
1.93      raeburn  15591: => 'You do not have permission to modify dates or sections for users',
1.6       bisitz   15592: 
                   15593:    'deleted'
1.93      raeburn  15594: => 'deleted',
1.6       bisitz   15595: 
                   15596:    'No start date'
1.10      zhu      15597: => '没有开始日期',
1.6       bisitz   15598: 
                   15599:    'Previous [_1] changes'
1.93      raeburn  15600: => 'Previous [_1] changes',
1.6       bisitz   15601: 
                   15602:    'Next [_1] changes'
1.93      raeburn  15603: => 'Next [_1] changes',
1.6       bisitz   15604: 
1.74      bisitz   15605:    'There are no records to display.'
                   15606: => '没有记录显示。',
                   15607: 
                   15608:    'There are no transactions to display.'
1.93      raeburn  15609: => 'There are no transactions to display.',
1.6       bisitz   15610: 
                   15611:    'Automated enrollment'
1.70      zhu      15612: => '自动注册',
1.6       bisitz   15613: 
                   15614:    'Roster Update'
1.70      zhu      15615: => '名册更新',
1.6       bisitz   15616: 
                   15617:    'Course Creation'
1.70      zhu      15618: => '创建课程',
1.6       bisitz   15619: 
                   15620:    'User Management in course'
1.70      zhu      15621: => '在课程中的用户管理',
1.6       bisitz   15622: 
                   15623:    'User Management in domain'
1.70      zhu      15624: => '在域中的用户管理',
1.6       bisitz   15625: 
                   15626:    'Self-enrolled'
1.70      zhu      15627: => '自助注册',
1.6       bisitz   15628: 
                   15629:    'Your search term must contain more than just spaces.'
1.93      raeburn  15630: => 'Your search term must contain more than just spaces.',
1.6       bisitz   15631: 
                   15632:    'this course'
1.70      zhu      15633: => '本课程',
1.6       bisitz   15634: 
                   15635:    'LON-CAPA domain: '
1.93      raeburn  15636: => 'LON-CAPA domain: ',
1.6       bisitz   15637: 
                   15638:    'the institutional directory for domain: '
1.93      raeburn  15639: => 'the institutional directory for domain: ',
1.6       bisitz   15640: 
1.49      bisitz   15641:    'Please contact the [_1]helpdesk[_2] if you need to create a new user.'
1.93      raeburn  15642: => 'Please contact the [_1]helpdesk[_2] if you need to create a new user.',
1.6       bisitz   15643: 
                   15644:    'Section for self-enrolled users unchanged as the proposed section is a group'
1.93      raeburn  15645: => 'Section for self-enrolled users unchanged as the proposed section is a group',
1.6       bisitz   15646: 
                   15647:    'Group names and section names must be distinct'
1.12      zhu      15648: => '组名称和章节的名称必须是不同的',
1.6       bisitz   15649: 
                   15650:    'Section for self-enrolled users unchanged, as "all" is a reserved section name.'
1.93      raeburn  15651: => 'Section for self-enrolled users unchanged, as "all" is a reserved section name.',
1.6       bisitz   15652: 
                   15653:    'An error occurred when saving changes to self-enrollment settings in this course.'
1.93      raeburn  15654: => 'An error occurred when saving changes to self-enrollment settings in this course.',
1.6       bisitz   15655: 
                   15656: #SD end 2008-07-02
                   15657: 
                   15658:    'Server Switch Required'
1.93      raeburn  15659: => 'Server Switch Required',
1.6       bisitz   15660: 
                   15661:    'Construction Space access is only available from the home server of the corresponding Author.'
1.93      raeburn  15662: => 'Construction Space access is only available from the home server of the corresponding Author.',
1.6       bisitz   15663: 
                   15664:    "Click the 'Switch Server' link to go there."
1.93      raeburn  15665: => "Click the 'Switch Server' link to go there.",
1.6       bisitz   15666: 
                   15667:    'Default in use:'
1.70      zhu      15668: => '默认情况下使用:',
1.6       bisitz   15669: 
1.89      bisitz   15670:    'Self-creation of account by users with status: [_1]'
1.93      raeburn  15671: => 'Self-creation of account by users with status: [_1]',
1.6       bisitz   15672: 
                   15673:    'modifiable fields (if institutional data blank): '
1.98      bisitz   15674: => 'modifiable fields (if institutional data blank): ',
1.6       bisitz   15675: 
                   15676:    'Source Code'
1.93      raeburn  15677: => 'Source Code',
1.6       bisitz   15678: 
                   15679:    'Copy Problem Source Code to Construction Space'
1.93      raeburn  15680: => 'Copy Problem Source Code to Construction Space',
1.6       bisitz   15681: 
                   15682:    'Please enter the directory that you would like the source code to go into.'
1.93      raeburn  15683: => 'Please enter the directory that you would like the source code to go into.',
1.6       bisitz   15684: 
                   15685:    'Note: the path is in reference to the root of your construction space, and new directories will be automatically created.'
1.93      raeburn  15686: => 'Note: the path is in reference to the root of your construction space, and new directories will be automatically created.',
1.6       bisitz   15687: 
                   15688:    'shared_source'
1.93      raeburn  15689: => 'shared_source',
1.6       bisitz   15690: 
                   15691:    'Copy to Construction Space'
1.93      raeburn  15692: => 'Copy to Construction Space',
1.6       bisitz   15693: 
1.99      raeburn  15694:    '[_1]W[_2]ARNING' 
                   15695: => '[_1]W[_2]ARNING',
1.6       bisitz   15696: 
                   15697:    'At end of file some tags were still left unclosed:'
1.93      raeburn  15698: => 'At end of file some tags were still left unclosed:',
1.6       bisitz   15699: 
                   15700:    'Unable to save file [_1]'
1.93      raeburn  15701: => 'Unable to save file [_1]',
1.6       bisitz   15702: 
                   15703:    'Warnings and Errors'
1.93      raeburn  15704: => 'Warnings and Errors',
1.6       bisitz   15705: 
                   15706:    'Edit Math'
1.93      raeburn  15707: => 'Edit Math',
1.6       bisitz   15708: 
                   15709:    'DragMath Latex Equation Editor'
1.93      raeburn  15710: => 'DragMath Latex Equation Editor', # n.t.
1.6       bisitz   15711: 
                   15712:    '[_1]Return[_2] to editing resource.'
1.98      bisitz   15713: => '[_1]Return[_2] to editing resource.',
1.6       bisitz   15714: 
                   15715:    'Counting pages for student: [_1]'
1.93      raeburn  15716: => 'Counting pages for student: [_1]',
1.6       bisitz   15717: 
                   15718:    'LaTeX could not successfully parse your tex file.'
1.93      raeburn  15719: => 'LaTeX could not successfully parse your tex file.',
1.6       bisitz   15720: 
                   15721:    'It probably has errors in it.'
1.93      raeburn  15722: => 'It probably has errors in it.',
1.6       bisitz   15723: 
                   15724:    'Here are the error messages in the LaTeX log file:'
1.93      raeburn  15725: => 'Here are the error messages in the LaTeX log file:',
1.6       bisitz   15726: 
                   15727:    'There are errors in [_1].'
1.93      raeburn  15728: => 'There are errors in [_1].',
1.6       bisitz   15729: 
                   15730:    'There are errors.'
1.93      raeburn  15731: => 'There are errors.',
1.6       bisitz   15732: 
                   15733:    'These errors prevent this resource from printing correctly.'
1.93      raeburn  15734: => 'These errors prevent this resource from printing correctly.',
1.6       bisitz   15735: 
                   15736:    'A message has been sent to the instructor describing this failure.'
1.93      raeburn  15737: => 'A message has been sent to the instructor describing this failure.',
1.6       bisitz   15738: 
                   15739:    'You are running LaTeX in [_1]batch mode[_2].'
1.93      raeburn  15740: => 'You are running LaTeX in [_1]batch mode[_2].',
1.6       bisitz   15741: 
                   15742:    'It has found an error in [_1][_2]and corrected it.'
1.93      raeburn  15743: => 'It has found an error in [_1][_2]and corrected it.',
1.6       bisitz   15744: 
                   15745:    '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   15746: => '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   15747: 
                   15748:    'The link to [_1]Your log file[_2]'
1.93      raeburn  15749: => 'The link to [_1]Your log file[_2]',
1.6       bisitz   15750: 
                   15751:    'The link to [_1]Your original LaTeX file[_2]'
1.93      raeburn  15752: => 'The link to [_1]Your original LaTeX file[_2]',
1.6       bisitz   15753: 
                   15754:    'bomb'
1.93      raeburn  15755: => 'bomb',
1.6       bisitz   15756: 
                   15757:    'Output Tags'
1.93      raeburn  15758: => 'Output Tags',
1.6       bisitz   15759: 
                   15760:    'WARNING: Cannot connect to database!'
1.70      zhu      15761: => '警告:无法连接到数据库!',
1.6       bisitz   15762: 
                   15763:    'Error occurred saving new values in metadata table in LON-CAPA database!'
1.70      zhu      15764: => '保存新值数据表到LON-CAPA数据库中时发生错误!',
1.6       bisitz   15765: 
1.81      bisitz   15766:    'Your course/community currently appears in the Course/Community Catalog for this domain.'
1.93      raeburn  15767: => 'Your course/community currently appears in the Course/Community Catalog for this domain.',
1.6       bisitz   15768: 
                   15769:    '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   15770: => '课程可自我编目的基础的研究所代码(例如, inf_20112012_math1 )或可通过域的定义分配类别界定。',
1.6       bisitz   15771: 
1.81      bisitz   15772:    'Your course/community does not currently appear in the Course/Community Catalog for this domain.'
1.93      raeburn  15773: => 'Your course/community does not currently appear in the Course/Community Catalog for this domain.',
1.6       bisitz   15774: 
                   15775:    'You should remedy this if you plan to allow self-enrollment, otherwise students will have difficulty finding your course.'
1.93      raeburn  15776: => 'You should remedy this if you plan to allow self-enrollment, otherwise students will have difficulty finding your course.',
1.6       bisitz   15777: 
                   15778:    '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  15779: => '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   15780: 
                   15781:    'Make any changes to self-enrollment settings below, click "Save changes", then take action to include the course in the Catalog:'
1.93      raeburn  15782: => 'Make any changes to self-enrollment settings below, click "Save changes", then take action to include the course in the Catalog:',
1.6       bisitz   15783: 
                   15784:    'Take the following action to ensure the course appears in the Catalog:'
1.93      raeburn  15785: => 'Take the following action to ensure the course appears in the Catalog:',
1.6       bisitz   15786: 
                   15787:    'Ask a domain coordinator to change the "Exclude from course catalog" setting.'
1.93      raeburn  15788: => 'Ask a domain coordinator to change the "Exclude from course catalog" setting.',
1.6       bisitz   15789: 
                   15790:    'Ask a domain coordinator to enable display the catalog of "Official courses (with institutional codes)".'
1.93      raeburn  15791: => 'Ask a domain coordinator to enable display the catalog of "Official courses (with institutional codes)".',
1.6       bisitz   15792: 
                   15793:    'Ask a domain coordinator to assign an institutional code (if this is an official course).'
1.93      raeburn  15794: => 'Ask a domain coordinator to assign an institutional code (if this is an official course).',
1.6       bisitz   15795: 
                   15796:    'Ask a domain coordinator to enable or create at least one course category in the domain.'
1.93      raeburn  15797: => 'Ask a domain coordinator to enable or create at least one course category in the domain.',
1.6       bisitz   15798: 
                   15799:    'Ask a domain coordinator to create a hierarchy of categories and sub categories for courses in the domain.'
1.93      raeburn  15800: => 'Ask a domain coordinator to create a hierarchy of categories and sub categories for courses in the domain.',
1.6       bisitz   15801: 
                   15802:    '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  15803: => '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   15804: 
                   15805:    'Ask a domain coordinator to assign a category to the course.'
1.93      raeburn  15806: => 'Ask a domain coordinator to assign a category to the course.',
1.6       bisitz   15807: 
1.93      raeburn  15808:    'Use [_1]Categorize course[_2] to change the "Exclude from course catalog" setting.'
                   15809: => 'Use [_1]Categorize course[_2] to change the "Exclude from course catalog" setting.',
1.6       bisitz   15810: 
                   15811:    '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  15812: => '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   15813: 
                   15814:    'Use [_1]Set course environment[_2] to assign a category to the course.'
1.93      raeburn  15815: => 'Use [_1]Set course environment[_2] to assign a category to the course.',
1.6       bisitz   15816: 
                   15817:    'You are able to both assign a course category and choose to exclude this course from the catalog.'
1.93      raeburn  15818: => 'You are able to both assign a course category and choose to exclude this course from the catalog.',
1.6       bisitz   15819: 
                   15820:    '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  15821: => '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   15822: 
                   15823:    'You may assign a course category, but only a Domain Coordinator may choose to exclude this course from the catalog.'
1.93      raeburn  15824: => 'You may assign a course category, but only a Domain Coordinator may choose to exclude this course from the catalog.',
1.6       bisitz   15825: 
                   15826:    'Only a Domain Coordinator may assign a course category or choose to exclude this course from the catalog.'
1.93      raeburn  15827: => 'Only a Domain Coordinator may assign a course category or choose to exclude this course from the catalog.',
1.6       bisitz   15828: 
                   15829:    "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  15830: => "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   15831: 
                   15832:    'You can only use this screen to select courses in the current domain.'
1.93      raeburn  15833: => 'You can only use this screen to select courses in the current domain.',
1.6       bisitz   15834: 
1.41      bisitz   15835:    '[_1]Your Excel spreadsheet[_2] is ready for download.'
1.101     bisitz   15836: => '[_1]Your Excel spreadsheet[_2] is ready for download.',
1.6       bisitz   15837: 
1.41      bisitz   15838:    '[_1]Your CSV file[_2] is ready for download.'
1.101     bisitz   15839: => '[_1]Your CSV file[_2] is ready for download.',
1.6       bisitz   15840: 
                   15841:    'Name (username)'
1.93      raeburn  15842: => 'Name (username)',
1.6       bisitz   15843: 
                   15844:    'Grades Assigned'
1.93      raeburn  15845: => 'Grades Assigned',
1.6       bisitz   15846: 
                   15847:    'Comments'
1.18      zhu      15848: => '注释',
1.6       bisitz   15849: 
                   15850:    'No Course Data'
1.93      raeburn  15851: => 'No Course Data',
1.6       bisitz   15852: 
                   15853:    'Error getting student data ([_1])'
1.93      raeburn  15854: => 'Error getting student data ([_1])',
1.6       bisitz   15855: 
                   15856:    'Score'
1.93      raeburn  15857: => 'Score',
1.6       bisitz   15858: 
1.77      bisitz   15859:    'score'
1.93      raeburn  15860: => 'score',
1.77      bisitz   15861: 
1.6       bisitz   15862:    'Display Options'
1.36      zhu      15863: => '显示选项',
1.6       bisitz   15864: 
                   15865:    'This role has section(s) associated with it.'
1.93      raeburn  15866: => 'This role has section(s) associated with it.',
1.6       bisitz   15867: 
                   15868:    'Enter a specific section.'
1.93      raeburn  15869: => 'Enter a specific section.',
1.6       bisitz   15870: 
                   15871:    'Enter a specific section, or leave blank for no section.'
1.93      raeburn  15872: => 'Enter a specific section, or leave blank for no section.',
1.6       bisitz   15873: 
                   15874:    'Available sections are:'
1.93      raeburn  15875: => 'Available sections are:',
1.6       bisitz   15876: 
                   15877:    'You entered an invalid section choice:'
1.93      raeburn  15878: => 'You entered an invalid section choice:',
1.6       bisitz   15879: 
                   15880:    'You may wish to contact the [_1]LON-CAPA helpdesk[_2] for the [_3] domain.'
1.56      zhu      15881: => '您不妨联系[_2][_3]域的[_1] LON-CAPA 求助。',
1.6       bisitz   15882: 
                   15883:    '([_1] time zone)'
1.9       zhu      15884: => '(时区 [_1])',
1.6       bisitz   15885: 
                   15886:    'Selecting an Author'
1.93      raeburn  15887: => 'Selecting an Author',
1.6       bisitz   15888: 
                   15889:    'Invalid domain'
1.26      zhu      15890: => '无效域',
1.6       bisitz   15891: 
                   15892:    'There are no library servers containing Construction spaces currently in domain: [_1], so you can not assume a co-author role.'
1.93      raeburn  15893: => 'There are no library servers containing Construction spaces currently in domain: [_1], so you can not assume a co-author role.',
1.6       bisitz   15894: 
                   15895:    'You do not have a domain coordinator role in domain: [_1], so you cannot choose a Construction space for which you can assume a co-author role.'
1.93      raeburn  15896: => 'You do not have a domain coordinator role in domain: [_1], so you cannot choose a Construction space for which you can assume a co-author role.',
1.6       bisitz   15897: 
                   15898:    'You do not have a domain coordinator role, so you cannot choose a Construction space for which you can assume a co-author role.'
1.93      raeburn  15899: => 'You do not have a domain coordinator role, so you cannot choose a Construction space for which you can assume a co-author role.',
1.6       bisitz   15900: 
                   15901:    'There are no author roles currently in domain: [_1], so there are no Construction spaces for which you can assume a co-author role.'
1.93      raeburn  15902: => 'There are no author roles currently in domain: [_1], so there are no Construction spaces for which you can assume a co-author role.',
1.6       bisitz   15903: 
1.83      bisitz   15904:    'As your session file for the course or community has expired, you will need to re-select it.'
1.93      raeburn  15905: => 'As your session file for the course or community has expired, you will need to re-select it.', # '当>您的课程已过期,您将需要重新选择课程。',
1.6       bisitz   15906: 
                   15907:    '[quant,_1,yr]'
1.99      raeburn  15908: => '[quant,_1,yr]',
1.6       bisitz   15909: 
                   15910:    '[quant,_1,mth]'
1.99      raeburn  15911: => '[quant,_1,mth]',
1.6       bisitz   15912: 
                   15913:    '[quant,_1,hr]'
1.99      raeburn  15914: => '[quant,_1,hr]',
1.6       bisitz   15915: 
                   15916:    '[quant,_1,min]'
1.99      raeburn  15917: => '[quant,_1,min]',
1.6       bisitz   15918: 
                   15919:    '[quant,_1,sec]'
1.99      raeburn  15920: => '[quant,_1,sec]',
1.6       bisitz   15921: 
                   15922:    'Loading student data...'
1.18      zhu      15923: => '检索学生数据...',
1.6       bisitz   15924: 
                   15925:    'Options'
1.18      zhu      15926: => '选项',
1.6       bisitz   15927: 
                   15928:    'Time Period'
1.18      zhu      15929: => '周期',
1.6       bisitz   15930: 
1.111   ! bisitz   15931:    'Resource is undefined.'
        !          15932: => 'Resource is undefined.',
1.6       bisitz   15933: 
                   15934:    'Plot Graph'
1.93      raeburn  15935: => 'Plot Graph',
1.6       bisitz   15936: 
                   15937:    'Download'
1.18      zhu      15938: => '下载',
1.6       bisitz   15939: 
                   15940:    'PDF File'
1.18      zhu      15941: => 'PDF 文档',
1.6       bisitz   15942: 
                   15943:    'Zip File'
1.18      zhu      15944: => 'ZIP 文档',
1.6       bisitz   15945: 
                   15946:    'File Size (Bytes)'
1.18      zhu      15947: => '文件大小 (Bytes)',
1.6       bisitz   15948: 
                   15949:    'Contents'
1.18      zhu      15950: => '内容',
1.6       bisitz   15951: 
                   15952:    'Problem Type'
1.12      zhu      15953: => '问题类型',
1.6       bisitz   15954: 
                   15955:    'not in this course'
1.93      raeburn  15956: => 'not in this course',
1.6       bisitz   15957: #Start: redesigned menus
                   15958: #lonparmset.pm
1.18      zhu      15959: 
1.6       bisitz   15960:    'Edit environment settings for this course.'
1.93      raeburn  15961: => 'Edit environment settings for this course.',
1.6       bisitz   15962: 
                   15963:    'Portfolio Metadata'
1.27      zhu      15964: => '元数据-组合',
1.6       bisitz   15965: 
                   15966:    'Settings for this Course'
1.27      zhu      15967: => '设置这门课程',
1.6       bisitz   15968: 
                   15969:    'New and Existing Parameter Settings for Resources'
1.27      zhu      15970: => '新的和现有资源的参数设置',
1.6       bisitz   15971: 
                   15972:    'Edit Resource Parameters - Helper Mode'
1.27      zhu      15973: => '编辑源参数 - 辅助模式',
1.6       bisitz   15974: 
                   15975:    'Edit Resource Parameters - Overview Mode'
1.27      zhu      15976: => '编辑资源参数 - 概况模式',
1.6       bisitz   15977: 
                   15978:    'Edit Resource Parameters - Table Mode'
1.27      zhu      15979: => '编辑资源参数 - 表模式',
1.6       bisitz   15980: 
                   15981:    'Existing Parameter Settings for Resources'
1.27      zhu      15982: => '现有资源的参数设置',
1.6       bisitz   15983: 
                   15984:    'Change Log'
1.27      zhu      15985: => '变更记录',
1.6       bisitz   15986: 
                   15987:    'Restrict metadata for this course.'
1.93      raeburn  15988: => 'Restrict metadata for this course.',
1.6       bisitz   15989: 
                   15990:    'Manage slots for this course.'
1.93      raeburn  15991: => 'Manage slots for this course.',
1.6       bisitz   15992: 
                   15993:    'Reset access times for folders/maps, resources or the course.'
1.93      raeburn  15994: => 'Reset access times for folders/maps, resources or the course.',
1.6       bisitz   15995: 
                   15996:    'Set default actions for parameters.'
1.93      raeburn  15997: => 'Set default actions for parameters.',
1.6       bisitz   15998: 
                   15999:    'Set/Modify resource parameters in helper mode.'
1.93      raeburn  16000: => 'Set/Modify resource parameters in helper mode.',
1.6       bisitz   16001: 
                   16002:    'Set/Modify resource parameters in table mode.'
1.93      raeburn  16003: => 'Set/Modify resource parameters in table mode.',
1.6       bisitz   16004: 
                   16005:    'Set/Modify resource parameters in overview mode.'
1.93      raeburn  16006: => 'Set/Modify resource parameters in overview mode.',
1.6       bisitz   16007: 
                   16008:    'Set/Modify existing resource parameters in overview mode.'
1.93      raeburn  16009: => 'Set/Modify existing resource parameters in overview mode.',
1.6       bisitz   16010: 
                   16011:    'View parameter and course blog posting/user notification change log.'
1.93      raeburn  16012: => 'View parameter and course blog posting/user notification change log.',
1.6       bisitz   16013: #lonpreferences.pm
                   16014: 
                   16015:    'Screen Name'
                   16016: => '昵称',
                   16017: 
1.63      zhu      16018:    'Screenname'
                   16019: => '昵称',
                   16020: 
                   16021:    'Nickname'
                   16022: => '昵称',
                   16023: 
1.55      zhu      16024:    'Messages &amp; Notifications'
1.22      zhu      16025: => '邮件&公告',
1.6       bisitz   16026: 
                   16027:    'Discussion Display'
1.9       zhu      16028: => '讨论显示',
1.6       bisitz   16029: 
                   16030:    'Page Display Settings'
                   16031: => '页面显示设置',
                   16032: 
                   16033:    'Color Scheme'
                   16034: => '颜色方案',
                   16035: 
                   16036:    'Menu Display'
                   16037: => '菜单显示',
                   16038: 
                   16039:    'Content Display Settings'
1.9       zhu      16040: => '内容显示设置',
1.6       bisitz   16041: 
                   16042:    'WYSIWYG Editor'
                   16043: => 'WYSIWYG-编辑器',
                   16044: 
                   16045:    'Roles Page'
1.9       zhu      16046: => '角色页面',
1.6       bisitz   16047: 
                   16048:    'Display of Scientific Equations'
1.55      zhu      16049: => '显示科学公式',
1.6       bisitz   16050: 
                   16051:    'Edit information about yourself that should be displayed on your public profile.'
1.93      raeburn  16052: => 'Edit information about yourself that should be displayed on your public profile.',
1.6       bisitz   16053: 
                   16054:    'Change the name that is displayed in your posts.'
1.18      zhu      16055: => '变更在您的讨论中的名称。',
1.6       bisitz   16056: 
                   16057:    'Change LON-CAPA default colors.'
1.93      raeburn  16058: => 'Change LON-CAPA default colors.',
1.6       bisitz   16059: 
                   16060:    'Change messageforwarding or notifications settings.'
1.93      raeburn  16061: => 'Change messageforwarding or notifications settings.',
1.6       bisitz   16062: 
                   16063:    'Choose the default language for this user.'
1.98      bisitz   16064: => 'Choose the default language for this user.',
1.6       bisitz   16065: 
                   16066:    'Enable or disable the WYSIWYG-Editor.'
1.93      raeburn  16067: => 'Enable or disable the WYSIWYG-Editor.',
1.6       bisitz   16068: 
                   16069:    'Configure the roles hotlist.'
1.93      raeburn  16070: => 'Configure the roles hotlist.',
1.6       bisitz   16071: 
                   16072:    'Change how Scientific Equations are displayed.'
1.9       zhu      16073: => '改变如何显示科学方程。',
1.6       bisitz   16074: 
                   16075:    'Register your clicker.'
1.9       zhu      16076: => '登记您的应答设备 (遥控).',
1.6       bisitz   16077: 
                   16078:    'Change your password.'
1.9       zhu      16079: => '更改您的密码。',
1.6       bisitz   16080: 
                   16081:    'Launch the remote control for LON-CAPA.'
1.93      raeburn  16082: => 'Launch the remote control for LON-CAPA.',
1.6       bisitz   16083: 
                   16084:    'Collapse the remote control for LON-CAPA.'
1.93      raeburn  16085: => 'Collapse the remote control for LON-CAPA.',
1.6       bisitz   16086: 
                   16087:    'Restrict domain coordinator access.'
1.93      raeburn  16088: => 'Restrict domain coordinator access.',
1.6       bisitz   16089: 
                   16090:    'Set the default page to be displayed when you select a course role.'
1.98      bisitz   16091: => 'Set the default page to be displayed when you select a course role.',
1.6       bisitz   16092: 
                   16093:    'Toggle Debug Messages.'
1.93      raeburn  16094: => 'Toggle Debug Messages.',
1.6       bisitz   16095: 
                   16096:    'Change whether the menus are displayed with buttons, icons or icons and text.'
1.93      raeburn  16097: => 'Change whether the menus are displayed with buttons, icons or icons and text.',
1.6       bisitz   16098:    'Course Initialization'
1.36      zhu      16099: => '课程初始化',
1.6       bisitz   16100: #loncreateuser.pm
1.69      droeschl 16101:    'Single Users'
1.70      zhu      16102: => '单用户',
1.6       bisitz   16103: 
                   16104:    'Upload a CSV or a text file containing users.'
1.70      zhu      16105: => '课程参加者上传CSV或文本文件。',
1.6       bisitz   16106: 
                   16107:    'Add a user with a certain role to this course.'
1.70      zhu      16108: => '添加一个具有特定的角色的用户到这门课程中。',
1.6       bisitz   16109: 
1.69      droeschl 16110:    'Add/Modify a Student'
1.79      bisitz   16111: => '添加/修改学生',
1.6       bisitz   16112: 
                   16113:    'Add a user with the role student to this course.'
1.70      zhu      16114: => '添加一个用户到课程中,作为学生角色。',
1.6       bisitz   16115: 
                   16116:    'Configuration'
1.28      zhu      16117: => '设置',
1.6       bisitz   16118: 
                   16119:    'Automated enrollment manager.'
1.70      zhu      16120: => '管理自助注册',
1.6       bisitz   16121: 
1.83      bisitz   16122:    'Self-Enrollment'
1.93      raeburn  16123: => 'Self-Enrollment',
1.83      bisitz   16124: 
1.6       bisitz   16125:    'User Self-Enrollment'
1.70      zhu      16126: => '用户自助注册',
1.6       bisitz   16127: 
1.83      bisitz   16128:    'Configure user self-enrollment.'
1.70      zhu      16129: => '配置用户自助注册。',
1.6       bisitz   16130: 
                   16131:    'Manage course groups.'
1.12      zhu      16132: => '管理课程组。',
1.6       bisitz   16133: 
                   16134:    'Change Logs'
1.28      zhu      16135: => '更改记录',
1.6       bisitz   16136: 
                   16137:    'View change log.'
1.28      zhu      16138: => '显示更改记录。',
1.6       bisitz   16139: 
                   16140:    'Administration'
1.28      zhu      16141: => '管理',
1.6       bisitz   16142: 
1.69      droeschl 16143:    'Manage Course Users'
1.70      zhu      16144: => '用户课程管理',
1.6       bisitz   16145: 
                   16146:    'Show and manage users of this course.'
1.70      zhu      16147: => '查看和管理这门课程的用户。',
1.6       bisitz   16148: 
                   16149:    'Remove a student from this course.'
1.70      zhu      16150: => '从这门课程中移除一名学生。',
1.6       bisitz   16151: 
                   16152:    'Custom Roles'
1.28      zhu      16153: => '自定义角色',
1.6       bisitz   16154: 
                   16155:    'Configure a custom role.'
1.70      zhu      16156: => '配置自定义角色。',
                   16157: 
                   16158:    'Multiple Users'
                   16159: => '多用户',
                   16160: 
1.6       bisitz   16161: #lonstatistics.pm
                   16162:    'Statistics and Analyses'
1.70      zhu      16163: => '统计与分析',
1.6       bisitz   16164: 
                   16165:    'Plots'
1.70      zhu      16166: => '图表',
1.6       bisitz   16167: 
                   16168:    'Reports'
1.28      zhu      16169: => '报告',
1.6       bisitz   16170: 
1.18      zhu      16171:    'Personal Homepage'
                   16172: => '个人主页',
                   16173: 
1.56      zhu      16174:    'Link Name:'
                   16175: => '连接的名字:',
                   16176: 
                   16177:    'Address:'
                   16178: => '地址:',
                   16179: 
1.18      zhu      16180:    'Link Name'
1.56      zhu      16181: => '连接的名字',
1.18      zhu      16182: 
                   16183:    'Address'
1.56      zhu      16184: => '地址',
1.18      zhu      16185: 
                   16186:    'Broadcast to Active Members'
1.27      zhu      16187: => '通知活跃的会员',
1.18      zhu      16188: 
1.19      zhu      16189:    'Thank you for your input!'
                   16190: => '非常感谢您的评估!',
                   16191: 
                   16192:    'Saving feedback: [_1]'
                   16193: => '保存到信息反馈: [_1]',
                   16194: 
                   16195:    'Logging first evaluation'
                   16196: => '登录到首次评估',
                   16197: 
                   16198:    '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.'
                   16199: => 'WYSIWYG 编辑器仅支持简单的 HTML,并且在许多情况下不适合复杂的创作。在一些情况下,它可能破坏复杂的创作及 LaTeX 和脚本函数的调用。',
                   16200: 
                   16201:    'Special Admin Options'
                   16202: => '特别管理选项',
                   16203: 
                   16204:    'Discussion postings'
                   16205: => '讨论帖子',
                   16206: 
1.22      zhu      16207:    'Currently using [_1] of the [_2] available.'
                   16208: => '目前使用 [_1] ,在 [_2] 可用中。',
                   16209: 
                   16210:    'Registering clickers: [_1]'
                   16211: => '注册的“遥控”号码为: [_1]',
                   16212: 
                   16213:    'New Broadcast Message'
                   16214: => '新的广播信息',
1.41      bisitz   16215: 
1.22      zhu      16216:    'Send a broadcast message to members of this Course and/or other users.'
                   16217: => '发送广播信息给这门课程的成员和/或其他用户。',
1.41      bisitz   16218: 
1.22      zhu      16219:    'New Messages from File'
                   16220: => '从文件生成新邮件',
                   16221: 
                   16222:    'Send copy to permanent e-mail address (if known)'
1.41      bisitz   16223: => '发送一份副本给外部电子邮件(如果有的话)',
1.19      zhu      16224: 
1.22      zhu      16225:    'Require return receipt?'
                   16226: => '回执确认?',
1.18      zhu      16227: 
1.26      zhu      16228:    'Message Administration'
                   16229: => '邮件管理',
                   16230: 
                   16231:    'Message Log for Selected Users'
                   16232: => '选定用户的邮件日志',
                   16233: 
1.28      zhu      16234:    'New Document'
                   16235: => '新文档',
                   16236: 
                   16237:   'Bcc: course members with current access'
                   16238: => '密送:当前访问的课程参加者',
                   16239: 
1.55      zhu      16240:    'Tools:'
                   16241: => '工具:',
                   16242: 
                   16243:    'Upload PDF Form'
                   16244: => '上传PDF格式文档',
                   16245: 
                   16246:    'Upload a PDF Form with filled Form Fields'
                   16247: => '上传带有填写表格字段的PDF格式文档',
                   16248: 
                   16249:    'Please choose a PDF-File.'
                   16250: => '请选择一个PDF文件。',
                   16251: 
                   16252:    "Can't find any valid PDF formfields."
                   16253: => '找不到任何有效的PDF格式文档 。',
                   16254: 
                   16255:    'Results of PDF Form problems'
                   16256: => 'PDF格式习题答案',
                   16257: 
1.56      zhu      16258:    'Published Documents'
                   16259: => '公开文件',
                   16260: 
1.63      zhu      16261: 
                   16262:    ''
                   16263: => '',
                   16264: 
                   16265: 
1.6       bisitz   16266: #SYNCMARKER
                   16267: );
                   16268: 
                   16269: 1;
                   16270: 

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